chore(stencil): update stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-01-29 18:53:03 +01:00
parent f9b7137a41
commit 619f929f97
50 changed files with 234 additions and 228 deletions

View File

@ -14,9 +14,9 @@
}
},
"@stencil/core": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.2.1.tgz",
"integrity": "sha512-TeNNrmXuP9SKe2rxOH5tHKZ9Nq3OcOH75/x6VuO2mRfKmf/J6qrvV14JwylyCAyoViprGWOWgnpJCNPriZ/pWA==",
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.2.3.tgz",
"integrity": "sha512-HIEyJIb+aVflUYm3C554nr+HiXcQlRtY1WjGY8UNt9rUXBMo/tYZUiTv2AbI3p6qorBxdSNoxJl/G/wCVBdDsQ==",
"dev": true,
"requires": {
"chokidar": "2.0.0",
@ -26,7 +26,7 @@
"rollup-plugin-commonjs": "8.2.6",
"rollup-plugin-node-resolve": "3.0.0",
"typescript": "2.6.2",
"uglify-es": "3.3.7",
"uglify-es": "3.3.8",
"workbox-build": "3.0.0-alpha.3"
}
},
@ -75,9 +75,9 @@
"dev": true
},
"@types/node": {
"version": "9.3.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-9.3.0.tgz",
"integrity": "sha512-wNBfvNjzsJl4tswIZKXCFQY0lss9nKUyJnG6T94X/eqjRgI2jHZ4evdjhQYBSan/vGtF6XVXPApOmNH2rf0KKw==",
"version": "9.4.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-9.4.0.tgz",
"integrity": "sha512-zkYho6/4wZyX6o9UQ8rd0ReEaiEYNNCqYFIAACe2Tf9DrYlgzWW27OigYHnnztnnZQwVRpwWmZKegFmDpinIsA==",
"dev": true
},
"abab": {
@ -7380,7 +7380,7 @@
"integrity": "sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA==",
"dev": true,
"requires": {
"@types/node": "9.3.0"
"@types/node": "9.4.0"
}
},
"pascalcase": {
@ -9211,9 +9211,9 @@
"dev": true
},
"uglify-es": {
"version": "3.3.7",
"resolved": "https://registry.npmjs.org/uglify-es/-/uglify-es-3.3.7.tgz",
"integrity": "sha512-fGMnE6SsDRsCjxm78C+lv7MuXsse/dtF7QuTUT43BYf4jlxPjd+XTnGB8YjaCQJ3sv2LT4zk0mwpp9+QJocU6g==",
"version": "3.3.8",
"resolved": "https://registry.npmjs.org/uglify-es/-/uglify-es-3.3.8.tgz",
"integrity": "sha512-j8li0jWcAN6yBuAVYFZEFyYINZAm4WEdMwkA6qXFi4TLrze3Mp0Le7QjW6LR9HQjQJ2zRa9VgnFLs3PatijWOw==",
"dev": true,
"requires": {
"commander": "2.13.0",
@ -9697,21 +9697,21 @@
"dev": true
},
"workbox-background-sync": {
"version": "3.0.0-alpha.5",
"resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-3.0.0-alpha.5.tgz",
"integrity": "sha512-gYoBo5Xq9S++hiJW1rm+vbO5pPyAH5VEdAaDTMTfmRAlabzvXkzyP0cmAsUTtusld/tmXWU/UVqdrZBFLU8JFA==",
"version": "3.0.0-alpha.6",
"resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-3.0.0-alpha.6.tgz",
"integrity": "sha512-sc9uXq3wWSOcigLx4eSJ6pyM3ZR2aThr/H3ifgiDVVDY/8JpdJOXzTebZIipfqCSzrdciVc234pHVoeJLpJG4g==",
"dev": true,
"requires": {
"workbox-core": "3.0.0-alpha.5"
"workbox-core": "3.0.0-alpha.6"
}
},
"workbox-broadcast-cache-update": {
"version": "3.0.0-alpha.5",
"resolved": "https://registry.npmjs.org/workbox-broadcast-cache-update/-/workbox-broadcast-cache-update-3.0.0-alpha.5.tgz",
"integrity": "sha512-I5CP0dX/R3ZlwjbJIQbDbCn0hCjVEJARN2grDjtqpevNvBIow2EVIUxbJX8J71ZBWSHaH2Rg1/Q/SRfxnkuCoA==",
"version": "3.0.0-alpha.6",
"resolved": "https://registry.npmjs.org/workbox-broadcast-cache-update/-/workbox-broadcast-cache-update-3.0.0-alpha.6.tgz",
"integrity": "sha512-cu/kvyvAOXlbe87csVXk0boBViiQ9DTlfB88N7sfQx70iDZqINDal4WkIhnsZ8tLSU2JRNvh++kGaORmsqFKLA==",
"dev": true,
"requires": {
"workbox-core": "3.0.0-alpha.5"
"workbox-core": "3.0.0-alpha.6"
}
},
"workbox-build": {
@ -9726,85 +9726,85 @@
"glob": "7.1.2",
"joi": "11.4.0",
"lodash.template": "4.4.0",
"workbox-background-sync": "3.0.0-alpha.5",
"workbox-broadcast-cache-update": "3.0.0-alpha.5",
"workbox-cache-expiration": "3.0.0-alpha.5",
"workbox-cacheable-response": "3.0.0-alpha.5",
"workbox-core": "3.0.0-alpha.5",
"workbox-google-analytics": "3.0.0-alpha.5",
"workbox-precaching": "3.0.0-alpha.5",
"workbox-routing": "3.0.0-alpha.5",
"workbox-strategies": "3.0.0-alpha.5",
"workbox-sw": "3.0.0-alpha.5"
"workbox-background-sync": "3.0.0-alpha.6",
"workbox-broadcast-cache-update": "3.0.0-alpha.6",
"workbox-cache-expiration": "3.0.0-alpha.6",
"workbox-cacheable-response": "3.0.0-alpha.6",
"workbox-core": "3.0.0-alpha.6",
"workbox-google-analytics": "3.0.0-alpha.6",
"workbox-precaching": "3.0.0-alpha.6",
"workbox-routing": "3.0.0-alpha.6",
"workbox-strategies": "3.0.0-alpha.6",
"workbox-sw": "3.0.0-alpha.6"
}
},
"workbox-cache-expiration": {
"version": "3.0.0-alpha.5",
"resolved": "https://registry.npmjs.org/workbox-cache-expiration/-/workbox-cache-expiration-3.0.0-alpha.5.tgz",
"integrity": "sha512-KAEJ6c4IfN3qcvoSTlxfGP3rRHPL1ovH7R/c7yA6vidQ8pTwFcMMdeHfSZYyLHZX9Qf2/0XghCCAFqW+ZUTHXA==",
"version": "3.0.0-alpha.6",
"resolved": "https://registry.npmjs.org/workbox-cache-expiration/-/workbox-cache-expiration-3.0.0-alpha.6.tgz",
"integrity": "sha512-r0FqKsYHO7fbK/NmkDw+ux7w+CCAycJxWlm0C0Lhmqhdv7gQ+oHf+VHPWjoS0eqDjlwUqVoq9wsrhFnpSgQ7Pw==",
"dev": true,
"requires": {
"workbox-core": "3.0.0-alpha.5"
"workbox-core": "3.0.0-alpha.6"
}
},
"workbox-cacheable-response": {
"version": "3.0.0-alpha.5",
"resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-3.0.0-alpha.5.tgz",
"integrity": "sha512-3NOhAuIRDCRzosCM/uPaGD6Z2nkSlVC7Y40y9JgBx9GJRpszQk0meG0fW8cZpE7lmdPr3kmG1OrD4SRPY6+2Mg==",
"version": "3.0.0-alpha.6",
"resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-3.0.0-alpha.6.tgz",
"integrity": "sha512-JnN0Ruy0yW84+CdjpevoVMs8eYgyzsILNtJ6ujzgQ4Ka6krF/2Q63npn5huJEygUH24ZdgN0366POSVKQ7QRfQ==",
"dev": true,
"requires": {
"workbox-core": "3.0.0-alpha.5"
"workbox-core": "3.0.0-alpha.6"
}
},
"workbox-core": {
"version": "3.0.0-alpha.5",
"resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-3.0.0-alpha.5.tgz",
"integrity": "sha512-2CNfsQ+3QfBwWIDYMcG9xy3VYyA2a78jxyYAxy9jH0bTqzPlTsNPs1YsE1avChxAZxroJXvClOZQEIQeR6/Beg==",
"version": "3.0.0-alpha.6",
"resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-3.0.0-alpha.6.tgz",
"integrity": "sha512-+rRvq2Enq6StZAn6dVBqYbvs8R5WC/T5mbu+OARRamZrg4l25AUbMqYP156kuTK9mno3XZEsF0PofAj+HyH1cg==",
"dev": true
},
"workbox-google-analytics": {
"version": "3.0.0-alpha.5",
"resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-3.0.0-alpha.5.tgz",
"integrity": "sha512-4LWkWYnRD5ik36wI1yyQx9EVoD192hRL6iZgIpSpIRw7B1YPikxwiB1bFfK3EfmsMn7OdwVeaiZZjuswfPlX6Q==",
"version": "3.0.0-alpha.6",
"resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-3.0.0-alpha.6.tgz",
"integrity": "sha512-b3a0hv0Lx2I0BYfnH4w9J04mGvRQ7+6GCyv54C4yYe4Jj1gVHMZljG4JQ1eYM9ghJ89wCHKDZwUT2TCc0OOwgA==",
"dev": true,
"requires": {
"workbox-background-sync": "3.0.0-alpha.5",
"workbox-core": "3.0.0-alpha.5",
"workbox-routing": "3.0.0-alpha.5",
"workbox-strategies": "3.0.0-alpha.5"
"workbox-background-sync": "3.0.0-alpha.6",
"workbox-core": "3.0.0-alpha.6",
"workbox-routing": "3.0.0-alpha.6",
"workbox-strategies": "3.0.0-alpha.6"
}
},
"workbox-precaching": {
"version": "3.0.0-alpha.5",
"resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-3.0.0-alpha.5.tgz",
"integrity": "sha512-9X8WLspBHeDLZPdJWh8YhSYeqL/PiJtkXaOywYwBL1DzTcds7H+T8wVwFzCI4PyyemjG9XuQ1OEQjlja77fn3w==",
"version": "3.0.0-alpha.6",
"resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-3.0.0-alpha.6.tgz",
"integrity": "sha512-u3FC+rxarorIaEqpbdINI70gUGMk0hM/azaIqPRFDj/+GNotTBSWPu3yOULvn7RD7HZTcg1dSirVRf5GalvIkw==",
"dev": true,
"requires": {
"workbox-core": "3.0.0-alpha.5"
"workbox-core": "3.0.0-alpha.6"
}
},
"workbox-routing": {
"version": "3.0.0-alpha.5",
"resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-3.0.0-alpha.5.tgz",
"integrity": "sha512-/8Z3/jgNYbC6gdEgfsaQKAWziHMY5/M5Ei8/Z8CR8tPO/PL+7NzfNxN98bqF9zRlLfvMgQQl3PmnbJV6mz3WDA==",
"version": "3.0.0-alpha.6",
"resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-3.0.0-alpha.6.tgz",
"integrity": "sha512-rrp6b+fPF07bc+vDdW3+RqY3VQ9jJVe3J4mZOUwMIsoD5emdYBMnW8YjWpgqv+c/nieWTalHQDNl12wbyCaHlw==",
"dev": true,
"requires": {
"workbox-core": "3.0.0-alpha.5"
"workbox-core": "3.0.0-alpha.6"
}
},
"workbox-strategies": {
"version": "3.0.0-alpha.5",
"resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-3.0.0-alpha.5.tgz",
"integrity": "sha512-s77NPOYe0WY8t19RiysNFxfakjmBjK3s4e/dNBlrkBUTaldKbIgiTcRXk0dvwuJb1GFU3sqFHkQx06zNsKop/g==",
"version": "3.0.0-alpha.6",
"resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-3.0.0-alpha.6.tgz",
"integrity": "sha512-YyXD/rlGx210kPPtYInND044VBTvPvspvfoFRr7uNbZ0v/tiRi71kpzBAuC0YbgaPk/BZHTWdyB3e3ztETZ00g==",
"dev": true,
"requires": {
"workbox-core": "3.0.0-alpha.5"
"workbox-core": "3.0.0-alpha.6"
}
},
"workbox-sw": {
"version": "3.0.0-alpha.5",
"resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-3.0.0-alpha.5.tgz",
"integrity": "sha512-wuMcHZnqyZ6eGzIgiLHYbLzN7zB8tMXZAM1a9J68gtiL/z0hftk3B17OIFZRFlP8IQEGzVnAAfbK/aLM3tHFkQ==",
"version": "3.0.0-alpha.6",
"resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-3.0.0-alpha.6.tgz",
"integrity": "sha512-YJoWxYsambYt+io8xx0FsWvO67I2W8VVLGGY4J1ZIKVBc50VdSfWR+Xrq6wHGwIX5kE/zPX+j/Ydt9CJ3jJj6w==",
"dev": true
},
"worker-farm": {

View File

@ -9,7 +9,7 @@
"dist/"
],
"devDependencies": {
"@stencil/core": "0.2.1",
"@stencil/core": "0.2.3",
"@stencil/dev-server": "latest",
"@stencil/utils": "latest",
"@types/jest": "^21.1.6",

View File

@ -9,7 +9,7 @@
#### buttons
any
An array of buttons for the action-sheet. See ActionsheetButton type for accepted values
@ -30,14 +30,14 @@ If true, the action-sheet will be dismissed when the backdrop is clicked.
#### enterAnimation
any
Animation to use when the action-sheet is created
#### leaveAnimation
any
Animation to use when the action-sheet is dismissed
@ -74,7 +74,7 @@ Enable action-sheet animations. If false, action-sheet will not animate in
#### buttons
any
An array of buttons for the action-sheet. See ActionsheetButton type for accepted values
@ -95,14 +95,14 @@ If true, the action-sheet will be dismissed when the backdrop is clicked.
#### enterAnimation
any
Animation to use when the action-sheet is created
#### leaveAnimation
any
Animation to use when the action-sheet is dismissed

View File

@ -9,7 +9,7 @@
#### buttons
any
Array of buttons to be added to the alert. See AlertButton type for valid options
@ -30,21 +30,21 @@ If true, the alert will be dismissed when the backdrop is clicked.
#### enterAnimation
any
Animation to be used when the alert is shown
#### inputs
any
Array of input to show in the alert. See AlertInput type for valid options
#### leaveAnimation
any
Animation to be used when the alert is dismissed
@ -88,7 +88,7 @@ Enable alert animations. If false, alert will not animate in
#### buttons
any
Array of buttons to be added to the alert. See AlertButton type for valid options
@ -109,21 +109,21 @@ If true, the alert will be dismissed when the backdrop is clicked.
#### enterAnimation
any
Animation to be used when the alert is shown
#### inputs
any
Array of input to show in the alert. See AlertInput type for valid options
#### leaveAnimation
any
Animation to be used when the alert is dismissed

View File

@ -39,7 +39,7 @@ string
#### mode
any
## Attributes
@ -51,7 +51,7 @@ string
#### mode
any

View File

@ -104,7 +104,7 @@ If true, sets the button into a disabled state.
#### expand
any
Set to `"block"` for a full-width button or to `"full"` for a full-width button
without left and right borders.
@ -112,7 +112,7 @@ without left and right borders.
#### fill
any
Set to `"clear"` for a transparent button, to `"outline"` for a transparent
button with a border, or to `"solid"`. The default style is `"solid"` except inside of
@ -129,7 +129,7 @@ If this property is set, an anchor tag will be rendered.
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.
@ -145,7 +145,7 @@ If true, activates a button with rounded corners.
#### size
any
The button size.
Possible values are: `"small"`, `"default"`, `"large"`.
@ -186,7 +186,7 @@ If true, sets the button into a disabled state.
#### expand
any
Set to `"block"` for a full-width button or to `"full"` for a full-width button
without left and right borders.
@ -194,7 +194,7 @@ without left and right borders.
#### fill
any
Set to `"clear"` for a transparent button, to `"outline"` for a transparent
button with a border, or to `"solid"`. The default style is `"solid"` except inside of
@ -211,7 +211,7 @@ If this property is set, an anchor tag will be rendered.
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.
@ -227,7 +227,7 @@ If true, activates a button with rounded corners.
#### size
any
The button size.
Possible values are: `"small"`, `"default"`, `"large"`.

View File

@ -19,7 +19,7 @@ Default options are: `"primary"`, `"secondary"`, `"danger"`, `"light"`, and `"da
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.
@ -37,7 +37,7 @@ Default options are: `"primary"`, `"secondary"`, `"danger"`, `"light"`, and `"da
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.

View File

@ -17,7 +17,7 @@ Default options are: `"primary"`, `"secondary"`, `"danger"`, `"light"`, and `"da
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.
@ -43,7 +43,7 @@ Default options are: `"primary"`, `"secondary"`, `"danger"`, `"light"`, and `"da
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.

View File

@ -17,7 +17,7 @@ Default options are: `"primary"`, `"secondary"`, `"danger"`, `"light"`, and `"da
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.
@ -35,7 +35,7 @@ Default options are: `"primary"`, `"secondary"`, `"danger"`, `"light"`, and `"da
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.

View File

@ -18,7 +18,7 @@ Default options are: `"primary"`, `"secondary"`, `"danger"`, `"light"`, and `"da
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.
@ -36,7 +36,7 @@ Default options are: `"primary"`, `"secondary"`, `"danger"`, `"light"`, and `"da
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.

View File

@ -69,9 +69,9 @@
color: $card-ios-text-color;
}
.card-ios + ion-card {
@include margin(0, null, null, null);
}
// .card-ios + ion-card {
// @include margin(0, null, null, null);
// }
// Generate iOS Card Colors

