Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Commit

Permalink
Update generated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
argelius committed Sep 7, 2016
1 parent f1541da commit 1a6e6bb
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 19 deletions.
58 changes: 41 additions & 17 deletions dist/react-onsenui.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/react-onsenui.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/Fab.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"description":"@original ons-fab\n@category fab\n@tutorial react/Reference/fab\n@description\n[en] The Floating action button is a circular button defined in the [Material Design specification](https://www.google.com/design/spec/components/buttons-floating-action-button.html). They are often used to promote the primary action of the app.\n It can be displayed either as an inline element or in one of the corners. Normally it will be positioned in the lower right corner of the screen.\n [/en]\n[jp][/jp]\n@example\n<SpeedDial disabled={false} direction='right' onClick={() => console.log('test1')} position='left bottom'>\n <Fab>\n <Icon icon='fa-twitter' size={26} fixedWidth={false} style={{verticalAlign: 'middle'}} />\n </Fab>\n <SpeedDialItem onClick={() => console.log('speed A')}> A </SpeedDialItem>\n <SpeedDialItem onClick={() => console.log('speed B')}> B </SpeedDialItem>\n <SpeedDialItem onClick={() => console.log('speed C')}> C </SpeedDialItem>\n <SpeedDialItem onClick={() => console.log('speed D')}> D </SpeedDialItem>\n </SpeedDial>","methods":[{"name":"_getDomNodeName","docblock":null,"modifiers":[],"params":[],"returns":null}],"props":{"modifier":{"type":{"name":"string"},"required":false,"description":"@name modifier\n@type string\n@required false\n@description\n [en]The appearance of the button.[/en]\n [jp] [/jp]"},"ripple":{"type":{"name":"bool"},"required":false,"description":"@name ripple\n@type bool\n@description\n [en]If true, the button will have a ripple effect when tapped.[/en]\n [jp] [/jp]"},"position":{"type":{"name":"string"},"required":false,"description":"@namep position\n@type string\n@required false\n@description\n [en]The position of the button. Should be a string like `\"bottom right\"` or `\"top left\"`. If this attribute is not defined it will be displayed as an inline element.[/en]\n [jp] [/jp]"},"disabled":{"type":{"name":"string"},"required":false,"description":"@name disabled\n@type bool\n@description\n [en] If true, the button will be disabled. [/en]\n [jp] [/jp]"},"onClick":{"type":{"name":"func"},"required":false,"description":"@name onClick\n@type function\n@description\n [en] This function will be called ones the button is clicked. [/en]\n [jp] [/jp]"}}}
{"description":"@original ons-fab\n@category fab\n@tutorial react/Reference/fab\n@description\n[en] The Floating action button is a circular button defined in the [Material Design specification](https://www.google.com/design/spec/components/buttons-floating-action-button.html). They are often used to promote the primary action of the app.\n It can be displayed either as an inline element or in one of the corners. Normally it will be positioned in the lower right corner of the screen.\n [/en]\n[jp][/jp]\n@example\n<SpeedDial disabled={false} direction='right' onClick={() => console.log('test1')} position='left bottom'>\n <Fab>\n <Icon icon='fa-twitter' size={26} fixedWidth={false} style={{verticalAlign: 'middle'}} />\n </Fab>\n <SpeedDialItem onClick={() => console.log('speed A')}> A </SpeedDialItem>\n <SpeedDialItem onClick={() => console.log('speed B')}> B </SpeedDialItem>\n <SpeedDialItem onClick={() => console.log('speed C')}> C </SpeedDialItem>\n <SpeedDialItem onClick={() => console.log('speed D')}> D </SpeedDialItem>\n </SpeedDial>","methods":[{"name":"_getDomNodeName","docblock":null,"modifiers":[],"params":[],"returns":null}],"props":{"modifier":{"type":{"name":"string"},"required":false,"description":"@name modifier\n@type string\n@required false\n@description\n [en]The appearance of the button.[/en]\n [jp] [/jp]"},"ripple":{"type":{"name":"bool"},"required":false,"description":"@name ripple\n@type bool\n@description\n [en]If true, the button will have a ripple effect when tapped.[/en]\n [jp] [/jp]"},"position":{"type":{"name":"string"},"required":false,"description":"@namep position\n@type string\n@required false\n@description\n [en]The position of the button. Should be a string like `\"bottom right\"` or `\"top left\"`. If this attribute is not defined it will be displayed as an inline element.[/en]\n [jp] [/jp]"},"disabled":{"type":{"name":"bool"},"required":false,"description":"@name disabled\n@type bool\n@description\n [en] If true, the button will be disabled. [/en]\n [jp] [/jp]"},"onClick":{"type":{"name":"func"},"required":false,"description":"@name onClick\n@type function\n@description\n [en] This function will be called ones the button is clicked. [/en]\n [jp] [/jp]"}}}

0 comments on commit 1a6e6bb

Please sign in to comment.