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
@@ -3,7 +3,7 @@ import React from 'react';
|
|
3
3
|
import { FormControlProps, FormBaseControl } from './Item';
|
4
4
|
import type { PresetColor } from '../../components/ColorPicker';
|
5
5
|
export declare const ColorPicker: React.LazyExoticComponent<{
|
6
|
-
new (props: (Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
6
|
+
new (props: (Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
7
7
|
format: string;
|
8
8
|
clearable: boolean;
|
9
9
|
placeholder: string;
|
@@ -11,7 +11,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
11
11
|
}, never>> & {
|
12
12
|
locale?: string | undefined;
|
13
13
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
14
|
-
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
14
|
+
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
15
15
|
format: string;
|
16
16
|
clearable: boolean;
|
17
17
|
placeholder: string;
|
@@ -22,7 +22,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
22
22
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>): {
|
23
23
|
render(): JSX.Element;
|
24
24
|
context: any;
|
25
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
25
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
26
26
|
format: string;
|
27
27
|
clearable: boolean;
|
28
28
|
placeholder: string;
|
@@ -32,7 +32,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
32
32
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
33
33
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
34
34
|
forceUpdate(callback?: (() => void) | undefined): void;
|
35
|
-
readonly props: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
35
|
+
readonly props: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
36
36
|
format: string;
|
37
37
|
clearable: boolean;
|
38
38
|
placeholder: string;
|
@@ -48,7 +48,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
48
48
|
[key: string]: React.ReactInstance;
|
49
49
|
};
|
50
50
|
componentDidMount?(): void;
|
51
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
51
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
52
52
|
format: string;
|
53
53
|
clearable: boolean;
|
54
54
|
placeholder: string;
|
@@ -59,7 +59,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
59
59
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
60
60
|
componentWillUnmount?(): void;
|
61
61
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
62
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
62
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
63
63
|
format: string;
|
64
64
|
clearable: boolean;
|
65
65
|
placeholder: string;
|
@@ -68,7 +68,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
68
68
|
locale?: string | undefined;
|
69
69
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
70
70
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
71
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
71
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
72
72
|
format: string;
|
73
73
|
clearable: boolean;
|
74
74
|
placeholder: string;
|
@@ -79,7 +79,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
79
79
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
80
80
|
componentWillMount?(): void;
|
81
81
|
UNSAFE_componentWillMount?(): void;
|
82
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
82
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
83
83
|
format: string;
|
84
84
|
clearable: boolean;
|
85
85
|
placeholder: string;
|
@@ -88,7 +88,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
88
88
|
locale?: string | undefined;
|
89
89
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
90
90
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
91
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
91
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
92
92
|
format: string;
|
93
93
|
clearable: boolean;
|
94
94
|
placeholder: string;
|
@@ -97,7 +97,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
97
97
|
locale?: string | undefined;
|
98
98
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
99
99
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
100
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
100
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
101
101
|
format: string;
|
102
102
|
clearable: boolean;
|
103
103
|
placeholder: string;
|
@@ -106,7 +106,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
106
106
|
locale?: string | undefined;
|
107
107
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
108
108
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
109
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
109
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
110
110
|
format: string;
|
111
111
|
clearable: boolean;
|
112
112
|
placeholder: string;
|
@@ -116,7 +116,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
116
116
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
117
117
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
118
118
|
};
|
119
|
-
new (props: Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
119
|
+
new (props: Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
120
120
|
format: string;
|
121
121
|
clearable: boolean;
|
122
122
|
placeholder: string;
|
@@ -127,7 +127,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
127
127
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps, context: any): {
|
128
128
|
render(): JSX.Element;
|
129
129
|
context: any;
|
130
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
130
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
131
131
|
format: string;
|
132
132
|
clearable: boolean;
|
133
133
|
placeholder: string;
|
@@ -137,7 +137,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
137
137
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
138
138
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
139
139
|
forceUpdate(callback?: (() => void) | undefined): void;
|
140
|
-
readonly props: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
140
|
+
readonly props: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
141
141
|
format: string;
|
142
142
|
clearable: boolean;
|
143
143
|
placeholder: string;
|
@@ -153,7 +153,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
153
153
|
[key: string]: React.ReactInstance;
|
154
154
|
};
|
155
155
|
componentDidMount?(): void;
|
156
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
156
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
157
157
|
format: string;
|
158
158
|
clearable: boolean;
|
159
159
|
placeholder: string;
|
@@ -164,7 +164,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
164
164
|
}, keyof import("../../theme").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<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
167
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
168
168
|
format: string;
|
169
169
|
clearable: boolean;
|
170
170
|
placeholder: string;
|
@@ -173,7 +173,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
173
173
|
locale?: string | undefined;
|
174
174
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
175
175
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
176
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
176
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
177
177
|
format: string;
|
178
178
|
clearable: boolean;
|
179
179
|
placeholder: string;
|
@@ -184,7 +184,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
184
184
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
185
185
|
componentWillMount?(): void;
|
186
186
|
UNSAFE_componentWillMount?(): void;
|
187
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
187
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
188
188
|
format: string;
|
189
189
|
clearable: boolean;
|
190
190
|
placeholder: string;
|
@@ -193,7 +193,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
193
193
|
locale?: string | undefined;
|
194
194
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
195
195
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
196
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
196
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
197
197
|
format: string;
|
198
198
|
clearable: boolean;
|
199
199
|
placeholder: string;
|
@@ -202,7 +202,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
202
202
|
locale?: string | undefined;
|
203
203
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
204
204
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
205
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
205
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
206
206
|
format: string;
|
207
207
|
clearable: boolean;
|
208
208
|
placeholder: string;
|
@@ -211,7 +211,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
211
211
|
locale?: string | undefined;
|
212
212
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
213
213
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
214
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
214
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
215
215
|
format: string;
|
216
216
|
clearable: boolean;
|
217
217
|
placeholder: string;
|
@@ -224,7 +224,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
224
224
|
displayName: string;
|
225
225
|
contextType: React.Context<string>;
|
226
226
|
ComposedComponent: React.ComponentType<{
|
227
|
-
new (props: (Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
227
|
+
new (props: (Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
228
228
|
format: string;
|
229
229
|
clearable: boolean;
|
230
230
|
placeholder: string;
|
@@ -232,7 +232,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
232
232
|
}, never>> & {
|
233
233
|
locale?: string | undefined;
|
234
234
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
235
|
-
}) | Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
235
|
+
}) | Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
236
236
|
format: string;
|
237
237
|
clearable: boolean;
|
238
238
|
placeholder: string;
|
@@ -243,7 +243,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
243
243
|
}>): {
|
244
244
|
render(): JSX.Element;
|
245
245
|
context: any;
|
246
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
246
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
247
247
|
format: string;
|
248
248
|
clearable: boolean;
|
249
249
|
placeholder: string;
|
@@ -253,7 +253,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
253
253
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
254
254
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
255
255
|
forceUpdate(callback?: (() => void) | undefined): void;
|
256
|
-
readonly props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
256
|
+
readonly props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
257
257
|
format: string;
|
258
258
|
clearable: boolean;
|
259
259
|
placeholder: string;
|
@@ -269,7 +269,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
269
269
|
[key: string]: React.ReactInstance;
|
270
270
|
};
|
271
271
|
componentDidMount?(): void;
|
272
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
272
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
273
273
|
format: string;
|
274
274
|
clearable: boolean;
|
275
275
|
placeholder: string;
|
@@ -280,7 +280,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
280
280
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
281
281
|
componentWillUnmount?(): void;
|
282
282
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
283
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
283
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
284
284
|
format: string;
|
285
285
|
clearable: boolean;
|
286
286
|
placeholder: string;
|
@@ -289,7 +289,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
289
289
|
locale?: string | undefined;
|
290
290
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
291
291
|
}>, prevState: Readonly<{}>): any;
|
292
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
292
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
293
293
|
format: string;
|
294
294
|
clearable: boolean;
|
295
295
|
placeholder: string;
|
@@ -300,7 +300,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
300
300
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
301
301
|
componentWillMount?(): void;
|
302
302
|
UNSAFE_componentWillMount?(): void;
|
303
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
303
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
304
304
|
format: string;
|
305
305
|
clearable: boolean;
|
306
306
|
placeholder: string;
|
@@ -309,7 +309,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
309
309
|
locale?: string | undefined;
|
310
310
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
311
311
|
}>, nextContext: any): void;
|
312
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
312
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
313
313
|
format: string;
|
314
314
|
clearable: boolean;
|
315
315
|
placeholder: string;
|
@@ -318,7 +318,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
318
318
|
locale?: string | undefined;
|
319
319
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
320
320
|
}>, nextContext: any): void;
|
321
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
321
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
322
322
|
format: string;
|
323
323
|
clearable: boolean;
|
324
324
|
placeholder: string;
|
@@ -327,7 +327,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
327
327
|
locale?: string | undefined;
|
328
328
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
329
329
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
330
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
330
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
331
331
|
format: string;
|
332
332
|
clearable: boolean;
|
333
333
|
placeholder: string;
|
@@ -337,7 +337,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
337
337
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
338
338
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
339
339
|
};
|
340
|
-
new (props: Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
340
|
+
new (props: Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
341
341
|
format: string;
|
342
342
|
clearable: boolean;
|
343
343
|
placeholder: string;
|
@@ -348,7 +348,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
348
348
|
}, context: any): {
|
349
349
|
render(): JSX.Element;
|
350
350
|
context: any;
|
351
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
351
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
352
352
|
format: string;
|
353
353
|
clearable: boolean;
|
354
354
|
placeholder: string;
|
@@ -358,7 +358,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
358
358
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
359
359
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
360
360
|
forceUpdate(callback?: (() => void) | undefined): void;
|
361
|
-
readonly props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
361
|
+
readonly props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
362
362
|
format: string;
|
363
363
|
clearable: boolean;
|
364
364
|
placeholder: string;
|
@@ -374,7 +374,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
374
374
|
[key: string]: React.ReactInstance;
|
375
375
|
};
|
376
376
|
componentDidMount?(): void;
|
377
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
377
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
378
378
|
format: string;
|
379
379
|
clearable: boolean;
|
380
380
|
placeholder: string;
|
@@ -385,7 +385,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
385
385
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
386
386
|
componentWillUnmount?(): void;
|
387
387
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
388
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
388
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
389
389
|
format: string;
|
390
390
|
clearable: boolean;
|
391
391
|
placeholder: string;
|
@@ -394,7 +394,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
394
394
|
locale?: string | undefined;
|
395
395
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
396
396
|
}>, prevState: Readonly<{}>): any;
|
397
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
397
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
398
398
|
format: string;
|
399
399
|
clearable: boolean;
|
400
400
|
placeholder: string;
|
@@ -405,7 +405,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
405
405
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
406
406
|
componentWillMount?(): void;
|
407
407
|
UNSAFE_componentWillMount?(): void;
|
408
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
408
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
409
409
|
format: string;
|
410
410
|
clearable: boolean;
|
411
411
|
placeholder: string;
|
@@ -414,7 +414,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
414
414
|
locale?: string | undefined;
|
415
415
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
416
416
|
}>, nextContext: any): void;
|
417
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
417
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
418
418
|
format: string;
|
419
419
|
clearable: boolean;
|
420
420
|
placeholder: string;
|
@@ -423,7 +423,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
423
423
|
locale?: string | undefined;
|
424
424
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
425
425
|
}>, nextContext: any): void;
|
426
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
426
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
427
427
|
format: string;
|
428
428
|
clearable: boolean;
|
429
429
|
placeholder: string;
|
@@ -432,7 +432,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
432
432
|
locale?: string | undefined;
|
433
433
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
434
434
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
435
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
435
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
436
436
|
format: string;
|
437
437
|
clearable: boolean;
|
438
438
|
placeholder: string;
|
@@ -449,7 +449,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
449
449
|
ComposedComponent: typeof import("../../components/ColorPicker").ColorControl;
|
450
450
|
}>;
|
451
451
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
452
|
-
new (props: (Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
452
|
+
new (props: (Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
453
453
|
format: string;
|
454
454
|
clearable: boolean;
|
455
455
|
placeholder: string;
|
@@ -457,7 +457,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
457
457
|
}, never>> & {
|
458
458
|
locale?: string | undefined;
|
459
459
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
460
|
-
}) | Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
460
|
+
}) | Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
461
461
|
format: string;
|
462
462
|
clearable: boolean;
|
463
463
|
placeholder: string;
|
@@ -468,7 +468,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
468
468
|
}>): {
|
469
469
|
render(): JSX.Element;
|
470
470
|
context: any;
|
471
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
471
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
472
472
|
format: string;
|
473
473
|
clearable: boolean;
|
474
474
|
placeholder: string;
|
@@ -478,7 +478,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
478
478
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
479
479
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
480
480
|
forceUpdate(callback?: (() => void) | undefined): void;
|
481
|
-
readonly props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
481
|
+
readonly props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
482
482
|
format: string;
|
483
483
|
clearable: boolean;
|
484
484
|
placeholder: string;
|
@@ -494,7 +494,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
494
494
|
[key: string]: React.ReactInstance;
|
495
495
|
};
|
496
496
|
componentDidMount?(): void;
|
497
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
497
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
498
498
|
format: string;
|
499
499
|
clearable: boolean;
|
500
500
|
placeholder: string;
|
@@ -505,7 +505,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
505
505
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
506
506
|
componentWillUnmount?(): void;
|
507
507
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
508
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
508
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
509
509
|
format: string;
|
510
510
|
clearable: boolean;
|
511
511
|
placeholder: string;
|
@@ -514,7 +514,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
514
514
|
locale?: string | undefined;
|
515
515
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
516
516
|
}>, prevState: Readonly<{}>): any;
|
517
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
517
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
518
518
|
format: string;
|
519
519
|
clearable: boolean;
|
520
520
|
placeholder: string;
|
@@ -525,7 +525,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
525
525
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
526
526
|
componentWillMount?(): void;
|
527
527
|
UNSAFE_componentWillMount?(): void;
|
528
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
528
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
529
529
|
format: string;
|
530
530
|
clearable: boolean;
|
531
531
|
placeholder: string;
|
@@ -534,7 +534,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
534
534
|
locale?: string | undefined;
|
535
535
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
536
536
|
}>, nextContext: any): void;
|
537
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
537
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
538
538
|
format: string;
|
539
539
|
clearable: boolean;
|
540
540
|
placeholder: string;
|
@@ -543,7 +543,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
543
543
|
locale?: string | undefined;
|
544
544
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
545
545
|
}>, nextContext: any): void;
|
546
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
546
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
547
547
|
format: string;
|
548
548
|
clearable: boolean;
|
549
549
|
placeholder: string;
|
@@ -552,7 +552,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
552
552
|
locale?: string | undefined;
|
553
553
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
554
554
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
555
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
555
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
556
556
|
format: string;
|
557
557
|
clearable: boolean;
|
558
558
|
placeholder: string;
|
@@ -562,7 +562,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
562
562
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
563
563
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
564
564
|
};
|
565
|
-
new (props: Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
565
|
+
new (props: Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
566
566
|
format: string;
|
567
567
|
clearable: boolean;
|
568
568
|
placeholder: string;
|
@@ -573,7 +573,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
573
573
|
}, context: any): {
|
574
574
|
render(): JSX.Element;
|
575
575
|
context: any;
|
576
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
576
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
577
577
|
format: string;
|
578
578
|
clearable: boolean;
|
579
579
|
placeholder: string;
|
@@ -583,7 +583,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
583
583
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
584
584
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
585
585
|
forceUpdate(callback?: (() => void) | undefined): void;
|
586
|
-
readonly props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
586
|
+
readonly props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
587
587
|
format: string;
|
588
588
|
clearable: boolean;
|
589
589
|
placeholder: string;
|
@@ -599,7 +599,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
599
599
|
[key: string]: React.ReactInstance;
|
600
600
|
};
|
601
601
|
componentDidMount?(): void;
|
602
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
602
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
603
603
|
format: string;
|
604
604
|
clearable: boolean;
|
605
605
|
placeholder: string;
|
@@ -610,7 +610,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
610
610
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
611
611
|
componentWillUnmount?(): void;
|
612
612
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
613
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
613
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
614
614
|
format: string;
|
615
615
|
clearable: boolean;
|
616
616
|
placeholder: string;
|
@@ -619,7 +619,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
619
619
|
locale?: string | undefined;
|
620
620
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
621
621
|
}>, prevState: Readonly<{}>): any;
|
622
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
622
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
623
623
|
format: string;
|
624
624
|
clearable: boolean;
|
625
625
|
placeholder: string;
|
@@ -630,7 +630,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
630
630
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
631
631
|
componentWillMount?(): void;
|
632
632
|
UNSAFE_componentWillMount?(): void;
|
633
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
633
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
634
634
|
format: string;
|
635
635
|
clearable: boolean;
|
636
636
|
placeholder: string;
|
@@ -639,7 +639,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
639
639
|
locale?: string | undefined;
|
640
640
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
641
641
|
}>, nextContext: any): void;
|
642
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
642
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
643
643
|
format: string;
|
644
644
|
clearable: boolean;
|
645
645
|
placeholder: string;
|
@@ -648,7 +648,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
648
648
|
locale?: string | undefined;
|
649
649
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
650
650
|
}>, nextContext: any): void;
|
651
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
651
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
652
652
|
format: string;
|
653
653
|
clearable: boolean;
|
654
654
|
placeholder: string;
|
@@ -657,7 +657,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
657
657
|
locale?: string | undefined;
|
658
658
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
659
659
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
660
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
660
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
661
661
|
format: string;
|
662
662
|
clearable: boolean;
|
663
663
|
placeholder: string;
|
@@ -674,7 +674,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
674
674
|
ComposedComponent: typeof import("../../components/ColorPicker").ColorControl;
|
675
675
|
}, {}> & {
|
676
676
|
ComposedComponent: {
|
677
|
-
new (props: (Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
677
|
+
new (props: (Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
678
678
|
format: string;
|
679
679
|
clearable: boolean;
|
680
680
|
placeholder: string;
|
@@ -682,7 +682,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
682
682
|
}, never>> & {
|
683
683
|
locale?: string | undefined;
|
684
684
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
685
|
-
}) | Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
685
|
+
}) | Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
686
686
|
format: string;
|
687
687
|
clearable: boolean;
|
688
688
|
placeholder: string;
|
@@ -693,7 +693,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
693
693
|
}>): {
|
694
694
|
render(): JSX.Element;
|
695
695
|
context: any;
|
696
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
696
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
697
697
|
format: string;
|
698
698
|
clearable: boolean;
|
699
699
|
placeholder: string;
|
@@ -703,7 +703,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
703
703
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
704
704
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
705
705
|
forceUpdate(callback?: (() => void) | undefined): void;
|
706
|
-
readonly props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
706
|
+
readonly props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
707
707
|
format: string;
|
708
708
|
clearable: boolean;
|
709
709
|
placeholder: string;
|
@@ -719,7 +719,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
719
719
|
[key: string]: React.ReactInstance;
|
720
720
|
};
|
721
721
|
componentDidMount?(): void;
|
722
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
722
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
723
723
|
format: string;
|
724
724
|
clearable: boolean;
|
725
725
|
placeholder: string;
|
@@ -730,7 +730,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
730
730
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
731
731
|
componentWillUnmount?(): void;
|
732
732
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
733
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
733
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
734
734
|
format: string;
|
735
735
|
clearable: boolean;
|
736
736
|
placeholder: string;
|
@@ -739,7 +739,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
739
739
|
locale?: string | undefined;
|
740
740
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
741
741
|
}>, prevState: Readonly<{}>): any;
|
742
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
742
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
743
743
|
format: string;
|
744
744
|
clearable: boolean;
|
745
745
|
placeholder: string;
|
@@ -750,7 +750,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
750
750
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
751
751
|
componentWillMount?(): void;
|
752
752
|
UNSAFE_componentWillMount?(): void;
|
753
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
753
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
754
754
|
format: string;
|
755
755
|
clearable: boolean;
|
756
756
|
placeholder: string;
|
@@ -759,7 +759,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
759
759
|
locale?: string | undefined;
|
760
760
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
761
761
|
}>, nextContext: any): void;
|
762
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
762
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
763
763
|
format: string;
|
764
764
|
clearable: boolean;
|
765
765
|
placeholder: string;
|
@@ -768,7 +768,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
768
768
|
locale?: string | undefined;
|
769
769
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
770
770
|
}>, nextContext: any): void;
|
771
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
771
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
772
772
|
format: string;
|
773
773
|
clearable: boolean;
|
774
774
|
placeholder: string;
|
@@ -777,7 +777,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
777
777
|
locale?: string | undefined;
|
778
778
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
779
779
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
780
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
780
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
781
781
|
format: string;
|
782
782
|
clearable: boolean;
|
783
783
|
placeholder: string;
|
@@ -787,7 +787,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
787
787
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
788
788
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
789
789
|
};
|
790
|
-
new (props: Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
790
|
+
new (props: Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
791
791
|
format: string;
|
792
792
|
clearable: boolean;
|
793
793
|
placeholder: string;
|
@@ -798,7 +798,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
798
798
|
}, context: any): {
|
799
799
|
render(): JSX.Element;
|
800
800
|
context: any;
|
801
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
801
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
802
802
|
format: string;
|
803
803
|
clearable: boolean;
|
804
804
|
placeholder: string;
|
@@ -808,7 +808,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
808
808
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
809
809
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
810
810
|
forceUpdate(callback?: (() => void) | undefined): void;
|
811
|
-
readonly props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
811
|
+
readonly props: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
812
812
|
format: string;
|
813
813
|
clearable: boolean;
|
814
814
|
placeholder: string;
|
@@ -824,7 +824,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
824
824
|
[key: string]: React.ReactInstance;
|
825
825
|
};
|
826
826
|
componentDidMount?(): void;
|
827
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
827
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
828
828
|
format: string;
|
829
829
|
clearable: boolean;
|
830
830
|
placeholder: string;
|
@@ -835,7 +835,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
835
835
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
836
836
|
componentWillUnmount?(): void;
|
837
837
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
838
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
838
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
839
839
|
format: string;
|
840
840
|
clearable: boolean;
|
841
841
|
placeholder: string;
|
@@ -844,7 +844,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
844
844
|
locale?: string | undefined;
|
845
845
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
846
846
|
}>, prevState: Readonly<{}>): any;
|
847
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
847
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
848
848
|
format: string;
|
849
849
|
clearable: boolean;
|
850
850
|
placeholder: string;
|
@@ -855,7 +855,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
855
855
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
856
856
|
componentWillMount?(): void;
|
857
857
|
UNSAFE_componentWillMount?(): void;
|
858
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
858
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
859
859
|
format: string;
|
860
860
|
clearable: boolean;
|
861
861
|
placeholder: string;
|
@@ -864,7 +864,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
864
864
|
locale?: string | undefined;
|
865
865
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
866
866
|
}>, nextContext: any): void;
|
867
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
867
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
868
868
|
format: string;
|
869
869
|
clearable: boolean;
|
870
870
|
placeholder: string;
|
@@ -873,7 +873,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
873
873
|
locale?: string | undefined;
|
874
874
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
875
875
|
}>, nextContext: any): void;
|
876
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
876
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
877
877
|
format: string;
|
878
878
|
clearable: boolean;
|
879
879
|
placeholder: string;
|
@@ -882,7 +882,7 @@ export declare const ColorPicker: React.LazyExoticComponent<{
|
|
882
882
|
locale?: string | undefined;
|
883
883
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
884
884
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
885
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "
|
885
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "resetValue" | "placement" | "onChange" | "useMobileUI" | "popOverContainer" | "presetColors" | "popoverClassName"> & Partial<Pick<Omit<import("../../components/ColorPicker").ColorProps, keyof import("../../locale").LocaleProps>, "placeholder" | "clearable" | "format" | "allowCustomColor">> & Partial<Pick<{
|
886
886
|
format: string;
|
887
887
|
clearable: boolean;
|
888
888
|
placeholder: string;
|