View File

@ -21,7 +21,7 @@ Default options are: `"primary"`, `"secondary"`, `"danger"`, `"light"`, and `"da
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.
@ -39,7 +39,7 @@ Default options are: `"primary"`, `"secondary"`, `"danger"`, `"light"`, and `"da
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.

View File

@ -69,7 +69,7 @@ If true, the user cannot interact with the checkbox. Default false.
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.
@ -115,7 +115,7 @@ If true, the user cannot interact with the checkbox. Default false.
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.

View File

@ -70,7 +70,7 @@ If this property is set, an anchor tag will be rendered.
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.
@ -110,7 +110,7 @@ If this property is set, an anchor tag will be rendered.
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.

View File

@ -68,7 +68,7 @@ Default options are: `"primary"`, `"secondary"`, `"danger"`, `"light"`, and `"da
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.
@ -86,7 +86,7 @@ Default options are: `"primary"`, `"secondary"`, `"danger"`, `"light"`, and `"da
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.

View File

@ -27,21 +27,21 @@ to transparent.
#### ionScroll
any
Emitted on every scroll event.
#### ionScrollEnd
any
Emitted when scrolling ends.
#### ionScrollStart
any
Emitted when the scrolling first starts.
@ -59,21 +59,21 @@ to transparent.
#### ionScroll
any
Emitted on every scroll event.
#### ionScrollEnd
any
Emitted when scrolling ends.
#### ionScrollStart
any
Emitted when the scrolling first starts.

