amis-ui 2.8.0 → 3.0.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/_virtual/index.js +1 -1
- package/esm/_virtual/react-is.development.js +1 -1
- package/esm/_virtual/react-is.production.min.js +1 -1
- package/esm/components/404.d.ts +3 -4
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.d.ts +291 -295
- package/esm/components/Alert.js +18 -10
- package/esm/components/Alert2.d.ts +62 -13
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.d.ts +55 -17
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/ArrayInput.d.ts +205 -213
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.d.ts +62 -64
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.d.ts +325 -333
- package/esm/components/AssociatedSelection.js +3 -3
- package/esm/components/Avatar.d.ts +222 -14
- package/esm/components/Avatar.js +2 -2
- package/esm/components/Badge.d.ts +7 -10
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.d.ts +2 -4
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.d.ts +2 -4
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.d.ts +2 -4
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.d.ts +82 -14
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.d.ts +125 -53
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.d.ts +360 -12
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.d.ts +2 -4
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedSelection.d.ts +326 -333
- package/esm/components/ChainedSelection.js +18 -2
- package/esm/components/Checkbox.d.ts +52 -13
- package/esm/components/Checkbox.js +2 -2
- package/esm/components/CityArea.d.ts +5 -13
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.d.ts +323 -13
- package/esm/components/Collapse.js +1 -1
- package/esm/components/CollapseGroup.d.ts +132 -13
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.d.ts +245 -253
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.d.ts +8 -13
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConfirmBox.d.ts +164 -172
- package/esm/components/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.d.ts +2 -4
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +285 -294
- package/esm/components/DatePicker.js +2 -3
- package/esm/components/DateRangePicker.d.ts +608 -579
- package/esm/components/DateRangePicker.js +11 -7
- package/esm/components/DndContainer.d.ts +44 -132
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.d.ts +72 -13
- package/esm/components/Drawer.js +2 -2
- package/esm/components/Editor.d.ts +405 -333
- package/esm/components/Editor.js +25 -23
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.d.ts +16 -20
- package/esm/components/FormField.js +1 -1
- package/esm/components/GaodeMapPicker.d.ts +89 -0
- package/esm/components/GaodeMapPicker.js +204 -0
- package/esm/components/GridNav.d.ts +1 -0
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.d.ts +326 -333
- package/esm/components/GroupedSelection.js +18 -3
- package/esm/components/Html.d.ts +32 -33
- package/esm/components/Html.js +3 -3
- package/esm/components/ImageGallery.d.ts +130 -55
- package/esm/components/ImageGallery.js +5 -3
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +42 -44
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.d.ts +5 -13
- package/esm/components/InputBoxWithSuggestion.js +7 -5
- package/esm/components/InputTable.d.ts +5 -13
- package/esm/components/InputTable.js +1 -1
- package/esm/components/Layout.d.ts +71 -73
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.d.ts +3 -5
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +31 -33
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.d.ts +246 -253
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.d.ts +165 -173
- package/esm/components/LocationPicker.js +14 -2
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.d.ts +217 -238
- package/esm/components/Modal.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MonthRangePicker.d.ts +445 -453
- package/esm/components/MultilineText.d.ts +205 -213
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.d.ts +74 -15
- package/esm/components/NumberInput.js +10 -5
- package/esm/components/Pagination.d.ts +325 -333
- package/esm/components/Pagination.js +1 -1
- package/esm/components/Picker.d.ts +5 -13
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.d.ts +8 -5
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.d.ts +5 -13
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.d.ts +1 -1
- package/esm/components/PopOverContainer.js +9 -7
- package/esm/components/PopUp.d.ts +326 -333
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.d.ts +241 -13
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.d.ts +3 -4
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.d.ts +101 -103
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.d.ts +24 -9
- package/esm/components/Range.js +35 -4
- package/esm/components/Rating.d.ts +132 -114
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +245 -53
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.d.ts +285 -53
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.d.ts +405 -413
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.d.ts +165 -53
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.d.ts +1 -0
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.d.ts +325 -333
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.d.ts +4471 -4509
- package/esm/components/Select.js +7 -5
- package/esm/components/Selection.d.ts +328 -333
- package/esm/components/Selection.js +11 -4
- package/esm/components/SparkLine.d.ts +165 -173
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.d.ts +161 -123
- package/esm/components/Spinner.js +3 -3
- package/esm/components/Steps.d.ts +4 -6
- package/esm/components/Steps.js +4 -2
- package/esm/components/Switch.d.ts +41 -43
- package/esm/components/Switch.js +1 -1
- package/esm/components/TableSelection.d.ts +408 -416
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.d.ts +370 -60
- package/esm/components/Tabs.js +4 -2
- package/esm/components/TabsTransfer.d.ts +166 -173
- package/esm/components/TabsTransfer.js +4 -4
- package/esm/components/TabsTransferPicker.d.ts +5 -13
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.d.ts +204 -17
- package/esm/components/Tag.js +20 -4
- package/esm/components/Textarea.d.ts +285 -293
- package/esm/components/Textarea.js +1 -1
- package/esm/components/Timeline.d.ts +2 -4
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.d.ts +5 -13
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.js +1 -1
- package/esm/components/TitleBar.d.ts +71 -63
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.d.ts +287 -53
- package/esm/components/Toast.js +5 -5
- package/esm/components/Tooltip.d.ts +3 -4
- package/esm/components/Tooltip.js +3 -3
- package/esm/components/TooltipWrapper.d.ts +73 -16
- package/esm/components/TooltipWrapper.js +3 -3
- package/esm/components/Transfer.d.ts +375 -135
- package/esm/components/Transfer.js +10 -14
- package/esm/components/TransferDropDown.d.ts +325 -53
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.d.ts +5 -13
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.d.ts +5 -13
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.d.ts +1455 -1457
- package/esm/components/Tree.js +94 -33
- package/esm/components/TreeSelection.d.ts +365 -373
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.d.ts +205 -213
- package/esm/components/UserSelect.js +4 -1
- package/esm/components/UserTabSelect.d.ts +45 -53
- package/esm/components/UserTabSelect.js +4 -1
- package/esm/components/WithRemoteConfig.d.ts +8 -17
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.d.ts +4 -8
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.d.ts +2 -0
- package/esm/components/calendar/Calendar.js +3 -1
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.d.ts +1 -3
- package/esm/components/calendar/DaysView.js +3 -3
- package/esm/components/calendar/MonthsView.d.ts +2 -4
- package/esm/components/calendar/MonthsView.js +8 -8
- package/esm/components/calendar/QuartersView.d.ts +1 -3
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.d.ts +1 -3
- package/esm/components/calendar/TimeView.js +1 -1
- package/esm/components/calendar/YearsView.d.ts +1 -3
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.d.ts +7 -14
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.d.ts +5 -13
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Formula.d.ts +5 -13
- package/esm/components/condition-builder/Formula.js +1 -1
- package/esm/components/condition-builder/Func.d.ts +7 -14
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.d.ts +7 -15
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.d.ts +4 -5
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.d.ts +2 -4
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.d.ts +8 -15
- package/esm/components/condition-builder/Item.js +7 -7
- package/esm/components/condition-builder/Value.d.ts +7 -14
- package/esm/components/condition-builder/Value.js +3 -12
- package/esm/components/condition-builder/config.d.ts +2 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.d.ts +7 -14
- package/esm/components/condition-builder/index.js +1 -1
- package/esm/components/condition-builder/types.d.ts +2 -39
- package/esm/components/formula/Editor.d.ts +165 -53
- package/esm/components/formula/Editor.js +1 -1
- package/esm/components/formula/FuncList.d.ts +2 -4
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Picker.d.ts +125 -133
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.d.ts +2 -4
- package/esm/components/formula/VariableList.js +4 -4
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.d.ts +2 -2
- package/esm/components/icons.js +1 -1
- package/esm/components/index.d.ts +6 -1
- package/esm/components/json-schema/Array.d.ts +0 -1
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.d.ts +0 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.d.ts +0 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.d.ts +5 -13
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.d.ts +3 -8
- package/esm/components/menu/MenuItem.js +12 -26
- package/esm/components/menu/SubMenu.d.ts +2 -7
- package/esm/components/menu/SubMenu.js +15 -29
- package/esm/components/menu/index.d.ts +146 -18
- package/esm/components/menu/index.js +17 -15
- package/esm/components/schema-editor/Array.d.ts +0 -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.d.ts +0 -1
- package/esm/components/schema-editor/Object.js +1 -1
- package/esm/components/schema-editor/SchemaVariableList.d.ts +7 -15
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.d.ts +7 -15
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.d.ts +525 -53
- package/esm/components/schema-editor/index.js +1 -1
- package/esm/components/table/Cell.d.ts +245 -253
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/HeadCellDropDown.d.ts +6 -14
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.d.ts +166 -174
- package/esm/components/table/HeadCellFilter.js +8 -3
- package/esm/components/table/HeadCellSelect.d.ts +126 -134
- package/esm/components/table/HeadCellSelect.js +4 -2
- package/esm/components/table/HeadCellSort.d.ts +5 -13
- package/esm/components/table/HeadCellSort.js +5 -5
- package/esm/components/table/ItemActionsWrapper.d.ts +1 -1
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/index.d.ts +368 -376
- package/esm/components/table/index.js +106 -71
- 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/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 +2 -2
- 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.d.ts +3 -0
- package/esm/index.js +5 -1
- package/esm/locale/de-DE.js +5 -2
- package/esm/locale/en-US.js +6 -2
- package/esm/locale/zh-CN.js +7 -3
- package/esm/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/createClass.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/createSuper.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/extends.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/inherits.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/typeof.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +1 -1
- package/esm/node_modules/rc-overflow/es/Item.js +21 -31
- package/esm/node_modules/rc-overflow/es/Overflow.js +82 -125
- package/esm/node_modules/rc-overflow/es/RawItem.js +10 -16
- package/esm/node_modules/rc-overflow/es/hooks/channelUpdate.js +20 -0
- package/esm/node_modules/rc-overflow/es/hooks/useEffectState.js +53 -0
- package/esm/node_modules/rc-overflow/es/index.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/Collection.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/SingleObserver/index.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/index.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/utils/observerUtil.js +1 -1
- package/esm/node_modules/rc-util/es/Children/toArray.js +1 -1
- package/esm/node_modules/rc-util/es/Dom/canUseDom.js +1 -1
- package/esm/node_modules/rc-util/es/Dom/findDOMNode.js +9 -3
- package/esm/node_modules/rc-util/es/hooks/useEvent.js +21 -0
- package/esm/node_modules/rc-util/es/hooks/useLayoutEffect.js +1 -1
- package/esm/node_modules/rc-util/es/raf.js +1 -1
- package/esm/node_modules/rc-util/es/ref.js +1 -1
- package/esm/node_modules/rc-util/es/warning.js +8 -2
- package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +1 -1
- package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +1 -1
- package/esm/node_modules/rc-util/node_modules/react-is/index.js +1 -1
- package/esm/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +1 -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/_virtual/index.js +1 -1
- package/lib/_virtual/react-is.development.js +1 -1
- package/lib/_virtual/react-is.production.min.js +1 -1
- package/lib/components/404.d.ts +3 -4
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +291 -295
- package/lib/components/Alert.js +18 -10
- package/lib/components/Alert2.d.ts +62 -13
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +55 -17
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/ArrayInput.d.ts +205 -213
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.d.ts +62 -64
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +325 -333
- package/lib/components/AssociatedSelection.js +3 -3
- package/lib/components/Avatar.d.ts +222 -14
- package/lib/components/Avatar.js +2 -2
- package/lib/components/Badge.d.ts +7 -10
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.d.ts +2 -4
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.d.ts +2 -4
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.d.ts +2 -4
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +82 -14
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +125 -53
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +360 -12
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.d.ts +2 -4
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedSelection.d.ts +326 -333
- package/lib/components/ChainedSelection.js +18 -2
- package/lib/components/Checkbox.d.ts +52 -13
- package/lib/components/Checkbox.js +2 -2
- package/lib/components/CityArea.d.ts +5 -13
- 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 +323 -13
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.d.ts +132 -13
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +245 -253
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.d.ts +8 -13
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConfirmBox.d.ts +164 -172
- package/lib/components/ConfirmBox.js +1 -1
- package/lib/components/ContextMenu.d.ts +2 -4
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +285 -294
- package/lib/components/DatePicker.js +2 -3
- package/lib/components/DateRangePicker.d.ts +608 -579
- package/lib/components/DateRangePicker.js +11 -7
- package/lib/components/DndContainer.d.ts +44 -132
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +72 -13
- package/lib/components/Drawer.js +2 -2
- package/lib/components/Editor.d.ts +405 -333
- package/lib/components/Editor.js +25 -23
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.d.ts +16 -20
- package/lib/components/FormField.js +1 -1
- package/lib/components/GaodeMapPicker.d.ts +89 -0
- package/lib/components/GaodeMapPicker.js +214 -0
- package/lib/components/GridNav.d.ts +1 -0
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +326 -333
- package/lib/components/GroupedSelection.js +18 -3
- package/lib/components/Html.d.ts +32 -33
- package/lib/components/Html.js +3 -3
- package/lib/components/ImageGallery.d.ts +130 -55
- package/lib/components/ImageGallery.js +5 -3
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +42 -44
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.d.ts +5 -13
- package/lib/components/InputBoxWithSuggestion.js +7 -5
- package/lib/components/InputTable.d.ts +5 -13
- package/lib/components/InputTable.js +1 -1
- package/lib/components/Layout.d.ts +71 -73
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.d.ts +3 -5
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +31 -33
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +246 -253
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +165 -173
- package/lib/components/LocationPicker.js +14 -2
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +217 -238
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +445 -453
- package/lib/components/MultilineText.d.ts +205 -213
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +74 -15
- package/lib/components/NumberInput.js +10 -5
- package/lib/components/Pagination.d.ts +325 -333
- package/lib/components/Pagination.js +1 -1
- package/lib/components/Picker.d.ts +5 -13
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.d.ts +8 -5
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.d.ts +5 -13
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.d.ts +1 -1
- package/lib/components/PopOverContainer.js +10 -7
- package/lib/components/PopUp.d.ts +326 -333
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +241 -13
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.d.ts +3 -4
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +101 -103
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.d.ts +24 -9
- package/lib/components/Range.js +35 -4
- package/lib/components/Rating.d.ts +132 -114
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +245 -53
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +285 -53
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.d.ts +405 -413
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +165 -53
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.d.ts +1 -0
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +325 -333
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +4471 -4509
- package/lib/components/Select.js +7 -5
- package/lib/components/Selection.d.ts +328 -333
- package/lib/components/Selection.js +10 -3
- package/lib/components/SparkLine.d.ts +165 -173
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +161 -123
- package/lib/components/Spinner.js +3 -3
- package/lib/components/Steps.d.ts +4 -6
- package/lib/components/Steps.js +4 -2
- package/lib/components/Switch.d.ts +41 -43
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +408 -416
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +370 -60
- package/lib/components/Tabs.js +4 -2
- package/lib/components/TabsTransfer.d.ts +166 -173
- package/lib/components/TabsTransfer.js +3 -3
- package/lib/components/TabsTransferPicker.d.ts +5 -13
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +204 -17
- package/lib/components/Tag.js +20 -4
- package/lib/components/Textarea.d.ts +285 -293
- package/lib/components/Textarea.js +1 -1
- package/lib/components/Timeline.d.ts +2 -4
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.d.ts +5 -13
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.js +1 -1
- package/lib/components/TitleBar.d.ts +71 -63
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +287 -53
- package/lib/components/Toast.js +5 -5
- package/lib/components/Tooltip.d.ts +3 -4
- package/lib/components/Tooltip.js +3 -3
- package/lib/components/TooltipWrapper.d.ts +73 -16
- package/lib/components/TooltipWrapper.js +3 -3
- package/lib/components/Transfer.d.ts +375 -135
- package/lib/components/Transfer.js +9 -13
- package/lib/components/TransferDropDown.d.ts +325 -53
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.d.ts +5 -13
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.d.ts +5 -13
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +1455 -1457
- package/lib/components/Tree.js +93 -32
- package/lib/components/TreeSelection.d.ts +365 -373
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +205 -213
- package/lib/components/UserSelect.js +4 -1
- package/lib/components/UserTabSelect.d.ts +45 -53
- package/lib/components/UserTabSelect.js +4 -1
- package/lib/components/WithRemoteConfig.d.ts +8 -17
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.d.ts +4 -8
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.d.ts +2 -0
- package/lib/components/calendar/Calendar.js +3 -1
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.d.ts +1 -3
- package/lib/components/calendar/DaysView.js +3 -3
- package/lib/components/calendar/MonthsView.d.ts +2 -4
- package/lib/components/calendar/MonthsView.js +7 -7
- package/lib/components/calendar/QuartersView.d.ts +1 -3
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.d.ts +1 -3
- package/lib/components/calendar/TimeView.js +1 -1
- package/lib/components/calendar/YearsView.d.ts +1 -3
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.d.ts +7 -14
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.d.ts +5 -13
- package/lib/components/condition-builder/Field.js +1 -1
- package/lib/components/condition-builder/Formula.d.ts +5 -13
- package/lib/components/condition-builder/Formula.js +1 -1
- package/lib/components/condition-builder/Func.d.ts +7 -14
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.d.ts +7 -15
- package/lib/components/condition-builder/Group.js +1 -1
- package/lib/components/condition-builder/GroupOrItem.d.ts +4 -5
- package/lib/components/condition-builder/GroupOrItem.js +1 -1
- package/lib/components/condition-builder/InputSwitch.d.ts +2 -4
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.d.ts +8 -15
- package/lib/components/condition-builder/Item.js +6 -6
- package/lib/components/condition-builder/Value.d.ts +7 -14
- package/lib/components/condition-builder/Value.js +3 -12
- package/lib/components/condition-builder/config.d.ts +2 -1
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.d.ts +7 -14
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/condition-builder/types.d.ts +2 -39
- package/lib/components/formula/Editor.d.ts +165 -53
- package/lib/components/formula/Editor.js +1 -1
- package/lib/components/formula/FuncList.d.ts +2 -4
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Picker.d.ts +125 -133
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/VariableList.d.ts +2 -4
- package/lib/components/formula/VariableList.js +3 -3
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.d.ts +2 -2
- package/lib/components/icons.js +1 -1
- package/lib/components/index.d.ts +6 -1
- package/lib/components/json-schema/Array.d.ts +0 -1
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.d.ts +0 -1
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.d.ts +0 -1
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.d.ts +5 -13
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.d.ts +3 -8
- package/lib/components/menu/MenuItem.js +12 -26
- package/lib/components/menu/SubMenu.d.ts +2 -7
- package/lib/components/menu/SubMenu.js +15 -29
- package/lib/components/menu/index.d.ts +146 -18
- package/lib/components/menu/index.js +17 -15
- package/lib/components/schema-editor/Array.d.ts +0 -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.d.ts +0 -1
- package/lib/components/schema-editor/Object.js +1 -1
- package/lib/components/schema-editor/SchemaVariableList.d.ts +7 -15
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.d.ts +7 -15
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +525 -53
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.d.ts +245 -253
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/HeadCellDropDown.d.ts +6 -14
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +166 -174
- package/lib/components/table/HeadCellFilter.js +8 -3
- package/lib/components/table/HeadCellSelect.d.ts +126 -134
- package/lib/components/table/HeadCellSelect.js +4 -2
- package/lib/components/table/HeadCellSort.d.ts +5 -13
- package/lib/components/table/HeadCellSort.js +5 -5
- package/lib/components/table/ItemActionsWrapper.d.ts +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/index.d.ts +368 -376
- package/lib/components/table/index.js +106 -71
- 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/helper.css +9569 -1234
- 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/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 +2 -2
- 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.d.ts +3 -0
- package/lib/index.js +9 -1
- package/lib/locale/de-DE.js +5 -2
- package/lib/locale/en-US.js +6 -2
- package/lib/locale/zh-CN.js +7 -3
- package/lib/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/createClass.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/createSuper.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/extends.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/inherits.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/typeof.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +1 -1
- package/lib/node_modules/rc-overflow/es/Item.js +21 -31
- package/lib/node_modules/rc-overflow/es/Overflow.js +82 -125
- package/lib/node_modules/rc-overflow/es/RawItem.js +10 -16
- package/lib/node_modules/rc-overflow/es/hooks/channelUpdate.js +24 -0
- package/lib/node_modules/rc-overflow/es/hooks/useEffectState.js +78 -0
- package/lib/node_modules/rc-overflow/es/index.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/Collection.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/SingleObserver/index.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/index.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/utils/observerUtil.js +1 -1
- package/lib/node_modules/rc-util/es/Children/toArray.js +1 -1
- package/lib/node_modules/rc-util/es/Dom/canUseDom.js +1 -1
- package/lib/node_modules/rc-util/es/Dom/findDOMNode.js +9 -2
- package/lib/node_modules/rc-util/es/hooks/useEvent.js +45 -0
- package/lib/node_modules/rc-util/es/hooks/useLayoutEffect.js +1 -1
- package/lib/node_modules/rc-util/es/raf.js +1 -1
- package/lib/node_modules/rc-util/es/ref.js +1 -1
- package/lib/node_modules/rc-util/es/warning.js +8 -2
- package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +1 -1
- package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +1 -1
- package/lib/node_modules/rc-util/node_modules/react-is/index.js +1 -1
- package/lib/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +1 -1
- package/lib/packages/amis-ui/scss/helper.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/ang.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/antd.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/cxd.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/dark.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +3300 -2129
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +3300 -2129
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +3300 -2129
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +3300 -2129
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +3300 -2129
- package/package.json +7 -7
- package/scss/_components.scss +1339 -158
- package/scss/_mixins.scss +1 -2
- package/scss/_properties.scss +5 -374
- package/scss/_variables.scss +1 -0
- package/scss/base/_common.scss +4 -0
- package/scss/components/_alert.scss +30 -9
- package/scss/components/_badge.scss +10 -3
- package/scss/components/_button-group.scss +35 -14
- package/scss/components/_calendar.scss +17 -1
- package/scss/components/_carousel.scss +9 -0
- package/scss/components/_collapse.scss +1 -1
- package/scss/components/_column-toggler.scss +5 -2
- package/scss/components/_condition-builder.scss +38 -22
- package/scss/components/_crud.scss +21 -5
- package/scss/components/_crud2.scss +21 -5
- package/scss/components/_drawer.scss +20 -12
- package/scss/components/_dropdown.scss +5 -0
- package/scss/components/_image-gallery.scss +9 -6
- package/scss/components/_images.scss +13 -5
- package/scss/components/_link.scss +2 -0
- package/scss/components/_menu.scss +245 -693
- package/scss/components/_modal.scss +23 -13
- package/scss/components/_nav.scss +6 -354
- package/scss/components/_progress.scss +11 -2
- package/scss/components/_result-box.scss +1 -0
- package/scss/components/_spinner.scss +9 -7
- package/scss/components/_status.scss +27 -11
- package/scss/components/_steps.scss +80 -36
- package/scss/components/_table2.scss +84 -40
- package/scss/components/_tag.scss +42 -36
- package/scss/components/_timeline.scss +20 -9
- package/scss/components/_toast.scss +64 -12
- package/scss/components/_wizard.scss +13 -7
- package/scss/components/form/_checks.scss +17 -3
- package/scss/components/form/_color.scss +5 -0
- package/scss/components/form/_combo.scss +28 -18
- package/scss/components/form/_date-range.scss +6 -0
- package/scss/components/form/_date.scss +9 -1
- package/scss/components/form/_fieldset.scss +62 -28
- package/scss/components/form/_form.scss +16 -0
- package/scss/components/form/_icon-picker.scss +2 -1
- package/scss/components/form/_icon-select.scss +18 -0
- package/scss/components/form/_image.scss +43 -7
- package/scss/components/form/_location.scss +6 -1
- package/scss/components/form/_number.scss +65 -10
- package/scss/components/form/_picker.scss +111 -12
- package/scss/components/form/_range.scss +6 -0
- package/scss/components/form/_rich-text.scss +81 -35
- package/scss/components/form/_select.scss +3 -5
- package/scss/components/form/_selection.scss +9 -0
- package/scss/components/form/_tag.scss +56 -6
- package/scss/components/form/_text.scss +8 -1
- package/scss/components/form/_transfer.scss +18 -26
- package/scss/components/form/_tree.scss +55 -23
- package/esm/node_modules/rc-overflow/es/hooks/useBatchFrameState.js +0 -51
- package/esm/node_modules/rc-util/es/hooks/useState.js +0 -35
- package/lib/node_modules/rc-overflow/es/hooks/useBatchFrameState.js +0 -55
- package/lib/node_modules/rc-util/es/hooks/useState.js +0 -59
|
@@ -143,7 +143,7 @@ export declare class Table extends React.PureComponent<TableProps, TableState> {
|
|
|
143
143
|
showHeader: boolean;
|
|
144
144
|
};
|
|
145
145
|
constructor(props: TableProps);
|
|
146
|
-
getPopOverContainer():
|
|
146
|
+
getPopOverContainer(): HTMLElement;
|
|
147
147
|
thColumns: Array<Array<ThProps>>;
|
|
148
148
|
tdColumns: Array<TdProps>;
|
|
149
149
|
selectedRows: Array<any>;
|
|
@@ -187,8 +187,8 @@ export declare class Table extends React.PureComponent<TableProps, TableState> {
|
|
|
187
187
|
onResizeMouseUp(event: MouseEvent): void;
|
|
188
188
|
renderTHead(): JSX.Element;
|
|
189
189
|
onRowClick(event: React.ChangeEvent<any>, record?: any, rowIndex?: number): Promise<void>;
|
|
190
|
-
onRowMouseEnter(event: React.ChangeEvent<any>, record?: any, rowIndex?: number): void
|
|
191
|
-
onRowMouseLeave(event: React.ChangeEvent<any>, record?: any, rowIndex?: number): void
|
|
190
|
+
onRowMouseEnter(event: React.ChangeEvent<any>, record?: any, rowIndex?: number): Promise<void>;
|
|
191
|
+
onRowMouseLeave(event: React.ChangeEvent<any>, record?: any, rowIndex?: number): Promise<void>;
|
|
192
192
|
onMouseLeave(): void;
|
|
193
193
|
onExpandRows(data: Array<any>): void;
|
|
194
194
|
onCollapseRows(data: Array<any>): void;
|
|
@@ -225,15 +225,15 @@ export declare class Table extends React.PureComponent<TableProps, TableState> {
|
|
|
225
225
|
render(): JSX.Element;
|
|
226
226
|
}
|
|
227
227
|
declare const _default: {
|
|
228
|
-
new (props: Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
showHeader
|
|
236
|
-
}
|
|
228
|
+
new (props: Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
229
|
+
className?: string | undefined;
|
|
230
|
+
title?: Function | React.ReactNode;
|
|
231
|
+
columns?: ColumnProps[] | undefined;
|
|
232
|
+
placeholder?: Function | React.ReactNode;
|
|
233
|
+
dataSource?: any[] | undefined;
|
|
234
|
+
indentSize?: number | undefined;
|
|
235
|
+
showHeader?: boolean | undefined;
|
|
236
|
+
} & {} & {
|
|
237
237
|
locale?: string | undefined;
|
|
238
238
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
239
239
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps): {
|
|
@@ -241,124 +241,122 @@ declare const _default: {
|
|
|
241
241
|
childRef(ref: any): void;
|
|
242
242
|
getWrappedInstance(): any;
|
|
243
243
|
render(): JSX.Element;
|
|
244
|
-
context:
|
|
245
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
showHeader
|
|
253
|
-
}
|
|
244
|
+
context: unknown;
|
|
245
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
246
|
+
className?: string | undefined;
|
|
247
|
+
title?: Function | React.ReactNode;
|
|
248
|
+
columns?: ColumnProps[] | undefined;
|
|
249
|
+
placeholder?: Function | React.ReactNode;
|
|
250
|
+
dataSource?: any[] | undefined;
|
|
251
|
+
indentSize?: number | undefined;
|
|
252
|
+
showHeader?: boolean | undefined;
|
|
253
|
+
} & {} & {
|
|
254
254
|
locale?: string | undefined;
|
|
255
255
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
256
256
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
257
257
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
258
|
-
readonly props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
showHeader
|
|
266
|
-
}
|
|
258
|
+
readonly props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
259
|
+
className?: string | undefined;
|
|
260
|
+
title?: Function | React.ReactNode;
|
|
261
|
+
columns?: ColumnProps[] | undefined;
|
|
262
|
+
placeholder?: Function | React.ReactNode;
|
|
263
|
+
dataSource?: any[] | undefined;
|
|
264
|
+
indentSize?: number | undefined;
|
|
265
|
+
showHeader?: boolean | undefined;
|
|
266
|
+
} & {} & {
|
|
267
267
|
locale?: string | undefined;
|
|
268
268
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
269
|
-
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps
|
|
270
|
-
children?: React.ReactNode;
|
|
271
|
-
}>;
|
|
269
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>;
|
|
272
270
|
state: Readonly<{}>;
|
|
273
271
|
refs: {
|
|
274
272
|
[key: string]: React.ReactInstance;
|
|
275
273
|
};
|
|
276
274
|
componentDidMount?(): void;
|
|
277
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
showHeader
|
|
285
|
-
}
|
|
275
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
276
|
+
className?: string | undefined;
|
|
277
|
+
title?: Function | React.ReactNode;
|
|
278
|
+
columns?: ColumnProps[] | undefined;
|
|
279
|
+
placeholder?: Function | React.ReactNode;
|
|
280
|
+
dataSource?: any[] | undefined;
|
|
281
|
+
indentSize?: number | undefined;
|
|
282
|
+
showHeader?: boolean | undefined;
|
|
283
|
+
} & {} & {
|
|
286
284
|
locale?: string | undefined;
|
|
287
285
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
288
286
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
289
287
|
componentWillUnmount?(): void;
|
|
290
288
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
291
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
showHeader
|
|
299
|
-
}
|
|
289
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
290
|
+
className?: string | undefined;
|
|
291
|
+
title?: Function | React.ReactNode;
|
|
292
|
+
columns?: ColumnProps[] | undefined;
|
|
293
|
+
placeholder?: Function | React.ReactNode;
|
|
294
|
+
dataSource?: any[] | undefined;
|
|
295
|
+
indentSize?: number | undefined;
|
|
296
|
+
showHeader?: boolean | undefined;
|
|
297
|
+
} & {} & {
|
|
300
298
|
locale?: string | undefined;
|
|
301
299
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
302
300
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
303
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
showHeader
|
|
311
|
-
}
|
|
301
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
302
|
+
className?: string | undefined;
|
|
303
|
+
title?: Function | React.ReactNode;
|
|
304
|
+
columns?: ColumnProps[] | undefined;
|
|
305
|
+
placeholder?: Function | React.ReactNode;
|
|
306
|
+
dataSource?: any[] | undefined;
|
|
307
|
+
indentSize?: number | undefined;
|
|
308
|
+
showHeader?: boolean | undefined;
|
|
309
|
+
} & {} & {
|
|
312
310
|
locale?: string | undefined;
|
|
313
311
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
314
312
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
315
313
|
componentWillMount?(): void;
|
|
316
314
|
UNSAFE_componentWillMount?(): void;
|
|
317
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
showHeader
|
|
325
|
-
}
|
|
315
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
316
|
+
className?: string | undefined;
|
|
317
|
+
title?: Function | React.ReactNode;
|
|
318
|
+
columns?: ColumnProps[] | undefined;
|
|
319
|
+
placeholder?: Function | React.ReactNode;
|
|
320
|
+
dataSource?: any[] | undefined;
|
|
321
|
+
indentSize?: number | undefined;
|
|
322
|
+
showHeader?: boolean | undefined;
|
|
323
|
+
} & {} & {
|
|
326
324
|
locale?: string | undefined;
|
|
327
325
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
328
326
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
329
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
showHeader
|
|
337
|
-
}
|
|
327
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
328
|
+
className?: string | undefined;
|
|
329
|
+
title?: Function | React.ReactNode;
|
|
330
|
+
columns?: ColumnProps[] | undefined;
|
|
331
|
+
placeholder?: Function | React.ReactNode;
|
|
332
|
+
dataSource?: any[] | undefined;
|
|
333
|
+
indentSize?: number | undefined;
|
|
334
|
+
showHeader?: boolean | undefined;
|
|
335
|
+
} & {} & {
|
|
338
336
|
locale?: string | undefined;
|
|
339
337
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
340
338
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
341
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
showHeader
|
|
349
|
-
}
|
|
339
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
340
|
+
className?: string | undefined;
|
|
341
|
+
title?: Function | React.ReactNode;
|
|
342
|
+
columns?: ColumnProps[] | undefined;
|
|
343
|
+
placeholder?: Function | React.ReactNode;
|
|
344
|
+
dataSource?: any[] | undefined;
|
|
345
|
+
indentSize?: number | undefined;
|
|
346
|
+
showHeader?: boolean | undefined;
|
|
347
|
+
} & {} & {
|
|
350
348
|
locale?: string | undefined;
|
|
351
349
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
352
350
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
353
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
showHeader
|
|
361
|
-
}
|
|
351
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
352
|
+
className?: string | undefined;
|
|
353
|
+
title?: Function | React.ReactNode;
|
|
354
|
+
columns?: ColumnProps[] | undefined;
|
|
355
|
+
placeholder?: Function | React.ReactNode;
|
|
356
|
+
dataSource?: any[] | undefined;
|
|
357
|
+
indentSize?: number | undefined;
|
|
358
|
+
showHeader?: boolean | undefined;
|
|
359
|
+
} & {} & {
|
|
362
360
|
locale?: string | undefined;
|
|
363
361
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
364
362
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
@@ -366,15 +364,15 @@ declare const _default: {
|
|
|
366
364
|
displayName: string;
|
|
367
365
|
contextType: React.Context<string>;
|
|
368
366
|
ComposedComponent: React.ComponentType<{
|
|
369
|
-
new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
showHeader
|
|
377
|
-
}
|
|
367
|
+
new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
368
|
+
className?: string | undefined;
|
|
369
|
+
title?: Function | React.ReactNode;
|
|
370
|
+
columns?: ColumnProps[] | undefined;
|
|
371
|
+
placeholder?: Function | React.ReactNode;
|
|
372
|
+
dataSource?: any[] | undefined;
|
|
373
|
+
indentSize?: number | undefined;
|
|
374
|
+
showHeader?: boolean | undefined;
|
|
375
|
+
} & {} & {
|
|
378
376
|
locale?: string | undefined;
|
|
379
377
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
380
378
|
}): {
|
|
@@ -382,124 +380,122 @@ declare const _default: {
|
|
|
382
380
|
childRef(ref: any): void;
|
|
383
381
|
getWrappedInstance(): any;
|
|
384
382
|
render(): JSX.Element;
|
|
385
|
-
context:
|
|
386
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
showHeader
|
|
394
|
-
}
|
|
383
|
+
context: unknown;
|
|
384
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
385
|
+
className?: string | undefined;
|
|
386
|
+
title?: Function | React.ReactNode;
|
|
387
|
+
columns?: ColumnProps[] | undefined;
|
|
388
|
+
placeholder?: Function | React.ReactNode;
|
|
389
|
+
dataSource?: any[] | undefined;
|
|
390
|
+
indentSize?: number | undefined;
|
|
391
|
+
showHeader?: boolean | undefined;
|
|
392
|
+
} & {} & {
|
|
395
393
|
locale?: string | undefined;
|
|
396
394
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
397
395
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
398
396
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
399
|
-
readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
showHeader
|
|
407
|
-
}
|
|
397
|
+
readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
398
|
+
className?: string | undefined;
|
|
399
|
+
title?: Function | React.ReactNode;
|
|
400
|
+
columns?: ColumnProps[] | undefined;
|
|
401
|
+
placeholder?: Function | React.ReactNode;
|
|
402
|
+
dataSource?: any[] | undefined;
|
|
403
|
+
indentSize?: number | undefined;
|
|
404
|
+
showHeader?: boolean | undefined;
|
|
405
|
+
} & {} & {
|
|
408
406
|
locale?: string | undefined;
|
|
409
407
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
410
|
-
}> & Readonly<{
|
|
411
|
-
children?: React.ReactNode;
|
|
412
408
|
}>;
|
|
413
409
|
state: Readonly<{}>;
|
|
414
410
|
refs: {
|
|
415
411
|
[key: string]: React.ReactInstance;
|
|
416
412
|
};
|
|
417
413
|
componentDidMount?(): void;
|
|
418
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
showHeader
|
|
426
|
-
}
|
|
414
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
415
|
+
className?: string | undefined;
|
|
416
|
+
title?: Function | React.ReactNode;
|
|
417
|
+
columns?: ColumnProps[] | undefined;
|
|
418
|
+
placeholder?: Function | React.ReactNode;
|
|
419
|
+
dataSource?: any[] | undefined;
|
|
420
|
+
indentSize?: number | undefined;
|
|
421
|
+
showHeader?: boolean | undefined;
|
|
422
|
+
} & {} & {
|
|
427
423
|
locale?: string | undefined;
|
|
428
424
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
429
425
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
430
426
|
componentWillUnmount?(): void;
|
|
431
427
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
432
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
showHeader
|
|
440
|
-
}
|
|
428
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
429
|
+
className?: string | undefined;
|
|
430
|
+
title?: Function | React.ReactNode;
|
|
431
|
+
columns?: ColumnProps[] | undefined;
|
|
432
|
+
placeholder?: Function | React.ReactNode;
|
|
433
|
+
dataSource?: any[] | undefined;
|
|
434
|
+
indentSize?: number | undefined;
|
|
435
|
+
showHeader?: boolean | undefined;
|
|
436
|
+
} & {} & {
|
|
441
437
|
locale?: string | undefined;
|
|
442
438
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
443
439
|
}>, prevState: Readonly<{}>): any;
|
|
444
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
showHeader
|
|
452
|
-
}
|
|
440
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
441
|
+
className?: string | undefined;
|
|
442
|
+
title?: Function | React.ReactNode;
|
|
443
|
+
columns?: ColumnProps[] | undefined;
|
|
444
|
+
placeholder?: Function | React.ReactNode;
|
|
445
|
+
dataSource?: any[] | undefined;
|
|
446
|
+
indentSize?: number | undefined;
|
|
447
|
+
showHeader?: boolean | undefined;
|
|
448
|
+
} & {} & {
|
|
453
449
|
locale?: string | undefined;
|
|
454
450
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
455
451
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
456
452
|
componentWillMount?(): void;
|
|
457
453
|
UNSAFE_componentWillMount?(): void;
|
|
458
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
showHeader
|
|
466
|
-
}
|
|
454
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
455
|
+
className?: string | undefined;
|
|
456
|
+
title?: Function | React.ReactNode;
|
|
457
|
+
columns?: ColumnProps[] | undefined;
|
|
458
|
+
placeholder?: Function | React.ReactNode;
|
|
459
|
+
dataSource?: any[] | undefined;
|
|
460
|
+
indentSize?: number | undefined;
|
|
461
|
+
showHeader?: boolean | undefined;
|
|
462
|
+
} & {} & {
|
|
467
463
|
locale?: string | undefined;
|
|
468
464
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
469
465
|
}>, nextContext: any): void;
|
|
470
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
showHeader
|
|
478
|
-
}
|
|
466
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
467
|
+
className?: string | undefined;
|
|
468
|
+
title?: Function | React.ReactNode;
|
|
469
|
+
columns?: ColumnProps[] | undefined;
|
|
470
|
+
placeholder?: Function | React.ReactNode;
|
|
471
|
+
dataSource?: any[] | undefined;
|
|
472
|
+
indentSize?: number | undefined;
|
|
473
|
+
showHeader?: boolean | undefined;
|
|
474
|
+
} & {} & {
|
|
479
475
|
locale?: string | undefined;
|
|
480
476
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
481
477
|
}>, nextContext: any): void;
|
|
482
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
showHeader
|
|
490
|
-
}
|
|
478
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
479
|
+
className?: string | undefined;
|
|
480
|
+
title?: Function | React.ReactNode;
|
|
481
|
+
columns?: ColumnProps[] | undefined;
|
|
482
|
+
placeholder?: Function | React.ReactNode;
|
|
483
|
+
dataSource?: any[] | undefined;
|
|
484
|
+
indentSize?: number | undefined;
|
|
485
|
+
showHeader?: boolean | undefined;
|
|
486
|
+
} & {} & {
|
|
491
487
|
locale?: string | undefined;
|
|
492
488
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
493
489
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
494
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
showHeader
|
|
502
|
-
}
|
|
490
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
491
|
+
className?: string | undefined;
|
|
492
|
+
title?: Function | React.ReactNode;
|
|
493
|
+
columns?: ColumnProps[] | undefined;
|
|
494
|
+
placeholder?: Function | React.ReactNode;
|
|
495
|
+
dataSource?: any[] | undefined;
|
|
496
|
+
indentSize?: number | undefined;
|
|
497
|
+
showHeader?: boolean | undefined;
|
|
498
|
+
} & {} & {
|
|
503
499
|
locale?: string | undefined;
|
|
504
500
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
505
501
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
@@ -511,15 +507,15 @@ declare const _default: {
|
|
|
511
507
|
ComposedComponent: typeof Table;
|
|
512
508
|
}>;
|
|
513
509
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
514
|
-
new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
showHeader
|
|
522
|
-
}
|
|
510
|
+
new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
511
|
+
className?: string | undefined;
|
|
512
|
+
title?: Function | React.ReactNode;
|
|
513
|
+
columns?: ColumnProps[] | undefined;
|
|
514
|
+
placeholder?: Function | React.ReactNode;
|
|
515
|
+
dataSource?: any[] | undefined;
|
|
516
|
+
indentSize?: number | undefined;
|
|
517
|
+
showHeader?: boolean | undefined;
|
|
518
|
+
} & {} & {
|
|
523
519
|
locale?: string | undefined;
|
|
524
520
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
525
521
|
}): {
|
|
@@ -527,124 +523,122 @@ declare const _default: {
|
|
|
527
523
|
childRef(ref: any): void;
|
|
528
524
|
getWrappedInstance(): any;
|
|
529
525
|
render(): JSX.Element;
|
|
530
|
-
context:
|
|
531
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
showHeader
|
|
539
|
-
}
|
|
526
|
+
context: unknown;
|
|
527
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
528
|
+
className?: string | undefined;
|
|
529
|
+
title?: Function | React.ReactNode;
|
|
530
|
+
columns?: ColumnProps[] | undefined;
|
|
531
|
+
placeholder?: Function | React.ReactNode;
|
|
532
|
+
dataSource?: any[] | undefined;
|
|
533
|
+
indentSize?: number | undefined;
|
|
534
|
+
showHeader?: boolean | undefined;
|
|
535
|
+
} & {} & {
|
|
540
536
|
locale?: string | undefined;
|
|
541
537
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
542
538
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
543
539
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
544
|
-
readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
showHeader
|
|
552
|
-
}
|
|
540
|
+
readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
541
|
+
className?: string | undefined;
|
|
542
|
+
title?: Function | React.ReactNode;
|
|
543
|
+
columns?: ColumnProps[] | undefined;
|
|
544
|
+
placeholder?: Function | React.ReactNode;
|
|
545
|
+
dataSource?: any[] | undefined;
|
|
546
|
+
indentSize?: number | undefined;
|
|
547
|
+
showHeader?: boolean | undefined;
|
|
548
|
+
} & {} & {
|
|
553
549
|
locale?: string | undefined;
|
|
554
550
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
555
|
-
}> & Readonly<{
|
|
556
|
-
children?: React.ReactNode;
|
|
557
551
|
}>;
|
|
558
552
|
state: Readonly<{}>;
|
|
559
553
|
refs: {
|
|
560
554
|
[key: string]: React.ReactInstance;
|
|
561
555
|
};
|
|
562
556
|
componentDidMount?(): void;
|
|
563
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
showHeader
|
|
571
|
-
}
|
|
557
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
558
|
+
className?: string | undefined;
|
|
559
|
+
title?: Function | React.ReactNode;
|
|
560
|
+
columns?: ColumnProps[] | undefined;
|
|
561
|
+
placeholder?: Function | React.ReactNode;
|
|
562
|
+
dataSource?: any[] | undefined;
|
|
563
|
+
indentSize?: number | undefined;
|
|
564
|
+
showHeader?: boolean | undefined;
|
|
565
|
+
} & {} & {
|
|
572
566
|
locale?: string | undefined;
|
|
573
567
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
574
568
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
575
569
|
componentWillUnmount?(): void;
|
|
576
570
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
577
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
showHeader
|
|
585
|
-
}
|
|
571
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
572
|
+
className?: string | undefined;
|
|
573
|
+
title?: Function | React.ReactNode;
|
|
574
|
+
columns?: ColumnProps[] | undefined;
|
|
575
|
+
placeholder?: Function | React.ReactNode;
|
|
576
|
+
dataSource?: any[] | undefined;
|
|
577
|
+
indentSize?: number | undefined;
|
|
578
|
+
showHeader?: boolean | undefined;
|
|
579
|
+
} & {} & {
|
|
586
580
|
locale?: string | undefined;
|
|
587
581
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
588
582
|
}>, prevState: Readonly<{}>): any;
|
|
589
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
showHeader
|
|
597
|
-
}
|
|
583
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
584
|
+
className?: string | undefined;
|
|
585
|
+
title?: Function | React.ReactNode;
|
|
586
|
+
columns?: ColumnProps[] | undefined;
|
|
587
|
+
placeholder?: Function | React.ReactNode;
|
|
588
|
+
dataSource?: any[] | undefined;
|
|
589
|
+
indentSize?: number | undefined;
|
|
590
|
+
showHeader?: boolean | undefined;
|
|
591
|
+
} & {} & {
|
|
598
592
|
locale?: string | undefined;
|
|
599
593
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
600
594
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
601
595
|
componentWillMount?(): void;
|
|
602
596
|
UNSAFE_componentWillMount?(): void;
|
|
603
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
showHeader
|
|
611
|
-
}
|
|
597
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
598
|
+
className?: string | undefined;
|
|
599
|
+
title?: Function | React.ReactNode;
|
|
600
|
+
columns?: ColumnProps[] | undefined;
|
|
601
|
+
placeholder?: Function | React.ReactNode;
|
|
602
|
+
dataSource?: any[] | undefined;
|
|
603
|
+
indentSize?: number | undefined;
|
|
604
|
+
showHeader?: boolean | undefined;
|
|
605
|
+
} & {} & {
|
|
612
606
|
locale?: string | undefined;
|
|
613
607
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
614
608
|
}>, nextContext: any): void;
|
|
615
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
showHeader
|
|
623
|
-
}
|
|
609
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
610
|
+
className?: string | undefined;
|
|
611
|
+
title?: Function | React.ReactNode;
|
|
612
|
+
columns?: ColumnProps[] | undefined;
|
|
613
|
+
placeholder?: Function | React.ReactNode;
|
|
614
|
+
dataSource?: any[] | undefined;
|
|
615
|
+
indentSize?: number | undefined;
|
|
616
|
+
showHeader?: boolean | undefined;
|
|
617
|
+
} & {} & {
|
|
624
618
|
locale?: string | undefined;
|
|
625
619
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
626
620
|
}>, nextContext: any): void;
|
|
627
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
showHeader
|
|
635
|
-
}
|
|
621
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
622
|
+
className?: string | undefined;
|
|
623
|
+
title?: Function | React.ReactNode;
|
|
624
|
+
columns?: ColumnProps[] | undefined;
|
|
625
|
+
placeholder?: Function | React.ReactNode;
|
|
626
|
+
dataSource?: any[] | undefined;
|
|
627
|
+
indentSize?: number | undefined;
|
|
628
|
+
showHeader?: boolean | undefined;
|
|
629
|
+
} & {} & {
|
|
636
630
|
locale?: string | undefined;
|
|
637
631
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
638
632
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
639
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
showHeader
|
|
647
|
-
}
|
|
633
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
634
|
+
className?: string | undefined;
|
|
635
|
+
title?: Function | React.ReactNode;
|
|
636
|
+
columns?: ColumnProps[] | undefined;
|
|
637
|
+
placeholder?: Function | React.ReactNode;
|
|
638
|
+
dataSource?: any[] | undefined;
|
|
639
|
+
indentSize?: number | undefined;
|
|
640
|
+
showHeader?: boolean | undefined;
|
|
641
|
+
} & {} & {
|
|
648
642
|
locale?: string | undefined;
|
|
649
643
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
650
644
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
@@ -656,15 +650,15 @@ declare const _default: {
|
|
|
656
650
|
ComposedComponent: typeof Table;
|
|
657
651
|
}, {}> & {
|
|
658
652
|
ComposedComponent: {
|
|
659
|
-
new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
showHeader
|
|
667
|
-
}
|
|
653
|
+
new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
654
|
+
className?: string | undefined;
|
|
655
|
+
title?: Function | React.ReactNode;
|
|
656
|
+
columns?: ColumnProps[] | undefined;
|
|
657
|
+
placeholder?: Function | React.ReactNode;
|
|
658
|
+
dataSource?: any[] | undefined;
|
|
659
|
+
indentSize?: number | undefined;
|
|
660
|
+
showHeader?: boolean | undefined;
|
|
661
|
+
} & {} & {
|
|
668
662
|
locale?: string | undefined;
|
|
669
663
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
670
664
|
}): {
|
|
@@ -672,124 +666,122 @@ declare const _default: {
|
|
|
672
666
|
childRef(ref: any): void;
|
|
673
667
|
getWrappedInstance(): any;
|
|
674
668
|
render(): JSX.Element;
|
|
675
|
-
context:
|
|
676
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
showHeader
|
|
684
|
-
}
|
|
669
|
+
context: unknown;
|
|
670
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
671
|
+
className?: string | undefined;
|
|
672
|
+
title?: Function | React.ReactNode;
|
|
673
|
+
columns?: ColumnProps[] | undefined;
|
|
674
|
+
placeholder?: Function | React.ReactNode;
|
|
675
|
+
dataSource?: any[] | undefined;
|
|
676
|
+
indentSize?: number | undefined;
|
|
677
|
+
showHeader?: boolean | undefined;
|
|
678
|
+
} & {} & {
|
|
685
679
|
locale?: string | undefined;
|
|
686
680
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
687
681
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
688
682
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
689
|
-
readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
showHeader
|
|
697
|
-
}
|
|
683
|
+
readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
684
|
+
className?: string | undefined;
|
|
685
|
+
title?: Function | React.ReactNode;
|
|
686
|
+
columns?: ColumnProps[] | undefined;
|
|
687
|
+
placeholder?: Function | React.ReactNode;
|
|
688
|
+
dataSource?: any[] | undefined;
|
|
689
|
+
indentSize?: number | undefined;
|
|
690
|
+
showHeader?: boolean | undefined;
|
|
691
|
+
} & {} & {
|
|
698
692
|
locale?: string | undefined;
|
|
699
693
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
700
|
-
}> & Readonly<{
|
|
701
|
-
children?: React.ReactNode;
|
|
702
694
|
}>;
|
|
703
695
|
state: Readonly<{}>;
|
|
704
696
|
refs: {
|
|
705
697
|
[key: string]: React.ReactInstance;
|
|
706
698
|
};
|
|
707
699
|
componentDidMount?(): void;
|
|
708
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
showHeader
|
|
716
|
-
}
|
|
700
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
701
|
+
className?: string | undefined;
|
|
702
|
+
title?: Function | React.ReactNode;
|
|
703
|
+
columns?: ColumnProps[] | undefined;
|
|
704
|
+
placeholder?: Function | React.ReactNode;
|
|
705
|
+
dataSource?: any[] | undefined;
|
|
706
|
+
indentSize?: number | undefined;
|
|
707
|
+
showHeader?: boolean | undefined;
|
|
708
|
+
} & {} & {
|
|
717
709
|
locale?: string | undefined;
|
|
718
710
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
719
711
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
720
712
|
componentWillUnmount?(): void;
|
|
721
713
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
722
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
showHeader
|
|
730
|
-
}
|
|
714
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
715
|
+
className?: string | undefined;
|
|
716
|
+
title?: Function | React.ReactNode;
|
|
717
|
+
columns?: ColumnProps[] | undefined;
|
|
718
|
+
placeholder?: Function | React.ReactNode;
|
|
719
|
+
dataSource?: any[] | undefined;
|
|
720
|
+
indentSize?: number | undefined;
|
|
721
|
+
showHeader?: boolean | undefined;
|
|
722
|
+
} & {} & {
|
|
731
723
|
locale?: string | undefined;
|
|
732
724
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
733
725
|
}>, prevState: Readonly<{}>): any;
|
|
734
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
showHeader
|
|
742
|
-
}
|
|
726
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
727
|
+
className?: string | undefined;
|
|
728
|
+
title?: Function | React.ReactNode;
|
|
729
|
+
columns?: ColumnProps[] | undefined;
|
|
730
|
+
placeholder?: Function | React.ReactNode;
|
|
731
|
+
dataSource?: any[] | undefined;
|
|
732
|
+
indentSize?: number | undefined;
|
|
733
|
+
showHeader?: boolean | undefined;
|
|
734
|
+
} & {} & {
|
|
743
735
|
locale?: string | undefined;
|
|
744
736
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
745
737
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
746
738
|
componentWillMount?(): void;
|
|
747
739
|
UNSAFE_componentWillMount?(): void;
|
|
748
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
showHeader
|
|
756
|
-
}
|
|
740
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
741
|
+
className?: string | undefined;
|
|
742
|
+
title?: Function | React.ReactNode;
|
|
743
|
+
columns?: ColumnProps[] | undefined;
|
|
744
|
+
placeholder?: Function | React.ReactNode;
|
|
745
|
+
dataSource?: any[] | undefined;
|
|
746
|
+
indentSize?: number | undefined;
|
|
747
|
+
showHeader?: boolean | undefined;
|
|
748
|
+
} & {} & {
|
|
757
749
|
locale?: string | undefined;
|
|
758
750
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
759
751
|
}>, nextContext: any): void;
|
|
760
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
showHeader
|
|
768
|
-
}
|
|
752
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
753
|
+
className?: string | undefined;
|
|
754
|
+
title?: Function | React.ReactNode;
|
|
755
|
+
columns?: ColumnProps[] | undefined;
|
|
756
|
+
placeholder?: Function | React.ReactNode;
|
|
757
|
+
dataSource?: any[] | undefined;
|
|
758
|
+
indentSize?: number | undefined;
|
|
759
|
+
showHeader?: boolean | undefined;
|
|
760
|
+
} & {} & {
|
|
769
761
|
locale?: string | undefined;
|
|
770
762
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
771
763
|
}>, nextContext: any): void;
|
|
772
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
showHeader
|
|
780
|
-
}
|
|
764
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
765
|
+
className?: string | undefined;
|
|
766
|
+
title?: Function | React.ReactNode;
|
|
767
|
+
columns?: ColumnProps[] | undefined;
|
|
768
|
+
placeholder?: Function | React.ReactNode;
|
|
769
|
+
dataSource?: any[] | undefined;
|
|
770
|
+
indentSize?: number | undefined;
|
|
771
|
+
showHeader?: boolean | undefined;
|
|
772
|
+
} & {} & {
|
|
781
773
|
locale?: string | undefined;
|
|
782
774
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
783
775
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
784
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> &
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
showHeader
|
|
792
|
-
}
|
|
776
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "scroll" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
|
|
777
|
+
className?: string | undefined;
|
|
778
|
+
title?: Function | React.ReactNode;
|
|
779
|
+
columns?: ColumnProps[] | undefined;
|
|
780
|
+
placeholder?: Function | React.ReactNode;
|
|
781
|
+
dataSource?: any[] | undefined;
|
|
782
|
+
indentSize?: number | undefined;
|
|
783
|
+
showHeader?: boolean | undefined;
|
|
784
|
+
} & {} & {
|
|
793
785
|
locale?: string | undefined;
|
|
794
786
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
795
787
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|