amis-ui 6.2.2 → 6.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/_virtual/_commonjsHelpers.js +10 -0
- package/esm/_virtual/pdf.worker.min.js +8 -0
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.d.ts +124 -122
- package/esm/components/Alert.js +10 -6
- package/esm/components/Alert2.d.ts +20 -20
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.d.ts +20 -20
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/ArrayInput.d.ts +40 -40
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.d.ts +2 -1
- package/esm/components/AsideNav.js +6 -3
- package/esm/components/AssociatedSelection.d.ts +120 -120
- package/esm/components/AssociatedSelection.js +4 -4
- package/esm/components/Avatar.d.ts +140 -140
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.d.ts +3 -0
- package/esm/components/Breadcrumb.js +7 -6
- package/esm/components/Button.d.ts +32 -31
- package/esm/components/Button.js +4 -4
- package/esm/components/CalendarMobile.d.ts +45 -40
- package/esm/components/CalendarMobile.js +41 -6
- package/esm/components/Card.d.ts +140 -140
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.d.ts +120 -120
- package/esm/components/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.d.ts +120 -120
- package/esm/components/ChainedSelection.js +8 -6
- package/esm/components/Checkbox.d.ts +12 -11
- package/esm/components/Checkbox.js +7 -7
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.d.ts +1 -1
- package/esm/components/CityDB.js +377 -889
- package/esm/components/CodeMirror.d.ts +1 -0
- package/esm/components/CodeMirror.js +16 -5
- package/esm/components/Collapse.d.ts +140 -140
- package/esm/components/Collapse.js +1 -1
- package/esm/components/CollapseGroup.d.ts +30 -30
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.d.ts +80 -80
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConfirmBox.d.ts +81 -80
- package/esm/components/ConfirmBox.js +6 -3
- package/esm/components/ContextMenu.d.ts +17 -3
- package/esm/components/ContextMenu.js +72 -20
- package/esm/components/DatePicker.d.ts +84 -82
- package/esm/components/DatePicker.js +12 -12
- package/esm/components/DateRangePicker.d.ts +133 -129
- package/esm/components/DateRangePicker.js +40 -27
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.d.ts +30 -30
- package/esm/components/Drawer.js +1 -1
- package/esm/components/DropDownSelection.d.ts +120 -120
- package/esm/components/DropDownSelection.js +1 -1
- package/esm/components/Editor.d.ts +120 -120
- package/esm/components/Editor.js +3 -3
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.d.ts +120 -120
- package/esm/components/GroupedSelection.js +5 -4
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.d.ts +40 -40
- package/esm/components/ImageGallery.js +2 -1
- package/esm/components/Input.d.ts +3 -1
- package/esm/components/Input.js +3 -3
- package/esm/components/InputBox.d.ts +14 -13
- package/esm/components/InputBox.js +7 -7
- package/esm/components/InputBoxWithSuggestion.js +7 -7
- package/esm/components/InputTable.js +1 -1
- package/esm/components/Layout.d.ts +10 -10
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +10 -10
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.d.ts +82 -80
- package/esm/components/ListMenu.js +3 -3
- package/esm/components/LocationPicker.d.ts +40 -40
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.d.ts +120 -120
- package/esm/components/Modal.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MonthRangePicker.d.ts +120 -120
- package/esm/components/MultilineText.d.ts +40 -40
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.d.ts +30 -21
- package/esm/components/NumberInput.js +36 -6
- package/esm/components/OverflowTpl.js +1 -1
- package/esm/components/Pagination.d.ts +200 -110
- package/esm/components/Pagination.js +21 -21
- package/esm/components/PdfViewer.d.ts +49 -0
- package/esm/components/PdfViewer.js +85 -0
- package/esm/components/Picker.d.ts +1 -0
- package/esm/components/Picker.js +4 -4
- package/esm/components/PickerColumn.d.ts +1 -0
- package/esm/components/PickerColumn.js +8 -6
- package/esm/components/PickerContainer.d.ts +1 -2
- package/esm/components/PickerContainer.js +26 -16
- package/esm/components/PopOverContainer.d.ts +1 -0
- package/esm/components/PopOverContainer.js +3 -3
- package/esm/components/PopUp.d.ts +120 -120
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.d.ts +60 -60
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.d.ts +12 -10
- package/esm/components/Radios.js +4 -3
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.d.ts +20 -20
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +82 -81
- package/esm/components/ResultBox.js +25 -21
- package/esm/components/ResultList.d.ts +42 -40
- package/esm/components/ResultList.js +5 -4
- package/esm/components/ResultTableList.d.ts +120 -120
- package/esm/components/ResultTableList.js +5 -4
- package/esm/components/ResultTreeList.d.ts +40 -40
- package/esm/components/ResultTreeList.js +3 -3
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.d.ts +82 -81
- package/esm/components/SearchBox.js +8 -8
- package/esm/components/Select.d.ts +1363 -1354
- package/esm/components/Select.js +13 -12
- package/esm/components/SelectMobile.js +22 -19
- package/esm/components/Selection.d.ts +122 -120
- package/esm/components/Selection.js +1 -1
- package/esm/components/Signature.d.ts +280 -0
- package/esm/components/Signature.js +271 -0
- package/esm/components/SparkLine.d.ts +40 -40
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.d.ts +60 -60
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.d.ts +12 -12
- package/esm/components/Switch.js +4 -4
- package/esm/components/TableSelection.d.ts +120 -120
- package/esm/components/TableSelection.js +6 -5
- package/esm/components/Tabs.d.ts +83 -81
- package/esm/components/Tabs.js +21 -22
- package/esm/components/TabsTransfer.d.ts +40 -40
- package/esm/components/TabsTransfer.js +16 -14
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.d.ts +70 -70
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.d.ts +42 -42
- package/esm/components/Textarea.js +4 -4
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.d.ts +1 -1
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.js +7 -4
- package/esm/components/TitleBar.d.ts +10 -10
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.d.ts +120 -120
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.d.ts +32 -32
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +174 -172
- package/esm/components/Transfer.js +16 -16
- package/esm/components/TransferDropDown.d.ts +160 -160
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.d.ts +206 -210
- package/esm/components/Tree.js +32 -30
- package/esm/components/TreeSelection.d.ts +120 -120
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.d.ts +40 -40
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.d.ts +40 -40
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/WithRemoteConfig.d.ts +9 -0
- package/esm/components/WithRemoteConfig.js +19 -3
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.d.ts +2 -1
- package/esm/components/calendar/Calendar.js +7 -6
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.d.ts +2 -1
- package/esm/components/calendar/DaysView.js +17 -15
- package/esm/components/calendar/MonthsView.d.ts +2 -0
- package/esm/components/calendar/MonthsView.js +8 -6
- package/esm/components/calendar/QuartersView.d.ts +2 -0
- package/esm/components/calendar/QuartersView.js +7 -6
- package/esm/components/calendar/TimeView.d.ts +2 -0
- package/esm/components/calendar/TimeView.js +8 -7
- package/esm/components/calendar/YearsView.d.ts +2 -0
- package/esm/components/calendar/YearsView.js +6 -5
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.js +1 -1
- package/esm/components/condition-builder/Value.d.ts +1 -0
- package/esm/components/condition-builder/Value.js +30 -14
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.js +1 -1
- package/esm/components/formula/CodeEditor.d.ts +92 -0
- package/esm/components/formula/CodeEditor.js +99 -0
- package/esm/components/formula/Editor.d.ts +64 -69
- package/esm/components/formula/Editor.js +173 -81
- package/esm/components/formula/FuncList.d.ts +1 -1
- package/esm/components/formula/FuncList.js +10 -9
- package/esm/components/formula/Input.d.ts +68 -54
- package/esm/components/formula/Input.js +45 -102
- package/esm/components/formula/Picker.d.ts +74 -60
- package/esm/components/formula/Picker.js +129 -69
- package/esm/components/formula/VariableList.d.ts +1 -1
- package/esm/components/formula/VariableList.js +26 -12
- package/esm/components/formula/plugin.d.ts +28 -7
- package/esm/components/formula/plugin.js +217 -90
- package/esm/components/icons.d.ts +4 -2
- package/esm/components/icons.js +14 -5
- package/esm/components/index.d.ts +5 -3
- package/esm/components/json-schema/Array.js +2 -2
- package/esm/components/json-schema/Item.d.ts +3 -1
- package/esm/components/json-schema/Item.js +35 -9
- package/esm/components/json-schema/Object.d.ts +3 -1
- package/esm/components/json-schema/Object.js +112 -52
- package/esm/components/json-schema/index.d.ts +53 -50
- package/esm/components/json-schema/index.js +14 -5
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.d.ts +2 -1
- package/esm/components/menu/MenuItem.js +4 -4
- package/esm/components/menu/SubMenu.d.ts +2 -1
- package/esm/components/menu/SubMenu.js +6 -6
- package/esm/components/menu/index.d.ts +66 -63
- package/esm/components/menu/index.js +10 -7
- package/esm/components/schema-editor/Array.js +23 -8
- package/esm/components/schema-editor/Common.d.ts +17 -1
- package/esm/components/schema-editor/Common.js +84 -37
- package/esm/components/schema-editor/Item.js +2 -2
- package/esm/components/schema-editor/Object.d.ts +7 -1
- package/esm/components/schema-editor/Object.js +106 -14
- package/esm/components/schema-editor/SchemaVariableList.d.ts +1 -1
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.d.ts +48 -40
- package/esm/components/schema-editor/index.js +4 -4
- package/esm/components/table/Cell.d.ts +2 -0
- package/esm/components/table/Cell.js +4 -4
- package/esm/components/table/ColGroup.js +1 -1
- package/esm/components/table/Head.d.ts +2 -0
- package/esm/components/table/Head.js +12 -9
- package/esm/components/table/HeadCellDropDown.d.ts +2 -0
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.d.ts +42 -40
- package/esm/components/table/HeadCellFilter.js +8 -8
- package/esm/components/table/HeadCellSelect.d.ts +40 -40
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.d.ts +2 -0
- package/esm/components/table/HeadCellSort.js +8 -8
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/Row.d.ts +2 -0
- package/esm/components/table/Row.js +4 -3
- package/esm/components/table/SummaryRow.js +1 -1
- package/esm/components/table/index.d.ts +162 -160
- package/esm/components/table/index.js +7 -5
- package/esm/components/table/util.d.ts +7 -7
- package/esm/components/table/util.js +4 -2
- 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/arrow-double-left.svg.js +1 -1
- package/esm/icons/arrow-double-right.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/fullscreen.svg.js +21 -0
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/if.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/sub-plus.svg.js +20 -0
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo-normal.svg.js +25 -0
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/unfullscreen.svg.js +21 -0
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +4 -2
- package/esm/locale/de-DE.js +27 -11
- package/esm/locale/en-US.js +18 -2
- package/esm/locale/zh-CN.js +19 -3
- package/esm/node_modules/pdfjs-dist/build/pdf.worker.min.js +37 -0
- package/esm/node_modules/smooth-signature/es/index.js +506 -0
- 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/_commonjsHelpers.js +14 -0
- package/lib/_virtual/pdf.worker.min.js +12 -0
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +124 -122
- package/lib/components/Alert.js +10 -6
- package/lib/components/Alert2.d.ts +20 -20
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +20 -20
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.d.ts +12 -11
- package/lib/components/AsideNav.js +5 -2
- package/lib/components/AssociatedSelection.d.ts +80 -80
- package/lib/components/AssociatedSelection.js +4 -4
- package/lib/components/Avatar.d.ts +70 -70
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.d.ts +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.d.ts +3 -0
- package/lib/components/Breadcrumb.js +7 -6
- package/lib/components/Button.d.ts +42 -41
- package/lib/components/Button.js +3 -3
- package/lib/components/CalendarMobile.d.ts +85 -80
- package/lib/components/CalendarMobile.js +41 -6
- package/lib/components/Card.d.ts +110 -110
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.d.ts +80 -80
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.d.ts +80 -80
- package/lib/components/ChainedSelection.js +8 -6
- package/lib/components/Checkbox.d.ts +12 -11
- package/lib/components/Checkbox.js +6 -6
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.d.ts +1 -1
- package/lib/components/CityDB.js +377 -889
- package/lib/components/CodeMirror.d.ts +1 -0
- package/lib/components/CodeMirror.js +15 -4
- package/lib/components/Collapse.d.ts +140 -140
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.d.ts +20 -20
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +40 -40
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConfirmBox.d.ts +81 -80
- package/lib/components/ConfirmBox.js +6 -3
- package/lib/components/ContextMenu.d.ts +17 -3
- package/lib/components/ContextMenu.js +73 -20
- package/lib/components/DatePicker.d.ts +124 -122
- package/lib/components/DatePicker.js +12 -12
- package/lib/components/DateRangePicker.d.ts +293 -289
- package/lib/components/DateRangePicker.js +40 -27
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +30 -30
- package/lib/components/Drawer.js +1 -1
- package/lib/components/DropDownSelection.d.ts +80 -80
- package/lib/components/DropDownSelection.js +1 -1
- package/lib/components/Editor.d.ts +120 -120
- package/lib/components/Editor.js +3 -3
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +80 -80
- package/lib/components/GroupedSelection.js +5 -4
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.d.ts +40 -40
- package/lib/components/ImageGallery.js +2 -1
- package/lib/components/Input.d.ts +3 -1
- package/lib/components/Input.js +3 -3
- package/lib/components/InputBox.d.ts +14 -13
- package/lib/components/InputBox.js +6 -6
- package/lib/components/InputBoxWithSuggestion.js +7 -7
- package/lib/components/InputTable.js +1 -1
- package/lib/components/Layout.d.ts +10 -10
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +82 -80
- package/lib/components/ListMenu.js +3 -3
- package/lib/components/LocationPicker.d.ts +40 -40
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +80 -80
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +160 -160
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +30 -21
- package/lib/components/NumberInput.js +36 -6
- package/lib/components/OverflowTpl.js +1 -1
- package/lib/components/Pagination.d.ts +200 -110
- package/lib/components/Pagination.js +20 -20
- package/lib/components/PdfViewer.d.ts +49 -0
- package/lib/components/PdfViewer.js +91 -0
- package/lib/components/Picker.d.ts +1 -0
- package/lib/components/Picker.js +4 -4
- package/lib/components/PickerColumn.d.ts +1 -0
- package/lib/components/PickerColumn.js +7 -5
- package/lib/components/PickerContainer.d.ts +1 -2
- package/lib/components/PickerContainer.js +26 -16
- package/lib/components/PopOverContainer.d.ts +1 -0
- package/lib/components/PopOverContainer.js +3 -3
- package/lib/components/PopUp.d.ts +40 -40
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +50 -50
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +12 -10
- package/lib/components/Radios.js +4 -3
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +10 -10
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +82 -81
- package/lib/components/ResultBox.js +25 -21
- package/lib/components/ResultList.d.ts +42 -40
- package/lib/components/ResultList.js +5 -4
- package/lib/components/ResultTableList.d.ts +80 -80
- package/lib/components/ResultTableList.js +5 -4
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +3 -3
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +82 -81
- package/lib/components/SearchBox.js +7 -7
- package/lib/components/Select.d.ts +1366 -1357
- package/lib/components/Select.js +12 -11
- package/lib/components/SelectMobile.js +22 -19
- package/lib/components/Selection.d.ts +82 -80
- package/lib/components/Selection.js +1 -1
- package/lib/components/Signature.d.ts +280 -0
- package/lib/components/Signature.js +275 -0
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +60 -60
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +12 -12
- package/lib/components/Switch.js +3 -3
- package/lib/components/TableSelection.d.ts +80 -80
- package/lib/components/TableSelection.js +6 -5
- package/lib/components/Tabs.d.ts +83 -81
- package/lib/components/Tabs.js +21 -22
- package/lib/components/TabsTransfer.d.ts +40 -40
- package/lib/components/TabsTransfer.js +16 -14
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +70 -70
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +42 -42
- package/lib/components/Textarea.js +3 -3
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.d.ts +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.js +7 -4
- package/lib/components/TitleBar.d.ts +10 -10
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +80 -80
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +42 -42
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +192 -190
- package/lib/components/Transfer.js +16 -16
- package/lib/components/TransferDropDown.d.ts +160 -160
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +286 -290
- package/lib/components/Tree.js +31 -29
- package/lib/components/TreeSelection.d.ts +120 -120
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +1 -1
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/WithRemoteConfig.d.ts +9 -0
- package/lib/components/WithRemoteConfig.js +19 -3
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.d.ts +2 -1
- package/lib/components/calendar/Calendar.js +6 -5
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.d.ts +2 -1
- package/lib/components/calendar/DaysView.js +17 -15
- package/lib/components/calendar/MonthsView.d.ts +2 -0
- package/lib/components/calendar/MonthsView.js +8 -6
- package/lib/components/calendar/QuartersView.d.ts +2 -0
- package/lib/components/calendar/QuartersView.js +7 -6
- package/lib/components/calendar/TimeView.d.ts +2 -0
- package/lib/components/calendar/TimeView.js +8 -7
- package/lib/components/calendar/YearsView.d.ts +2 -0
- package/lib/components/calendar/YearsView.js +6 -5
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.js +1 -1
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.js +1 -1
- package/lib/components/condition-builder/GroupOrItem.js +1 -1
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.js +1 -1
- package/lib/components/condition-builder/Value.d.ts +1 -0
- package/lib/components/condition-builder/Value.js +28 -12
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.d.ts +1 -1
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/formula/CodeEditor.d.ts +92 -0
- package/lib/components/formula/CodeEditor.js +110 -0
- package/lib/components/formula/Editor.d.ts +64 -69
- package/lib/components/formula/Editor.js +172 -78
- package/lib/components/formula/FuncList.d.ts +1 -1
- package/lib/components/formula/FuncList.js +10 -9
- package/lib/components/formula/Input.d.ts +68 -54
- package/lib/components/formula/Input.js +43 -101
- package/lib/components/formula/Picker.d.ts +74 -60
- package/lib/components/formula/Picker.js +128 -68
- package/lib/components/formula/VariableList.d.ts +1 -1
- package/lib/components/formula/VariableList.js +24 -10
- package/lib/components/formula/plugin.d.ts +28 -7
- package/lib/components/formula/plugin.js +220 -89
- package/lib/components/icons.d.ts +4 -2
- package/lib/components/icons.js +14 -5
- package/lib/components/index.d.ts +5 -3
- package/lib/components/json-schema/Array.js +3 -3
- package/lib/components/json-schema/Item.d.ts +3 -1
- package/lib/components/json-schema/Item.js +39 -8
- package/lib/components/json-schema/Object.d.ts +3 -1
- package/lib/components/json-schema/Object.js +113 -51
- package/lib/components/json-schema/index.d.ts +53 -50
- package/lib/components/json-schema/index.js +18 -5
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.d.ts +2 -1
- package/lib/components/menu/MenuItem.js +3 -3
- package/lib/components/menu/SubMenu.d.ts +2 -1
- package/lib/components/menu/SubMenu.js +5 -5
- package/lib/components/menu/index.d.ts +86 -83
- package/lib/components/menu/index.js +10 -7
- package/lib/components/schema-editor/Array.js +23 -8
- package/lib/components/schema-editor/Common.d.ts +17 -1
- package/lib/components/schema-editor/Common.js +83 -36
- package/lib/components/schema-editor/Item.js +2 -2
- package/lib/components/schema-editor/Object.d.ts +7 -1
- package/lib/components/schema-editor/Object.js +105 -13
- package/lib/components/schema-editor/SchemaVariableList.d.ts +1 -1
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +48 -40
- package/lib/components/schema-editor/index.js +4 -4
- package/lib/components/table/Cell.d.ts +2 -0
- package/lib/components/table/Cell.js +4 -4
- package/lib/components/table/ColGroup.js +1 -1
- package/lib/components/table/Head.d.ts +2 -0
- package/lib/components/table/Head.js +12 -9
- package/lib/components/table/HeadCellDropDown.d.ts +2 -0
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +82 -80
- package/lib/components/table/HeadCellFilter.js +8 -8
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.d.ts +2 -0
- package/lib/components/table/HeadCellSort.js +7 -7
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/Row.d.ts +2 -0
- package/lib/components/table/Row.js +4 -3
- package/lib/components/table/SummaryRow.js +1 -1
- package/lib/components/table/index.d.ts +122 -120
- package/lib/components/table/index.js +7 -5
- package/lib/components/table/util.d.ts +7 -7
- package/lib/components/table/util.js +4 -2
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-sub-form.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/arrow-double-left.svg.js +1 -1
- package/lib/icons/arrow-double-right.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/fullscreen.svg.js +28 -0
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/if.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/sub-plus.svg.js +27 -0
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo-normal.svg.js +32 -0
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/unfullscreen.svg.js +28 -0
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +6 -1
- package/lib/locale/de-DE.js +27 -11
- package/lib/locale/en-US.js +18 -2
- package/lib/locale/zh-CN.js +19 -3
- package/lib/node_modules/pdfjs-dist/build/pdf.worker.min.js +41 -0
- package/lib/node_modules/smooth-signature/es/index.js +510 -0
- package/lib/{scss → packages/amis-ui/scss}/helper.scss.js +1 -1
- package/lib/{scss → packages/amis-ui/scss}/themes/ang.scss.js +1 -1
- package/lib/{scss → packages/amis-ui/scss}/themes/antd.scss.js +1 -1
- package/lib/{scss → packages/amis-ui/scss}/themes/cxd.scss.js +1 -1
- package/lib/{scss → packages/amis-ui/scss}/themes/dark.scss.js +1 -1
- package/lib/{scss → packages/amis-ui/scss}/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +1032 -38
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +1032 -38
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +1032 -38
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +1032 -38
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +1032 -38
- package/package.json +4 -3
- package/scss/_components.scss +7 -0
- package/scss/_mixins.scss +1 -0
- package/scss/_thirds.scss +3 -0
- package/scss/components/_collapse.scss +1 -1
- package/scss/components/_condition-builder.scss +18 -0
- package/scss/components/_crud2.scss +4 -0
- package/scss/components/_formula.scss +148 -26
- package/scss/components/_image-gallery.scss +7 -1
- package/scss/components/_input-box.scss +6 -0
- package/scss/components/_json-schema-editor.scss +24 -3
- package/scss/components/_json-schema.scss +5 -0
- package/scss/components/_menu.scss +3 -0
- package/scss/components/_pdf_viewer.scss +47 -0
- package/scss/components/_signature.scss +97 -0
- package/scss/components/_table.scss +6 -1
- package/scss/components/_tabs.scss +10 -4
- package/scss/components/form/_combo.scss +1 -0
- package/scss/components/form/_form.scss +10 -0
- package/scss/components/form/_icon-select.scss +3 -0
- package/scss/components/form/_picker.scss +2 -1
- package/scss/components/form/_tag.scss +2 -1
- package/scss/components/form/_text.scss +4 -4
- package/scss/themes/_common.scss +2 -0
|
@@ -8,6 +8,7 @@ import React from 'react';
|
|
|
8
8
|
import Sortable from 'sortablejs';
|
|
9
9
|
import { ClassNamesFn, ThemeProps, LocaleProps } from 'amis-core';
|
|
10
10
|
import { SpinnerExtraProps } from '../Spinner';
|
|
11
|
+
import type { TestIdBuilder } from 'amis-core';
|
|
11
12
|
export interface ColumnProps {
|
|
12
13
|
title: string | React.ReactNode | Function;
|
|
13
14
|
name: string;
|
|
@@ -125,6 +126,7 @@ export interface TableProps extends ThemeProps, LocaleProps, SpinnerExtraProps {
|
|
|
125
126
|
*/
|
|
126
127
|
autoFillHeight?: boolean | AutoFillHeightObject;
|
|
127
128
|
lazyRenderAfter?: boolean;
|
|
129
|
+
testIdBuilder?: TestIdBuilder;
|
|
128
130
|
}
|
|
129
131
|
export interface ScrollProps {
|
|
130
132
|
x: number | string | true;
|
|
@@ -235,13 +237,13 @@ export declare class Table extends React.PureComponent<TableProps, TableState> {
|
|
|
235
237
|
render(): React.JSX.Element;
|
|
236
238
|
}
|
|
237
239
|
declare const _default: {
|
|
238
|
-
new (props: Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
239
|
-
title?: Function | React.ReactNode;
|
|
240
|
+
new (props: Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
240
241
|
className?: string | undefined;
|
|
241
|
-
|
|
242
|
+
title?: Function | React.ReactNode;
|
|
242
243
|
columns?: ColumnProps[] | undefined;
|
|
243
|
-
|
|
244
|
+
placeholder?: Function | React.ReactNode;
|
|
244
245
|
indentSize?: number | undefined;
|
|
246
|
+
dataSource?: any[] | undefined;
|
|
245
247
|
showHeader?: boolean | undefined;
|
|
246
248
|
tableLayout?: string | undefined;
|
|
247
249
|
} & {} & {
|
|
@@ -253,13 +255,13 @@ declare const _default: {
|
|
|
253
255
|
getWrappedInstance(): any;
|
|
254
256
|
render(): React.JSX.Element;
|
|
255
257
|
context: unknown;
|
|
256
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
257
|
-
title?: Function | React.ReactNode;
|
|
258
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
258
259
|
className?: string | undefined;
|
|
259
|
-
|
|
260
|
+
title?: Function | React.ReactNode;
|
|
260
261
|
columns?: ColumnProps[] | undefined;
|
|
261
|
-
|
|
262
|
+
placeholder?: Function | React.ReactNode;
|
|
262
263
|
indentSize?: number | undefined;
|
|
264
|
+
dataSource?: any[] | undefined;
|
|
263
265
|
showHeader?: boolean | undefined;
|
|
264
266
|
tableLayout?: string | undefined;
|
|
265
267
|
} & {} & {
|
|
@@ -267,13 +269,13 @@ declare const _default: {
|
|
|
267
269
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
268
270
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
269
271
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
270
|
-
readonly props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
271
|
-
title?: Function | React.ReactNode;
|
|
272
|
+
readonly props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
272
273
|
className?: string | undefined;
|
|
273
|
-
|
|
274
|
+
title?: Function | React.ReactNode;
|
|
274
275
|
columns?: ColumnProps[] | undefined;
|
|
275
|
-
|
|
276
|
+
placeholder?: Function | React.ReactNode;
|
|
276
277
|
indentSize?: number | undefined;
|
|
278
|
+
dataSource?: any[] | undefined;
|
|
277
279
|
showHeader?: boolean | undefined;
|
|
278
280
|
tableLayout?: string | undefined;
|
|
279
281
|
} & {} & {
|
|
@@ -285,13 +287,13 @@ declare const _default: {
|
|
|
285
287
|
[key: string]: React.ReactInstance;
|
|
286
288
|
};
|
|
287
289
|
componentDidMount?(): void;
|
|
288
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
289
|
-
title?: Function | React.ReactNode;
|
|
290
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
290
291
|
className?: string | undefined;
|
|
291
|
-
|
|
292
|
+
title?: Function | React.ReactNode;
|
|
292
293
|
columns?: ColumnProps[] | undefined;
|
|
293
|
-
|
|
294
|
+
placeholder?: Function | React.ReactNode;
|
|
294
295
|
indentSize?: number | undefined;
|
|
296
|
+
dataSource?: any[] | undefined;
|
|
295
297
|
showHeader?: boolean | undefined;
|
|
296
298
|
tableLayout?: string | undefined;
|
|
297
299
|
} & {} & {
|
|
@@ -300,26 +302,26 @@ declare const _default: {
|
|
|
300
302
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
301
303
|
componentWillUnmount?(): void;
|
|
302
304
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
303
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
304
|
-
title?: Function | React.ReactNode;
|
|
305
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
305
306
|
className?: string | undefined;
|
|
306
|
-
|
|
307
|
+
title?: Function | React.ReactNode;
|
|
307
308
|
columns?: ColumnProps[] | undefined;
|
|
308
|
-
|
|
309
|
+
placeholder?: Function | React.ReactNode;
|
|
309
310
|
indentSize?: number | undefined;
|
|
311
|
+
dataSource?: any[] | undefined;
|
|
310
312
|
showHeader?: boolean | undefined;
|
|
311
313
|
tableLayout?: string | undefined;
|
|
312
314
|
} & {} & {
|
|
313
315
|
locale?: string | undefined;
|
|
314
316
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
315
317
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
316
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
317
|
-
title?: Function | React.ReactNode;
|
|
318
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
318
319
|
className?: string | undefined;
|
|
319
|
-
|
|
320
|
+
title?: Function | React.ReactNode;
|
|
320
321
|
columns?: ColumnProps[] | undefined;
|
|
321
|
-
|
|
322
|
+
placeholder?: Function | React.ReactNode;
|
|
322
323
|
indentSize?: number | undefined;
|
|
324
|
+
dataSource?: any[] | undefined;
|
|
323
325
|
showHeader?: boolean | undefined;
|
|
324
326
|
tableLayout?: string | undefined;
|
|
325
327
|
} & {} & {
|
|
@@ -328,52 +330,52 @@ declare const _default: {
|
|
|
328
330
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
329
331
|
componentWillMount?(): void;
|
|
330
332
|
UNSAFE_componentWillMount?(): void;
|
|
331
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
332
|
-
title?: Function | React.ReactNode;
|
|
333
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
333
334
|
className?: string | undefined;
|
|
334
|
-
|
|
335
|
+
title?: Function | React.ReactNode;
|
|
335
336
|
columns?: ColumnProps[] | undefined;
|
|
336
|
-
|
|
337
|
+
placeholder?: Function | React.ReactNode;
|
|
337
338
|
indentSize?: number | undefined;
|
|
339
|
+
dataSource?: any[] | undefined;
|
|
338
340
|
showHeader?: boolean | undefined;
|
|
339
341
|
tableLayout?: string | undefined;
|
|
340
342
|
} & {} & {
|
|
341
343
|
locale?: string | undefined;
|
|
342
344
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
343
345
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
344
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
345
|
-
title?: Function | React.ReactNode;
|
|
346
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
346
347
|
className?: string | undefined;
|
|
347
|
-
|
|
348
|
+
title?: Function | React.ReactNode;
|
|
348
349
|
columns?: ColumnProps[] | undefined;
|
|
349
|
-
|
|
350
|
+
placeholder?: Function | React.ReactNode;
|
|
350
351
|
indentSize?: number | undefined;
|
|
352
|
+
dataSource?: any[] | undefined;
|
|
351
353
|
showHeader?: boolean | undefined;
|
|
352
354
|
tableLayout?: string | undefined;
|
|
353
355
|
} & {} & {
|
|
354
356
|
locale?: string | undefined;
|
|
355
357
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
356
358
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
357
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
358
|
-
title?: Function | React.ReactNode;
|
|
359
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
359
360
|
className?: string | undefined;
|
|
360
|
-
|
|
361
|
+
title?: Function | React.ReactNode;
|
|
361
362
|
columns?: ColumnProps[] | undefined;
|
|
362
|
-
|
|
363
|
+
placeholder?: Function | React.ReactNode;
|
|
363
364
|
indentSize?: number | undefined;
|
|
365
|
+
dataSource?: any[] | undefined;
|
|
364
366
|
showHeader?: boolean | undefined;
|
|
365
367
|
tableLayout?: string | undefined;
|
|
366
368
|
} & {} & {
|
|
367
369
|
locale?: string | undefined;
|
|
368
370
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
369
371
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
370
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
371
|
-
title?: Function | React.ReactNode;
|
|
372
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
372
373
|
className?: string | undefined;
|
|
373
|
-
|
|
374
|
+
title?: Function | React.ReactNode;
|
|
374
375
|
columns?: ColumnProps[] | undefined;
|
|
375
|
-
|
|
376
|
+
placeholder?: Function | React.ReactNode;
|
|
376
377
|
indentSize?: number | undefined;
|
|
378
|
+
dataSource?: any[] | undefined;
|
|
377
379
|
showHeader?: boolean | undefined;
|
|
378
380
|
tableLayout?: string | undefined;
|
|
379
381
|
} & {} & {
|
|
@@ -384,13 +386,13 @@ declare const _default: {
|
|
|
384
386
|
displayName: string;
|
|
385
387
|
contextType: React.Context<string>;
|
|
386
388
|
ComposedComponent: React.ComponentType<{
|
|
387
|
-
new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
388
|
-
title?: Function | React.ReactNode;
|
|
389
|
+
new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
389
390
|
className?: string | undefined;
|
|
390
|
-
|
|
391
|
+
title?: Function | React.ReactNode;
|
|
391
392
|
columns?: ColumnProps[] | undefined;
|
|
392
|
-
|
|
393
|
+
placeholder?: Function | React.ReactNode;
|
|
393
394
|
indentSize?: number | undefined;
|
|
395
|
+
dataSource?: any[] | undefined;
|
|
394
396
|
showHeader?: boolean | undefined;
|
|
395
397
|
tableLayout?: string | undefined;
|
|
396
398
|
} & {} & {
|
|
@@ -402,13 +404,13 @@ declare const _default: {
|
|
|
402
404
|
getWrappedInstance(): any;
|
|
403
405
|
render(): React.JSX.Element;
|
|
404
406
|
context: unknown;
|
|
405
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
406
|
-
title?: Function | React.ReactNode;
|
|
407
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
407
408
|
className?: string | undefined;
|
|
408
|
-
|
|
409
|
+
title?: Function | React.ReactNode;
|
|
409
410
|
columns?: ColumnProps[] | undefined;
|
|
410
|
-
|
|
411
|
+
placeholder?: Function | React.ReactNode;
|
|
411
412
|
indentSize?: number | undefined;
|
|
413
|
+
dataSource?: any[] | undefined;
|
|
412
414
|
showHeader?: boolean | undefined;
|
|
413
415
|
tableLayout?: string | undefined;
|
|
414
416
|
} & {} & {
|
|
@@ -416,13 +418,13 @@ declare const _default: {
|
|
|
416
418
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
417
419
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
418
420
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
419
|
-
readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
420
|
-
title?: Function | React.ReactNode;
|
|
421
|
+
readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
421
422
|
className?: string | undefined;
|
|
422
|
-
|
|
423
|
+
title?: Function | React.ReactNode;
|
|
423
424
|
columns?: ColumnProps[] | undefined;
|
|
424
|
-
|
|
425
|
+
placeholder?: Function | React.ReactNode;
|
|
425
426
|
indentSize?: number | undefined;
|
|
427
|
+
dataSource?: any[] | undefined;
|
|
426
428
|
showHeader?: boolean | undefined;
|
|
427
429
|
tableLayout?: string | undefined;
|
|
428
430
|
} & {} & {
|
|
@@ -434,13 +436,13 @@ declare const _default: {
|
|
|
434
436
|
[key: string]: React.ReactInstance;
|
|
435
437
|
};
|
|
436
438
|
componentDidMount?(): void;
|
|
437
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
438
|
-
title?: Function | React.ReactNode;
|
|
439
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
439
440
|
className?: string | undefined;
|
|
440
|
-
|
|
441
|
+
title?: Function | React.ReactNode;
|
|
441
442
|
columns?: ColumnProps[] | undefined;
|
|
442
|
-
|
|
443
|
+
placeholder?: Function | React.ReactNode;
|
|
443
444
|
indentSize?: number | undefined;
|
|
445
|
+
dataSource?: any[] | undefined;
|
|
444
446
|
showHeader?: boolean | undefined;
|
|
445
447
|
tableLayout?: string | undefined;
|
|
446
448
|
} & {} & {
|
|
@@ -449,26 +451,26 @@ declare const _default: {
|
|
|
449
451
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
450
452
|
componentWillUnmount?(): void;
|
|
451
453
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
452
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
453
|
-
title?: Function | React.ReactNode;
|
|
454
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
454
455
|
className?: string | undefined;
|
|
455
|
-
|
|
456
|
+
title?: Function | React.ReactNode;
|
|
456
457
|
columns?: ColumnProps[] | undefined;
|
|
457
|
-
|
|
458
|
+
placeholder?: Function | React.ReactNode;
|
|
458
459
|
indentSize?: number | undefined;
|
|
460
|
+
dataSource?: any[] | undefined;
|
|
459
461
|
showHeader?: boolean | undefined;
|
|
460
462
|
tableLayout?: string | undefined;
|
|
461
463
|
} & {} & {
|
|
462
464
|
locale?: string | undefined;
|
|
463
465
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
464
466
|
}>, prevState: Readonly<{}>): any;
|
|
465
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
466
|
-
title?: Function | React.ReactNode;
|
|
467
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
467
468
|
className?: string | undefined;
|
|
468
|
-
|
|
469
|
+
title?: Function | React.ReactNode;
|
|
469
470
|
columns?: ColumnProps[] | undefined;
|
|
470
|
-
|
|
471
|
+
placeholder?: Function | React.ReactNode;
|
|
471
472
|
indentSize?: number | undefined;
|
|
473
|
+
dataSource?: any[] | undefined;
|
|
472
474
|
showHeader?: boolean | undefined;
|
|
473
475
|
tableLayout?: string | undefined;
|
|
474
476
|
} & {} & {
|
|
@@ -477,52 +479,52 @@ declare const _default: {
|
|
|
477
479
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
478
480
|
componentWillMount?(): void;
|
|
479
481
|
UNSAFE_componentWillMount?(): void;
|
|
480
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
481
|
-
title?: Function | React.ReactNode;
|
|
482
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
482
483
|
className?: string | undefined;
|
|
483
|
-
|
|
484
|
+
title?: Function | React.ReactNode;
|
|
484
485
|
columns?: ColumnProps[] | undefined;
|
|
485
|
-
|
|
486
|
+
placeholder?: Function | React.ReactNode;
|
|
486
487
|
indentSize?: number | undefined;
|
|
488
|
+
dataSource?: any[] | undefined;
|
|
487
489
|
showHeader?: boolean | undefined;
|
|
488
490
|
tableLayout?: string | undefined;
|
|
489
491
|
} & {} & {
|
|
490
492
|
locale?: string | undefined;
|
|
491
493
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
492
494
|
}>, nextContext: any): void;
|
|
493
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
494
|
-
title?: Function | React.ReactNode;
|
|
495
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
495
496
|
className?: string | undefined;
|
|
496
|
-
|
|
497
|
+
title?: Function | React.ReactNode;
|
|
497
498
|
columns?: ColumnProps[] | undefined;
|
|
498
|
-
|
|
499
|
+
placeholder?: Function | React.ReactNode;
|
|
499
500
|
indentSize?: number | undefined;
|
|
501
|
+
dataSource?: any[] | undefined;
|
|
500
502
|
showHeader?: boolean | undefined;
|
|
501
503
|
tableLayout?: string | undefined;
|
|
502
504
|
} & {} & {
|
|
503
505
|
locale?: string | undefined;
|
|
504
506
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
505
507
|
}>, nextContext: any): void;
|
|
506
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
507
|
-
title?: Function | React.ReactNode;
|
|
508
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
508
509
|
className?: string | undefined;
|
|
509
|
-
|
|
510
|
+
title?: Function | React.ReactNode;
|
|
510
511
|
columns?: ColumnProps[] | undefined;
|
|
511
|
-
|
|
512
|
+
placeholder?: Function | React.ReactNode;
|
|
512
513
|
indentSize?: number | undefined;
|
|
514
|
+
dataSource?: any[] | undefined;
|
|
513
515
|
showHeader?: boolean | undefined;
|
|
514
516
|
tableLayout?: string | undefined;
|
|
515
517
|
} & {} & {
|
|
516
518
|
locale?: string | undefined;
|
|
517
519
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
518
520
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
519
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
520
|
-
title?: Function | React.ReactNode;
|
|
521
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
521
522
|
className?: string | undefined;
|
|
522
|
-
|
|
523
|
+
title?: Function | React.ReactNode;
|
|
523
524
|
columns?: ColumnProps[] | undefined;
|
|
524
|
-
|
|
525
|
+
placeholder?: Function | React.ReactNode;
|
|
525
526
|
indentSize?: number | undefined;
|
|
527
|
+
dataSource?: any[] | undefined;
|
|
526
528
|
showHeader?: boolean | undefined;
|
|
527
529
|
tableLayout?: string | undefined;
|
|
528
530
|
} & {} & {
|
|
@@ -537,13 +539,13 @@ declare const _default: {
|
|
|
537
539
|
ComposedComponent: typeof Table;
|
|
538
540
|
}>;
|
|
539
541
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
540
|
-
new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
541
|
-
title?: Function | React.ReactNode;
|
|
542
|
+
new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
542
543
|
className?: string | undefined;
|
|
543
|
-
|
|
544
|
+
title?: Function | React.ReactNode;
|
|
544
545
|
columns?: ColumnProps[] | undefined;
|
|
545
|
-
|
|
546
|
+
placeholder?: Function | React.ReactNode;
|
|
546
547
|
indentSize?: number | undefined;
|
|
548
|
+
dataSource?: any[] | undefined;
|
|
547
549
|
showHeader?: boolean | undefined;
|
|
548
550
|
tableLayout?: string | undefined;
|
|
549
551
|
} & {} & {
|
|
@@ -555,13 +557,13 @@ declare const _default: {
|
|
|
555
557
|
getWrappedInstance(): any;
|
|
556
558
|
render(): React.JSX.Element;
|
|
557
559
|
context: unknown;
|
|
558
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
559
|
-
title?: Function | React.ReactNode;
|
|
560
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
560
561
|
className?: string | undefined;
|
|
561
|
-
|
|
562
|
+
title?: Function | React.ReactNode;
|
|
562
563
|
columns?: ColumnProps[] | undefined;
|
|
563
|
-
|
|
564
|
+
placeholder?: Function | React.ReactNode;
|
|
564
565
|
indentSize?: number | undefined;
|
|
566
|
+
dataSource?: any[] | undefined;
|
|
565
567
|
showHeader?: boolean | undefined;
|
|
566
568
|
tableLayout?: string | undefined;
|
|
567
569
|
} & {} & {
|
|
@@ -569,13 +571,13 @@ declare const _default: {
|
|
|
569
571
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
570
572
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
571
573
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
572
|
-
readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
573
|
-
title?: Function | React.ReactNode;
|
|
574
|
+
readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
574
575
|
className?: string | undefined;
|
|
575
|
-
|
|
576
|
+
title?: Function | React.ReactNode;
|
|
576
577
|
columns?: ColumnProps[] | undefined;
|
|
577
|
-
|
|
578
|
+
placeholder?: Function | React.ReactNode;
|
|
578
579
|
indentSize?: number | undefined;
|
|
580
|
+
dataSource?: any[] | undefined;
|
|
579
581
|
showHeader?: boolean | undefined;
|
|
580
582
|
tableLayout?: string | undefined;
|
|
581
583
|
} & {} & {
|
|
@@ -587,13 +589,13 @@ declare const _default: {
|
|
|
587
589
|
[key: string]: React.ReactInstance;
|
|
588
590
|
};
|
|
589
591
|
componentDidMount?(): void;
|
|
590
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
591
|
-
title?: Function | React.ReactNode;
|
|
592
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
592
593
|
className?: string | undefined;
|
|
593
|
-
|
|
594
|
+
title?: Function | React.ReactNode;
|
|
594
595
|
columns?: ColumnProps[] | undefined;
|
|
595
|
-
|
|
596
|
+
placeholder?: Function | React.ReactNode;
|
|
596
597
|
indentSize?: number | undefined;
|
|
598
|
+
dataSource?: any[] | undefined;
|
|
597
599
|
showHeader?: boolean | undefined;
|
|
598
600
|
tableLayout?: string | undefined;
|
|
599
601
|
} & {} & {
|
|
@@ -602,26 +604,26 @@ declare const _default: {
|
|
|
602
604
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
603
605
|
componentWillUnmount?(): void;
|
|
604
606
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
605
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
606
|
-
title?: Function | React.ReactNode;
|
|
607
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
607
608
|
className?: string | undefined;
|
|
608
|
-
|
|
609
|
+
title?: Function | React.ReactNode;
|
|
609
610
|
columns?: ColumnProps[] | undefined;
|
|
610
|
-
|
|
611
|
+
placeholder?: Function | React.ReactNode;
|
|
611
612
|
indentSize?: number | undefined;
|
|
613
|
+
dataSource?: any[] | undefined;
|
|
612
614
|
showHeader?: boolean | undefined;
|
|
613
615
|
tableLayout?: string | undefined;
|
|
614
616
|
} & {} & {
|
|
615
617
|
locale?: string | undefined;
|
|
616
618
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
617
619
|
}>, prevState: Readonly<{}>): any;
|
|
618
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
619
|
-
title?: Function | React.ReactNode;
|
|
620
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
620
621
|
className?: string | undefined;
|
|
621
|
-
|
|
622
|
+
title?: Function | React.ReactNode;
|
|
622
623
|
columns?: ColumnProps[] | undefined;
|
|
623
|
-
|
|
624
|
+
placeholder?: Function | React.ReactNode;
|
|
624
625
|
indentSize?: number | undefined;
|
|
626
|
+
dataSource?: any[] | undefined;
|
|
625
627
|
showHeader?: boolean | undefined;
|
|
626
628
|
tableLayout?: string | undefined;
|
|
627
629
|
} & {} & {
|
|
@@ -630,52 +632,52 @@ declare const _default: {
|
|
|
630
632
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
631
633
|
componentWillMount?(): void;
|
|
632
634
|
UNSAFE_componentWillMount?(): void;
|
|
633
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
634
|
-
title?: Function | React.ReactNode;
|
|
635
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
635
636
|
className?: string | undefined;
|
|
636
|
-
|
|
637
|
+
title?: Function | React.ReactNode;
|
|
637
638
|
columns?: ColumnProps[] | undefined;
|
|
638
|
-
|
|
639
|
+
placeholder?: Function | React.ReactNode;
|
|
639
640
|
indentSize?: number | undefined;
|
|
641
|
+
dataSource?: any[] | undefined;
|
|
640
642
|
showHeader?: boolean | undefined;
|
|
641
643
|
tableLayout?: string | undefined;
|
|
642
644
|
} & {} & {
|
|
643
645
|
locale?: string | undefined;
|
|
644
646
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
645
647
|
}>, nextContext: any): void;
|
|
646
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
647
|
-
title?: Function | React.ReactNode;
|
|
648
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
648
649
|
className?: string | undefined;
|
|
649
|
-
|
|
650
|
+
title?: Function | React.ReactNode;
|
|
650
651
|
columns?: ColumnProps[] | undefined;
|
|
651
|
-
|
|
652
|
+
placeholder?: Function | React.ReactNode;
|
|
652
653
|
indentSize?: number | undefined;
|
|
654
|
+
dataSource?: any[] | undefined;
|
|
653
655
|
showHeader?: boolean | undefined;
|
|
654
656
|
tableLayout?: string | undefined;
|
|
655
657
|
} & {} & {
|
|
656
658
|
locale?: string | undefined;
|
|
657
659
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
658
660
|
}>, nextContext: any): void;
|
|
659
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
660
|
-
title?: Function | React.ReactNode;
|
|
661
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
661
662
|
className?: string | undefined;
|
|
662
|
-
|
|
663
|
+
title?: Function | React.ReactNode;
|
|
663
664
|
columns?: ColumnProps[] | undefined;
|
|
664
|
-
|
|
665
|
+
placeholder?: Function | React.ReactNode;
|
|
665
666
|
indentSize?: number | undefined;
|
|
667
|
+
dataSource?: any[] | undefined;
|
|
666
668
|
showHeader?: boolean | undefined;
|
|
667
669
|
tableLayout?: string | undefined;
|
|
668
670
|
} & {} & {
|
|
669
671
|
locale?: string | undefined;
|
|
670
672
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
671
673
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
672
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
673
|
-
title?: Function | React.ReactNode;
|
|
674
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
674
675
|
className?: string | undefined;
|
|
675
|
-
|
|
676
|
+
title?: Function | React.ReactNode;
|
|
676
677
|
columns?: ColumnProps[] | undefined;
|
|
677
|
-
|
|
678
|
+
placeholder?: Function | React.ReactNode;
|
|
678
679
|
indentSize?: number | undefined;
|
|
680
|
+
dataSource?: any[] | undefined;
|
|
679
681
|
showHeader?: boolean | undefined;
|
|
680
682
|
tableLayout?: string | undefined;
|
|
681
683
|
} & {} & {
|
|
@@ -690,13 +692,13 @@ declare const _default: {
|
|
|
690
692
|
ComposedComponent: typeof Table;
|
|
691
693
|
}, {}> & {
|
|
692
694
|
ComposedComponent: {
|
|
693
|
-
new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
694
|
-
title?: Function | React.ReactNode;
|
|
695
|
+
new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
695
696
|
className?: string | undefined;
|
|
696
|
-
|
|
697
|
+
title?: Function | React.ReactNode;
|
|
697
698
|
columns?: ColumnProps[] | undefined;
|
|
698
|
-
|
|
699
|
+
placeholder?: Function | React.ReactNode;
|
|
699
700
|
indentSize?: number | undefined;
|
|
701
|
+
dataSource?: any[] | undefined;
|
|
700
702
|
showHeader?: boolean | undefined;
|
|
701
703
|
tableLayout?: string | undefined;
|
|
702
704
|
} & {} & {
|
|
@@ -708,13 +710,13 @@ declare const _default: {
|
|
|
708
710
|
getWrappedInstance(): any;
|
|
709
711
|
render(): React.JSX.Element;
|
|
710
712
|
context: unknown;
|
|
711
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
712
|
-
title?: Function | React.ReactNode;
|
|
713
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
713
714
|
className?: string | undefined;
|
|
714
|
-
|
|
715
|
+
title?: Function | React.ReactNode;
|
|
715
716
|
columns?: ColumnProps[] | undefined;
|
|
716
|
-
|
|
717
|
+
placeholder?: Function | React.ReactNode;
|
|
717
718
|
indentSize?: number | undefined;
|
|
719
|
+
dataSource?: any[] | undefined;
|
|
718
720
|
showHeader?: boolean | undefined;
|
|
719
721
|
tableLayout?: string | undefined;
|
|
720
722
|
} & {} & {
|
|
@@ -722,13 +724,13 @@ declare const _default: {
|
|
|
722
724
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
723
725
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
724
726
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
725
|
-
readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
726
|
-
title?: Function | React.ReactNode;
|
|
727
|
+
readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
727
728
|
className?: string | undefined;
|
|
728
|
-
|
|
729
|
+
title?: Function | React.ReactNode;
|
|
729
730
|
columns?: ColumnProps[] | undefined;
|
|
730
|
-
|
|
731
|
+
placeholder?: Function | React.ReactNode;
|
|
731
732
|
indentSize?: number | undefined;
|
|
733
|
+
dataSource?: any[] | undefined;
|
|
732
734
|
showHeader?: boolean | undefined;
|
|
733
735
|
tableLayout?: string | undefined;
|
|
734
736
|
} & {} & {
|
|
@@ -740,13 +742,13 @@ declare const _default: {
|
|
|
740
742
|
[key: string]: React.ReactInstance;
|
|
741
743
|
};
|
|
742
744
|
componentDidMount?(): void;
|
|
743
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
744
|
-
title?: Function | React.ReactNode;
|
|
745
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
745
746
|
className?: string | undefined;
|
|
746
|
-
|
|
747
|
+
title?: Function | React.ReactNode;
|
|
747
748
|
columns?: ColumnProps[] | undefined;
|
|
748
|
-
|
|
749
|
+
placeholder?: Function | React.ReactNode;
|
|
749
750
|
indentSize?: number | undefined;
|
|
751
|
+
dataSource?: any[] | undefined;
|
|
750
752
|
showHeader?: boolean | undefined;
|
|
751
753
|
tableLayout?: string | undefined;
|
|
752
754
|
} & {} & {
|
|
@@ -755,26 +757,26 @@ declare const _default: {
|
|
|
755
757
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
756
758
|
componentWillUnmount?(): void;
|
|
757
759
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
758
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
759
|
-
title?: Function | React.ReactNode;
|
|
760
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
760
761
|
className?: string | undefined;
|
|
761
|
-
|
|
762
|
+
title?: Function | React.ReactNode;
|
|
762
763
|
columns?: ColumnProps[] | undefined;
|
|
763
|
-
|
|
764
|
+
placeholder?: Function | React.ReactNode;
|
|
764
765
|
indentSize?: number | undefined;
|
|
766
|
+
dataSource?: any[] | undefined;
|
|
765
767
|
showHeader?: boolean | undefined;
|
|
766
768
|
tableLayout?: string | undefined;
|
|
767
769
|
} & {} & {
|
|
768
770
|
locale?: string | undefined;
|
|
769
771
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
770
772
|
}>, prevState: Readonly<{}>): any;
|
|
771
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
772
|
-
title?: Function | React.ReactNode;
|
|
773
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
773
774
|
className?: string | undefined;
|
|
774
|
-
|
|
775
|
+
title?: Function | React.ReactNode;
|
|
775
776
|
columns?: ColumnProps[] | undefined;
|
|
776
|
-
|
|
777
|
+
placeholder?: Function | React.ReactNode;
|
|
777
778
|
indentSize?: number | undefined;
|
|
779
|
+
dataSource?: any[] | undefined;
|
|
778
780
|
showHeader?: boolean | undefined;
|
|
779
781
|
tableLayout?: string | undefined;
|
|
780
782
|
} & {} & {
|
|
@@ -783,52 +785,52 @@ declare const _default: {
|
|
|
783
785
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
784
786
|
componentWillMount?(): void;
|
|
785
787
|
UNSAFE_componentWillMount?(): void;
|
|
786
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
787
|
-
title?: Function | React.ReactNode;
|
|
788
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
788
789
|
className?: string | undefined;
|
|
789
|
-
|
|
790
|
+
title?: Function | React.ReactNode;
|
|
790
791
|
columns?: ColumnProps[] | undefined;
|
|
791
|
-
|
|
792
|
+
placeholder?: Function | React.ReactNode;
|
|
792
793
|
indentSize?: number | undefined;
|
|
794
|
+
dataSource?: any[] | undefined;
|
|
793
795
|
showHeader?: boolean | undefined;
|
|
794
796
|
tableLayout?: string | undefined;
|
|
795
797
|
} & {} & {
|
|
796
798
|
locale?: string | undefined;
|
|
797
799
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
798
800
|
}>, nextContext: any): void;
|
|
799
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
800
|
-
title?: Function | React.ReactNode;
|
|
801
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
801
802
|
className?: string | undefined;
|
|
802
|
-
|
|
803
|
+
title?: Function | React.ReactNode;
|
|
803
804
|
columns?: ColumnProps[] | undefined;
|
|
804
|
-
|
|
805
|
+
placeholder?: Function | React.ReactNode;
|
|
805
806
|
indentSize?: number | undefined;
|
|
807
|
+
dataSource?: any[] | undefined;
|
|
806
808
|
showHeader?: boolean | undefined;
|
|
807
809
|
tableLayout?: string | undefined;
|
|
808
810
|
} & {} & {
|
|
809
811
|
locale?: string | undefined;
|
|
810
812
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
811
813
|
}>, nextContext: any): void;
|
|
812
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
813
|
-
title?: Function | React.ReactNode;
|
|
814
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
814
815
|
className?: string | undefined;
|
|
815
|
-
|
|
816
|
+
title?: Function | React.ReactNode;
|
|
816
817
|
columns?: ColumnProps[] | undefined;
|
|
817
|
-
|
|
818
|
+
placeholder?: Function | React.ReactNode;
|
|
818
819
|
indentSize?: number | undefined;
|
|
820
|
+
dataSource?: any[] | undefined;
|
|
819
821
|
showHeader?: boolean | undefined;
|
|
820
822
|
tableLayout?: string | undefined;
|
|
821
823
|
} & {} & {
|
|
822
824
|
locale?: string | undefined;
|
|
823
825
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
824
826
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
825
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "
|
|
826
|
-
title?: Function | React.ReactNode;
|
|
827
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "theme" | "mobileUI" | "style" | "footer" | "scroll" | "testIdBuilder" | "draggable" | "onDrag" | "onSelect" | "size" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "expandable" | "keyField" | "rowClassName" | "childrenColumnName" | "lazyRenderAfter" | "onSort" | "onFilter" | "rowSelection" | "bordered" | "headSummary" | "footSummary" | "onRow" | "itemActions" | "autoFillHeight"> & {
|
|
827
828
|
className?: string | undefined;
|
|
828
|
-
|
|
829
|
+
title?: Function | React.ReactNode;
|
|
829
830
|
columns?: ColumnProps[] | undefined;
|
|
830
|
-
|
|
831
|
+
placeholder?: Function | React.ReactNode;
|
|
831
832
|
indentSize?: number | undefined;
|
|
833
|
+
dataSource?: any[] | undefined;
|
|
832
834
|
showHeader?: boolean | undefined;
|
|
833
835
|
tableLayout?: string | undefined;
|
|
834
836
|
} & {} & {
|