amis 1.3.5-beta.7 → 1.4.2-beta.11
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/README.md +1 -1
- package/lib/Schema.d.ts +26 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/Alert.js +3 -1
- package/lib/components/Alert.js.map +2 -2
- package/lib/components/AnchorNav.d.ts +22 -21
- package/lib/components/AnchorNav.js +7 -3
- package/lib/components/AnchorNav.js.map +2 -2
- package/lib/components/ArrayInput.d.ts +84 -84
- package/lib/components/AssociatedSelection.d.ts +930 -0
- package/lib/components/AssociatedSelection.js +89 -0
- package/lib/components/AssociatedSelection.js.map +13 -0
- package/lib/components/Badge.d.ts +16 -3
- package/lib/components/Badge.js +54 -5
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/Button.d.ts +24 -22
- package/lib/components/Button.js +13 -7
- package/lib/components/Button.js.map +2 -2
- package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
- package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
- package/lib/components/ChainedSelection.js.map +13 -0
- package/lib/components/Checkbox.d.ts +1 -1
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/Collapse.js +1 -1
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Drawer.js.map +2 -2
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/GroupedSelection.d.ts +907 -0
- package/lib/components/GroupedSelection.js +48 -0
- package/lib/components/GroupedSelection.js.map +13 -0
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBox.js.map +2 -2
- package/lib/components/Link.d.ts +84 -0
- package/lib/components/Link.js +43 -0
- package/lib/components/Link.js.map +13 -0
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/Modal.js +1 -1
- package/lib/components/Modal.js.map +2 -2
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/ModalManager.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/MonthRangePicker.js +1 -1
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/NumberInput.d.ts +20 -20
- package/lib/components/PickerColumn.d.ts +514 -0
- package/lib/components/PickerColumn.js +279 -0
- package/lib/components/PickerColumn.js.map +13 -0
- package/lib/components/PickerContainer.d.ts +513 -0
- package/lib/components/PickerContainer.js +96 -0
- package/lib/components/PickerContainer.js.map +13 -0
- package/lib/components/Radios.d.ts +22 -21
- package/lib/components/Radios.js +1 -0
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Rating.d.ts +21 -21
- package/lib/components/ResultBox.d.ts +84 -84
- package/lib/components/RichText.d.ts +6 -1
- package/lib/components/RichText.js +207 -8
- package/lib/components/RichText.js.map +2 -2
- package/lib/components/SearchBox.d.ts +84 -84
- package/lib/components/SearchBox.js +4 -4
- package/lib/components/SearchBox.js.map +2 -2
- package/lib/components/Select.d.ts +252 -237
- package/lib/components/Select.js +28 -4
- package/lib/components/Select.js.map +2 -2
- package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
- package/lib/components/Selection.js +134 -0
- package/lib/components/Selection.js.map +13 -0
- package/lib/components/SparkLine.d.ts +85 -84
- package/lib/components/SparkLine.js +2 -2
- package/lib/components/SparkLine.js.map +2 -2
- package/lib/components/Steps.d.ts +3 -3
- package/lib/components/Steps.js.map +1 -1
- package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
- package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
- package/lib/components/TableSelection.js.map +13 -0
- package/lib/components/Tabs.d.ts +20 -20
- package/lib/components/TabsTransfer.d.ts +84 -84
- package/lib/components/TabsTransfer.js +9 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +489 -0
- package/lib/components/TabsTransferPicker.js +60 -0
- package/lib/components/TabsTransferPicker.js.map +13 -0
- package/lib/components/Toast.js +2 -2
- package/lib/components/Toast.js.map +2 -2
- package/lib/components/Transfer.d.ts +908 -274
- package/lib/components/Transfer.js +31 -24
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +487 -0
- package/lib/components/TransferDropDown.js +59 -0
- package/lib/components/TransferDropDown.js.map +13 -0
- package/lib/components/TransferPicker.d.ts +489 -0
- package/lib/components/TransferPicker.js +60 -0
- package/lib/components/TransferPicker.js.map +13 -0
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/Tree.js +5 -3
- package/lib/components/Tree.js.map +2 -2
- package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
- package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
- package/lib/components/TreeSelection.js.map +13 -0
- package/lib/components/WithRemoteConfig.d.ts +8 -0
- package/lib/components/WithRemoteConfig.js +29 -3
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/calendar/DaysView.js +2 -2
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/condition-builder/Field.js +5 -3
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +2 -2
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.js +2 -2
- package/lib/components/condition-builder/InputSwitch.js.map +2 -2
- package/lib/components/condition-builder/Item.js +3 -3
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/condition-builder/Value.js +2 -1
- package/lib/components/condition-builder/Value.js.map +2 -2
- package/lib/components/condition-builder/types.d.ts +5 -0
- package/lib/components/condition-builder/types.js.map +1 -1
- package/lib/components/icons.js +14 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +8 -8
- package/lib/components/index.js +16 -16
- package/lib/components/index.js.map +2 -2
- package/lib/envOverwrite.js.map +2 -2
- package/lib/factory.d.ts +9 -1
- package/lib/factory.js +13 -6
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/hooks/index.d.ts +5 -0
- package/lib/hooks/index.js +14 -0
- package/lib/hooks/index.js.map +13 -0
- package/lib/hooks/use-set-state.d.ts +2 -0
- package/lib/hooks/use-set-state.js +15 -0
- package/lib/hooks/use-set-state.js.map +13 -0
- package/lib/hooks/use-touch.d.ts +16 -0
- package/lib/hooks/use-touch.js +73 -0
- package/lib/hooks/use-touch.js.map +13 -0
- package/lib/hooks/use-update-effect.d.ts +3 -0
- package/lib/hooks/use-update-effect.js +17 -0
- package/lib/hooks/use-update-effect.js.map +13 -0
- package/lib/icons/clock.js +10 -0
- package/lib/icons/loading-outline.js +7 -0
- package/lib/icons/status-close.js +11 -0
- package/lib/icons/status-fail.js +11 -0
- package/lib/icons/status-info.js +10 -0
- package/lib/icons/status-success.js +11 -0
- package/lib/icons/status-warning.js +10 -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 +5 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +6 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +9 -4
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +17 -1
- package/lib/renderers/Action.js +21 -8
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/AnchorNav.d.ts +1 -0
- package/lib/renderers/AnchorNav.js +2 -2
- package/lib/renderers/AnchorNav.js.map +2 -2
- package/lib/renderers/Avatar.js +3 -3
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/Breadcrumb.js +1 -1
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +9 -0
- package/lib/renderers/CRUD.js +48 -23
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.d.ts +4 -0
- package/lib/renderers/Card.js +29 -23
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Chart.js +1 -1
- package/lib/renderers/Chart.js.map +2 -2
- package/lib/renderers/Collapse.d.ts +1 -1
- package/lib/renderers/Collapse.js +8 -3
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/Dialog.d.ts +0 -252
- package/lib/renderers/Dialog.js +1 -4
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.js +0 -3
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +13 -1
- package/lib/renderers/DropDownButton.js +9 -5
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/Checkbox.d.ts +5 -0
- package/lib/renderers/Form/Checkbox.js +4 -0
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Combo.js +2 -2
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +4 -5
- package/lib/renderers/Form/Editor.d.ts +3 -4
- package/lib/renderers/Form/Editor.js +1 -1
- package/lib/renderers/Form/Editor.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputCity.js +7 -6
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputExcel.d.ts +5 -0
- package/lib/renderers/Form/InputExcel.js +24 -3
- package/lib/renderers/Form/InputExcel.js.map +2 -2
- package/lib/renderers/Form/InputFile.js +12 -6
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +8 -0
- package/lib/renderers/Form/InputImage.js +18 -8
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputTable.d.ts +23 -5
- package/lib/renderers/Form/InputTable.js +32 -3
- package/lib/renderers/Form/InputTable.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +1 -1
- package/lib/renderers/Form/Item.js.map +1 -1
- package/lib/renderers/Form/Options.js +19 -6
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Picker.js +2 -2
- package/lib/renderers/Form/Picker.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +41 -4
- package/lib/renderers/Form/Select.js +23 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TabsTransferPicker.js +29 -0
- package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
- package/lib/renderers/Form/Transfer.js +3 -2
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TransferPicker.js +29 -0
- package/lib/renderers/Form/TransferPicker.js.map +13 -0
- package/lib/renderers/Form/TreeSelect.js +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.js +1 -1
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +15 -3
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/IFrame.js +3 -5
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Image.d.ts +1 -0
- package/lib/renderers/Image.js +15 -1
- package/lib/renderers/Image.js.map +2 -2
- package/lib/renderers/Json.d.ts +4 -0
- package/lib/renderers/Json.js +7 -12
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Link.d.ts +18 -3
- package/lib/renderers/Link.js +27 -15
- package/lib/renderers/Link.js.map +2 -2
- package/lib/renderers/List.js +1 -1
- package/lib/renderers/List.js.map +2 -2
- package/lib/renderers/Log.d.ts +2 -2
- package/lib/renderers/Log.js +7 -1
- package/lib/renderers/Log.js.map +2 -2
- package/lib/renderers/Mapping.d.ts +9 -2
- package/lib/renderers/Mapping.js +18 -6
- package/lib/renderers/Mapping.js.map +2 -2
- package/lib/renderers/Nav.d.ts +81 -25
- package/lib/renderers/Nav.js +292 -31
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.js +4 -1
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Portlet.d.ts +125 -0
- package/lib/renderers/Portlet.js +156 -0
- package/lib/renderers/Portlet.js.map +13 -0
- package/lib/renderers/Property.js +2 -1
- package/lib/renderers/Property.js.map +2 -2
- package/lib/renderers/SearchBox.d.ts +6 -1
- package/lib/renderers/SearchBox.js +19 -5
- package/lib/renderers/SearchBox.js.map +2 -2
- package/lib/renderers/Service.d.ts +10 -1
- package/lib/renderers/Service.js +85 -3
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/SparkLine.d.ts +4 -0
- package/lib/renderers/SparkLine.js.map +2 -2
- package/lib/renderers/Steps.d.ts +4 -4
- package/lib/renderers/Steps.js +5 -2
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/ColumnToggler.d.ts +113 -0
- package/lib/renderers/Table/ColumnToggler.js +216 -0
- package/lib/renderers/Table/ColumnToggler.js.map +13 -0
- package/lib/renderers/Table/ItemActionsWrapper.d.ts +11 -0
- package/lib/renderers/Table/ItemActionsWrapper.js +31 -0
- package/lib/renderers/Table/ItemActionsWrapper.js.map +13 -0
- package/lib/renderers/Table/TableBody.d.ts +5 -1
- package/lib/renderers/Table/TableBody.js.map +1 -1
- package/lib/renderers/Table/TableCell.js +3 -1
- package/lib/renderers/Table/TableCell.js.map +2 -2
- package/lib/renderers/Table/TableContent.d.ts +5 -2
- package/lib/renderers/Table/TableContent.js +21 -1
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +27 -5
- package/lib/renderers/Table/index.js +251 -101
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +9 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/WebComponent.js +1 -1
- package/lib/renderers/WebComponent.js.map +2 -2
- package/lib/store/app.d.ts +0 -1
- package/lib/store/combo.d.ts +2 -18
- package/lib/store/crud.d.ts +0 -1
- package/lib/store/crud.js +3 -7
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -2
- package/lib/store/form.js +5 -6
- package/lib/store/form.js.map +2 -2
- package/lib/store/modal.d.ts +1 -1
- package/lib/store/modal.js +4 -0
- package/lib/store/modal.js.map +2 -2
- package/lib/store/root.d.ts +0 -1
- package/lib/store/service.d.ts +0 -1
- package/lib/store/service.js +5 -17
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +260 -5
- package/lib/store/table.js +83 -7
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +1360 -244
- package/lib/themes/ang.css +1360 -244
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +1360 -244
- package/lib/themes/antd.css +1360 -244
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1960 -517
- package/lib/themes/cxd.css +1960 -517
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +1360 -244
- package/lib/themes/dark.css +1360 -244
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +1960 -517
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +37 -0
- package/lib/types.js +0 -5
- package/lib/types.js.map +2 -2
- package/lib/utils/api.d.ts +3 -2
- package/lib/utils/api.js +43 -15
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/attachmentAdpator.d.ts +7 -0
- package/lib/utils/attachmentAdpator.js +82 -0
- package/lib/utils/attachmentAdpator.js.map +13 -0
- package/lib/utils/dom.d.ts +4 -0
- package/lib/utils/dom.js +11 -1
- package/lib/utils/dom.js.map +2 -2
- package/lib/utils/handleAction.d.ts +7 -0
- package/lib/utils/handleAction.js +30 -0
- package/lib/utils/handleAction.js.map +13 -0
- package/lib/utils/helper.d.ts +3 -1
- package/lib/utils/helper.js +14 -5
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/icon.js +3 -0
- package/lib/utils/icon.js.map +2 -2
- package/lib/utils/tpl-builtin.d.ts +1 -1
- package/lib/utils/tpl-builtin.js +25 -15
- package/lib/utils/tpl-builtin.js.map +2 -2
- package/lib/utils/validations.js +62 -5
- package/lib/utils/validations.js.map +2 -2
- package/package.json +1 -2
- package/schema.json +3638 -1030
- package/scss/_mixins.scss +27 -0
- package/scss/_properties.scss +88 -13
- package/scss/_utilities.scss +4 -0
- package/scss/base/_normalize.scss +2 -0
- package/scss/components/_anchor-nav.scss +88 -29
- package/scss/components/_badge.scss +67 -2
- package/scss/components/_button.scss +34 -3
- package/scss/components/_card.scss +8 -14
- package/scss/components/_collapse.scss +41 -8
- package/scss/components/_column-toggler.scss +234 -0
- package/scss/components/_dropdown.scss +2 -1
- package/scss/components/_image-gallery.scss +1 -1
- package/scss/components/_images.scss +2 -1
- package/scss/components/_link.scss +6 -0
- package/scss/components/_mapping.scss +6 -0
- package/scss/components/_markdown.scss +266 -0
- package/scss/components/_nav.scss +236 -154
- package/scss/components/_page.scss +5 -4
- package/scss/components/_picker-columns.scss +123 -0
- package/scss/components/_popover.scss +17 -0
- package/scss/components/_portlet.scss +51 -0
- package/scss/components/_progress.scss +2 -0
- package/scss/components/_spinner.scss +6 -2
- package/scss/components/_status.scss +1 -1
- package/scss/components/_steps.scss +1 -1
- package/scss/components/_table.scss +51 -1
- package/scss/components/form/_checks.scss +0 -351
- package/scss/components/form/_color.scss +1 -0
- package/scss/components/form/_date-range.scss +2 -0
- package/scss/components/form/_date.scss +2 -0
- package/scss/components/form/_fieldset.scss +6 -3
- package/scss/components/form/_file.scss +5 -4
- package/scss/components/form/_group.scss +4 -0
- package/scss/components/form/_image.scss +7 -2
- package/scss/components/form/_list.scss +1 -0
- package/scss/components/form/_location.scss +1 -1
- package/scss/components/form/_selection.scss +354 -0
- package/scss/components/form/_text.scss +13 -0
- package/scss/components/form/_textarea.scss +10 -0
- package/scss/components/form/_transfer.scss +77 -18
- package/scss/themes/_common.scss +7 -0
- package/scss/themes/_cxd-colors.scss +56 -0
- package/scss/themes/_cxd-variables.scss +219 -91
- package/scss/themes/cxd.scss +370 -0
- package/sdk/ang-ie11.css +1752 -431
- package/sdk/ang.css +1706 -323
- package/sdk/antd-ie11.css +1739 -420
- package/sdk/antd.css +1706 -323
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +3015 -1397
- package/sdk/cxd.css +2402 -651
- package/sdk/dark-ie11.css +1750 -429
- package/sdk/dark.css +1706 -323
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/ie11-patch.css +1 -0
- package/sdk/locale/de-DE.js +5 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +20 -30
- package/sdk/rich-text.js +62 -64
- package/sdk/sdk-ie11.css +3015 -1397
- package/sdk/sdk.css +2402 -651
- package/sdk/sdk.js +1278 -1220
- 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/Schema.ts +32 -0
- package/src/components/Alert.tsx +3 -1
- package/src/components/AnchorNav.tsx +15 -4
- package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
- package/src/components/Badge.tsx +126 -23
- package/src/components/Button.tsx +23 -7
- package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
- package/src/components/Checkbox.tsx +5 -2
- package/src/components/Collapse.tsx +14 -9
- package/src/components/DatePicker.tsx +1 -1
- package/src/components/DateRangePicker.tsx +23 -11
- package/src/components/Drawer.tsx +3 -2
- package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
- package/src/components/InputBox.tsx +1 -1
- package/src/components/Link.tsx +85 -0
- package/src/components/Modal.tsx +3 -2
- package/src/components/ModalManager.ts +1 -1
- package/src/components/MonthRangePicker.tsx +10 -2
- package/src/components/PickerColumn.tsx +429 -0
- package/src/components/PickerContainer.tsx +128 -0
- package/src/components/Radios.tsx +3 -8
- package/src/components/RichText.tsx +244 -3
- package/src/components/SearchBox.tsx +4 -5
- package/src/components/Select.tsx +61 -5
- package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
- package/src/components/SparkLine.tsx +4 -1
- package/src/components/Steps.tsx +3 -3
- package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
- package/src/components/TabsTransfer.tsx +13 -7
- package/src/components/TabsTransferPicker.tsx +85 -0
- package/src/components/Toast.tsx +5 -5
- package/src/components/Transfer.tsx +71 -50
- package/src/components/TransferDropDown.tsx +117 -0
- package/src/components/TransferPicker.tsx +84 -0
- package/src/components/Tree.tsx +6 -8
- package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
- package/src/components/WithRemoteConfig.tsx +44 -4
- package/src/components/calendar/DaysView.tsx +2 -2
- package/src/components/condition-builder/Field.tsx +6 -7
- package/src/components/condition-builder/Func.tsx +3 -3
- package/src/components/condition-builder/InputSwitch.tsx +3 -3
- package/src/components/condition-builder/Item.tsx +5 -12
- package/src/components/condition-builder/Value.tsx +3 -0
- package/src/components/condition-builder/types.ts +6 -0
- package/src/components/icons.tsx +15 -0
- package/src/components/index.tsx +13 -13
- package/src/envOverwrite.ts +0 -1
- package/src/factory.tsx +31 -6
- package/src/hooks/index.ts +5 -0
- package/src/hooks/use-set-state.ts +19 -0
- package/src/hooks/use-touch.ts +100 -0
- package/src/hooks/use-update-effect.ts +16 -0
- package/src/icons/clock.svg +1 -0
- package/src/icons/loading-outline.svg +4 -0
- package/src/icons/status-close.svg +10 -0
- package/src/icons/status-fail.svg +10 -0
- package/src/icons/status-info.svg +8 -0
- package/src/icons/status-success.svg +10 -0
- package/src/icons/status-warning.svg +8 -0
- package/src/index.tsx +3 -0
- package/src/locale/de-DE.ts +5 -0
- package/src/locale/en-US.ts +6 -1
- package/src/locale/zh-CN.ts +9 -4
- package/src/renderers/Action.tsx +99 -15
- package/src/renderers/AnchorNav.tsx +4 -0
- package/src/renderers/Avatar.tsx +8 -4
- package/src/renderers/Breadcrumb.tsx +5 -1
- package/src/renderers/CRUD.tsx +70 -56
- package/src/renderers/Card.tsx +63 -34
- package/src/renderers/Chart.tsx +6 -2
- package/src/renderers/Collapse.tsx +9 -3
- package/src/renderers/Dialog.tsx +1 -5
- package/src/renderers/Drawer.tsx +0 -4
- package/src/renderers/DropDownButton.tsx +34 -12
- package/src/renderers/Form/Checkbox.tsx +8 -0
- package/src/renderers/Form/Combo.tsx +2 -3
- package/src/renderers/Form/Editor.tsx +19 -20
- package/src/renderers/Form/InputCity.tsx +4 -8
- package/src/renderers/Form/InputExcel.tsx +28 -3
- package/src/renderers/Form/InputFile.tsx +30 -20
- package/src/renderers/Form/InputImage.tsx +39 -13
- package/src/renderers/Form/InputTable.tsx +88 -9
- package/src/renderers/Form/Item.tsx +1 -1
- package/src/renderers/Form/Options.tsx +32 -7
- package/src/renderers/Form/Picker.tsx +3 -2
- package/src/renderers/Form/Select.tsx +144 -21
- package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
- package/src/renderers/Form/Transfer.tsx +3 -2
- package/src/renderers/Form/TransferPicker.tsx +123 -0
- package/src/renderers/Form/TreeSelect.tsx +25 -0
- package/src/renderers/Form/index.tsx +1 -1
- package/src/renderers/Form/wrapControl.tsx +28 -3
- package/src/renderers/IFrame.tsx +4 -5
- package/src/renderers/Image.tsx +10 -0
- package/src/renderers/Json.tsx +19 -10
- package/src/renderers/Link.tsx +53 -14
- package/src/renderers/List.tsx +1 -1
- package/src/renderers/Log.tsx +16 -3
- package/src/renderers/Mapping.tsx +27 -11
- package/src/renderers/Nav.tsx +392 -60
- package/src/renderers/Page.tsx +3 -1
- package/src/renderers/Portlet.tsx +423 -0
- package/src/renderers/Property.tsx +3 -2
- package/src/renderers/SearchBox.tsx +23 -4
- package/src/renderers/Service.tsx +101 -3
- package/src/renderers/SparkLine.tsx +5 -0
- package/src/renderers/Steps.tsx +12 -9
- package/src/renderers/Table/ColumnToggler.tsx +544 -0
- package/src/renderers/Table/ItemActionsWrapper.tsx +44 -0
- package/src/renderers/Table/TableBody.tsx +1 -1
- package/src/renderers/Table/TableCell.tsx +16 -1
- package/src/renderers/Table/TableContent.tsx +41 -3
- package/src/renderers/Table/index.tsx +318 -92
- package/src/renderers/Tabs.tsx +9 -1
- package/src/renderers/WebComponent.tsx +2 -2
- package/src/store/crud.ts +3 -8
- package/src/store/form.ts +5 -10
- package/src/store/modal.ts +4 -0
- package/src/store/service.ts +5 -23
- package/src/store/table.ts +103 -4
- package/src/types.ts +57 -0
- package/src/utils/api.ts +63 -23
- package/src/utils/attachmentAdpator.ts +90 -0
- package/src/utils/dom.tsx +12 -0
- package/src/utils/handleAction.ts +41 -0
- package/src/utils/helper.ts +12 -3
- package/src/utils/icon.tsx +4 -0
- package/src/utils/tpl-builtin.ts +48 -17
- package/src/utils/validations.ts +80 -12
- package/dump.rdb +0 -0
- package/lib/components/AssociatedCheckboxes.d.ts +0 -762
- package/lib/components/AssociatedCheckboxes.js +0 -90
- package/lib/components/AssociatedCheckboxes.js.map +0 -13
- package/lib/components/ChainedCheckboxes.js.map +0 -13
- package/lib/components/Checkboxes.js +0 -101
- package/lib/components/Checkboxes.js.map +0 -13
- package/lib/components/ListCheckboxes.d.ts +0 -739
- package/lib/components/ListCheckboxes.js +0 -48
- package/lib/components/ListCheckboxes.js.map +0 -13
- package/lib/components/ListRadios.d.ts +0 -763
- package/lib/components/ListRadios.js +0 -86
- package/lib/components/ListRadios.js.map +0 -13
- package/lib/components/TableCheckboxes.js.map +0 -13
- package/lib/components/TreeCheckboxes.js.map +0 -13
- package/lib/components/TreeRadios.d.ts +0 -838
- package/lib/components/TreeRadios.js +0 -116
- package/lib/components/TreeRadios.js.map +0 -13
- package/src/components/ListRadios.tsx +0 -159
- package/src/components/TreeRadios.tsx +0 -202
@@ -0,0 +1,514 @@
|
|
1
|
+
/// <reference types="hoist-non-react-statics" />
|
2
|
+
/**
|
3
|
+
* @file Picker
|
4
|
+
* @description 移动端选择器
|
5
|
+
*/
|
6
|
+
import React, { CSSProperties } from 'react';
|
7
|
+
import { ThemeProps } from '../theme';
|
8
|
+
import { LocaleProps } from '../locale';
|
9
|
+
export interface PickerColumnProps extends ThemeProps, LocaleProps {
|
10
|
+
mobileClassName?: string;
|
11
|
+
style?: CSSProperties;
|
12
|
+
index?: number;
|
13
|
+
labelField: string;
|
14
|
+
readonly?: boolean;
|
15
|
+
value: any;
|
16
|
+
swipeDuration?: number | string;
|
17
|
+
visibleItemCount?: number | string;
|
18
|
+
options?: PickerOption[];
|
19
|
+
children?: any;
|
20
|
+
optionRender?: (option: string | object | PickerOption) => React.ReactNode;
|
21
|
+
onChange?: (value?: PickerOption | string, index?: number, confirm?: boolean) => void;
|
22
|
+
onClose?: () => void;
|
23
|
+
onConfirm?: () => void;
|
24
|
+
}
|
25
|
+
export interface Column {
|
26
|
+
values?: string[];
|
27
|
+
className?: string;
|
28
|
+
children?: Column[];
|
29
|
+
disabled?: boolean;
|
30
|
+
}
|
31
|
+
export declare type PickerOption = string | number | PickerObjectOption;
|
32
|
+
export declare type PickerObjectOption = {
|
33
|
+
value?: string | number;
|
34
|
+
text?: string | number;
|
35
|
+
disabled?: boolean;
|
36
|
+
} & Record<string, {}>;
|
37
|
+
declare const _default: {
|
38
|
+
new (props: (Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
39
|
+
locale?: string | undefined;
|
40
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
41
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
42
|
+
locale?: string | undefined;
|
43
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
44
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
45
|
+
render(): JSX.Element;
|
46
|
+
context: any;
|
47
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
48
|
+
locale?: string | undefined;
|
49
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
50
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
51
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
52
|
+
readonly props: Readonly<Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
53
|
+
locale?: string | undefined;
|
54
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
55
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
|
56
|
+
children?: React.ReactNode;
|
57
|
+
}>;
|
58
|
+
state: Readonly<{}>;
|
59
|
+
refs: {
|
60
|
+
[key: string]: React.ReactInstance;
|
61
|
+
};
|
62
|
+
componentDidMount?(): void;
|
63
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
64
|
+
locale?: string | undefined;
|
65
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
66
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
67
|
+
componentWillUnmount?(): void;
|
68
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
69
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
70
|
+
locale?: string | undefined;
|
71
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
72
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
73
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
74
|
+
locale?: string | undefined;
|
75
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
76
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
77
|
+
componentWillMount?(): void;
|
78
|
+
UNSAFE_componentWillMount?(): void;
|
79
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
80
|
+
locale?: string | undefined;
|
81
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
82
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
83
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
84
|
+
locale?: string | undefined;
|
85
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
86
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
87
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
88
|
+
locale?: string | undefined;
|
89
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
90
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
91
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
92
|
+
locale?: string | undefined;
|
93
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
94
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
95
|
+
};
|
96
|
+
new (props: Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
97
|
+
locale?: string | undefined;
|
98
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
99
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
100
|
+
render(): JSX.Element;
|
101
|
+
context: any;
|
102
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
103
|
+
locale?: string | undefined;
|
104
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
105
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
106
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
107
|
+
readonly props: Readonly<Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
108
|
+
locale?: string | undefined;
|
109
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
110
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
|
111
|
+
children?: React.ReactNode;
|
112
|
+
}>;
|
113
|
+
state: Readonly<{}>;
|
114
|
+
refs: {
|
115
|
+
[key: string]: React.ReactInstance;
|
116
|
+
};
|
117
|
+
componentDidMount?(): void;
|
118
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
119
|
+
locale?: string | undefined;
|
120
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
121
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
122
|
+
componentWillUnmount?(): void;
|
123
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
124
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
125
|
+
locale?: string | undefined;
|
126
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
127
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
128
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
129
|
+
locale?: string | undefined;
|
130
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
131
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
132
|
+
componentWillMount?(): void;
|
133
|
+
UNSAFE_componentWillMount?(): void;
|
134
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
135
|
+
locale?: string | undefined;
|
136
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
137
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
138
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
139
|
+
locale?: string | undefined;
|
140
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
141
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
142
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
143
|
+
locale?: string | undefined;
|
144
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
145
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
146
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
147
|
+
locale?: string | undefined;
|
148
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
149
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
150
|
+
};
|
151
|
+
displayName: string;
|
152
|
+
contextType: React.Context<string>;
|
153
|
+
ComposedComponent: React.ComponentType<{
|
154
|
+
new (props: (Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
155
|
+
locale?: string | undefined;
|
156
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
157
|
+
}) | Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
158
|
+
locale?: string | undefined;
|
159
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
160
|
+
}>): {
|
161
|
+
render(): JSX.Element;
|
162
|
+
context: any;
|
163
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
164
|
+
locale?: string | undefined;
|
165
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
166
|
+
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
167
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
168
|
+
readonly props: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
169
|
+
locale?: string | undefined;
|
170
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
171
|
+
}> & Readonly<{
|
172
|
+
children?: React.ReactNode;
|
173
|
+
}>;
|
174
|
+
state: Readonly<{}>;
|
175
|
+
refs: {
|
176
|
+
[key: string]: React.ReactInstance;
|
177
|
+
};
|
178
|
+
componentDidMount?(): void;
|
179
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
180
|
+
locale?: string | undefined;
|
181
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
182
|
+
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
183
|
+
componentWillUnmount?(): void;
|
184
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
185
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
186
|
+
locale?: string | undefined;
|
187
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
188
|
+
}>, prevState: Readonly<{}>): any;
|
189
|
+
componentDidUpdate?(prevProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
190
|
+
locale?: string | undefined;
|
191
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
192
|
+
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
193
|
+
componentWillMount?(): void;
|
194
|
+
UNSAFE_componentWillMount?(): void;
|
195
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
196
|
+
locale?: string | undefined;
|
197
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
198
|
+
}>, nextContext: any): void;
|
199
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
200
|
+
locale?: string | undefined;
|
201
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
202
|
+
}>, nextContext: any): void;
|
203
|
+
componentWillUpdate?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
204
|
+
locale?: string | undefined;
|
205
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
206
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
207
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
208
|
+
locale?: string | undefined;
|
209
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
210
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
211
|
+
};
|
212
|
+
new (props: Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
213
|
+
locale?: string | undefined;
|
214
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
215
|
+
}, context: any): {
|
216
|
+
render(): JSX.Element;
|
217
|
+
context: any;
|
218
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
219
|
+
locale?: string | undefined;
|
220
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
221
|
+
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
222
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
223
|
+
readonly props: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
224
|
+
locale?: string | undefined;
|
225
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
226
|
+
}> & Readonly<{
|
227
|
+
children?: React.ReactNode;
|
228
|
+
}>;
|
229
|
+
state: Readonly<{}>;
|
230
|
+
refs: {
|
231
|
+
[key: string]: React.ReactInstance;
|
232
|
+
};
|
233
|
+
componentDidMount?(): void;
|
234
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
235
|
+
locale?: string | undefined;
|
236
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
237
|
+
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
238
|
+
componentWillUnmount?(): void;
|
239
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
240
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
241
|
+
locale?: string | undefined;
|
242
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
243
|
+
}>, prevState: Readonly<{}>): any;
|
244
|
+
componentDidUpdate?(prevProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
245
|
+
locale?: string | undefined;
|
246
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
247
|
+
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
248
|
+
componentWillMount?(): void;
|
249
|
+
UNSAFE_componentWillMount?(): void;
|
250
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
251
|
+
locale?: string | undefined;
|
252
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
253
|
+
}>, nextContext: any): void;
|
254
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
255
|
+
locale?: string | undefined;
|
256
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
257
|
+
}>, nextContext: any): void;
|
258
|
+
componentWillUpdate?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
259
|
+
locale?: string | undefined;
|
260
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
261
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
262
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
263
|
+
locale?: string | undefined;
|
264
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
265
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
266
|
+
};
|
267
|
+
displayName: string;
|
268
|
+
contextType: React.Context<string>;
|
269
|
+
ComposedComponent: React.ComponentType<React.ForwardRefExoticComponent<PickerColumnProps & React.RefAttributes<{}>>>;
|
270
|
+
} & import("hoist-non-react-statics").NonReactStatics<React.ForwardRefExoticComponent<PickerColumnProps & React.RefAttributes<{}>>, {}> & {
|
271
|
+
ComposedComponent: React.ForwardRefExoticComponent<PickerColumnProps & React.RefAttributes<{}>>;
|
272
|
+
}>;
|
273
|
+
} & import("hoist-non-react-statics").NonReactStatics<{
|
274
|
+
new (props: (Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
275
|
+
locale?: string | undefined;
|
276
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
277
|
+
}) | Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
278
|
+
locale?: string | undefined;
|
279
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
280
|
+
}>): {
|
281
|
+
render(): JSX.Element;
|
282
|
+
context: any;
|
283
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
284
|
+
locale?: string | undefined;
|
285
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
286
|
+
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
287
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
288
|
+
readonly props: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
289
|
+
locale?: string | undefined;
|
290
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
291
|
+
}> & Readonly<{
|
292
|
+
children?: React.ReactNode;
|
293
|
+
}>;
|
294
|
+
state: Readonly<{}>;
|
295
|
+
refs: {
|
296
|
+
[key: string]: React.ReactInstance;
|
297
|
+
};
|
298
|
+
componentDidMount?(): void;
|
299
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
300
|
+
locale?: string | undefined;
|
301
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
302
|
+
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
303
|
+
componentWillUnmount?(): void;
|
304
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
305
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
306
|
+
locale?: string | undefined;
|
307
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
308
|
+
}>, prevState: Readonly<{}>): any;
|
309
|
+
componentDidUpdate?(prevProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
310
|
+
locale?: string | undefined;
|
311
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
312
|
+
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
313
|
+
componentWillMount?(): void;
|
314
|
+
UNSAFE_componentWillMount?(): void;
|
315
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
316
|
+
locale?: string | undefined;
|
317
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
318
|
+
}>, nextContext: any): void;
|
319
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
320
|
+
locale?: string | undefined;
|
321
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
322
|
+
}>, nextContext: any): void;
|
323
|
+
componentWillUpdate?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
324
|
+
locale?: string | undefined;
|
325
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
326
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
327
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
328
|
+
locale?: string | undefined;
|
329
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
330
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
331
|
+
};
|
332
|
+
new (props: Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
333
|
+
locale?: string | undefined;
|
334
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
335
|
+
}, context: any): {
|
336
|
+
render(): JSX.Element;
|
337
|
+
context: any;
|
338
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
339
|
+
locale?: string | undefined;
|
340
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
341
|
+
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
342
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
343
|
+
readonly props: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
344
|
+
locale?: string | undefined;
|
345
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
346
|
+
}> & Readonly<{
|
347
|
+
children?: React.ReactNode;
|
348
|
+
}>;
|
349
|
+
state: Readonly<{}>;
|
350
|
+
refs: {
|
351
|
+
[key: string]: React.ReactInstance;
|
352
|
+
};
|
353
|
+
componentDidMount?(): void;
|
354
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
355
|
+
locale?: string | undefined;
|
356
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
357
|
+
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
358
|
+
componentWillUnmount?(): void;
|
359
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
360
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
361
|
+
locale?: string | undefined;
|
362
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
363
|
+
}>, prevState: Readonly<{}>): any;
|
364
|
+
componentDidUpdate?(prevProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
365
|
+
locale?: string | undefined;
|
366
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
367
|
+
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
368
|
+
componentWillMount?(): void;
|
369
|
+
UNSAFE_componentWillMount?(): void;
|
370
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
371
|
+
locale?: string | undefined;
|
372
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
373
|
+
}>, nextContext: any): void;
|
374
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
375
|
+
locale?: string | undefined;
|
376
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
377
|
+
}>, nextContext: any): void;
|
378
|
+
componentWillUpdate?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
379
|
+
locale?: string | undefined;
|
380
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
381
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
382
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
383
|
+
locale?: string | undefined;
|
384
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
385
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
386
|
+
};
|
387
|
+
displayName: string;
|
388
|
+
contextType: React.Context<string>;
|
389
|
+
ComposedComponent: React.ComponentType<React.ForwardRefExoticComponent<PickerColumnProps & React.RefAttributes<{}>>>;
|
390
|
+
} & import("hoist-non-react-statics").NonReactStatics<React.ForwardRefExoticComponent<PickerColumnProps & React.RefAttributes<{}>>, {}> & {
|
391
|
+
ComposedComponent: React.ForwardRefExoticComponent<PickerColumnProps & React.RefAttributes<{}>>;
|
392
|
+
}, {}> & {
|
393
|
+
ComposedComponent: {
|
394
|
+
new (props: (Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
395
|
+
locale?: string | undefined;
|
396
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
397
|
+
}) | Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
398
|
+
locale?: string | undefined;
|
399
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
400
|
+
}>): {
|
401
|
+
render(): JSX.Element;
|
402
|
+
context: any;
|
403
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
404
|
+
locale?: string | undefined;
|
405
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
406
|
+
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
407
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
408
|
+
readonly props: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
409
|
+
locale?: string | undefined;
|
410
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
411
|
+
}> & Readonly<{
|
412
|
+
children?: React.ReactNode;
|
413
|
+
}>;
|
414
|
+
state: Readonly<{}>;
|
415
|
+
refs: {
|
416
|
+
[key: string]: React.ReactInstance;
|
417
|
+
};
|
418
|
+
componentDidMount?(): void;
|
419
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
420
|
+
locale?: string | undefined;
|
421
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
422
|
+
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
423
|
+
componentWillUnmount?(): void;
|
424
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
425
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
426
|
+
locale?: string | undefined;
|
427
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
428
|
+
}>, prevState: Readonly<{}>): any;
|
429
|
+
componentDidUpdate?(prevProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
430
|
+
locale?: string | undefined;
|
431
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
432
|
+
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
433
|
+
componentWillMount?(): void;
|
434
|
+
UNSAFE_componentWillMount?(): void;
|
435
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
436
|
+
locale?: string | undefined;
|
437
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
438
|
+
}>, nextContext: any): void;
|
439
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
440
|
+
locale?: string | undefined;
|
441
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
442
|
+
}>, nextContext: any): void;
|
443
|
+
componentWillUpdate?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
444
|
+
locale?: string | undefined;
|
445
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
446
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
447
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
448
|
+
locale?: string | undefined;
|
449
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
450
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
451
|
+
};
|
452
|
+
new (props: Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
453
|
+
locale?: string | undefined;
|
454
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
455
|
+
}, context: any): {
|
456
|
+
render(): JSX.Element;
|
457
|
+
context: any;
|
458
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
459
|
+
locale?: string | undefined;
|
460
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
461
|
+
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
462
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
463
|
+
readonly props: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
464
|
+
locale?: string | undefined;
|
465
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
466
|
+
}> & Readonly<{
|
467
|
+
children?: React.ReactNode;
|
468
|
+
}>;
|
469
|
+
state: Readonly<{}>;
|
470
|
+
refs: {
|
471
|
+
[key: string]: React.ReactInstance;
|
472
|
+
};
|
473
|
+
componentDidMount?(): void;
|
474
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
475
|
+
locale?: string | undefined;
|
476
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
477
|
+
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
478
|
+
componentWillUnmount?(): void;
|
479
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
480
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
481
|
+
locale?: string | undefined;
|
482
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
483
|
+
}>, prevState: Readonly<{}>): any;
|
484
|
+
componentDidUpdate?(prevProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
485
|
+
locale?: string | undefined;
|
486
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
487
|
+
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
488
|
+
componentWillMount?(): void;
|
489
|
+
UNSAFE_componentWillMount?(): void;
|
490
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
491
|
+
locale?: string | undefined;
|
492
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
493
|
+
}>, nextContext: any): void;
|
494
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
495
|
+
locale?: string | undefined;
|
496
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
497
|
+
}>, nextContext: any): void;
|
498
|
+
componentWillUpdate?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
499
|
+
locale?: string | undefined;
|
500
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
501
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
502
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<PickerColumnProps & React.RefAttributes<{}>, keyof LocaleProps> & {
|
503
|
+
locale?: string | undefined;
|
504
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
505
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
506
|
+
};
|
507
|
+
displayName: string;
|
508
|
+
contextType: React.Context<string>;
|
509
|
+
ComposedComponent: React.ComponentType<React.ForwardRefExoticComponent<PickerColumnProps & React.RefAttributes<{}>>>;
|
510
|
+
} & import("hoist-non-react-statics").NonReactStatics<React.ForwardRefExoticComponent<PickerColumnProps & React.RefAttributes<{}>>, {}> & {
|
511
|
+
ComposedComponent: React.ForwardRefExoticComponent<PickerColumnProps & React.RefAttributes<{}>>;
|
512
|
+
};
|
513
|
+
};
|
514
|
+
export default _default;
|