amis-ui 6.13.0-beta.9 → 6.13.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 +1 -1
- package/esm/components/AlphabetIndexer.js +1 -1
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/AnchorNavSection.js +1 -1
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.js +7 -3
- package/esm/components/AutoFoldedList.d.ts +87 -0
- package/esm/components/AutoFoldedList.js +124 -0
- package/esm/components/AutoSizer.js +1 -1
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.d.ts +10 -10
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.js +1 -1
- 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/Combo.js +1 -1
- package/esm/components/ConditionBuilder.js +1 -1
- package/esm/components/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.js +7 -2
- package/esm/components/DatePicker.d.ts +3 -3
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.js +6 -9
- package/esm/components/DiffEditor.js +1 -1
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.d.ts +11 -10
- package/esm/components/Drawer.js +5 -2
- package/esm/components/DropDownSelection.js +1 -1
- package/esm/components/DropdownContextMenus.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/FormulaPicker.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GridNavItem.js +1 -1
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/HeadCellDropDown.js +1 -1
- package/esm/components/HorizontalScroll.js +1 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/Icon.js +1 -1
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +10 -10
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/InputJSONSchema.js +1 -1
- package/esm/components/InputTable.js +1 -1
- package/esm/components/JSONSchemaEditor.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/Menu.js +1 -1
- package/esm/components/MixedInput.d.ts +55 -0
- package/esm/components/MixedInput.js +88 -0
- package/esm/components/MobileDevTool.js +1 -1
- package/esm/components/Modal.js +2 -2
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.js +1 -1
- package/esm/components/OverflowTpl.js +1 -1
- package/esm/components/Pagination.js +12 -10
- package/esm/components/PdfViewer.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 +9 -2
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +41 -41
- package/esm/components/ResultBox.js +14 -34
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.js +5 -3
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.js +37 -65
- package/esm/components/SelectMobile.js +1 -1
- package/esm/components/Selection.js +1 -1
- package/esm/components/Shape.js +1 -1
- package/esm/components/Signature.js +3 -1
- package/esm/components/Slider.js +1 -1
- 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/Tab.js +1 -1
- package/esm/components/Table.js +1 -1
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.js +1 -1
- package/esm/components/TabsTransfer.js +4 -2
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.d.ts +11 -0
- package/esm/components/Tag.js +5 -5
- package/esm/components/Textarea.js +1 -1
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.js +1 -1
- 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 +7 -3
- 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.d.ts +7 -45
- package/esm/components/Tree.js +79 -38
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/VerificationCode.js +1 -1
- package/esm/components/VirtualList.js +1 -1
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.js +1 -1
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.js +7 -6
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.js +1 -1
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.js +3 -3
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.js +1 -1
- package/esm/components/condition-builder/Value.d.ts +2 -0
- package/esm/components/condition-builder/Value.js +18 -12
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.js +1 -1
- package/esm/components/condition-builder/types.d.ts +1 -0
- package/esm/components/formula/CodeEditor.js +1 -1
- package/esm/components/formula/Editor.js +21 -5
- package/esm/components/formula/FuncList.js +2 -1
- package/esm/components/formula/Input.js +1 -1
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.js +2 -1
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.js +3 -1
- package/esm/components/index.d.ts +3 -1
- 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/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.js +1 -1
- package/esm/components/menu/PanelMenu.js +1 -1
- package/esm/components/menu/SubMenu.js +1 -1
- package/esm/components/menu/index.d.ts +10 -10
- package/esm/components/menu/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/ColGroup.js +1 -1
- package/esm/components/table/Head.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/Row.js +1 -1
- package/esm/components/table/SummaryRow.js +1 -1
- package/esm/components/table/index.js +5 -3
- package/esm/components/table/util.js +29 -16
- package/esm/components/virtual-list/AutoSizer.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.js +1 -1
- package/esm/components/withBadge.js +1 -1
- package/esm/hooks/use-click-away.js +1 -1
- package/esm/hooks/use-on-screen.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-sub-form.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/arrow-double-left.svg.js +1 -1
- package/esm/icons/arrow-double-right.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.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/fullscreen.svg.js +1 -1
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/if.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/question2.svg.js +34 -0
- 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/rotate-screen.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/steps-finsh.svg.js +1 -1
- package/esm/icons/sub-plus.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-normal.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/unfullscreen.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 +3 -1
- package/esm/locale/de-DE.js +3 -1
- package/esm/locale/en-US.js +3 -1
- package/esm/locale/zh-CN.js +4 -2
- 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/esm/utils/vectorComputed.js +1 -1
- package/esm/withRemoteConfig.js +1 -1
- package/esm/withStore.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +120 -120
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +20 -20
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AlphabetIndexer.js +1 -1
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/AnchorNavSection.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 +80 -80
- package/lib/components/AssociatedSelection.js +7 -3
- package/lib/components/AutoFoldedList.d.ts +87 -0
- package/lib/components/AutoFoldedList.js +128 -0
- package/lib/components/AutoSizer.js +1 -1
- package/lib/components/Avatar.d.ts +90 -90
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +20 -20
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +90 -90
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.d.ts +80 -80
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.d.ts +80 -80
- package/lib/components/ChainedSelection.js +1 -1
- package/lib/components/Checkbox.d.ts +20 -20
- 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 +130 -130
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.d.ts +10 -10
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +80 -80
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConditionBuilder.js +1 -1
- package/lib/components/ConfirmBox.d.ts +80 -80
- package/lib/components/ConfirmBox.js +1 -1
- package/lib/components/ContextMenu.js +7 -2
- package/lib/components/DatePicker.d.ts +123 -123
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +320 -320
- package/lib/components/DateRangePicker.js +5 -8
- package/lib/components/DiffEditor.js +1 -1
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +21 -20
- package/lib/components/Drawer.js +5 -2
- package/lib/components/DropDownSelection.d.ts +80 -80
- package/lib/components/DropDownSelection.js +1 -1
- package/lib/components/DropdownContextMenus.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/FormulaPicker.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GridNavItem.js +1 -1
- package/lib/components/GroupedSelection.d.ts +80 -80
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/HeadCellDropDown.js +1 -1
- package/lib/components/HorizontalScroll.js +1 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/Icon.js +1 -1
- package/lib/components/ImageGallery.d.ts +40 -40
- 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/InputJSONSchema.js +1 -1
- package/lib/components/InputTable.js +1 -1
- package/lib/components/JSONSchemaEditor.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 +80 -80
- 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/Menu.js +1 -1
- package/lib/components/MixedInput.d.ts +55 -0
- package/lib/components/MixedInput.js +99 -0
- package/lib/components/MobileDevTool.js +1 -1
- package/lib/components/Modal.d.ts +80 -80
- package/lib/components/Modal.js +2 -2
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +200 -200
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +20 -20
- package/lib/components/NumberInput.js +1 -1
- package/lib/components/OverflowTpl.js +1 -1
- package/lib/components/Pagination.d.ts +80 -80
- package/lib/components/Pagination.js +12 -10
- package/lib/components/PdfViewer.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.d.ts +80 -80
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +50 -50
- 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 +9 -2
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +30 -30
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +81 -81
- package/lib/components/ResultBox.js +13 -34
- package/lib/components/ResultList.d.ts +40 -40
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.d.ts +80 -80
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +5 -3
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +120 -120
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +1683 -1684
- package/lib/components/Select.js +36 -65
- package/lib/components/SelectMobile.js +1 -1
- package/lib/components/Selection.d.ts +80 -80
- package/lib/components/Selection.js +1 -1
- package/lib/components/Shape.js +1 -1
- package/lib/components/Signature.js +3 -1
- package/lib/components/Slider.js +1 -1
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +70 -70
- 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/Tab.js +1 -1
- package/lib/components/Table.js +1 -1
- package/lib/components/TableSelection.d.ts +80 -80
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +40 -40
- package/lib/components/Tabs.js +1 -1
- package/lib/components/TabsTransfer.d.ts +40 -40
- package/lib/components/TabsTransfer.js +4 -2
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +81 -70
- package/lib/components/Tag.js +5 -5
- 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.d.ts +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.js +1 -1
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +120 -120
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +30 -30
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +187 -187
- package/lib/components/Transfer.js +7 -3
- package/lib/components/TransferDropDown.d.ts +160 -160
- 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 +247 -285
- package/lib/components/Tree.js +78 -37
- package/lib/components/TreeSelection.d.ts +120 -120
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +1 -1
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/VerificationCode.js +1 -1
- package/lib/components/VirtualList.js +1 -1
- package/lib/components/WithRemoteConfig.d.ts +0 -1
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.js +1 -1
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.js +7 -6
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.js +1 -1
- 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/Func.js +1 -1
- package/lib/components/condition-builder/Group.js +1 -1
- package/lib/components/condition-builder/GroupOrItem.js +1 -1
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.js +1 -1
- package/lib/components/condition-builder/Value.d.ts +2 -0
- package/lib/components/condition-builder/Value.js +18 -12
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.d.ts +1 -1
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/condition-builder/types.d.ts +1 -0
- package/lib/components/formula/CodeEditor.js +1 -1
- package/lib/components/formula/Editor.d.ts +40 -40
- package/lib/components/formula/Editor.js +20 -4
- package/lib/components/formula/FuncList.js +2 -1
- package/lib/components/formula/Input.js +1 -1
- package/lib/components/formula/Picker.d.ts +40 -40
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/VariableList.js +2 -1
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.js +3 -1
- package/lib/components/index.d.ts +3 -1
- 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/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.js +1 -1
- package/lib/components/menu/PanelMenu.js +1 -1
- package/lib/components/menu/SubMenu.js +1 -1
- package/lib/components/menu/index.d.ts +60 -60
- package/lib/components/menu/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.js +1 -1
- package/lib/components/table/ColGroup.js +1 -1
- package/lib/components/table/Head.js +1 -1
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +40 -40
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- 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/Row.js +1 -1
- package/lib/components/table/SummaryRow.js +1 -1
- package/lib/components/table/index.d.ts +160 -160
- package/lib/components/table/index.js +5 -3
- package/lib/components/table/util.d.ts +8 -8
- package/lib/components/table/util.js +29 -16
- package/lib/components/virtual-list/AutoSizer.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.js +1 -1
- package/lib/components/withBadge.js +1 -1
- package/lib/hooks/use-click-away.js +1 -1
- package/lib/hooks/use-on-screen.js +1 -1
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-sub-form.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/arrow-double-left.svg.js +1 -1
- package/lib/icons/arrow-double-right.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.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/fullscreen.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/if.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/question2.svg.js +41 -0
- 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/rotate-screen.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/steps-finsh.svg.js +1 -1
- package/lib/icons/sub-plus.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-normal.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/unfullscreen.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 +5 -1
- package/lib/locale/de-DE.js +3 -1
- package/lib/locale/en-US.js +3 -1
- package/lib/locale/zh-CN.js +4 -2
- 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 +214 -28
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +214 -28
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +214 -28
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +214 -28
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +214 -28
- package/lib/utils/vectorComputed.js +1 -1
- package/lib/withRemoteConfig.js +1 -1
- package/lib/withStore.js +1 -1
- package/package.json +8 -4
- package/scss/_components.scss +4 -7
- package/scss/_mixins.scss +1 -0
- package/scss/_properties.scss +1 -1
- package/scss/components/_auto-folder.scss +40 -0
- package/scss/components/_cascader.scss +22 -2
- package/scss/components/_condition-builder.scss +1 -0
- package/scss/components/_crud.scss +32 -0
- package/scss/components/_modal.scss +13 -0
- package/scss/components/_page.scss +0 -1
- package/scss/components/_pagination.scss +1 -2
- package/scss/components/_result-box.scss +15 -3
- package/scss/components/form/_combo.scss +13 -0
- package/scss/components/form/_form.scss +14 -1
- package/scss/components/form/_icon-picker.scss +1 -0
- package/scss/components/form/_input-group.scss +23 -2
- package/scss/components/form/_nested-select.scss +10 -0
- package/scss/components/form/_picker.scss +33 -0
- package/scss/components/form/_select.scss +30 -4
- package/scss/components/form/_selection.scss +2 -0
- package/scss/components/form/_tree.scss +8 -9
- package/scss/layout/_layout.scss +1 -0
- package/scss/themes/_common.scss +1 -0
|
@@ -94,12 +94,12 @@ export declare class SearchBox extends React.Component<SearchBoxProps, SearchBox
|
|
|
94
94
|
render(): React.JSX.Element;
|
|
95
95
|
}
|
|
96
96
|
declare const _default: {
|
|
97
|
-
new (props: Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
97
|
+
new (props: Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
98
|
+
history?: SearchHistoryOptions | undefined;
|
|
98
99
|
clearable?: boolean | undefined;
|
|
99
|
-
enhance?: boolean | undefined;
|
|
100
100
|
mini?: boolean | undefined;
|
|
101
|
+
enhance?: boolean | undefined;
|
|
101
102
|
searchImediately?: boolean | undefined;
|
|
102
|
-
history?: SearchHistoryOptions | undefined;
|
|
103
103
|
clearAndSubmit?: boolean | undefined;
|
|
104
104
|
} & {} & {
|
|
105
105
|
locale?: string | undefined;
|
|
@@ -110,24 +110,24 @@ declare const _default: {
|
|
|
110
110
|
getWrappedInstance(): any;
|
|
111
111
|
render(): React.JSX.Element;
|
|
112
112
|
context: unknown;
|
|
113
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
113
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
114
|
+
history?: SearchHistoryOptions | undefined;
|
|
114
115
|
clearable?: boolean | undefined;
|
|
115
|
-
enhance?: boolean | undefined;
|
|
116
116
|
mini?: boolean | undefined;
|
|
117
|
+
enhance?: boolean | undefined;
|
|
117
118
|
searchImediately?: boolean | undefined;
|
|
118
|
-
history?: SearchHistoryOptions | undefined;
|
|
119
119
|
clearAndSubmit?: boolean | undefined;
|
|
120
120
|
} & {} & {
|
|
121
121
|
locale?: string | undefined;
|
|
122
122
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
123
123
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
124
124
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
125
|
-
readonly props: Readonly<Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
125
|
+
readonly props: Readonly<Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
126
|
+
history?: SearchHistoryOptions | undefined;
|
|
126
127
|
clearable?: boolean | undefined;
|
|
127
|
-
enhance?: boolean | undefined;
|
|
128
128
|
mini?: boolean | undefined;
|
|
129
|
+
enhance?: boolean | undefined;
|
|
129
130
|
searchImediately?: boolean | undefined;
|
|
130
|
-
history?: SearchHistoryOptions | undefined;
|
|
131
131
|
clearAndSubmit?: boolean | undefined;
|
|
132
132
|
} & {} & {
|
|
133
133
|
locale?: string | undefined;
|
|
@@ -138,12 +138,12 @@ declare const _default: {
|
|
|
138
138
|
[key: string]: React.ReactInstance;
|
|
139
139
|
};
|
|
140
140
|
componentDidMount?(): void;
|
|
141
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
141
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
142
|
+
history?: SearchHistoryOptions | undefined;
|
|
142
143
|
clearable?: boolean | undefined;
|
|
143
|
-
enhance?: boolean | undefined;
|
|
144
144
|
mini?: boolean | undefined;
|
|
145
|
+
enhance?: boolean | undefined;
|
|
145
146
|
searchImediately?: boolean | undefined;
|
|
146
|
-
history?: SearchHistoryOptions | undefined;
|
|
147
147
|
clearAndSubmit?: boolean | undefined;
|
|
148
148
|
} & {} & {
|
|
149
149
|
locale?: string | undefined;
|
|
@@ -151,23 +151,23 @@ declare const _default: {
|
|
|
151
151
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
152
152
|
componentWillUnmount?(): void;
|
|
153
153
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
154
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
154
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
155
|
+
history?: SearchHistoryOptions | undefined;
|
|
155
156
|
clearable?: boolean | undefined;
|
|
156
|
-
enhance?: boolean | undefined;
|
|
157
157
|
mini?: boolean | undefined;
|
|
158
|
+
enhance?: boolean | undefined;
|
|
158
159
|
searchImediately?: boolean | undefined;
|
|
159
|
-
history?: SearchHistoryOptions | undefined;
|
|
160
160
|
clearAndSubmit?: boolean | undefined;
|
|
161
161
|
} & {} & {
|
|
162
162
|
locale?: string | undefined;
|
|
163
163
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
164
164
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
165
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
165
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
166
|
+
history?: SearchHistoryOptions | undefined;
|
|
166
167
|
clearable?: boolean | undefined;
|
|
167
|
-
enhance?: boolean | undefined;
|
|
168
168
|
mini?: boolean | undefined;
|
|
169
|
+
enhance?: boolean | undefined;
|
|
169
170
|
searchImediately?: boolean | undefined;
|
|
170
|
-
history?: SearchHistoryOptions | undefined;
|
|
171
171
|
clearAndSubmit?: boolean | undefined;
|
|
172
172
|
} & {} & {
|
|
173
173
|
locale?: string | undefined;
|
|
@@ -175,45 +175,45 @@ declare const _default: {
|
|
|
175
175
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
176
176
|
componentWillMount?(): void;
|
|
177
177
|
UNSAFE_componentWillMount?(): void;
|
|
178
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
178
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
179
|
+
history?: SearchHistoryOptions | undefined;
|
|
179
180
|
clearable?: boolean | undefined;
|
|
180
|
-
enhance?: boolean | undefined;
|
|
181
181
|
mini?: boolean | undefined;
|
|
182
|
+
enhance?: boolean | undefined;
|
|
182
183
|
searchImediately?: boolean | undefined;
|
|
183
|
-
history?: SearchHistoryOptions | undefined;
|
|
184
184
|
clearAndSubmit?: boolean | undefined;
|
|
185
185
|
} & {} & {
|
|
186
186
|
locale?: string | undefined;
|
|
187
187
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
188
188
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
189
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
189
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
190
|
+
history?: SearchHistoryOptions | undefined;
|
|
190
191
|
clearable?: boolean | undefined;
|
|
191
|
-
enhance?: boolean | undefined;
|
|
192
192
|
mini?: boolean | undefined;
|
|
193
|
+
enhance?: boolean | undefined;
|
|
193
194
|
searchImediately?: boolean | undefined;
|
|
194
|
-
history?: SearchHistoryOptions | undefined;
|
|
195
195
|
clearAndSubmit?: boolean | undefined;
|
|
196
196
|
} & {} & {
|
|
197
197
|
locale?: string | undefined;
|
|
198
198
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
199
199
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
200
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
200
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
201
|
+
history?: SearchHistoryOptions | undefined;
|
|
201
202
|
clearable?: boolean | undefined;
|
|
202
|
-
enhance?: boolean | undefined;
|
|
203
203
|
mini?: boolean | undefined;
|
|
204
|
+
enhance?: boolean | undefined;
|
|
204
205
|
searchImediately?: boolean | undefined;
|
|
205
|
-
history?: SearchHistoryOptions | undefined;
|
|
206
206
|
clearAndSubmit?: boolean | undefined;
|
|
207
207
|
} & {} & {
|
|
208
208
|
locale?: string | undefined;
|
|
209
209
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
210
210
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
211
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
211
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
212
|
+
history?: SearchHistoryOptions | undefined;
|
|
212
213
|
clearable?: boolean | undefined;
|
|
213
|
-
enhance?: boolean | undefined;
|
|
214
214
|
mini?: boolean | undefined;
|
|
215
|
+
enhance?: boolean | undefined;
|
|
215
216
|
searchImediately?: boolean | undefined;
|
|
216
|
-
history?: SearchHistoryOptions | undefined;
|
|
217
217
|
clearAndSubmit?: boolean | undefined;
|
|
218
218
|
} & {} & {
|
|
219
219
|
locale?: string | undefined;
|
|
@@ -223,12 +223,12 @@ declare const _default: {
|
|
|
223
223
|
displayName: string;
|
|
224
224
|
contextType: React.Context<string>;
|
|
225
225
|
ComposedComponent: React.ComponentType<{
|
|
226
|
-
new (props: Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
226
|
+
new (props: Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
227
|
+
history?: SearchHistoryOptions | undefined;
|
|
227
228
|
clearable?: boolean | undefined;
|
|
228
|
-
enhance?: boolean | undefined;
|
|
229
229
|
mini?: boolean | undefined;
|
|
230
|
+
enhance?: boolean | undefined;
|
|
230
231
|
searchImediately?: boolean | undefined;
|
|
231
|
-
history?: SearchHistoryOptions | undefined;
|
|
232
232
|
clearAndSubmit?: boolean | undefined;
|
|
233
233
|
} & {} & {
|
|
234
234
|
locale?: string | undefined;
|
|
@@ -239,24 +239,24 @@ declare const _default: {
|
|
|
239
239
|
getWrappedInstance(): any;
|
|
240
240
|
render(): React.JSX.Element;
|
|
241
241
|
context: unknown;
|
|
242
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
242
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
243
|
+
history?: SearchHistoryOptions | undefined;
|
|
243
244
|
clearable?: boolean | undefined;
|
|
244
|
-
enhance?: boolean | undefined;
|
|
245
245
|
mini?: boolean | undefined;
|
|
246
|
+
enhance?: boolean | undefined;
|
|
246
247
|
searchImediately?: boolean | undefined;
|
|
247
|
-
history?: SearchHistoryOptions | undefined;
|
|
248
248
|
clearAndSubmit?: boolean | undefined;
|
|
249
249
|
} & {} & {
|
|
250
250
|
locale?: string | undefined;
|
|
251
251
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
252
252
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
253
253
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
254
|
-
readonly props: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
254
|
+
readonly props: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
255
|
+
history?: SearchHistoryOptions | undefined;
|
|
255
256
|
clearable?: boolean | undefined;
|
|
256
|
-
enhance?: boolean | undefined;
|
|
257
257
|
mini?: boolean | undefined;
|
|
258
|
+
enhance?: boolean | undefined;
|
|
258
259
|
searchImediately?: boolean | undefined;
|
|
259
|
-
history?: SearchHistoryOptions | undefined;
|
|
260
260
|
clearAndSubmit?: boolean | undefined;
|
|
261
261
|
} & {} & {
|
|
262
262
|
locale?: string | undefined;
|
|
@@ -267,12 +267,12 @@ declare const _default: {
|
|
|
267
267
|
[key: string]: React.ReactInstance;
|
|
268
268
|
};
|
|
269
269
|
componentDidMount?(): void;
|
|
270
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
270
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
271
|
+
history?: SearchHistoryOptions | undefined;
|
|
271
272
|
clearable?: boolean | undefined;
|
|
272
|
-
enhance?: boolean | undefined;
|
|
273
273
|
mini?: boolean | undefined;
|
|
274
|
+
enhance?: boolean | undefined;
|
|
274
275
|
searchImediately?: boolean | undefined;
|
|
275
|
-
history?: SearchHistoryOptions | undefined;
|
|
276
276
|
clearAndSubmit?: boolean | undefined;
|
|
277
277
|
} & {} & {
|
|
278
278
|
locale?: string | undefined;
|
|
@@ -280,23 +280,23 @@ declare const _default: {
|
|
|
280
280
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
281
281
|
componentWillUnmount?(): void;
|
|
282
282
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
283
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
283
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
284
|
+
history?: SearchHistoryOptions | undefined;
|
|
284
285
|
clearable?: boolean | undefined;
|
|
285
|
-
enhance?: boolean | undefined;
|
|
286
286
|
mini?: boolean | undefined;
|
|
287
|
+
enhance?: boolean | undefined;
|
|
287
288
|
searchImediately?: boolean | undefined;
|
|
288
|
-
history?: SearchHistoryOptions | undefined;
|
|
289
289
|
clearAndSubmit?: boolean | undefined;
|
|
290
290
|
} & {} & {
|
|
291
291
|
locale?: string | undefined;
|
|
292
292
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
293
293
|
}>, prevState: Readonly<{}>): any;
|
|
294
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
294
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
295
|
+
history?: SearchHistoryOptions | undefined;
|
|
295
296
|
clearable?: boolean | undefined;
|
|
296
|
-
enhance?: boolean | undefined;
|
|
297
297
|
mini?: boolean | undefined;
|
|
298
|
+
enhance?: boolean | undefined;
|
|
298
299
|
searchImediately?: boolean | undefined;
|
|
299
|
-
history?: SearchHistoryOptions | undefined;
|
|
300
300
|
clearAndSubmit?: boolean | undefined;
|
|
301
301
|
} & {} & {
|
|
302
302
|
locale?: string | undefined;
|
|
@@ -304,45 +304,45 @@ declare const _default: {
|
|
|
304
304
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
305
305
|
componentWillMount?(): void;
|
|
306
306
|
UNSAFE_componentWillMount?(): void;
|
|
307
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
307
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
308
|
+
history?: SearchHistoryOptions | undefined;
|
|
308
309
|
clearable?: boolean | undefined;
|
|
309
|
-
enhance?: boolean | undefined;
|
|
310
310
|
mini?: boolean | undefined;
|
|
311
|
+
enhance?: boolean | undefined;
|
|
311
312
|
searchImediately?: boolean | undefined;
|
|
312
|
-
history?: SearchHistoryOptions | undefined;
|
|
313
313
|
clearAndSubmit?: boolean | undefined;
|
|
314
314
|
} & {} & {
|
|
315
315
|
locale?: string | undefined;
|
|
316
316
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
317
317
|
}>, nextContext: any): void;
|
|
318
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
318
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
319
|
+
history?: SearchHistoryOptions | undefined;
|
|
319
320
|
clearable?: boolean | undefined;
|
|
320
|
-
enhance?: boolean | undefined;
|
|
321
321
|
mini?: boolean | undefined;
|
|
322
|
+
enhance?: boolean | undefined;
|
|
322
323
|
searchImediately?: boolean | undefined;
|
|
323
|
-
history?: SearchHistoryOptions | undefined;
|
|
324
324
|
clearAndSubmit?: boolean | undefined;
|
|
325
325
|
} & {} & {
|
|
326
326
|
locale?: string | undefined;
|
|
327
327
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
328
328
|
}>, nextContext: any): void;
|
|
329
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
329
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
330
|
+
history?: SearchHistoryOptions | undefined;
|
|
330
331
|
clearable?: boolean | undefined;
|
|
331
|
-
enhance?: boolean | undefined;
|
|
332
332
|
mini?: boolean | undefined;
|
|
333
|
+
enhance?: boolean | undefined;
|
|
333
334
|
searchImediately?: boolean | undefined;
|
|
334
|
-
history?: SearchHistoryOptions | undefined;
|
|
335
335
|
clearAndSubmit?: boolean | undefined;
|
|
336
336
|
} & {} & {
|
|
337
337
|
locale?: string | undefined;
|
|
338
338
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
339
339
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
340
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
340
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
341
|
+
history?: SearchHistoryOptions | undefined;
|
|
341
342
|
clearable?: boolean | undefined;
|
|
342
|
-
enhance?: boolean | undefined;
|
|
343
343
|
mini?: boolean | undefined;
|
|
344
|
+
enhance?: boolean | undefined;
|
|
344
345
|
searchImediately?: boolean | undefined;
|
|
345
|
-
history?: SearchHistoryOptions | undefined;
|
|
346
346
|
clearAndSubmit?: boolean | undefined;
|
|
347
347
|
} & {} & {
|
|
348
348
|
locale?: string | undefined;
|
|
@@ -356,12 +356,12 @@ declare const _default: {
|
|
|
356
356
|
ComposedComponent: typeof SearchBox;
|
|
357
357
|
}>;
|
|
358
358
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
359
|
-
new (props: Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
359
|
+
new (props: Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
360
|
+
history?: SearchHistoryOptions | undefined;
|
|
360
361
|
clearable?: boolean | undefined;
|
|
361
|
-
enhance?: boolean | undefined;
|
|
362
362
|
mini?: boolean | undefined;
|
|
363
|
+
enhance?: boolean | undefined;
|
|
363
364
|
searchImediately?: boolean | undefined;
|
|
364
|
-
history?: SearchHistoryOptions | undefined;
|
|
365
365
|
clearAndSubmit?: boolean | undefined;
|
|
366
366
|
} & {} & {
|
|
367
367
|
locale?: string | undefined;
|
|
@@ -372,24 +372,24 @@ declare const _default: {
|
|
|
372
372
|
getWrappedInstance(): any;
|
|
373
373
|
render(): React.JSX.Element;
|
|
374
374
|
context: unknown;
|
|
375
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
375
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
376
|
+
history?: SearchHistoryOptions | undefined;
|
|
376
377
|
clearable?: boolean | undefined;
|
|
377
|
-
enhance?: boolean | undefined;
|
|
378
378
|
mini?: boolean | undefined;
|
|
379
|
+
enhance?: boolean | undefined;
|
|
379
380
|
searchImediately?: boolean | undefined;
|
|
380
|
-
history?: SearchHistoryOptions | undefined;
|
|
381
381
|
clearAndSubmit?: boolean | undefined;
|
|
382
382
|
} & {} & {
|
|
383
383
|
locale?: string | undefined;
|
|
384
384
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
385
385
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
386
386
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
387
|
-
readonly props: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
387
|
+
readonly props: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
388
|
+
history?: SearchHistoryOptions | undefined;
|
|
388
389
|
clearable?: boolean | undefined;
|
|
389
|
-
enhance?: boolean | undefined;
|
|
390
390
|
mini?: boolean | undefined;
|
|
391
|
+
enhance?: boolean | undefined;
|
|
391
392
|
searchImediately?: boolean | undefined;
|
|
392
|
-
history?: SearchHistoryOptions | undefined;
|
|
393
393
|
clearAndSubmit?: boolean | undefined;
|
|
394
394
|
} & {} & {
|
|
395
395
|
locale?: string | undefined;
|
|
@@ -400,12 +400,12 @@ declare const _default: {
|
|
|
400
400
|
[key: string]: React.ReactInstance;
|
|
401
401
|
};
|
|
402
402
|
componentDidMount?(): void;
|
|
403
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
403
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
404
|
+
history?: SearchHistoryOptions | undefined;
|
|
404
405
|
clearable?: boolean | undefined;
|
|
405
|
-
enhance?: boolean | undefined;
|
|
406
406
|
mini?: boolean | undefined;
|
|
407
|
+
enhance?: boolean | undefined;
|
|
407
408
|
searchImediately?: boolean | undefined;
|
|
408
|
-
history?: SearchHistoryOptions | undefined;
|
|
409
409
|
clearAndSubmit?: boolean | undefined;
|
|
410
410
|
} & {} & {
|
|
411
411
|
locale?: string | undefined;
|
|
@@ -413,23 +413,23 @@ declare const _default: {
|
|
|
413
413
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
414
414
|
componentWillUnmount?(): void;
|
|
415
415
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
416
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
416
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
417
|
+
history?: SearchHistoryOptions | undefined;
|
|
417
418
|
clearable?: boolean | undefined;
|
|
418
|
-
enhance?: boolean | undefined;
|
|
419
419
|
mini?: boolean | undefined;
|
|
420
|
+
enhance?: boolean | undefined;
|
|
420
421
|
searchImediately?: boolean | undefined;
|
|
421
|
-
history?: SearchHistoryOptions | undefined;
|
|
422
422
|
clearAndSubmit?: boolean | undefined;
|
|
423
423
|
} & {} & {
|
|
424
424
|
locale?: string | undefined;
|
|
425
425
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
426
426
|
}>, prevState: Readonly<{}>): any;
|
|
427
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
427
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
428
|
+
history?: SearchHistoryOptions | undefined;
|
|
428
429
|
clearable?: boolean | undefined;
|
|
429
|
-
enhance?: boolean | undefined;
|
|
430
430
|
mini?: boolean | undefined;
|
|
431
|
+
enhance?: boolean | undefined;
|
|
431
432
|
searchImediately?: boolean | undefined;
|
|
432
|
-
history?: SearchHistoryOptions | undefined;
|
|
433
433
|
clearAndSubmit?: boolean | undefined;
|
|
434
434
|
} & {} & {
|
|
435
435
|
locale?: string | undefined;
|
|
@@ -437,45 +437,45 @@ declare const _default: {
|
|
|
437
437
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
438
438
|
componentWillMount?(): void;
|
|
439
439
|
UNSAFE_componentWillMount?(): void;
|
|
440
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
440
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
441
|
+
history?: SearchHistoryOptions | undefined;
|
|
441
442
|
clearable?: boolean | undefined;
|
|
442
|
-
enhance?: boolean | undefined;
|
|
443
443
|
mini?: boolean | undefined;
|
|
444
|
+
enhance?: boolean | undefined;
|
|
444
445
|
searchImediately?: boolean | undefined;
|
|
445
|
-
history?: SearchHistoryOptions | undefined;
|
|
446
446
|
clearAndSubmit?: boolean | undefined;
|
|
447
447
|
} & {} & {
|
|
448
448
|
locale?: string | undefined;
|
|
449
449
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
450
450
|
}>, nextContext: any): void;
|
|
451
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
451
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
452
|
+
history?: SearchHistoryOptions | undefined;
|
|
452
453
|
clearable?: boolean | undefined;
|
|
453
|
-
enhance?: boolean | undefined;
|
|
454
454
|
mini?: boolean | undefined;
|
|
455
|
+
enhance?: boolean | undefined;
|
|
455
456
|
searchImediately?: boolean | undefined;
|
|
456
|
-
history?: SearchHistoryOptions | undefined;
|
|
457
457
|
clearAndSubmit?: boolean | undefined;
|
|
458
458
|
} & {} & {
|
|
459
459
|
locale?: string | undefined;
|
|
460
460
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
461
461
|
}>, nextContext: any): void;
|
|
462
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
462
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
463
|
+
history?: SearchHistoryOptions | undefined;
|
|
463
464
|
clearable?: boolean | undefined;
|
|
464
|
-
enhance?: boolean | undefined;
|
|
465
465
|
mini?: boolean | undefined;
|
|
466
|
+
enhance?: boolean | undefined;
|
|
466
467
|
searchImediately?: boolean | undefined;
|
|
467
|
-
history?: SearchHistoryOptions | undefined;
|
|
468
468
|
clearAndSubmit?: boolean | undefined;
|
|
469
469
|
} & {} & {
|
|
470
470
|
locale?: string | undefined;
|
|
471
471
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
472
472
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
473
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
473
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
474
|
+
history?: SearchHistoryOptions | undefined;
|
|
474
475
|
clearable?: boolean | undefined;
|
|
475
|
-
enhance?: boolean | undefined;
|
|
476
476
|
mini?: boolean | undefined;
|
|
477
|
+
enhance?: boolean | undefined;
|
|
477
478
|
searchImediately?: boolean | undefined;
|
|
478
|
-
history?: SearchHistoryOptions | undefined;
|
|
479
479
|
clearAndSubmit?: boolean | undefined;
|
|
480
480
|
} & {} & {
|
|
481
481
|
locale?: string | undefined;
|
|
@@ -489,12 +489,12 @@ declare const _default: {
|
|
|
489
489
|
ComposedComponent: typeof SearchBox;
|
|
490
490
|
}, {}> & {
|
|
491
491
|
ComposedComponent: {
|
|
492
|
-
new (props: Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
492
|
+
new (props: Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
493
|
+
history?: SearchHistoryOptions | undefined;
|
|
493
494
|
clearable?: boolean | undefined;
|
|
494
|
-
enhance?: boolean | undefined;
|
|
495
495
|
mini?: boolean | undefined;
|
|
496
|
+
enhance?: boolean | undefined;
|
|
496
497
|
searchImediately?: boolean | undefined;
|
|
497
|
-
history?: SearchHistoryOptions | undefined;
|
|
498
498
|
clearAndSubmit?: boolean | undefined;
|
|
499
499
|
} & {} & {
|
|
500
500
|
locale?: string | undefined;
|
|
@@ -505,24 +505,24 @@ declare const _default: {
|
|
|
505
505
|
getWrappedInstance(): any;
|
|
506
506
|
render(): React.JSX.Element;
|
|
507
507
|
context: unknown;
|
|
508
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
508
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
509
|
+
history?: SearchHistoryOptions | undefined;
|
|
509
510
|
clearable?: boolean | undefined;
|
|
510
|
-
enhance?: boolean | undefined;
|
|
511
511
|
mini?: boolean | undefined;
|
|
512
|
+
enhance?: boolean | undefined;
|
|
512
513
|
searchImediately?: boolean | undefined;
|
|
513
|
-
history?: SearchHistoryOptions | undefined;
|
|
514
514
|
clearAndSubmit?: boolean | undefined;
|
|
515
515
|
} & {} & {
|
|
516
516
|
locale?: string | undefined;
|
|
517
517
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
518
518
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
519
519
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
520
|
-
readonly props: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
520
|
+
readonly props: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
521
|
+
history?: SearchHistoryOptions | undefined;
|
|
521
522
|
clearable?: boolean | undefined;
|
|
522
|
-
enhance?: boolean | undefined;
|
|
523
523
|
mini?: boolean | undefined;
|
|
524
|
+
enhance?: boolean | undefined;
|
|
524
525
|
searchImediately?: boolean | undefined;
|
|
525
|
-
history?: SearchHistoryOptions | undefined;
|
|
526
526
|
clearAndSubmit?: boolean | undefined;
|
|
527
527
|
} & {} & {
|
|
528
528
|
locale?: string | undefined;
|
|
@@ -533,12 +533,12 @@ declare const _default: {
|
|
|
533
533
|
[key: string]: React.ReactInstance;
|
|
534
534
|
};
|
|
535
535
|
componentDidMount?(): void;
|
|
536
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
536
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
537
|
+
history?: SearchHistoryOptions | undefined;
|
|
537
538
|
clearable?: boolean | undefined;
|
|
538
|
-
enhance?: boolean | undefined;
|
|
539
539
|
mini?: boolean | undefined;
|
|
540
|
+
enhance?: boolean | undefined;
|
|
540
541
|
searchImediately?: boolean | undefined;
|
|
541
|
-
history?: SearchHistoryOptions | undefined;
|
|
542
542
|
clearAndSubmit?: boolean | undefined;
|
|
543
543
|
} & {} & {
|
|
544
544
|
locale?: string | undefined;
|
|
@@ -546,23 +546,23 @@ declare const _default: {
|
|
|
546
546
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
547
547
|
componentWillUnmount?(): void;
|
|
548
548
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
549
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
549
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
550
|
+
history?: SearchHistoryOptions | undefined;
|
|
550
551
|
clearable?: boolean | undefined;
|
|
551
|
-
enhance?: boolean | undefined;
|
|
552
552
|
mini?: boolean | undefined;
|
|
553
|
+
enhance?: boolean | undefined;
|
|
553
554
|
searchImediately?: boolean | undefined;
|
|
554
|
-
history?: SearchHistoryOptions | undefined;
|
|
555
555
|
clearAndSubmit?: boolean | undefined;
|
|
556
556
|
} & {} & {
|
|
557
557
|
locale?: string | undefined;
|
|
558
558
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
559
559
|
}>, prevState: Readonly<{}>): any;
|
|
560
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
560
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
561
|
+
history?: SearchHistoryOptions | undefined;
|
|
561
562
|
clearable?: boolean | undefined;
|
|
562
|
-
enhance?: boolean | undefined;
|
|
563
563
|
mini?: boolean | undefined;
|
|
564
|
+
enhance?: boolean | undefined;
|
|
564
565
|
searchImediately?: boolean | undefined;
|
|
565
|
-
history?: SearchHistoryOptions | undefined;
|
|
566
566
|
clearAndSubmit?: boolean | undefined;
|
|
567
567
|
} & {} & {
|
|
568
568
|
locale?: string | undefined;
|
|
@@ -570,45 +570,45 @@ declare const _default: {
|
|
|
570
570
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
571
571
|
componentWillMount?(): void;
|
|
572
572
|
UNSAFE_componentWillMount?(): void;
|
|
573
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
573
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
574
|
+
history?: SearchHistoryOptions | undefined;
|
|
574
575
|
clearable?: boolean | undefined;
|
|
575
|
-
enhance?: boolean | undefined;
|
|
576
576
|
mini?: boolean | undefined;
|
|
577
|
+
enhance?: boolean | undefined;
|
|
577
578
|
searchImediately?: boolean | undefined;
|
|
578
|
-
history?: SearchHistoryOptions | undefined;
|
|
579
579
|
clearAndSubmit?: boolean | undefined;
|
|
580
580
|
} & {} & {
|
|
581
581
|
locale?: string | undefined;
|
|
582
582
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
583
583
|
}>, nextContext: any): void;
|
|
584
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
584
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
585
|
+
history?: SearchHistoryOptions | undefined;
|
|
585
586
|
clearable?: boolean | undefined;
|
|
586
|
-
enhance?: boolean | undefined;
|
|
587
587
|
mini?: boolean | undefined;
|
|
588
|
+
enhance?: boolean | undefined;
|
|
588
589
|
searchImediately?: boolean | undefined;
|
|
589
|
-
history?: SearchHistoryOptions | undefined;
|
|
590
590
|
clearAndSubmit?: boolean | undefined;
|
|
591
591
|
} & {} & {
|
|
592
592
|
locale?: string | undefined;
|
|
593
593
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
594
594
|
}>, nextContext: any): void;
|
|
595
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
595
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
596
|
+
history?: SearchHistoryOptions | undefined;
|
|
596
597
|
clearable?: boolean | undefined;
|
|
597
|
-
enhance?: boolean | undefined;
|
|
598
598
|
mini?: boolean | undefined;
|
|
599
|
+
enhance?: boolean | undefined;
|
|
599
600
|
searchImediately?: boolean | undefined;
|
|
600
|
-
history?: SearchHistoryOptions | undefined;
|
|
601
601
|
clearAndSubmit?: boolean | undefined;
|
|
602
602
|
} & {} & {
|
|
603
603
|
locale?: string | undefined;
|
|
604
604
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
605
605
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
606
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "
|
|
606
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SearchBoxProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "name" | "loadingConfig" | "testIdBuilder" | "placeholder" | "value" | "onChange" | "defaultValue" | "active" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & {
|
|
607
|
+
history?: SearchHistoryOptions | undefined;
|
|
607
608
|
clearable?: boolean | undefined;
|
|
608
|
-
enhance?: boolean | undefined;
|
|
609
609
|
mini?: boolean | undefined;
|
|
610
|
+
enhance?: boolean | undefined;
|
|
610
611
|
searchImediately?: boolean | undefined;
|
|
611
|
-
history?: SearchHistoryOptions | undefined;
|
|
612
612
|
clearAndSubmit?: boolean | undefined;
|
|
613
613
|
} & {} & {
|
|
614
614
|
locale?: string | undefined;
|