amis 1.9.1-beta.12 → 1.9.1-beta.21
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/lib/components/AssociatedSelection.d.ts +40 -40
- package/lib/components/Badge.d.ts +1 -1
- package/lib/components/Badge.js.map +1 -1
- package/lib/components/ChainedSelection.d.ts +40 -40
- package/lib/components/GroupedSelection.d.ts +40 -40
- package/lib/components/GroupedSelection.js +3 -2
- package/lib/components/GroupedSelection.js.map +2 -2
- package/lib/components/PickerContainer.d.ts +1 -0
- package/lib/components/PickerContainer.js +4 -4
- package/lib/components/PickerContainer.js.map +2 -2
- package/lib/components/Radios.d.ts +10 -10
- package/lib/components/ResultBox.d.ts +44 -40
- package/lib/components/ResultBox.js +40 -6
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/ResultList.d.ts +43 -53
- package/lib/components/ResultList.js +34 -22
- package/lib/components/ResultList.js.map +2 -2
- package/lib/components/ResultTableList.d.ts +40 -40
- package/lib/components/ResultTableList.js +16 -17
- package/lib/components/ResultTableList.js.map +2 -2
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/Select.d.ts +498 -294
- package/lib/components/Select.js +58 -10
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Selection.d.ts +41 -40
- package/lib/components/Selection.js.map +2 -2
- package/lib/components/TableSelection.d.ts +42 -40
- package/lib/components/TableSelection.js +7 -2
- package/lib/components/TableSelection.js.map +2 -2
- package/lib/components/TabsTransfer.d.ts +2 -2
- package/lib/components/TabsTransfer.js.map +1 -1
- package/lib/components/TooltipWrapper.d.ts +1 -1
- package/lib/components/TooltipWrapper.js.map +2 -2
- package/lib/components/Transfer.d.ts +40 -40
- package/lib/components/Transfer.js +1 -1
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +43 -40
- package/lib/components/TransferDropDown.js +2 -2
- package/lib/components/TransferDropDown.js.map +2 -2
- package/lib/components/TreeSelection.d.ts +40 -40
- package/lib/components/TreeSelection.js +3 -2
- package/lib/components/TreeSelection.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +45 -41
- package/lib/components/formula/Editor.js +8 -2
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/Picker.d.ts +43 -41
- package/lib/components/formula/Picker.js +40 -20
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/components/formula/VariableList.d.ts +2 -0
- package/lib/components/formula/VariableList.js +15 -5
- package/lib/components/formula/VariableList.js.map +2 -2
- package/lib/components/index.d.ts +3 -1
- package/lib/components/index.js +5 -1
- package/lib/components/index.js.map +2 -2
- package/lib/components/schema-editor/SchemaVariableList.d.ts +1 -0
- package/lib/components/schema-editor/SchemaVariableList.js +2 -2
- package/lib/components/schema-editor/SchemaVariableList.js.map +2 -2
- package/lib/components/schema-editor/SchemaVariableListPicker.d.ts +1 -0
- package/lib/components/schema-editor/SchemaVariableListPicker.js +2 -2
- package/lib/components/schema-editor/SchemaVariableListPicker.js.map +2 -2
- package/lib/components/table/HeadCellFilter.js +4 -1
- package/lib/components/table/HeadCellFilter.js.map +2 -2
- package/lib/components/table/HeadCellSort.js +30 -24
- package/lib/components/table/HeadCellSort.js.map +2 -2
- package/lib/components/table/index.d.ts +6 -3
- package/lib/components/table/index.js +72 -86
- package/lib/components/table/index.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +21 -4
- package/lib/renderers/Action.js +44 -20
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/Breadcrumb.js +2 -2
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/CRUD.js +3 -0
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Form/InputFormula.d.ts +5 -1
- package/lib/renderers/Form/InputFormula.js +2 -2
- package/lib/renderers/Form/InputFormula.js.map +2 -2
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputTag.d.ts +8 -0
- package/lib/renderers/Form/InputTag.js +2 -2
- package/lib/renderers/Form/InputTag.js.map +2 -2
- package/lib/renderers/Form/InputTree.d.ts +4 -0
- package/lib/renderers/Form/InputTree.js +2 -2
- package/lib/renderers/Form/InputTree.js.map +2 -2
- package/lib/renderers/Form/Picker.d.ts +1 -1
- package/lib/renderers/Form/Picker.js +38 -23
- package/lib/renderers/Form/Picker.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +19 -0
- package/lib/renderers/Form/Select.js +2 -2
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/Transfer.d.ts +1 -0
- package/lib/renderers/Form/Transfer.js +4 -0
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +10 -10
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/QRCode.d.ts +16 -0
- package/lib/renderers/QRCode.js +25 -1
- package/lib/renderers/QRCode.js.map +2 -2
- package/lib/renderers/Service.js +0 -1
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/Steps.d.ts +2 -2
- package/lib/renderers/Steps.js +1 -1
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/exportExcel.js +50 -36
- package/lib/renderers/Table/exportExcel.js.map +2 -2
- package/lib/renderers/Table/index.js +2 -1
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Table-v2/HeadCellSearchDropdown.d.ts +1 -1
- package/lib/renderers/Table-v2/HeadCellSearchDropdown.js +38 -24
- package/lib/renderers/Table-v2/HeadCellSearchDropdown.js.map +2 -2
- package/lib/renderers/Table-v2/index.d.ts +10 -4
- package/lib/renderers/Table-v2/index.js +109 -58
- package/lib/renderers/Table-v2/index.js.map +2 -2
- package/lib/renderers/Tabs.d.ts +6 -2
- package/lib/renderers/Tabs.js +21 -0
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/store/table-v2.d.ts +210 -4
- package/lib/store/table-v2.js +82 -5
- package/lib/store/table-v2.js.map +2 -2
- package/lib/themes/ang-ie11.css +140 -44
- package/lib/themes/ang.css +140 -33
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +140 -44
- package/lib/themes/antd.css +140 -33
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +297 -197
- package/lib/themes/cxd.css +151 -38
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +140 -44
- package/lib/themes/dark.css +140 -33
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +297 -197
- package/lib/themes/default.css +151 -38
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +1 -1
- package/lib/types.js.map +1 -1
- package/lib/utils/formula.js +7 -5
- package/lib/utils/formula.js.map +2 -2
- package/lib/utils/helper.d.ts +1 -0
- package/lib/utils/helper.js +11 -1
- package/lib/utils/helper.js.map +2 -2
- package/package.json +2 -2
- package/schema.json +103 -35
- package/scss/_properties.scss +11 -6
- package/scss/components/_formula.scss +45 -4
- package/scss/components/_modal.scss +1 -1
- package/scss/components/_result-box.scss +34 -2
- package/scss/components/form/_checks.scss +47 -44
- package/scss/components/form/_date.scss +28 -19
- package/scss/components/form/_icon-picker.scss +10 -6
- package/scss/components/form/_select.scss +77 -34
- package/scss/components/form/_selection.scss +9 -6
- package/scss/components/form/_switch.scss +1 -0
- package/scss/components/form/_text.scss +2 -0
- package/scss/components/form/_transfer.scss +2 -1
- package/scss/themes/_cxd-variables.scss +3 -1
- package/scss/themes/cxd.scss +9 -6
- package/sdk/ang-ie11.css +159 -46
- package/sdk/ang.css +159 -35
- package/sdk/antd-ie11.css +159 -46
- package/sdk/antd.css +159 -35
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +317 -199
- package/sdk/cxd.css +171 -40
- package/sdk/dark-ie11.css +159 -46
- package/sdk/dark.css +159 -35
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +2 -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 +16 -16
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +317 -199
- package/sdk/sdk.css +171 -40
- package/sdk/sdk.js +1353 -1351
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/components/Badge.tsx +1 -1
- package/src/components/GroupedSelection.tsx +3 -2
- package/src/components/PickerContainer.tsx +13 -8
- package/src/components/ResultBox.tsx +95 -11
- package/src/components/ResultList.tsx +48 -51
- package/src/components/ResultTableList.tsx +32 -33
- package/src/components/Select.tsx +138 -17
- package/src/components/Selection.tsx +1 -0
- package/src/components/TableSelection.tsx +15 -8
- package/src/components/TabsTransfer.tsx +2 -2
- package/src/components/TooltipWrapper.tsx +20 -14
- package/src/components/Transfer.tsx +0 -4
- package/src/components/TransferDropDown.tsx +9 -1
- package/src/components/TreeSelection.tsx +2 -1
- package/src/components/formula/Editor.tsx +17 -2
- package/src/components/formula/Picker.tsx +44 -7
- package/src/components/formula/VariableList.tsx +36 -2
- package/src/components/index.tsx +4 -0
- package/src/components/schema-editor/SchemaVariableList.tsx +4 -2
- package/src/components/schema-editor/SchemaVariableListPicker.tsx +4 -1
- package/src/components/table/HeadCellFilter.tsx +4 -1
- package/src/components/table/HeadCellSort.tsx +1 -1
- package/src/components/table/index.tsx +66 -90
- package/src/locale/de-DE.ts +2 -2
- package/src/locale/en-US.ts +2 -2
- package/src/locale/zh-CN.ts +1 -1
- package/src/renderers/Action.tsx +64 -19
- package/src/renderers/Breadcrumb.tsx +11 -12
- package/src/renderers/CRUD.tsx +2 -0
- package/src/renderers/Form/InputFormula.tsx +9 -2
- package/src/renderers/Form/InputImage.tsx +4 -2
- package/src/renderers/Form/InputTag.tsx +14 -0
- package/src/renderers/Form/InputTree.tsx +7 -0
- package/src/renderers/Form/Picker.tsx +11 -1
- package/src/renderers/Form/Select.tsx +32 -1
- package/src/renderers/Form/Transfer.tsx +6 -0
- package/src/renderers/Form/wrapControl.tsx +10 -10
- package/src/renderers/QRCode.tsx +50 -1
- package/src/renderers/Service.tsx +0 -1
- package/src/renderers/Steps.tsx +5 -5
- package/src/renderers/Table/exportExcel.ts +29 -12
- package/src/renderers/Table/index.tsx +9 -7
- package/src/renderers/Table-v2/HeadCellSearchDropdown.tsx +14 -9
- package/src/renderers/Table-v2/index.tsx +130 -58
- package/src/renderers/Tabs.tsx +33 -3
- package/src/store/table-v2.ts +104 -7
- package/src/types.ts +2 -1
- package/src/utils/formula.ts +7 -5
- package/src/utils/helper.ts +12 -2
@@ -15,7 +15,7 @@ export interface FormulaPickerProps extends FormulaEditorProps {
|
|
15
15
|
/**
|
16
16
|
* 控件模式
|
17
17
|
*/
|
18
|
-
mode?: 'button' | 'input-button';
|
18
|
+
mode?: 'button' | 'input-button' | 'input-group';
|
19
19
|
/**
|
20
20
|
* 边框模式,全边框,还是半边框,或者没边框。
|
21
21
|
*/
|
@@ -86,8 +86,10 @@ export declare class FormulaPicker extends React.Component<FormulaPickerProps, F
|
|
86
86
|
handleConfirm(): void;
|
87
87
|
renderFormulaValue(item: any): "" | JSX.Element;
|
88
88
|
handleInputChange(value: string): void;
|
89
|
+
handleInputGroupChange(e: React.ChangeEvent<HTMLInputElement>): void;
|
89
90
|
handleEditorChange(value: string): void;
|
90
91
|
handleEditorConfirm(): void;
|
92
|
+
confirm(value: string): void;
|
91
93
|
handleClick(): Promise<void>;
|
92
94
|
close(e?: any, callback?: () => void): void;
|
93
95
|
updateState(state?: any): void;
|
@@ -95,7 +97,7 @@ export declare class FormulaPicker extends React.Component<FormulaPickerProps, F
|
|
95
97
|
render(): JSX.Element;
|
96
98
|
}
|
97
99
|
declare const _default: {
|
98
|
-
new (props: Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
100
|
+
new (props: Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
99
101
|
evalMode: boolean;
|
100
102
|
}, never>> & {
|
101
103
|
locale?: string | undefined;
|
@@ -106,14 +108,14 @@ declare const _default: {
|
|
106
108
|
getWrappedInstance(): any;
|
107
109
|
render(): JSX.Element;
|
108
110
|
context: any;
|
109
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
111
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
110
112
|
evalMode: boolean;
|
111
113
|
}, never>> & {
|
112
114
|
locale?: string | undefined;
|
113
115
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
114
116
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
115
117
|
forceUpdate(callback?: (() => void) | undefined): void;
|
116
|
-
readonly props: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
118
|
+
readonly props: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
117
119
|
evalMode: boolean;
|
118
120
|
}, never>> & {
|
119
121
|
locale?: string | undefined;
|
@@ -126,7 +128,7 @@ declare const _default: {
|
|
126
128
|
[key: string]: React.ReactInstance;
|
127
129
|
};
|
128
130
|
componentDidMount?(): void;
|
129
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
131
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
130
132
|
evalMode: boolean;
|
131
133
|
}, never>> & {
|
132
134
|
locale?: string | undefined;
|
@@ -134,13 +136,13 @@ declare const _default: {
|
|
134
136
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
135
137
|
componentWillUnmount?(): void;
|
136
138
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
137
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
139
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
138
140
|
evalMode: boolean;
|
139
141
|
}, never>> & {
|
140
142
|
locale?: string | undefined;
|
141
143
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
142
144
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
143
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
145
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
144
146
|
evalMode: boolean;
|
145
147
|
}, never>> & {
|
146
148
|
locale?: string | undefined;
|
@@ -148,25 +150,25 @@ declare const _default: {
|
|
148
150
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
149
151
|
componentWillMount?(): void;
|
150
152
|
UNSAFE_componentWillMount?(): void;
|
151
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
153
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
152
154
|
evalMode: boolean;
|
153
155
|
}, never>> & {
|
154
156
|
locale?: string | undefined;
|
155
157
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
156
158
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
157
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
159
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
158
160
|
evalMode: boolean;
|
159
161
|
}, never>> & {
|
160
162
|
locale?: string | undefined;
|
161
163
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
162
164
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
163
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
165
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
164
166
|
evalMode: boolean;
|
165
167
|
}, never>> & {
|
166
168
|
locale?: string | undefined;
|
167
169
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
168
170
|
}, keyof import("../../theme").ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
169
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
171
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
170
172
|
evalMode: boolean;
|
171
173
|
}, never>> & {
|
172
174
|
locale?: string | undefined;
|
@@ -176,7 +178,7 @@ declare const _default: {
|
|
176
178
|
displayName: string;
|
177
179
|
contextType: React.Context<string>;
|
178
180
|
ComposedComponent: React.ComponentType<{
|
179
|
-
new (props: Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
181
|
+
new (props: Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
180
182
|
evalMode: boolean;
|
181
183
|
}, never>> & {
|
182
184
|
locale?: string | undefined;
|
@@ -187,14 +189,14 @@ declare const _default: {
|
|
187
189
|
getWrappedInstance(): any;
|
188
190
|
render(): JSX.Element;
|
189
191
|
context: any;
|
190
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
192
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
191
193
|
evalMode: boolean;
|
192
194
|
}, never>> & {
|
193
195
|
locale?: string | undefined;
|
194
196
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
195
197
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
196
198
|
forceUpdate(callback?: (() => void) | undefined): void;
|
197
|
-
readonly props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
199
|
+
readonly props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
198
200
|
evalMode: boolean;
|
199
201
|
}, never>> & {
|
200
202
|
locale?: string | undefined;
|
@@ -207,7 +209,7 @@ declare const _default: {
|
|
207
209
|
[key: string]: React.ReactInstance;
|
208
210
|
};
|
209
211
|
componentDidMount?(): void;
|
210
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
212
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
211
213
|
evalMode: boolean;
|
212
214
|
}, never>> & {
|
213
215
|
locale?: string | undefined;
|
@@ -215,13 +217,13 @@ declare const _default: {
|
|
215
217
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
216
218
|
componentWillUnmount?(): void;
|
217
219
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
218
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
220
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
219
221
|
evalMode: boolean;
|
220
222
|
}, never>> & {
|
221
223
|
locale?: string | undefined;
|
222
224
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
223
225
|
}>, prevState: Readonly<{}>): any;
|
224
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
226
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
225
227
|
evalMode: boolean;
|
226
228
|
}, never>> & {
|
227
229
|
locale?: string | undefined;
|
@@ -229,25 +231,25 @@ declare const _default: {
|
|
229
231
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
230
232
|
componentWillMount?(): void;
|
231
233
|
UNSAFE_componentWillMount?(): void;
|
232
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
234
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
233
235
|
evalMode: boolean;
|
234
236
|
}, never>> & {
|
235
237
|
locale?: string | undefined;
|
236
238
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
237
239
|
}>, nextContext: any): void;
|
238
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
240
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
239
241
|
evalMode: boolean;
|
240
242
|
}, never>> & {
|
241
243
|
locale?: string | undefined;
|
242
244
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
243
245
|
}>, nextContext: any): void;
|
244
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
246
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
245
247
|
evalMode: boolean;
|
246
248
|
}, never>> & {
|
247
249
|
locale?: string | undefined;
|
248
250
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
249
251
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
250
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
252
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
251
253
|
evalMode: boolean;
|
252
254
|
}, never>> & {
|
253
255
|
locale?: string | undefined;
|
@@ -261,7 +263,7 @@ declare const _default: {
|
|
261
263
|
ComposedComponent: typeof FormulaPicker;
|
262
264
|
}>;
|
263
265
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
264
|
-
new (props: Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
266
|
+
new (props: Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
265
267
|
evalMode: boolean;
|
266
268
|
}, never>> & {
|
267
269
|
locale?: string | undefined;
|
@@ -272,14 +274,14 @@ declare const _default: {
|
|
272
274
|
getWrappedInstance(): any;
|
273
275
|
render(): JSX.Element;
|
274
276
|
context: any;
|
275
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
277
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
276
278
|
evalMode: boolean;
|
277
279
|
}, never>> & {
|
278
280
|
locale?: string | undefined;
|
279
281
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
280
282
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
281
283
|
forceUpdate(callback?: (() => void) | undefined): void;
|
282
|
-
readonly props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
284
|
+
readonly props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
283
285
|
evalMode: boolean;
|
284
286
|
}, never>> & {
|
285
287
|
locale?: string | undefined;
|
@@ -292,7 +294,7 @@ declare const _default: {
|
|
292
294
|
[key: string]: React.ReactInstance;
|
293
295
|
};
|
294
296
|
componentDidMount?(): void;
|
295
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
297
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
296
298
|
evalMode: boolean;
|
297
299
|
}, never>> & {
|
298
300
|
locale?: string | undefined;
|
@@ -300,13 +302,13 @@ declare const _default: {
|
|
300
302
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
301
303
|
componentWillUnmount?(): void;
|
302
304
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
303
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
305
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
304
306
|
evalMode: boolean;
|
305
307
|
}, never>> & {
|
306
308
|
locale?: string | undefined;
|
307
309
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
308
310
|
}>, prevState: Readonly<{}>): any;
|
309
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
311
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
310
312
|
evalMode: boolean;
|
311
313
|
}, never>> & {
|
312
314
|
locale?: string | undefined;
|
@@ -314,25 +316,25 @@ declare const _default: {
|
|
314
316
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
315
317
|
componentWillMount?(): void;
|
316
318
|
UNSAFE_componentWillMount?(): void;
|
317
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
319
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
318
320
|
evalMode: boolean;
|
319
321
|
}, never>> & {
|
320
322
|
locale?: string | undefined;
|
321
323
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
322
324
|
}>, nextContext: any): void;
|
323
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
325
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
324
326
|
evalMode: boolean;
|
325
327
|
}, never>> & {
|
326
328
|
locale?: string | undefined;
|
327
329
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
328
330
|
}>, nextContext: any): void;
|
329
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
331
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
330
332
|
evalMode: boolean;
|
331
333
|
}, never>> & {
|
332
334
|
locale?: string | undefined;
|
333
335
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
334
336
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
335
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
337
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
336
338
|
evalMode: boolean;
|
337
339
|
}, never>> & {
|
338
340
|
locale?: string | undefined;
|
@@ -346,7 +348,7 @@ declare const _default: {
|
|
346
348
|
ComposedComponent: typeof FormulaPicker;
|
347
349
|
}, {}> & {
|
348
350
|
ComposedComponent: {
|
349
|
-
new (props: Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
351
|
+
new (props: Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
350
352
|
evalMode: boolean;
|
351
353
|
}, never>> & {
|
352
354
|
locale?: string | undefined;
|
@@ -357,14 +359,14 @@ declare const _default: {
|
|
357
359
|
getWrappedInstance(): any;
|
358
360
|
render(): JSX.Element;
|
359
361
|
context: any;
|
360
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
362
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
361
363
|
evalMode: boolean;
|
362
364
|
}, never>> & {
|
363
365
|
locale?: string | undefined;
|
364
366
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
365
367
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
366
368
|
forceUpdate(callback?: (() => void) | undefined): void;
|
367
|
-
readonly props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
369
|
+
readonly props: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
368
370
|
evalMode: boolean;
|
369
371
|
}, never>> & {
|
370
372
|
locale?: string | undefined;
|
@@ -377,7 +379,7 @@ declare const _default: {
|
|
377
379
|
[key: string]: React.ReactInstance;
|
378
380
|
};
|
379
381
|
componentDidMount?(): void;
|
380
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
382
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
381
383
|
evalMode: boolean;
|
382
384
|
}, never>> & {
|
383
385
|
locale?: string | undefined;
|
@@ -385,13 +387,13 @@ declare const _default: {
|
|
385
387
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
386
388
|
componentWillUnmount?(): void;
|
387
389
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
388
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
390
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
389
391
|
evalMode: boolean;
|
390
392
|
}, never>> & {
|
391
393
|
locale?: string | undefined;
|
392
394
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
393
395
|
}>, prevState: Readonly<{}>): any;
|
394
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
396
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
395
397
|
evalMode: boolean;
|
396
398
|
}, never>> & {
|
397
399
|
locale?: string | undefined;
|
@@ -399,25 +401,25 @@ declare const _default: {
|
|
399
401
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
400
402
|
componentWillMount?(): void;
|
401
403
|
UNSAFE_componentWillMount?(): void;
|
402
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
404
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
403
405
|
evalMode: boolean;
|
404
406
|
}, never>> & {
|
405
407
|
locale?: string | undefined;
|
406
408
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
407
409
|
}>, nextContext: any): void;
|
408
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
410
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
409
411
|
evalMode: boolean;
|
410
412
|
}, never>> & {
|
411
413
|
locale?: string | undefined;
|
412
414
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
413
415
|
}>, nextContext: any): void;
|
414
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
416
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
415
417
|
evalMode: boolean;
|
416
418
|
}, never>> & {
|
417
419
|
locale?: string | undefined;
|
418
420
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
419
421
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
420
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
422
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "classPrefix" | "classnames" | "data" | "header" | "source" | "title" | "children" | "className" | "theme" | "value" | "icon" | "disabled" | "level" | "variables" | "size" | "placeholder" | "onChange" | "mode" | "clearable" | "borderMode" | "onConfirm" | "onRef" | "btnLabel" | "allowInput" | "functions" | "selfVariableName" | "variableMode" | "variableClassName" | "functionClassName" | "btnSize" | "onPickerOpen"> & Partial<Pick<Omit<FormulaPickerProps, keyof import("../../locale").LocaleProps>, "evalMode">> & Partial<Pick<{
|
421
423
|
evalMode: boolean;
|
422
424
|
}, never>> & {
|
423
425
|
locale?: string | undefined;
|