amis 1.6.2 → 1.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Schema.d.ts +3 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/CalendarMobile.d.ts +84 -84
- package/lib/components/Card.d.ts +20 -20
- package/lib/components/Collapse.js +3 -2
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.js +2 -2
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/LocationPicker.d.ts +84 -84
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/LocationPicker.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/PickerContainer.d.ts +1 -0
- package/lib/components/PickerContainer.js +2 -2
- package/lib/components/PickerContainer.js.map +2 -2
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/Select.d.ts +237 -237
- package/lib/components/Tabs.d.ts +3 -2
- package/lib/components/Tabs.js.map +2 -2
- package/lib/components/calendar/Calendar.js +1 -2
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/condition-builder/Expression.d.ts +2 -0
- package/lib/components/condition-builder/Expression.js +2 -2
- package/lib/components/condition-builder/Expression.js.map +2 -2
- package/lib/components/condition-builder/Group.d.ts +3 -0
- package/lib/components/condition-builder/Group.js +3 -3
- package/lib/components/condition-builder/Group.js.map +2 -2
- package/lib/components/condition-builder/GroupOrItem.d.ts +2 -0
- package/lib/components/condition-builder/GroupOrItem.js +2 -2
- package/lib/components/condition-builder/GroupOrItem.js.map +2 -2
- package/lib/components/condition-builder/Item.d.ts +2 -0
- package/lib/components/condition-builder/Item.js +4 -4
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/condition-builder/Value.d.ts +2 -0
- package/lib/components/condition-builder/Value.js +15 -2
- package/lib/components/condition-builder/Value.js.map +2 -2
- package/lib/components/condition-builder/index.d.ts +3 -0
- package/lib/components/condition-builder/index.js +2 -2
- package/lib/components/condition-builder/index.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +88 -84
- package/lib/components/formula/Editor.js +22 -25
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/FuncList.d.ts +3 -0
- package/lib/components/formula/FuncList.js +19 -9
- package/lib/components/formula/FuncList.js.map +2 -2
- package/lib/components/formula/Picker.d.ts +44 -0
- package/lib/components/formula/Picker.js +33 -8
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/components/formula/VariableList.d.ts +8 -1
- package/lib/components/formula/VariableList.js +13 -4
- package/lib/components/formula/VariableList.js.map +2 -2
- package/lib/components/icons.d.ts +3 -1
- package/lib/components/icons.js +7 -1
- package/lib/components/icons.js.map +2 -2
- package/lib/env.d.ts +4 -0
- package/lib/env.js.map +2 -2
- package/lib/factory.d.ts +4 -0
- package/lib/factory.js +5 -1
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/icons/function.js +7 -0
- package/lib/icons/input-clear.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 +8 -1
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +5 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +8 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/CRUD.js +4 -3
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Calendar.d.ts +45 -0
- package/lib/renderers/Calendar.js +21 -0
- package/lib/renderers/Calendar.js.map +13 -0
- package/lib/renderers/Card.js +2 -2
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Form/ConditionBuilder.d.ts +8 -0
- package/lib/renderers/Form/ConditionBuilder.js.map +2 -2
- package/lib/renderers/Form/IconPicker.d.ts +2 -0
- package/lib/renderers/Form/IconPicker.js +22 -2
- package/lib/renderers/Form/IconPicker.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.d.ts +0 -18
- package/lib/renderers/Form/InputDate.js +1 -1
- 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 +42 -0
- package/lib/renderers/Form/InputFormula.js +6 -2
- package/lib/renderers/Form/InputFormula.js.map +2 -2
- package/lib/renderers/Form/InputText.d.ts +5 -0
- package/lib/renderers/Form/InputText.js +22 -4
- package/lib/renderers/Form/InputText.js.map +2 -2
- package/lib/renderers/Form/Picker.js +1 -1
- package/lib/renderers/Form/Picker.js.map +2 -2
- package/lib/renderers/Form/Textarea.d.ts +12 -0
- package/lib/renderers/Form/Textarea.js +31 -15
- package/lib/renderers/Form/Textarea.js.map +2 -2
- package/lib/renderers/Form/Transfer.d.ts +1 -1
- package/lib/renderers/Form/Transfer.js +7 -1
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/index.js +4 -0
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/IFrame.js +8 -3
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Tpl.js +1 -1
- package/lib/renderers/Tpl.js.map +2 -2
- package/lib/schemaExtend.js +11 -8
- package/lib/schemaExtend.js.map +2 -2
- package/lib/themes/ang-ie11.css +427 -141
- package/lib/themes/ang.css +427 -141
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +427 -141
- package/lib/themes/antd.css +427 -141
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +432 -152
- package/lib/themes/cxd.css +432 -152
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +427 -141
- package/lib/themes/dark.css +427 -141
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +432 -152
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/api.js +22 -9
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/helper.d.ts +1 -0
- package/lib/utils/helper.js +10 -1
- package/lib/utils/helper.js.map +2 -2
- package/package.json +2 -2
- package/schema.json +201 -66
- package/scss/_mixins.scss +10 -5
- package/scss/_properties.scss +11 -0
- package/scss/components/_collapse-group.scss +4 -0
- package/scss/components/_condition-builder.scss +8 -1
- package/scss/components/_formula.scss +247 -74
- package/scss/components/_result-box.scss +0 -13
- package/scss/components/form/_color.scss +0 -2
- package/scss/components/form/_date-range.scss +14 -7
- package/scss/components/form/_date.scss +14 -7
- package/scss/components/form/_form.scss +1 -0
- package/scss/components/form/_icon-picker.scss +2 -0
- package/scss/components/form/_location.scss +0 -1
- package/scss/components/form/_picker.scss +0 -1
- package/scss/components/form/_text.scss +6 -7
- package/scss/components/form/_textarea.scss +16 -0
- package/scss/components/form/_transfer.scss +2 -1
- package/scss/themes/_cxd-variables.scss +5 -3
- package/scss/themes/cxd.scss +0 -13
- package/sdk/ang-ie11.css +467 -126
- package/sdk/ang.css +486 -141
- package/sdk/antd-ie11.css +467 -126
- package/sdk/antd.css +486 -141
- package/sdk/charts.js +17 -17
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +3 -3
- package/sdk/cxd-ie11.css +474 -142
- package/sdk/cxd.css +491 -153
- package/sdk/dark-ie11.css +467 -126
- package/sdk/dark.css +486 -141
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/locale/de-DE.js +8 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +20 -16
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +474 -142
- package/sdk/sdk.css +491 -153
- package/sdk/sdk.js +1351 -1273
- 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/Collapse.tsx +4 -1
- package/src/components/ColorPicker.tsx +1 -1
- package/src/components/DatePicker.tsx +1 -1
- package/src/components/DateRangePicker.tsx +2 -2
- package/src/components/LocationPicker.tsx +1 -1
- package/src/components/PickerContainer.tsx +3 -1
- package/src/components/ResultBox.tsx +1 -1
- package/src/components/Tabs.tsx +4 -2
- package/src/components/calendar/Calendar.tsx +1 -2
- package/src/components/condition-builder/Expression.tsx +5 -2
- package/src/components/condition-builder/Group.tsx +8 -2
- package/src/components/condition-builder/GroupOrItem.tsx +5 -1
- package/src/components/condition-builder/Item.tsx +7 -1
- package/src/components/condition-builder/Value.tsx +17 -4
- package/src/components/condition-builder/index.tsx +8 -1
- package/src/components/formula/Editor.tsx +43 -23
- package/src/components/formula/FuncList.tsx +74 -44
- package/src/components/formula/Picker.tsx +161 -23
- package/src/components/formula/VariableList.tsx +54 -9
- package/src/components/icons.tsx +7 -1
- package/src/env.tsx +5 -0
- package/src/factory.tsx +9 -1
- package/src/icons/function.svg +4 -0
- package/src/icons/input-clear.svg +1 -0
- package/src/index.tsx +1 -0
- package/src/locale/de-DE.ts +8 -1
- package/src/locale/en-US.ts +5 -1
- package/src/locale/zh-CN.ts +8 -1
- package/src/renderers/Breadcrumb.tsx +0 -1
- package/src/renderers/CRUD.tsx +6 -3
- package/src/renderers/Calendar.tsx +43 -0
- package/src/renderers/Card.tsx +12 -2
- package/src/renderers/Form/ConditionBuilder.tsx +11 -0
- package/src/renderers/Form/IconPicker.tsx +29 -0
- package/src/renderers/Form/InputColor.tsx +1 -1
- package/src/renderers/Form/InputDate.tsx +1 -21
- package/src/renderers/Form/InputDateRange.tsx +1 -1
- package/src/renderers/Form/InputFormula.tsx +103 -3
- package/src/renderers/Form/InputText.tsx +30 -5
- package/src/renderers/Form/Picker.tsx +1 -1
- package/src/renderers/Form/Textarea.tsx +46 -22
- package/src/renderers/Form/Transfer.tsx +6 -1
- package/src/renderers/Form/index.tsx +16 -1
- package/src/renderers/IFrame.tsx +8 -10
- package/src/renderers/Tpl.tsx +3 -1
- package/src/schemaExtend.ts +11 -7
- package/src/utils/api.ts +25 -10
- package/src/utils/helper.ts +11 -1
@@ -11,6 +11,8 @@ export interface VariableItem {
|
|
11
11
|
label: string;
|
12
12
|
value?: string;
|
13
13
|
children?: Array<VariableItem>;
|
14
|
+
type: '';
|
15
|
+
tag?: string;
|
14
16
|
selectMode?: 'tree' | 'tabs';
|
15
17
|
}
|
16
18
|
export interface FuncGroup {
|
@@ -47,6 +49,8 @@ export interface FormulaEditorProps extends ThemeProps, LocaleProps {
|
|
47
49
|
* 顶部标题,默认为表达式
|
48
50
|
*/
|
49
51
|
header: string;
|
52
|
+
variableClassName?: string;
|
53
|
+
functionClassName?: string;
|
50
54
|
}
|
51
55
|
export interface FunctionsProps {
|
52
56
|
name: string;
|
@@ -84,21 +88,21 @@ export declare class FormulaEditor extends React.Component<FormulaEditorProps, F
|
|
84
88
|
render(): JSX.Element;
|
85
89
|
}
|
86
90
|
declare const _default: {
|
87
|
-
new (props: (Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
91
|
+
new (props: (Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
88
92
|
locale?: string | undefined;
|
89
93
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
90
|
-
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
94
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
91
95
|
locale?: string | undefined;
|
92
96
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
93
97
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>): {
|
94
98
|
render(): JSX.Element;
|
95
99
|
context: any;
|
96
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
100
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
97
101
|
locale?: string | undefined;
|
98
102
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
99
103
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
100
104
|
forceUpdate(callback?: (() => void) | undefined): void;
|
101
|
-
readonly props: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
105
|
+
readonly props: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
102
106
|
locale?: string | undefined;
|
103
107
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
104
108
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps> & Readonly<{
|
@@ -109,51 +113,51 @@ declare const _default: {
|
|
109
113
|
[key: string]: React.ReactInstance;
|
110
114
|
};
|
111
115
|
componentDidMount?(): void;
|
112
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
116
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
113
117
|
locale?: string | undefined;
|
114
118
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
115
119
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
116
120
|
componentWillUnmount?(): void;
|
117
121
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
118
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
122
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
119
123
|
locale?: string | undefined;
|
120
124
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
121
125
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
122
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
126
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
123
127
|
locale?: string | undefined;
|
124
128
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
125
129
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
126
130
|
componentWillMount?(): void;
|
127
131
|
UNSAFE_componentWillMount?(): void;
|
128
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
132
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
129
133
|
locale?: string | undefined;
|
130
134
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
131
135
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
132
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
136
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
133
137
|
locale?: string | undefined;
|
134
138
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
135
139
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
136
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
140
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
137
141
|
locale?: string | undefined;
|
138
142
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
139
143
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
140
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
144
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
141
145
|
locale?: string | undefined;
|
142
146
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
143
147
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
144
148
|
};
|
145
|
-
new (props: Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
149
|
+
new (props: Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
146
150
|
locale?: string | undefined;
|
147
151
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
148
152
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps, context: any): {
|
149
153
|
render(): JSX.Element;
|
150
154
|
context: any;
|
151
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
155
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
152
156
|
locale?: string | undefined;
|
153
157
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
154
158
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
155
159
|
forceUpdate(callback?: (() => void) | undefined): void;
|
156
|
-
readonly props: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
160
|
+
readonly props: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
157
161
|
locale?: string | undefined;
|
158
162
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
159
163
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps> & Readonly<{
|
@@ -164,35 +168,35 @@ declare const _default: {
|
|
164
168
|
[key: string]: React.ReactInstance;
|
165
169
|
};
|
166
170
|
componentDidMount?(): void;
|
167
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
171
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
168
172
|
locale?: string | undefined;
|
169
173
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
170
174
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
171
175
|
componentWillUnmount?(): void;
|
172
176
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
173
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
177
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
174
178
|
locale?: string | undefined;
|
175
179
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
176
180
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
177
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
181
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
178
182
|
locale?: string | undefined;
|
179
183
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
180
184
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
181
185
|
componentWillMount?(): void;
|
182
186
|
UNSAFE_componentWillMount?(): void;
|
183
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
187
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
184
188
|
locale?: string | undefined;
|
185
189
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
186
190
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
187
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
191
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
188
192
|
locale?: string | undefined;
|
189
193
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
190
194
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
191
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
195
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
192
196
|
locale?: string | undefined;
|
193
197
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
194
198
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
195
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
199
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
196
200
|
locale?: string | undefined;
|
197
201
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
198
202
|
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
@@ -200,21 +204,21 @@ declare const _default: {
|
|
200
204
|
displayName: string;
|
201
205
|
contextType: React.Context<string>;
|
202
206
|
ComposedComponent: React.ComponentType<{
|
203
|
-
new (props: (Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
207
|
+
new (props: (Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
204
208
|
locale?: string | undefined;
|
205
209
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
206
|
-
}) | Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
210
|
+
}) | Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
207
211
|
locale?: string | undefined;
|
208
212
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
209
213
|
}>): {
|
210
214
|
render(): JSX.Element;
|
211
215
|
context: any;
|
212
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
216
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
213
217
|
locale?: string | undefined;
|
214
218
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
215
219
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
216
220
|
forceUpdate(callback?: (() => void) | undefined): void;
|
217
|
-
readonly props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
221
|
+
readonly props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
218
222
|
locale?: string | undefined;
|
219
223
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
220
224
|
}> & Readonly<{
|
@@ -225,51 +229,51 @@ declare const _default: {
|
|
225
229
|
[key: string]: React.ReactInstance;
|
226
230
|
};
|
227
231
|
componentDidMount?(): void;
|
228
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
232
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
229
233
|
locale?: string | undefined;
|
230
234
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
231
235
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
232
236
|
componentWillUnmount?(): void;
|
233
237
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
234
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
238
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
235
239
|
locale?: string | undefined;
|
236
240
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
237
241
|
}>, prevState: Readonly<{}>): any;
|
238
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
242
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
239
243
|
locale?: string | undefined;
|
240
244
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
241
245
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
242
246
|
componentWillMount?(): void;
|
243
247
|
UNSAFE_componentWillMount?(): void;
|
244
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
248
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
245
249
|
locale?: string | undefined;
|
246
250
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
247
251
|
}>, nextContext: any): void;
|
248
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
252
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
249
253
|
locale?: string | undefined;
|
250
254
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
251
255
|
}>, nextContext: any): void;
|
252
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
256
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
253
257
|
locale?: string | undefined;
|
254
258
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
255
259
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
256
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
260
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
257
261
|
locale?: string | undefined;
|
258
262
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
259
263
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
260
264
|
};
|
261
|
-
new (props: Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
265
|
+
new (props: Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
262
266
|
locale?: string | undefined;
|
263
267
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
264
268
|
}, context: any): {
|
265
269
|
render(): JSX.Element;
|
266
270
|
context: any;
|
267
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
271
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
268
272
|
locale?: string | undefined;
|
269
273
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
270
274
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
271
275
|
forceUpdate(callback?: (() => void) | undefined): void;
|
272
|
-
readonly props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
276
|
+
readonly props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
273
277
|
locale?: string | undefined;
|
274
278
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
275
279
|
}> & Readonly<{
|
@@ -280,35 +284,35 @@ declare const _default: {
|
|
280
284
|
[key: string]: React.ReactInstance;
|
281
285
|
};
|
282
286
|
componentDidMount?(): void;
|
283
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
287
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
284
288
|
locale?: string | undefined;
|
285
289
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
286
290
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
287
291
|
componentWillUnmount?(): void;
|
288
292
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
289
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
293
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
290
294
|
locale?: string | undefined;
|
291
295
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
292
296
|
}>, prevState: Readonly<{}>): any;
|
293
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
297
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
294
298
|
locale?: string | undefined;
|
295
299
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
296
300
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
297
301
|
componentWillMount?(): void;
|
298
302
|
UNSAFE_componentWillMount?(): void;
|
299
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
303
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
300
304
|
locale?: string | undefined;
|
301
305
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
302
306
|
}>, nextContext: any): void;
|
303
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
307
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
304
308
|
locale?: string | undefined;
|
305
309
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
306
310
|
}>, nextContext: any): void;
|
307
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
311
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
308
312
|
locale?: string | undefined;
|
309
313
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
310
314
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
311
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
315
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
312
316
|
locale?: string | undefined;
|
313
317
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
314
318
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
@@ -320,21 +324,21 @@ declare const _default: {
|
|
320
324
|
ComposedComponent: typeof FormulaEditor;
|
321
325
|
}>;
|
322
326
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
323
|
-
new (props: (Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
327
|
+
new (props: (Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
324
328
|
locale?: string | undefined;
|
325
329
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
326
|
-
}) | Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
330
|
+
}) | Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
327
331
|
locale?: string | undefined;
|
328
332
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
329
333
|
}>): {
|
330
334
|
render(): JSX.Element;
|
331
335
|
context: any;
|
332
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
336
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
333
337
|
locale?: string | undefined;
|
334
338
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
335
339
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
336
340
|
forceUpdate(callback?: (() => void) | undefined): void;
|
337
|
-
readonly props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
341
|
+
readonly props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
338
342
|
locale?: string | undefined;
|
339
343
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
340
344
|
}> & Readonly<{
|
@@ -345,51 +349,51 @@ declare const _default: {
|
|
345
349
|
[key: string]: React.ReactInstance;
|
346
350
|
};
|
347
351
|
componentDidMount?(): void;
|
348
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
352
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
349
353
|
locale?: string | undefined;
|
350
354
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
351
355
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
352
356
|
componentWillUnmount?(): void;
|
353
357
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
354
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
358
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
355
359
|
locale?: string | undefined;
|
356
360
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
357
361
|
}>, prevState: Readonly<{}>): any;
|
358
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
362
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
359
363
|
locale?: string | undefined;
|
360
364
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
361
365
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
362
366
|
componentWillMount?(): void;
|
363
367
|
UNSAFE_componentWillMount?(): void;
|
364
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
368
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
365
369
|
locale?: string | undefined;
|
366
370
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
367
371
|
}>, nextContext: any): void;
|
368
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
372
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
369
373
|
locale?: string | undefined;
|
370
374
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
371
375
|
}>, nextContext: any): void;
|
372
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
376
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
373
377
|
locale?: string | undefined;
|
374
378
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
375
379
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
376
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
380
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
377
381
|
locale?: string | undefined;
|
378
382
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
379
383
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
380
384
|
};
|
381
|
-
new (props: Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
385
|
+
new (props: Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
382
386
|
locale?: string | undefined;
|
383
387
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
384
388
|
}, context: any): {
|
385
389
|
render(): JSX.Element;
|
386
390
|
context: any;
|
387
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
391
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
388
392
|
locale?: string | undefined;
|
389
393
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
390
394
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
391
395
|
forceUpdate(callback?: (() => void) | undefined): void;
|
392
|
-
readonly props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
396
|
+
readonly props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
393
397
|
locale?: string | undefined;
|
394
398
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
395
399
|
}> & Readonly<{
|
@@ -400,35 +404,35 @@ declare const _default: {
|
|
400
404
|
[key: string]: React.ReactInstance;
|
401
405
|
};
|
402
406
|
componentDidMount?(): void;
|
403
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
407
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
404
408
|
locale?: string | undefined;
|
405
409
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
406
410
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
407
411
|
componentWillUnmount?(): void;
|
408
412
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
409
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
413
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
410
414
|
locale?: string | undefined;
|
411
415
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
412
416
|
}>, prevState: Readonly<{}>): any;
|
413
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
417
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
414
418
|
locale?: string | undefined;
|
415
419
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
416
420
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
417
421
|
componentWillMount?(): void;
|
418
422
|
UNSAFE_componentWillMount?(): void;
|
419
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
423
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
420
424
|
locale?: string | undefined;
|
421
425
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
422
426
|
}>, nextContext: any): void;
|
423
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
427
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
424
428
|
locale?: string | undefined;
|
425
429
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
426
430
|
}>, nextContext: any): void;
|
427
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
431
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
428
432
|
locale?: string | undefined;
|
429
433
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
430
434
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
431
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
435
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
432
436
|
locale?: string | undefined;
|
433
437
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
434
438
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
@@ -440,21 +444,21 @@ declare const _default: {
|
|
440
444
|
ComposedComponent: typeof FormulaEditor;
|
441
445
|
}, {}> & {
|
442
446
|
ComposedComponent: {
|
443
|
-
new (props: (Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
447
|
+
new (props: (Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
444
448
|
locale?: string | undefined;
|
445
449
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
446
|
-
}) | Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
450
|
+
}) | Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
447
451
|
locale?: string | undefined;
|
448
452
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
449
453
|
}>): {
|
450
454
|
render(): JSX.Element;
|
451
455
|
context: any;
|
452
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
456
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
453
457
|
locale?: string | undefined;
|
454
458
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
455
459
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
456
460
|
forceUpdate(callback?: (() => void) | undefined): void;
|
457
|
-
readonly props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
461
|
+
readonly props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
458
462
|
locale?: string | undefined;
|
459
463
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
460
464
|
}> & Readonly<{
|
@@ -465,51 +469,51 @@ declare const _default: {
|
|
465
469
|
[key: string]: React.ReactInstance;
|
466
470
|
};
|
467
471
|
componentDidMount?(): void;
|
468
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
472
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
469
473
|
locale?: string | undefined;
|
470
474
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
471
475
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
472
476
|
componentWillUnmount?(): void;
|
473
477
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
474
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
478
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
475
479
|
locale?: string | undefined;
|
476
480
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
477
481
|
}>, prevState: Readonly<{}>): any;
|
478
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
482
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
479
483
|
locale?: string | undefined;
|
480
484
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
481
485
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
482
486
|
componentWillMount?(): void;
|
483
487
|
UNSAFE_componentWillMount?(): void;
|
484
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
488
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
485
489
|
locale?: string | undefined;
|
486
490
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
487
491
|
}>, nextContext: any): void;
|
488
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
492
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
489
493
|
locale?: string | undefined;
|
490
494
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
491
495
|
}>, nextContext: any): void;
|
492
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
496
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
493
497
|
locale?: string | undefined;
|
494
498
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
495
499
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
496
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
500
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
497
501
|
locale?: string | undefined;
|
498
502
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
499
503
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
500
504
|
};
|
501
|
-
new (props: Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
505
|
+
new (props: Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
502
506
|
locale?: string | undefined;
|
503
507
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
504
508
|
}, context: any): {
|
505
509
|
render(): JSX.Element;
|
506
510
|
context: any;
|
507
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
511
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
508
512
|
locale?: string | undefined;
|
509
513
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
510
514
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
511
515
|
forceUpdate(callback?: (() => void) | undefined): void;
|
512
|
-
readonly props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
516
|
+
readonly props: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
513
517
|
locale?: string | undefined;
|
514
518
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
515
519
|
}> & Readonly<{
|
@@ -520,35 +524,35 @@ declare const _default: {
|
|
520
524
|
[key: string]: React.ReactInstance;
|
521
525
|
};
|
522
526
|
componentDidMount?(): void;
|
523
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
527
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
524
528
|
locale?: string | undefined;
|
525
529
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
526
530
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
527
531
|
componentWillUnmount?(): void;
|
528
532
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
529
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
533
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
530
534
|
locale?: string | undefined;
|
531
535
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
532
536
|
}>, prevState: Readonly<{}>): any;
|
533
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
537
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
534
538
|
locale?: string | undefined;
|
535
539
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
536
540
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
537
541
|
componentWillMount?(): void;
|
538
542
|
UNSAFE_componentWillMount?(): void;
|
539
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
543
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
540
544
|
locale?: string | undefined;
|
541
545
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
542
546
|
}>, nextContext: any): void;
|
543
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
547
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
544
548
|
locale?: string | undefined;
|
545
549
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
546
550
|
}>, nextContext: any): void;
|
547
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
551
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
548
552
|
locale?: string | undefined;
|
549
553
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
550
554
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
551
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
555
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "header" | "className" | "theme" | "value" | "onChange" | "variableMode" | "variableClassName" | "functionClassName"> & Partial<Pick<Omit<FormulaEditorProps, keyof LocaleProps>, "evalMode" | "functions" | "variables">> & Partial<Pick<Pick<FormulaEditorProps, "evalMode" | "functions" | "variables">, never>> & {
|
552
556
|
locale?: string | undefined;
|
553
557
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
554
558
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|