mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): update to latest stencil
This commit is contained in:
@@ -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 |
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user