amis 1.4.2-beta.1 → 1.4.2-beta.15
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/lib/Schema.d.ts +11 -3
- package/lib/Schema.js.map +1 -1
- 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.js +2 -2
- package/lib/components/Badge.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 +20 -20
- package/lib/components/Collapse.d.ts +51 -23
- package/lib/components/Collapse.js +69 -11
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/CollapseGroup.d.ts +88 -0
- package/lib/components/CollapseGroup.js +81 -0
- package/lib/components/CollapseGroup.js.map +13 -0
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.d.ts +84 -84
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/GridNav.d.ts +52 -0
- package/lib/components/GridNav.js +123 -0
- package/lib/components/GridNav.js.map +13 -0
- 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.d.ts +22 -21
- package/lib/components/InputBox.js +10 -2
- package/lib/components/InputBox.js.map +2 -2
- package/lib/components/Link.d.ts +29 -36
- package/lib/components/Link.js +14 -15
- package/lib/components/Link.js.map +2 -2
- package/lib/components/ListGroup.d.ts +21 -21
- 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/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/ResultBox.js +10 -2
- package/lib/components/ResultBox.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 +245 -237
- package/lib/components/Select.js +25 -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/{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.d.ts +86 -85
- package/lib/components/Toast.js +6 -3
- 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 +488 -0
- package/lib/components/TransferDropDown.js +59 -0
- package/lib/components/TransferDropDown.js.map +13 -0
- package/lib/components/TransferPicker.d.ts +493 -0
- package/lib/components/TransferPicker.js +60 -0
- package/lib/components/TransferPicker.js.map +13 -0
- package/lib/components/Tree.d.ts +115 -84
- package/lib/components/Tree.js +183 -30
- 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.js +1 -1
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/condition-builder/Field.js +5 -2
- 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/icons.js +2 -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.d.ts +1 -1
- package/lib/envOverwrite.js +24 -9
- package/lib/envOverwrite.js.map +2 -2
- package/lib/factory.d.ts +15 -1
- package/lib/factory.js +35 -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/download.js +7 -0
- package/lib/icons/drag-bar.js +10 -3
- package/lib/index.d.ts +5 -0
- package/lib/index.js +6 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +2 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +3 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +5 -2
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +4 -3
- package/lib/renderers/Action.js +17 -4
- 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 +24 -4
- 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 +25 -20
- package/lib/renderers/Collapse.js +10 -72
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/CollapseGroup.d.ts +42 -0
- package/lib/renderers/CollapseGroup.js +33 -0
- package/lib/renderers/CollapseGroup.js.map +13 -0
- package/lib/renderers/DropDownButton.js +1 -1
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +4 -3
- package/lib/renderers/Form/Editor.d.ts +3 -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/InputFile.d.ts +6 -0
- package/lib/renderers/Form/InputFile.js +28 -8
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +11 -4
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +1 -1
- package/lib/renderers/Form/Item.js +2 -1
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/Options.js +13 -3
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +42 -4
- package/lib/renderers/Form/Select.js +37 -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 +18 -3
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +52 -0
- package/lib/renderers/Form/TransferPicker.js +43 -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.d.ts +5 -0
- package/lib/renderers/Form/index.js +5 -3
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +13 -1
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/GridNav.d.ts +99 -0
- package/lib/renderers/GridNav.js +82 -0
- package/lib/renderers/GridNav.js.map +13 -0
- package/lib/renderers/IFrame.js +1 -3
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Json.d.ts +4 -0
- package/lib/renderers/Json.js +4 -13
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Link.d.ts +4 -2
- package/lib/renderers/Link.js +15 -6
- 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/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 +21 -21
- package/lib/renderers/Nav.js +39 -21
- package/lib/renderers/Nav.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/Table/TableContent.d.ts +4 -1
- package/lib/renderers/Table/TableContent.js +21 -1
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +5 -1
- package/lib/renderers/Table/index.js +65 -30
- 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/combo.d.ts +2 -16
- package/lib/store/crud.js +3 -7
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -1
- package/lib/store/form.js +5 -6
- package/lib/store/form.js.map +2 -2
- package/lib/store/formItem.js +44 -4
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/service.js +5 -4
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +3 -2
- package/lib/store/table.js +35 -12
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +689 -175
- package/lib/themes/ang.css +689 -175
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +689 -175
- package/lib/themes/antd.css +689 -175
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +728 -213
- package/lib/themes/cxd.css +728 -213
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +689 -175
- package/lib/themes/dark.css +689 -175
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +728 -213
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +38 -1
- package/lib/types.js +0 -5
- package/lib/types.js.map +2 -2
- package/lib/utils/api.d.ts +4 -2
- package/lib/utils/api.js +104 -17
- package/lib/utils/api.js.map +2 -2
- 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/helper.d.ts +8 -0
- package/lib/utils/helper.js +28 -2
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/icon.js +3 -0
- package/lib/utils/icon.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +3326 -836
- package/scss/_mixins.scss +1 -3
- package/scss/_properties.scss +25 -1
- package/scss/base/_common.scss +3 -0
- package/scss/base/_normalize.scss +2 -0
- package/scss/components/_anchor-nav.scss +89 -29
- package/scss/components/_card.scss +8 -14
- package/scss/components/_collapse-group.scss +11 -0
- package/scss/components/_collapse.scss +48 -22
- package/scss/components/_grid-nav.scss +128 -0
- package/scss/components/_input-box.scss +1 -0
- package/scss/components/_mapping.scss +6 -0
- package/scss/components/_nav.scss +2 -2
- package/scss/components/_picker-columns.scss +124 -0
- package/scss/components/_popover.scss +13 -0
- package/scss/components/_portlet.scss +51 -0
- package/scss/components/_result-box.scss +1 -0
- package/scss/components/_spinner.scss +5 -4
- package/scss/components/_status.scss +1 -1
- package/scss/components/_table.scss +32 -0
- package/scss/components/form/_checks.scss +0 -351
- package/scss/components/form/_combo.scss +4 -0
- package/scss/components/form/_fieldset.scss +5 -1
- package/scss/components/form/_file.scss +11 -0
- package/scss/components/form/_form.scss +48 -0
- package/scss/components/form/_selection.scss +354 -0
- package/scss/components/form/_transfer.scss +75 -18
- package/scss/components/form/_tree.scss +42 -0
- package/scss/themes/_common.scss +7 -0
- package/scss/themes/_cxd-variables.scss +8 -6
- package/scss/themes/cxd.scss +17 -12
- package/sdk/ang-ie11.css +786 -196
- package/sdk/ang.css +820 -213
- package/sdk/antd-ie11.css +786 -196
- package/sdk/antd.css +820 -213
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +825 -236
- package/sdk/cxd.css +862 -254
- package/sdk/dark-ie11.css +787 -197
- package/sdk/dark.css +820 -213
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/iconfont.svg +2513 -0
- package/sdk/iconfont.ttf +0 -0
- package/sdk/iconfont.woff +0 -0
- package/sdk/locale/de-DE.js +2 -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 -28
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +825 -236
- package/sdk/sdk.css +862 -254
- package/sdk/sdk.js +1243 -1175
- 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 +19 -1
- package/src/components/AnchorNav.tsx +15 -4
- package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +43 -37
- package/src/components/Badge.tsx +3 -3
- package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
- package/src/components/Collapse.tsx +144 -20
- package/src/components/CollapseGroup.tsx +130 -0
- package/src/components/GridNav.tsx +233 -0
- package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
- package/src/components/InputBox.tsx +10 -9
- package/src/components/Link.tsx +28 -37
- package/src/components/ModalManager.ts +1 -1
- package/src/components/PickerColumn.tsx +429 -0
- package/src/components/PickerContainer.tsx +128 -0
- package/src/components/Radios.tsx +3 -8
- package/src/components/ResultBox.tsx +9 -9
- package/src/components/SearchBox.tsx +4 -5
- package/src/components/Select.tsx +57 -5
- package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
- 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 +23 -16
- package/src/components/Transfer.tsx +71 -50
- package/src/components/TransferDropDown.tsx +120 -0
- package/src/components/TransferPicker.tsx +91 -0
- package/src/components/Tree.tsx +194 -8
- package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
- package/src/components/WithRemoteConfig.tsx +7 -2
- package/src/components/condition-builder/Field.tsx +5 -5
- 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/icons.tsx +2 -0
- package/src/components/index.tsx +13 -13
- package/src/envOverwrite.ts +20 -8
- package/src/factory.tsx +70 -9
- 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/download.svg +4 -0
- package/src/icons/drag-bar.svg +12 -6
- package/src/index.tsx +5 -0
- package/src/locale/de-DE.ts +2 -0
- package/src/locale/en-US.ts +3 -0
- package/src/locale/zh-CN.ts +5 -2
- package/src/renderers/Action.tsx +28 -2
- 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 +33 -3
- package/src/renderers/Card.tsx +63 -34
- package/src/renderers/Chart.tsx +6 -2
- package/src/renderers/Collapse.tsx +70 -115
- package/src/renderers/CollapseGroup.tsx +80 -0
- package/src/renderers/DropDownButton.tsx +1 -1
- package/src/renderers/Form/InputCity.tsx +4 -8
- package/src/renderers/Form/InputFile.tsx +65 -24
- package/src/renderers/Form/InputImage.tsx +11 -3
- package/src/renderers/Form/Item.tsx +3 -2
- package/src/renderers/Form/Options.tsx +16 -2
- package/src/renderers/Form/Select.tsx +162 -21
- package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
- package/src/renderers/Form/Transfer.tsx +19 -4
- package/src/renderers/Form/TransferPicker.tsx +145 -0
- package/src/renderers/Form/TreeSelect.tsx +25 -0
- package/src/renderers/Form/index.tsx +15 -2
- package/src/renderers/Form/wrapControl.tsx +26 -1
- package/src/renderers/GridNav.tsx +204 -0
- package/src/renderers/IFrame.tsx +2 -4
- package/src/renderers/Json.tsx +9 -9
- package/src/renderers/Link.tsx +27 -13
- package/src/renderers/List.tsx +1 -1
- package/src/renderers/Mapping.tsx +27 -11
- package/src/renderers/Nav.tsx +108 -60
- package/src/renderers/Portlet.tsx +423 -0
- package/src/renderers/Property.tsx +3 -2
- package/src/renderers/SearchBox.tsx +23 -4
- package/src/renderers/Table/TableContent.tsx +40 -2
- package/src/renderers/Table/index.tsx +88 -43
- 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/formItem.ts +94 -2
- package/src/store/service.ts +5 -4
- package/src/store/table.ts +55 -14
- package/src/types.ts +58 -1
- package/src/utils/api.ts +133 -26
- package/src/utils/dom.tsx +12 -0
- package/src/utils/helper.ts +27 -0
- package/src/utils/icon.tsx +4 -0
- package/tsconfig-for-declaration.json +1 -1
- 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
@@ -1,838 +0,0 @@
|
|
1
|
-
/// <reference types="hoist-non-react-statics" />
|
2
|
-
import React from 'react';
|
3
|
-
import { Option } from './Select';
|
4
|
-
import { BaseRadiosProps, BaseRadios } from './ListRadios';
|
5
|
-
export interface TreeRadiosProps extends BaseRadiosProps {
|
6
|
-
expand: 'all' | 'first' | 'root' | 'none';
|
7
|
-
}
|
8
|
-
export interface TreeRadiosState {
|
9
|
-
expanded: Array<string>;
|
10
|
-
}
|
11
|
-
export declare class TreeRadios extends BaseRadios<TreeRadiosProps, TreeRadiosState> {
|
12
|
-
state: TreeRadiosState;
|
13
|
-
static defaultProps: {
|
14
|
-
expand: "first";
|
15
|
-
placeholder: string;
|
16
|
-
itemRender: (option: Option) => JSX.Element;
|
17
|
-
};
|
18
|
-
componentDidMount(): void;
|
19
|
-
componentDidUpdate(prevProps: TreeRadiosProps): void;
|
20
|
-
syncExpanded(): void;
|
21
|
-
toggleCollapsed(option: Option, index: string): void;
|
22
|
-
renderItem(option: Option, index: number, indexes?: Array<number>): JSX.Element;
|
23
|
-
render(): JSX.Element;
|
24
|
-
}
|
25
|
-
declare const _default: {
|
26
|
-
new (props: (Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
27
|
-
expand: "first";
|
28
|
-
placeholder: string;
|
29
|
-
itemRender: (option: Option) => JSX.Element;
|
30
|
-
}, never>> & {
|
31
|
-
locale?: string | undefined;
|
32
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
33
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
34
|
-
expand: "first";
|
35
|
-
placeholder: string;
|
36
|
-
itemRender: (option: Option) => JSX.Element;
|
37
|
-
}, never>> & {
|
38
|
-
locale?: string | undefined;
|
39
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
40
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>): {
|
41
|
-
render(): JSX.Element;
|
42
|
-
context: any;
|
43
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
44
|
-
expand: "first";
|
45
|
-
placeholder: string;
|
46
|
-
itemRender: (option: Option) => JSX.Element;
|
47
|
-
}, never>> & {
|
48
|
-
locale?: string | undefined;
|
49
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
50
|
-
}, keyof import("../theme").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<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
53
|
-
expand: "first";
|
54
|
-
placeholder: string;
|
55
|
-
itemRender: (option: Option) => JSX.Element;
|
56
|
-
}, never>> & {
|
57
|
-
locale?: string | undefined;
|
58
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
59
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
|
60
|
-
children?: React.ReactNode;
|
61
|
-
}>;
|
62
|
-
state: Readonly<{}>;
|
63
|
-
refs: {
|
64
|
-
[key: string]: React.ReactInstance;
|
65
|
-
};
|
66
|
-
componentDidMount?(): void;
|
67
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
68
|
-
expand: "first";
|
69
|
-
placeholder: string;
|
70
|
-
itemRender: (option: Option) => JSX.Element;
|
71
|
-
}, never>> & {
|
72
|
-
locale?: string | undefined;
|
73
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
74
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
75
|
-
componentWillUnmount?(): void;
|
76
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
77
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
78
|
-
expand: "first";
|
79
|
-
placeholder: string;
|
80
|
-
itemRender: (option: Option) => JSX.Element;
|
81
|
-
}, never>> & {
|
82
|
-
locale?: string | undefined;
|
83
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
84
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
85
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
86
|
-
expand: "first";
|
87
|
-
placeholder: string;
|
88
|
-
itemRender: (option: Option) => JSX.Element;
|
89
|
-
}, never>> & {
|
90
|
-
locale?: string | undefined;
|
91
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
92
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
93
|
-
componentWillMount?(): void;
|
94
|
-
UNSAFE_componentWillMount?(): void;
|
95
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
96
|
-
expand: "first";
|
97
|
-
placeholder: string;
|
98
|
-
itemRender: (option: Option) => JSX.Element;
|
99
|
-
}, never>> & {
|
100
|
-
locale?: string | undefined;
|
101
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
102
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
103
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
104
|
-
expand: "first";
|
105
|
-
placeholder: string;
|
106
|
-
itemRender: (option: Option) => JSX.Element;
|
107
|
-
}, never>> & {
|
108
|
-
locale?: string | undefined;
|
109
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
110
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
111
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
112
|
-
expand: "first";
|
113
|
-
placeholder: string;
|
114
|
-
itemRender: (option: Option) => JSX.Element;
|
115
|
-
}, never>> & {
|
116
|
-
locale?: string | undefined;
|
117
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
118
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
119
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
120
|
-
expand: "first";
|
121
|
-
placeholder: string;
|
122
|
-
itemRender: (option: Option) => JSX.Element;
|
123
|
-
}, never>> & {
|
124
|
-
locale?: string | undefined;
|
125
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
126
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
127
|
-
};
|
128
|
-
new (props: Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
129
|
-
expand: "first";
|
130
|
-
placeholder: string;
|
131
|
-
itemRender: (option: Option) => JSX.Element;
|
132
|
-
}, never>> & {
|
133
|
-
locale?: string | undefined;
|
134
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
135
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
136
|
-
render(): JSX.Element;
|
137
|
-
context: any;
|
138
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
139
|
-
expand: "first";
|
140
|
-
placeholder: string;
|
141
|
-
itemRender: (option: Option) => JSX.Element;
|
142
|
-
}, never>> & {
|
143
|
-
locale?: string | undefined;
|
144
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
145
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
146
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
147
|
-
readonly props: Readonly<Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
148
|
-
expand: "first";
|
149
|
-
placeholder: string;
|
150
|
-
itemRender: (option: Option) => JSX.Element;
|
151
|
-
}, never>> & {
|
152
|
-
locale?: string | undefined;
|
153
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
154
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
|
155
|
-
children?: React.ReactNode;
|
156
|
-
}>;
|
157
|
-
state: Readonly<{}>;
|
158
|
-
refs: {
|
159
|
-
[key: string]: React.ReactInstance;
|
160
|
-
};
|
161
|
-
componentDidMount?(): void;
|
162
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
163
|
-
expand: "first";
|
164
|
-
placeholder: string;
|
165
|
-
itemRender: (option: Option) => JSX.Element;
|
166
|
-
}, never>> & {
|
167
|
-
locale?: string | undefined;
|
168
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
169
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
170
|
-
componentWillUnmount?(): void;
|
171
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
172
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
173
|
-
expand: "first";
|
174
|
-
placeholder: string;
|
175
|
-
itemRender: (option: Option) => JSX.Element;
|
176
|
-
}, never>> & {
|
177
|
-
locale?: string | undefined;
|
178
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
179
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
180
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
181
|
-
expand: "first";
|
182
|
-
placeholder: string;
|
183
|
-
itemRender: (option: Option) => JSX.Element;
|
184
|
-
}, never>> & {
|
185
|
-
locale?: string | undefined;
|
186
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
187
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
188
|
-
componentWillMount?(): void;
|
189
|
-
UNSAFE_componentWillMount?(): void;
|
190
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
191
|
-
expand: "first";
|
192
|
-
placeholder: string;
|
193
|
-
itemRender: (option: Option) => JSX.Element;
|
194
|
-
}, never>> & {
|
195
|
-
locale?: string | undefined;
|
196
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
197
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
198
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
199
|
-
expand: "first";
|
200
|
-
placeholder: string;
|
201
|
-
itemRender: (option: Option) => JSX.Element;
|
202
|
-
}, never>> & {
|
203
|
-
locale?: string | undefined;
|
204
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
205
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
206
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
207
|
-
expand: "first";
|
208
|
-
placeholder: string;
|
209
|
-
itemRender: (option: Option) => JSX.Element;
|
210
|
-
}, never>> & {
|
211
|
-
locale?: string | undefined;
|
212
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
213
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
214
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
215
|
-
expand: "first";
|
216
|
-
placeholder: string;
|
217
|
-
itemRender: (option: Option) => JSX.Element;
|
218
|
-
}, never>> & {
|
219
|
-
locale?: string | undefined;
|
220
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
221
|
-
}, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
222
|
-
};
|
223
|
-
displayName: string;
|
224
|
-
contextType: React.Context<string>;
|
225
|
-
ComposedComponent: React.ComponentType<{
|
226
|
-
new (props: (Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
227
|
-
expand: "first";
|
228
|
-
placeholder: string;
|
229
|
-
itemRender: (option: Option) => JSX.Element;
|
230
|
-
}, never>> & {
|
231
|
-
locale?: string | undefined;
|
232
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
233
|
-
}) | Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
234
|
-
expand: "first";
|
235
|
-
placeholder: string;
|
236
|
-
itemRender: (option: Option) => JSX.Element;
|
237
|
-
}, never>> & {
|
238
|
-
locale?: string | undefined;
|
239
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
240
|
-
}>): {
|
241
|
-
render(): JSX.Element;
|
242
|
-
context: any;
|
243
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
244
|
-
expand: "first";
|
245
|
-
placeholder: string;
|
246
|
-
itemRender: (option: Option) => JSX.Element;
|
247
|
-
}, never>> & {
|
248
|
-
locale?: string | undefined;
|
249
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
250
|
-
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
251
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
252
|
-
readonly props: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
253
|
-
expand: "first";
|
254
|
-
placeholder: string;
|
255
|
-
itemRender: (option: Option) => JSX.Element;
|
256
|
-
}, never>> & {
|
257
|
-
locale?: string | undefined;
|
258
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
259
|
-
}> & Readonly<{
|
260
|
-
children?: React.ReactNode;
|
261
|
-
}>;
|
262
|
-
state: Readonly<{}>;
|
263
|
-
refs: {
|
264
|
-
[key: string]: React.ReactInstance;
|
265
|
-
};
|
266
|
-
componentDidMount?(): void;
|
267
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
268
|
-
expand: "first";
|
269
|
-
placeholder: string;
|
270
|
-
itemRender: (option: Option) => JSX.Element;
|
271
|
-
}, never>> & {
|
272
|
-
locale?: string | undefined;
|
273
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
274
|
-
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
275
|
-
componentWillUnmount?(): void;
|
276
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
277
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
278
|
-
expand: "first";
|
279
|
-
placeholder: string;
|
280
|
-
itemRender: (option: Option) => JSX.Element;
|
281
|
-
}, never>> & {
|
282
|
-
locale?: string | undefined;
|
283
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
284
|
-
}>, prevState: Readonly<{}>): any;
|
285
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
286
|
-
expand: "first";
|
287
|
-
placeholder: string;
|
288
|
-
itemRender: (option: Option) => JSX.Element;
|
289
|
-
}, never>> & {
|
290
|
-
locale?: string | undefined;
|
291
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
292
|
-
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
293
|
-
componentWillMount?(): void;
|
294
|
-
UNSAFE_componentWillMount?(): void;
|
295
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
296
|
-
expand: "first";
|
297
|
-
placeholder: string;
|
298
|
-
itemRender: (option: Option) => JSX.Element;
|
299
|
-
}, never>> & {
|
300
|
-
locale?: string | undefined;
|
301
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
302
|
-
}>, nextContext: any): void;
|
303
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
304
|
-
expand: "first";
|
305
|
-
placeholder: string;
|
306
|
-
itemRender: (option: Option) => JSX.Element;
|
307
|
-
}, never>> & {
|
308
|
-
locale?: string | undefined;
|
309
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
310
|
-
}>, nextContext: any): void;
|
311
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
312
|
-
expand: "first";
|
313
|
-
placeholder: string;
|
314
|
-
itemRender: (option: Option) => JSX.Element;
|
315
|
-
}, never>> & {
|
316
|
-
locale?: string | undefined;
|
317
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
318
|
-
}>, nextState: Readonly<{}>, nextContext: any): void;
|
319
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
320
|
-
expand: "first";
|
321
|
-
placeholder: string;
|
322
|
-
itemRender: (option: Option) => JSX.Element;
|
323
|
-
}, never>> & {
|
324
|
-
locale?: string | undefined;
|
325
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
326
|
-
}>, nextState: Readonly<{}>, nextContext: any): void;
|
327
|
-
};
|
328
|
-
new (props: Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
329
|
-
expand: "first";
|
330
|
-
placeholder: string;
|
331
|
-
itemRender: (option: Option) => JSX.Element;
|
332
|
-
}, never>> & {
|
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<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
339
|
-
expand: "first";
|
340
|
-
placeholder: string;
|
341
|
-
itemRender: (option: Option) => JSX.Element;
|
342
|
-
}, never>> & {
|
343
|
-
locale?: string | undefined;
|
344
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
345
|
-
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
346
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
347
|
-
readonly props: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
348
|
-
expand: "first";
|
349
|
-
placeholder: string;
|
350
|
-
itemRender: (option: Option) => JSX.Element;
|
351
|
-
}, never>> & {
|
352
|
-
locale?: string | undefined;
|
353
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
354
|
-
}> & Readonly<{
|
355
|
-
children?: React.ReactNode;
|
356
|
-
}>;
|
357
|
-
state: Readonly<{}>;
|
358
|
-
refs: {
|
359
|
-
[key: string]: React.ReactInstance;
|
360
|
-
};
|
361
|
-
componentDidMount?(): void;
|
362
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
363
|
-
expand: "first";
|
364
|
-
placeholder: string;
|
365
|
-
itemRender: (option: Option) => JSX.Element;
|
366
|
-
}, never>> & {
|
367
|
-
locale?: string | undefined;
|
368
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
369
|
-
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
370
|
-
componentWillUnmount?(): void;
|
371
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
372
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
373
|
-
expand: "first";
|
374
|
-
placeholder: string;
|
375
|
-
itemRender: (option: Option) => JSX.Element;
|
376
|
-
}, never>> & {
|
377
|
-
locale?: string | undefined;
|
378
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
379
|
-
}>, prevState: Readonly<{}>): any;
|
380
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
381
|
-
expand: "first";
|
382
|
-
placeholder: string;
|
383
|
-
itemRender: (option: Option) => JSX.Element;
|
384
|
-
}, never>> & {
|
385
|
-
locale?: string | undefined;
|
386
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
387
|
-
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
388
|
-
componentWillMount?(): void;
|
389
|
-
UNSAFE_componentWillMount?(): void;
|
390
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
391
|
-
expand: "first";
|
392
|
-
placeholder: string;
|
393
|
-
itemRender: (option: Option) => JSX.Element;
|
394
|
-
}, never>> & {
|
395
|
-
locale?: string | undefined;
|
396
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
397
|
-
}>, nextContext: any): void;
|
398
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
399
|
-
expand: "first";
|
400
|
-
placeholder: string;
|
401
|
-
itemRender: (option: Option) => JSX.Element;
|
402
|
-
}, never>> & {
|
403
|
-
locale?: string | undefined;
|
404
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
405
|
-
}>, nextContext: any): void;
|
406
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
407
|
-
expand: "first";
|
408
|
-
placeholder: string;
|
409
|
-
itemRender: (option: Option) => JSX.Element;
|
410
|
-
}, never>> & {
|
411
|
-
locale?: string | undefined;
|
412
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
413
|
-
}>, nextState: Readonly<{}>, nextContext: any): void;
|
414
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
415
|
-
expand: "first";
|
416
|
-
placeholder: string;
|
417
|
-
itemRender: (option: Option) => JSX.Element;
|
418
|
-
}, never>> & {
|
419
|
-
locale?: string | undefined;
|
420
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
421
|
-
}>, nextState: Readonly<{}>, nextContext: any): void;
|
422
|
-
};
|
423
|
-
displayName: string;
|
424
|
-
contextType: React.Context<string>;
|
425
|
-
ComposedComponent: React.ComponentType<typeof TreeRadios>;
|
426
|
-
} & import("hoist-non-react-statics").NonReactStatics<typeof TreeRadios, {}> & {
|
427
|
-
ComposedComponent: typeof TreeRadios;
|
428
|
-
}>;
|
429
|
-
} & import("hoist-non-react-statics").NonReactStatics<{
|
430
|
-
new (props: (Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
431
|
-
expand: "first";
|
432
|
-
placeholder: string;
|
433
|
-
itemRender: (option: Option) => JSX.Element;
|
434
|
-
}, never>> & {
|
435
|
-
locale?: string | undefined;
|
436
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
437
|
-
}) | Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
438
|
-
expand: "first";
|
439
|
-
placeholder: string;
|
440
|
-
itemRender: (option: Option) => JSX.Element;
|
441
|
-
}, never>> & {
|
442
|
-
locale?: string | undefined;
|
443
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
444
|
-
}>): {
|
445
|
-
render(): JSX.Element;
|
446
|
-
context: any;
|
447
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
448
|
-
expand: "first";
|
449
|
-
placeholder: string;
|
450
|
-
itemRender: (option: Option) => JSX.Element;
|
451
|
-
}, never>> & {
|
452
|
-
locale?: string | undefined;
|
453
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
454
|
-
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
455
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
456
|
-
readonly props: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
457
|
-
expand: "first";
|
458
|
-
placeholder: string;
|
459
|
-
itemRender: (option: Option) => JSX.Element;
|
460
|
-
}, never>> & {
|
461
|
-
locale?: string | undefined;
|
462
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
463
|
-
}> & Readonly<{
|
464
|
-
children?: React.ReactNode;
|
465
|
-
}>;
|
466
|
-
state: Readonly<{}>;
|
467
|
-
refs: {
|
468
|
-
[key: string]: React.ReactInstance;
|
469
|
-
};
|
470
|
-
componentDidMount?(): void;
|
471
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
472
|
-
expand: "first";
|
473
|
-
placeholder: string;
|
474
|
-
itemRender: (option: Option) => JSX.Element;
|
475
|
-
}, never>> & {
|
476
|
-
locale?: string | undefined;
|
477
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
478
|
-
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
479
|
-
componentWillUnmount?(): void;
|
480
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
481
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
482
|
-
expand: "first";
|
483
|
-
placeholder: string;
|
484
|
-
itemRender: (option: Option) => JSX.Element;
|
485
|
-
}, never>> & {
|
486
|
-
locale?: string | undefined;
|
487
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
488
|
-
}>, prevState: Readonly<{}>): any;
|
489
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
490
|
-
expand: "first";
|
491
|
-
placeholder: string;
|
492
|
-
itemRender: (option: Option) => JSX.Element;
|
493
|
-
}, never>> & {
|
494
|
-
locale?: string | undefined;
|
495
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
496
|
-
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
497
|
-
componentWillMount?(): void;
|
498
|
-
UNSAFE_componentWillMount?(): void;
|
499
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
500
|
-
expand: "first";
|
501
|
-
placeholder: string;
|
502
|
-
itemRender: (option: Option) => JSX.Element;
|
503
|
-
}, never>> & {
|
504
|
-
locale?: string | undefined;
|
505
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
506
|
-
}>, nextContext: any): void;
|
507
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
508
|
-
expand: "first";
|
509
|
-
placeholder: string;
|
510
|
-
itemRender: (option: Option) => JSX.Element;
|
511
|
-
}, never>> & {
|
512
|
-
locale?: string | undefined;
|
513
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
514
|
-
}>, nextContext: any): void;
|
515
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
516
|
-
expand: "first";
|
517
|
-
placeholder: string;
|
518
|
-
itemRender: (option: Option) => JSX.Element;
|
519
|
-
}, never>> & {
|
520
|
-
locale?: string | undefined;
|
521
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
522
|
-
}>, nextState: Readonly<{}>, nextContext: any): void;
|
523
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
524
|
-
expand: "first";
|
525
|
-
placeholder: string;
|
526
|
-
itemRender: (option: Option) => JSX.Element;
|
527
|
-
}, never>> & {
|
528
|
-
locale?: string | undefined;
|
529
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
530
|
-
}>, nextState: Readonly<{}>, nextContext: any): void;
|
531
|
-
};
|
532
|
-
new (props: Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
533
|
-
expand: "first";
|
534
|
-
placeholder: string;
|
535
|
-
itemRender: (option: Option) => JSX.Element;
|
536
|
-
}, never>> & {
|
537
|
-
locale?: string | undefined;
|
538
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
539
|
-
}, context: any): {
|
540
|
-
render(): JSX.Element;
|
541
|
-
context: any;
|
542
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
543
|
-
expand: "first";
|
544
|
-
placeholder: string;
|
545
|
-
itemRender: (option: Option) => JSX.Element;
|
546
|
-
}, never>> & {
|
547
|
-
locale?: string | undefined;
|
548
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
549
|
-
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
550
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
551
|
-
readonly props: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
552
|
-
expand: "first";
|
553
|
-
placeholder: string;
|
554
|
-
itemRender: (option: Option) => JSX.Element;
|
555
|
-
}, never>> & {
|
556
|
-
locale?: string | undefined;
|
557
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
558
|
-
}> & Readonly<{
|
559
|
-
children?: React.ReactNode;
|
560
|
-
}>;
|
561
|
-
state: Readonly<{}>;
|
562
|
-
refs: {
|
563
|
-
[key: string]: React.ReactInstance;
|
564
|
-
};
|
565
|
-
componentDidMount?(): void;
|
566
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
567
|
-
expand: "first";
|
568
|
-
placeholder: string;
|
569
|
-
itemRender: (option: Option) => JSX.Element;
|
570
|
-
}, never>> & {
|
571
|
-
locale?: string | undefined;
|
572
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
573
|
-
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
574
|
-
componentWillUnmount?(): void;
|
575
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
576
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
577
|
-
expand: "first";
|
578
|
-
placeholder: string;
|
579
|
-
itemRender: (option: Option) => JSX.Element;
|
580
|
-
}, never>> & {
|
581
|
-
locale?: string | undefined;
|
582
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
583
|
-
}>, prevState: Readonly<{}>): any;
|
584
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
585
|
-
expand: "first";
|
586
|
-
placeholder: string;
|
587
|
-
itemRender: (option: Option) => JSX.Element;
|
588
|
-
}, never>> & {
|
589
|
-
locale?: string | undefined;
|
590
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
591
|
-
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
592
|
-
componentWillMount?(): void;
|
593
|
-
UNSAFE_componentWillMount?(): void;
|
594
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
595
|
-
expand: "first";
|
596
|
-
placeholder: string;
|
597
|
-
itemRender: (option: Option) => JSX.Element;
|
598
|
-
}, never>> & {
|
599
|
-
locale?: string | undefined;
|
600
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
601
|
-
}>, nextContext: any): void;
|
602
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
603
|
-
expand: "first";
|
604
|
-
placeholder: string;
|
605
|
-
itemRender: (option: Option) => JSX.Element;
|
606
|
-
}, never>> & {
|
607
|
-
locale?: string | undefined;
|
608
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
609
|
-
}>, nextContext: any): void;
|
610
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
611
|
-
expand: "first";
|
612
|
-
placeholder: string;
|
613
|
-
itemRender: (option: Option) => JSX.Element;
|
614
|
-
}, never>> & {
|
615
|
-
locale?: string | undefined;
|
616
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
617
|
-
}>, nextState: Readonly<{}>, nextContext: any): void;
|
618
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
619
|
-
expand: "first";
|
620
|
-
placeholder: string;
|
621
|
-
itemRender: (option: Option) => JSX.Element;
|
622
|
-
}, never>> & {
|
623
|
-
locale?: string | undefined;
|
624
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
625
|
-
}>, nextState: Readonly<{}>, nextContext: any): void;
|
626
|
-
};
|
627
|
-
displayName: string;
|
628
|
-
contextType: React.Context<string>;
|
629
|
-
ComposedComponent: React.ComponentType<typeof TreeRadios>;
|
630
|
-
} & import("hoist-non-react-statics").NonReactStatics<typeof TreeRadios, {}> & {
|
631
|
-
ComposedComponent: typeof TreeRadios;
|
632
|
-
}, {}> & {
|
633
|
-
ComposedComponent: {
|
634
|
-
new (props: (Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
635
|
-
expand: "first";
|
636
|
-
placeholder: string;
|
637
|
-
itemRender: (option: Option) => JSX.Element;
|
638
|
-
}, never>> & {
|
639
|
-
locale?: string | undefined;
|
640
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
641
|
-
}) | Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
642
|
-
expand: "first";
|
643
|
-
placeholder: string;
|
644
|
-
itemRender: (option: Option) => JSX.Element;
|
645
|
-
}, never>> & {
|
646
|
-
locale?: string | undefined;
|
647
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
648
|
-
}>): {
|
649
|
-
render(): JSX.Element;
|
650
|
-
context: any;
|
651
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
652
|
-
expand: "first";
|
653
|
-
placeholder: string;
|
654
|
-
itemRender: (option: Option) => JSX.Element;
|
655
|
-
}, never>> & {
|
656
|
-
locale?: string | undefined;
|
657
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
658
|
-
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
659
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
660
|
-
readonly props: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
661
|
-
expand: "first";
|
662
|
-
placeholder: string;
|
663
|
-
itemRender: (option: Option) => JSX.Element;
|
664
|
-
}, never>> & {
|
665
|
-
locale?: string | undefined;
|
666
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
667
|
-
}> & Readonly<{
|
668
|
-
children?: React.ReactNode;
|
669
|
-
}>;
|
670
|
-
state: Readonly<{}>;
|
671
|
-
refs: {
|
672
|
-
[key: string]: React.ReactInstance;
|
673
|
-
};
|
674
|
-
componentDidMount?(): void;
|
675
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
676
|
-
expand: "first";
|
677
|
-
placeholder: string;
|
678
|
-
itemRender: (option: Option) => JSX.Element;
|
679
|
-
}, never>> & {
|
680
|
-
locale?: string | undefined;
|
681
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
682
|
-
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
683
|
-
componentWillUnmount?(): void;
|
684
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
685
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
686
|
-
expand: "first";
|
687
|
-
placeholder: string;
|
688
|
-
itemRender: (option: Option) => JSX.Element;
|
689
|
-
}, never>> & {
|
690
|
-
locale?: string | undefined;
|
691
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
692
|
-
}>, prevState: Readonly<{}>): any;
|
693
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
694
|
-
expand: "first";
|
695
|
-
placeholder: string;
|
696
|
-
itemRender: (option: Option) => JSX.Element;
|
697
|
-
}, never>> & {
|
698
|
-
locale?: string | undefined;
|
699
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
700
|
-
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
701
|
-
componentWillMount?(): void;
|
702
|
-
UNSAFE_componentWillMount?(): void;
|
703
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
704
|
-
expand: "first";
|
705
|
-
placeholder: string;
|
706
|
-
itemRender: (option: Option) => JSX.Element;
|
707
|
-
}, never>> & {
|
708
|
-
locale?: string | undefined;
|
709
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
710
|
-
}>, nextContext: any): void;
|
711
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
712
|
-
expand: "first";
|
713
|
-
placeholder: string;
|
714
|
-
itemRender: (option: Option) => JSX.Element;
|
715
|
-
}, never>> & {
|
716
|
-
locale?: string | undefined;
|
717
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
718
|
-
}>, nextContext: any): void;
|
719
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
720
|
-
expand: "first";
|
721
|
-
placeholder: string;
|
722
|
-
itemRender: (option: Option) => JSX.Element;
|
723
|
-
}, never>> & {
|
724
|
-
locale?: string | undefined;
|
725
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
726
|
-
}>, nextState: Readonly<{}>, nextContext: any): void;
|
727
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
728
|
-
expand: "first";
|
729
|
-
placeholder: string;
|
730
|
-
itemRender: (option: Option) => JSX.Element;
|
731
|
-
}, never>> & {
|
732
|
-
locale?: string | undefined;
|
733
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
734
|
-
}>, nextState: Readonly<{}>, nextContext: any): void;
|
735
|
-
};
|
736
|
-
new (props: Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
737
|
-
expand: "first";
|
738
|
-
placeholder: string;
|
739
|
-
itemRender: (option: Option) => JSX.Element;
|
740
|
-
}, never>> & {
|
741
|
-
locale?: string | undefined;
|
742
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
743
|
-
}, context: any): {
|
744
|
-
render(): JSX.Element;
|
745
|
-
context: any;
|
746
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
747
|
-
expand: "first";
|
748
|
-
placeholder: string;
|
749
|
-
itemRender: (option: Option) => JSX.Element;
|
750
|
-
}, never>> & {
|
751
|
-
locale?: string | undefined;
|
752
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
753
|
-
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
754
|
-
forceUpdate(callback?: (() => void) | undefined): void;
|
755
|
-
readonly props: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
756
|
-
expand: "first";
|
757
|
-
placeholder: string;
|
758
|
-
itemRender: (option: Option) => JSX.Element;
|
759
|
-
}, never>> & {
|
760
|
-
locale?: string | undefined;
|
761
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
762
|
-
}> & Readonly<{
|
763
|
-
children?: React.ReactNode;
|
764
|
-
}>;
|
765
|
-
state: Readonly<{}>;
|
766
|
-
refs: {
|
767
|
-
[key: string]: React.ReactInstance;
|
768
|
-
};
|
769
|
-
componentDidMount?(): void;
|
770
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
771
|
-
expand: "first";
|
772
|
-
placeholder: string;
|
773
|
-
itemRender: (option: Option) => JSX.Element;
|
774
|
-
}, never>> & {
|
775
|
-
locale?: string | undefined;
|
776
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
777
|
-
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
778
|
-
componentWillUnmount?(): void;
|
779
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
780
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
781
|
-
expand: "first";
|
782
|
-
placeholder: string;
|
783
|
-
itemRender: (option: Option) => JSX.Element;
|
784
|
-
}, never>> & {
|
785
|
-
locale?: string | undefined;
|
786
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
787
|
-
}>, prevState: Readonly<{}>): any;
|
788
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
789
|
-
expand: "first";
|
790
|
-
placeholder: string;
|
791
|
-
itemRender: (option: Option) => JSX.Element;
|
792
|
-
}, never>> & {
|
793
|
-
locale?: string | undefined;
|
794
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
795
|
-
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
796
|
-
componentWillMount?(): void;
|
797
|
-
UNSAFE_componentWillMount?(): void;
|
798
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
799
|
-
expand: "first";
|
800
|
-
placeholder: string;
|
801
|
-
itemRender: (option: Option) => JSX.Element;
|
802
|
-
}, never>> & {
|
803
|
-
locale?: string | undefined;
|
804
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
805
|
-
}>, nextContext: any): void;
|
806
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
807
|
-
expand: "first";
|
808
|
-
placeholder: string;
|
809
|
-
itemRender: (option: Option) => JSX.Element;
|
810
|
-
}, never>> & {
|
811
|
-
locale?: string | undefined;
|
812
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
813
|
-
}>, nextContext: any): void;
|
814
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
815
|
-
expand: "first";
|
816
|
-
placeholder: string;
|
817
|
-
itemRender: (option: Option) => JSX.Element;
|
818
|
-
}, never>> & {
|
819
|
-
locale?: string | undefined;
|
820
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
821
|
-
}>, nextState: Readonly<{}>, nextContext: any): void;
|
822
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onClick" | "options" | "onChange" | "onDeferLoad" | "option2value" | "itemClassName" | "clearable" | "showRadio"> & Partial<Pick<Omit<TreeRadiosProps, keyof import("../locale").LocaleProps>, "placeholder" | "itemRender" | "expand">> & Partial<Pick<{
|
823
|
-
expand: "first";
|
824
|
-
placeholder: string;
|
825
|
-
itemRender: (option: Option) => JSX.Element;
|
826
|
-
}, never>> & {
|
827
|
-
locale?: string | undefined;
|
828
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
829
|
-
}>, nextState: Readonly<{}>, nextContext: any): void;
|
830
|
-
};
|
831
|
-
displayName: string;
|
832
|
-
contextType: React.Context<string>;
|
833
|
-
ComposedComponent: React.ComponentType<typeof TreeRadios>;
|
834
|
-
} & import("hoist-non-react-statics").NonReactStatics<typeof TreeRadios, {}> & {
|
835
|
-
ComposedComponent: typeof TreeRadios;
|
836
|
-
};
|
837
|
-
};
|
838
|
-
export default _default;
|