View File

@ -292,7 +292,7 @@ string
#### pickerOptions
any
#### placeholder
@ -389,7 +389,7 @@ string
#### pickerOptions
any
#### placeholder

View File

@ -60,7 +60,7 @@ string
#### mode
any
#### show
@ -70,7 +70,7 @@ boolean
#### toggleActive
any
#### translucent
@ -102,7 +102,7 @@ string
#### mode
any
#### show
@ -112,7 +112,7 @@ boolean
#### toggleActive
any
#### translucent

View File

@ -9,7 +9,7 @@
#### attachTo
any
#### autoBlockAll
@ -24,7 +24,7 @@ string
#### canStart
any
#### direction
@ -59,32 +59,32 @@ number
#### notCaptured
any
#### onEnd
any
#### onMove
any
#### onPress
any
#### onStart
any
#### onWillStart
any
#### passive
@ -106,7 +106,7 @@ string
#### attachTo
any
#### autoBlockAll
@ -121,7 +121,7 @@ string
#### canStart
any
#### direction
@ -156,32 +156,32 @@ number
#### notCaptured
any
#### onEnd
any
#### onMove
any
#### onPress
any
#### onStart
any
#### onWillStart
any
#### passive

View File

@ -186,6 +186,12 @@ This method will change the infinite scroll's state from `loading`
to `enabled`.
#### waitFor()
Pass a promise inside `waitFor()` within the `infinite` output event handler in order to
change state of infiniteScroll to "complete"
----------------------------------------------

