chore(): update to latest stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-08-12 12:04:27 +02:00
parent 149039bd12
commit d856ecfbbf
101 changed files with 1098 additions and 8675 deletions

View File

@ -17,39 +17,25 @@ You can combine the `ionSwipe` event plus the `expandable` directive to create a
## Properties
#### side
string
The side the option button should be on. Possible values: `"start"` and `"end"`. Defaults to `"end"`. If you have multiple `ion-item-options`, a side must be provided for each.
## Attributes
#### side
string
The side the option button should be on. Possible values: `"start"` and `"end"`. Defaults to `"end"`. If you have multiple `ion-item-options`, a side must be provided for each.
| Property | Attribute | Description | Type |
| -------- | --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| `side` | `side` | The side the option button should be on. Possible values: `"start"` and `"end"`. Defaults to `"end"`. If you have multiple `ion-item-options`, a side must be provided for each. | `Side` |
## Events
#### ionSwipe
Emitted when the item has been fully swiped.
| Event | Description |
| ---------- | -------------------------------------------- |
| `ionSwipe` | Emitted when the item has been fully swiped. |
## Methods
#### fireSwipeEvent()
#### isEndSide()
#### width()
| Method | Description |
| ---------------- | ----------- |
| `fireSwipeEvent` | |
| `isEndSide` | |
| `width` | |
----------------------------------------------