amis 1.5.7 → 1.6.1
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/.husky/pre-commit +1 -1
- package/README.md +1 -0
- package/lib/RootRenderer.d.ts +2 -0
- package/lib/RootRenderer.js +19 -1
- package/lib/RootRenderer.js.map +2 -2
- package/lib/Schema.d.ts +3 -2
- package/lib/Schema.js.map +1 -1
- package/lib/SchemaRenderer.js +52 -1
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/Scoped.d.ts +2 -0
- package/lib/Scoped.js +27 -1
- package/lib/Scoped.js.map +2 -2
- package/lib/actions/Action.d.ts +33 -0
- package/lib/actions/Action.js +100 -0
- package/lib/actions/Action.js.map +13 -0
- package/lib/actions/AjaxAction.d.ts +14 -0
- package/lib/actions/AjaxAction.js +68 -0
- package/lib/actions/AjaxAction.js.map +13 -0
- package/lib/actions/BreakAction.d.ts +12 -0
- package/lib/actions/BreakAction.js +28 -0
- package/lib/actions/BreakAction.js.map +13 -0
- package/lib/actions/BroadcastAction.d.ts +12 -0
- package/lib/actions/BroadcastAction.js +40 -0
- package/lib/actions/BroadcastAction.js.map +13 -0
- package/lib/actions/CmptAction.d.ts +12 -0
- package/lib/actions/CmptAction.js +40 -0
- package/lib/actions/CmptAction.js.map +13 -0
- package/lib/actions/ContinueAction.d.ts +12 -0
- package/lib/actions/ContinueAction.js +28 -0
- package/lib/actions/ContinueAction.js.map +13 -0
- package/lib/actions/CopyAction.d.ts +12 -0
- package/lib/actions/CopyAction.js +35 -0
- package/lib/actions/CopyAction.js.map +13 -0
- package/lib/actions/CustomAction.d.ts +12 -0
- package/lib/actions/CustomAction.js +43 -0
- package/lib/actions/CustomAction.js.map +13 -0
- package/lib/actions/DialogAction.d.ts +12 -0
- package/lib/actions/DialogAction.js +31 -0
- package/lib/actions/DialogAction.js.map +13 -0
- package/lib/actions/DrawerAction.d.ts +12 -0
- package/lib/actions/DrawerAction.js +31 -0
- package/lib/actions/DrawerAction.js.map +13 -0
- package/lib/actions/EmailAction.d.ts +12 -0
- package/lib/actions/EmailAction.js +37 -0
- package/lib/actions/EmailAction.js.map +13 -0
- package/lib/actions/LoopAction.d.ts +12 -0
- package/lib/actions/LoopAction.js +93 -0
- package/lib/actions/LoopAction.js.map +13 -0
- package/lib/actions/OpenPageAction.d.ts +12 -0
- package/lib/actions/OpenPageAction.js +33 -0
- package/lib/actions/OpenPageAction.js.map +13 -0
- package/lib/actions/ParallelAction.d.ts +5 -0
- package/lib/actions/ParallelAction.js +33 -0
- package/lib/actions/ParallelAction.js.map +13 -0
- package/lib/actions/SwitchAction.d.ts +8 -0
- package/lib/actions/SwitchAction.js +45 -0
- package/lib/actions/SwitchAction.js.map +13 -0
- package/lib/actions/index.d.ts +18 -0
- package/lib/actions/index.js +22 -0
- package/lib/actions/index.js.map +13 -0
- package/lib/components/AnchorNav.d.ts +20 -20
- package/lib/components/AssociatedSelection.d.ts +84 -84
- package/lib/components/AssociatedSelection.js +2 -2
- package/lib/components/AssociatedSelection.js.map +2 -2
- package/lib/components/Avatar.d.ts +135 -0
- package/lib/components/Avatar.js +120 -0
- package/lib/components/Avatar.js.map +13 -0
- package/lib/components/BaiduMapPicker.js.map +2 -2
- package/lib/components/Button.d.ts +20 -20
- package/lib/components/CalendarMobile.d.ts +573 -0
- package/lib/components/CalendarMobile.js +486 -0
- package/lib/components/CalendarMobile.js.map +13 -0
- package/lib/components/Cascader.d.ts +123 -0
- package/lib/components/Cascader.js +487 -0
- package/lib/components/Cascader.js.map +13 -0
- package/lib/components/ChainedSelection.d.ts +84 -84
- package/lib/components/ChainedSelection.js +15 -3
- package/lib/components/ChainedSelection.js.map +2 -2
- package/lib/components/CityArea.d.ts +527 -0
- package/lib/components/CityArea.js +177 -0
- package/lib/components/CityArea.js.map +13 -0
- package/lib/components/Collapse.d.ts +20 -20
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/ColorPicker.js +4 -3
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/DatePicker.d.ts +85 -84
- package/lib/components/DatePicker.js +21 -8
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +85 -84
- package/lib/components/DateRangePicker.js +19 -6
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/GroupedSelection.d.ts +84 -84
- package/lib/components/GroupedSelection.js +14 -2
- package/lib/components/GroupedSelection.js.map +2 -2
- package/lib/components/InputBox.d.ts +21 -21
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/ListMenu.d.ts +84 -84
- package/lib/components/MonthRangePicker.d.ts +85 -84
- package/lib/components/MonthRangePicker.js +18 -7
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/Overlay.d.ts +1 -1
- package/lib/components/Overlay.js.map +1 -1
- package/lib/components/Picker.d.ts +1 -0
- package/lib/components/Picker.js +16 -7
- package/lib/components/Picker.js.map +2 -2
- package/lib/components/PickerColumn.d.ts +1 -0
- package/lib/components/PickerColumn.js +21 -18
- package/lib/components/PickerColumn.js.map +2 -2
- package/lib/components/PickerContainer.d.ts +3 -0
- package/lib/components/PickerContainer.js +12 -5
- package/lib/components/PickerContainer.js.map +2 -2
- package/lib/components/PopOverContainer.d.ts +1 -0
- package/lib/components/PopOverContainer.js +5 -3
- package/lib/components/PopOverContainer.js.map +2 -2
- package/lib/components/PopUp.d.ts +1041 -28
- package/lib/components/PopUp.js +32 -8
- package/lib/components/PopUp.js.map +2 -2
- package/lib/components/Radios.d.ts +21 -21
- package/lib/components/Rating.d.ts +21 -21
- package/lib/components/ResultBox.d.ts +85 -84
- package/lib/components/ResultBox.js +9 -4
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/ResultList.d.ts +9 -2
- package/lib/components/ResultList.js +22 -2
- package/lib/components/ResultList.js.map +2 -2
- package/lib/components/Select.d.ts +238 -238
- package/lib/components/Select.js +13 -9
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Selection.d.ts +94 -86
- package/lib/components/Selection.js +11 -2
- package/lib/components/Selection.js.map +2 -2
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/TableSelection.d.ts +85 -85
- package/lib/components/TableSelection.js +1 -9
- package/lib/components/TableSelection.js.map +2 -2
- package/lib/components/Tabs.js +31 -33
- package/lib/components/Tabs.js.map +2 -2
- package/lib/components/TabsTransfer.d.ts +87 -256
- package/lib/components/TabsTransfer.js +52 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +1 -1
- package/lib/components/TabsTransferPicker.js +20 -18
- package/lib/components/TabsTransferPicker.js.map +2 -2
- package/lib/components/Timeline.d.ts +69 -0
- package/lib/components/Timeline.js +16 -0
- package/lib/components/Timeline.js.map +13 -0
- package/lib/components/TimelineItem.d.ts +517 -0
- package/lib/components/TimelineItem.js +40 -0
- package/lib/components/TimelineItem.js.map +13 -0
- package/lib/components/Transfer.d.ts +100 -98
- package/lib/components/Transfer.js +2 -3
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +85 -84
- package/lib/components/TransferDropDown.js +9 -10
- package/lib/components/TransferDropDown.js.map +2 -2
- package/lib/components/TransferPicker.d.ts +1 -0
- package/lib/components/TransferPicker.js +19 -4
- package/lib/components/TransferPicker.js.map +2 -2
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/TreeSelection.d.ts +85 -85
- package/lib/components/TreeSelection.js +7 -1
- package/lib/components/TreeSelection.js.map +2 -2
- package/lib/components/calendar/Calendar.d.ts +19 -0
- package/lib/components/calendar/Calendar.js +71 -1
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.d.ts +21 -0
- package/lib/components/calendar/DaysView.js +76 -17
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/calendar/MonthsView.d.ts +34 -0
- package/lib/components/calendar/MonthsView.js +68 -3
- package/lib/components/calendar/MonthsView.js.map +2 -2
- package/lib/components/calendar/QuartersView.d.ts +1 -0
- package/lib/components/calendar/QuartersView.js +2 -2
- package/lib/components/calendar/QuartersView.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +30 -18
- package/lib/components/calendar/TimeView.js +47 -8
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.d.ts +6 -0
- package/lib/components/calendar/YearsView.js +21 -10
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/components/condition-builder/Field.js +1 -4
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +3 -0
- package/lib/components/formula/Editor.js +3 -2
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/FuncList.js +2 -1
- package/lib/components/formula/FuncList.js.map +2 -2
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/components/formula/plugin.js +0 -1
- package/lib/components/formula/plugin.js.map +2 -2
- package/lib/components/icons.js +2 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +2 -1
- package/lib/components/index.js +4 -2
- package/lib/components/index.js.map +2 -2
- package/lib/components/virtual-list/SizeAndPositionManager.js.map +2 -2
- package/lib/components/virtual-list/index.js +1 -2
- package/lib/components/virtual-list/index.js.map +2 -2
- package/lib/env.d.ts +4 -0
- package/lib/env.js.map +2 -2
- package/lib/factory.d.ts +2 -1
- package/lib/factory.js +83 -0
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/icons/tree-down.js +7 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +17 -2
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +17 -2
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +16 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +1 -1
- package/lib/renderers/Action.js +26 -10
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/Avatar.d.ts +35 -26
- package/lib/renderers/Avatar.js +14 -19
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/Card.js +6 -5
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Custom.d.ts +1 -1
- package/lib/renderers/Custom.js +1 -1
- package/lib/renderers/Custom.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +11 -2
- package/lib/renderers/DropDownButton.js +30 -12
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Each.js +5 -2
- package/lib/renderers/Each.js.map +2 -2
- package/lib/renderers/Flex.js +1 -5
- package/lib/renderers/Flex.js.map +2 -2
- package/lib/renderers/Form/ChartRadios.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/CityDB.js +526 -2
- package/lib/renderers/Form/CityDB.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +6 -0
- package/lib/renderers/Form/DiffEditor.js +2 -1
- package/lib/renderers/Form/DiffEditor.js.map +2 -2
- package/lib/renderers/Form/Editor.d.ts +6 -0
- package/lib/renderers/Form/InputCity.d.ts +85 -84
- package/lib/renderers/Form/InputCity.js +4 -2
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputColor.js +6 -2
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +10 -5
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +6 -2
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFormula.d.ts +4 -1
- package/lib/renderers/Form/InputFormula.js +2 -2
- package/lib/renderers/Form/InputFormula.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +1 -0
- package/lib/renderers/Form/InputImage.js +8 -4
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputMonthRange.js +1 -1
- package/lib/renderers/Form/InputMonthRange.js.map +2 -2
- package/lib/renderers/Form/InputQuarterRange.js +1 -1
- package/lib/renderers/Form/InputQuarterRange.js.map +2 -2
- package/lib/renderers/Form/InputRichText.d.ts +4 -0
- package/lib/renderers/Form/InputRichText.js +2 -1
- package/lib/renderers/Form/InputRichText.js.map +2 -2
- package/lib/renderers/Form/InputYearRange.js +1 -1
- package/lib/renderers/Form/InputYearRange.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +10 -14
- package/lib/renderers/Form/Item.js +18 -9
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +1 -0
- package/lib/renderers/Form/NestedSelect.js +8 -4
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Options.js +9 -7
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +2 -0
- package/lib/renderers/Form/Select.js +9 -6
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransfer.d.ts +5 -32
- package/lib/renderers/Form/TabsTransfer.js +20 -1
- package/lib/renderers/Form/TabsTransfer.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +5 -35
- package/lib/renderers/Form/TabsTransferPicker.js +21 -2
- package/lib/renderers/Form/TabsTransferPicker.js.map +2 -2
- package/lib/renderers/Form/Transfer.d.ts +15 -4
- package/lib/renderers/Form/Transfer.js +55 -18
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +3 -32
- package/lib/renderers/Form/TransferPicker.js +1 -1
- package/lib/renderers/Form/TransferPicker.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.js +4 -4
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.js +8 -1
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/IFrame.js +0 -2
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Link.d.ts +1 -1
- package/lib/renderers/Link.js +27 -6
- package/lib/renderers/Link.js.map +2 -2
- package/lib/renderers/Log.js +15 -10
- package/lib/renderers/Log.js.map +2 -2
- package/lib/renderers/Nav.d.ts +21 -21
- package/lib/renderers/Remark.d.ts +5 -1
- package/lib/renderers/Remark.js +39 -7
- package/lib/renderers/Remark.js.map +2 -2
- package/lib/renderers/Steps.js +5 -5
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/index.js +4 -1
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +1 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/Timeline.d.ts +65 -0
- package/lib/renderers/Timeline.js +54 -0
- package/lib/renderers/Timeline.js.map +13 -0
- package/lib/renderers/Video.js.map +2 -2
- package/lib/schemaExtend.js +23 -9
- package/lib/schemaExtend.js.map +2 -2
- package/lib/store/combo.js.map +2 -2
- package/lib/store/formItem.js +1 -1
- package/lib/store/formItem.js.map +2 -2
- package/lib/themes/ang-ie11.css +1149 -53
- package/lib/themes/ang.css +1149 -53
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +1187 -53
- package/lib/themes/antd.css +1187 -53
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1189 -70
- package/lib/themes/cxd.css +1189 -70
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +1152 -53
- package/lib/themes/dark.css +1152 -53
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +1189 -70
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/RootClose.js +3 -1
- package/lib/utils/RootClose.js.map +2 -2
- package/lib/utils/api.js +14 -3
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/debug.d.ts +26 -0
- package/lib/utils/debug.js +351 -0
- package/lib/utils/debug.js.map +13 -0
- package/lib/utils/helper.d.ts +1 -6
- package/lib/utils/helper.js +6 -17
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/renderer-event.d.ts +38 -0
- package/lib/utils/renderer-event.js +28 -0
- package/lib/utils/renderer-event.js.map +13 -0
- package/package.json +12 -6
- package/schema.json +3516 -839
- package/scss/_properties.scss +20 -6
- package/scss/_variables.scss +1 -0
- package/scss/components/_avatar.scss +27 -9
- package/scss/components/_calendar.scss +291 -0
- package/scss/components/_card.scss +1 -1
- package/scss/components/_cascader.scss +102 -0
- package/scss/components/_city-area.scss +27 -0
- package/scss/components/_collapse-group.scss +1 -3
- package/scss/components/_debug.scss +167 -0
- package/scss/components/_dropdown.scss +39 -9
- package/scss/components/_formula.scss +30 -6
- package/scss/components/_modal.scss +18 -0
- package/scss/components/_panel.scss +45 -0
- package/scss/components/_picker-columns.scss +15 -5
- package/scss/components/_popup.scss +43 -16
- package/scss/components/_result-box.scss +31 -0
- package/scss/components/_timeline.scss +198 -0
- package/scss/components/form/_checks.scss +2 -0
- package/scss/components/form/_color.scss +2 -2
- package/scss/components/form/_date-range.scss +34 -1
- package/scss/components/form/_date.scss +46 -1
- package/scss/components/form/_form.scss +170 -0
- package/scss/components/form/_nested-select.scss +3 -0
- package/scss/components/form/_result-list.scss +2 -0
- package/scss/components/form/_select.scss +32 -3
- package/scss/components/form/_selection.scss +5 -4
- package/scss/components/form/_transfer.scss +3 -0
- package/scss/components/form/_tree-select.scss +1 -1
- package/scss/themes/_antd-variables.scss +45 -0
- package/scss/themes/_common.scss +5 -0
- package/scss/themes/_cxd-variables.scss +50 -1
- package/scss/themes/_dark-variables.scss +4 -0
- package/scss/themes/cxd.scss +0 -19
- package/sdk/ang-ie11.css +1450 -142
- package/sdk/ang.css +1473 -159
- package/sdk/antd-ie11.css +1451 -142
- package/sdk/antd.css +1511 -159
- package/sdk/charts.js +15 -15
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +1448 -158
- package/sdk/cxd.css +1513 -178
- package/sdk/dark-ie11.css +1450 -142
- package/sdk/dark.css +1476 -159
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/locale/de-DE.js +17 -2
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +18 -18
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +1448 -158
- package/sdk/sdk.css +1513 -178
- package/sdk/sdk.js +1309 -1251
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/RootRenderer.tsx +27 -1
- package/src/Schema.ts +3 -0
- package/src/SchemaRenderer.tsx +70 -4
- package/src/Scoped.tsx +46 -4
- package/src/actions/Action.ts +138 -0
- package/src/actions/AjaxAction.ts +58 -0
- package/src/actions/BreakAction.ts +27 -0
- package/src/actions/BroadcastAction.ts +41 -0
- package/src/actions/CmptAction.ts +36 -0
- package/src/actions/ContinueAction.ts +27 -0
- package/src/actions/CopyAction.ts +41 -0
- package/src/actions/CustomAction.ts +46 -0
- package/src/actions/DialogAction.ts +28 -0
- package/src/actions/DrawerAction.ts +28 -0
- package/src/actions/EmailAction.ts +38 -0
- package/src/actions/LoopAction.ts +77 -0
- package/src/actions/OpenPageAction.ts +39 -0
- package/src/actions/ParallelAction.ts +26 -0
- package/src/actions/SwitchAction.ts +35 -0
- package/src/actions/index.ts +20 -0
- package/src/components/AssociatedSelection.tsx +5 -1
- package/src/components/Avatar.tsx +253 -0
- package/src/components/BaiduMapPicker.tsx +19 -14
- package/src/components/CalendarMobile.tsx +658 -0
- package/src/components/Cascader.tsx +564 -0
- package/src/components/ChainedSelection.tsx +16 -3
- package/src/components/CityArea.tsx +315 -0
- package/src/components/ColorPicker.tsx +41 -40
- package/src/components/DatePicker.tsx +80 -34
- package/src/components/DateRangePicker.tsx +85 -30
- package/src/components/GroupedSelection.tsx +14 -2
- package/src/components/MonthRangePicker.tsx +78 -31
- package/src/components/Overlay.tsx +1 -1
- package/src/components/Picker.tsx +55 -35
- package/src/components/PickerColumn.tsx +43 -36
- package/src/components/PickerContainer.tsx +13 -1
- package/src/components/PopOverContainer.tsx +31 -17
- package/src/components/PopUp.tsx +84 -57
- package/src/components/ResultBox.tsx +14 -2
- package/src/components/ResultList.tsx +36 -6
- package/src/components/Select.tsx +24 -26
- package/src/components/Selection.tsx +21 -3
- package/src/components/Steps.tsx +23 -10
- package/src/components/TableSelection.tsx +1 -44
- package/src/components/Tabs.tsx +65 -54
- package/src/components/TabsTransfer.tsx +78 -9
- package/src/components/TabsTransferPicker.tsx +25 -13
- package/src/components/Timeline.tsx +36 -0
- package/src/components/TimelineItem.tsx +140 -0
- package/src/components/Transfer.tsx +11 -8
- package/src/components/TransferDropDown.tsx +20 -12
- package/src/components/TransferPicker.tsx +25 -4
- package/src/components/TreeSelection.tsx +7 -1
- package/src/components/calendar/Calendar.tsx +101 -4
- package/src/components/calendar/DaysView.tsx +165 -33
- package/src/components/calendar/MonthsView.tsx +108 -1
- package/src/components/calendar/QuartersView.tsx +3 -2
- package/src/components/calendar/TimeView.tsx +104 -41
- package/src/components/calendar/YearsView.tsx +34 -17
- package/src/components/condition-builder/Field.tsx +1 -3
- package/src/components/condition-builder/Func.tsx +1 -1
- package/src/components/formula/Editor.tsx +16 -11
- package/src/components/formula/FuncList.tsx +3 -1
- package/src/components/formula/Picker.tsx +2 -1
- package/src/components/formula/plugin.ts +0 -2
- package/src/components/icons.tsx +2 -0
- package/src/components/index.tsx +2 -0
- package/src/components/virtual-list/SizeAndPositionManager.ts +6 -3
- package/src/components/virtual-list/index.tsx +4 -6
- package/src/env.tsx +22 -0
- package/src/factory.tsx +93 -1
- package/src/icons/tree-down.svg +5 -0
- package/src/index.tsx +5 -0
- package/src/locale/de-DE.ts +17 -2
- package/src/locale/en-US.ts +17 -2
- package/src/locale/zh-CN.ts +16 -1
- package/src/renderers/Action.tsx +11 -2
- package/src/renderers/Avatar.tsx +83 -74
- package/src/renderers/Card.tsx +10 -6
- package/src/renderers/Custom.tsx +7 -4
- package/src/renderers/DropDownButton.tsx +69 -35
- package/src/renderers/Each.tsx +4 -4
- package/src/renderers/Flex.tsx +3 -7
- package/src/renderers/Form/ChartRadios.tsx +2 -7
- package/src/renderers/Form/Checkboxes.tsx +1 -1
- package/src/renderers/Form/CityDB.ts +526 -2
- package/src/renderers/Form/DiffEditor.tsx +2 -3
- package/src/renderers/Form/InputCity.tsx +23 -3
- package/src/renderers/Form/InputColor.tsx +21 -2
- package/src/renderers/Form/InputDate.tsx +48 -20
- package/src/renderers/Form/InputDateRange.tsx +9 -2
- package/src/renderers/Form/InputFormula.tsx +9 -4
- package/src/renderers/Form/InputImage.tsx +9 -4
- package/src/renderers/Form/InputMonthRange.tsx +0 -1
- package/src/renderers/Form/InputQuarterRange.tsx +0 -1
- package/src/renderers/Form/InputRichText.tsx +11 -1
- package/src/renderers/Form/InputYearRange.tsx +0 -1
- package/src/renderers/Form/Item.tsx +29 -8
- package/src/renderers/Form/NestedSelect.tsx +32 -4
- package/src/renderers/Form/Options.tsx +15 -7
- package/src/renderers/Form/Select.tsx +21 -5
- package/src/renderers/Form/TabsTransfer.tsx +28 -38
- package/src/renderers/Form/TabsTransferPicker.tsx +28 -46
- package/src/renderers/Form/Transfer.tsx +75 -24
- package/src/renderers/Form/TransferPicker.tsx +6 -38
- package/src/renderers/Form/TreeSelect.tsx +18 -16
- package/src/renderers/Form/index.tsx +7 -1
- package/src/renderers/IFrame.tsx +0 -2
- package/src/renderers/Link.tsx +18 -3
- package/src/renderers/Log.tsx +5 -1
- package/src/renderers/Remark.tsx +68 -18
- package/src/renderers/Steps.tsx +11 -13
- package/src/renderers/Table/index.tsx +7 -1
- package/src/renderers/Tabs.tsx +6 -2
- package/src/renderers/Timeline.tsx +141 -0
- package/src/renderers/Video.tsx +4 -20
- package/src/schemaExtend.ts +22 -10
- package/src/store/combo.ts +1 -3
- package/src/store/formItem.ts +1 -1
- package/src/utils/RootClose.ts +5 -1
- package/src/utils/api.ts +15 -2
- package/src/utils/debug.tsx +438 -0
- package/src/utils/helper.ts +6 -16
- package/src/utils/renderer-event.ts +75 -0
@@ -2,7 +2,9 @@
|
|
2
2
|
import React from 'react';
|
3
3
|
import { Options, Option } from './Select';
|
4
4
|
import { TransferProps } from './Transfer';
|
5
|
-
|
5
|
+
import { ItemRenderStates } from './Selection';
|
6
|
+
export interface TabsTransferProps extends Omit<TransferProps, 'selectMode' | 'columns' | 'selectRender' | 'statistics' | 'optionItemRender'> {
|
7
|
+
optionItemRender?: (option: Option, states: ItemRenderStates, tab: Option) => JSX.Element;
|
6
8
|
cellRender?: (column: {
|
7
9
|
name: string;
|
8
10
|
label: string;
|
@@ -10,37 +12,26 @@ export interface TabsTransferProps extends Omit<TransferProps, 'selectMode' | 'c
|
|
10
12
|
}, option: Option, colIndex: number, rowIndex: number) => JSX.Element;
|
11
13
|
}
|
12
14
|
export declare class TabsTransfer extends React.Component<TabsTransferProps> {
|
13
|
-
static defaultProps: {
|
14
|
-
itemRender: (option: Option) => JSX.Element;
|
15
|
-
};
|
16
15
|
renderSearchResult(searchResult: Options | null): JSX.Element;
|
17
16
|
renderSelect({ onSearch, onSearchCancel, searchResult }: any): JSX.Element;
|
18
17
|
render(): JSX.Element;
|
19
18
|
}
|
20
19
|
declare const _default: {
|
21
|
-
new (props: (Omit<
|
22
|
-
itemRender: (option: Option) => JSX.Element;
|
23
|
-
}, never>> & {
|
20
|
+
new (props: (Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
24
21
|
locale?: string | undefined;
|
25
22
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
26
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<
|
27
|
-
itemRender: (option: Option) => JSX.Element;
|
28
|
-
}, never>> & {
|
23
|
+
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
29
24
|
locale?: string | undefined;
|
30
25
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
31
26
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>): {
|
32
27
|
render(): JSX.Element;
|
33
28
|
context: any;
|
34
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<
|
35
|
-
itemRender: (option: Option) => JSX.Element;
|
36
|
-
}, never>> & {
|
29
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
37
30
|
locale?: string | undefined;
|
38
31
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
39
32
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
40
33
|
forceUpdate(callback?: (() => void) | undefined): void;
|
41
|
-
readonly props: Readonly<Omit<
|
42
|
-
itemRender: (option: Option) => JSX.Element;
|
43
|
-
}, never>> & {
|
34
|
+
readonly props: Readonly<Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
44
35
|
locale?: string | undefined;
|
45
36
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
46
37
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
|
@@ -51,71 +42,51 @@ declare const _default: {
|
|
51
42
|
[key: string]: React.ReactInstance;
|
52
43
|
};
|
53
44
|
componentDidMount?(): void;
|
54
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<
|
55
|
-
itemRender: (option: Option) => JSX.Element;
|
56
|
-
}, never>> & {
|
45
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
57
46
|
locale?: string | undefined;
|
58
47
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
59
48
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
60
49
|
componentWillUnmount?(): void;
|
61
50
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
62
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<
|
63
|
-
itemRender: (option: Option) => JSX.Element;
|
64
|
-
}, never>> & {
|
51
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
65
52
|
locale?: string | undefined;
|
66
53
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
67
54
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
68
|
-
componentDidUpdate?(prevProps: Readonly<Omit<
|
69
|
-
itemRender: (option: Option) => JSX.Element;
|
70
|
-
}, never>> & {
|
55
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
71
56
|
locale?: string | undefined;
|
72
57
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
73
58
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
74
59
|
componentWillMount?(): void;
|
75
60
|
UNSAFE_componentWillMount?(): void;
|
76
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<
|
77
|
-
itemRender: (option: Option) => JSX.Element;
|
78
|
-
}, never>> & {
|
61
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
79
62
|
locale?: string | undefined;
|
80
63
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
81
64
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
82
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<
|
83
|
-
itemRender: (option: Option) => JSX.Element;
|
84
|
-
}, never>> & {
|
65
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
85
66
|
locale?: string | undefined;
|
86
67
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
87
68
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
88
|
-
componentWillUpdate?(nextProps: Readonly<Omit<
|
89
|
-
itemRender: (option: Option) => JSX.Element;
|
90
|
-
}, never>> & {
|
69
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
91
70
|
locale?: string | undefined;
|
92
71
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
93
72
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
94
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<
|
95
|
-
itemRender: (option: Option) => JSX.Element;
|
96
|
-
}, never>> & {
|
73
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
97
74
|
locale?: string | undefined;
|
98
75
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
99
76
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
100
77
|
};
|
101
|
-
new (props: Omit<
|
102
|
-
itemRender: (option: Option) => JSX.Element;
|
103
|
-
}, never>> & {
|
78
|
+
new (props: Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
104
79
|
locale?: string | undefined;
|
105
80
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
106
81
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
107
82
|
render(): JSX.Element;
|
108
83
|
context: any;
|
109
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<
|
110
|
-
itemRender: (option: Option) => JSX.Element;
|
111
|
-
}, never>> & {
|
84
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
112
85
|
locale?: string | undefined;
|
113
86
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
114
87
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
115
88
|
forceUpdate(callback?: (() => void) | undefined): void;
|
116
|
-
readonly props: Readonly<Omit<
|
117
|
-
itemRender: (option: Option) => JSX.Element;
|
118
|
-
}, never>> & {
|
89
|
+
readonly props: Readonly<Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
119
90
|
locale?: string | undefined;
|
120
91
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
121
92
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
|
@@ -126,49 +97,35 @@ declare const _default: {
|
|
126
97
|
[key: string]: React.ReactInstance;
|
127
98
|
};
|
128
99
|
componentDidMount?(): void;
|
129
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<
|
130
|
-
itemRender: (option: Option) => JSX.Element;
|
131
|
-
}, never>> & {
|
100
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
132
101
|
locale?: string | undefined;
|
133
102
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
134
103
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
135
104
|
componentWillUnmount?(): void;
|
136
105
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
137
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<
|
138
|
-
itemRender: (option: Option) => JSX.Element;
|
139
|
-
}, never>> & {
|
106
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
140
107
|
locale?: string | undefined;
|
141
108
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
142
109
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
143
|
-
componentDidUpdate?(prevProps: Readonly<Omit<
|
144
|
-
itemRender: (option: Option) => JSX.Element;
|
145
|
-
}, never>> & {
|
110
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
146
111
|
locale?: string | undefined;
|
147
112
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
148
113
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
149
114
|
componentWillMount?(): void;
|
150
115
|
UNSAFE_componentWillMount?(): void;
|
151
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<
|
152
|
-
itemRender: (option: Option) => JSX.Element;
|
153
|
-
}, never>> & {
|
116
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
154
117
|
locale?: string | undefined;
|
155
118
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
156
119
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
157
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<
|
158
|
-
itemRender: (option: Option) => JSX.Element;
|
159
|
-
}, never>> & {
|
120
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
160
121
|
locale?: string | undefined;
|
161
122
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
162
123
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
163
|
-
componentWillUpdate?(nextProps: Readonly<Omit<
|
164
|
-
itemRender: (option: Option) => JSX.Element;
|
165
|
-
}, never>> & {
|
124
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
166
125
|
locale?: string | undefined;
|
167
126
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
168
127
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
169
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<
|
170
|
-
itemRender: (option: Option) => JSX.Element;
|
171
|
-
}, never>> & {
|
128
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
172
129
|
locale?: string | undefined;
|
173
130
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
174
131
|
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
@@ -176,29 +133,21 @@ declare const _default: {
|
|
176
133
|
displayName: string;
|
177
134
|
contextType: React.Context<string>;
|
178
135
|
ComposedComponent: React.ComponentType<{
|
179
|
-
new (props: (
|
180
|
-
itemRender: (option: Option) => JSX.Element;
|
181
|
-
}, never>> & {
|
136
|
+
new (props: (Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
182
137
|
locale?: string | undefined;
|
183
138
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
184
|
-
}) | Readonly<
|
185
|
-
itemRender: (option: Option) => JSX.Element;
|
186
|
-
}, never>> & {
|
139
|
+
}) | Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
187
140
|
locale?: string | undefined;
|
188
141
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
189
142
|
}>): {
|
190
143
|
render(): JSX.Element;
|
191
144
|
context: any;
|
192
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<
|
193
|
-
itemRender: (option: Option) => JSX.Element;
|
194
|
-
}, never>> & {
|
145
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
195
146
|
locale?: string | undefined;
|
196
147
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
197
148
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
198
149
|
forceUpdate(callback?: (() => void) | undefined): void;
|
199
|
-
readonly props: Readonly<
|
200
|
-
itemRender: (option: Option) => JSX.Element;
|
201
|
-
}, never>> & {
|
150
|
+
readonly props: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
202
151
|
locale?: string | undefined;
|
203
152
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
204
153
|
}> & Readonly<{
|
@@ -209,71 +158,51 @@ declare const _default: {
|
|
209
158
|
[key: string]: React.ReactInstance;
|
210
159
|
};
|
211
160
|
componentDidMount?(): void;
|
212
|
-
shouldComponentUpdate?(nextProps: Readonly<
|
213
|
-
itemRender: (option: Option) => JSX.Element;
|
214
|
-
}, never>> & {
|
161
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
215
162
|
locale?: string | undefined;
|
216
163
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
217
164
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
218
165
|
componentWillUnmount?(): void;
|
219
166
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
220
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<
|
221
|
-
itemRender: (option: Option) => JSX.Element;
|
222
|
-
}, never>> & {
|
167
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
223
168
|
locale?: string | undefined;
|
224
169
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
225
170
|
}>, prevState: Readonly<{}>): any;
|
226
|
-
componentDidUpdate?(prevProps: Readonly<
|
227
|
-
itemRender: (option: Option) => JSX.Element;
|
228
|
-
}, never>> & {
|
171
|
+
componentDidUpdate?(prevProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
229
172
|
locale?: string | undefined;
|
230
173
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
231
174
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
232
175
|
componentWillMount?(): void;
|
233
176
|
UNSAFE_componentWillMount?(): void;
|
234
|
-
componentWillReceiveProps?(nextProps: Readonly<
|
235
|
-
itemRender: (option: Option) => JSX.Element;
|
236
|
-
}, never>> & {
|
177
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
237
178
|
locale?: string | undefined;
|
238
179
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
239
180
|
}>, nextContext: any): void;
|
240
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<
|
241
|
-
itemRender: (option: Option) => JSX.Element;
|
242
|
-
}, never>> & {
|
181
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
243
182
|
locale?: string | undefined;
|
244
183
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
245
184
|
}>, nextContext: any): void;
|
246
|
-
componentWillUpdate?(nextProps: Readonly<
|
247
|
-
itemRender: (option: Option) => JSX.Element;
|
248
|
-
}, never>> & {
|
185
|
+
componentWillUpdate?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
249
186
|
locale?: string | undefined;
|
250
187
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
251
188
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
252
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<
|
253
|
-
itemRender: (option: Option) => JSX.Element;
|
254
|
-
}, never>> & {
|
189
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
255
190
|
locale?: string | undefined;
|
256
191
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
257
192
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
258
193
|
};
|
259
|
-
new (props:
|
260
|
-
itemRender: (option: Option) => JSX.Element;
|
261
|
-
}, never>> & {
|
194
|
+
new (props: Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
262
195
|
locale?: string | undefined;
|
263
196
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
264
197
|
}, context: any): {
|
265
198
|
render(): JSX.Element;
|
266
199
|
context: any;
|
267
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<
|
268
|
-
itemRender: (option: Option) => JSX.Element;
|
269
|
-
}, never>> & {
|
200
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
270
201
|
locale?: string | undefined;
|
271
202
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
272
203
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
273
204
|
forceUpdate(callback?: (() => void) | undefined): void;
|
274
|
-
readonly props: Readonly<
|
275
|
-
itemRender: (option: Option) => JSX.Element;
|
276
|
-
}, never>> & {
|
205
|
+
readonly props: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
277
206
|
locale?: string | undefined;
|
278
207
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
279
208
|
}> & Readonly<{
|
@@ -284,49 +213,35 @@ declare const _default: {
|
|
284
213
|
[key: string]: React.ReactInstance;
|
285
214
|
};
|
286
215
|
componentDidMount?(): void;
|
287
|
-
shouldComponentUpdate?(nextProps: Readonly<
|
288
|
-
itemRender: (option: Option) => JSX.Element;
|
289
|
-
}, never>> & {
|
216
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
290
217
|
locale?: string | undefined;
|
291
218
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
292
219
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
293
220
|
componentWillUnmount?(): void;
|
294
221
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
295
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<
|
296
|
-
itemRender: (option: Option) => JSX.Element;
|
297
|
-
}, never>> & {
|
222
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
298
223
|
locale?: string | undefined;
|
299
224
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
300
225
|
}>, prevState: Readonly<{}>): any;
|
301
|
-
componentDidUpdate?(prevProps: Readonly<
|
302
|
-
itemRender: (option: Option) => JSX.Element;
|
303
|
-
}, never>> & {
|
226
|
+
componentDidUpdate?(prevProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
304
227
|
locale?: string | undefined;
|
305
228
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
306
229
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
307
230
|
componentWillMount?(): void;
|
308
231
|
UNSAFE_componentWillMount?(): void;
|
309
|
-
componentWillReceiveProps?(nextProps: Readonly<
|
310
|
-
itemRender: (option: Option) => JSX.Element;
|
311
|
-
}, never>> & {
|
232
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
312
233
|
locale?: string | undefined;
|
313
234
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
314
235
|
}>, nextContext: any): void;
|
315
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<
|
316
|
-
itemRender: (option: Option) => JSX.Element;
|
317
|
-
}, never>> & {
|
236
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
318
237
|
locale?: string | undefined;
|
319
238
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
320
239
|
}>, nextContext: any): void;
|
321
|
-
componentWillUpdate?(nextProps: Readonly<
|
322
|
-
itemRender: (option: Option) => JSX.Element;
|
323
|
-
}, never>> & {
|
240
|
+
componentWillUpdate?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
324
241
|
locale?: string | undefined;
|
325
242
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
326
243
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
327
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<
|
328
|
-
itemRender: (option: Option) => JSX.Element;
|
329
|
-
}, never>> & {
|
244
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
330
245
|
locale?: string | undefined;
|
331
246
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
332
247
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
@@ -338,29 +253,21 @@ declare const _default: {
|
|
338
253
|
ComposedComponent: typeof TabsTransfer;
|
339
254
|
}>;
|
340
255
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
341
|
-
new (props: (
|
342
|
-
itemRender: (option: Option) => JSX.Element;
|
343
|
-
}, never>> & {
|
256
|
+
new (props: (Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
344
257
|
locale?: string | undefined;
|
345
258
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
346
|
-
}) | Readonly<
|
347
|
-
itemRender: (option: Option) => JSX.Element;
|
348
|
-
}, never>> & {
|
259
|
+
}) | Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
349
260
|
locale?: string | undefined;
|
350
261
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
351
262
|
}>): {
|
352
263
|
render(): JSX.Element;
|
353
264
|
context: any;
|
354
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<
|
355
|
-
itemRender: (option: Option) => JSX.Element;
|
356
|
-
}, never>> & {
|
265
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
357
266
|
locale?: string | undefined;
|
358
267
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
359
268
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
360
269
|
forceUpdate(callback?: (() => void) | undefined): void;
|
361
|
-
readonly props: Readonly<
|
362
|
-
itemRender: (option: Option) => JSX.Element;
|
363
|
-
}, never>> & {
|
270
|
+
readonly props: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
364
271
|
locale?: string | undefined;
|
365
272
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
366
273
|
}> & Readonly<{
|
@@ -371,71 +278,51 @@ declare const _default: {
|
|
371
278
|
[key: string]: React.ReactInstance;
|
372
279
|
};
|
373
280
|
componentDidMount?(): void;
|
374
|
-
shouldComponentUpdate?(nextProps: Readonly<
|
375
|
-
itemRender: (option: Option) => JSX.Element;
|
376
|
-
}, never>> & {
|
281
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
377
282
|
locale?: string | undefined;
|
378
283
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
379
284
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
380
285
|
componentWillUnmount?(): void;
|
381
286
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
382
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<
|
383
|
-
itemRender: (option: Option) => JSX.Element;
|
384
|
-
}, never>> & {
|
287
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
385
288
|
locale?: string | undefined;
|
386
289
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
387
290
|
}>, prevState: Readonly<{}>): any;
|
388
|
-
componentDidUpdate?(prevProps: Readonly<
|
389
|
-
itemRender: (option: Option) => JSX.Element;
|
390
|
-
}, never>> & {
|
291
|
+
componentDidUpdate?(prevProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
391
292
|
locale?: string | undefined;
|
392
293
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
393
294
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
394
295
|
componentWillMount?(): void;
|
395
296
|
UNSAFE_componentWillMount?(): void;
|
396
|
-
componentWillReceiveProps?(nextProps: Readonly<
|
397
|
-
itemRender: (option: Option) => JSX.Element;
|
398
|
-
}, never>> & {
|
297
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
399
298
|
locale?: string | undefined;
|
400
299
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
401
300
|
}>, nextContext: any): void;
|
402
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<
|
403
|
-
itemRender: (option: Option) => JSX.Element;
|
404
|
-
}, never>> & {
|
301
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
405
302
|
locale?: string | undefined;
|
406
303
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
407
304
|
}>, nextContext: any): void;
|
408
|
-
componentWillUpdate?(nextProps: Readonly<
|
409
|
-
itemRender: (option: Option) => JSX.Element;
|
410
|
-
}, never>> & {
|
305
|
+
componentWillUpdate?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
411
306
|
locale?: string | undefined;
|
412
307
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
413
308
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
414
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<
|
415
|
-
itemRender: (option: Option) => JSX.Element;
|
416
|
-
}, never>> & {
|
309
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
417
310
|
locale?: string | undefined;
|
418
311
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
419
312
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
420
313
|
};
|
421
|
-
new (props:
|
422
|
-
itemRender: (option: Option) => JSX.Element;
|
423
|
-
}, never>> & {
|
314
|
+
new (props: Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
424
315
|
locale?: string | undefined;
|
425
316
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
426
317
|
}, context: any): {
|
427
318
|
render(): JSX.Element;
|
428
319
|
context: any;
|
429
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<
|
430
|
-
itemRender: (option: Option) => JSX.Element;
|
431
|
-
}, never>> & {
|
320
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
432
321
|
locale?: string | undefined;
|
433
322
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
434
323
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
435
324
|
forceUpdate(callback?: (() => void) | undefined): void;
|
436
|
-
readonly props: Readonly<
|
437
|
-
itemRender: (option: Option) => JSX.Element;
|
438
|
-
}, never>> & {
|
325
|
+
readonly props: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
439
326
|
locale?: string | undefined;
|
440
327
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
441
328
|
}> & Readonly<{
|
@@ -446,49 +333,35 @@ declare const _default: {
|
|
446
333
|
[key: string]: React.ReactInstance;
|
447
334
|
};
|
448
335
|
componentDidMount?(): void;
|
449
|
-
shouldComponentUpdate?(nextProps: Readonly<
|
450
|
-
itemRender: (option: Option) => JSX.Element;
|
451
|
-
}, never>> & {
|
336
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
452
337
|
locale?: string | undefined;
|
453
338
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
454
339
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
455
340
|
componentWillUnmount?(): void;
|
456
341
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
457
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<
|
458
|
-
itemRender: (option: Option) => JSX.Element;
|
459
|
-
}, never>> & {
|
342
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
460
343
|
locale?: string | undefined;
|
461
344
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
462
345
|
}>, prevState: Readonly<{}>): any;
|
463
|
-
componentDidUpdate?(prevProps: Readonly<
|
464
|
-
itemRender: (option: Option) => JSX.Element;
|
465
|
-
}, never>> & {
|
346
|
+
componentDidUpdate?(prevProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
466
347
|
locale?: string | undefined;
|
467
348
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
468
349
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
469
350
|
componentWillMount?(): void;
|
470
351
|
UNSAFE_componentWillMount?(): void;
|
471
|
-
componentWillReceiveProps?(nextProps: Readonly<
|
472
|
-
itemRender: (option: Option) => JSX.Element;
|
473
|
-
}, never>> & {
|
352
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
474
353
|
locale?: string | undefined;
|
475
354
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
476
355
|
}>, nextContext: any): void;
|
477
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<
|
478
|
-
itemRender: (option: Option) => JSX.Element;
|
479
|
-
}, never>> & {
|
356
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
480
357
|
locale?: string | undefined;
|
481
358
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
482
359
|
}>, nextContext: any): void;
|
483
|
-
componentWillUpdate?(nextProps: Readonly<
|
484
|
-
itemRender: (option: Option) => JSX.Element;
|
485
|
-
}, never>> & {
|
360
|
+
componentWillUpdate?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
486
361
|
locale?: string | undefined;
|
487
362
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
488
363
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
489
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<
|
490
|
-
itemRender: (option: Option) => JSX.Element;
|
491
|
-
}, never>> & {
|
364
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
492
365
|
locale?: string | undefined;
|
493
366
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
494
367
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
@@ -500,29 +373,21 @@ declare const _default: {
|
|
500
373
|
ComposedComponent: typeof TabsTransfer;
|
501
374
|
}, {}> & {
|
502
375
|
ComposedComponent: {
|
503
|
-
new (props: (
|
504
|
-
itemRender: (option: Option) => JSX.Element;
|
505
|
-
}, never>> & {
|
376
|
+
new (props: (Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
506
377
|
locale?: string | undefined;
|
507
378
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
508
|
-
}) | Readonly<
|
509
|
-
itemRender: (option: Option) => JSX.Element;
|
510
|
-
}, never>> & {
|
379
|
+
}) | Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
511
380
|
locale?: string | undefined;
|
512
381
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
513
382
|
}>): {
|
514
383
|
render(): JSX.Element;
|
515
384
|
context: any;
|
516
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<
|
517
|
-
itemRender: (option: Option) => JSX.Element;
|
518
|
-
}, never>> & {
|
385
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
519
386
|
locale?: string | undefined;
|
520
387
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
521
388
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
522
389
|
forceUpdate(callback?: (() => void) | undefined): void;
|
523
|
-
readonly props: Readonly<
|
524
|
-
itemRender: (option: Option) => JSX.Element;
|
525
|
-
}, never>> & {
|
390
|
+
readonly props: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
526
391
|
locale?: string | undefined;
|
527
392
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
528
393
|
}> & Readonly<{
|
@@ -533,71 +398,51 @@ declare const _default: {
|
|
533
398
|
[key: string]: React.ReactInstance;
|
534
399
|
};
|
535
400
|
componentDidMount?(): void;
|
536
|
-
shouldComponentUpdate?(nextProps: Readonly<
|
537
|
-
itemRender: (option: Option) => JSX.Element;
|
538
|
-
}, never>> & {
|
401
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
539
402
|
locale?: string | undefined;
|
540
403
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
541
404
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
542
405
|
componentWillUnmount?(): void;
|
543
406
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
544
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<
|
545
|
-
itemRender: (option: Option) => JSX.Element;
|
546
|
-
}, never>> & {
|
407
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
547
408
|
locale?: string | undefined;
|
548
409
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
549
410
|
}>, prevState: Readonly<{}>): any;
|
550
|
-
componentDidUpdate?(prevProps: Readonly<
|
551
|
-
itemRender: (option: Option) => JSX.Element;
|
552
|
-
}, never>> & {
|
411
|
+
componentDidUpdate?(prevProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
553
412
|
locale?: string | undefined;
|
554
413
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
555
414
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
556
415
|
componentWillMount?(): void;
|
557
416
|
UNSAFE_componentWillMount?(): void;
|
558
|
-
componentWillReceiveProps?(nextProps: Readonly<
|
559
|
-
itemRender: (option: Option) => JSX.Element;
|
560
|
-
}, never>> & {
|
417
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
561
418
|
locale?: string | undefined;
|
562
419
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
563
420
|
}>, nextContext: any): void;
|
564
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<
|
565
|
-
itemRender: (option: Option) => JSX.Element;
|
566
|
-
}, never>> & {
|
421
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
567
422
|
locale?: string | undefined;
|
568
423
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
569
424
|
}>, nextContext: any): void;
|
570
|
-
componentWillUpdate?(nextProps: Readonly<
|
571
|
-
itemRender: (option: Option) => JSX.Element;
|
572
|
-
}, never>> & {
|
425
|
+
componentWillUpdate?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
573
426
|
locale?: string | undefined;
|
574
427
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
575
428
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
576
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<
|
577
|
-
itemRender: (option: Option) => JSX.Element;
|
578
|
-
}, never>> & {
|
429
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
579
430
|
locale?: string | undefined;
|
580
431
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
581
432
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
582
433
|
};
|
583
|
-
new (props:
|
584
|
-
itemRender: (option: Option) => JSX.Element;
|
585
|
-
}, never>> & {
|
434
|
+
new (props: Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
586
435
|
locale?: string | undefined;
|
587
436
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
588
437
|
}, context: any): {
|
589
438
|
render(): JSX.Element;
|
590
439
|
context: any;
|
591
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<
|
592
|
-
itemRender: (option: Option) => JSX.Element;
|
593
|
-
}, never>> & {
|
440
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
594
441
|
locale?: string | undefined;
|
595
442
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
596
443
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
597
444
|
forceUpdate(callback?: (() => void) | undefined): void;
|
598
|
-
readonly props: Readonly<
|
599
|
-
itemRender: (option: Option) => JSX.Element;
|
600
|
-
}, never>> & {
|
445
|
+
readonly props: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
601
446
|
locale?: string | undefined;
|
602
447
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
603
448
|
}> & Readonly<{
|
@@ -608,49 +453,35 @@ declare const _default: {
|
|
608
453
|
[key: string]: React.ReactInstance;
|
609
454
|
};
|
610
455
|
componentDidMount?(): void;
|
611
|
-
shouldComponentUpdate?(nextProps: Readonly<
|
612
|
-
itemRender: (option: Option) => JSX.Element;
|
613
|
-
}, never>> & {
|
456
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
614
457
|
locale?: string | undefined;
|
615
458
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
616
459
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
617
460
|
componentWillUnmount?(): void;
|
618
461
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
619
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<
|
620
|
-
itemRender: (option: Option) => JSX.Element;
|
621
|
-
}, never>> & {
|
462
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
622
463
|
locale?: string | undefined;
|
623
464
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
624
465
|
}>, prevState: Readonly<{}>): any;
|
625
|
-
componentDidUpdate?(prevProps: Readonly<
|
626
|
-
itemRender: (option: Option) => JSX.Element;
|
627
|
-
}, never>> & {
|
466
|
+
componentDidUpdate?(prevProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
628
467
|
locale?: string | undefined;
|
629
468
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
630
469
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
631
470
|
componentWillMount?(): void;
|
632
471
|
UNSAFE_componentWillMount?(): void;
|
633
|
-
componentWillReceiveProps?(nextProps: Readonly<
|
634
|
-
itemRender: (option: Option) => JSX.Element;
|
635
|
-
}, never>> & {
|
472
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
636
473
|
locale?: string | undefined;
|
637
474
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
638
475
|
}>, nextContext: any): void;
|
639
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<
|
640
|
-
itemRender: (option: Option) => JSX.Element;
|
641
|
-
}, never>> & {
|
476
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
642
477
|
locale?: string | undefined;
|
643
478
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
644
479
|
}>, nextContext: any): void;
|
645
|
-
componentWillUpdate?(nextProps: Readonly<
|
646
|
-
itemRender: (option: Option) => JSX.Element;
|
647
|
-
}, never>> & {
|
480
|
+
componentWillUpdate?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
648
481
|
locale?: string | undefined;
|
649
482
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
650
483
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
651
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<
|
652
|
-
itemRender: (option: Option) => JSX.Element;
|
653
|
-
}, never>> & {
|
484
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<TabsTransferProps, keyof import("../locale").LocaleProps> & {
|
654
485
|
locale?: string | undefined;
|
655
486
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
656
487
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|