docs(): update auto-generated docs

This commit is contained in:
Adam Bradley
2018-04-12 11:13:07 -05:00
parent 91ccc86a52
commit c8071dd2ed
4 changed files with 60 additions and 36 deletions

View File

@ -7,27 +7,39 @@
## Properties
#### goBack
boolean
#### href
string
Contains a URL or a URL fragment that the hyperlink points to.
If this property is set, an anchor tag will be rendered.
#### routerDirection
string
When using a router, it specifies the transition direction when navigating a
another page usign `href`.
## Attributes
#### go-back
boolean
#### href
string
Contains a URL or a URL fragment that the hyperlink points to.
If this property is set, an anchor tag will be rendered.
#### router-direction
string
When using a router, it specifies the transition direction when navigating a
another page usign `href`.
----------------------------------------------

View File

@ -78,13 +78,6 @@ button with a border, or to `"solid"`. The default style is `"solid"` except ins
a toolbar, where the default is `"clear"`.
#### goBack
boolean
If true, the transition direction will be backwards upon navigation. Defaults to `false`.
#### href
string
@ -109,6 +102,14 @@ boolean
If true, activates a button with rounded corners.
#### routerDirection
string
When using a router, it specifies the transition direction when navigating a
another page usign `href`.
#### size
string
@ -176,13 +177,6 @@ button with a border, or to `"solid"`. The default style is `"solid"` except ins
a toolbar, where the default is `"clear"`.
#### go-back
boolean
If true, the transition direction will be backwards upon navigation. Defaults to `false`.
#### href
string
@ -207,6 +201,14 @@ boolean
If true, activates a button with rounded corners.
#### router-direction
string
When using a router, it specifies the transition direction when navigating a
another page usign `href`.
#### size
string

View File

@ -34,7 +34,9 @@ You can combine the `(ionSwipe)` event plus the `expandable` directive to create
string
The side the option button should be on. Defaults to `"right"`.
The side the option button should be on.
Possible values: `"start"` and `"end"`.
Defaults to `"end"`.
If you have multiple `ion-item-options`, a side must be provided for each.
@ -44,7 +46,9 @@ If you have multiple `ion-item-options`, a side must be provided for each.
string
The side the option button should be on. Defaults to `"right"`.
The side the option button should be on.
Possible values: `"start"` and `"end"`.
Defaults to `"end"`.
If you have multiple `ion-item-options`, a side must be provided for each.

View File

@ -39,11 +39,6 @@ boolean
If true, the user cannot interact with the item. Defaults to `false`.
#### goBack
boolean
#### href
string
@ -61,6 +56,14 @@ Possible values are: `"ios"` or `"md"`.
For more information, see [Platform Styles](/docs/theming/platform-specific-styles).
#### routerDirection
string
When using a router, it specifies the transition direction when navigating a
another page usign `href`.
## Attributes
#### button
@ -95,11 +98,6 @@ boolean
If true, the user cannot interact with the item. Defaults to `false`.
#### go-back
boolean
#### href
string
@ -117,6 +115,14 @@ Possible values are: `"ios"` or `"md"`.
For more information, see [Platform Styles](/docs/theming/platform-specific-styles).
#### router-direction
string
When using a router, it specifies the transition direction when navigating a
another page usign `href`.
----------------------------------------------