View File

@ -14,7 +14,7 @@ string
#### mode
any
## Attributes
@ -26,7 +26,7 @@ string
#### mode
any

View File

@ -27,7 +27,7 @@ string
#### mode
any
## Attributes
@ -49,7 +49,7 @@ string
#### mode
any

View File

@ -25,14 +25,14 @@ You can combine the `(ionSwipe)` event plus the `expandable` directive to create
#### side
any
## Attributes
#### side
any
## Events

View File

@ -19,7 +19,7 @@ string
#### mode
any
## Attributes
@ -36,7 +36,7 @@ string
#### mode
any

View File

@ -24,7 +24,7 @@ boolean
#### mode
any
#### stacked
@ -51,7 +51,7 @@ boolean
#### mode
any
#### stacked

View File

@ -14,7 +14,7 @@ string
#### mode
any
## Attributes
@ -26,7 +26,7 @@ string
#### mode
any

View File

@ -37,14 +37,14 @@ Number of milliseconds to wait before dismissing the loading indicator
#### enterAnimation
any
Animation to use when loading indicator is presented
#### leaveAnimation
any
Animation to use when a loading indicator is dismissed
@ -107,14 +107,14 @@ Number of milliseconds to wait before dismissing the loading indicator
#### enterAnimation
any
Animation to use when loading indicator is presented
#### leaveAnimation
any
Animation to use when a loading indicator is dismissed

