amis 1.5.7 → 1.5.8-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.husky/pre-commit +1 -1
- package/lib/Schema.d.ts +3 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/AssociatedSelection.d.ts +84 -84
- package/lib/components/AssociatedSelection.js +2 -2
- package/lib/components/AssociatedSelection.js.map +2 -2
- package/lib/components/Avatar.d.ts +135 -0
- package/lib/components/Avatar.js +120 -0
- package/lib/components/Avatar.js.map +13 -0
- package/lib/components/BaiduMapPicker.js.map +2 -2
- package/lib/components/CalendarMobile.d.ts +547 -0
- package/lib/components/CalendarMobile.js +432 -0
- package/lib/components/CalendarMobile.js.map +13 -0
- package/lib/components/Card.d.ts +20 -20
- package/lib/components/ChainedSelection.d.ts +84 -84
- package/lib/components/ChainedSelection.js +15 -3
- package/lib/components/ChainedSelection.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DatePicker.js +10 -4
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +85 -84
- package/lib/components/DateRangePicker.js +21 -6
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/GroupedSelection.d.ts +84 -84
- package/lib/components/GroupedSelection.js +14 -2
- package/lib/components/GroupedSelection.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +85 -84
- package/lib/components/MonthRangePicker.js +19 -6
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/Overlay.d.ts +1 -1
- package/lib/components/Overlay.js.map +1 -1
- package/lib/components/Picker.js +9 -4
- package/lib/components/Picker.js.map +2 -2
- package/lib/components/PickerColumn.js +0 -1
- package/lib/components/PickerColumn.js.map +2 -2
- package/lib/components/PickerContainer.d.ts +3 -0
- package/lib/components/PickerContainer.js +12 -5
- package/lib/components/PickerContainer.js.map +2 -2
- package/lib/components/PopUp.d.ts +1 -0
- package/lib/components/PopUp.js +5 -5
- package/lib/components/PopUp.js.map +2 -2
- package/lib/components/ResultBox.js +2 -1
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/ResultList.d.ts +9 -2
- package/lib/components/ResultList.js +22 -2
- package/lib/components/ResultList.js.map +2 -2
- package/lib/components/Select.d.ts +237 -237
- package/lib/components/Select.js +1 -1
- package/lib/components/Select.js.map +1 -1
- package/lib/components/Selection.d.ts +94 -86
- package/lib/components/Selection.js +11 -2
- package/lib/components/Selection.js.map +2 -2
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/TableSelection.d.ts +85 -85
- package/lib/components/TableSelection.js +1 -9
- package/lib/components/TableSelection.js.map +2 -2
- package/lib/components/Tabs.js +31 -33
- package/lib/components/Tabs.js.map +2 -2
- package/lib/components/TabsTransfer.d.ts +87 -256
- package/lib/components/TabsTransfer.js +52 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +1 -1
- package/lib/components/TabsTransferPicker.js +20 -18
- package/lib/components/TabsTransferPicker.js.map +2 -2
- package/lib/components/Timeline.d.ts +69 -0
- package/lib/components/Timeline.js +16 -0
- package/lib/components/Timeline.js.map +13 -0
- package/lib/components/TimelineItem.d.ts +516 -0
- package/lib/components/TimelineItem.js +41 -0
- package/lib/components/TimelineItem.js.map +13 -0
- package/lib/components/Transfer.d.ts +100 -98
- package/lib/components/Transfer.js +2 -3
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +84 -84
- package/lib/components/TransferDropDown.js +1 -5
- package/lib/components/TransferDropDown.js.map +2 -2
- package/lib/components/TransferPicker.d.ts +1 -0
- package/lib/components/TransferPicker.js +19 -4
- package/lib/components/TransferPicker.js.map +2 -2
- package/lib/components/TreeSelection.d.ts +85 -85
- package/lib/components/TreeSelection.js +7 -1
- package/lib/components/TreeSelection.js.map +2 -2
- package/lib/components/calendar/Calendar.d.ts +5 -0
- package/lib/components/calendar/Calendar.js +15 -2
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.d.ts +1 -0
- package/lib/components/calendar/DaysView.js +25 -13
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/calendar/MonthsView.d.ts +28 -0
- package/lib/components/calendar/MonthsView.js +79 -3
- package/lib/components/calendar/MonthsView.js.map +2 -2
- package/lib/components/calendar/QuartersView.d.ts +1 -0
- package/lib/components/calendar/QuartersView.js +2 -2
- package/lib/components/calendar/QuartersView.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +5 -0
- package/lib/components/calendar/TimeView.js +8 -5
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.js +6 -4
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/components/condition-builder/Field.js +1 -4
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +3 -0
- package/lib/components/formula/Editor.js +3 -2
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/FuncList.js +2 -1
- package/lib/components/formula/FuncList.js.map +2 -2
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/components/icons.js +2 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +2 -1
- package/lib/components/index.js +4 -2
- package/lib/components/index.js.map +2 -2
- package/lib/components/virtual-list/SizeAndPositionManager.js.map +2 -2
- package/lib/components/virtual-list/index.js +1 -2
- package/lib/components/virtual-list/index.js.map +2 -2
- package/lib/factory.js +5 -0
- package/lib/factory.js.map +2 -2
- package/lib/icons/tree-down.js +7 -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 +13 -2
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +13 -2
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +12 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Avatar.d.ts +35 -26
- package/lib/renderers/Avatar.js +14 -19
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/Card.js +6 -5
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Custom.js.map +2 -2
- package/lib/renderers/Each.js +5 -2
- package/lib/renderers/Each.js.map +2 -2
- package/lib/renderers/Flex.js +1 -5
- package/lib/renderers/Flex.js.map +2 -2
- package/lib/renderers/Form/ChartRadios.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.js +2 -1
- package/lib/renderers/Form/DiffEditor.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputColor.js +1 -1
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +6 -4
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +1 -1
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFormula.d.ts +4 -1
- package/lib/renderers/Form/InputFormula.js +2 -2
- package/lib/renderers/Form/InputFormula.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +1 -0
- package/lib/renderers/Form/InputImage.js +8 -4
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputMonthRange.js +1 -1
- package/lib/renderers/Form/InputMonthRange.js.map +2 -2
- package/lib/renderers/Form/InputQuarterRange.js +1 -1
- package/lib/renderers/Form/InputQuarterRange.js.map +2 -2
- package/lib/renderers/Form/InputYearRange.js +1 -1
- package/lib/renderers/Form/InputYearRange.js.map +2 -2
- package/lib/renderers/Form/Item.js +11 -4
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.js +1 -1
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Select.js +1 -1
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransfer.d.ts +5 -32
- package/lib/renderers/Form/TabsTransfer.js +20 -1
- package/lib/renderers/Form/TabsTransfer.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +5 -35
- package/lib/renderers/Form/TabsTransferPicker.js +21 -2
- package/lib/renderers/Form/TabsTransferPicker.js.map +2 -2
- package/lib/renderers/Form/Transfer.d.ts +15 -4
- package/lib/renderers/Form/Transfer.js +55 -18
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +3 -32
- package/lib/renderers/Form/TransferPicker.js +1 -1
- package/lib/renderers/Form/TransferPicker.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/IFrame.js +0 -2
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Remark.d.ts +4 -0
- package/lib/renderers/Remark.js +38 -7
- package/lib/renderers/Remark.js.map +2 -2
- package/lib/renderers/Steps.js +5 -5
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/index.js +4 -1
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +1 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/Timeline.d.ts +65 -0
- package/lib/renderers/Timeline.js +54 -0
- package/lib/renderers/Timeline.js.map +13 -0
- package/lib/renderers/Video.js.map +2 -2
- package/lib/store/combo.js.map +2 -2
- package/lib/themes/ang-ie11.css +659 -25
- package/lib/themes/ang.css +659 -25
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +694 -25
- package/lib/themes/antd.css +694 -25
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +696 -25
- package/lib/themes/cxd.css +696 -25
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +660 -25
- package/lib/themes/dark.css +660 -25
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +696 -25
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/RootClose.js +3 -1
- package/lib/utils/RootClose.js.map +2 -2
- package/lib/utils/helper.d.ts +1 -1
- package/lib/utils/helper.js +1 -1
- package/lib/utils/helper.js.map +2 -2
- package/package.json +13 -6
- package/schema.json +1042 -541
- package/scss/_properties.scss +8 -0
- package/scss/components/_avatar.scss +27 -9
- package/scss/components/_calendar.scss +280 -0
- package/scss/components/_card.scss +1 -1
- package/scss/components/_collapse-group.scss +1 -3
- package/scss/components/_formula.scss +30 -6
- package/scss/components/_modal.scss +18 -0
- package/scss/components/_panel.scss +45 -0
- package/scss/components/_popup.scss +10 -6
- package/scss/components/_timeline.scss +198 -0
- package/scss/components/form/_form.scss +168 -0
- package/scss/components/form/_result-list.scss +2 -0
- package/scss/components/form/_selection.scss +5 -4
- package/scss/themes/_antd-variables.scss +42 -0
- package/scss/themes/_common.scss +1 -0
- package/scss/themes/_cxd-variables.scss +47 -0
- package/scss/themes/_dark-variables.scss +1 -0
- package/sdk/ang-ie11.css +782 -23
- package/sdk/ang.css +791 -26
- package/sdk/antd-ie11.css +782 -23
- package/sdk/antd.css +826 -26
- package/sdk/charts.js +17 -17
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +3 -3
- package/sdk/cxd-ie11.css +782 -23
- package/sdk/cxd.css +828 -26
- package/sdk/dark-ie11.css +783 -24
- package/sdk/dark.css +792 -26
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +13 -2
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +18 -18
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +782 -23
- package/sdk/sdk.css +828 -26
- package/sdk/sdk.js +1225 -1285
- package/sdk/thirds/hls.js/hls.js +18 -18
- package/sdk/thirds/mpegts.js/mpegts.js +2 -2
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +3 -0
- package/src/components/AssociatedSelection.tsx +5 -1
- package/src/components/Avatar.tsx +253 -0
- package/src/components/BaiduMapPicker.tsx +19 -14
- package/src/components/CalendarMobile.tsx +563 -0
- package/src/components/ChainedSelection.tsx +16 -3
- package/src/components/ColorPicker.tsx +37 -39
- package/src/components/DatePicker.tsx +41 -35
- package/src/components/DateRangePicker.tsx +61 -16
- package/src/components/GroupedSelection.tsx +14 -2
- package/src/components/MonthRangePicker.tsx +57 -17
- package/src/components/Overlay.tsx +1 -1
- package/src/components/Picker.tsx +41 -36
- package/src/components/PickerColumn.tsx +22 -25
- package/src/components/PickerContainer.tsx +13 -1
- package/src/components/PopUp.tsx +34 -49
- package/src/components/ResultBox.tsx +4 -1
- package/src/components/ResultList.tsx +36 -6
- package/src/components/Select.tsx +1 -1
- package/src/components/Selection.tsx +21 -3
- package/src/components/Steps.tsx +23 -10
- package/src/components/TableSelection.tsx +1 -44
- package/src/components/Tabs.tsx +65 -54
- package/src/components/TabsTransfer.tsx +78 -9
- package/src/components/TabsTransferPicker.tsx +25 -13
- package/src/components/Timeline.tsx +31 -0
- package/src/components/TimelineItem.tsx +107 -0
- package/src/components/Transfer.tsx +11 -8
- package/src/components/TransferDropDown.tsx +1 -7
- package/src/components/TransferPicker.tsx +25 -4
- package/src/components/TreeSelection.tsx +7 -1
- package/src/components/calendar/Calendar.tsx +26 -6
- package/src/components/calendar/DaysView.tsx +79 -31
- package/src/components/calendar/MonthsView.tsx +116 -2
- package/src/components/calendar/QuartersView.tsx +3 -2
- package/src/components/calendar/TimeView.tsx +26 -16
- package/src/components/calendar/YearsView.tsx +14 -16
- package/src/components/condition-builder/Field.tsx +1 -3
- package/src/components/condition-builder/Func.tsx +1 -1
- package/src/components/formula/Editor.tsx +16 -11
- package/src/components/formula/FuncList.tsx +3 -1
- package/src/components/formula/Picker.tsx +2 -1
- package/src/components/icons.tsx +2 -0
- package/src/components/index.tsx +2 -0
- package/src/components/virtual-list/SizeAndPositionManager.ts +6 -3
- package/src/components/virtual-list/index.tsx +4 -6
- package/src/factory.tsx +6 -0
- package/src/icons/tree-down.svg +5 -0
- package/src/index.tsx +1 -0
- package/src/locale/de-DE.ts +13 -2
- package/src/locale/en-US.ts +13 -2
- package/src/locale/zh-CN.ts +12 -1
- package/src/renderers/Avatar.tsx +83 -74
- package/src/renderers/Card.tsx +10 -6
- package/src/renderers/Custom.tsx +6 -3
- package/src/renderers/Each.tsx +4 -4
- package/src/renderers/Flex.tsx +3 -7
- package/src/renderers/Form/ChartRadios.tsx +2 -7
- package/src/renderers/Form/Checkboxes.tsx +1 -1
- package/src/renderers/Form/DiffEditor.tsx +2 -3
- package/src/renderers/Form/InputColor.tsx +1 -1
- package/src/renderers/Form/InputDate.tsx +38 -19
- package/src/renderers/Form/InputDateRange.tsx +0 -1
- package/src/renderers/Form/InputFormula.tsx +9 -4
- package/src/renderers/Form/InputImage.tsx +9 -4
- package/src/renderers/Form/InputMonthRange.tsx +0 -1
- package/src/renderers/Form/InputQuarterRange.tsx +0 -1
- package/src/renderers/Form/InputYearRange.tsx +0 -1
- package/src/renderers/Form/Item.tsx +15 -4
- package/src/renderers/Form/NestedSelect.tsx +1 -1
- package/src/renderers/Form/Select.tsx +0 -1
- package/src/renderers/Form/TabsTransfer.tsx +28 -38
- package/src/renderers/Form/TabsTransferPicker.tsx +28 -46
- package/src/renderers/Form/Transfer.tsx +75 -24
- package/src/renderers/Form/TransferPicker.tsx +6 -38
- package/src/renderers/Form/TreeSelect.tsx +12 -14
- package/src/renderers/IFrame.tsx +0 -2
- package/src/renderers/Remark.tsx +67 -18
- package/src/renderers/Steps.tsx +11 -13
- package/src/renderers/Table/index.tsx +7 -1
- package/src/renderers/Tabs.tsx +6 -2
- package/src/renderers/Timeline.tsx +141 -0
- package/src/renderers/Video.tsx +4 -20
- package/src/store/combo.ts +1 -3
- package/src/utils/RootClose.ts +5 -1
- package/src/utils/helper.ts +1 -1
@@ -98,7 +98,7 @@ export declare class CityPicker extends React.Component<CityPickerProps, CityPic
|
|
98
98
|
render(): JSX.Element;
|
99
99
|
}
|
100
100
|
declare const ThemedCity: {
|
101
|
-
new (props: (Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
101
|
+
new (props: (Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
102
102
|
joinValues: boolean;
|
103
103
|
extractValue: boolean;
|
104
104
|
delimiter: string;
|
@@ -108,7 +108,7 @@ declare const ThemedCity: {
|
|
108
108
|
}, never>> & {
|
109
109
|
locale?: string | undefined;
|
110
110
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
111
|
-
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
111
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
112
112
|
joinValues: boolean;
|
113
113
|
extractValue: boolean;
|
114
114
|
delimiter: string;
|
@@ -121,7 +121,7 @@ declare const ThemedCity: {
|
|
121
121
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>): {
|
122
122
|
render(): JSX.Element;
|
123
123
|
context: any;
|
124
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
124
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
125
125
|
joinValues: boolean;
|
126
126
|
extractValue: boolean;
|
127
127
|
delimiter: string;
|
@@ -133,7 +133,7 @@ declare const ThemedCity: {
|
|
133
133
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
134
134
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
135
135
|
forceUpdate(callback?: (() => void) | undefined): void;
|
136
|
-
readonly props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
136
|
+
readonly props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
137
137
|
joinValues: boolean;
|
138
138
|
extractValue: boolean;
|
139
139
|
delimiter: string;
|
@@ -151,7 +151,7 @@ declare const ThemedCity: {
|
|
151
151
|
[key: string]: React.ReactInstance;
|
152
152
|
};
|
153
153
|
componentDidMount?(): void;
|
154
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
154
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
155
155
|
joinValues: boolean;
|
156
156
|
extractValue: boolean;
|
157
157
|
delimiter: string;
|
@@ -164,7 +164,7 @@ declare const ThemedCity: {
|
|
164
164
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
165
165
|
componentWillUnmount?(): void;
|
166
166
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
167
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
167
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
168
168
|
joinValues: boolean;
|
169
169
|
extractValue: boolean;
|
170
170
|
delimiter: string;
|
@@ -175,7 +175,7 @@ declare const ThemedCity: {
|
|
175
175
|
locale?: string | undefined;
|
176
176
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
177
177
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
178
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
178
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
179
179
|
joinValues: boolean;
|
180
180
|
extractValue: boolean;
|
181
181
|
delimiter: string;
|
@@ -188,7 +188,7 @@ declare const ThemedCity: {
|
|
188
188
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
189
189
|
componentWillMount?(): void;
|
190
190
|
UNSAFE_componentWillMount?(): void;
|
191
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
191
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
192
192
|
joinValues: boolean;
|
193
193
|
extractValue: boolean;
|
194
194
|
delimiter: string;
|
@@ -199,7 +199,7 @@ declare const ThemedCity: {
|
|
199
199
|
locale?: string | undefined;
|
200
200
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
201
201
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
202
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
202
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
203
203
|
joinValues: boolean;
|
204
204
|
extractValue: boolean;
|
205
205
|
delimiter: string;
|
@@ -210,7 +210,7 @@ declare const ThemedCity: {
|
|
210
210
|
locale?: string | undefined;
|
211
211
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
212
212
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
213
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
213
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
214
214
|
joinValues: boolean;
|
215
215
|
extractValue: boolean;
|
216
216
|
delimiter: string;
|
@@ -221,7 +221,7 @@ declare const ThemedCity: {
|
|
221
221
|
locale?: string | undefined;
|
222
222
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
223
223
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
224
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
224
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
225
225
|
joinValues: boolean;
|
226
226
|
extractValue: boolean;
|
227
227
|
delimiter: string;
|
@@ -233,7 +233,7 @@ declare const ThemedCity: {
|
|
233
233
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
234
234
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
235
235
|
};
|
236
|
-
new (props: Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
236
|
+
new (props: Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
237
237
|
joinValues: boolean;
|
238
238
|
extractValue: boolean;
|
239
239
|
delimiter: string;
|
@@ -246,7 +246,7 @@ declare const ThemedCity: {
|
|
246
246
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps, context: any): {
|
247
247
|
render(): JSX.Element;
|
248
248
|
context: any;
|
249
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
249
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
250
250
|
joinValues: boolean;
|
251
251
|
extractValue: boolean;
|
252
252
|
delimiter: string;
|
@@ -258,7 +258,7 @@ declare const ThemedCity: {
|
|
258
258
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
259
259
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
260
260
|
forceUpdate(callback?: (() => void) | undefined): void;
|
261
|
-
readonly props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
261
|
+
readonly props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
262
262
|
joinValues: boolean;
|
263
263
|
extractValue: boolean;
|
264
264
|
delimiter: string;
|
@@ -276,7 +276,7 @@ declare const ThemedCity: {
|
|
276
276
|
[key: string]: React.ReactInstance;
|
277
277
|
};
|
278
278
|
componentDidMount?(): void;
|
279
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
279
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
280
280
|
joinValues: boolean;
|
281
281
|
extractValue: boolean;
|
282
282
|
delimiter: string;
|
@@ -289,7 +289,7 @@ declare const ThemedCity: {
|
|
289
289
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
290
290
|
componentWillUnmount?(): void;
|
291
291
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
292
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
292
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
293
293
|
joinValues: boolean;
|
294
294
|
extractValue: boolean;
|
295
295
|
delimiter: string;
|
@@ -300,7 +300,7 @@ declare const ThemedCity: {
|
|
300
300
|
locale?: string | undefined;
|
301
301
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
302
302
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
303
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
303
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
304
304
|
joinValues: boolean;
|
305
305
|
extractValue: boolean;
|
306
306
|
delimiter: string;
|
@@ -313,7 +313,7 @@ declare const ThemedCity: {
|
|
313
313
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
314
314
|
componentWillMount?(): void;
|
315
315
|
UNSAFE_componentWillMount?(): void;
|
316
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
316
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
317
317
|
joinValues: boolean;
|
318
318
|
extractValue: boolean;
|
319
319
|
delimiter: string;
|
@@ -324,7 +324,7 @@ declare const ThemedCity: {
|
|
324
324
|
locale?: string | undefined;
|
325
325
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
326
326
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
327
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
327
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
328
328
|
joinValues: boolean;
|
329
329
|
extractValue: boolean;
|
330
330
|
delimiter: string;
|
@@ -335,7 +335,7 @@ declare const ThemedCity: {
|
|
335
335
|
locale?: string | undefined;
|
336
336
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
337
337
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
338
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
338
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
339
339
|
joinValues: boolean;
|
340
340
|
extractValue: boolean;
|
341
341
|
delimiter: string;
|
@@ -346,7 +346,7 @@ declare const ThemedCity: {
|
|
346
346
|
locale?: string | undefined;
|
347
347
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
348
348
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
349
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
349
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
350
350
|
joinValues: boolean;
|
351
351
|
extractValue: boolean;
|
352
352
|
delimiter: string;
|
@@ -361,7 +361,7 @@ declare const ThemedCity: {
|
|
361
361
|
displayName: string;
|
362
362
|
contextType: React.Context<string>;
|
363
363
|
ComposedComponent: React.ComponentType<{
|
364
|
-
new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
364
|
+
new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
365
365
|
joinValues: boolean;
|
366
366
|
extractValue: boolean;
|
367
367
|
delimiter: string;
|
@@ -371,7 +371,7 @@ declare const ThemedCity: {
|
|
371
371
|
}, never>> & {
|
372
372
|
locale?: string | undefined;
|
373
373
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
374
|
-
}) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
374
|
+
}) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
375
375
|
joinValues: boolean;
|
376
376
|
extractValue: boolean;
|
377
377
|
delimiter: string;
|
@@ -384,7 +384,7 @@ declare const ThemedCity: {
|
|
384
384
|
}>): {
|
385
385
|
render(): JSX.Element;
|
386
386
|
context: any;
|
387
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
387
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
388
388
|
joinValues: boolean;
|
389
389
|
extractValue: boolean;
|
390
390
|
delimiter: string;
|
@@ -396,7 +396,7 @@ declare const ThemedCity: {
|
|
396
396
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
397
397
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
398
398
|
forceUpdate(callback?: (() => void) | undefined): void;
|
399
|
-
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
399
|
+
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
400
400
|
joinValues: boolean;
|
401
401
|
extractValue: boolean;
|
402
402
|
delimiter: string;
|
@@ -414,7 +414,7 @@ declare const ThemedCity: {
|
|
414
414
|
[key: string]: React.ReactInstance;
|
415
415
|
};
|
416
416
|
componentDidMount?(): void;
|
417
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
417
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
418
418
|
joinValues: boolean;
|
419
419
|
extractValue: boolean;
|
420
420
|
delimiter: string;
|
@@ -427,7 +427,7 @@ declare const ThemedCity: {
|
|
427
427
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
428
428
|
componentWillUnmount?(): void;
|
429
429
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
430
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
430
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
431
431
|
joinValues: boolean;
|
432
432
|
extractValue: boolean;
|
433
433
|
delimiter: string;
|
@@ -438,7 +438,7 @@ declare const ThemedCity: {
|
|
438
438
|
locale?: string | undefined;
|
439
439
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
440
440
|
}>, prevState: Readonly<{}>): any;
|
441
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
441
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
442
442
|
joinValues: boolean;
|
443
443
|
extractValue: boolean;
|
444
444
|
delimiter: string;
|
@@ -451,7 +451,7 @@ declare const ThemedCity: {
|
|
451
451
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
452
452
|
componentWillMount?(): void;
|
453
453
|
UNSAFE_componentWillMount?(): void;
|
454
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
454
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
455
455
|
joinValues: boolean;
|
456
456
|
extractValue: boolean;
|
457
457
|
delimiter: string;
|
@@ -462,7 +462,7 @@ declare const ThemedCity: {
|
|
462
462
|
locale?: string | undefined;
|
463
463
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
464
464
|
}>, nextContext: any): void;
|
465
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
465
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
466
466
|
joinValues: boolean;
|
467
467
|
extractValue: boolean;
|
468
468
|
delimiter: string;
|
@@ -473,7 +473,7 @@ declare const ThemedCity: {
|
|
473
473
|
locale?: string | undefined;
|
474
474
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
475
475
|
}>, nextContext: any): void;
|
476
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
476
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
477
477
|
joinValues: boolean;
|
478
478
|
extractValue: boolean;
|
479
479
|
delimiter: string;
|
@@ -484,7 +484,7 @@ declare const ThemedCity: {
|
|
484
484
|
locale?: string | undefined;
|
485
485
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
486
486
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
487
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
487
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
488
488
|
joinValues: boolean;
|
489
489
|
extractValue: boolean;
|
490
490
|
delimiter: string;
|
@@ -496,7 +496,7 @@ declare const ThemedCity: {
|
|
496
496
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
497
497
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
498
498
|
};
|
499
|
-
new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
499
|
+
new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
500
500
|
joinValues: boolean;
|
501
501
|
extractValue: boolean;
|
502
502
|
delimiter: string;
|
@@ -509,7 +509,7 @@ declare const ThemedCity: {
|
|
509
509
|
}, context: any): {
|
510
510
|
render(): JSX.Element;
|
511
511
|
context: any;
|
512
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
512
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
513
513
|
joinValues: boolean;
|
514
514
|
extractValue: boolean;
|
515
515
|
delimiter: string;
|
@@ -521,7 +521,7 @@ declare const ThemedCity: {
|
|
521
521
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
522
522
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
523
523
|
forceUpdate(callback?: (() => void) | undefined): void;
|
524
|
-
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
524
|
+
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
525
525
|
joinValues: boolean;
|
526
526
|
extractValue: boolean;
|
527
527
|
delimiter: string;
|
@@ -539,7 +539,7 @@ declare const ThemedCity: {
|
|
539
539
|
[key: string]: React.ReactInstance;
|
540
540
|
};
|
541
541
|
componentDidMount?(): void;
|
542
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
542
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
543
543
|
joinValues: boolean;
|
544
544
|
extractValue: boolean;
|
545
545
|
delimiter: string;
|
@@ -552,7 +552,7 @@ declare const ThemedCity: {
|
|
552
552
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
553
553
|
componentWillUnmount?(): void;
|
554
554
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
555
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
555
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
556
556
|
joinValues: boolean;
|
557
557
|
extractValue: boolean;
|
558
558
|
delimiter: string;
|
@@ -563,7 +563,7 @@ declare const ThemedCity: {
|
|
563
563
|
locale?: string | undefined;
|
564
564
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
565
565
|
}>, prevState: Readonly<{}>): any;
|
566
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
566
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
567
567
|
joinValues: boolean;
|
568
568
|
extractValue: boolean;
|
569
569
|
delimiter: string;
|
@@ -576,7 +576,7 @@ declare const ThemedCity: {
|
|
576
576
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
577
577
|
componentWillMount?(): void;
|
578
578
|
UNSAFE_componentWillMount?(): void;
|
579
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
579
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
580
580
|
joinValues: boolean;
|
581
581
|
extractValue: boolean;
|
582
582
|
delimiter: string;
|
@@ -587,7 +587,7 @@ declare const ThemedCity: {
|
|
587
587
|
locale?: string | undefined;
|
588
588
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
589
589
|
}>, nextContext: any): void;
|
590
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
590
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
591
591
|
joinValues: boolean;
|
592
592
|
extractValue: boolean;
|
593
593
|
delimiter: string;
|
@@ -598,7 +598,7 @@ declare const ThemedCity: {
|
|
598
598
|
locale?: string | undefined;
|
599
599
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
600
600
|
}>, nextContext: any): void;
|
601
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
601
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
602
602
|
joinValues: boolean;
|
603
603
|
extractValue: boolean;
|
604
604
|
delimiter: string;
|
@@ -609,7 +609,7 @@ declare const ThemedCity: {
|
|
609
609
|
locale?: string | undefined;
|
610
610
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
611
611
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
612
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
612
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
613
613
|
joinValues: boolean;
|
614
614
|
extractValue: boolean;
|
615
615
|
delimiter: string;
|
@@ -628,7 +628,7 @@ declare const ThemedCity: {
|
|
628
628
|
ComposedComponent: typeof CityPicker;
|
629
629
|
}>;
|
630
630
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
631
|
-
new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
631
|
+
new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
632
632
|
joinValues: boolean;
|
633
633
|
extractValue: boolean;
|
634
634
|
delimiter: string;
|
@@ -638,7 +638,7 @@ declare const ThemedCity: {
|
|
638
638
|
}, never>> & {
|
639
639
|
locale?: string | undefined;
|
640
640
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
641
|
-
}) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
641
|
+
}) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
642
642
|
joinValues: boolean;
|
643
643
|
extractValue: boolean;
|
644
644
|
delimiter: string;
|
@@ -651,7 +651,7 @@ declare const ThemedCity: {
|
|
651
651
|
}>): {
|
652
652
|
render(): JSX.Element;
|
653
653
|
context: any;
|
654
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
654
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
655
655
|
joinValues: boolean;
|
656
656
|
extractValue: boolean;
|
657
657
|
delimiter: string;
|
@@ -663,7 +663,7 @@ declare const ThemedCity: {
|
|
663
663
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
664
664
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
665
665
|
forceUpdate(callback?: (() => void) | undefined): void;
|
666
|
-
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
666
|
+
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
667
667
|
joinValues: boolean;
|
668
668
|
extractValue: boolean;
|
669
669
|
delimiter: string;
|
@@ -681,7 +681,7 @@ declare const ThemedCity: {
|
|
681
681
|
[key: string]: React.ReactInstance;
|
682
682
|
};
|
683
683
|
componentDidMount?(): void;
|
684
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
684
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
685
685
|
joinValues: boolean;
|
686
686
|
extractValue: boolean;
|
687
687
|
delimiter: string;
|
@@ -694,7 +694,7 @@ declare const ThemedCity: {
|
|
694
694
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
695
695
|
componentWillUnmount?(): void;
|
696
696
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
697
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
697
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
698
698
|
joinValues: boolean;
|
699
699
|
extractValue: boolean;
|
700
700
|
delimiter: string;
|
@@ -705,7 +705,7 @@ declare const ThemedCity: {
|
|
705
705
|
locale?: string | undefined;
|
706
706
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
707
707
|
}>, prevState: Readonly<{}>): any;
|
708
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
708
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
709
709
|
joinValues: boolean;
|
710
710
|
extractValue: boolean;
|
711
711
|
delimiter: string;
|
@@ -718,7 +718,7 @@ declare const ThemedCity: {
|
|
718
718
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
719
719
|
componentWillMount?(): void;
|
720
720
|
UNSAFE_componentWillMount?(): void;
|
721
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
721
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
722
722
|
joinValues: boolean;
|
723
723
|
extractValue: boolean;
|
724
724
|
delimiter: string;
|
@@ -729,7 +729,7 @@ declare const ThemedCity: {
|
|
729
729
|
locale?: string | undefined;
|
730
730
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
731
731
|
}>, nextContext: any): void;
|
732
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
732
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
733
733
|
joinValues: boolean;
|
734
734
|
extractValue: boolean;
|
735
735
|
delimiter: string;
|
@@ -740,7 +740,7 @@ declare const ThemedCity: {
|
|
740
740
|
locale?: string | undefined;
|
741
741
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
742
742
|
}>, nextContext: any): void;
|
743
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
743
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
744
744
|
joinValues: boolean;
|
745
745
|
extractValue: boolean;
|
746
746
|
delimiter: string;
|
@@ -751,7 +751,7 @@ declare const ThemedCity: {
|
|
751
751
|
locale?: string | undefined;
|
752
752
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
753
753
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
754
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
754
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
755
755
|
joinValues: boolean;
|
756
756
|
extractValue: boolean;
|
757
757
|
delimiter: string;
|
@@ -763,7 +763,7 @@ declare const ThemedCity: {
|
|
763
763
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
764
764
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
765
765
|
};
|
766
|
-
new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
766
|
+
new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
767
767
|
joinValues: boolean;
|
768
768
|
extractValue: boolean;
|
769
769
|
delimiter: string;
|
@@ -776,7 +776,7 @@ declare const ThemedCity: {
|
|
776
776
|
}, context: any): {
|
777
777
|
render(): JSX.Element;
|
778
778
|
context: any;
|
779
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
779
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
780
780
|
joinValues: boolean;
|
781
781
|
extractValue: boolean;
|
782
782
|
delimiter: string;
|
@@ -788,7 +788,7 @@ declare const ThemedCity: {
|
|
788
788
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
789
789
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
790
790
|
forceUpdate(callback?: (() => void) | undefined): void;
|
791
|
-
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
791
|
+
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
792
792
|
joinValues: boolean;
|
793
793
|
extractValue: boolean;
|
794
794
|
delimiter: string;
|
@@ -806,7 +806,7 @@ declare const ThemedCity: {
|
|
806
806
|
[key: string]: React.ReactInstance;
|
807
807
|
};
|
808
808
|
componentDidMount?(): void;
|
809
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
809
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
810
810
|
joinValues: boolean;
|
811
811
|
extractValue: boolean;
|
812
812
|
delimiter: string;
|
@@ -819,7 +819,7 @@ declare const ThemedCity: {
|
|
819
819
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
820
820
|
componentWillUnmount?(): void;
|
821
821
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
822
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
822
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
823
823
|
joinValues: boolean;
|
824
824
|
extractValue: boolean;
|
825
825
|
delimiter: string;
|
@@ -830,7 +830,7 @@ declare const ThemedCity: {
|
|
830
830
|
locale?: string | undefined;
|
831
831
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
832
832
|
}>, prevState: Readonly<{}>): any;
|
833
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
833
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
834
834
|
joinValues: boolean;
|
835
835
|
extractValue: boolean;
|
836
836
|
delimiter: string;
|
@@ -843,7 +843,7 @@ declare const ThemedCity: {
|
|
843
843
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
844
844
|
componentWillMount?(): void;
|
845
845
|
UNSAFE_componentWillMount?(): void;
|
846
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
846
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
847
847
|
joinValues: boolean;
|
848
848
|
extractValue: boolean;
|
849
849
|
delimiter: string;
|
@@ -854,7 +854,7 @@ declare const ThemedCity: {
|
|
854
854
|
locale?: string | undefined;
|
855
855
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
856
856
|
}>, nextContext: any): void;
|
857
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
857
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
858
858
|
joinValues: boolean;
|
859
859
|
extractValue: boolean;
|
860
860
|
delimiter: string;
|
@@ -865,7 +865,7 @@ declare const ThemedCity: {
|
|
865
865
|
locale?: string | undefined;
|
866
866
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
867
867
|
}>, nextContext: any): void;
|
868
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
868
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
869
869
|
joinValues: boolean;
|
870
870
|
extractValue: boolean;
|
871
871
|
delimiter: string;
|
@@ -876,7 +876,7 @@ declare const ThemedCity: {
|
|
876
876
|
locale?: string | undefined;
|
877
877
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
878
878
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
879
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
879
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
880
880
|
joinValues: boolean;
|
881
881
|
extractValue: boolean;
|
882
882
|
delimiter: string;
|
@@ -895,7 +895,7 @@ declare const ThemedCity: {
|
|
895
895
|
ComposedComponent: typeof CityPicker;
|
896
896
|
}, {}> & {
|
897
897
|
ComposedComponent: {
|
898
|
-
new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
898
|
+
new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
899
899
|
joinValues: boolean;
|
900
900
|
extractValue: boolean;
|
901
901
|
delimiter: string;
|
@@ -905,7 +905,7 @@ declare const ThemedCity: {
|
|
905
905
|
}, never>> & {
|
906
906
|
locale?: string | undefined;
|
907
907
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
908
|
-
}) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
908
|
+
}) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
909
909
|
joinValues: boolean;
|
910
910
|
extractValue: boolean;
|
911
911
|
delimiter: string;
|
@@ -918,7 +918,7 @@ declare const ThemedCity: {
|
|
918
918
|
}>): {
|
919
919
|
render(): JSX.Element;
|
920
920
|
context: any;
|
921
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
921
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
922
922
|
joinValues: boolean;
|
923
923
|
extractValue: boolean;
|
924
924
|
delimiter: string;
|
@@ -930,7 +930,7 @@ declare const ThemedCity: {
|
|
930
930
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
931
931
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
932
932
|
forceUpdate(callback?: (() => void) | undefined): void;
|
933
|
-
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
933
|
+
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
934
934
|
joinValues: boolean;
|
935
935
|
extractValue: boolean;
|
936
936
|
delimiter: string;
|
@@ -948,7 +948,7 @@ declare const ThemedCity: {
|
|
948
948
|
[key: string]: React.ReactInstance;
|
949
949
|
};
|
950
950
|
componentDidMount?(): void;
|
951
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
951
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
952
952
|
joinValues: boolean;
|
953
953
|
extractValue: boolean;
|
954
954
|
delimiter: string;
|
@@ -961,7 +961,7 @@ declare const ThemedCity: {
|
|
961
961
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
962
962
|
componentWillUnmount?(): void;
|
963
963
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
964
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
964
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
965
965
|
joinValues: boolean;
|
966
966
|
extractValue: boolean;
|
967
967
|
delimiter: string;
|
@@ -972,7 +972,7 @@ declare const ThemedCity: {
|
|
972
972
|
locale?: string | undefined;
|
973
973
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
974
974
|
}>, prevState: Readonly<{}>): any;
|
975
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
975
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
976
976
|
joinValues: boolean;
|
977
977
|
extractValue: boolean;
|
978
978
|
delimiter: string;
|
@@ -985,7 +985,7 @@ declare const ThemedCity: {
|
|
985
985
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
986
986
|
componentWillMount?(): void;
|
987
987
|
UNSAFE_componentWillMount?(): void;
|
988
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
988
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
989
989
|
joinValues: boolean;
|
990
990
|
extractValue: boolean;
|
991
991
|
delimiter: string;
|
@@ -996,7 +996,7 @@ declare const ThemedCity: {
|
|
996
996
|
locale?: string | undefined;
|
997
997
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
998
998
|
}>, nextContext: any): void;
|
999
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
999
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1000
1000
|
joinValues: boolean;
|
1001
1001
|
extractValue: boolean;
|
1002
1002
|
delimiter: string;
|
@@ -1007,7 +1007,7 @@ declare const ThemedCity: {
|
|
1007
1007
|
locale?: string | undefined;
|
1008
1008
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1009
1009
|
}>, nextContext: any): void;
|
1010
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
1010
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1011
1011
|
joinValues: boolean;
|
1012
1012
|
extractValue: boolean;
|
1013
1013
|
delimiter: string;
|
@@ -1018,7 +1018,7 @@ declare const ThemedCity: {
|
|
1018
1018
|
locale?: string | undefined;
|
1019
1019
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1020
1020
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1021
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
1021
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1022
1022
|
joinValues: boolean;
|
1023
1023
|
extractValue: boolean;
|
1024
1024
|
delimiter: string;
|
@@ -1030,7 +1030,7 @@ declare const ThemedCity: {
|
|
1030
1030
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1031
1031
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1032
1032
|
};
|
1033
|
-
new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
1033
|
+
new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1034
1034
|
joinValues: boolean;
|
1035
1035
|
extractValue: boolean;
|
1036
1036
|
delimiter: string;
|
@@ -1043,7 +1043,7 @@ declare const ThemedCity: {
|
|
1043
1043
|
}, context: any): {
|
1044
1044
|
render(): JSX.Element;
|
1045
1045
|
context: any;
|
1046
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
1046
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1047
1047
|
joinValues: boolean;
|
1048
1048
|
extractValue: boolean;
|
1049
1049
|
delimiter: string;
|
@@ -1055,7 +1055,7 @@ declare const ThemedCity: {
|
|
1055
1055
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1056
1056
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1057
1057
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1058
|
-
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
1058
|
+
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1059
1059
|
joinValues: boolean;
|
1060
1060
|
extractValue: boolean;
|
1061
1061
|
delimiter: string;
|
@@ -1073,7 +1073,7 @@ declare const ThemedCity: {
|
|
1073
1073
|
[key: string]: React.ReactInstance;
|
1074
1074
|
};
|
1075
1075
|
componentDidMount?(): void;
|
1076
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
1076
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1077
1077
|
joinValues: boolean;
|
1078
1078
|
extractValue: boolean;
|
1079
1079
|
delimiter: string;
|
@@ -1086,7 +1086,7 @@ declare const ThemedCity: {
|
|
1086
1086
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1087
1087
|
componentWillUnmount?(): void;
|
1088
1088
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1089
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
1089
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1090
1090
|
joinValues: boolean;
|
1091
1091
|
extractValue: boolean;
|
1092
1092
|
delimiter: string;
|
@@ -1097,7 +1097,7 @@ declare const ThemedCity: {
|
|
1097
1097
|
locale?: string | undefined;
|
1098
1098
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1099
1099
|
}>, prevState: Readonly<{}>): any;
|
1100
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
1100
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1101
1101
|
joinValues: boolean;
|
1102
1102
|
extractValue: boolean;
|
1103
1103
|
delimiter: string;
|
@@ -1110,7 +1110,7 @@ declare const ThemedCity: {
|
|
1110
1110
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1111
1111
|
componentWillMount?(): void;
|
1112
1112
|
UNSAFE_componentWillMount?(): void;
|
1113
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
1113
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1114
1114
|
joinValues: boolean;
|
1115
1115
|
extractValue: boolean;
|
1116
1116
|
delimiter: string;
|
@@ -1121,7 +1121,7 @@ declare const ThemedCity: {
|
|
1121
1121
|
locale?: string | undefined;
|
1122
1122
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1123
1123
|
}>, nextContext: any): void;
|
1124
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
1124
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1125
1125
|
joinValues: boolean;
|
1126
1126
|
extractValue: boolean;
|
1127
1127
|
delimiter: string;
|
@@ -1132,7 +1132,7 @@ declare const ThemedCity: {
|
|
1132
1132
|
locale?: string | undefined;
|
1133
1133
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1134
1134
|
}>, nextContext: any): void;
|
1135
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
1135
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1136
1136
|
joinValues: boolean;
|
1137
1137
|
extractValue: boolean;
|
1138
1138
|
delimiter: string;
|
@@ -1143,7 +1143,7 @@ declare const ThemedCity: {
|
|
1143
1143
|
locale?: string | undefined;
|
1144
1144
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1145
1145
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1146
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
1146
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1147
1147
|
joinValues: boolean;
|
1148
1148
|
extractValue: boolean;
|
1149
1149
|
delimiter: string;
|