From 161751046d6bdbeae03417c1c0d56a1f1dd7d735 Mon Sep 17 00:00:00 2001 From: iapyang Date: Wed, 6 Sep 2017 15:29:22 +0800 Subject: [PATCH 1/9] add slider --- uidoc/SUMMARY.md | 1 + uidoc/detailed/slider.md | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 uidoc/detailed/slider.md diff --git a/uidoc/SUMMARY.md b/uidoc/SUMMARY.md index 5c280fd57..479042fb5 100644 --- a/uidoc/SUMMARY.md +++ b/uidoc/SUMMARY.md @@ -167,4 +167,5 @@ * [relation_view](detailed/relation_view.md) * [dialog](detailed/dialog.md) * [file_manager](detailed/file_manager.md) +* [slider](detailed/slider.md) diff --git a/uidoc/detailed/slider.md b/uidoc/detailed/slider.md new file mode 100644 index 000000000..190401700 --- /dev/null +++ b/uidoc/detailed/slider.md @@ -0,0 +1,38 @@ +# bi.slider + +### slider插件 + +{% method %} +[source](https://jsfiddle.net/fineui/k6svamdz/) + +{% common %} +```javascript +BI.createWidget({ + type: "bi.multi_select_combo", + items: [], +}); +``` + +{% endmethod %} + + + +##参数 + +| 参数 | 说明 | 类型 | 默认值 | +| ---- | ---- | ------ | ---- | +| min | | number | 10 | +| max | | number | 50 | + + + +## 方法 + +| 方法名 | 说明 | 参数 | +| -------- | ---- | ----- | +| getValue | | — | +| setValue | | value | +| | | | + +------ + From 31e55900b8d352dcd9add5f846332cfb5ad8ed01 Mon Sep 17 00:00:00 2001 From: iapyang Date: Wed, 6 Sep 2017 19:14:25 +0800 Subject: [PATCH 2/9] update docs --- docs/base/bubble.html | 929 +++--- docs/base/button/button.html | 1111 ++++--- docs/base/button/icon_button.html | 921 +++--- docs/base/button/image_button.html | 968 +++--- docs/base/button/text_button.html | 1025 +++--- docs/base/canvas.html | 930 +++--- docs/base/editor/code_editor.html | 982 +++--- docs/base/editor/editor.html | 1165 ++++--- docs/base/editor/formula_editor.html | 1009 +++--- docs/base/editor/multifile_editor.html | 972 +++--- docs/base/editor/textarea_editor.html | 938 +++--- docs/base/label.html | 1081 ++++--- docs/base/message.html | 913 +++--- docs/base/pager.html | 1079 ++++--- docs/base/svg.html | 985 +++--- docs/base/table/collection_table.html | 1058 +++--- docs/base/table/grid_table.html | 1029 +++--- docs/base/table/resizable_table.html | 1077 ++++--- docs/base/table/table_view.html | 1098 ++++--- docs/base/toast.html | 935 +++--- docs/case/button/multi_select_item.html | 942 +++--- docs/case/button/single_select_item.html | 949 +++--- .../case/button/single_select_radio_item.html | 949 +++--- docs/case/calendar.html | 956 +++--- .../{shelter_editor.html => clipboard.html} | 904 +++--- docs/case/color_chooser.html | 904 +++--- docs/case/combo/bubble_combo.html | 1092 ++++--- docs/case/combo/formula_combo.md | 38 + docs/case/combo/icon_combo.html | 1029 +++--- docs/case/combo/static_combo.html | 963 +++--- .../case/combo/text_value_downlist_combo.html | 951 +++--- docs/case/complex_canvas.html | 902 +++--- docs/case/editor/shelter_editor.html | 1171 ++++--- docs/case/editor/sign_editor.html | 1152 ++++--- docs/case/editor/sign_initial_editor.html | 1165 ++++--- docs/case/editor/state_editor.html | 1141 ++++--- docs/case/layer/layer_panel.html | 1022 +++--- docs/case/layer/multi_popup_layer.html | 896 +++--- docs/case/layer/pane_list.html | 1076 ++++--- docs/case/layer/panel.html | 942 +++--- docs/case/list/list.select.html | 1031 +++--- docs/case/loader/lazy_loader.html | 959 +++--- docs/case/loader/list_loader.html | 1016 +++--- docs/case/loader/sort_list.html | 1016 +++--- docs/case/pager/all_count_pager.html | 970 +++--- docs/case/pager/direction_pager.html | 1030 +++--- docs/case/segment.html | 971 +++--- docs/case/table/adaptive_table.html | 1082 ++++--- docs/case/table/layer_tree_table.html | 1105 ++++--- docs/case/table/tree_table.html | 1105 ++++--- docs/case/tree/branch_relation.html | 932 +++--- docs/case/tree/branch_tree.html | 937 +++--- docs/case/tree/display_tree.html | 903 +++--- ...editor.html => handstand_branch_tree.html} | 940 +++--- docs/case/tree/level_tree.html | 952 +++--- docs/case/tree/simple_tree.html | 933 +++--- docs/case/trigger/editor_trigger.html | 951 +++--- docs/case/trigger/icon_trigger.html | 873 ++--- docs/case/trigger/text_trigger.html | 895 +++--- docs/core/abstract/button_group.html | 1040 +++--- docs/core/abstract/button_tree.html | 956 +++--- docs/core/abstract/collection_view.html | 1048 +++--- docs/core/abstract/custom_tree.html | 1022 +++--- docs/core/abstract/grid_view.html | 1079 ++++--- docs/core/abstract/virtual_group.html | 953 +++--- docs/core/abstract/virtual_list.html | 960 +++--- docs/core/basic_button.html | 1055 +++--- docs/core/combination/bi.combo.html | 1150 ++++--- docs/core/combination/bi.expander.html | 1061 +++--- docs/core/combination/group_combo.html | 969 +++--- docs/core/combination/loader.html | 1053 +++--- docs/core/combination/navigation.html | 1036 +++--- docs/core/combination/searcher.html | 1174 ++++--- docs/core/combination/switcher.html | 1101 ++++--- docs/core/combination/tab.html | 1031 +++--- docs/core/layer/layer_float_box.html | 980 +++--- docs/core/layer/layer_popup.html | 1074 ++++--- docs/core/layer/layer_searcher.html | 963 +++--- docs/core/layout/border.html | 926 +++--- docs/core/layout/center.html | 942 +++--- docs/core/layout/center_adapt.html | 986 +++--- docs/core/layout/float_center.html | 937 +++--- docs/core/layout/flow.html | 977 +++--- docs/core/layout/grid.html | 947 +++--- docs/core/layout/horizontal.html | 983 +++--- docs/core/layout/horizontal_adapt.html | 959 +++--- docs/core/layout/horizontal_auto.html | 940 +++--- docs/core/layout/horizontal_float.html | 929 +++--- docs/core/layout/htape.html | 964 +++--- docs/core/layout/inline.md | 2 + .../layout/left_right_vertical_adapt.html | 952 +++--- docs/core/layout/table.html | 947 +++--- docs/core/layout/td.html | 934 +++--- docs/core/layout/vertical.html | 951 +++--- docs/core/layout/vertical_adapt.html | 946 +++--- docs/core/layout/vtape.html | 964 +++--- docs/core/node_button.html | 928 +++--- docs/core/pane.html | 947 +++--- docs/core/single.html | 981 +++--- docs/core/widget.html | 1180 ++++--- docs/detailed/bi.button/general.html | 1176 +++---- docs/detailed/bi.button/items.html | 928 +++--- docs/detailed/bi.button/node.html | 943 +++--- docs/detailed/bi.button/segment.html | 940 +++--- docs/detailed/bi.button/tooltip.html | 997 +++--- docs/detailed/bi.multi_select_item.md | 2 - docs/detailed/bi.segment.md | 2 - docs/detailed/bi.single_select_item.md | 2 - .../combo/multilayer_select_tree_combo.html} | 1131 ++++--- .../combo/multilayer_single_tree_combo.html} | 1065 ++++--- .../combo/select_tree_combo.html} | 1059 +++--- docs/detailed/combo/single_tree_combo.html | 2563 +++++++++++++++ docs/detailed/date/custom_date_time.html | 2515 +++++++++++++++ docs/detailed/date/date_combo.html | 2496 +++++++++++++++ docs/detailed/date/date_pane_widget.html | 2515 +++++++++++++++ docs/detailed/date/year_month_combo.html | 2527 +++++++++++++++ docs/detailed/date/year_quarter_combo.html | 2527 +++++++++++++++ docs/detailed/dialog.html | 2504 +++++++++++++++ docs/detailed/down_list_combo.html | 2587 +++++++++++++++ docs/detailed/file_manager.html | 2531 +++++++++++++++ docs/detailed/month_combo.html | 2521 +++++++++++++++ docs/detailed/multi_select_combo.html | 2530 +++++++++++++++ docs/detailed/node.md | 2 - docs/detailed/numeric_interval.html | 2582 +++++++++++++++ .../detailed/path/direction_path_chooser.html | 2515 +++++++++++++++ docs/detailed/path/path_chooser.html | 2514 +++++++++++++++ docs/detailed/quarter_combo.html | 2521 +++++++++++++++ docs/detailed/relation_view.html | 2507 +++++++++++++++ .../inline.html => detailed/slider.html} | 1333 ++++---- docs/detailed/table/bi.excel_table.html | 1013 +++--- docs/detailed/table/bi.page_table.html | 2830 +++++++++++++++++ docs/detailed/table/bi.preview_table.html | 1034 +++--- docs/detailed/table/bi.responsive_table.html | 1040 +++--- docs/detailed/text_input/bi.clear_editor.html | 912 +++--- .../detailed/text_input/bi.search_editor.html | 922 +++--- docs/detailed/text_input/bi.text_editor.html | 929 +++--- .../text_input/finetuning_number_editor.html} | 1033 +++--- docs/detailed/tree/bi.multi_tree_combo.html | 959 +++--- docs/detailed/tree/bi.switch_tree.html | 903 +++--- docs/detailed/year_combo.html | 2535 +++++++++++++++ docs/gh.js | 5 - .../expandable-chapters.css | 29 + .../expandable-chapters.js | 69 + docs/index.html | 864 ++--- docs/package.json | 5 +- docs/search_index.json | 2 +- 146 files changed, 110943 insertions(+), 52053 deletions(-) rename docs/case/{shelter_editor.html => clipboard.html} (81%) create mode 100644 docs/case/combo/formula_combo.md rename docs/case/tree/{handstand_branch_editor.html => handstand_branch_tree.html} (79%) create mode 100644 docs/core/layout/inline.md delete mode 100644 docs/detailed/bi.multi_select_item.md delete mode 100644 docs/detailed/bi.segment.md delete mode 100644 docs/detailed/bi.single_select_item.md rename docs/{case/combo/formula_combo.html => detailed/combo/multilayer_select_tree_combo.html} (67%) rename docs/{base/tree/part_tree.html => detailed/combo/multilayer_single_tree_combo.html} (72%) rename docs/{base/tree/async_tree.html => detailed/combo/select_tree_combo.html} (72%) create mode 100644 docs/detailed/combo/single_tree_combo.html create mode 100644 docs/detailed/date/custom_date_time.html create mode 100644 docs/detailed/date/date_combo.html create mode 100644 docs/detailed/date/date_pane_widget.html create mode 100644 docs/detailed/date/year_month_combo.html create mode 100644 docs/detailed/date/year_quarter_combo.html create mode 100644 docs/detailed/dialog.html create mode 100644 docs/detailed/down_list_combo.html create mode 100644 docs/detailed/file_manager.html create mode 100644 docs/detailed/month_combo.html create mode 100644 docs/detailed/multi_select_combo.html delete mode 100644 docs/detailed/node.md create mode 100644 docs/detailed/numeric_interval.html create mode 100644 docs/detailed/path/direction_path_chooser.html create mode 100644 docs/detailed/path/path_chooser.html create mode 100644 docs/detailed/quarter_combo.html create mode 100644 docs/detailed/relation_view.html rename docs/{core/layout/inline.html => detailed/slider.html} (51%) create mode 100644 docs/detailed/table/bi.page_table.html rename docs/{base/tree/tree_view.html => detailed/text_input/finetuning_number_editor.html} (72%) create mode 100644 docs/detailed/year_combo.html delete mode 100644 docs/gh.js create mode 100644 docs/gitbook/gitbook-plugin-expandable-chapters/expandable-chapters.css create mode 100644 docs/gitbook/gitbook-plugin-expandable-chapters/expandable-chapters.js diff --git a/docs/base/bubble.html b/docs/base/bubble.html index 741c366d7..a8a399daa 100644 --- a/docs/base/bubble.html +++ b/docs/base/bubble.html @@ -21,6 +21,10 @@ + + + + @@ -104,8 +108,6 @@ - 1.1. - 文档规范 @@ -126,8 +128,6 @@ - 2.1. - 布局 @@ -137,29 +137,12 @@