View File

@ -34,7 +34,7 @@ boolean
#### side
any
#### swipeEnabled
@ -76,7 +76,7 @@ boolean
#### side
any
#### swipeEnabled

View File

@ -29,7 +29,7 @@ any
#### delegate
any
#### enableBackdropDismiss
@ -39,12 +39,12 @@ boolean
#### enterAnimation
any
#### leaveAnimation
any
#### modalId
@ -54,7 +54,7 @@ number
#### mode
string
#### showBackdrop
@ -91,7 +91,7 @@ any
#### delegate
any
#### enableBackdropDismiss
@ -101,12 +101,12 @@ boolean
#### enterAnimation
any
#### leaveAnimation
any
#### modalId
@ -116,7 +116,7 @@ number
#### mode
string
#### showBackdrop

View File

@ -9,7 +9,7 @@
#### delegate
any
#### mode
@ -26,7 +26,7 @@ any
#### delegate
any
#### mode

View File

@ -40,7 +40,7 @@ string
#### mode
any
## Attributes
@ -52,7 +52,7 @@ string
#### mode
any

View File

@ -9,14 +9,14 @@
#### col
any
## Attributes
#### col
any

View File

@ -9,12 +9,12 @@
#### buttons
any
#### columns
any
#### content
@ -44,12 +44,12 @@ boolean
#### enterAnimation
any
#### leaveAnimation
any
#### pickerId
@ -71,12 +71,12 @@ boolean
#### buttons
any
#### columns
any
#### content
@ -106,12 +106,12 @@ boolean
#### enterAnimation
any
#### leaveAnimation
any
#### pickerId

