chore(): update to latest stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-08-22 23:37:32 +02:00
parent 11edc49dfe
commit 3d6caae13f
34 changed files with 248 additions and 225 deletions

View File

@@ -42,10 +42,10 @@ SplitPane also provides some predefined media queries that can be used.
## Properties
| 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` |
| 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