chore(): update stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-10-12 11:42:28 -05:00
parent 9a02bcc689
commit 3a4b21457f
79 changed files with 615 additions and 615 deletions

View File

@ -21,12 +21,12 @@ Licensed under MIT
## Properties
| Property | Attribute | Description | Type |
| ----------- | ----------- | -------------------------------------------------------------------------------------------- | --------- |
| `mode` | `mode` | The mode determines which platform styles to use. Possible values are: `"ios"` or `"md"`. | `Mode` |
| `options` | -- | Options to pass to the swiper instance. See http://idangero.us/swiper/api/ for valid options | `any` |
| `pager` | `pager` | If `true`, show the pagination. Defaults to `false`. | `boolean` |
| `scrollbar` | `scrollbar` | If `true`, show the scrollbar. Defaults to `false`. | `boolean` |
| Property | Attribute | Description | Type |
| ----------- | ----------- | -------------------------------------------------------------------------------------------- | --------------- |
| `mode` | `mode` | The mode determines which platform styles to use. Possible values are: `"ios"` or `"md"`. | `"ios" \| "md"` |
| `options` | -- | Options to pass to the swiper instance. See http://idangero.us/swiper/api/ for valid options | `any` |
| `pager` | `pager` | If `true`, show the pagination. Defaults to `false`. | `boolean` |
| `scrollbar` | `scrollbar` | If `true`, show the scrollbar. Defaults to `false`. | `boolean` |
## Events