View File

@ -29,7 +29,7 @@ any
#### delegate
any
#### enableBackdropDismiss
@ -39,22 +39,22 @@ boolean
#### enterAnimation
any
#### ev
any
#### leaveAnimation
any
#### mode
string
#### popoverId
@ -101,7 +101,7 @@ any
#### delegate
any
#### enableBackdropDismiss
@ -111,22 +111,22 @@ boolean
#### enterAnimation
any
#### ev
any
#### leaveAnimation
any
#### mode
string
#### popoverId

View File

@ -53,7 +53,7 @@ boolean
#### mode
any
#### name
@ -87,7 +87,7 @@ boolean
#### mode
any
#### name

View File

@ -39,7 +39,7 @@ number
#### mode
any
#### pin
@ -96,7 +96,7 @@ number
#### mode
any
#### pin

View File

@ -14,17 +14,17 @@ boolean
#### onionScroll
any
#### onionScrollEnd
any
#### onionScrollStart
any
## Attributes
@ -36,17 +36,17 @@ boolean
#### onionScroll
any
#### onionScrollEnd
any
#### onionScrollStart
any
## Events

View File

@ -48,7 +48,7 @@ number
#### mode
any
#### placeholder
@ -110,7 +110,7 @@ number
#### mode
any
#### placeholder

