amis-ui 2.1.1-beta.2 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/components/404.d.ts +33 -1
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.d.ts +494 -2
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.d.ts +33 -1
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.d.ts +67 -3
- package/esm/components/AnchorNav.js +9 -9
- package/esm/components/ArrayInput.d.ts +574 -2
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.d.ts +83 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.d.ts +454 -2
- package/esm/components/AssociatedSelection.js +3 -3
- package/esm/components/Avatar.d.ts +33 -1
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.d.ts +54 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.d.ts +33 -1
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.d.ts +33 -1
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.d.ts +33 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.d.ts +33 -1
- package/esm/components/Button.js +4 -5
- package/esm/components/CalendarMobile.d.ts +254 -2
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.d.ts +33 -1
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.d.ts +33 -1
- package/esm/components/Cascader.js +3 -9
- package/esm/components/ChainedSelection.d.ts +454 -2
- package/esm/components/ChainedSelection.js +7 -5
- package/esm/components/Checkbox.d.ts +33 -1
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.d.ts +254 -2
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.d.ts +33 -1
- package/esm/components/Collapse.js +1 -1
- package/esm/components/CollapseGroup.d.ts +33 -1
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.d.ts +454 -2
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/ContextMenu.d.ts +33 -1
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +495 -2
- package/esm/components/DatePicker.js +3 -3
- package/esm/components/DateRangePicker.d.ts +787 -2
- package/esm/components/DateRangePicker.js +107 -37
- package/esm/components/Drawer.d.ts +33 -1
- package/esm/components/Drawer.js +1 -1
- package/esm/components/Editor.d.ts +541 -3
- package/esm/components/Editor.js +9 -8
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.d.ts +254 -2
- package/esm/components/FormField.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.d.ts +455 -3
- package/esm/components/GroupedSelection.js +12 -5
- package/esm/components/Html.d.ts +53 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.d.ts +261 -2
- package/esm/components/ImageGallery.js +18 -6
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +63 -1
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.d.ts +254 -2
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/Layout.d.ts +93 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.d.ts +33 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +53 -1
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.d.ts +534 -2
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.d.ts +374 -2
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.d.ts +1200 -8
- package/esm/components/Modal.js +8 -3
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MonthRangePicker.d.ts +654 -2
- package/esm/components/NumberInput.d.ts +42 -1
- package/esm/components/NumberInput.js +39 -10
- package/esm/components/Pagination.d.ts +543 -2
- package/esm/components/Pagination.js +3 -3
- package/esm/components/Picker.d.ts +254 -2
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.d.ts +33 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.d.ts +254 -2
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.d.ts +1 -0
- package/esm/components/PopOverContainer.js +3 -3
- package/esm/components/PopUp.d.ts +534 -2
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.d.ts +39 -1
- package/esm/components/Progress.js +20 -2
- package/esm/components/PullRefresh.d.ts +33 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.d.ts +123 -1
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.d.ts +33 -1
- package/esm/components/Range.js +7 -4
- package/esm/components/Rating.d.ts +173 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +254 -2
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.d.ts +259 -4
- package/esm/components/ResultList.js +10 -8
- package/esm/components/ResultTableList.d.ts +655 -2
- package/esm/components/ResultTableList.js +3 -3
- package/esm/components/ResultTreeList.d.ts +255 -2
- package/esm/components/ResultTreeList.js +4 -4
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.d.ts +497 -2
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.d.ts +6201 -56
- package/esm/components/Select.js +1 -1
- package/esm/components/Selection.d.ts +456 -2
- package/esm/components/Selection.js +6 -3
- package/esm/components/SparkLine.d.ts +374 -2
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.d.ts +145 -1
- package/esm/components/Spinner.js +111 -23
- package/esm/components/Steps.d.ts +33 -1
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.d.ts +63 -1
- package/esm/components/Switch.js +1 -1
- package/esm/components/TableSelection.d.ts +654 -2
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.d.ts +239 -7
- package/esm/components/Tabs.js +39 -9
- package/esm/components/TabsTransfer.d.ts +254 -2
- package/esm/components/TabsTransfer.js +1 -1
- package/esm/components/TabsTransferPicker.d.ts +254 -2
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.d.ts +66 -2
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.d.ts +494 -2
- package/esm/components/Textarea.js +2 -2
- package/esm/components/Timeline.d.ts +33 -1
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.d.ts +254 -2
- package/esm/components/TimelineItem.js +2 -2
- package/esm/components/Tinymce.js +2 -2
- package/esm/components/TitleBar.d.ts +83 -1
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.d.ts +254 -2
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.d.ts +33 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.d.ts +33 -1
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +1050 -6
- package/esm/components/Transfer.js +12 -12
- package/esm/components/TransferDropDown.d.ts +254 -2
- package/esm/components/TransferDropDown.js +4 -4
- package/esm/components/TransferPicker.d.ts +254 -2
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.d.ts +254 -4
- package/esm/components/TransferSearch.js +2 -8
- package/esm/components/Tree.d.ts +1534 -2
- package/esm/components/Tree.js +3 -2
- package/esm/components/TreeSelection.d.ts +494 -2
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.d.ts +419 -3
- package/esm/components/UserSelect.js +87 -28
- package/esm/components/UserTabSelect.d.ts +258 -5
- package/esm/components/UserTabSelect.js +64 -18
- package/esm/components/WithRemoteConfig.d.ts +260 -4
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.d.ts +63 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.d.ts +1 -0
- package/esm/components/calendar/Calendar.js +5 -2
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.d.ts +64 -2
- package/esm/components/calendar/DaysView.js +53 -24
- package/esm/components/calendar/MonthsView.d.ts +63 -1
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.d.ts +63 -1
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.d.ts +63 -2
- package/esm/components/calendar/TimeView.js +5 -6
- package/esm/components/calendar/YearsView.d.ts +63 -1
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.d.ts +255 -2
- package/esm/components/condition-builder/Expression.js +3 -3
- package/esm/components/condition-builder/Field.d.ts +256 -3
- package/esm/components/condition-builder/Field.js +9 -5
- package/esm/components/condition-builder/Formula.d.ts +254 -2
- package/esm/components/condition-builder/Formula.js +1 -1
- package/esm/components/condition-builder/Func.d.ts +254 -2
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.d.ts +255 -2
- package/esm/components/condition-builder/Group.js +3 -3
- package/esm/components/condition-builder/GroupOrItem.d.ts +34 -1
- package/esm/components/condition-builder/GroupOrItem.js +3 -3
- package/esm/components/condition-builder/InputSwitch.d.ts +33 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.d.ts +255 -2
- package/esm/components/condition-builder/Item.js +3 -3
- package/esm/components/condition-builder/Value.d.ts +254 -2
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.d.ts +255 -2
- package/esm/components/condition-builder/index.js +3 -3
- package/esm/components/formula/Editor.d.ts +256 -2
- package/esm/components/formula/Editor.js +17 -6
- package/esm/components/formula/FuncList.d.ts +33 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Picker.d.ts +357 -4
- package/esm/components/formula/Picker.js +30 -8
- package/esm/components/formula/VariableList.d.ts +33 -1
- package/esm/components/formula/VariableList.js +1 -1
- package/esm/components/formula/plugin.d.ts +1 -1
- package/esm/components/formula/plugin.js +6 -4
- package/esm/components/icons.js +1 -1
- package/esm/components/json-schema/Array.d.ts +1 -0
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.d.ts +1 -0
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.d.ts +1 -0
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.d.ts +254 -2
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/schema-editor/Array.d.ts +1 -0
- package/esm/components/schema-editor/Array.js +1 -1
- package/esm/components/schema-editor/Common.js +1 -1
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.d.ts +1 -0
- package/esm/components/schema-editor/Object.js +1 -1
- package/esm/components/schema-editor/SchemaVariableList.d.ts +164 -2
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.d.ts +164 -2
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.d.ts +263 -2
- package/esm/components/schema-editor/index.js +1 -1
- package/esm/components/table/Cell.d.ts +456 -3
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/HeadCellDropDown.d.ts +257 -3
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.d.ts +377 -4
- package/esm/components/table/HeadCellFilter.js +4 -4
- package/esm/components/table/HeadCellSelect.d.ts +337 -4
- package/esm/components/table/HeadCellSelect.js +4 -2
- package/esm/components/table/HeadCellSort.d.ts +258 -5
- package/esm/components/table/HeadCellSort.js +6 -6
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/index.d.ts +586 -9
- package/esm/components/table/index.js +106 -59
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.d.ts +3 -3
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check-circle.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/status-fail.svg.js +1 -1
- package/esm/icons/status-info.svg.js +1 -1
- package/esm/icons/status-success.svg.js +1 -1
- package/esm/icons/status-warning.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +1 -1
- package/esm/locale/de-DE.js +26 -6
- package/esm/locale/en-US.js +22 -3
- package/esm/locale/zh-CN.js +24 -7
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/components/404.d.ts +33 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +494 -2
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +33 -1
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +67 -3
- package/lib/components/AnchorNav.js +9 -9
- package/lib/components/ArrayInput.d.ts +574 -2
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.d.ts +83 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +454 -2
- package/lib/components/AssociatedSelection.js +3 -3
- package/lib/components/Avatar.d.ts +33 -1
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.d.ts +54 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.d.ts +33 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.d.ts +33 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.d.ts +33 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +33 -1
- package/lib/components/Button.js +4 -5
- package/lib/components/CalendarMobile.d.ts +254 -2
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +33 -1
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.d.ts +33 -1
- package/lib/components/Cascader.js +3 -9
- package/lib/components/ChainedSelection.d.ts +454 -2
- package/lib/components/ChainedSelection.js +7 -5
- package/lib/components/Checkbox.d.ts +33 -1
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.d.ts +254 -2
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +33 -1
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.d.ts +33 -1
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +454 -2
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/ContextMenu.d.ts +33 -1
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +495 -2
- package/lib/components/DatePicker.js +3 -3
- package/lib/components/DateRangePicker.d.ts +787 -2
- package/lib/components/DateRangePicker.js +108 -36
- package/lib/components/Drawer.d.ts +33 -1
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Editor.d.ts +541 -3
- package/lib/components/Editor.js +9 -9
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.d.ts +254 -2
- package/lib/components/FormField.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +455 -3
- package/lib/components/GroupedSelection.js +12 -5
- package/lib/components/Html.d.ts +53 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.d.ts +261 -2
- package/lib/components/ImageGallery.js +18 -6
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +63 -1
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.d.ts +254 -2
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/Layout.d.ts +93 -1
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.d.ts +33 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +53 -1
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +534 -2
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +374 -2
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +1200 -8
- package/lib/components/Modal.js +8 -3
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +654 -2
- package/lib/components/NumberInput.d.ts +42 -1
- package/lib/components/NumberInput.js +39 -10
- package/lib/components/Pagination.d.ts +543 -2
- package/lib/components/Pagination.js +3 -3
- package/lib/components/Picker.d.ts +254 -2
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.d.ts +33 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.d.ts +254 -2
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.d.ts +1 -0
- package/lib/components/PopOverContainer.js +3 -3
- package/lib/components/PopUp.d.ts +534 -2
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +39 -1
- package/lib/components/Progress.js +20 -2
- package/lib/components/PullRefresh.d.ts +33 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +123 -1
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.d.ts +33 -1
- package/lib/components/Range.js +7 -4
- package/lib/components/Rating.d.ts +173 -1
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +254 -2
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +259 -4
- package/lib/components/ResultList.js +10 -8
- package/lib/components/ResultTableList.d.ts +655 -2
- package/lib/components/ResultTableList.js +3 -3
- package/lib/components/ResultTreeList.d.ts +255 -2
- package/lib/components/ResultTreeList.js +4 -4
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +497 -2
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +6201 -56
- package/lib/components/Select.js +1 -1
- package/lib/components/Selection.d.ts +456 -2
- package/lib/components/Selection.js +6 -3
- package/lib/components/SparkLine.d.ts +374 -2
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +145 -1
- package/lib/components/Spinner.js +111 -23
- package/lib/components/Steps.d.ts +33 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +63 -1
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +654 -2
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +239 -7
- package/lib/components/Tabs.js +39 -9
- package/lib/components/TabsTransfer.d.ts +254 -2
- package/lib/components/TabsTransfer.js +1 -1
- package/lib/components/TabsTransferPicker.d.ts +254 -2
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +66 -2
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +494 -2
- package/lib/components/Textarea.js +2 -2
- package/lib/components/Timeline.d.ts +33 -1
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.d.ts +254 -2
- package/lib/components/TimelineItem.js +2 -2
- package/lib/components/Tinymce.js +2 -2
- package/lib/components/TitleBar.d.ts +83 -1
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +254 -2
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.d.ts +33 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +33 -1
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +1050 -6
- package/lib/components/Transfer.js +12 -12
- package/lib/components/TransferDropDown.d.ts +254 -2
- package/lib/components/TransferDropDown.js +4 -4
- package/lib/components/TransferPicker.d.ts +254 -2
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.d.ts +254 -4
- package/lib/components/TransferSearch.js +2 -8
- package/lib/components/Tree.d.ts +1534 -2
- package/lib/components/Tree.js +3 -2
- package/lib/components/TreeSelection.d.ts +494 -2
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +419 -3
- package/lib/components/UserSelect.js +86 -27
- package/lib/components/UserTabSelect.d.ts +258 -5
- package/lib/components/UserTabSelect.js +64 -18
- package/lib/components/WithRemoteConfig.d.ts +260 -4
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.d.ts +63 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.d.ts +1 -0
- package/lib/components/calendar/Calendar.js +5 -2
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.d.ts +64 -2
- package/lib/components/calendar/DaysView.js +57 -24
- package/lib/components/calendar/MonthsView.d.ts +63 -1
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.d.ts +63 -1
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.d.ts +63 -2
- package/lib/components/calendar/TimeView.js +5 -6
- package/lib/components/calendar/YearsView.d.ts +63 -1
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.d.ts +255 -2
- package/lib/components/condition-builder/Expression.js +3 -3
- package/lib/components/condition-builder/Field.d.ts +256 -3
- package/lib/components/condition-builder/Field.js +9 -5
- package/lib/components/condition-builder/Formula.d.ts +254 -2
- package/lib/components/condition-builder/Formula.js +1 -1
- package/lib/components/condition-builder/Func.d.ts +254 -2
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.d.ts +255 -2
- package/lib/components/condition-builder/Group.js +3 -3
- package/lib/components/condition-builder/GroupOrItem.d.ts +34 -1
- package/lib/components/condition-builder/GroupOrItem.js +3 -3
- package/lib/components/condition-builder/InputSwitch.d.ts +33 -1
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.d.ts +255 -2
- package/lib/components/condition-builder/Item.js +3 -3
- package/lib/components/condition-builder/Value.d.ts +254 -2
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.d.ts +255 -2
- package/lib/components/condition-builder/index.js +3 -3
- package/lib/components/formula/Editor.d.ts +256 -2
- package/lib/components/formula/Editor.js +17 -6
- package/lib/components/formula/FuncList.d.ts +33 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Picker.d.ts +357 -4
- package/lib/components/formula/Picker.js +30 -8
- package/lib/components/formula/VariableList.d.ts +33 -1
- package/lib/components/formula/VariableList.js +1 -1
- package/lib/components/formula/plugin.d.ts +1 -1
- package/lib/components/formula/plugin.js +6 -4
- package/lib/components/icons.js +1 -1
- package/lib/components/json-schema/Array.d.ts +1 -0
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.d.ts +1 -0
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.d.ts +1 -0
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.d.ts +254 -2
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/schema-editor/Array.d.ts +1 -0
- package/lib/components/schema-editor/Array.js +1 -1
- package/lib/components/schema-editor/Common.js +1 -1
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.d.ts +1 -0
- package/lib/components/schema-editor/Object.js +1 -1
- package/lib/components/schema-editor/SchemaVariableList.d.ts +164 -2
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.d.ts +164 -2
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +263 -2
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.d.ts +456 -3
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/HeadCellDropDown.d.ts +257 -3
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +377 -4
- package/lib/components/table/HeadCellFilter.js +4 -4
- package/lib/components/table/HeadCellSelect.d.ts +337 -4
- package/lib/components/table/HeadCellSelect.js +4 -2
- package/lib/components/table/HeadCellSort.d.ts +258 -5
- package/lib/components/table/HeadCellSort.js +6 -6
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/index.d.ts +586 -9
- package/lib/components/table/index.js +106 -59
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.d.ts +3 -3
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/helper.css +0 -39
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check-circle.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/status-fail.svg.js +1 -1
- package/lib/icons/status-info.svg.js +1 -1
- package/lib/icons/status-success.svg.js +1 -1
- package/lib/icons/status-warning.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +26 -6
- package/lib/locale/en-US.js +22 -3
- package/lib/locale/zh-CN.js +24 -7
- package/lib/scss/helper.scss.js +1 -1
- package/lib/scss/themes/ang.scss.js +1 -1
- package/lib/scss/themes/antd.scss.js +1 -1
- package/lib/scss/themes/cxd.scss.js +1 -1
- package/lib/scss/themes/dark.scss.js +1 -1
- package/lib/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +9368 -5984
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +9483 -6105
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +9383 -6000
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +9458 -6073
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +9383 -6000
- package/package.json +26 -24
- package/scss/_mixins.scss +10 -0
- package/scss/_properties.scss +5 -2
- package/scss/_thirds.scss +6 -6
- package/scss/components/_anchor-nav.scss +9 -2
- package/scss/components/_collapse.scss +4 -4
- package/scss/components/_column-toggler.scss +7 -1
- package/scss/components/_drawer.scss +58 -5
- package/scss/components/_dropdown.scss +1 -0
- package/scss/components/_modal.scss +2 -7
- package/scss/components/_progress.scss +13 -0
- package/scss/components/_result-box.scss +0 -1
- package/scss/components/_spinner.scss +6 -0
- package/scss/components/_table.scss +42 -7
- package/scss/components/{_table-v2.scss → _table2.scss} +1 -1
- package/scss/components/_tabs.scss +53 -9
- package/scss/components/form/_date-range.scss +16 -2
- package/scss/components/form/_date.scss +4 -2
- package/scss/components/form/_editor.scss +11 -0
- package/scss/components/form/_fieldset.scss +20 -0
- package/scss/components/form/_form.scss +6 -2
- package/scss/components/form/_input-group.scss +5 -0
- package/scss/components/form/_select.scss +0 -2
- package/scss/components/form/_selection.scss +6 -1
- package/scss/components/form/_textarea.scss +4 -2
- package/scss/components/form/_transfer.scss +32 -7
- package/scss/components/form/_tree.scss +8 -9
- package/scss/components/form/_user-select.scss +35 -2
- package/scss/themes/_antd-variables.scss +4 -2
- package/scss/themes/_common.scss +1 -1
- package/scss/themes/_cxd-variables.scss +5 -1
- package/scss/themes/_dark-variables.scss +3 -0
- package/scss/themes/cxd.scss +4 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* amis-ui v2.
|
|
2
|
+
* amis-ui v2.3.0
|
|
3
3
|
* Copyright 2018-2022 fex
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -66,7 +66,7 @@ var Progress = /** @class */ (function (_super) {
|
|
|
66
66
|
};
|
|
67
67
|
Progress.prototype.render = function () {
|
|
68
68
|
var _a, _b, _c, _d;
|
|
69
|
-
var _e = this.props, className = _e.className, progressClassName = _e.progressClassName, type = _e.type, value = _e.value, placeholder = _e.placeholder, stripe = _e.stripe, animate = _e.animate, gapDegree = _e.gapDegree, gapPosition = _e.gapPosition, strokeWidth = _e.strokeWidth, cx = _e.classnames;
|
|
69
|
+
var _e = this.props, className = _e.className, progressClassName = _e.progressClassName, type = _e.type, value = _e.value, placeholder = _e.placeholder, stripe = _e.stripe, animate = _e.animate, gapDegree = _e.gapDegree, gapPosition = _e.gapPosition, strokeWidth = _e.strokeWidth, cx = _e.classnames, threshold = _e.threshold, showThresholdText = _e.showThresholdText;
|
|
70
70
|
var isLineType = type === 'line';
|
|
71
71
|
var prefixCls = isLineType ? 'Progress-line' : 'Progress-circle';
|
|
72
72
|
var bgColor = this.getCurrentColor();
|
|
@@ -81,8 +81,26 @@ var Progress = /** @class */ (function (_super) {
|
|
|
81
81
|
};
|
|
82
82
|
strokeWidth && (barStyle.height = strokeWidth);
|
|
83
83
|
!isColorClass && (barStyle.backgroundColor = bgColor);
|
|
84
|
+
var thresholdDom = null;
|
|
85
|
+
if (threshold) {
|
|
86
|
+
var temp_1 = function (text, color) { return (React__default["default"].createElement("div", { style: {
|
|
87
|
+
left: text,
|
|
88
|
+
borderColor: color || 'var(--text-color)'
|
|
89
|
+
}, className: cx("".concat(prefixCls, "-threshold")), key: text }, showThresholdText ? (React__default["default"].createElement("span", { className: cx("".concat(prefixCls, "-threshold-text")) }, text)) : null)); };
|
|
90
|
+
if (Array.isArray(threshold)) {
|
|
91
|
+
thresholdDom = threshold.map(function (item) {
|
|
92
|
+
var text = parseFloat(item.value) + '%';
|
|
93
|
+
return temp_1(text, item.color);
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
else {
|
|
97
|
+
var text = parseFloat(threshold.value) + '%';
|
|
98
|
+
thresholdDom = temp_1(text, threshold.color);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
84
101
|
viewValue = [
|
|
85
102
|
React__default["default"].createElement("div", { key: "progress", className: cx(prefixCls, progressClassName) },
|
|
103
|
+
thresholdDom,
|
|
86
104
|
React__default["default"].createElement("div", { className: cx("".concat(prefixCls, "-inter")) },
|
|
87
105
|
React__default["default"].createElement("div", { className: cx("".concat(prefixCls, "-bar"), (_a = {}, _a[bgColor] = isColorClass, _a), (_b = {}, _b["".concat(prefixCls, "-bar--stripe")] = stripe, _b), (_c = {}, _c["".concat(prefixCls, "-bar--animate")] = animate && !stripe, _c), (_d = {}, _d["".concat(prefixCls, "-bar--stripe-animate")] = animate && stripe, _d)), title: "".concat(value, "%"), style: barStyle }))),
|
|
88
106
|
this.getLabel(prefixCls)
|
|
@@ -26,7 +26,39 @@ export interface PullRefreshState {
|
|
|
26
26
|
status: statusText;
|
|
27
27
|
offsetY: number;
|
|
28
28
|
}
|
|
29
|
-
declare const _default:
|
|
29
|
+
declare const _default: {
|
|
30
|
+
new (props: Omit<PullRefreshProps & React.RefAttributes<{}>, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps): {
|
|
31
|
+
ref: any;
|
|
32
|
+
childRef(ref: any): void;
|
|
33
|
+
getWrappedInstance(): any;
|
|
34
|
+
render(): JSX.Element;
|
|
35
|
+
context: any;
|
|
36
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<PullRefreshProps & React.RefAttributes<{}>, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
37
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
|
38
|
+
readonly props: Readonly<Omit<PullRefreshProps & React.RefAttributes<{}>, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps> & Readonly<{
|
|
39
|
+
children?: React.ReactNode;
|
|
40
|
+
}>;
|
|
41
|
+
state: Readonly<{}>;
|
|
42
|
+
refs: {
|
|
43
|
+
[key: string]: React.ReactInstance;
|
|
44
|
+
};
|
|
45
|
+
componentDidMount?(): void;
|
|
46
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<PullRefreshProps & React.RefAttributes<{}>, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
47
|
+
componentWillUnmount?(): void;
|
|
48
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
49
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<PullRefreshProps & React.RefAttributes<{}>, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
50
|
+
componentDidUpdate?(prevProps: Readonly<Omit<PullRefreshProps & React.RefAttributes<{}>, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
51
|
+
componentWillMount?(): void;
|
|
52
|
+
UNSAFE_componentWillMount?(): void;
|
|
53
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<PullRefreshProps & React.RefAttributes<{}>, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
54
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<PullRefreshProps & React.RefAttributes<{}>, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
55
|
+
componentWillUpdate?(nextProps: Readonly<Omit<PullRefreshProps & React.RefAttributes<{}>, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
56
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<PullRefreshProps & React.RefAttributes<{}>, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
57
|
+
};
|
|
58
|
+
displayName: string;
|
|
59
|
+
contextType: React.Context<string>;
|
|
60
|
+
ComposedComponent: React.ComponentType<React.ForwardRefExoticComponent<PullRefreshProps & React.RefAttributes<{}>>>;
|
|
61
|
+
} & import("hoist-non-react-statics").NonReactStatics<React.ForwardRefExoticComponent<PullRefreshProps & React.RefAttributes<{}>>, {}> & {
|
|
30
62
|
ComposedComponent: React.ForwardRefExoticComponent<PullRefreshProps & React.RefAttributes<{}>>;
|
|
31
63
|
};
|
|
32
64
|
export default _default;
|
|
@@ -52,7 +52,129 @@ export declare class Radios extends React.Component<RadioProps, any> {
|
|
|
52
52
|
renderItem(option: Option, index: number, valueArray: Array<Option>): JSX.Element;
|
|
53
53
|
render(): JSX.Element;
|
|
54
54
|
}
|
|
55
|
-
declare const _default:
|
|
55
|
+
declare const _default: {
|
|
56
|
+
new (props: Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "value" | "multiple" | "id" | "placeholder" | "onChange" | "block" | "level" | "loading" | "itemClassName" | "labelClassName" | "options" | "labelField" | "valueField" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "extractValue" | "creatable" | "virtualThreshold" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete"> & Partial<Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "type" | "inline" | "optionType" | "joinValues" | "clearable" | "resetValue" | "btnActiveLevel" | "columnsCount">> & Partial<Pick<{
|
|
57
|
+
type: string;
|
|
58
|
+
optionType: string;
|
|
59
|
+
btnActiveLevel: string;
|
|
60
|
+
resetValue: string;
|
|
61
|
+
inline: boolean;
|
|
62
|
+
joinValues: boolean;
|
|
63
|
+
clearable: boolean;
|
|
64
|
+
columnsCount: number;
|
|
65
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps): {
|
|
66
|
+
ref: any;
|
|
67
|
+
childRef(ref: any): void;
|
|
68
|
+
getWrappedInstance(): any;
|
|
69
|
+
render(): JSX.Element;
|
|
70
|
+
context: any;
|
|
71
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "value" | "multiple" | "id" | "placeholder" | "onChange" | "block" | "level" | "loading" | "itemClassName" | "labelClassName" | "options" | "labelField" | "valueField" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "extractValue" | "creatable" | "virtualThreshold" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete"> & Partial<Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "type" | "inline" | "optionType" | "joinValues" | "clearable" | "resetValue" | "btnActiveLevel" | "columnsCount">> & Partial<Pick<{
|
|
72
|
+
type: string;
|
|
73
|
+
optionType: string;
|
|
74
|
+
btnActiveLevel: string;
|
|
75
|
+
resetValue: string;
|
|
76
|
+
inline: boolean;
|
|
77
|
+
joinValues: boolean;
|
|
78
|
+
clearable: boolean;
|
|
79
|
+
columnsCount: number;
|
|
80
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
81
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
|
82
|
+
readonly props: Readonly<Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "value" | "multiple" | "id" | "placeholder" | "onChange" | "block" | "level" | "loading" | "itemClassName" | "labelClassName" | "options" | "labelField" | "valueField" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "extractValue" | "creatable" | "virtualThreshold" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete"> & Partial<Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "type" | "inline" | "optionType" | "joinValues" | "clearable" | "resetValue" | "btnActiveLevel" | "columnsCount">> & Partial<Pick<{
|
|
83
|
+
type: string;
|
|
84
|
+
optionType: string;
|
|
85
|
+
btnActiveLevel: string;
|
|
86
|
+
resetValue: string;
|
|
87
|
+
inline: boolean;
|
|
88
|
+
joinValues: boolean;
|
|
89
|
+
clearable: boolean;
|
|
90
|
+
columnsCount: number;
|
|
91
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps> & Readonly<{
|
|
92
|
+
children?: React.ReactNode;
|
|
93
|
+
}>;
|
|
94
|
+
state: Readonly<{}>;
|
|
95
|
+
refs: {
|
|
96
|
+
[key: string]: React.ReactInstance;
|
|
97
|
+
};
|
|
98
|
+
componentDidMount?(): void;
|
|
99
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "value" | "multiple" | "id" | "placeholder" | "onChange" | "block" | "level" | "loading" | "itemClassName" | "labelClassName" | "options" | "labelField" | "valueField" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "extractValue" | "creatable" | "virtualThreshold" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete"> & Partial<Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "type" | "inline" | "optionType" | "joinValues" | "clearable" | "resetValue" | "btnActiveLevel" | "columnsCount">> & Partial<Pick<{
|
|
100
|
+
type: string;
|
|
101
|
+
optionType: string;
|
|
102
|
+
btnActiveLevel: string;
|
|
103
|
+
resetValue: string;
|
|
104
|
+
inline: boolean;
|
|
105
|
+
joinValues: boolean;
|
|
106
|
+
clearable: boolean;
|
|
107
|
+
columnsCount: number;
|
|
108
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
109
|
+
componentWillUnmount?(): void;
|
|
110
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
111
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "value" | "multiple" | "id" | "placeholder" | "onChange" | "block" | "level" | "loading" | "itemClassName" | "labelClassName" | "options" | "labelField" | "valueField" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "extractValue" | "creatable" | "virtualThreshold" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete"> & Partial<Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "type" | "inline" | "optionType" | "joinValues" | "clearable" | "resetValue" | "btnActiveLevel" | "columnsCount">> & Partial<Pick<{
|
|
112
|
+
type: string;
|
|
113
|
+
optionType: string;
|
|
114
|
+
btnActiveLevel: string;
|
|
115
|
+
resetValue: string;
|
|
116
|
+
inline: boolean;
|
|
117
|
+
joinValues: boolean;
|
|
118
|
+
clearable: boolean;
|
|
119
|
+
columnsCount: number;
|
|
120
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
121
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "value" | "multiple" | "id" | "placeholder" | "onChange" | "block" | "level" | "loading" | "itemClassName" | "labelClassName" | "options" | "labelField" | "valueField" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "extractValue" | "creatable" | "virtualThreshold" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete"> & Partial<Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "type" | "inline" | "optionType" | "joinValues" | "clearable" | "resetValue" | "btnActiveLevel" | "columnsCount">> & Partial<Pick<{
|
|
122
|
+
type: string;
|
|
123
|
+
optionType: string;
|
|
124
|
+
btnActiveLevel: string;
|
|
125
|
+
resetValue: string;
|
|
126
|
+
inline: boolean;
|
|
127
|
+
joinValues: boolean;
|
|
128
|
+
clearable: boolean;
|
|
129
|
+
columnsCount: number;
|
|
130
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
131
|
+
componentWillMount?(): void;
|
|
132
|
+
UNSAFE_componentWillMount?(): void;
|
|
133
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "value" | "multiple" | "id" | "placeholder" | "onChange" | "block" | "level" | "loading" | "itemClassName" | "labelClassName" | "options" | "labelField" | "valueField" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "extractValue" | "creatable" | "virtualThreshold" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete"> & Partial<Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "type" | "inline" | "optionType" | "joinValues" | "clearable" | "resetValue" | "btnActiveLevel" | "columnsCount">> & Partial<Pick<{
|
|
134
|
+
type: string;
|
|
135
|
+
optionType: string;
|
|
136
|
+
btnActiveLevel: string;
|
|
137
|
+
resetValue: string;
|
|
138
|
+
inline: boolean;
|
|
139
|
+
joinValues: boolean;
|
|
140
|
+
clearable: boolean;
|
|
141
|
+
columnsCount: number;
|
|
142
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
143
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "value" | "multiple" | "id" | "placeholder" | "onChange" | "block" | "level" | "loading" | "itemClassName" | "labelClassName" | "options" | "labelField" | "valueField" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "extractValue" | "creatable" | "virtualThreshold" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete"> & Partial<Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "type" | "inline" | "optionType" | "joinValues" | "clearable" | "resetValue" | "btnActiveLevel" | "columnsCount">> & Partial<Pick<{
|
|
144
|
+
type: string;
|
|
145
|
+
optionType: string;
|
|
146
|
+
btnActiveLevel: string;
|
|
147
|
+
resetValue: string;
|
|
148
|
+
inline: boolean;
|
|
149
|
+
joinValues: boolean;
|
|
150
|
+
clearable: boolean;
|
|
151
|
+
columnsCount: number;
|
|
152
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
153
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "value" | "multiple" | "id" | "placeholder" | "onChange" | "block" | "level" | "loading" | "itemClassName" | "labelClassName" | "options" | "labelField" | "valueField" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "extractValue" | "creatable" | "virtualThreshold" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete"> & Partial<Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "type" | "inline" | "optionType" | "joinValues" | "clearable" | "resetValue" | "btnActiveLevel" | "columnsCount">> & Partial<Pick<{
|
|
154
|
+
type: string;
|
|
155
|
+
optionType: string;
|
|
156
|
+
btnActiveLevel: string;
|
|
157
|
+
resetValue: string;
|
|
158
|
+
inline: boolean;
|
|
159
|
+
joinValues: boolean;
|
|
160
|
+
clearable: boolean;
|
|
161
|
+
columnsCount: number;
|
|
162
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
163
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "value" | "multiple" | "id" | "placeholder" | "onChange" | "block" | "level" | "loading" | "itemClassName" | "labelClassName" | "options" | "labelField" | "valueField" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "extractValue" | "creatable" | "virtualThreshold" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete"> & Partial<Pick<Omit<RadioProps, keyof import("amis-core").ThemeProps>, "type" | "inline" | "optionType" | "joinValues" | "clearable" | "resetValue" | "btnActiveLevel" | "columnsCount">> & Partial<Pick<{
|
|
164
|
+
type: string;
|
|
165
|
+
optionType: string;
|
|
166
|
+
btnActiveLevel: string;
|
|
167
|
+
resetValue: string;
|
|
168
|
+
inline: boolean;
|
|
169
|
+
joinValues: boolean;
|
|
170
|
+
clearable: boolean;
|
|
171
|
+
columnsCount: number;
|
|
172
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
173
|
+
};
|
|
174
|
+
displayName: string;
|
|
175
|
+
contextType: React.Context<string>;
|
|
176
|
+
ComposedComponent: React.ComponentType<typeof Radios>;
|
|
177
|
+
} & import("hoist-non-react-statics").NonReactStatics<typeof Radios, {}> & {
|
|
56
178
|
ComposedComponent: typeof Radios;
|
|
57
179
|
};
|
|
58
180
|
export default _default;
|
package/lib/components/Radios.js
CHANGED
|
@@ -81,7 +81,39 @@ export declare class Range extends React.Component<RangeItemProps, any> {
|
|
|
81
81
|
getOffsetLeft(value: number | string): string;
|
|
82
82
|
render(): JSX.Element;
|
|
83
83
|
}
|
|
84
|
-
declare const _default:
|
|
84
|
+
declare const _default: {
|
|
85
|
+
new (props: Omit<RangeItemProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps): {
|
|
86
|
+
ref: any;
|
|
87
|
+
childRef(ref: any): void;
|
|
88
|
+
getWrappedInstance(): any;
|
|
89
|
+
render(): JSX.Element;
|
|
90
|
+
context: any;
|
|
91
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RangeItemProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
92
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
|
93
|
+
readonly props: Readonly<Omit<RangeItemProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps> & Readonly<{
|
|
94
|
+
children?: React.ReactNode;
|
|
95
|
+
}>;
|
|
96
|
+
state: Readonly<{}>;
|
|
97
|
+
refs: {
|
|
98
|
+
[key: string]: React.ReactInstance;
|
|
99
|
+
};
|
|
100
|
+
componentDidMount?(): void;
|
|
101
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RangeItemProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
102
|
+
componentWillUnmount?(): void;
|
|
103
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
104
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RangeItemProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
105
|
+
componentDidUpdate?(prevProps: Readonly<Omit<RangeItemProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
106
|
+
componentWillMount?(): void;
|
|
107
|
+
UNSAFE_componentWillMount?(): void;
|
|
108
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RangeItemProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
109
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RangeItemProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
110
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RangeItemProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
111
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RangeItemProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
112
|
+
};
|
|
113
|
+
displayName: string;
|
|
114
|
+
contextType: React.Context<string>;
|
|
115
|
+
ComposedComponent: React.ComponentType<typeof Range>;
|
|
116
|
+
} & import("hoist-non-react-statics").NonReactStatics<typeof Range, {}> & {
|
|
85
117
|
ComposedComponent: typeof Range;
|
|
86
118
|
};
|
|
87
119
|
export default _default;
|
package/lib/components/Range.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* amis-ui v2.
|
|
2
|
+
* amis-ui v2.3.0
|
|
3
3
|
* Copyright 2018-2022 fex
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -40,7 +40,8 @@ var MARKS_REG = /^[0-9]+(\.?[0-9]+)?%$/;
|
|
|
40
40
|
* @returns position.left
|
|
41
41
|
*/
|
|
42
42
|
var valueToOffsetLeft = function (value, min, max) {
|
|
43
|
-
|
|
43
|
+
// 最多保留两位小数,且尽量取整
|
|
44
|
+
return Math.floor(((value - min) * 10000) / (max - min)) / 100 + '%';
|
|
44
45
|
};
|
|
45
46
|
/**
|
|
46
47
|
* 滑块handle
|
|
@@ -89,7 +90,8 @@ var HandleItem = /** @class */ (function (_super) {
|
|
|
89
90
|
this.setState({
|
|
90
91
|
isDrag: false
|
|
91
92
|
});
|
|
92
|
-
this.props.onAfterChange
|
|
93
|
+
var onAfterChange = this.props.onAfterChange;
|
|
94
|
+
onAfterChange && onAfterChange();
|
|
93
95
|
window.removeEventListener('mousemove', this.onMouseMove);
|
|
94
96
|
window.removeEventListener('mouseup', this.onMouseUp);
|
|
95
97
|
};
|
|
@@ -211,7 +213,8 @@ var Range = /** @class */ (function (_super) {
|
|
|
211
213
|
* @param value
|
|
212
214
|
*/
|
|
213
215
|
Range.prototype.updateValue = function (value) {
|
|
214
|
-
this.props.
|
|
216
|
+
var onChange = this.props.onChange;
|
|
217
|
+
onChange && onChange(value);
|
|
215
218
|
};
|
|
216
219
|
/**
|
|
217
220
|
* 获取 坐标、宽高
|
|
@@ -74,7 +74,179 @@ export declare class Rating extends React.Component<RatingProps, any> {
|
|
|
74
74
|
renderText(): JSX.Element | null;
|
|
75
75
|
render(): JSX.Element;
|
|
76
76
|
}
|
|
77
|
-
declare const _default:
|
|
77
|
+
declare const _default: {
|
|
78
|
+
new (props: Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "id" | "onChange" | "key" | "charClassName" | "textClassName" | "onHoverChange" | "inactiveColor" | "texts"> & Partial<Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "value" | "char" | "readOnly" | "half" | "count" | "containerClass" | "allowClear" | "colors" | "textPosition">> & Partial<Pick<{
|
|
79
|
+
containerClass: string;
|
|
80
|
+
readOnly: boolean;
|
|
81
|
+
half: boolean;
|
|
82
|
+
allowClear: boolean;
|
|
83
|
+
value: number;
|
|
84
|
+
count: number;
|
|
85
|
+
char: JSX.Element;
|
|
86
|
+
colors: {
|
|
87
|
+
'2': string;
|
|
88
|
+
'3': string;
|
|
89
|
+
'5': string;
|
|
90
|
+
};
|
|
91
|
+
textPosition: textPositionType;
|
|
92
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps): {
|
|
93
|
+
ref: any;
|
|
94
|
+
childRef(ref: any): void;
|
|
95
|
+
getWrappedInstance(): any;
|
|
96
|
+
render(): JSX.Element;
|
|
97
|
+
context: any;
|
|
98
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "id" | "onChange" | "key" | "charClassName" | "textClassName" | "onHoverChange" | "inactiveColor" | "texts"> & Partial<Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "value" | "char" | "readOnly" | "half" | "count" | "containerClass" | "allowClear" | "colors" | "textPosition">> & Partial<Pick<{
|
|
99
|
+
containerClass: string;
|
|
100
|
+
readOnly: boolean;
|
|
101
|
+
half: boolean;
|
|
102
|
+
allowClear: boolean;
|
|
103
|
+
value: number;
|
|
104
|
+
count: number;
|
|
105
|
+
char: JSX.Element;
|
|
106
|
+
colors: {
|
|
107
|
+
'2': string;
|
|
108
|
+
'3': string;
|
|
109
|
+
'5': string;
|
|
110
|
+
};
|
|
111
|
+
textPosition: textPositionType;
|
|
112
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
113
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
|
114
|
+
readonly props: Readonly<Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "id" | "onChange" | "key" | "charClassName" | "textClassName" | "onHoverChange" | "inactiveColor" | "texts"> & Partial<Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "value" | "char" | "readOnly" | "half" | "count" | "containerClass" | "allowClear" | "colors" | "textPosition">> & Partial<Pick<{
|
|
115
|
+
containerClass: string;
|
|
116
|
+
readOnly: boolean;
|
|
117
|
+
half: boolean;
|
|
118
|
+
allowClear: boolean;
|
|
119
|
+
value: number;
|
|
120
|
+
count: number;
|
|
121
|
+
char: JSX.Element;
|
|
122
|
+
colors: {
|
|
123
|
+
'2': string;
|
|
124
|
+
'3': string;
|
|
125
|
+
'5': string;
|
|
126
|
+
};
|
|
127
|
+
textPosition: textPositionType;
|
|
128
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps> & Readonly<{
|
|
129
|
+
children?: React.ReactNode;
|
|
130
|
+
}>;
|
|
131
|
+
state: Readonly<{}>;
|
|
132
|
+
refs: {
|
|
133
|
+
[key: string]: React.ReactInstance;
|
|
134
|
+
};
|
|
135
|
+
componentDidMount?(): void;
|
|
136
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "id" | "onChange" | "key" | "charClassName" | "textClassName" | "onHoverChange" | "inactiveColor" | "texts"> & Partial<Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "value" | "char" | "readOnly" | "half" | "count" | "containerClass" | "allowClear" | "colors" | "textPosition">> & Partial<Pick<{
|
|
137
|
+
containerClass: string;
|
|
138
|
+
readOnly: boolean;
|
|
139
|
+
half: boolean;
|
|
140
|
+
allowClear: boolean;
|
|
141
|
+
value: number;
|
|
142
|
+
count: number;
|
|
143
|
+
char: JSX.Element;
|
|
144
|
+
colors: {
|
|
145
|
+
'2': string;
|
|
146
|
+
'3': string;
|
|
147
|
+
'5': string;
|
|
148
|
+
};
|
|
149
|
+
textPosition: textPositionType;
|
|
150
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
151
|
+
componentWillUnmount?(): void;
|
|
152
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
153
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "id" | "onChange" | "key" | "charClassName" | "textClassName" | "onHoverChange" | "inactiveColor" | "texts"> & Partial<Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "value" | "char" | "readOnly" | "half" | "count" | "containerClass" | "allowClear" | "colors" | "textPosition">> & Partial<Pick<{
|
|
154
|
+
containerClass: string;
|
|
155
|
+
readOnly: boolean;
|
|
156
|
+
half: boolean;
|
|
157
|
+
allowClear: boolean;
|
|
158
|
+
value: number;
|
|
159
|
+
count: number;
|
|
160
|
+
char: JSX.Element;
|
|
161
|
+
colors: {
|
|
162
|
+
'2': string;
|
|
163
|
+
'3': string;
|
|
164
|
+
'5': string;
|
|
165
|
+
};
|
|
166
|
+
textPosition: textPositionType;
|
|
167
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
168
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "id" | "onChange" | "key" | "charClassName" | "textClassName" | "onHoverChange" | "inactiveColor" | "texts"> & Partial<Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "value" | "char" | "readOnly" | "half" | "count" | "containerClass" | "allowClear" | "colors" | "textPosition">> & Partial<Pick<{
|
|
169
|
+
containerClass: string;
|
|
170
|
+
readOnly: boolean;
|
|
171
|
+
half: boolean;
|
|
172
|
+
allowClear: boolean;
|
|
173
|
+
value: number;
|
|
174
|
+
count: number;
|
|
175
|
+
char: JSX.Element;
|
|
176
|
+
colors: {
|
|
177
|
+
'2': string;
|
|
178
|
+
'3': string;
|
|
179
|
+
'5': string;
|
|
180
|
+
};
|
|
181
|
+
textPosition: textPositionType;
|
|
182
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
183
|
+
componentWillMount?(): void;
|
|
184
|
+
UNSAFE_componentWillMount?(): void;
|
|
185
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "id" | "onChange" | "key" | "charClassName" | "textClassName" | "onHoverChange" | "inactiveColor" | "texts"> & Partial<Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "value" | "char" | "readOnly" | "half" | "count" | "containerClass" | "allowClear" | "colors" | "textPosition">> & Partial<Pick<{
|
|
186
|
+
containerClass: string;
|
|
187
|
+
readOnly: boolean;
|
|
188
|
+
half: boolean;
|
|
189
|
+
allowClear: boolean;
|
|
190
|
+
value: number;
|
|
191
|
+
count: number;
|
|
192
|
+
char: JSX.Element;
|
|
193
|
+
colors: {
|
|
194
|
+
'2': string;
|
|
195
|
+
'3': string;
|
|
196
|
+
'5': string;
|
|
197
|
+
};
|
|
198
|
+
textPosition: textPositionType;
|
|
199
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
200
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "id" | "onChange" | "key" | "charClassName" | "textClassName" | "onHoverChange" | "inactiveColor" | "texts"> & Partial<Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "value" | "char" | "readOnly" | "half" | "count" | "containerClass" | "allowClear" | "colors" | "textPosition">> & Partial<Pick<{
|
|
201
|
+
containerClass: string;
|
|
202
|
+
readOnly: boolean;
|
|
203
|
+
half: boolean;
|
|
204
|
+
allowClear: boolean;
|
|
205
|
+
value: number;
|
|
206
|
+
count: number;
|
|
207
|
+
char: JSX.Element;
|
|
208
|
+
colors: {
|
|
209
|
+
'2': string;
|
|
210
|
+
'3': string;
|
|
211
|
+
'5': string;
|
|
212
|
+
};
|
|
213
|
+
textPosition: textPositionType;
|
|
214
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
215
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "id" | "onChange" | "key" | "charClassName" | "textClassName" | "onHoverChange" | "inactiveColor" | "texts"> & Partial<Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "value" | "char" | "readOnly" | "half" | "count" | "containerClass" | "allowClear" | "colors" | "textPosition">> & Partial<Pick<{
|
|
216
|
+
containerClass: string;
|
|
217
|
+
readOnly: boolean;
|
|
218
|
+
half: boolean;
|
|
219
|
+
allowClear: boolean;
|
|
220
|
+
value: number;
|
|
221
|
+
count: number;
|
|
222
|
+
char: JSX.Element;
|
|
223
|
+
colors: {
|
|
224
|
+
'2': string;
|
|
225
|
+
'3': string;
|
|
226
|
+
'5': string;
|
|
227
|
+
};
|
|
228
|
+
textPosition: textPositionType;
|
|
229
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
230
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "style" | "disabled" | "id" | "onChange" | "key" | "charClassName" | "textClassName" | "onHoverChange" | "inactiveColor" | "texts"> & Partial<Pick<Omit<RatingProps, keyof import("amis-core").ThemeProps>, "value" | "char" | "readOnly" | "half" | "count" | "containerClass" | "allowClear" | "colors" | "textPosition">> & Partial<Pick<{
|
|
231
|
+
containerClass: string;
|
|
232
|
+
readOnly: boolean;
|
|
233
|
+
half: boolean;
|
|
234
|
+
allowClear: boolean;
|
|
235
|
+
value: number;
|
|
236
|
+
count: number;
|
|
237
|
+
char: JSX.Element;
|
|
238
|
+
colors: {
|
|
239
|
+
'2': string;
|
|
240
|
+
'3': string;
|
|
241
|
+
'5': string;
|
|
242
|
+
};
|
|
243
|
+
textPosition: textPositionType;
|
|
244
|
+
}, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
245
|
+
};
|
|
246
|
+
displayName: string;
|
|
247
|
+
contextType: React.Context<string>;
|
|
248
|
+
ComposedComponent: React.ComponentType<typeof Rating>;
|
|
249
|
+
} & import("hoist-non-react-statics").NonReactStatics<typeof Rating, {}> & {
|
|
78
250
|
ComposedComponent: typeof Rating;
|
|
79
251
|
};
|
|
80
252
|
export default _default;
|
package/lib/components/Rating.js
CHANGED