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

@@ -42,61 +42,26 @@ SplitPane also provides some predefined media queries that can be used.
## Properties
#### disabled
boolean
If true, the split pane will be hidden. Defaults to `false`.
#### when
any
When the split-pane should be shown.
Can be a CSS media query expression, or a shortcut expression.
Can also be a boolean expression.
## Attributes
#### disabled
boolean
If true, the split pane will be hidden. Defaults to `false`.
#### when
any
When the split-pane should be shown.
Can be a CSS media query expression, or a shortcut expression.
Can also be a boolean expression.
| Property | Attribute | Description | Type |
| ---------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------ |
| `disabled` | `disabled` | If true, the split pane will be hidden. Defaults to `false`. | `boolean` |
| `when` | -- | When the split-pane should be shown. Can be a CSS media query expression, or a shortcut expression. Can also be a boolean expression. | `string | boolean` |
## Events
#### ionChange
Emitted when the split pane is visible.
#### ionSplitPaneVisible
Expression to be called when the split-pane visibility has changed
| Event | Description |
| --------------------- | ------------------------------------------------------------------ |
| `ionChange` | Emitted when the split pane is visible. |
| `ionSplitPaneVisible` | Expression to be called when the split-pane visibility has changed |
## Methods
#### isPane()
#### isVisible()
Returns if the split pane is toggled or not
| Method | Description |
| ----------- | ------------------------------------------- |
| `isPane` | |
| `isVisible` | Returns if the split pane is toggled or not |
----------------------------------------------