View File

@ -58,7 +58,7 @@ boolean
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.
@ -100,7 +100,7 @@ boolean
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.

View File

@ -69,7 +69,7 @@ boolean
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.
@ -99,7 +99,7 @@ boolean
#### mode
any
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.

View File

@ -14,7 +14,7 @@ string
#### options
any
#### subTitle
@ -36,7 +36,7 @@ string
#### options
any
#### subTitle

View File

@ -151,7 +151,7 @@ The text to display instead of the selected option's value.
#### value
any
## Attributes
@ -225,7 +225,7 @@ The text to display instead of the selected option's value.
#### value
any
## Events

View File

@ -107,7 +107,7 @@ number
#### mode
any
#### name
@ -134,7 +134,7 @@ number
#### mode
any
#### name

View File

@ -122,7 +122,7 @@ boolean
#### when
any
## Attributes
@ -134,7 +134,7 @@ boolean
#### when
any
## Events

View File

@ -9,7 +9,7 @@
#### mode
any
#### selected
@ -19,14 +19,14 @@ boolean
#### tab
any
## Attributes
#### mode
any
#### selected
@ -36,7 +36,7 @@ boolean
#### tab
any
## Events

View File

@ -24,17 +24,17 @@ string
#### scrollable
any
#### selectedTab
any
#### tabs
any
#### translucent
@ -61,17 +61,17 @@ string
#### scrollable
any
#### selectedTab
any
#### tabs
any
#### translucent

View File

@ -46,7 +46,7 @@ string
#### mode
any
## Attributes
@ -58,7 +58,7 @@ string
#### mode
any

View File

@ -29,12 +29,12 @@ number
#### enterAnimation
any
#### leaveAnimation
any
#### message
@ -91,12 +91,12 @@ number
#### enterAnimation
any
#### leaveAnimation
any
#### message

View File

@ -62,7 +62,7 @@ boolean
#### mode
any
#### name
@ -96,7 +96,7 @@ boolean
#### mode
any
#### name

View File

@ -94,7 +94,7 @@ string
#### mode
any
#### translucent
@ -111,7 +111,7 @@ string
#### mode
any
#### translucent