amis-ui 2.3.2-beta.1 → 2.4.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.js +1 -1
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.js +2 -2
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/Avatar.d.ts +2 -2
- package/esm/components/Avatar.js +4 -4
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.d.ts +1 -1
- package/esm/components/BaiduMapPicker.js +5 -5
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.js +3 -3
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +22 -14
- package/esm/components/ChainedSelection.js +1 -1
- package/esm/components/Checkbox.js +1 -1
- 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.js +1 -1
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.js +3 -7
- package/esm/components/Drawer.js +1 -1
- package/esm/components/Editor.js +1 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +10 -10
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MultilineText.d.ts +462 -0
- package/esm/components/MultilineText.js +85 -0
- package/esm/components/NumberInput.d.ts +34 -11
- package/esm/components/NumberInput.js +88 -34
- package/esm/components/Pagination.js +1 -1
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.js +1 -1
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.js +17 -15
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.js +10 -8
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.js +1 -1
- package/esm/components/Selection.js +7 -5
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.js +1 -1
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.js +3 -1
- package/esm/components/TabsTransfer.js +1 -1
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.js +1 -1
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.js +2 -2
- package/esm/components/Tinymce.d.ts +1 -0
- package/esm/components/Tinymce.js +5 -3
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.js +1 -1
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.js +1 -1
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.js +3 -1
- package/esm/components/UserTabSelect.js +3 -1
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.js +2 -6
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.js +1 -1
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.js +2 -2
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Formula.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.d.ts +9 -1
- package/esm/components/condition-builder/Group.js +57 -13
- package/esm/components/condition-builder/GroupOrItem.d.ts +1 -0
- package/esm/components/condition-builder/GroupOrItem.js +7 -5
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.js +1 -1
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.js +3 -3
- package/esm/components/formula/Editor.js +1 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Picker.js +3 -3
- package/esm/components/formula/VariableList.js +1 -1
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.d.ts +2 -1
- package/esm/components/icons.js +2 -1
- package/esm/components/index.d.ts +12 -7
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.js +1 -1
- 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.js +1 -1
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.js +1 -1
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.js +1 -1
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/index.js +1 -1
- 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 -3
- package/esm/icons/alert-info.svg.js +1 -3
- package/esm/icons/alert-success.svg.js +1 -3
- package/esm/icons/alert-warning.svg.js +1 -3
- package/esm/icons/back.svg.js +1 -3
- package/esm/icons/calendar.svg.js +1 -3
- package/esm/icons/caret.svg.js +1 -3
- package/esm/icons/check-circle.svg.js +1 -3
- package/esm/icons/check.svg.js +1 -3
- package/esm/icons/clock.svg.js +1 -3
- package/esm/icons/close-small.svg.js +1 -3
- package/esm/icons/close.svg.js +1 -3
- package/esm/icons/cloud-upload.svg.js +1 -3
- package/esm/icons/column-filter.svg.js +1 -3
- package/esm/icons/columns.svg.js +1 -3
- package/esm/icons/compress-alt.svg.js +1 -3
- package/esm/icons/copy.svg.js +1 -3
- package/esm/icons/date.svg.js +1 -3
- package/esm/icons/department.svg.js +1 -3
- package/esm/icons/desk-empty.svg.js +1 -3
- package/esm/icons/dot.svg.js +1 -3
- package/esm/icons/down-arrow-bold.svg.js +1 -3
- package/esm/icons/down.svg.js +1 -3
- package/esm/icons/download.svg.js +1 -3
- package/esm/icons/drag-bar.svg.js +1 -3
- package/esm/icons/drag.svg.js +1 -3
- package/esm/icons/edit.svg.js +1 -3
- package/esm/icons/ellipsis-v.svg.js +1 -3
- package/esm/icons/enter.svg.js +1 -3
- package/esm/icons/exchange.svg.js +1 -3
- package/esm/icons/expand-alt.svg.js +1 -3
- package/esm/icons/fail.svg.js +1 -3
- package/esm/icons/file.svg.js +1 -3
- package/esm/icons/filter.svg.js +1 -3
- package/esm/icons/folder.svg.js +1 -3
- package/esm/icons/function.svg.js +1 -3
- package/esm/icons/home.svg.js +1 -3
- package/esm/icons/image.svg.js +1 -3
- package/esm/icons/info-circle.svg.js +1 -3
- package/esm/icons/info.svg.js +1 -3
- package/esm/icons/input-clear.svg.js +1 -3
- package/esm/icons/invisible.svg.js +1 -3
- package/esm/icons/left-arrow.svg.js +1 -3
- package/esm/icons/loading-outline.svg.js +1 -3
- package/esm/icons/location.svg.js +1 -3
- package/esm/icons/menu.svg.js +1 -3
- package/esm/icons/minus.svg.js +1 -3
- package/esm/icons/move.svg.js +1 -3
- package/esm/icons/mute.svg.js +1 -3
- package/esm/icons/new-edit.svg.js +1 -3
- package/esm/icons/pause.svg.js +1 -3
- package/esm/icons/pencil.svg.js +1 -3
- package/esm/icons/play.svg.js +1 -3
- package/esm/icons/plus-cicle.svg.js +1 -3
- package/esm/icons/plus-fine.svg.js +1 -3
- package/esm/icons/plus.svg.js +1 -3
- package/esm/icons/post.svg.js +1 -3
- package/esm/icons/question-mark.svg.js +1 -3
- package/esm/icons/question.svg.js +1 -3
- package/esm/icons/redo.svg.js +1 -3
- package/esm/icons/refresh.svg.js +1 -3
- package/esm/icons/reload.svg.js +1 -3
- package/esm/icons/remove.svg.js +1 -3
- package/esm/icons/retry.svg.js +1 -3
- package/esm/icons/right-arrow-bold.svg.js +1 -3
- package/esm/icons/right-arrow.svg.js +1 -3
- package/esm/icons/right-double-arrow.svg.js +1 -3
- package/esm/icons/role.svg.js +1 -3
- package/esm/icons/rotate-left.svg.js +1 -3
- package/esm/icons/rotate-right.svg.js +1 -3
- package/esm/icons/scale-origin.svg.js +1 -3
- package/esm/icons/schedule.svg.js +1 -3
- package/esm/icons/search.svg.js +1 -3
- package/esm/icons/setting.svg.js +1 -3
- package/esm/icons/slider-handle-icon.svg.js +1 -3
- package/esm/icons/sort-asc.svg.js +1 -3
- package/esm/icons/sort-default.svg.js +1 -3
- package/esm/icons/sort-desc.svg.js +1 -3
- package/esm/icons/star.svg.js +1 -3
- package/esm/icons/status-close.svg.js +1 -3
- package/esm/icons/status-fail.svg.js +1 -3
- package/esm/icons/status-info.svg.js +1 -3
- package/esm/icons/status-success.svg.js +1 -3
- package/esm/icons/status-warning.svg.js +1 -3
- package/esm/icons/steps-finsh.svg.js +1 -3
- package/esm/icons/success.svg.js +1 -3
- package/esm/icons/transparent.svg.js +1 -3
- package/esm/icons/trash.svg.js +1 -3
- package/esm/icons/tree-down.svg.js +1 -3
- package/esm/icons/undo.svg.js +1 -3
- package/esm/icons/upload.svg.js +1 -3
- package/esm/icons/user-remove.svg.js +1 -3
- package/esm/icons/view.svg.js +1 -3
- package/esm/icons/volume.svg.js +1 -3
- package/esm/icons/warning-mark.svg.js +1 -3
- package/esm/icons/warning.svg.js +1 -3
- package/esm/icons/window-restore.svg.js +1 -3
- package/esm/icons/zoom-in.svg.js +1 -3
- package/esm/icons/zoom-out.svg.js +1 -3
- package/esm/index.js +4 -1
- package/esm/locale/de-DE.js +3 -1
- package/esm/locale/en-US.js +6 -2
- package/esm/locale/zh-CN.js +8 -4
- 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.js +1 -1
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +10 -10
- package/lib/components/Alert2.js +2 -2
- package/lib/components/AnchorNav.d.ts +10 -10
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +40 -40
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/Avatar.d.ts +12 -12
- package/lib/components/Avatar.js +3 -3
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.d.ts +1 -1
- package/lib/components/BaiduMapPicker.js +5 -5
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +10 -10
- package/lib/components/Button.js +3 -3
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +10 -10
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +22 -14
- package/lib/components/ChainedSelection.d.ts +40 -40
- package/lib/components/ChainedSelection.js +1 -1
- package/lib/components/Checkbox.d.ts +10 -10
- package/lib/components/Checkbox.js +1 -1
- 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 +10 -10
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +40 -40
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +40 -40
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +40 -40
- package/lib/components/DateRangePicker.js +3 -8
- package/lib/components/Drawer.d.ts +10 -10
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Editor.d.ts +40 -40
- package/lib/components/Editor.js +1 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +40 -40
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +40 -40
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +40 -40
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +40 -40
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +40 -40
- package/lib/components/MultilineText.d.ts +462 -0
- package/lib/components/MultilineText.js +94 -0
- package/lib/components/NumberInput.d.ts +34 -11
- package/lib/components/NumberInput.js +88 -33
- package/lib/components/Pagination.js +1 -1
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.js +1 -1
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +10 -10
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +10 -10
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +10 -10
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +40 -40
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +40 -40
- package/lib/components/ResultList.js +17 -15
- package/lib/components/ResultTableList.d.ts +40 -40
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +10 -8
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +40 -40
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +193 -193
- package/lib/components/Select.js +1 -1
- package/lib/components/Selection.d.ts +40 -40
- package/lib/components/Selection.js +7 -5
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +10 -10
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +40 -40
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +40 -40
- package/lib/components/Tabs.js +3 -1
- package/lib/components/TabsTransfer.js +1 -1
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +10 -10
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +40 -40
- package/lib/components/Textarea.js +1 -1
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.js +2 -2
- package/lib/components/Tinymce.d.ts +1 -0
- package/lib/components/Tinymce.js +5 -3
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +40 -40
- package/lib/components/Transfer.js +1 -1
- package/lib/components/TransferDropDown.d.ts +40 -40
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +40 -40
- package/lib/components/Tree.js +1 -1
- package/lib/components/TreeSelection.d.ts +40 -40
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +3 -1
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +3 -1
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.js +2 -6
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.js +1 -1
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.js +2 -2
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.js +1 -1
- package/lib/components/condition-builder/Formula.js +1 -1
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.d.ts +9 -1
- package/lib/components/condition-builder/Group.js +57 -13
- package/lib/components/condition-builder/GroupOrItem.d.ts +1 -0
- package/lib/components/condition-builder/GroupOrItem.js +7 -5
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.js +1 -1
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.js +3 -3
- package/lib/components/formula/Editor.d.ts +40 -40
- package/lib/components/formula/Editor.js +1 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Picker.d.ts +40 -40
- package/lib/components/formula/Picker.js +3 -3
- package/lib/components/formula/VariableList.js +1 -1
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.d.ts +2 -1
- package/lib/components/icons.js +2 -1
- package/lib/components/index.d.ts +12 -7
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.js +1 -1
- 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.js +1 -1
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +40 -40
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.d.ts +40 -40
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.js +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/index.d.ts +40 -40
- package/lib/components/table/index.js +1 -1
- 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 +3 -0
- 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 -3
- package/lib/icons/alert-info.svg.js +1 -3
- package/lib/icons/alert-success.svg.js +1 -3
- package/lib/icons/alert-warning.svg.js +1 -3
- package/lib/icons/back.svg.js +1 -3
- package/lib/icons/calendar.svg.js +1 -3
- package/lib/icons/caret.svg.js +1 -3
- package/lib/icons/check-circle.svg.js +1 -3
- package/lib/icons/check.svg.js +1 -3
- package/lib/icons/clock.svg.js +1 -3
- package/lib/icons/close-small.svg.js +1 -3
- package/lib/icons/close.svg.js +1 -3
- package/lib/icons/cloud-upload.svg.js +1 -3
- package/lib/icons/column-filter.svg.js +1 -3
- package/lib/icons/columns.svg.js +1 -3
- package/lib/icons/compress-alt.svg.js +1 -3
- package/lib/icons/copy.svg.js +1 -3
- package/lib/icons/date.svg.js +1 -3
- package/lib/icons/department.svg.js +1 -3
- package/lib/icons/desk-empty.svg.js +1 -3
- package/lib/icons/dot.svg.js +1 -3
- package/lib/icons/down-arrow-bold.svg.js +1 -3
- package/lib/icons/down.svg.js +1 -3
- package/lib/icons/download.svg.js +1 -3
- package/lib/icons/drag-bar.svg.js +1 -3
- package/lib/icons/drag.svg.js +1 -3
- package/lib/icons/edit.svg.js +1 -3
- package/lib/icons/ellipsis-v.svg.js +1 -3
- package/lib/icons/enter.svg.js +1 -3
- package/lib/icons/exchange.svg.js +1 -3
- package/lib/icons/expand-alt.svg.js +1 -3
- package/lib/icons/fail.svg.js +1 -3
- package/lib/icons/file.svg.js +1 -3
- package/lib/icons/filter.svg.js +1 -3
- package/lib/icons/folder.svg.js +1 -3
- package/lib/icons/function.svg.js +1 -3
- package/lib/icons/home.svg.js +1 -3
- package/lib/icons/image.svg.js +1 -3
- package/lib/icons/info-circle.svg.js +1 -3
- package/lib/icons/info.svg.js +1 -3
- package/lib/icons/input-clear.svg.js +1 -3
- package/lib/icons/invisible.svg.js +1 -3
- package/lib/icons/left-arrow.svg.js +1 -3
- package/lib/icons/loading-outline.svg.js +1 -3
- package/lib/icons/location.svg.js +1 -3
- package/lib/icons/menu.svg.js +1 -3
- package/lib/icons/minus.svg.js +1 -3
- package/lib/icons/move.svg.js +1 -3
- package/lib/icons/mute.svg.js +1 -3
- package/lib/icons/new-edit.svg.js +1 -3
- package/lib/icons/pause.svg.js +1 -3
- package/lib/icons/pencil.svg.js +1 -3
- package/lib/icons/play.svg.js +1 -3
- package/lib/icons/plus-cicle.svg.js +1 -3
- package/lib/icons/plus-fine.svg.js +1 -3
- package/lib/icons/plus.svg.js +1 -3
- package/lib/icons/post.svg.js +1 -3
- package/lib/icons/question-mark.svg.js +1 -3
- package/lib/icons/question.svg.js +1 -3
- package/lib/icons/redo.svg.js +1 -3
- package/lib/icons/refresh.svg.js +1 -3
- package/lib/icons/reload.svg.js +1 -3
- package/lib/icons/remove.svg.js +1 -3
- package/lib/icons/retry.svg.js +1 -3
- package/lib/icons/right-arrow-bold.svg.js +1 -3
- package/lib/icons/right-arrow.svg.js +1 -3
- package/lib/icons/right-double-arrow.svg.js +1 -3
- package/lib/icons/role.svg.js +1 -3
- package/lib/icons/rotate-left.svg.js +1 -3
- package/lib/icons/rotate-right.svg.js +1 -3
- package/lib/icons/scale-origin.svg.js +1 -3
- package/lib/icons/schedule.svg.js +1 -3
- package/lib/icons/search.svg.js +1 -3
- package/lib/icons/setting.svg.js +1 -3
- package/lib/icons/slider-handle-icon.svg.js +1 -3
- package/lib/icons/sort-asc.svg.js +1 -3
- package/lib/icons/sort-default.svg.js +1 -3
- package/lib/icons/sort-desc.svg.js +1 -3
- package/lib/icons/star.svg.js +1 -3
- package/lib/icons/status-close.svg.js +1 -3
- package/lib/icons/status-fail.svg.js +1 -3
- package/lib/icons/status-info.svg.js +1 -3
- package/lib/icons/status-success.svg.js +1 -3
- package/lib/icons/status-warning.svg.js +1 -3
- package/lib/icons/steps-finsh.svg.js +1 -3
- package/lib/icons/success.svg.js +1 -3
- package/lib/icons/transparent.svg.js +1 -3
- package/lib/icons/trash.svg.js +1 -3
- package/lib/icons/tree-down.svg.js +1 -3
- package/lib/icons/undo.svg.js +1 -3
- package/lib/icons/upload.svg.js +1 -3
- package/lib/icons/user-remove.svg.js +1 -3
- package/lib/icons/view.svg.js +1 -3
- package/lib/icons/volume.svg.js +1 -3
- package/lib/icons/warning-mark.svg.js +1 -3
- package/lib/icons/warning.svg.js +1 -3
- package/lib/icons/window-restore.svg.js +1 -3
- package/lib/icons/zoom-in.svg.js +1 -3
- package/lib/icons/zoom-out.svg.js +1 -3
- package/lib/index.js +7 -1
- package/lib/locale/de-DE.js +3 -1
- package/lib/locale/en-US.js +6 -2
- package/lib/locale/zh-CN.js +8 -4
- 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 +1533 -747
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +2756 -887
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +3134 -1544
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +1533 -747
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +3134 -1544
- package/package.json +4 -4
- package/scss/_mixins.scss +144 -45
- package/scss/_properties.scss +155 -312
- package/scss/_utilities.scss +4 -0
- package/scss/base/_normalize.scss +4 -0
- package/scss/components/_alert.scss +0 -1
- package/scss/components/_array-input.scss +8 -3
- package/scss/components/_button.scss +708 -177
- package/scss/components/_code.scss +10 -0
- package/scss/components/_collapse.scss +17 -0
- package/scss/components/_condition-builder.scss +153 -30
- package/scss/components/_drawer.scss +7 -2
- package/scss/components/_formula.scss +4 -0
- package/scss/components/_list.scss +1 -1
- package/scss/components/_modal.scss +1 -0
- package/scss/components/_multiline-text.scss +20 -0
- package/scss/components/_search-box.scss +1 -1
- package/scss/components/_steps.scss +2 -0
- package/scss/components/_table.scss +14 -0
- package/scss/components/_tabs.scss +1 -1
- package/scss/components/form/_checks.scss +20 -5
- package/scss/components/form/_combo.scss +47 -8
- package/scss/components/form/_date-range.scss +1 -1
- package/scss/components/form/_date.scss +4 -2
- package/scss/components/form/_fieldset.scss +4 -3
- package/scss/components/form/_form.scss +11 -5
- package/scss/components/form/_icon-select.scss +216 -0
- package/scss/components/form/_image.scss +44 -9
- package/scss/components/form/_input-group.scss +3 -0
- package/scss/components/form/_list.scss +33 -28
- package/scss/components/form/_location.scss +4 -0
- package/scss/components/form/_nested-select.scss +1 -1
- package/scss/components/form/_range.scss +4 -0
- package/scss/components/form/_select.scss +2 -1
- package/scss/components/form/_switch.scss +54 -0
- package/scss/components/form/_tag.scss +8 -3
- package/scss/components/form/_text.scss +2 -2
- package/scss/components/form/_textarea.scss +8 -0
- package/scss/components/form/_transfer.scss +213 -20
- package/scss/components/form/_tree-select.scss +7 -0
- package/scss/themes/_antd-variables.scss +1107 -41
- package/scss/themes/_common.scss +3 -0
- package/scss/themes/_cxd-variables.scss +1456 -477
- package/scss/themes/cxd.scss +423 -404
- package/scss/themes/_cxd-colors.scss +0 -56
|
@@ -105,7 +105,7 @@ export declare class FormulaPicker extends React.Component<FormulaPickerProps, F
|
|
|
105
105
|
render(): JSX.Element;
|
|
106
106
|
}
|
|
107
107
|
declare const _default: {
|
|
108
|
-
new (props: Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
108
|
+
new (props: Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
109
109
|
evalMode: boolean;
|
|
110
110
|
}, never>> & {
|
|
111
111
|
locale?: string | undefined;
|
|
@@ -116,14 +116,14 @@ declare const _default: {
|
|
|
116
116
|
getWrappedInstance(): any;
|
|
117
117
|
render(): JSX.Element;
|
|
118
118
|
context: any;
|
|
119
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
119
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
120
120
|
evalMode: boolean;
|
|
121
121
|
}, never>> & {
|
|
122
122
|
locale?: string | undefined;
|
|
123
123
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
124
124
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
125
125
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
126
|
-
readonly props: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
126
|
+
readonly props: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
127
127
|
evalMode: boolean;
|
|
128
128
|
}, never>> & {
|
|
129
129
|
locale?: string | undefined;
|
|
@@ -136,7 +136,7 @@ declare const _default: {
|
|
|
136
136
|
[key: string]: React.ReactInstance;
|
|
137
137
|
};
|
|
138
138
|
componentDidMount?(): void;
|
|
139
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
139
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
140
140
|
evalMode: boolean;
|
|
141
141
|
}, never>> & {
|
|
142
142
|
locale?: string | undefined;
|
|
@@ -144,13 +144,13 @@ declare const _default: {
|
|
|
144
144
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
145
145
|
componentWillUnmount?(): void;
|
|
146
146
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
147
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
147
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
148
148
|
evalMode: boolean;
|
|
149
149
|
}, never>> & {
|
|
150
150
|
locale?: string | undefined;
|
|
151
151
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
152
152
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
153
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
153
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
154
154
|
evalMode: boolean;
|
|
155
155
|
}, never>> & {
|
|
156
156
|
locale?: string | undefined;
|
|
@@ -158,25 +158,25 @@ declare const _default: {
|
|
|
158
158
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
159
159
|
componentWillMount?(): void;
|
|
160
160
|
UNSAFE_componentWillMount?(): void;
|
|
161
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
161
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
162
162
|
evalMode: boolean;
|
|
163
163
|
}, never>> & {
|
|
164
164
|
locale?: string | undefined;
|
|
165
165
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
166
166
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
167
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
167
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
168
168
|
evalMode: boolean;
|
|
169
169
|
}, never>> & {
|
|
170
170
|
locale?: string | undefined;
|
|
171
171
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
172
172
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
173
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
173
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
174
174
|
evalMode: boolean;
|
|
175
175
|
}, never>> & {
|
|
176
176
|
locale?: string | undefined;
|
|
177
177
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
178
178
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
179
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
179
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
180
180
|
evalMode: boolean;
|
|
181
181
|
}, never>> & {
|
|
182
182
|
locale?: string | undefined;
|
|
@@ -186,7 +186,7 @@ declare const _default: {
|
|
|
186
186
|
displayName: string;
|
|
187
187
|
contextType: React.Context<string>;
|
|
188
188
|
ComposedComponent: React.ComponentType<{
|
|
189
|
-
new (props: Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
189
|
+
new (props: Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
190
190
|
evalMode: boolean;
|
|
191
191
|
}, never>> & {
|
|
192
192
|
locale?: string | undefined;
|
|
@@ -199,7 +199,7 @@ declare const _default: {
|
|
|
199
199
|
* 按钮大小
|
|
200
200
|
*/
|
|
201
201
|
context: any;
|
|
202
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
202
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
203
203
|
evalMode: boolean;
|
|
204
204
|
}, never>> & {
|
|
205
205
|
locale?: string | undefined;
|
|
@@ -208,7 +208,7 @@ declare const _default: {
|
|
|
208
208
|
*/
|
|
209
209
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
210
210
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
211
|
-
readonly props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
211
|
+
readonly props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
212
212
|
evalMode: boolean;
|
|
213
213
|
}, never>> & {
|
|
214
214
|
locale?: string | undefined;
|
|
@@ -221,7 +221,7 @@ declare const _default: {
|
|
|
221
221
|
[key: string]: React.ReactInstance;
|
|
222
222
|
};
|
|
223
223
|
componentDidMount?(): void;
|
|
224
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
224
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
225
225
|
evalMode: boolean;
|
|
226
226
|
}, never>> & {
|
|
227
227
|
locale?: string | undefined;
|
|
@@ -229,13 +229,13 @@ declare const _default: {
|
|
|
229
229
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
230
230
|
componentWillUnmount?(): void;
|
|
231
231
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
232
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
232
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
233
233
|
evalMode: boolean;
|
|
234
234
|
}, never>> & {
|
|
235
235
|
locale?: string | undefined;
|
|
236
236
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
237
237
|
}>, prevState: Readonly<{}>): any;
|
|
238
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
238
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
239
239
|
evalMode: boolean;
|
|
240
240
|
}, never>> & {
|
|
241
241
|
locale?: string | undefined;
|
|
@@ -243,25 +243,25 @@ declare const _default: {
|
|
|
243
243
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
244
244
|
componentWillMount?(): void;
|
|
245
245
|
UNSAFE_componentWillMount?(): void;
|
|
246
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
246
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
247
247
|
evalMode: boolean;
|
|
248
248
|
}, never>> & {
|
|
249
249
|
locale?: string | undefined;
|
|
250
250
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
251
251
|
}>, nextContext: any): void;
|
|
252
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
252
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
253
253
|
evalMode: boolean;
|
|
254
254
|
}, never>> & {
|
|
255
255
|
locale?: string | undefined;
|
|
256
256
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
257
257
|
}>, nextContext: any): void;
|
|
258
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
258
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
259
259
|
evalMode: boolean;
|
|
260
260
|
}, never>> & {
|
|
261
261
|
locale?: string | undefined;
|
|
262
262
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
263
263
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
264
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
264
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
265
265
|
evalMode: boolean;
|
|
266
266
|
}, never>> & {
|
|
267
267
|
locale?: string | undefined;
|
|
@@ -275,7 +275,7 @@ declare const _default: {
|
|
|
275
275
|
ComposedComponent: typeof FormulaPicker;
|
|
276
276
|
}>;
|
|
277
277
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
278
|
-
new (props: Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
278
|
+
new (props: Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
279
279
|
evalMode: boolean;
|
|
280
280
|
}, never>> & {
|
|
281
281
|
locale?: string | undefined;
|
|
@@ -288,7 +288,7 @@ declare const _default: {
|
|
|
288
288
|
* 按钮大小
|
|
289
289
|
*/
|
|
290
290
|
context: any;
|
|
291
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
291
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
292
292
|
evalMode: boolean;
|
|
293
293
|
}, never>> & {
|
|
294
294
|
locale?: string | undefined;
|
|
@@ -297,7 +297,7 @@ declare const _default: {
|
|
|
297
297
|
*/
|
|
298
298
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
299
299
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
300
|
-
readonly props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
300
|
+
readonly props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
301
301
|
evalMode: boolean;
|
|
302
302
|
}, never>> & {
|
|
303
303
|
locale?: string | undefined;
|
|
@@ -310,7 +310,7 @@ declare const _default: {
|
|
|
310
310
|
[key: string]: React.ReactInstance;
|
|
311
311
|
};
|
|
312
312
|
componentDidMount?(): void;
|
|
313
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
313
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
314
314
|
evalMode: boolean;
|
|
315
315
|
}, never>> & {
|
|
316
316
|
locale?: string | undefined;
|
|
@@ -318,13 +318,13 @@ declare const _default: {
|
|
|
318
318
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
319
319
|
componentWillUnmount?(): void;
|
|
320
320
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
321
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
321
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
322
322
|
evalMode: boolean;
|
|
323
323
|
}, never>> & {
|
|
324
324
|
locale?: string | undefined;
|
|
325
325
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
326
326
|
}>, prevState: Readonly<{}>): any;
|
|
327
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
327
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
328
328
|
evalMode: boolean;
|
|
329
329
|
}, never>> & {
|
|
330
330
|
locale?: string | undefined;
|
|
@@ -332,25 +332,25 @@ declare const _default: {
|
|
|
332
332
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
333
333
|
componentWillMount?(): void;
|
|
334
334
|
UNSAFE_componentWillMount?(): void;
|
|
335
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
335
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
336
336
|
evalMode: boolean;
|
|
337
337
|
}, never>> & {
|
|
338
338
|
locale?: string | undefined;
|
|
339
339
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
340
340
|
}>, nextContext: any): void;
|
|
341
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
341
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
342
342
|
evalMode: boolean;
|
|
343
343
|
}, never>> & {
|
|
344
344
|
locale?: string | undefined;
|
|
345
345
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
346
346
|
}>, nextContext: any): void;
|
|
347
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
347
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
348
348
|
evalMode: boolean;
|
|
349
349
|
}, never>> & {
|
|
350
350
|
locale?: string | undefined;
|
|
351
351
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
352
352
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
353
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
353
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
354
354
|
evalMode: boolean;
|
|
355
355
|
}, never>> & {
|
|
356
356
|
locale?: string | undefined;
|
|
@@ -364,7 +364,7 @@ declare const _default: {
|
|
|
364
364
|
ComposedComponent: typeof FormulaPicker;
|
|
365
365
|
}, {}> & {
|
|
366
366
|
ComposedComponent: {
|
|
367
|
-
new (props: Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
367
|
+
new (props: Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
368
368
|
evalMode: boolean;
|
|
369
369
|
}, never>> & {
|
|
370
370
|
locale?: string | undefined;
|
|
@@ -377,7 +377,7 @@ declare const _default: {
|
|
|
377
377
|
* 按钮大小
|
|
378
378
|
*/
|
|
379
379
|
context: any;
|
|
380
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
380
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
381
381
|
evalMode: boolean;
|
|
382
382
|
}, never>> & {
|
|
383
383
|
locale?: string | undefined;
|
|
@@ -386,7 +386,7 @@ declare const _default: {
|
|
|
386
386
|
*/
|
|
387
387
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
388
388
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
389
|
-
readonly props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
389
|
+
readonly props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
390
390
|
evalMode: boolean;
|
|
391
391
|
}, never>> & {
|
|
392
392
|
locale?: string | undefined;
|
|
@@ -399,7 +399,7 @@ declare const _default: {
|
|
|
399
399
|
[key: string]: React.ReactInstance;
|
|
400
400
|
};
|
|
401
401
|
componentDidMount?(): void;
|
|
402
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
402
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
403
403
|
evalMode: boolean;
|
|
404
404
|
}, never>> & {
|
|
405
405
|
locale?: string | undefined;
|
|
@@ -407,13 +407,13 @@ declare const _default: {
|
|
|
407
407
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
408
408
|
componentWillUnmount?(): void;
|
|
409
409
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
410
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
410
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
411
411
|
evalMode: boolean;
|
|
412
412
|
}, never>> & {
|
|
413
413
|
locale?: string | undefined;
|
|
414
414
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
415
415
|
}>, prevState: Readonly<{}>): any;
|
|
416
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
416
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
417
417
|
evalMode: boolean;
|
|
418
418
|
}, never>> & {
|
|
419
419
|
locale?: string | undefined;
|
|
@@ -421,25 +421,25 @@ declare const _default: {
|
|
|
421
421
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
422
422
|
componentWillMount?(): void;
|
|
423
423
|
UNSAFE_componentWillMount?(): void;
|
|
424
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
424
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
425
425
|
evalMode: boolean;
|
|
426
426
|
}, never>> & {
|
|
427
427
|
locale?: string | undefined;
|
|
428
428
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
429
429
|
}>, nextContext: any): void;
|
|
430
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
430
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
431
431
|
evalMode: boolean;
|
|
432
432
|
}, never>> & {
|
|
433
433
|
locale?: string | undefined;
|
|
434
434
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
435
435
|
}>, nextContext: any): void;
|
|
436
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
436
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
437
437
|
evalMode: boolean;
|
|
438
438
|
}, never>> & {
|
|
439
439
|
locale?: string | undefined;
|
|
440
440
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
441
441
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
442
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "
|
|
442
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "children" | "className" | "theme" | "data" | "header" | "source" | "title" | "disabled" | "icon" | "value" | "placeholder" | "onChange" | "size" | "mode" | "level" | "onConfirm" | "clearable" | "borderMode" | "onRef" | "allowInput" | "onPickerOpen" | "functions" | "variables" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "mixedMode" | "btnLabel" | "btnSize"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("amis-core").LocaleProps>, "evalMode">> & Partial<Pick<{
|
|
443
443
|
evalMode: boolean;
|
|
444
444
|
}, never>> & {
|
|
445
445
|
locale?: string | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* amis-ui v2.
|
|
2
|
+
* amis-ui v2.4.0
|
|
3
3
|
* Copyright 2018-2022 fex
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -35,9 +35,9 @@ var FormulaPicker = /** @class */ (function (_super) {
|
|
|
35
35
|
}
|
|
36
36
|
FormulaPicker.prototype.componentDidUpdate = function (prevProps) {
|
|
37
37
|
var value = this.props.value;
|
|
38
|
-
if (
|
|
38
|
+
if (value !== prevProps.value) {
|
|
39
39
|
this.setState({
|
|
40
|
-
value: value,
|
|
40
|
+
value: typeof value === 'string' ? value : '',
|
|
41
41
|
editorValue: this.value2EditorValue(this.props)
|
|
42
42
|
});
|
|
43
43
|
}
|
|
@@ -19,6 +19,7 @@ import PlusIcon from '../icons/plus.svg';
|
|
|
19
19
|
import MinusIcon from '../icons/minus.svg';
|
|
20
20
|
import PencilIcon from '../icons/pencil.svg';
|
|
21
21
|
import ReloadIcon from '../icons/reload.svg';
|
|
22
|
+
import DownArrowBoldIcon from '../icons/down-arrow-bold.svg';
|
|
22
23
|
import FunctionIcon from '../icons/function.svg';
|
|
23
24
|
import InputClearIcon from '../icons/input-clear.svg';
|
|
24
25
|
import MenuIcon from '../icons/menu.svg';
|
|
@@ -43,4 +44,4 @@ export declare function registerIcon(key: string, component: React.ReactType<{}>
|
|
|
43
44
|
export declare function Icon({ icon, className, ...rest }: {
|
|
44
45
|
icon: string;
|
|
45
46
|
} & React.ComponentProps<any>): JSX.Element;
|
|
46
|
-
export { InputClearIcon, CloseIcon, UnDoIcon, ReDoIcon, EnterIcon, VolumeIcon, MuteIcon, PlayIcon, PauseIcon, ReloadIcon, LeftArrowIcon, RightArrowIcon, CheckIcon, PlusIcon, MinusIcon, PencilIcon, FunctionIcon, MenuIcon, UserRemove, Role, Department, Post, RightDoubleArrowIcon };
|
|
47
|
+
export { InputClearIcon, CloseIcon, UnDoIcon, ReDoIcon, EnterIcon, VolumeIcon, MuteIcon, PlayIcon, PauseIcon, ReloadIcon, LeftArrowIcon, RightArrowIcon, CheckIcon, PlusIcon, MinusIcon, PencilIcon, FunctionIcon, MenuIcon, UserRemove, Role, Department, Post, RightDoubleArrowIcon, DownArrowBoldIcon };
|
package/lib/components/icons.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* amis-ui v2.
|
|
2
|
+
* amis-ui v2.4.0
|
|
3
3
|
* Copyright 2018-2022 fex
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -265,6 +265,7 @@ exports.PlusIcon = plus["default"];
|
|
|
265
265
|
exports.MinusIcon = minus["default"];
|
|
266
266
|
exports.PencilIcon = pencil["default"];
|
|
267
267
|
exports.ReloadIcon = reload["default"];
|
|
268
|
+
exports.DownArrowBoldIcon = downArrowBold["default"];
|
|
268
269
|
exports.FunctionIcon = _function["default"];
|
|
269
270
|
exports.InputClearIcon = inputClear["default"];
|
|
270
271
|
exports.MenuIcon = menu["default"];
|
|
@@ -64,14 +64,16 @@ import VariableList from './formula/VariableList';
|
|
|
64
64
|
import FormulaPicker from './formula/Picker';
|
|
65
65
|
import PickerContainer from './PickerContainer';
|
|
66
66
|
import InputJSONSchema from './json-schema';
|
|
67
|
-
import { Badge,
|
|
67
|
+
import { Badge, withBadge } from './Badge';
|
|
68
|
+
import type { BadgeObject } from './Badge';
|
|
68
69
|
import { getIcon, Icon, registerIcon } from './icons';
|
|
69
|
-
import {
|
|
70
|
+
import { withRemoteConfig } from './WithRemoteConfig';
|
|
71
|
+
import type { RemoteOptionsProps } from './WithRemoteConfig';
|
|
70
72
|
import ConditionBuilder from './condition-builder';
|
|
71
|
-
import { ConditionBuilderFields, ConditionBuilderFuncs } from './condition-builder/types';
|
|
72
|
-
import { ConditionBuilderConfig } from './condition-builder/config';
|
|
73
|
+
import type { ConditionBuilderFields, ConditionBuilderFuncs } from './condition-builder/types';
|
|
74
|
+
import type { ConditionBuilderConfig } from './condition-builder/config';
|
|
73
75
|
import CityArea from './CityArea';
|
|
74
|
-
import { PresetColor } from './ColorPicker';
|
|
76
|
+
import type { PresetColor } from './ColorPicker';
|
|
75
77
|
import ListMenu from './ListMenu';
|
|
76
78
|
import Input from './Input';
|
|
77
79
|
import JSONSchemaEditor from './schema-editor';
|
|
@@ -86,7 +88,8 @@ import UserSelect from './UserSelect';
|
|
|
86
88
|
import UserTabSelect from './UserTabSelect';
|
|
87
89
|
import HeadCellDropDown from './table/HeadCellDropDown';
|
|
88
90
|
import Card from './Card';
|
|
89
|
-
import GridNav, {
|
|
91
|
+
import GridNav, { GridNavItem } from './GridNav';
|
|
92
|
+
import type { GridNavDirection } from './GridNav';
|
|
90
93
|
import Link from './Link';
|
|
91
94
|
import VirtualList from './virtual-list';
|
|
92
95
|
import { withStore } from './WithStore';
|
|
@@ -97,4 +100,6 @@ import Steps, { StepStatus } from './Steps';
|
|
|
97
100
|
import Tag from './Tag';
|
|
98
101
|
import Timeline from './Timeline';
|
|
99
102
|
import ImageGallery from './ImageGallery';
|
|
100
|
-
|
|
103
|
+
import BaiduMapPicker from './BaiduMapPicker';
|
|
104
|
+
import MultilineText from './MultilineText';
|
|
105
|
+
export { NotFound, Alert as AlertComponent, alert, Avatar, confirm, prompt, setRenderSchemaFn, ContextMenu, openContextMenus, Alert2, AsideNav, Button, Breadcrumb, Checkbox, Checkboxes, Collapse, CollapseGroup, DatePicker, DateRangePicker, Drawer, Tabs, Tab, Editor, Html, Icons, Layout, LazyComponent, Modal, Overlay, PopOver, Radios, Range, Rating, Select, SparkLine, Spinner, Switch, Textarea, TitleBar, ToastComponent, toast, Tooltip, TooltipWrapper, Tree, Transfer, TabsTransfer, Selection, GroupedSelection, ChainedSelection, TableSelection, TreeSelection, AssociatedSelection, ResultBox, InputBox, SearchBox, ListGroup, NumberInput, ArrayInput, PullRefresh, Table, SchemaVariableListPicker, SchemaVariableList, VariableList, PickerContainer, FormulaPicker, InputJSONSchema, withBadge, BadgeObject, Icon, withRemoteConfig, RemoteOptionsProps, ConditionBuilder, ConditionBuilderFuncs, ConditionBuilderFields, ConditionBuilderConfig, CityArea, PresetColor, ListMenu, Input, JSONSchemaEditor, LocationPicker, PopUp, Cascader, TransferDropDown, TabsTransferPicker, ResultList, TransferPicker, UserSelect, UserTabSelect, getIcon, registerIcon, Badge, HeadCellDropDown, AnchorNav, AnchorNavSection, Card, GridNavDirection, GridNav, GridNavItem, Link, VirtualList, withStore, PopOverContainer, Pagination, Progress, Steps, StepStatus, Tag, Timeline, ImageGallery, BaiduMapPicker, MultilineText };
|