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 Aug 5, 2016
1 parent 99fa7f3 commit c03e52a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 27 deletions.
60 changes: 35 additions & 25 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/List.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"description":"@original ons-list\n@category list\n@tutorial react/Reference/list\n@description\n [en]\n Component for representing a list. It takes an array called datasrouce and calls renderRow(row, index) for every row. Furthermore, the header and the footer can be specified with `renderRow` and `renderHeader` respectivly. [/en]\n[jp][/jp]\n@example\n <List\n dataSource={['Row 1', 'Row 2']}\n renderHeader={this.renderHeader}\n renderRow={(row, idx) => (\n <ListItem modifier={idx === this.state.data.length - 1 ? 'longdivider' : null}>\n {row}\n <Button modifier=\"quiet\" onClick={this.remove.bind(this, idx)}>Remove</Button>\n </ListItem>\n )}\n renderFooter={this.renderFooter}\n />","methods":[],"props":{"modifier":{"type":{"name":"string"},"required":false,"description":"@name modifier\n@type string\n@description\n [en]\n Specify modifier name to specify custom styles.\n [/en]\n [jp] どうしよう[/jp]"},"dataSource":{"type":{"name":"array"},"required":true,"description":"@name dataSource\n@type string\n@description\n [en]\n Specify modifier name to specify custom styles.\n [/en]\n [jp] どうしよう[/jp]"},"renderRow":{"type":{"name":"func"},"required":true,"description":"@name renderRow\n@type function\n@description\n [en]\n Function to specify the rendering function for every element in\n in the dataSouce.\n [/en]\n [jp] どうしよう[/jp]"},"renderHeader":{"type":{"name":"func"},"required":false,"description":"@name renderHeader\n@type function\n@description\n [en]\n Function to specify the rendering function for the header\n [/en]\n [jp] どうしよう[/jp]","defaultValue":{"value":"() => null","computed":false}},"renderFooter":{"type":{"name":"func"},"required":false,"description":"@name renderFooter\n@type function\n@description\n [en]\n Function to specify the rendering function for the footer\n [/en]\n [jp] どうしよう[/jp]","defaultValue":{"value":"() => null","computed":false}}}}
{"description":"@original ons-list\n@category list\n@tutorial react/Reference/list\n@description\n [en]\n Component for representing a list. It takes an array called datasrouce and calls renderRow(row, index) for every row. Furthermore, the header and the footer can be specified with `renderRow` and `renderHeader` respectivly. [/en]\n[jp][/jp]\n@example\n <List\n dataSource={['Row 1', 'Row 2']}\n renderHeader={this.renderHeader}\n renderRow={(row, idx) => (\n <ListItem modifier={idx === this.state.data.length - 1 ? 'longdivider' : null}>\n {row}\n <Button modifier=\"quiet\" onClick={this.remove.bind(this, idx)}>Remove</Button>\n </ListItem>\n )}\n renderFooter={this.renderFooter}\n />","methods":[],"props":{"modifier":{"type":{"name":"string"},"required":false,"description":"@name modifier\n@type string\n@description\n [en]\n Specify modifier name to specify custom styles.\n [/en]\n [jp] どうしよう[/jp]"},"dataSource":{"type":{"name":"array"},"required":true,"description":"@name dataSource\n@type string\n@description\n [en]\n Source of the list data. Should be an array.\n [/en]\n [jp] どうしよう[/jp]"},"renderRow":{"type":{"name":"func"},"required":true,"description":"@name renderRow\n@type function\n@description\n [en]\n Function to specify the rendering function for every element in\n in the dataSouce.\n [/en]\n [jp] どうしよう[/jp]"},"renderHeader":{"type":{"name":"func"},"required":false,"description":"@name renderHeader\n@type function\n@description\n [en]\n Function to specify the rendering function for the header\n [/en]\n [jp] どうしよう[/jp]","defaultValue":{"value":"() => null","computed":false}},"renderFooter":{"type":{"name":"func"},"required":false,"description":"@name renderFooter\n@type function\n@description\n [en]\n Function to specify the rendering function for the footer\n [/en]\n [jp] どうしよう[/jp]","defaultValue":{"value":"() => null","computed":false}}}}

0 comments on commit c03e52a

Please sign in to comment.