amis-ui 3.5.2 → 3.6.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.d.ts +11 -10
- package/esm/components/Alert2.js +3 -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.d.ts +40 -40
- package/esm/components/AssociatedSelection.js +7 -7
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.d.ts +3 -1
- package/esm/components/BaiduMapPicker.js +37 -18
- 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.d.ts +10 -10
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.d.ts +40 -40
- package/esm/components/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.d.ts +40 -40
- package/esm/components/ChainedSelection.js +6 -6
- 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/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +52 -41
- package/esm/components/DatePicker.js +114 -27
- package/esm/components/DateRangePicker.d.ts +18 -10
- package/esm/components/DateRangePicker.js +39 -11
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.js +3 -2
- package/esm/components/DropDownSelection.d.ts +40 -40
- package/esm/components/DropDownSelection.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/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.d.ts +40 -40
- 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.d.ts +10 -10
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/InputTable.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.d.ts +84 -40
- package/esm/components/LocationPicker.js +7 -6
- package/esm/components/Markdown.js +11 -1
- package/esm/components/Modal.d.ts +54 -0
- package/esm/components/Modal.js +93 -7
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.js +1 -1
- package/esm/components/Pagination.d.ts +40 -41
- package/esm/components/Pagination.js +9 -18
- 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 +9 -3
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +40 -40
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.d.ts +40 -40
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.d.ts +40 -40
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +13 -4
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.d.ts +4 -0
- package/esm/components/Select.js +44 -40
- package/esm/components/SelectMobile.js +1 -1
- package/esm/components/Selection.d.ts +41 -40
- package/esm/components/Selection.js +1 -1
- package/esm/components/SparkLine.d.ts +44 -42
- package/esm/components/SparkLine.js +4 -4
- package/esm/components/Spinner.d.ts +13 -0
- package/esm/components/Spinner.js +8 -6
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.d.ts +15 -10
- package/esm/components/Switch.js +13 -5
- package/esm/components/TableSelection.d.ts +40 -40
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.d.ts +1 -0
- package/esm/components/Tabs.js +2 -2
- package/esm/components/TabsTransfer.d.ts +40 -40
- package/esm/components/TabsTransfer.js +3 -3
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.js +6 -2
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.d.ts +2 -1
- package/esm/components/Tinymce.js +30 -15
- 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.d.ts +11 -10
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +96 -40
- package/esm/components/Transfer.js +25 -11
- package/esm/components/TransferDropDown.d.ts +40 -40
- 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 +51 -3
- package/esm/components/Tree.js +12 -11
- package/esm/components/TreeSelection.d.ts +40 -40
- package/esm/components/TreeSelection.js +11 -11
- package/esm/components/UserSelect.d.ts +42 -0
- package/esm/components/UserSelect.js +5 -4
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/WithRemoteConfig.js +14 -2
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.d.ts +9 -1
- package/esm/components/calendar/Calendar.js +27 -5
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.d.ts +11 -0
- package/esm/components/calendar/DaysView.js +44 -8
- package/esm/components/calendar/MonthsView.d.ts +5 -0
- package/esm/components/calendar/MonthsView.js +18 -3
- 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 +1 -1
- 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 +6 -2
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +7 -1
- package/esm/components/condition-builder/index.js +1 -1
- package/esm/components/formula/Editor.js +1 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Input.js +2 -2
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.js +1 -1
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.js +23 -6
- 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/SubMenu.js +1 -1
- package/esm/components/menu/index.d.ts +17 -17
- package/esm/components/menu/index.js +5 -4
- 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.d.ts +3 -455
- package/esm/components/table/Cell.js +6 -8
- package/esm/components/table/ColGroup.d.ts +8 -3
- package/esm/components/table/ColGroup.js +28 -22
- package/esm/components/table/Head.d.ts +42 -0
- package/esm/components/table/Head.js +142 -0
- package/esm/components/table/HeadCellDropDown.d.ts +1 -1
- package/esm/components/table/HeadCellDropDown.js +5 -3
- package/esm/components/table/HeadCellFilter.d.ts +41 -41
- package/esm/components/table/HeadCellFilter.js +2 -2
- package/esm/components/table/HeadCellSelect.d.ts +1 -1
- package/esm/components/table/HeadCellSelect.js +2 -2
- package/esm/components/table/HeadCellSort.d.ts +1 -1
- package/esm/components/table/HeadCellSort.js +2 -2
- package/esm/components/table/ItemActionsWrapper.d.ts +1 -1
- package/esm/components/table/ItemActionsWrapper.js +2 -2
- package/esm/components/table/Row.d.ts +60 -0
- package/esm/components/table/Row.js +183 -0
- package/esm/components/table/SummaryRow.d.ts +28 -0
- package/esm/components/table/SummaryRow.js +73 -0
- package/esm/components/table/index.d.ts +62 -67
- package/esm/components/table/index.js +347 -646
- package/esm/components/table/util.d.ts +54 -0
- package/esm/components/table/util.js +207 -0
- 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/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/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/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/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +1 -1
- package/esm/locale/de-DE.js +4 -1
- package/esm/locale/en-US.js +4 -1
- package/esm/locale/zh-CN.js +4 -1
- 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.d.ts +120 -120
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +21 -20
- package/lib/components/Alert2.js +3 -2
- package/lib/components/AnchorNav.d.ts +20 -20
- 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 +80 -80
- package/lib/components/AssociatedSelection.js +7 -7
- 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.d.ts +3 -1
- package/lib/components/BaiduMapPicker.js +37 -18
- 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 +100 -100
- 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 +6 -6
- 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 +120 -120
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.d.ts +20 -20
- 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/Combo.js +1 -1
- package/lib/components/ConfirmBox.d.ts +80 -80
- package/lib/components/ConfirmBox.js +1 -1
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +132 -121
- package/lib/components/DatePicker.js +112 -25
- package/lib/components/DateRangePicker.d.ts +338 -330
- package/lib/components/DateRangePicker.js +39 -11
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +30 -30
- package/lib/components/Drawer.js +3 -2
- package/lib/components/DropDownSelection.d.ts +80 -80
- package/lib/components/DropDownSelection.js +1 -1
- package/lib/components/Editor.d.ts +120 -120
- package/lib/components/Editor.js +1 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +80 -80
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/Html.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/InputTable.js +1 -1
- package/lib/components/Layout.d.ts +10 -10
- 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 +84 -40
- package/lib/components/LocationPicker.js +7 -6
- package/lib/components/Markdown.js +11 -1
- package/lib/components/Modal.d.ts +134 -80
- package/lib/components/Modal.js +93 -5
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +160 -160
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +30 -30
- package/lib/components/NumberInput.js +1 -1
- package/lib/components/Pagination.d.ts +80 -81
- package/lib/components/Pagination.js +8 -17
- 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 +60 -60
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +40 -40
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +9 -3
- package/lib/components/Rating.d.ts +20 -20
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +80 -80
- package/lib/components/ResultBox.js +1 -1
- 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 +1 -1
- package/lib/components/RichText.js +13 -4
- package/lib/components/SearchBox.d.ts +120 -120
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +1741 -1738
- package/lib/components/Select.js +44 -40
- package/lib/components/SelectMobile.js +1 -1
- package/lib/components/Selection.d.ts +81 -80
- package/lib/components/Selection.js +1 -1
- package/lib/components/SparkLine.d.ts +44 -42
- package/lib/components/SparkLine.js +3 -3
- package/lib/components/Spinner.d.ts +73 -60
- package/lib/components/Spinner.js +8 -6
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +15 -10
- package/lib/components/Switch.js +13 -5
- package/lib/components/TableSelection.d.ts +80 -80
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +81 -80
- package/lib/components/Tabs.js +2 -2
- package/lib/components/TabsTransfer.d.ts +40 -40
- package/lib/components/TabsTransfer.js +3 -3
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +60 -60
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +40 -40
- package/lib/components/Textarea.js +6 -2
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.d.ts +2 -1
- package/lib/components/Tinymce.js +29 -14
- package/lib/components/TitleBar.d.ts +10 -10
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +80 -80
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +31 -30
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +225 -169
- package/lib/components/Transfer.js +25 -11
- 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 +291 -243
- package/lib/components/Tree.js +12 -11
- package/lib/components/TreeSelection.d.ts +120 -120
- package/lib/components/TreeSelection.js +11 -11
- package/lib/components/UserSelect.d.ts +82 -40
- package/lib/components/UserSelect.js +5 -4
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/WithRemoteConfig.d.ts +0 -1
- package/lib/components/WithRemoteConfig.js +14 -2
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.d.ts +9 -1
- package/lib/components/calendar/Calendar.js +27 -5
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.d.ts +11 -0
- package/lib/components/calendar/DaysView.js +44 -8
- package/lib/components/calendar/MonthsView.d.ts +5 -0
- package/lib/components/calendar/MonthsView.js +18 -3
- 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 +6 -2
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +7 -1
- package/lib/components/condition-builder/index.d.ts +1 -1
- package/lib/components/condition-builder/index.js +1 -1
- 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/Input.js +2 -2
- package/lib/components/formula/Picker.d.ts +40 -40
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/VariableList.js +1 -1
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.js +22 -5
- 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/SubMenu.js +1 -1
- package/lib/components/menu/index.d.ts +77 -77
- package/lib/components/menu/index.js +5 -5
- 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 +3 -455
- package/lib/components/table/Cell.js +6 -9
- package/lib/components/table/ColGroup.d.ts +8 -3
- package/lib/components/table/ColGroup.js +28 -23
- package/lib/components/table/Head.d.ts +42 -0
- package/lib/components/table/Head.js +149 -0
- package/lib/components/table/HeadCellDropDown.d.ts +1 -1
- package/lib/components/table/HeadCellDropDown.js +5 -3
- package/lib/components/table/HeadCellFilter.d.ts +81 -81
- package/lib/components/table/HeadCellFilter.js +2 -2
- package/lib/components/table/HeadCellSelect.d.ts +41 -41
- package/lib/components/table/HeadCellSelect.js +2 -2
- package/lib/components/table/HeadCellSort.d.ts +1 -1
- package/lib/components/table/HeadCellSort.js +2 -2
- package/lib/components/table/ItemActionsWrapper.d.ts +1 -1
- package/lib/components/table/ItemActionsWrapper.js +2 -2
- package/lib/components/table/Row.d.ts +60 -0
- package/lib/components/table/Row.js +190 -0
- package/lib/components/table/SummaryRow.d.ts +28 -0
- package/lib/components/table/SummaryRow.js +81 -0
- package/lib/components/table/index.d.ts +62 -67
- package/lib/components/table/index.js +344 -644
- package/lib/components/table/util.d.ts +54 -0
- package/lib/components/table/util.js +227 -0
- 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/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/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/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/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +4 -1
- package/lib/locale/en-US.js +4 -1
- package/lib/locale/zh-CN.js +4 -1
- 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 +220 -69
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +222 -71
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +220 -69
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +220 -69
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +220 -69
- package/package.json +5 -6
- package/scss/_components.scss +22 -14
- package/scss/_properties.scss +7 -11
- package/scss/base/_common.scss +8 -0
- package/scss/components/_alert.scss +4 -0
- package/scss/components/_audio.scss +1 -1
- package/scss/components/_card.scss +2 -1
- package/scss/components/_dropdown.scss +4 -2
- package/scss/components/_menu.scss +7 -2
- package/scss/components/_modal.scss +4 -0
- package/scss/components/_page.scss +6 -6
- package/scss/components/_pagination.scss +41 -44
- package/scss/components/_progress.scss +1 -1
- package/scss/components/_spinner.scss +12 -0
- package/scss/components/_steps.scss +7 -5
- package/scss/components/_table.scss +16 -2
- package/scss/components/_table2.scss +7 -0
- package/scss/components/_tabs.scss +21 -24
- package/scss/components/form/_combo.scss +6 -0
- package/scss/components/form/_date-range.scss +3 -6
- package/scss/components/form/_date.scss +3 -5
- package/scss/components/form/_excel.scss +2 -2
- package/scss/components/form/_fieldset.scss +1 -1
- package/scss/components/form/_form.scss +2 -0
- package/scss/components/form/_location.scss +19 -1
- package/scss/components/form/_nested-select.scss +20 -7
- package/scss/components/form/_picker.scss +3 -1
- package/scss/components/form/_range.scss +2 -2
- package/scss/components/form/_rating.scss +17 -3
- package/scss/components/form/_select.scss +0 -11
- package/scss/components/form/_selection.scss +2 -1
- package/scss/components/form/_switch.scss +38 -0
- package/scss/components/form/_text.scss +9 -8
- package/scss/components/form/_textarea.scss +4 -0
- package/scss/components/form/_transfer.scss +40 -0
- package/scss/themes/_ang-variables.scss +63 -61
- package/scss/themes/_antd-variables.scss +63 -61
- package/scss/themes/_cxd-variables.scss +64 -61
- package/scss/themes/_dark-variables.scss +63 -61
|
@@ -31,13 +31,11 @@ export interface ColumnProps {
|
|
|
31
31
|
export interface ThProps extends ColumnProps {
|
|
32
32
|
rowSpan: number;
|
|
33
33
|
colSpan: number;
|
|
34
|
-
groupId: string;
|
|
35
34
|
depth: number;
|
|
36
35
|
}
|
|
37
36
|
export interface TdProps extends ColumnProps {
|
|
38
37
|
rowSpan: number;
|
|
39
38
|
colSpan: number;
|
|
40
|
-
groupId: string;
|
|
41
39
|
}
|
|
42
40
|
export interface RowSelectionOptionProps {
|
|
43
41
|
key: string;
|
|
@@ -79,11 +77,13 @@ export interface OnRowProps {
|
|
|
79
77
|
onRowMouseEnter?: Function;
|
|
80
78
|
onRowMouseLeave?: Function;
|
|
81
79
|
onRowClick?: Function;
|
|
80
|
+
onRowDbClick?: Function;
|
|
82
81
|
}
|
|
83
82
|
export interface SortProps {
|
|
84
83
|
orderBy: string;
|
|
85
84
|
orderDir: string;
|
|
86
85
|
}
|
|
86
|
+
export type AutoFillHeightObject = Record<'height' | 'maxHeight', number>;
|
|
87
87
|
export interface TableProps extends ThemeProps, LocaleProps, SpinnerExtraProps {
|
|
88
88
|
title: string | React.ReactNode | Function;
|
|
89
89
|
footer?: string | React.ReactNode | Function;
|
|
@@ -118,6 +118,10 @@ export interface TableProps extends ThemeProps, LocaleProps, SpinnerExtraProps {
|
|
|
118
118
|
onSelectAll?: Function;
|
|
119
119
|
itemActions?: Function;
|
|
120
120
|
onRef?: (ref: any) => void;
|
|
121
|
+
/**
|
|
122
|
+
* 表格自动计算高度
|
|
123
|
+
*/
|
|
124
|
+
autoFillHeight?: boolean | AutoFillHeightObject;
|
|
121
125
|
}
|
|
122
126
|
export interface ScrollProps {
|
|
123
127
|
x: number | string | true;
|
|
@@ -142,6 +146,7 @@ export interface TableState {
|
|
|
142
146
|
} | null;
|
|
143
147
|
sort?: SortProps;
|
|
144
148
|
}
|
|
149
|
+
export declare const DefaultCellWidth = 40;
|
|
145
150
|
export declare class Table extends React.PureComponent<TableProps, TableState> {
|
|
146
151
|
static defaultProps: {
|
|
147
152
|
title: string;
|
|
@@ -165,39 +170,32 @@ export declare class Table extends React.PureComponent<TableProps, TableState> {
|
|
|
165
170
|
resizeWidth: number;
|
|
166
171
|
resizeIndex: number;
|
|
167
172
|
tableDom: React.RefObject<HTMLDivElement>;
|
|
168
|
-
theadDom: React.RefObject<HTMLTableSectionElement>;
|
|
169
173
|
tbodyDom: React.RefObject<HTMLTableSectionElement>;
|
|
170
174
|
contentDom: React.RefObject<HTMLDivElement>;
|
|
171
175
|
headerDom: React.RefObject<HTMLDivElement>;
|
|
172
|
-
tfootDom: React.RefObject<HTMLTableSectionElement>;
|
|
173
176
|
footDom: React.RefObject<HTMLDivElement>;
|
|
177
|
+
containerDom: React.RefObject<HTMLDivElement>;
|
|
174
178
|
toDispose: Array<() => void>;
|
|
175
179
|
updateTableInfoLazy: import("lodash").DebouncedFunc<any>;
|
|
176
|
-
|
|
177
|
-
selectedRows: any[];
|
|
178
|
-
unSelectedRows: any[];
|
|
179
|
-
};
|
|
180
|
-
updateTableBodyFixed(): void;
|
|
181
|
-
updateTableFixedRows(): void;
|
|
180
|
+
updateAutoFillHeightLazy: import("lodash").DebouncedFunc<any>;
|
|
182
181
|
componentDidMount(): void;
|
|
183
182
|
componentDidUpdate(prevProps: TableProps, prevState: TableState): void;
|
|
184
183
|
componentWillUnmount(): void;
|
|
184
|
+
/**
|
|
185
|
+
* 自动设置表格高度占满界面剩余区域
|
|
186
|
+
* 用 css 实现有点麻烦,要改很多结构,所以先用 dom hack 了,避免对之前的功能有影响
|
|
187
|
+
*/
|
|
188
|
+
updateAutoFillHeight(): void;
|
|
185
189
|
initDragging(): void;
|
|
186
190
|
destroyDragging(): void;
|
|
187
191
|
updateStickyHeader(): void;
|
|
188
|
-
updateFixedRow(row: HTMLElement, columns: Array<ColumnProps>): void;
|
|
189
|
-
prependColumns(columns: Array<any>): void;
|
|
190
|
-
updateTheadFixedRow(thead: HTMLElement, columns: Array<any>): void;
|
|
191
|
-
updateTbodyFixedRow(tbody: HTMLElement, columns: Array<any>): void;
|
|
192
|
-
updateSummaryFixedRow(children: HTMLCollection | Array<Element>, columns: Array<any>): void;
|
|
193
|
-
updateFootSummaryFixedRow(tfoot: HTMLElement): void;
|
|
194
|
-
updateHeadSummaryFixedRow(tbody: HTMLElement): void;
|
|
195
192
|
renderColGroup(showReal?: boolean): React.JSX.Element;
|
|
196
193
|
onResizeMouseDown(event: any, index: number): void;
|
|
197
194
|
onResizeMouseMove(event: any): void;
|
|
198
195
|
onResizeMouseUp(event: MouseEvent): void;
|
|
199
|
-
|
|
196
|
+
renderHead(): React.JSX.Element;
|
|
200
197
|
onRowClick(event: React.ChangeEvent<any>, record?: any, rowIndex?: number): Promise<void>;
|
|
198
|
+
onRowDbClick(event: React.ChangeEvent<any>, record?: any, rowIndex?: number): Promise<void>;
|
|
201
199
|
onRowMouseEnter(event: React.ChangeEvent<any>, record?: any, rowIndex?: number): Promise<void>;
|
|
202
200
|
onRowMouseLeave(event: React.ChangeEvent<any>, record?: any, rowIndex?: number): Promise<void>;
|
|
203
201
|
onMouseLeave(): void;
|
|
@@ -206,23 +204,20 @@ export declare class Table extends React.PureComponent<TableProps, TableState> {
|
|
|
206
204
|
getChildrenColumnName(): string;
|
|
207
205
|
getRowSelectionKeyField(): string;
|
|
208
206
|
getExpandableKeyField(): string;
|
|
209
|
-
hasChildrenRow(data: any): any;
|
|
210
|
-
isExpandableRow(data: any, rowIndex: number): any;
|
|
211
|
-
getDataChildrenKeys(data: any): string[];
|
|
212
|
-
hasCheckedRows(data: any): boolean;
|
|
213
207
|
hasCheckedChildrenRows(data: any): boolean;
|
|
214
|
-
|
|
215
|
-
getExpandedIcons(record: any): React.JSX.Element;
|
|
208
|
+
getSelectedRowKeys(isSelected: boolean, data: any): any[];
|
|
216
209
|
selectedSingleRow(value: boolean, data: any): Promise<void>;
|
|
210
|
+
isExpandableRow(data: any, rowIndex: number): any;
|
|
211
|
+
isExpanded(record: any): boolean;
|
|
217
212
|
renderRow(data: any, rowIndex: number, levels: Array<number>): any[];
|
|
218
|
-
|
|
213
|
+
onRowChange(value: boolean, record: any): void;
|
|
214
|
+
renderBody(): React.JSX.Element;
|
|
219
215
|
isExpandableTable(): boolean;
|
|
220
216
|
isRightExpandable(): boolean | undefined;
|
|
221
217
|
isLeftExpandable(): boolean | undefined;
|
|
222
|
-
isNestedTable(): boolean;
|
|
223
218
|
getExtraColumnCount(): number;
|
|
224
219
|
renderSummaryRow(summary: any): any;
|
|
225
|
-
|
|
220
|
+
renderFoot(): React.JSX.Element;
|
|
226
221
|
updateTableDom(dom: HTMLElement): void;
|
|
227
222
|
onTableContentScroll(event: React.ChangeEvent<any>): void;
|
|
228
223
|
onWheel(event: WheelEvent): void;
|
|
@@ -238,7 +233,7 @@ export declare class Table extends React.PureComponent<TableProps, TableState> {
|
|
|
238
233
|
render(): React.JSX.Element;
|
|
239
234
|
}
|
|
240
235
|
declare const _default: {
|
|
241
|
-
new (props: Omit<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
236
|
+
new (props: Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
242
237
|
title?: Function | React.ReactNode;
|
|
243
238
|
className?: string | undefined;
|
|
244
239
|
placeholder?: Function | React.ReactNode;
|
|
@@ -256,7 +251,7 @@ declare const _default: {
|
|
|
256
251
|
getWrappedInstance(): any;
|
|
257
252
|
render(): React.JSX.Element;
|
|
258
253
|
context: unknown;
|
|
259
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
254
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
260
255
|
title?: Function | React.ReactNode;
|
|
261
256
|
className?: string | undefined;
|
|
262
257
|
placeholder?: Function | React.ReactNode;
|
|
@@ -270,7 +265,7 @@ declare const _default: {
|
|
|
270
265
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
271
266
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
272
267
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
273
|
-
readonly props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
268
|
+
readonly props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
274
269
|
title?: Function | React.ReactNode;
|
|
275
270
|
className?: string | undefined;
|
|
276
271
|
placeholder?: Function | React.ReactNode;
|
|
@@ -288,7 +283,7 @@ declare const _default: {
|
|
|
288
283
|
[key: string]: React.ReactInstance;
|
|
289
284
|
};
|
|
290
285
|
componentDidMount?(): void;
|
|
291
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
286
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
292
287
|
title?: Function | React.ReactNode;
|
|
293
288
|
className?: string | undefined;
|
|
294
289
|
placeholder?: Function | React.ReactNode;
|
|
@@ -303,7 +298,7 @@ declare const _default: {
|
|
|
303
298
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
304
299
|
componentWillUnmount?(): void;
|
|
305
300
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
306
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
301
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
307
302
|
title?: Function | React.ReactNode;
|
|
308
303
|
className?: string | undefined;
|
|
309
304
|
placeholder?: Function | React.ReactNode;
|
|
@@ -316,7 +311,7 @@ declare const _default: {
|
|
|
316
311
|
locale?: string | undefined;
|
|
317
312
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
318
313
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
319
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
314
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
320
315
|
title?: Function | React.ReactNode;
|
|
321
316
|
className?: string | undefined;
|
|
322
317
|
placeholder?: Function | React.ReactNode;
|
|
@@ -331,7 +326,7 @@ declare const _default: {
|
|
|
331
326
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
332
327
|
componentWillMount?(): void;
|
|
333
328
|
UNSAFE_componentWillMount?(): void;
|
|
334
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
329
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
335
330
|
title?: Function | React.ReactNode;
|
|
336
331
|
className?: string | undefined;
|
|
337
332
|
placeholder?: Function | React.ReactNode;
|
|
@@ -344,7 +339,7 @@ declare const _default: {
|
|
|
344
339
|
locale?: string | undefined;
|
|
345
340
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
346
341
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
347
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
342
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
348
343
|
title?: Function | React.ReactNode;
|
|
349
344
|
className?: string | undefined;
|
|
350
345
|
placeholder?: Function | React.ReactNode;
|
|
@@ -357,7 +352,7 @@ declare const _default: {
|
|
|
357
352
|
locale?: string | undefined;
|
|
358
353
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
359
354
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
360
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
355
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
361
356
|
title?: Function | React.ReactNode;
|
|
362
357
|
className?: string | undefined;
|
|
363
358
|
placeholder?: Function | React.ReactNode;
|
|
@@ -370,7 +365,7 @@ declare const _default: {
|
|
|
370
365
|
locale?: string | undefined;
|
|
371
366
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
372
367
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
373
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
368
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
374
369
|
title?: Function | React.ReactNode;
|
|
375
370
|
className?: string | undefined;
|
|
376
371
|
placeholder?: Function | React.ReactNode;
|
|
@@ -387,7 +382,7 @@ declare const _default: {
|
|
|
387
382
|
displayName: string;
|
|
388
383
|
contextType: React.Context<string>;
|
|
389
384
|
ComposedComponent: React.ComponentType<{
|
|
390
|
-
new (props: Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
385
|
+
new (props: Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
391
386
|
title?: Function | React.ReactNode;
|
|
392
387
|
className?: string | undefined;
|
|
393
388
|
placeholder?: Function | React.ReactNode;
|
|
@@ -405,7 +400,7 @@ declare const _default: {
|
|
|
405
400
|
getWrappedInstance(): any;
|
|
406
401
|
render(): React.JSX.Element;
|
|
407
402
|
context: unknown;
|
|
408
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
403
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
409
404
|
title?: Function | React.ReactNode;
|
|
410
405
|
className?: string | undefined;
|
|
411
406
|
placeholder?: Function | React.ReactNode;
|
|
@@ -419,7 +414,7 @@ declare const _default: {
|
|
|
419
414
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
420
415
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
421
416
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
422
|
-
readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
417
|
+
readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
423
418
|
title?: Function | React.ReactNode;
|
|
424
419
|
className?: string | undefined;
|
|
425
420
|
placeholder?: Function | React.ReactNode;
|
|
@@ -437,7 +432,7 @@ declare const _default: {
|
|
|
437
432
|
[key: string]: React.ReactInstance;
|
|
438
433
|
};
|
|
439
434
|
componentDidMount?(): void;
|
|
440
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
435
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
441
436
|
title?: Function | React.ReactNode;
|
|
442
437
|
className?: string | undefined;
|
|
443
438
|
placeholder?: Function | React.ReactNode;
|
|
@@ -452,7 +447,7 @@ declare const _default: {
|
|
|
452
447
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
453
448
|
componentWillUnmount?(): void;
|
|
454
449
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
455
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
450
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
456
451
|
title?: Function | React.ReactNode;
|
|
457
452
|
className?: string | undefined;
|
|
458
453
|
placeholder?: Function | React.ReactNode;
|
|
@@ -465,7 +460,7 @@ declare const _default: {
|
|
|
465
460
|
locale?: string | undefined;
|
|
466
461
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
467
462
|
}>, prevState: Readonly<{}>): any;
|
|
468
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
463
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
469
464
|
title?: Function | React.ReactNode;
|
|
470
465
|
className?: string | undefined;
|
|
471
466
|
placeholder?: Function | React.ReactNode;
|
|
@@ -480,7 +475,7 @@ declare const _default: {
|
|
|
480
475
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
481
476
|
componentWillMount?(): void;
|
|
482
477
|
UNSAFE_componentWillMount?(): void;
|
|
483
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
478
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
484
479
|
title?: Function | React.ReactNode;
|
|
485
480
|
className?: string | undefined;
|
|
486
481
|
placeholder?: Function | React.ReactNode;
|
|
@@ -493,7 +488,7 @@ declare const _default: {
|
|
|
493
488
|
locale?: string | undefined;
|
|
494
489
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
495
490
|
}>, nextContext: any): void;
|
|
496
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
491
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
497
492
|
title?: Function | React.ReactNode;
|
|
498
493
|
className?: string | undefined;
|
|
499
494
|
placeholder?: Function | React.ReactNode;
|
|
@@ -506,7 +501,7 @@ declare const _default: {
|
|
|
506
501
|
locale?: string | undefined;
|
|
507
502
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
508
503
|
}>, nextContext: any): void;
|
|
509
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
504
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
510
505
|
title?: Function | React.ReactNode;
|
|
511
506
|
className?: string | undefined;
|
|
512
507
|
placeholder?: Function | React.ReactNode;
|
|
@@ -519,7 +514,7 @@ declare const _default: {
|
|
|
519
514
|
locale?: string | undefined;
|
|
520
515
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
521
516
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
522
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
517
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
523
518
|
title?: Function | React.ReactNode;
|
|
524
519
|
className?: string | undefined;
|
|
525
520
|
placeholder?: Function | React.ReactNode;
|
|
@@ -540,7 +535,7 @@ declare const _default: {
|
|
|
540
535
|
ComposedComponent: typeof Table;
|
|
541
536
|
}>;
|
|
542
537
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
543
|
-
new (props: Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
538
|
+
new (props: Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
544
539
|
title?: Function | React.ReactNode;
|
|
545
540
|
className?: string | undefined;
|
|
546
541
|
placeholder?: Function | React.ReactNode;
|
|
@@ -558,7 +553,7 @@ declare const _default: {
|
|
|
558
553
|
getWrappedInstance(): any;
|
|
559
554
|
render(): React.JSX.Element;
|
|
560
555
|
context: unknown;
|
|
561
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
556
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
562
557
|
title?: Function | React.ReactNode;
|
|
563
558
|
className?: string | undefined;
|
|
564
559
|
placeholder?: Function | React.ReactNode;
|
|
@@ -572,7 +567,7 @@ declare const _default: {
|
|
|
572
567
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
573
568
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
574
569
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
575
|
-
readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
570
|
+
readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
576
571
|
title?: Function | React.ReactNode;
|
|
577
572
|
className?: string | undefined;
|
|
578
573
|
placeholder?: Function | React.ReactNode;
|
|
@@ -590,7 +585,7 @@ declare const _default: {
|
|
|
590
585
|
[key: string]: React.ReactInstance;
|
|
591
586
|
};
|
|
592
587
|
componentDidMount?(): void;
|
|
593
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
588
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
594
589
|
title?: Function | React.ReactNode;
|
|
595
590
|
className?: string | undefined;
|
|
596
591
|
placeholder?: Function | React.ReactNode;
|
|
@@ -605,7 +600,7 @@ declare const _default: {
|
|
|
605
600
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
606
601
|
componentWillUnmount?(): void;
|
|
607
602
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
608
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
603
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
609
604
|
title?: Function | React.ReactNode;
|
|
610
605
|
className?: string | undefined;
|
|
611
606
|
placeholder?: Function | React.ReactNode;
|
|
@@ -618,7 +613,7 @@ declare const _default: {
|
|
|
618
613
|
locale?: string | undefined;
|
|
619
614
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
620
615
|
}>, prevState: Readonly<{}>): any;
|
|
621
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
616
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
622
617
|
title?: Function | React.ReactNode;
|
|
623
618
|
className?: string | undefined;
|
|
624
619
|
placeholder?: Function | React.ReactNode;
|
|
@@ -633,7 +628,7 @@ declare const _default: {
|
|
|
633
628
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
634
629
|
componentWillMount?(): void;
|
|
635
630
|
UNSAFE_componentWillMount?(): void;
|
|
636
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
631
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
637
632
|
title?: Function | React.ReactNode;
|
|
638
633
|
className?: string | undefined;
|
|
639
634
|
placeholder?: Function | React.ReactNode;
|
|
@@ -646,7 +641,7 @@ declare const _default: {
|
|
|
646
641
|
locale?: string | undefined;
|
|
647
642
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
648
643
|
}>, nextContext: any): void;
|
|
649
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
644
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
650
645
|
title?: Function | React.ReactNode;
|
|
651
646
|
className?: string | undefined;
|
|
652
647
|
placeholder?: Function | React.ReactNode;
|
|
@@ -659,7 +654,7 @@ declare const _default: {
|
|
|
659
654
|
locale?: string | undefined;
|
|
660
655
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
661
656
|
}>, nextContext: any): void;
|
|
662
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
657
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
663
658
|
title?: Function | React.ReactNode;
|
|
664
659
|
className?: string | undefined;
|
|
665
660
|
placeholder?: Function | React.ReactNode;
|
|
@@ -672,7 +667,7 @@ declare const _default: {
|
|
|
672
667
|
locale?: string | undefined;
|
|
673
668
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
674
669
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
675
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
670
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
676
671
|
title?: Function | React.ReactNode;
|
|
677
672
|
className?: string | undefined;
|
|
678
673
|
placeholder?: Function | React.ReactNode;
|
|
@@ -693,7 +688,7 @@ declare const _default: {
|
|
|
693
688
|
ComposedComponent: typeof Table;
|
|
694
689
|
}, {}> & {
|
|
695
690
|
ComposedComponent: {
|
|
696
|
-
new (props: Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
691
|
+
new (props: Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
697
692
|
title?: Function | React.ReactNode;
|
|
698
693
|
className?: string | undefined;
|
|
699
694
|
placeholder?: Function | React.ReactNode;
|
|
@@ -711,7 +706,7 @@ declare const _default: {
|
|
|
711
706
|
getWrappedInstance(): any;
|
|
712
707
|
render(): React.JSX.Element;
|
|
713
708
|
context: unknown;
|
|
714
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
709
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
715
710
|
title?: Function | React.ReactNode;
|
|
716
711
|
className?: string | undefined;
|
|
717
712
|
placeholder?: Function | React.ReactNode;
|
|
@@ -725,7 +720,7 @@ declare const _default: {
|
|
|
725
720
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
726
721
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
727
722
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
728
|
-
readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
723
|
+
readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
729
724
|
title?: Function | React.ReactNode;
|
|
730
725
|
className?: string | undefined;
|
|
731
726
|
placeholder?: Function | React.ReactNode;
|
|
@@ -743,7 +738,7 @@ declare const _default: {
|
|
|
743
738
|
[key: string]: React.ReactInstance;
|
|
744
739
|
};
|
|
745
740
|
componentDidMount?(): void;
|
|
746
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
741
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
747
742
|
title?: Function | React.ReactNode;
|
|
748
743
|
className?: string | undefined;
|
|
749
744
|
placeholder?: Function | React.ReactNode;
|
|
@@ -758,7 +753,7 @@ declare const _default: {
|
|
|
758
753
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
759
754
|
componentWillUnmount?(): void;
|
|
760
755
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
761
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
756
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
762
757
|
title?: Function | React.ReactNode;
|
|
763
758
|
className?: string | undefined;
|
|
764
759
|
placeholder?: Function | React.ReactNode;
|
|
@@ -771,7 +766,7 @@ declare const _default: {
|
|
|
771
766
|
locale?: string | undefined;
|
|
772
767
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
773
768
|
}>, prevState: Readonly<{}>): any;
|
|
774
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
769
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
775
770
|
title?: Function | React.ReactNode;
|
|
776
771
|
className?: string | undefined;
|
|
777
772
|
placeholder?: Function | React.ReactNode;
|
|
@@ -786,7 +781,7 @@ declare const _default: {
|
|
|
786
781
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
787
782
|
componentWillMount?(): void;
|
|
788
783
|
UNSAFE_componentWillMount?(): void;
|
|
789
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
784
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
790
785
|
title?: Function | React.ReactNode;
|
|
791
786
|
className?: string | undefined;
|
|
792
787
|
placeholder?: Function | React.ReactNode;
|
|
@@ -799,7 +794,7 @@ declare const _default: {
|
|
|
799
794
|
locale?: string | undefined;
|
|
800
795
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
801
796
|
}>, nextContext: any): void;
|
|
802
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
797
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
803
798
|
title?: Function | React.ReactNode;
|
|
804
799
|
className?: string | undefined;
|
|
805
800
|
placeholder?: Function | React.ReactNode;
|
|
@@ -812,7 +807,7 @@ declare const _default: {
|
|
|
812
807
|
locale?: string | undefined;
|
|
813
808
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
814
809
|
}>, nextContext: any): void;
|
|
815
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
810
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
816
811
|
title?: Function | React.ReactNode;
|
|
817
812
|
className?: string | undefined;
|
|
818
813
|
placeholder?: Function | React.ReactNode;
|
|
@@ -825,7 +820,7 @@ declare const _default: {
|
|
|
825
820
|
locale?: string | undefined;
|
|
826
821
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
827
822
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
828
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "
|
|
823
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
|
|
829
824
|
title?: Function | React.ReactNode;
|
|
830
825
|
className?: string | undefined;
|
|
831
826
|
placeholder?: Function | React.ReactNode;
|