mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
docs(readme): init component readme.md docs
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
# ion-action-sheet-controller
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### create()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
115
packages/core/src/components/action-sheet/readme.md
Normal file
115
packages/core/src/components/action-sheet/readme.md
Normal file
@ -0,0 +1,115 @@
|
||||
# ion-action-sheet
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### actionSheetId
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### buttons
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### cssClass
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### enableBackdropDismiss
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### enterAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### exitAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### subTitle
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### title
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### actionSheetId
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### buttons
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### cssClass
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### enableBackdropDismiss
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### enterAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### exitAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### subTitle
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### title
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionActionSheetDidDismiss
|
||||
|
||||
|
||||
#### ionActionSheetDidLoad
|
||||
|
||||
|
||||
#### ionActionSheetDidPresent
|
||||
|
||||
|
||||
#### ionActionSheetDidUnload
|
||||
|
||||
|
||||
#### ionActionSheetWillDismiss
|
||||
|
||||
|
||||
#### ionActionSheetWillPresent
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
16
packages/core/src/components/alert-controller/readme.md
Normal file
16
packages/core/src/components/alert-controller/readme.md
Normal file
@ -0,0 +1,16 @@
|
||||
# ion-alert-controller
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### create()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
143
packages/core/src/components/alert/readme.md
Normal file
143
packages/core/src/components/alert/readme.md
Normal file
@ -0,0 +1,143 @@
|
||||
# ion-alert
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### alertId
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### buttons
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### cssClass
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### enableBackdropDismiss
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### enterAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### exitAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### inputs
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### message
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### subTitle
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### title
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### alertId
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### buttons
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### cssClass
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### enableBackdropDismiss
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### enterAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### exitAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### inputs
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### message
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### subTitle
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### title
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionAlertDidDismiss
|
||||
|
||||
|
||||
#### ionAlertDidLoad
|
||||
|
||||
|
||||
#### ionAlertDidPresent
|
||||
|
||||
|
||||
#### ionAlertDidUnload
|
||||
|
||||
|
||||
#### ionAlertWillDismiss
|
||||
|
||||
|
||||
#### ionAlertWillPresent
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### dismiss()
|
||||
|
||||
|
||||
#### present()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
16
packages/core/src/components/animation-controller/readme.md
Normal file
16
packages/core/src/components/animation-controller/readme.md
Normal file
@ -0,0 +1,16 @@
|
||||
# ion-animation-controller
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### create()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
25
packages/core/src/components/app/readme.md
Normal file
25
packages/core/src/components/app/readme.md
Normal file
@ -0,0 +1,25 @@
|
||||
# ion-app
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### getActiveNavs()
|
||||
|
||||
|
||||
#### getNavByIdOrName()
|
||||
|
||||
|
||||
#### getRootNavs()
|
||||
|
||||
|
||||
#### isScrolling()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
11
packages/core/src/components/avatar/readme.md
Normal file
11
packages/core/src/components/avatar/readme.md
Normal file
@ -0,0 +1,11 @@
|
||||
# ion-avatar
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
11
packages/core/src/components/backdrop/readme.md
Normal file
11
packages/core/src/components/backdrop/readme.md
Normal file
@ -0,0 +1,11 @@
|
||||
# ion-backdrop
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
35
packages/core/src/components/badge/readme.md
Normal file
35
packages/core/src/components/badge/readme.md
Normal file
@ -0,0 +1,35 @@
|
||||
# ion-badge
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
175
packages/core/src/components/button/readme.md
Normal file
175
packages/core/src/components/button/readme.md
Normal file
@ -0,0 +1,175 @@
|
||||
# ion-button
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### block
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### buttonType
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### clear
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### default
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### full
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### href
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### itemButton
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### large
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### outline
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### round
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### small
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### solid
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### strong
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### block
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### buttonType
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### clear
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### default
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### full
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### href
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### itemButton
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### large
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### outline
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### round
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### small
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### solid
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### strong
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
11
packages/core/src/components/buttons/readme.md
Normal file
11
packages/core/src/components/buttons/readme.md
Normal file
@ -0,0 +1,11 @@
|
||||
# ion-buttons
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
35
packages/core/src/components/card-content/readme.md
Normal file
35
packages/core/src/components/card-content/readme.md
Normal file
@ -0,0 +1,35 @@
|
||||
# ion-card-content
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
35
packages/core/src/components/card-header/readme.md
Normal file
35
packages/core/src/components/card-header/readme.md
Normal file
@ -0,0 +1,35 @@
|
||||
# ion-card-header
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
35
packages/core/src/components/card-subtitle/readme.md
Normal file
35
packages/core/src/components/card-subtitle/readme.md
Normal file
@ -0,0 +1,35 @@
|
||||
# ion-card-subtitle
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
35
packages/core/src/components/card-title/readme.md
Normal file
35
packages/core/src/components/card-title/readme.md
Normal file
@ -0,0 +1,35 @@
|
||||
# ion-card-title
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
35
packages/core/src/components/card/readme.md
Normal file
35
packages/core/src/components/card/readme.md
Normal file
@ -0,0 +1,35 @@
|
||||
# ion-card
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
79
packages/core/src/components/checkbox/readme.md
Normal file
79
packages/core/src/components/checkbox/readme.md
Normal file
@ -0,0 +1,79 @@
|
||||
# ion-checkbox
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### checked
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### checked
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionBlur
|
||||
|
||||
|
||||
#### ionChange
|
||||
|
||||
|
||||
#### ionFocus
|
||||
|
||||
|
||||
#### ionStyle
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
65
packages/core/src/components/chip-button/readme.md
Normal file
65
packages/core/src/components/chip-button/readme.md
Normal file
@ -0,0 +1,65 @@
|
||||
# ion-chip-button
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### clear
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### href
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### clear
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### href
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
35
packages/core/src/components/chip/readme.md
Normal file
35
packages/core/src/components/chip/readme.md
Normal file
@ -0,0 +1,35 @@
|
||||
# ion-chip
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
66
packages/core/src/components/content/readme.md
Normal file
66
packages/core/src/components/content/readme.md
Normal file
@ -0,0 +1,66 @@
|
||||
# ion-content
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### fullscreen
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### ionScroll
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### ionScrollEnd
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### ionScrollStart
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### fullscreen
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### ionScroll
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### ionScrollEnd
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### ionScrollStart
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### enableJsScroll()
|
||||
|
||||
|
||||
#### scrollToBottom()
|
||||
|
||||
|
||||
#### scrollToTop()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
210
packages/core/src/components/datetime/readme.md
Normal file
210
packages/core/src/components/datetime/readme.md
Normal file
@ -0,0 +1,210 @@
|
||||
# ion-datetime
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### cancelText
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### dayNames
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### dayShortNames
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### dayValues
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### displayFormat
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### doneText
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### hourValues
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### max
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### min
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### minuteValues
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### monthNames
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### monthShortNames
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### monthValues
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### pickerFormat
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### pickerOptions
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### placeholder
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### yearValues
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### cancelText
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### dayNames
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### dayShortNames
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### dayValues
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### displayFormat
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### doneText
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### hourValues
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### max
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### min
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### minuteValues
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### monthNames
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### monthShortNames
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### monthValues
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### pickerFormat
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### pickerOptions
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### placeholder
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### yearValues
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionCancel
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
16
packages/core/src/components/fab/readme.md
Normal file
16
packages/core/src/components/fab/readme.md
Normal file
@ -0,0 +1,16 @@
|
||||
# ion-fab
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### close()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
11
packages/core/src/components/footer/readme.md
Normal file
11
packages/core/src/components/footer/readme.md
Normal file
@ -0,0 +1,11 @@
|
||||
# ion-footer
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
11
packages/core/src/components/gesture-controller/readme.md
Normal file
11
packages/core/src/components/gesture-controller/readme.md
Normal file
@ -0,0 +1,11 @@
|
||||
# ion-gesture-controller
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
212
packages/core/src/components/gesture/readme.md
Normal file
212
packages/core/src/components/gesture/readme.md
Normal file
@ -0,0 +1,212 @@
|
||||
# ion-gesture
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### attachTo
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### autoBlockAll
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### block
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### canStart
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### direction
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### disableScroll
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### enabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### gestureName
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### gesturePriority
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### maxAngle
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### notCaptured
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### onEnd
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### onMove
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### onPress
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### onStart
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### onWillStart
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### threshold
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### type
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### attachTo
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### autoBlockAll
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### block
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### canStart
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### direction
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### disableScroll
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### enabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### gestureName
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### gesturePriority
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### maxAngle
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### notCaptured
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### onEnd
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### onMove
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### onPress
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### onStart
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### onWillStart
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### threshold
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### type
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionGestureEnd
|
||||
|
||||
|
||||
#### ionGestureMove
|
||||
|
||||
|
||||
#### ionGestureNotCaptured
|
||||
|
||||
|
||||
#### ionGestureStart
|
||||
|
||||
|
||||
#### ionPress
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
11
packages/core/src/components/grid/readme.md
Normal file
11
packages/core/src/components/grid/readme.md
Normal file
@ -0,0 +1,11 @@
|
||||
# ion-col
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
11
packages/core/src/components/header/readme.md
Normal file
11
packages/core/src/components/header/readme.md
Normal file
@ -0,0 +1,11 @@
|
||||
# ion-header
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
35
packages/core/src/components/infinite-scroll/readme.md
Normal file
35
packages/core/src/components/infinite-scroll/readme.md
Normal file
@ -0,0 +1,35 @@
|
||||
# ion-infinite-scroll-content
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### loadingSpinner
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### loadingText
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### loadingSpinner
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### loadingText
|
||||
|
||||
string
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
286
packages/core/src/components/input/readme.md
Normal file
286
packages/core/src/components/input/readme.md
Normal file
@ -0,0 +1,286 @@
|
||||
# ion-input
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### accept
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### autocapitalize
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### autocomplete
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### autocorrect
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### autofocus
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### checked
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### clearInput
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### clearOnEdit
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### inputmode
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### max
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### maxlength
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### min
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### minlength
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### multiple
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### name
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### pattern
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### placeholder
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### readonly
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### required
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### results
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### size
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### spellcheck
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### step
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### type
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### accept
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### autocapitalize
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### autocomplete
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### autocorrect
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### autofocus
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### checked
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### clearInput
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### clearOnEdit
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### inputmode
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### max
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### maxlength
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### min
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### minlength
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### multiple
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### name
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### pattern
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### placeholder
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### readonly
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### required
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### results
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### size
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### spellcheck
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### step
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### type
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionBlur
|
||||
|
||||
|
||||
#### ionFocus
|
||||
|
||||
|
||||
#### ionStyle
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
35
packages/core/src/components/item-divider/readme.md
Normal file
35
packages/core/src/components/item-divider/readme.md
Normal file
@ -0,0 +1,35 @@
|
||||
# ion-item-divider
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
55
packages/core/src/components/item-sliding/readme.md
Normal file
55
packages/core/src/components/item-sliding/readme.md
Normal file
@ -0,0 +1,55 @@
|
||||
# ion-item-option
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### href
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### href
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
45
packages/core/src/components/item/readme.md
Normal file
45
packages/core/src/components/item/readme.md
Normal file
@ -0,0 +1,45 @@
|
||||
# ion-item
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### href
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### href
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
25
packages/core/src/components/keyboard-controller/readme.md
Normal file
25
packages/core/src/components/keyboard-controller/readme.md
Normal file
@ -0,0 +1,25 @@
|
||||
# ion-keyboard-controller
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### keyboardDidHide
|
||||
|
||||
|
||||
#### keyboardDidShow
|
||||
|
||||
|
||||
#### keyboardWillHide
|
||||
|
||||
|
||||
#### keyboardWillShow
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
75
packages/core/src/components/label/readme.md
Normal file
75
packages/core/src/components/label/readme.md
Normal file
@ -0,0 +1,75 @@
|
||||
# ion-label
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### fixed
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### floating
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### stacked
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### fixed
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### floating
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### stacked
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionStyle
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### getText()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
35
packages/core/src/components/list-header/readme.md
Normal file
35
packages/core/src/components/list-header/readme.md
Normal file
@ -0,0 +1,35 @@
|
||||
# ion-list-header
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
22
packages/core/src/components/list/readme.md
Normal file
22
packages/core/src/components/list/readme.md
Normal file
@ -0,0 +1,22 @@
|
||||
# ion-list
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### closeSlidingItems()
|
||||
|
||||
|
||||
#### getOpenedItem()
|
||||
|
||||
|
||||
#### setOpenedItem()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
16
packages/core/src/components/loading-controller/readme.md
Normal file
16
packages/core/src/components/loading-controller/readme.md
Normal file
@ -0,0 +1,16 @@
|
||||
# ion-loading-controller
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### create()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
115
packages/core/src/components/loading/readme.md
Normal file
115
packages/core/src/components/loading/readme.md
Normal file
@ -0,0 +1,115 @@
|
||||
# ion-loading
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### content
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### cssClass
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### dismissOnPageChange
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### duration
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### enterAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### exitAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### loadingId
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### showBackdrop
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### content
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### cssClass
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### dismissOnPageChange
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### duration
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### enterAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### exitAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### loadingId
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### showBackdrop
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionLoadingDidDismiss
|
||||
|
||||
|
||||
#### ionLoadingDidLoad
|
||||
|
||||
|
||||
#### ionLoadingDidPresent
|
||||
|
||||
|
||||
#### ionLoadingDidUnload
|
||||
|
||||
|
||||
#### ionLoadingWillDismiss
|
||||
|
||||
|
||||
#### ionLoadingWillPresent
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
58
packages/core/src/components/menu-controller/readme.md
Normal file
58
packages/core/src/components/menu-controller/readme.md
Normal file
@ -0,0 +1,58 @@
|
||||
# ion-menu-controller
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### _register()
|
||||
|
||||
|
||||
#### _setActiveMenu()
|
||||
|
||||
|
||||
#### _unregister()
|
||||
|
||||
|
||||
#### close()
|
||||
|
||||
|
||||
#### createAnimation()
|
||||
|
||||
|
||||
#### enable()
|
||||
|
||||
|
||||
#### get()
|
||||
|
||||
|
||||
#### getMenus()
|
||||
|
||||
|
||||
#### getOpen()
|
||||
|
||||
|
||||
#### isAnimating()
|
||||
|
||||
|
||||
#### isEnabled()
|
||||
|
||||
|
||||
#### isOpen()
|
||||
|
||||
|
||||
#### open()
|
||||
|
||||
|
||||
#### swipeEnable()
|
||||
|
||||
|
||||
#### toggle()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
123
packages/core/src/components/menu/readme.md
Normal file
123
packages/core/src/components/menu/readme.md
Normal file
@ -0,0 +1,123 @@
|
||||
# ion-menu
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### content
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### enabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### maxEdgeStart
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### menuId
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### persistent
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### side
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### swipeEnabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### type
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### content
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### enabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### maxEdgeStart
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### menuId
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### persistent
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### side
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### swipeEnabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### type
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionClose
|
||||
|
||||
|
||||
#### ionDrag
|
||||
|
||||
|
||||
#### ionOpen
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### close()
|
||||
|
||||
|
||||
#### isOpen()
|
||||
|
||||
|
||||
#### open()
|
||||
|
||||
|
||||
#### setOpen()
|
||||
|
||||
|
||||
#### toggle()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
16
packages/core/src/components/modal-controller/readme.md
Normal file
16
packages/core/src/components/modal-controller/readme.md
Normal file
@ -0,0 +1,16 @@
|
||||
# ion-modal-controller
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### create()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
135
packages/core/src/components/modal/readme.md
Normal file
135
packages/core/src/components/modal/readme.md
Normal file
@ -0,0 +1,135 @@
|
||||
# ion-modal
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### component
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### componentProps
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### cssClass
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### enableBackdropDismiss
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### enterAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### exitAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### modalId
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### showBackdrop
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### component
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### componentProps
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### cssClass
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### enableBackdropDismiss
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### enterAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### exitAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### modalId
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### showBackdrop
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionModalDidDismiss
|
||||
|
||||
|
||||
#### ionModalDidLoad
|
||||
|
||||
|
||||
#### ionModalDidPresent
|
||||
|
||||
|
||||
#### ionModalDidUnload
|
||||
|
||||
|
||||
#### ionModalWillDismiss
|
||||
|
||||
|
||||
#### ionModalWillPresent
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
57
packages/core/src/components/nav-controller/readme.md
Normal file
57
packages/core/src/components/nav-controller/readme.md
Normal file
@ -0,0 +1,57 @@
|
||||
# ion-nav-controller
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### delegate
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### delegate
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### insert()
|
||||
|
||||
|
||||
#### insertPages()
|
||||
|
||||
|
||||
#### pop()
|
||||
|
||||
|
||||
#### popTo()
|
||||
|
||||
|
||||
#### popToRoot()
|
||||
|
||||
|
||||
#### push()
|
||||
|
||||
|
||||
#### removeIndex()
|
||||
|
||||
|
||||
#### removeView()
|
||||
|
||||
|
||||
#### setPages()
|
||||
|
||||
|
||||
#### setRoot()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
118
packages/core/src/components/nav/readme.md
Normal file
118
packages/core/src/components/nav/readme.md
Normal file
@ -0,0 +1,118 @@
|
||||
# ion-nav
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### delegate
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### root
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### delegate
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### root
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionNavChanged
|
||||
|
||||
|
||||
#### navInit
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### addRoute()
|
||||
|
||||
|
||||
#### canGoBack()
|
||||
|
||||
|
||||
#### canSwipeBack()
|
||||
|
||||
|
||||
#### getActive()
|
||||
|
||||
|
||||
#### getFirstView()
|
||||
|
||||
|
||||
#### getPrevious()
|
||||
|
||||
|
||||
#### getRoutes()
|
||||
|
||||
|
||||
#### getState()
|
||||
|
||||
|
||||
#### insert()
|
||||
|
||||
|
||||
#### insertPages()
|
||||
|
||||
|
||||
#### pop()
|
||||
|
||||
|
||||
#### popTo()
|
||||
|
||||
|
||||
#### popToRoot()
|
||||
|
||||
|
||||
#### push()
|
||||
|
||||
|
||||
#### removeIndex()
|
||||
|
||||
|
||||
#### removeRoute()
|
||||
|
||||
|
||||
#### removeView()
|
||||
|
||||
|
||||
#### resize()
|
||||
|
||||
|
||||
#### setPages()
|
||||
|
||||
|
||||
#### setRoot()
|
||||
|
||||
|
||||
#### setRouteId()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
35
packages/core/src/components/note/readme.md
Normal file
35
packages/core/src/components/note/readme.md
Normal file
@ -0,0 +1,35 @@
|
||||
# ion-note
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
11
packages/core/src/components/page/readme.md
Normal file
11
packages/core/src/components/page/readme.md
Normal file
@ -0,0 +1,11 @@
|
||||
# ion-page
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
16
packages/core/src/components/picker-controller/readme.md
Normal file
16
packages/core/src/components/picker-controller/readme.md
Normal file
@ -0,0 +1,16 @@
|
||||
# ion-picker-controller
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### create()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
25
packages/core/src/components/picker/readme.md
Normal file
25
packages/core/src/components/picker/readme.md
Normal file
@ -0,0 +1,25 @@
|
||||
# ion-picker-column
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### col
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### col
|
||||
|
||||
any
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
16
packages/core/src/components/popover-controller/readme.md
Normal file
16
packages/core/src/components/popover-controller/readme.md
Normal file
@ -0,0 +1,16 @@
|
||||
# ion-popover-controller
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### create()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
145
packages/core/src/components/popover/readme.md
Normal file
145
packages/core/src/components/popover/readme.md
Normal file
@ -0,0 +1,145 @@
|
||||
# ion-popover
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### component
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### componentProps
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### cssClass
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### enableBackdropDismiss
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### enterAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### ev
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### exitAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### popoverId
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### showBackdrop
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### component
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### componentProps
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### cssClass
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### enableBackdropDismiss
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### enterAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### ev
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### exitAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### popoverId
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### showBackdrop
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionPopoverDidDismiss
|
||||
|
||||
|
||||
#### ionPopoverDidLoad
|
||||
|
||||
|
||||
#### ionPopoverDidPresent
|
||||
|
||||
|
||||
#### ionPopoverDidUnload
|
||||
|
||||
|
||||
#### ionPopoverWillDismiss
|
||||
|
||||
|
||||
#### ionPopoverWillPresent
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
@ -44,3 +44,61 @@ radio button within the same group.
|
||||
|
||||
</ion-list>
|
||||
```
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### allowEmptySelection
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### name
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### allowEmptySelection
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### name
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionChange
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
||||
|
@ -38,3 +38,96 @@ then they will all have the ability to be checked at the same time.
|
||||
|
||||
</ion-list>
|
||||
```
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### checked
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### name
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### checked
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### name
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionBlur
|
||||
|
||||
|
||||
#### ionFocus
|
||||
|
||||
|
||||
#### ionRadioDidLoad
|
||||
|
||||
|
||||
#### ionRadioDidUnload
|
||||
|
||||
|
||||
#### ionSelect
|
||||
|
||||
|
||||
#### ionStyle
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
||||
|
113
packages/core/src/components/range/readme.md
Normal file
113
packages/core/src/components/range/readme.md
Normal file
@ -0,0 +1,113 @@
|
||||
# ion-range-knob
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### knob
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### labelId
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### max
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### min
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### pin
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### pressed
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### ratio
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### val
|
||||
|
||||
number
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### knob
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### labelId
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### max
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### min
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### pin
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### pressed
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### ratio
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### val
|
||||
|
||||
number
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionDecrease
|
||||
|
||||
|
||||
#### ionIncrease
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
11
packages/core/src/components/reorder/readme.md
Normal file
11
packages/core/src/components/reorder/readme.md
Normal file
@ -0,0 +1,11 @@
|
||||
# ion-reorder
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
35
packages/core/src/components/router/readme.md
Normal file
35
packages/core/src/components/router/readme.md
Normal file
@ -0,0 +1,35 @@
|
||||
# ion-route-link
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### router
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### url
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### router
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### url
|
||||
|
||||
string
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
87
packages/core/src/components/scroll/readme.md
Normal file
87
packages/core/src/components/scroll/readme.md
Normal file
@ -0,0 +1,87 @@
|
||||
# ion-scroll
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### enabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### jsScroll
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### onionScroll
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### onionScrollEnd
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### onionScrollStart
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### enabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### jsScroll
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### onionScroll
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### onionScrollEnd
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### onionScrollStart
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionScroll
|
||||
|
||||
|
||||
#### ionScrollEnd
|
||||
|
||||
|
||||
#### ionScrollStart
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### scrollToBottom()
|
||||
|
||||
|
||||
#### scrollToPoint()
|
||||
|
||||
|
||||
#### scrollToTop()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
152
packages/core/src/components/searchbar/readme.md
Normal file
152
packages/core/src/components/searchbar/readme.md
Normal file
@ -0,0 +1,152 @@
|
||||
# ion-searchbar
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### animated
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### autocomplete
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### autocorrect
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### cancelButtonText
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### debounce
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### placeholder
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### showCancelButton
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### spellcheck
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### type
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### animated
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### autocomplete
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### autocorrect
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### cancelButtonText
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### debounce
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### placeholder
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### showCancelButton
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### spellcheck
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### type
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionBlur
|
||||
|
||||
|
||||
#### ionCancel
|
||||
|
||||
|
||||
#### ionClear
|
||||
|
||||
|
||||
#### ionFocus
|
||||
|
||||
|
||||
#### ionInput
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
70
packages/core/src/components/segment-button/readme.md
Normal file
70
packages/core/src/components/segment-button/readme.md
Normal file
@ -0,0 +1,70 @@
|
||||
# ion-segment-button
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### checked
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### checked
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionClick
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
60
packages/core/src/components/segment/readme.md
Normal file
60
packages/core/src/components/segment/readme.md
Normal file
@ -0,0 +1,60 @@
|
||||
# ion-segment
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionChange
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
55
packages/core/src/components/select-option/readme.md
Normal file
55
packages/core/src/components/select-option/readme.md
Normal file
@ -0,0 +1,55 @@
|
||||
# ion-select-option
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### selected
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### selected
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionSelect
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### getText()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
40
packages/core/src/components/select/readme.md
Normal file
40
packages/core/src/components/select/readme.md
Normal file
@ -0,0 +1,40 @@
|
||||
# ion-select-popover
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### options
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### options
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionDismiss
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
25
packages/core/src/components/skeleton-text/readme.md
Normal file
25
packages/core/src/components/skeleton-text/readme.md
Normal file
@ -0,0 +1,25 @@
|
||||
# ion-skeleton-text
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### width
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### width
|
||||
|
||||
string
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
11
packages/core/src/components/slides/readme.md
Normal file
11
packages/core/src/components/slides/readme.md
Normal file
@ -0,0 +1,11 @@
|
||||
# ion-slide
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
65
packages/core/src/components/spinner/readme.md
Normal file
65
packages/core/src/components/spinner/readme.md
Normal file
@ -0,0 +1,65 @@
|
||||
# ion-spinner
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### duration
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### name
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### paused
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### duration
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### name
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### paused
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
48
packages/core/src/components/split-pane/readme.md
Normal file
48
packages/core/src/components/split-pane/readme.md
Normal file
@ -0,0 +1,48 @@
|
||||
# ion-split-pane
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### enabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### when
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### enabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### when
|
||||
|
||||
any
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionChange
|
||||
|
||||
|
||||
#### ionSplitPaneDidChange
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### isVisible()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
11
packages/core/src/components/tabs/readme.md
Normal file
11
packages/core/src/components/tabs/readme.md
Normal file
@ -0,0 +1,11 @@
|
||||
# page-tab
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
11
packages/core/src/components/thumbnail/readme.md
Normal file
11
packages/core/src/components/thumbnail/readme.md
Normal file
@ -0,0 +1,11 @@
|
||||
# ion-thumbnail
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
11
packages/core/src/components/title/readme.md
Normal file
11
packages/core/src/components/title/readme.md
Normal file
@ -0,0 +1,11 @@
|
||||
# ion-title
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
16
packages/core/src/components/toast-controller/readme.md
Normal file
16
packages/core/src/components/toast-controller/readme.md
Normal file
@ -0,0 +1,16 @@
|
||||
# ion-toast-controller
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### create()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
135
packages/core/src/components/toast/readme.md
Normal file
135
packages/core/src/components/toast/readme.md
Normal file
@ -0,0 +1,135 @@
|
||||
# ion-toast
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### closeButtonText
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### cssClass
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### dismissOnPageChange
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### duration
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### enterAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### exitAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### message
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### position
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### showCloseButton
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### toastId
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### closeButtonText
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### cssClass
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### dismissOnPageChange
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### duration
|
||||
|
||||
number
|
||||
|
||||
|
||||
#### enterAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### exitAnimation
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### message
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### position
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### showCloseButton
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### toastId
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionToastDidDismiss
|
||||
|
||||
|
||||
#### ionToastDidLoad
|
||||
|
||||
|
||||
#### ionToastDidPresent
|
||||
|
||||
|
||||
#### ionToastDidUnload
|
||||
|
||||
|
||||
#### ionToastWillDismiss
|
||||
|
||||
|
||||
#### ionToastWillPresent
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
84
packages/core/src/components/toggle/readme.md
Normal file
84
packages/core/src/components/toggle/readme.md
Normal file
@ -0,0 +1,84 @@
|
||||
# ion-toggle
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### checked
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### checked
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### color
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### disabled
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### mode
|
||||
|
||||
any
|
||||
|
||||
|
||||
#### value
|
||||
|
||||
string
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionBlur
|
||||
|
||||
|
||||
#### ionChange
|
||||
|
||||
|
||||
#### ionFocus
|
||||
|
||||
|
||||
#### ionStyle
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
#### toggle()
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
55
packages/core/src/components/toolbar/readme.md
Normal file
55
packages/core/src/components/toolbar/readme.md
Normal file
@ -0,0 +1,55 @@
|
||||
# ion-navbar
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
#### backButtonIcon
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### backButtonText
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### hidden
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### hideBackButton
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### backButtonIcon
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### backButtonText
|
||||
|
||||
string
|
||||
|
||||
|
||||
#### hidden
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### hideBackButton
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
11
packages/core/src/components/util/readme.md
Normal file
11
packages/core/src/components/util/readme.md
Normal file
@ -0,0 +1,11 @@
|
||||
# ion-utils
|
||||
|
||||
|
||||
|
||||
<!-- Auto Generated Below -->
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built by [StencilJS](https://stenciljs.com/)*
|
Reference in New Issue
Block a user