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 Jun 15, 2016
1 parent 859b51d commit 7c11bee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 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/Splitter.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"description":"@original ons-splitter\n@category splitter\n@tutorial react/Reference/splitter\n@description\n[en] A component that enables responsive layout by implementing both a two-column layout and a sliding menu layout.\n\n It can be configured to automatically expand into a column layout on large screens and collapse the menu on smaller screens. When the menu is collapsed the user can open it by swiping.\n [/en]\n[jp] どうしよう[/jp]\n@example\n <Splitter>\n <SplitterSide\n side=\"left\"\n width={200}\n isSwipeable={true}>\n <Page> Page Left </Page>\n </SplitterSide>\n <SplitterContent>\n <Page> Page Content </Page>\n </SplitterContent>\n <SplitterSide\n side=\"right\"\n width={300}\n collapsed={!this.state.showRight}\n isOpen={this.state.openRight}\n onClose={this.handleRightClose.bind(this)}\n onOpen={this.handleRightOpen.bind(this)}\n isSwipeable={true}>\n <Page> Page Right </Page>\n </SplitterSide>\n </Splitter>","methods":[{"name":"_getDomNodeName","docblock":null,"modifiers":[],"params":[],"returns":null}]}
{"description":"@original ons-splitter\n@category splitter\n@tutorial react/Reference/splitter\n@description\n[en] A component that enables responsive layout by implementing both a two-column layout and a sliding menu layout.\n\n It can be configured to automatically expand into a column layout on large screens and collapse the menu on smaller screens. When the menu is collapsed the user can open it by swiping.\n [/en]\n[jp] どうしよう[/jp]\n@example\n <Splitter>\n <SplitterSide\n side=\"left\"\n width={200}\n isSwipeable={true}>\n <Page> Page Left </Page>\n </SplitterSide>\n <SplitterContent>\n <Page> Page Content </Page>\n </SplitterContent>\n <SplitterSide\n side=\"right\"\n width={300}\n collapse={!this.state.showRight}\n isOpen={this.state.openRight}\n onClose={this.handleRightClose.bind(this)}\n onOpen={this.handleRightOpen.bind(this)}\n isSwipeable={true}>\n <Page> Page Right </Page>\n </SplitterSide>\n </Splitter>","methods":[{"name":"_getDomNodeName","docblock":null,"modifiers":[],"params":[],"returns":null}]}
2 changes: 1 addition & 1 deletion docs/SplitterContent.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"description":"@original ons-splitter-content\n@category splitter\n@tutorial react/Reference/splitter\n@description\n[en] The SplitterContent element is used as a child element of Splitter.\n It contains the main content of the page while SplitterSide contains the list.\n [/en]\n[jp][/jp]\n@example\n <Splitter>\n <SplitterSide\n side=\"left\"\n width={200}\n isSwipeable={true}>\n <Page> Page Left </Page>\n </SplitterSide>\n <SplitterContent>\n <Page> Page Content </Page>\n </SplitterContent>\n <SplitterSide\n side=\"right\"\n width={300}\n collapsed={!this.state.showRight}\n isOpen={this.state.openRight}\n onClose={this.handleRightClose.bind(this)}\n onOpen={this.handleRightOpen.bind(this)}\n isSwipeable={true}>\n <Page> Page Right </Page>\n </SplitterSide>\n </Splitter>","methods":[{"name":"_getDomNodeName","docblock":null,"modifiers":[],"params":[],"returns":null}]}
{"description":"@original ons-splitter-content\n@category splitter\n@tutorial react/Reference/splitter\n@description\n[en] The SplitterContent element is used as a child element of Splitter.\n It contains the main content of the page while SplitterSide contains the list.\n [/en]\n[jp][/jp]\n@example\n <Splitter>\n <SplitterSide\n side=\"left\"\n width={200}\n isSwipeable={true}>\n <Page> Page Left </Page>\n </SplitterSide>\n <SplitterContent>\n <Page> Page Content </Page>\n </SplitterContent>\n <SplitterSide\n side=\"right\"\n width={300}\n collapse={!this.state.showRight}\n isOpen={this.state.openRight}\n onClose={this.handleRightClose.bind(this)}\n onOpen={this.handleRightOpen.bind(this)}\n isSwipeable={true}>\n <Page> Page Right </Page>\n </SplitterSide>\n </Splitter>","methods":[{"name":"_getDomNodeName","docblock":null,"modifiers":[],"params":[],"returns":null}]}

0 comments on commit 7c11bee

Please sign in to comment.