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

@ -8,56 +8,18 @@ Backdrops are full screen components that overlay other components. They are use
## Properties
#### stopPropagation
boolean
If true, the backdrop will stop propagation on tap. Defaults to `true`.
#### tappable
boolean
If true, the backdrop will can be clicked and will emit the `ionBackdropTap` event. Defaults to `true`.
#### visible
boolean
If true, the backdrop will be visible. Defaults to `true`.
## Attributes
#### stop-propagation
boolean
If true, the backdrop will stop propagation on tap. Defaults to `true`.
#### tappable
boolean
If true, the backdrop will can be clicked and will emit the `ionBackdropTap` event. Defaults to `true`.
#### visible
boolean
If true, the backdrop will be visible. Defaults to `true`.
| Property | Attribute | Description | Type |
| ----------------- | ------------------ | ------------------------------------------------------------------------------------------------------- | --------- |
| `stopPropagation` | `stop-propagation` | If true, the backdrop will stop propagation on tap. Defaults to `true`. | `boolean` |
| `tappable` | `tappable` | If true, the backdrop will can be clicked and will emit the `ionBackdropTap` event. Defaults to `true`. | `boolean` |
| `visible` | `visible` | If true, the backdrop will be visible. Defaults to `true`. | `boolean` |
## Events
#### ionBackdropTap
Emitted when the backdrop is tapped.
| Event | Description |
| ---------------- | ------------------------------------ |
| `ionBackdropTap` | Emitted when the backdrop is tapped. |
----------------------------------------------