amis 1.7.0 → 1.8.0-beta.13
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 +10 -2
- package/lib/Schema.js +0 -1
- package/lib/Schema.js.map +2 -2
- package/lib/SchemaRenderer.js +19 -3
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/WithRootStore.d.ts +18 -0
- package/lib/WithStore.js +2 -1
- package/lib/WithStore.js.map +2 -2
- package/lib/actions/CmptAction.js +26 -4
- package/lib/actions/CmptAction.js.map +2 -2
- package/lib/actions/PageAction.d.ts +32 -0
- package/lib/actions/PageAction.js +72 -0
- package/lib/actions/PageAction.js.map +13 -0
- package/lib/actions/index.d.ts +1 -0
- package/lib/actions/index.js +1 -0
- package/lib/actions/index.js.map +2 -2
- package/lib/components/Alert2.js +4 -2
- package/lib/components/Alert2.js.map +2 -2
- package/lib/components/AssociatedSelection.js +9 -2
- package/lib/components/AssociatedSelection.js.map +2 -2
- package/lib/components/Avatar.d.ts +20 -20
- package/lib/components/BarCode.js +1 -1
- package/lib/components/BarCode.js.map +2 -2
- package/lib/components/CalendarMobile.d.ts +84 -84
- package/lib/components/Card.d.ts +20 -20
- package/lib/components/Cascader.d.ts +2 -0
- package/lib/components/Cascader.js +28 -12
- package/lib/components/Cascader.js.map +2 -2
- package/lib/components/Checkbox.d.ts +24 -23
- package/lib/components/Checkbox.js +5 -1
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/CityArea.js +3 -0
- package/lib/components/CityArea.js.map +2 -2
- package/lib/components/Collapse.d.ts +20 -20
- package/lib/components/DatePicker.d.ts +87 -84
- package/lib/components/DatePicker.js +48 -11
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +285 -171
- package/lib/components/DateRangePicker.js +471 -66
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Drawer.js.map +2 -2
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/Modal.js +1 -1
- package/lib/components/Modal.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/Overlay.d.ts +1 -0
- package/lib/components/Overlay.js +4 -3
- package/lib/components/Overlay.js.map +2 -2
- package/lib/components/Progress.d.ts +29 -24
- package/lib/components/Progress.js +52 -21
- package/lib/components/Progress.js.map +2 -2
- package/lib/components/PullRefresh.d.ts +86 -0
- package/lib/components/PullRefresh.js +135 -0
- package/lib/components/PullRefresh.js.map +13 -0
- package/lib/components/Radios.d.ts +22 -22
- package/lib/components/Radios.js +3 -5
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Range.d.ts +2 -2
- package/lib/components/Range.js +24 -11
- package/lib/components/Range.js.map +2 -2
- package/lib/components/Spinner.d.ts +200 -107
- package/lib/components/Spinner.js +30 -26
- package/lib/components/Spinner.js.map +2 -2
- package/lib/components/Steps.d.ts +6 -0
- package/lib/components/Steps.js +13 -9
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/Tabs.d.ts +27 -23
- package/lib/components/Tabs.js +37 -22
- package/lib/components/Tabs.js.map +2 -2
- package/lib/components/Tooltip.d.ts +4 -0
- package/lib/components/Tooltip.js +6 -4
- package/lib/components/Tooltip.js.map +2 -2
- package/lib/components/TooltipWrapper.d.ts +87 -24
- package/lib/components/TooltipWrapper.js +40 -8
- package/lib/components/TooltipWrapper.js.map +2 -2
- package/lib/components/Transfer.d.ts +84 -84
- package/lib/components/TransferDropDown.d.ts +84 -84
- package/lib/components/Tree.d.ts +87 -85
- package/lib/components/Tree.js +13 -5
- package/lib/components/Tree.js.map +2 -2
- package/lib/components/TreeSelection.d.ts +84 -84
- package/lib/components/calendar/Calendar.js +3 -12
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +1 -0
- package/lib/components/calendar/TimeView.js +7 -0
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.js +3 -3
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/components/condition-builder/Expression.d.ts +1 -0
- package/lib/components/condition-builder/Expression.js +4 -4
- package/lib/components/condition-builder/Expression.js.map +2 -2
- package/lib/components/condition-builder/Field.d.ts +1 -0
- package/lib/components/condition-builder/Field.js +3 -2
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Group.d.ts +1 -0
- package/lib/components/condition-builder/Group.js +2 -2
- package/lib/components/condition-builder/Group.js.map +2 -2
- package/lib/components/condition-builder/GroupOrItem.d.ts +1 -0
- package/lib/components/condition-builder/GroupOrItem.js +2 -2
- package/lib/components/condition-builder/GroupOrItem.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.d.ts +2 -1
- 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.d.ts +1 -0
- package/lib/components/condition-builder/Item.js +9 -8
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/condition-builder/Value.d.ts +1 -0
- package/lib/components/condition-builder/Value.js +5 -5
- package/lib/components/condition-builder/Value.js.map +2 -2
- package/lib/components/condition-builder/index.d.ts +1 -0
- package/lib/components/condition-builder/index.js +2 -2
- package/lib/components/condition-builder/index.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +90 -86
- package/lib/components/formula/Editor.js +26 -4
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/Picker.d.ts +5 -0
- package/lib/components/formula/Picker.js +21 -4
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/components/icons.js +2 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/factory.d.ts +5 -0
- package/lib/factory.js +24 -3
- package/lib/factory.js.map +2 -2
- package/lib/icons/trash.js +10 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +18 -1
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +18 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +18 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +3 -1
- package/lib/renderers/Action.js +23 -5
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/App.d.ts +1 -0
- package/lib/renderers/App.js +3 -0
- package/lib/renderers/App.js.map +2 -2
- package/lib/renderers/ButtonGroup.d.ts +2 -2
- package/lib/renderers/ButtonGroup.js.map +1 -1
- package/lib/renderers/CRUD.d.ts +8 -0
- package/lib/renderers/CRUD.js +12 -5
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Carousel.d.ts +1 -0
- package/lib/renderers/Carousel.js +13 -1
- package/lib/renderers/Carousel.js.map +2 -2
- package/lib/renderers/Chart.d.ts +1 -0
- package/lib/renderers/Chart.js +3 -0
- package/lib/renderers/Chart.js.map +2 -2
- package/lib/renderers/Dialog.d.ts +5 -0
- package/lib/renderers/Dialog.js +7 -3
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.d.ts +1 -0
- package/lib/renderers/Drawer.js +6 -1
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +2 -0
- package/lib/renderers/DropDownButton.js +13 -4
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/Checkbox.d.ts +5 -2
- package/lib/renderers/Form/Checkbox.js +2 -2
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.d.ts +7 -2
- package/lib/renderers/Form/Checkboxes.js +101 -12
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/Combo.d.ts +6 -4
- package/lib/renderers/Form/Combo.js +132 -45
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +3 -2
- package/lib/renderers/Form/Editor.d.ts +2 -2
- package/lib/renderers/Form/InputCity.d.ts +87 -84
- package/lib/renderers/Form/InputCity.js +48 -3
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +10 -3
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.d.ts +5 -0
- package/lib/renderers/Form/InputDateRange.js +12 -3
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFile.js +19 -8
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputFormula.d.ts +4 -0
- package/lib/renderers/Form/InputFormula.js +2 -2
- package/lib/renderers/Form/InputFormula.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +18 -7
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputMonthRange.js +5 -1
- package/lib/renderers/Form/InputMonthRange.js.map +2 -2
- package/lib/renderers/Form/InputRange.d.ts +2 -2
- package/lib/renderers/Form/InputRange.js +13 -14
- package/lib/renderers/Form/InputRange.js.map +2 -2
- package/lib/renderers/Form/InputTable.js +4 -2
- package/lib/renderers/Form/InputTable.js.map +2 -2
- package/lib/renderers/Form/InputText.d.ts +1 -1
- package/lib/renderers/Form/InputText.js +8 -10
- package/lib/renderers/Form/InputText.js.map +2 -2
- package/lib/renderers/Form/InputTree.d.ts +5 -0
- package/lib/renderers/Form/InputTree.js +51 -2
- package/lib/renderers/Form/InputTree.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +79 -76
- package/lib/renderers/Form/Item.js +3 -1
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +4 -0
- package/lib/renderers/Form/NestedSelect.js +14 -5
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Options.js +61 -27
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.js +4 -2
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/Textarea.js +2 -1
- package/lib/renderers/Form/Textarea.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.d.ts +11 -2
- package/lib/renderers/Form/TreeSelect.js +56 -10
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.d.ts +3 -0
- package/lib/renderers/Form/index.js +53 -16
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.d.ts +10 -0
- package/lib/renderers/Form/wrapControl.js +41 -19
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Nav.d.ts +82 -67
- package/lib/renderers/Nav.js +49 -13
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.d.ts +21 -0
- package/lib/renderers/Page.js +56 -17
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Progress.d.ts +4 -7
- package/lib/renderers/Progress.js +3 -3
- package/lib/renderers/Progress.js.map +2 -2
- package/lib/renderers/Service.d.ts +3 -0
- package/lib/renderers/Service.js +55 -20
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/Spinner.d.ts +58 -2
- package/lib/renderers/Spinner.js +8 -1
- package/lib/renderers/Spinner.js.map +2 -2
- package/lib/renderers/Steps.d.ts +8 -0
- package/lib/renderers/Steps.js +2 -2
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/ColumnToggler.d.ts +4 -0
- package/lib/renderers/Table/ColumnToggler.js +11 -6
- package/lib/renderers/Table/ColumnToggler.js.map +2 -2
- package/lib/renderers/Table/TableCell.js +27 -1
- package/lib/renderers/Table/TableCell.js.map +2 -2
- package/lib/renderers/Table/TableRow.js +1 -1
- package/lib/renderers/Table/TableRow.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +2 -0
- package/lib/renderers/Table/index.js +23 -10
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.d.ts +14 -2
- package/lib/renderers/Tabs.js +24 -8
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/TooltipWrapper.d.ts +133 -0
- package/lib/renderers/TooltipWrapper.js +70 -0
- package/lib/renderers/TooltipWrapper.js.map +13 -0
- package/lib/renderers/Wizard.d.ts +7 -3
- package/lib/renderers/Wizard.js +269 -152
- package/lib/renderers/Wizard.js.map +2 -2
- package/lib/store/combo.d.ts +2 -2
- package/lib/store/crud.d.ts +1 -0
- package/lib/store/crud.js +55 -19
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -1
- package/lib/store/form.js +5 -1
- package/lib/store/form.js.map +2 -2
- package/lib/store/formItem.js +1 -1
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/index.d.ts +5 -0
- package/lib/store/index.js +14 -0
- package/lib/store/index.js.map +2 -2
- package/lib/store/table.d.ts +2 -2
- package/lib/store/table.js +4 -4
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +965 -210
- package/lib/themes/ang.css +955 -175
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +1080 -325
- package/lib/themes/antd.css +956 -176
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1048 -293
- package/lib/themes/cxd.css +961 -180
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +965 -210
- package/lib/themes/dark.css +955 -175
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +1048 -293
- package/lib/themes/default.css +961 -180
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +3 -1
- package/lib/types.js.map +1 -1
- package/lib/utils/ColorScale.d.ts +19 -0
- package/lib/utils/ColorScale.js +104 -0
- package/lib/utils/ColorScale.js.map +13 -0
- package/lib/utils/api.js +20 -4
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/columnsSplit.d.ts +1 -0
- package/lib/utils/columnsSplit.js +40 -0
- package/lib/utils/columnsSplit.js.map +13 -0
- package/lib/utils/debug.d.ts +1 -1
- package/lib/utils/debug.js +16 -22
- package/lib/utils/debug.js.map +2 -2
- package/lib/utils/dom.d.ts +1 -1
- package/lib/utils/dom.js +7 -5
- package/lib/utils/dom.js.map +2 -2
- package/lib/utils/position.js +0 -1
- package/lib/utils/position.js.map +2 -2
- package/lib/utils/scrollPosition.d.ts +6 -0
- package/lib/utils/scrollPosition.js +31 -0
- package/lib/utils/scrollPosition.js.map +13 -0
- package/package.json +3 -2
- package/schema.json +30213 -29222
- package/scss/_properties.scss +67 -25
- package/scss/components/_alert.scss +1 -1
- package/scss/components/_barcode.scss +1 -1
- package/scss/components/_button-group.scss +15 -0
- package/scss/components/_carousel.scss +1 -0
- package/scss/components/_column-toggler.scss +21 -11
- package/scss/components/_debug.scss +3 -3
- package/scss/components/_formula.scss +19 -1
- package/scss/components/_nav.scss +51 -6
- package/scss/components/_progress.scss +7 -14
- package/scss/components/_pull-refresh.scss +25 -0
- package/scss/components/_spinner.scss +134 -56
- package/scss/components/_steps.scss +199 -8
- package/scss/components/_tabs.scss +145 -13
- package/scss/components/_tooltip.scss +76 -9
- package/scss/components/form/_checks.scss +125 -2
- package/scss/components/form/_combo.scss +13 -1
- package/scss/components/form/_date-range.scss +27 -2
- package/scss/components/form/_date.scss +25 -0
- package/scss/components/form/_editor.scss +2 -1
- package/scss/components/form/_file.scss +4 -0
- package/scss/components/form/_form.scss +31 -8
- package/scss/components/form/_number.scss +5 -2
- package/scss/components/form/_select.scss +0 -1
- package/scss/components/form/_textarea.scss +1 -23
- package/scss/components/form/_transfer.scss +3 -2
- package/scss/themes/_antd-variables.scss +1 -1
- package/scss/themes/_common.scss +1 -0
- package/scss/themes/_cxd-variables.scss +6 -5
- package/sdk/ang-ie11.css +1059 -198
- package/sdk/ang.css +1050 -164
- package/sdk/antd-ie11.css +1167 -306
- package/sdk/antd.css +1051 -165
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +1145 -284
- package/sdk/cxd.css +1056 -169
- package/sdk/dark-ie11.css +1056 -195
- package/sdk/dark.css +1050 -164
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +18 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +17 -17
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +1145 -284
- package/sdk/sdk.css +1056 -169
- package/sdk/sdk.js +1321 -1273
- 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 +15 -2
- package/src/SchemaRenderer.tsx +32 -14
- package/src/WithStore.tsx +3 -1
- package/src/actions/CmptAction.ts +28 -0
- package/src/actions/PageAction.ts +62 -0
- package/src/actions/index.ts +1 -0
- package/src/components/Alert2.tsx +9 -3
- package/src/components/AssociatedSelection.tsx +9 -3
- package/src/components/BarCode.tsx +2 -2
- package/src/components/Cascader.tsx +37 -11
- package/src/components/Checkbox.tsx +11 -5
- package/src/components/CityArea.tsx +3 -0
- package/src/components/DatePicker.tsx +68 -22
- package/src/components/DateRangePicker.tsx +551 -88
- package/src/components/Drawer.tsx +1 -0
- package/src/components/Modal.tsx +1 -0
- package/src/components/Overlay.tsx +6 -3
- package/src/components/Progress.tsx +64 -33
- package/src/components/PullRefresh.tsx +197 -0
- package/src/components/Radios.tsx +6 -17
- package/src/components/Range.tsx +26 -12
- package/src/components/Spinner.tsx +77 -42
- package/src/components/Steps.tsx +28 -27
- package/src/components/Tabs.tsx +51 -21
- package/src/components/Tooltip.tsx +12 -3
- package/src/components/TooltipWrapper.tsx +140 -33
- package/src/components/Tree.tsx +19 -5
- package/src/components/calendar/Calendar.tsx +4 -13
- package/src/components/calendar/TimeView.tsx +12 -0
- package/src/components/calendar/YearsView.tsx +3 -4
- package/src/components/condition-builder/Expression.tsx +6 -1
- package/src/components/condition-builder/Field.tsx +5 -1
- package/src/components/condition-builder/Group.tsx +4 -1
- package/src/components/condition-builder/GroupOrItem.tsx +4 -1
- package/src/components/condition-builder/InputSwitch.tsx +4 -1
- package/src/components/condition-builder/Item.tsx +28 -4
- package/src/components/condition-builder/Value.tsx +7 -1
- package/src/components/condition-builder/index.tsx +4 -2
- package/src/components/formula/Editor.tsx +46 -10
- package/src/components/formula/Picker.tsx +32 -1
- package/src/components/icons.tsx +2 -0
- package/src/factory.tsx +31 -3
- package/src/icons/trash.svg +8 -0
- package/src/index.tsx +1 -0
- package/src/locale/de-DE.ts +18 -1
- package/src/locale/en-US.ts +18 -1
- package/src/locale/zh-CN.ts +18 -1
- package/src/renderers/Action.tsx +24 -2
- package/src/renderers/App.tsx +4 -0
- package/src/renderers/ButtonGroup.tsx +2 -2
- package/src/renderers/CRUD.tsx +23 -5
- package/src/renderers/Carousel.tsx +8 -0
- package/src/renderers/Chart.tsx +4 -0
- package/src/renderers/Dialog.tsx +21 -3
- package/src/renderers/Drawer.tsx +14 -2
- package/src/renderers/DropDownButton.tsx +14 -3
- package/src/renderers/Form/Checkbox.tsx +11 -2
- package/src/renderers/Form/Checkboxes.tsx +106 -23
- package/src/renderers/Form/Combo.tsx +179 -66
- package/src/renderers/Form/InputCity.tsx +46 -5
- package/src/renderers/Form/InputDate.tsx +18 -4
- package/src/renderers/Form/InputDateRange.tsx +27 -3
- package/src/renderers/Form/InputFile.tsx +23 -7
- package/src/renderers/Form/InputFormula.tsx +7 -0
- package/src/renderers/Form/InputImage.tsx +22 -6
- package/src/renderers/Form/InputMonthRange.tsx +7 -1
- package/src/renderers/Form/InputRange.tsx +20 -22
- package/src/renderers/Form/InputTable.tsx +6 -2
- package/src/renderers/Form/InputText.tsx +14 -4
- package/src/renderers/Form/InputTree.tsx +40 -2
- package/src/renderers/Form/Item.tsx +7 -0
- package/src/renderers/Form/NestedSelect.tsx +23 -4
- package/src/renderers/Form/Options.tsx +26 -7
- package/src/renderers/Form/Select.tsx +5 -3
- package/src/renderers/Form/Textarea.tsx +3 -1
- package/src/renderers/Form/TreeSelect.tsx +47 -9
- package/src/renderers/Form/index.tsx +56 -25
- package/src/renderers/Form/wrapControl.tsx +23 -12
- package/src/renderers/Nav.tsx +231 -33
- package/src/renderers/Page.tsx +97 -35
- package/src/renderers/Progress.tsx +9 -11
- package/src/renderers/Service.tsx +66 -27
- package/src/renderers/Spinner.tsx +85 -3
- package/src/renderers/Steps.tsx +14 -0
- package/src/renderers/Table/ColumnToggler.tsx +36 -11
- package/src/renderers/Table/TableCell.tsx +39 -1
- package/src/renderers/Table/TableRow.tsx +1 -1
- package/src/renderers/Table/index.tsx +43 -19
- package/src/renderers/Tabs.tsx +90 -31
- package/src/renderers/TooltipWrapper.tsx +262 -0
- package/src/renderers/Wizard.tsx +169 -93
- package/src/store/crud.ts +50 -5
- package/src/store/form.ts +8 -3
- package/src/store/formItem.ts +1 -2
- package/src/store/index.ts +20 -0
- package/src/store/table.ts +4 -4
- package/src/types.ts +8 -1
- package/src/utils/ColorScale.ts +138 -0
- package/src/utils/api.ts +26 -4
- package/src/utils/columnsSplit.tsx +57 -0
- package/src/utils/debug.tsx +17 -24
- package/src/utils/dom.tsx +7 -6
- package/src/utils/position.ts +0 -1
- package/src/utils/scrollPosition.ts +29 -0
@@ -2,6 +2,7 @@
|
|
2
2
|
import React from 'react';
|
3
3
|
import { FormControlProps, FormBaseControl } from './Item';
|
4
4
|
import { ThemeProps } from '../../theme';
|
5
|
+
import { Action } from '../../types';
|
5
6
|
import { Option } from './Options';
|
6
7
|
import { LocaleProps } from '../../locale';
|
7
8
|
/**
|
@@ -99,7 +100,7 @@ export declare class CityPicker extends React.Component<CityPickerProps, CityPic
|
|
99
100
|
render(): JSX.Element;
|
100
101
|
}
|
101
102
|
declare const ThemedCity: {
|
102
|
-
new (props: (Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
103
|
+
new (props: (Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
103
104
|
joinValues: boolean;
|
104
105
|
extractValue: boolean;
|
105
106
|
delimiter: string;
|
@@ -109,7 +110,7 @@ declare const ThemedCity: {
|
|
109
110
|
}, never>> & {
|
110
111
|
locale?: string | undefined;
|
111
112
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
112
|
-
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
113
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
113
114
|
joinValues: boolean;
|
114
115
|
extractValue: boolean;
|
115
116
|
delimiter: string;
|
@@ -122,7 +123,7 @@ declare const ThemedCity: {
|
|
122
123
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>): {
|
123
124
|
render(): JSX.Element;
|
124
125
|
context: any;
|
125
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
126
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
126
127
|
joinValues: boolean;
|
127
128
|
extractValue: boolean;
|
128
129
|
delimiter: string;
|
@@ -134,7 +135,7 @@ declare const ThemedCity: {
|
|
134
135
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
135
136
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
136
137
|
forceUpdate(callback?: (() => void) | undefined): void;
|
137
|
-
readonly props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
138
|
+
readonly props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
138
139
|
joinValues: boolean;
|
139
140
|
extractValue: boolean;
|
140
141
|
delimiter: string;
|
@@ -152,7 +153,7 @@ declare const ThemedCity: {
|
|
152
153
|
[key: string]: React.ReactInstance;
|
153
154
|
};
|
154
155
|
componentDidMount?(): void;
|
155
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
156
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
156
157
|
joinValues: boolean;
|
157
158
|
extractValue: boolean;
|
158
159
|
delimiter: string;
|
@@ -165,7 +166,7 @@ declare const ThemedCity: {
|
|
165
166
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
166
167
|
componentWillUnmount?(): void;
|
167
168
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
168
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
169
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
169
170
|
joinValues: boolean;
|
170
171
|
extractValue: boolean;
|
171
172
|
delimiter: string;
|
@@ -176,7 +177,7 @@ declare const ThemedCity: {
|
|
176
177
|
locale?: string | undefined;
|
177
178
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
178
179
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
179
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
180
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
180
181
|
joinValues: boolean;
|
181
182
|
extractValue: boolean;
|
182
183
|
delimiter: string;
|
@@ -189,7 +190,7 @@ declare const ThemedCity: {
|
|
189
190
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
190
191
|
componentWillMount?(): void;
|
191
192
|
UNSAFE_componentWillMount?(): void;
|
192
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
193
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
193
194
|
joinValues: boolean;
|
194
195
|
extractValue: boolean;
|
195
196
|
delimiter: string;
|
@@ -200,7 +201,7 @@ declare const ThemedCity: {
|
|
200
201
|
locale?: string | undefined;
|
201
202
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
202
203
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
203
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
204
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
204
205
|
joinValues: boolean;
|
205
206
|
extractValue: boolean;
|
206
207
|
delimiter: string;
|
@@ -211,7 +212,7 @@ declare const ThemedCity: {
|
|
211
212
|
locale?: string | undefined;
|
212
213
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
213
214
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
214
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
215
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
215
216
|
joinValues: boolean;
|
216
217
|
extractValue: boolean;
|
217
218
|
delimiter: string;
|
@@ -222,7 +223,7 @@ declare const ThemedCity: {
|
|
222
223
|
locale?: string | undefined;
|
223
224
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
224
225
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
225
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
226
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
226
227
|
joinValues: boolean;
|
227
228
|
extractValue: boolean;
|
228
229
|
delimiter: string;
|
@@ -234,7 +235,7 @@ declare const ThemedCity: {
|
|
234
235
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
235
236
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
236
237
|
};
|
237
|
-
new (props: Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
238
|
+
new (props: Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
238
239
|
joinValues: boolean;
|
239
240
|
extractValue: boolean;
|
240
241
|
delimiter: string;
|
@@ -247,7 +248,7 @@ declare const ThemedCity: {
|
|
247
248
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps, context: any): {
|
248
249
|
render(): JSX.Element;
|
249
250
|
context: any;
|
250
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
251
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
251
252
|
joinValues: boolean;
|
252
253
|
extractValue: boolean;
|
253
254
|
delimiter: string;
|
@@ -259,7 +260,7 @@ declare const ThemedCity: {
|
|
259
260
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
260
261
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
261
262
|
forceUpdate(callback?: (() => void) | undefined): void;
|
262
|
-
readonly props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
263
|
+
readonly props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
263
264
|
joinValues: boolean;
|
264
265
|
extractValue: boolean;
|
265
266
|
delimiter: string;
|
@@ -277,7 +278,7 @@ declare const ThemedCity: {
|
|
277
278
|
[key: string]: React.ReactInstance;
|
278
279
|
};
|
279
280
|
componentDidMount?(): void;
|
280
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
281
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
281
282
|
joinValues: boolean;
|
282
283
|
extractValue: boolean;
|
283
284
|
delimiter: string;
|
@@ -290,7 +291,7 @@ declare const ThemedCity: {
|
|
290
291
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
291
292
|
componentWillUnmount?(): void;
|
292
293
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
293
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
294
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
294
295
|
joinValues: boolean;
|
295
296
|
extractValue: boolean;
|
296
297
|
delimiter: string;
|
@@ -301,7 +302,7 @@ declare const ThemedCity: {
|
|
301
302
|
locale?: string | undefined;
|
302
303
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
303
304
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
304
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
305
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
305
306
|
joinValues: boolean;
|
306
307
|
extractValue: boolean;
|
307
308
|
delimiter: string;
|
@@ -314,7 +315,7 @@ declare const ThemedCity: {
|
|
314
315
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
315
316
|
componentWillMount?(): void;
|
316
317
|
UNSAFE_componentWillMount?(): void;
|
317
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
318
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
318
319
|
joinValues: boolean;
|
319
320
|
extractValue: boolean;
|
320
321
|
delimiter: string;
|
@@ -325,7 +326,7 @@ declare const ThemedCity: {
|
|
325
326
|
locale?: string | undefined;
|
326
327
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
327
328
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
328
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
329
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
329
330
|
joinValues: boolean;
|
330
331
|
extractValue: boolean;
|
331
332
|
delimiter: string;
|
@@ -336,7 +337,7 @@ declare const ThemedCity: {
|
|
336
337
|
locale?: string | undefined;
|
337
338
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
338
339
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
339
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
340
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
340
341
|
joinValues: boolean;
|
341
342
|
extractValue: boolean;
|
342
343
|
delimiter: string;
|
@@ -347,7 +348,7 @@ declare const ThemedCity: {
|
|
347
348
|
locale?: string | undefined;
|
348
349
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
349
350
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
350
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
351
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
351
352
|
joinValues: boolean;
|
352
353
|
extractValue: boolean;
|
353
354
|
delimiter: string;
|
@@ -362,7 +363,7 @@ declare const ThemedCity: {
|
|
362
363
|
displayName: string;
|
363
364
|
contextType: React.Context<string>;
|
364
365
|
ComposedComponent: React.ComponentType<{
|
365
|
-
new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
366
|
+
new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
366
367
|
joinValues: boolean;
|
367
368
|
extractValue: boolean;
|
368
369
|
delimiter: string;
|
@@ -372,7 +373,7 @@ declare const ThemedCity: {
|
|
372
373
|
}, never>> & {
|
373
374
|
locale?: string | undefined;
|
374
375
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
375
|
-
}) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
376
|
+
}) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
376
377
|
joinValues: boolean;
|
377
378
|
extractValue: boolean;
|
378
379
|
delimiter: string;
|
@@ -385,7 +386,7 @@ declare const ThemedCity: {
|
|
385
386
|
}>): {
|
386
387
|
render(): JSX.Element;
|
387
388
|
context: any;
|
388
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
389
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
389
390
|
joinValues: boolean;
|
390
391
|
extractValue: boolean;
|
391
392
|
delimiter: string;
|
@@ -397,7 +398,7 @@ declare const ThemedCity: {
|
|
397
398
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
398
399
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
399
400
|
forceUpdate(callback?: (() => void) | undefined): void;
|
400
|
-
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
401
|
+
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
401
402
|
joinValues: boolean;
|
402
403
|
extractValue: boolean;
|
403
404
|
delimiter: string;
|
@@ -415,7 +416,7 @@ declare const ThemedCity: {
|
|
415
416
|
[key: string]: React.ReactInstance;
|
416
417
|
};
|
417
418
|
componentDidMount?(): void;
|
418
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
419
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
419
420
|
joinValues: boolean;
|
420
421
|
extractValue: boolean;
|
421
422
|
delimiter: string;
|
@@ -428,7 +429,7 @@ declare const ThemedCity: {
|
|
428
429
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
429
430
|
componentWillUnmount?(): void;
|
430
431
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
431
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
432
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
432
433
|
joinValues: boolean;
|
433
434
|
extractValue: boolean;
|
434
435
|
delimiter: string;
|
@@ -439,7 +440,7 @@ declare const ThemedCity: {
|
|
439
440
|
locale?: string | undefined;
|
440
441
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
441
442
|
}>, prevState: Readonly<{}>): any;
|
442
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
443
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
443
444
|
joinValues: boolean;
|
444
445
|
extractValue: boolean;
|
445
446
|
delimiter: string;
|
@@ -452,7 +453,7 @@ declare const ThemedCity: {
|
|
452
453
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
453
454
|
componentWillMount?(): void;
|
454
455
|
UNSAFE_componentWillMount?(): void;
|
455
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
456
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
456
457
|
joinValues: boolean;
|
457
458
|
extractValue: boolean;
|
458
459
|
delimiter: string;
|
@@ -463,7 +464,7 @@ declare const ThemedCity: {
|
|
463
464
|
locale?: string | undefined;
|
464
465
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
465
466
|
}>, nextContext: any): void;
|
466
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
467
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
467
468
|
joinValues: boolean;
|
468
469
|
extractValue: boolean;
|
469
470
|
delimiter: string;
|
@@ -474,7 +475,7 @@ declare const ThemedCity: {
|
|
474
475
|
locale?: string | undefined;
|
475
476
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
476
477
|
}>, nextContext: any): void;
|
477
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
478
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
478
479
|
joinValues: boolean;
|
479
480
|
extractValue: boolean;
|
480
481
|
delimiter: string;
|
@@ -485,7 +486,7 @@ declare const ThemedCity: {
|
|
485
486
|
locale?: string | undefined;
|
486
487
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
487
488
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
488
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
489
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
489
490
|
joinValues: boolean;
|
490
491
|
extractValue: boolean;
|
491
492
|
delimiter: string;
|
@@ -497,7 +498,7 @@ declare const ThemedCity: {
|
|
497
498
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
498
499
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
499
500
|
};
|
500
|
-
new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
501
|
+
new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
501
502
|
joinValues: boolean;
|
502
503
|
extractValue: boolean;
|
503
504
|
delimiter: string;
|
@@ -510,7 +511,7 @@ declare const ThemedCity: {
|
|
510
511
|
}, context: any): {
|
511
512
|
render(): JSX.Element;
|
512
513
|
context: any;
|
513
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
514
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
514
515
|
joinValues: boolean;
|
515
516
|
extractValue: boolean;
|
516
517
|
delimiter: string;
|
@@ -522,7 +523,7 @@ declare const ThemedCity: {
|
|
522
523
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
523
524
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
524
525
|
forceUpdate(callback?: (() => void) | undefined): void;
|
525
|
-
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
526
|
+
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
526
527
|
joinValues: boolean;
|
527
528
|
extractValue: boolean;
|
528
529
|
delimiter: string;
|
@@ -540,7 +541,7 @@ declare const ThemedCity: {
|
|
540
541
|
[key: string]: React.ReactInstance;
|
541
542
|
};
|
542
543
|
componentDidMount?(): void;
|
543
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
544
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
544
545
|
joinValues: boolean;
|
545
546
|
extractValue: boolean;
|
546
547
|
delimiter: string;
|
@@ -553,7 +554,7 @@ declare const ThemedCity: {
|
|
553
554
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
554
555
|
componentWillUnmount?(): void;
|
555
556
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
556
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
557
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
557
558
|
joinValues: boolean;
|
558
559
|
extractValue: boolean;
|
559
560
|
delimiter: string;
|
@@ -564,7 +565,7 @@ declare const ThemedCity: {
|
|
564
565
|
locale?: string | undefined;
|
565
566
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
566
567
|
}>, prevState: Readonly<{}>): any;
|
567
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
568
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
568
569
|
joinValues: boolean;
|
569
570
|
extractValue: boolean;
|
570
571
|
delimiter: string;
|
@@ -577,7 +578,7 @@ declare const ThemedCity: {
|
|
577
578
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
578
579
|
componentWillMount?(): void;
|
579
580
|
UNSAFE_componentWillMount?(): void;
|
580
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
581
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
581
582
|
joinValues: boolean;
|
582
583
|
extractValue: boolean;
|
583
584
|
delimiter: string;
|
@@ -588,7 +589,7 @@ declare const ThemedCity: {
|
|
588
589
|
locale?: string | undefined;
|
589
590
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
590
591
|
}>, nextContext: any): void;
|
591
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
592
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
592
593
|
joinValues: boolean;
|
593
594
|
extractValue: boolean;
|
594
595
|
delimiter: string;
|
@@ -599,7 +600,7 @@ declare const ThemedCity: {
|
|
599
600
|
locale?: string | undefined;
|
600
601
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
601
602
|
}>, nextContext: any): void;
|
602
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
603
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
603
604
|
joinValues: boolean;
|
604
605
|
extractValue: boolean;
|
605
606
|
delimiter: string;
|
@@ -610,7 +611,7 @@ declare const ThemedCity: {
|
|
610
611
|
locale?: string | undefined;
|
611
612
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
612
613
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
613
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
614
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
614
615
|
joinValues: boolean;
|
615
616
|
extractValue: boolean;
|
616
617
|
delimiter: string;
|
@@ -629,7 +630,7 @@ declare const ThemedCity: {
|
|
629
630
|
ComposedComponent: typeof CityPicker;
|
630
631
|
}>;
|
631
632
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
632
|
-
new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
633
|
+
new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
633
634
|
joinValues: boolean;
|
634
635
|
extractValue: boolean;
|
635
636
|
delimiter: string;
|
@@ -639,7 +640,7 @@ declare const ThemedCity: {
|
|
639
640
|
}, never>> & {
|
640
641
|
locale?: string | undefined;
|
641
642
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
642
|
-
}) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
643
|
+
}) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
643
644
|
joinValues: boolean;
|
644
645
|
extractValue: boolean;
|
645
646
|
delimiter: string;
|
@@ -652,7 +653,7 @@ declare const ThemedCity: {
|
|
652
653
|
}>): {
|
653
654
|
render(): JSX.Element;
|
654
655
|
context: any;
|
655
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
656
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
656
657
|
joinValues: boolean;
|
657
658
|
extractValue: boolean;
|
658
659
|
delimiter: string;
|
@@ -664,7 +665,7 @@ declare const ThemedCity: {
|
|
664
665
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
665
666
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
666
667
|
forceUpdate(callback?: (() => void) | undefined): void;
|
667
|
-
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
668
|
+
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
668
669
|
joinValues: boolean;
|
669
670
|
extractValue: boolean;
|
670
671
|
delimiter: string;
|
@@ -682,7 +683,7 @@ declare const ThemedCity: {
|
|
682
683
|
[key: string]: React.ReactInstance;
|
683
684
|
};
|
684
685
|
componentDidMount?(): void;
|
685
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
686
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
686
687
|
joinValues: boolean;
|
687
688
|
extractValue: boolean;
|
688
689
|
delimiter: string;
|
@@ -695,7 +696,7 @@ declare const ThemedCity: {
|
|
695
696
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
696
697
|
componentWillUnmount?(): void;
|
697
698
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
698
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
699
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
699
700
|
joinValues: boolean;
|
700
701
|
extractValue: boolean;
|
701
702
|
delimiter: string;
|
@@ -706,7 +707,7 @@ declare const ThemedCity: {
|
|
706
707
|
locale?: string | undefined;
|
707
708
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
708
709
|
}>, prevState: Readonly<{}>): any;
|
709
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
710
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
710
711
|
joinValues: boolean;
|
711
712
|
extractValue: boolean;
|
712
713
|
delimiter: string;
|
@@ -719,7 +720,7 @@ declare const ThemedCity: {
|
|
719
720
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
720
721
|
componentWillMount?(): void;
|
721
722
|
UNSAFE_componentWillMount?(): void;
|
722
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
723
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
723
724
|
joinValues: boolean;
|
724
725
|
extractValue: boolean;
|
725
726
|
delimiter: string;
|
@@ -730,7 +731,7 @@ declare const ThemedCity: {
|
|
730
731
|
locale?: string | undefined;
|
731
732
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
732
733
|
}>, nextContext: any): void;
|
733
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
734
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
734
735
|
joinValues: boolean;
|
735
736
|
extractValue: boolean;
|
736
737
|
delimiter: string;
|
@@ -741,7 +742,7 @@ declare const ThemedCity: {
|
|
741
742
|
locale?: string | undefined;
|
742
743
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
743
744
|
}>, nextContext: any): void;
|
744
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
745
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
745
746
|
joinValues: boolean;
|
746
747
|
extractValue: boolean;
|
747
748
|
delimiter: string;
|
@@ -752,7 +753,7 @@ declare const ThemedCity: {
|
|
752
753
|
locale?: string | undefined;
|
753
754
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
754
755
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
755
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
756
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
756
757
|
joinValues: boolean;
|
757
758
|
extractValue: boolean;
|
758
759
|
delimiter: string;
|
@@ -764,7 +765,7 @@ declare const ThemedCity: {
|
|
764
765
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
765
766
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
766
767
|
};
|
767
|
-
new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
768
|
+
new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
768
769
|
joinValues: boolean;
|
769
770
|
extractValue: boolean;
|
770
771
|
delimiter: string;
|
@@ -777,7 +778,7 @@ declare const ThemedCity: {
|
|
777
778
|
}, context: any): {
|
778
779
|
render(): JSX.Element;
|
779
780
|
context: any;
|
780
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
781
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
781
782
|
joinValues: boolean;
|
782
783
|
extractValue: boolean;
|
783
784
|
delimiter: string;
|
@@ -789,7 +790,7 @@ declare const ThemedCity: {
|
|
789
790
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
790
791
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
791
792
|
forceUpdate(callback?: (() => void) | undefined): void;
|
792
|
-
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
793
|
+
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
793
794
|
joinValues: boolean;
|
794
795
|
extractValue: boolean;
|
795
796
|
delimiter: string;
|
@@ -807,7 +808,7 @@ declare const ThemedCity: {
|
|
807
808
|
[key: string]: React.ReactInstance;
|
808
809
|
};
|
809
810
|
componentDidMount?(): void;
|
810
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
811
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
811
812
|
joinValues: boolean;
|
812
813
|
extractValue: boolean;
|
813
814
|
delimiter: string;
|
@@ -820,7 +821,7 @@ declare const ThemedCity: {
|
|
820
821
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
821
822
|
componentWillUnmount?(): void;
|
822
823
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
823
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
824
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
824
825
|
joinValues: boolean;
|
825
826
|
extractValue: boolean;
|
826
827
|
delimiter: string;
|
@@ -831,7 +832,7 @@ declare const ThemedCity: {
|
|
831
832
|
locale?: string | undefined;
|
832
833
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
833
834
|
}>, prevState: Readonly<{}>): any;
|
834
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
835
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
835
836
|
joinValues: boolean;
|
836
837
|
extractValue: boolean;
|
837
838
|
delimiter: string;
|
@@ -844,7 +845,7 @@ declare const ThemedCity: {
|
|
844
845
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
845
846
|
componentWillMount?(): void;
|
846
847
|
UNSAFE_componentWillMount?(): void;
|
847
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
848
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
848
849
|
joinValues: boolean;
|
849
850
|
extractValue: boolean;
|
850
851
|
delimiter: string;
|
@@ -855,7 +856,7 @@ declare const ThemedCity: {
|
|
855
856
|
locale?: string | undefined;
|
856
857
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
857
858
|
}>, nextContext: any): void;
|
858
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
859
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
859
860
|
joinValues: boolean;
|
860
861
|
extractValue: boolean;
|
861
862
|
delimiter: string;
|
@@ -866,7 +867,7 @@ declare const ThemedCity: {
|
|
866
867
|
locale?: string | undefined;
|
867
868
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
868
869
|
}>, nextContext: any): void;
|
869
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
870
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
870
871
|
joinValues: boolean;
|
871
872
|
extractValue: boolean;
|
872
873
|
delimiter: string;
|
@@ -877,7 +878,7 @@ declare const ThemedCity: {
|
|
877
878
|
locale?: string | undefined;
|
878
879
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
879
880
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
880
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
881
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
881
882
|
joinValues: boolean;
|
882
883
|
extractValue: boolean;
|
883
884
|
delimiter: string;
|
@@ -896,7 +897,7 @@ declare const ThemedCity: {
|
|
896
897
|
ComposedComponent: typeof CityPicker;
|
897
898
|
}, {}> & {
|
898
899
|
ComposedComponent: {
|
899
|
-
new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
900
|
+
new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
900
901
|
joinValues: boolean;
|
901
902
|
extractValue: boolean;
|
902
903
|
delimiter: string;
|
@@ -906,7 +907,7 @@ declare const ThemedCity: {
|
|
906
907
|
}, never>> & {
|
907
908
|
locale?: string | undefined;
|
908
909
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
909
|
-
}) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
910
|
+
}) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
910
911
|
joinValues: boolean;
|
911
912
|
extractValue: boolean;
|
912
913
|
delimiter: string;
|
@@ -919,7 +920,7 @@ declare const ThemedCity: {
|
|
919
920
|
}>): {
|
920
921
|
render(): JSX.Element;
|
921
922
|
context: any;
|
922
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
923
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
923
924
|
joinValues: boolean;
|
924
925
|
extractValue: boolean;
|
925
926
|
delimiter: string;
|
@@ -931,7 +932,7 @@ declare const ThemedCity: {
|
|
931
932
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
932
933
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
933
934
|
forceUpdate(callback?: (() => void) | undefined): void;
|
934
|
-
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
935
|
+
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
935
936
|
joinValues: boolean;
|
936
937
|
extractValue: boolean;
|
937
938
|
delimiter: string;
|
@@ -949,7 +950,7 @@ declare const ThemedCity: {
|
|
949
950
|
[key: string]: React.ReactInstance;
|
950
951
|
};
|
951
952
|
componentDidMount?(): void;
|
952
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
953
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
953
954
|
joinValues: boolean;
|
954
955
|
extractValue: boolean;
|
955
956
|
delimiter: string;
|
@@ -962,7 +963,7 @@ declare const ThemedCity: {
|
|
962
963
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
963
964
|
componentWillUnmount?(): void;
|
964
965
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
965
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
966
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
966
967
|
joinValues: boolean;
|
967
968
|
extractValue: boolean;
|
968
969
|
delimiter: string;
|
@@ -973,7 +974,7 @@ declare const ThemedCity: {
|
|
973
974
|
locale?: string | undefined;
|
974
975
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
975
976
|
}>, prevState: Readonly<{}>): any;
|
976
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
977
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
977
978
|
joinValues: boolean;
|
978
979
|
extractValue: boolean;
|
979
980
|
delimiter: string;
|
@@ -986,7 +987,7 @@ declare const ThemedCity: {
|
|
986
987
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
987
988
|
componentWillMount?(): void;
|
988
989
|
UNSAFE_componentWillMount?(): void;
|
989
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
990
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
990
991
|
joinValues: boolean;
|
991
992
|
extractValue: boolean;
|
992
993
|
delimiter: string;
|
@@ -997,7 +998,7 @@ declare const ThemedCity: {
|
|
997
998
|
locale?: string | undefined;
|
998
999
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
999
1000
|
}>, nextContext: any): void;
|
1000
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1001
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1001
1002
|
joinValues: boolean;
|
1002
1003
|
extractValue: boolean;
|
1003
1004
|
delimiter: string;
|
@@ -1008,7 +1009,7 @@ declare const ThemedCity: {
|
|
1008
1009
|
locale?: string | undefined;
|
1009
1010
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1010
1011
|
}>, nextContext: any): void;
|
1011
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1012
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1012
1013
|
joinValues: boolean;
|
1013
1014
|
extractValue: boolean;
|
1014
1015
|
delimiter: string;
|
@@ -1019,7 +1020,7 @@ declare const ThemedCity: {
|
|
1019
1020
|
locale?: string | undefined;
|
1020
1021
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1021
1022
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1022
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1023
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1023
1024
|
joinValues: boolean;
|
1024
1025
|
extractValue: boolean;
|
1025
1026
|
delimiter: string;
|
@@ -1031,7 +1032,7 @@ declare const ThemedCity: {
|
|
1031
1032
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1032
1033
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1033
1034
|
};
|
1034
|
-
new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1035
|
+
new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1035
1036
|
joinValues: boolean;
|
1036
1037
|
extractValue: boolean;
|
1037
1038
|
delimiter: string;
|
@@ -1044,7 +1045,7 @@ declare const ThemedCity: {
|
|
1044
1045
|
}, context: any): {
|
1045
1046
|
render(): JSX.Element;
|
1046
1047
|
context: any;
|
1047
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1048
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1048
1049
|
joinValues: boolean;
|
1049
1050
|
extractValue: boolean;
|
1050
1051
|
delimiter: string;
|
@@ -1056,7 +1057,7 @@ declare const ThemedCity: {
|
|
1056
1057
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1057
1058
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1058
1059
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1059
|
-
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1060
|
+
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1060
1061
|
joinValues: boolean;
|
1061
1062
|
extractValue: boolean;
|
1062
1063
|
delimiter: string;
|
@@ -1074,7 +1075,7 @@ declare const ThemedCity: {
|
|
1074
1075
|
[key: string]: React.ReactInstance;
|
1075
1076
|
};
|
1076
1077
|
componentDidMount?(): void;
|
1077
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1078
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1078
1079
|
joinValues: boolean;
|
1079
1080
|
extractValue: boolean;
|
1080
1081
|
delimiter: string;
|
@@ -1087,7 +1088,7 @@ declare const ThemedCity: {
|
|
1087
1088
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1088
1089
|
componentWillUnmount?(): void;
|
1089
1090
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1090
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1091
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1091
1092
|
joinValues: boolean;
|
1092
1093
|
extractValue: boolean;
|
1093
1094
|
delimiter: string;
|
@@ -1098,7 +1099,7 @@ declare const ThemedCity: {
|
|
1098
1099
|
locale?: string | undefined;
|
1099
1100
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1100
1101
|
}>, prevState: Readonly<{}>): any;
|
1101
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1102
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1102
1103
|
joinValues: boolean;
|
1103
1104
|
extractValue: boolean;
|
1104
1105
|
delimiter: string;
|
@@ -1111,7 +1112,7 @@ declare const ThemedCity: {
|
|
1111
1112
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1112
1113
|
componentWillMount?(): void;
|
1113
1114
|
UNSAFE_componentWillMount?(): void;
|
1114
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1115
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1115
1116
|
joinValues: boolean;
|
1116
1117
|
extractValue: boolean;
|
1117
1118
|
delimiter: string;
|
@@ -1122,7 +1123,7 @@ declare const ThemedCity: {
|
|
1122
1123
|
locale?: string | undefined;
|
1123
1124
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1124
1125
|
}>, nextContext: any): void;
|
1125
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1126
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1126
1127
|
joinValues: boolean;
|
1127
1128
|
extractValue: boolean;
|
1128
1129
|
delimiter: string;
|
@@ -1133,7 +1134,7 @@ declare const ThemedCity: {
|
|
1133
1134
|
locale?: string | undefined;
|
1134
1135
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1135
1136
|
}>, nextContext: any): void;
|
1136
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1137
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1137
1138
|
joinValues: boolean;
|
1138
1139
|
extractValue: boolean;
|
1139
1140
|
delimiter: string;
|
@@ -1144,7 +1145,7 @@ declare const ThemedCity: {
|
|
1144
1145
|
locale?: string | undefined;
|
1145
1146
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1146
1147
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1147
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1148
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "remark" | "placeholder" | "readOnly" | "onChange" | "onEvent" | "mode" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelClassName" | "labelRemark" | "hint" | "submitOnChange" | "readOnlyOn" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1148
1149
|
joinValues: boolean;
|
1149
1150
|
extractValue: boolean;
|
1150
1151
|
delimiter: string;
|
@@ -1172,6 +1173,8 @@ export interface LocationControlProps extends FormControlProps {
|
|
1172
1173
|
allowStreet?: boolean;
|
1173
1174
|
}
|
1174
1175
|
export declare class LocationControl extends React.Component<LocationControlProps> {
|
1176
|
+
doAction(action: Action, data: object, throwErrors: boolean): void;
|
1177
|
+
handleChange(value: number | string): Promise<void>;
|
1175
1178
|
render(): JSX.Element;
|
1176
1179
|
}
|
1177
1180
|
export declare class CheckboxControlRenderer extends LocationControl {
|