amis 1.9.0-beta.12 → 1.9.0-beta.15
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 +4 -2
- package/lib/Schema.js.map +1 -1
- package/lib/SchemaRenderer.d.ts +2 -2
- package/lib/SchemaRenderer.js +3 -3
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/actions/Action.d.ts +8 -6
- package/lib/actions/Action.js.map +2 -2
- package/lib/actions/AjaxAction.d.ts +10 -7
- package/lib/actions/AjaxAction.js +27 -21
- package/lib/actions/AjaxAction.js.map +2 -2
- package/lib/actions/BreakAction.d.ts +2 -2
- package/lib/actions/BreakAction.js.map +1 -1
- package/lib/actions/BroadcastAction.d.ts +3 -3
- package/lib/actions/BroadcastAction.js +3 -2
- package/lib/actions/BroadcastAction.js.map +2 -2
- package/lib/actions/CmptAction.d.ts +2 -2
- package/lib/actions/CmptAction.js +7 -9
- package/lib/actions/CmptAction.js.map +2 -2
- package/lib/actions/ContinueAction.d.ts +2 -2
- package/lib/actions/ContinueAction.js.map +1 -1
- package/lib/actions/CopyAction.d.ts +7 -4
- package/lib/actions/CopyAction.js +8 -6
- package/lib/actions/CopyAction.js.map +2 -2
- package/lib/actions/CustomAction.d.ts +2 -2
- package/lib/actions/CustomAction.js.map +1 -1
- package/lib/actions/DialogAction.d.ts +14 -8
- package/lib/actions/DialogAction.js +6 -6
- package/lib/actions/DialogAction.js.map +2 -2
- package/lib/actions/DrawerAction.d.ts +3 -3
- package/lib/actions/DrawerAction.js.map +1 -1
- package/lib/actions/EmailAction.d.ts +10 -7
- package/lib/actions/EmailAction.js +4 -5
- package/lib/actions/EmailAction.js.map +2 -2
- package/lib/actions/LinkAction.d.ts +19 -11
- package/lib/actions/LinkAction.js +6 -5
- package/lib/actions/LinkAction.js.map +2 -2
- package/lib/actions/LoopAction.d.ts +6 -3
- package/lib/actions/LoopAction.js +22 -20
- package/lib/actions/LoopAction.js.map +2 -2
- package/lib/actions/PageAction.d.ts +8 -5
- package/lib/actions/PageAction.js +3 -2
- package/lib/actions/PageAction.js.map +2 -2
- package/lib/actions/ParallelAction.d.ts +2 -2
- package/lib/actions/ParallelAction.js.map +1 -1
- package/lib/actions/SwitchAction.d.ts +2 -2
- package/lib/actions/SwitchAction.js.map +1 -1
- package/lib/actions/ToastAction.d.ts +2 -2
- package/lib/actions/ToastAction.js +6 -4
- package/lib/actions/ToastAction.js.map +2 -2
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBox.js.map +2 -2
- package/lib/components/Pagination.d.ts +1175 -0
- package/lib/components/Pagination.js +274 -0
- package/lib/components/Pagination.js.map +13 -0
- package/lib/components/PickerContainer.d.ts +1 -0
- package/lib/components/PickerContainer.js +3 -2
- package/lib/components/PickerContainer.js.map +2 -2
- package/lib/components/Rating.js +11 -9
- package/lib/components/Rating.js.map +2 -2
- package/lib/components/Select.js +3 -3
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Tag.d.ts +148 -0
- package/lib/components/Tag.js +96 -0
- package/lib/components/Tag.js.map +13 -0
- package/lib/components/TooltipWrapper.d.ts +25 -21
- package/lib/components/TooltipWrapper.js +11 -1
- package/lib/components/TooltipWrapper.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +85 -84
- package/lib/components/TransferDropDown.js +2 -2
- package/lib/components/TransferDropDown.js.map +2 -2
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/formula/VariableList.d.ts +1 -0
- package/lib/components/formula/VariableList.js.map +2 -2
- package/lib/components/icons.js +2 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +4 -1
- package/lib/components/index.js +7 -1
- package/lib/components/index.js.map +2 -2
- package/lib/components/schema-editor/Array.d.ts +11 -0
- package/lib/components/schema-editor/Array.js +66 -0
- package/lib/components/schema-editor/Array.js.map +13 -0
- package/lib/components/schema-editor/Common.d.ts +29 -0
- package/lib/components/schema-editor/Common.js +69 -0
- package/lib/components/schema-editor/Common.js.map +13 -0
- package/lib/components/schema-editor/Item.d.ts +9 -0
- package/lib/components/schema-editor/Item.js +31 -0
- package/lib/components/schema-editor/Item.js.map +13 -0
- package/lib/components/schema-editor/Object.d.ts +44 -0
- package/lib/components/schema-editor/Object.js +191 -0
- package/lib/components/schema-editor/Object.js.map +13 -0
- package/lib/components/schema-editor/SchemaVariableList.d.ts +316 -0
- package/lib/components/schema-editor/SchemaVariableList.js +74 -0
- package/lib/components/schema-editor/SchemaVariableList.js.map +13 -0
- package/lib/components/schema-editor/SchemaVariableListPicker.d.ts +305 -0
- package/lib/components/schema-editor/SchemaVariableListPicker.js +32 -0
- package/lib/components/schema-editor/SchemaVariableListPicker.js.map +13 -0
- package/lib/components/schema-editor/index.d.ts +520 -0
- package/lib/components/schema-editor/index.js +118 -0
- package/lib/components/schema-editor/index.js.map +13 -0
- package/lib/components/table/Cell.d.ts +930 -0
- package/lib/components/table/Cell.js +36 -0
- package/lib/components/table/Cell.js.map +13 -0
- package/lib/components/table/HeadCellDropDown.d.ts +514 -0
- package/lib/components/table/HeadCellDropDown.js +52 -0
- package/lib/components/table/HeadCellDropDown.js.map +13 -0
- package/lib/components/table/HeadCellFilter.d.ts +771 -0
- package/lib/components/table/HeadCellFilter.js +106 -0
- package/lib/components/table/HeadCellFilter.js.map +13 -0
- package/lib/components/table/HeadCellSelect.d.ts +672 -0
- package/lib/components/table/HeadCellSelect.js +46 -0
- package/lib/components/table/HeadCellSelect.js.map +13 -0
- package/lib/components/table/HeadCellSort.d.ts +498 -0
- package/lib/components/table/HeadCellSort.js +67 -0
- package/lib/components/table/HeadCellSort.js.map +13 -0
- package/lib/components/table/index.d.ts +1355 -0
- package/lib/components/table/index.js +1095 -0
- package/lib/components/table/index.js.map +13 -0
- package/lib/env.d.ts +2 -4
- package/lib/env.js.map +2 -2
- package/lib/factory.js +0 -95
- package/lib/factory.js.map +2 -2
- package/lib/icons/dot.js +11 -0
- package/lib/index.d.ts +6 -1
- package/lib/index.js +9 -2
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +18 -1
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +18 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +20 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.js +0 -2
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/Carousel.d.ts +5 -1
- package/lib/renderers/Carousel.js +18 -5
- package/lib/renderers/Carousel.js.map +2 -2
- package/lib/renderers/Form/ButtonGroupSelect.d.ts +2 -0
- package/lib/renderers/Form/ButtonGroupSelect.js +7 -0
- package/lib/renderers/Form/ButtonGroupSelect.js.map +2 -2
- package/lib/renderers/Form/Checkbox.js +3 -4
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.d.ts +2 -1
- package/lib/renderers/Form/Checkboxes.js +19 -14
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/Combo.js +23 -4
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +126 -18
- package/lib/renderers/Form/Editor.d.ts +412 -112
- package/lib/renderers/Form/Editor.js +10 -1
- package/lib/renderers/Form/Editor.js.map +2 -2
- package/lib/renderers/Form/InputExcel.js +6 -1
- package/lib/renderers/Form/InputExcel.js.map +2 -2
- package/lib/renderers/Form/InputFile.js +1 -2
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputTree.js +1 -1
- package/lib/renderers/Form/InputTree.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +0 -6
- package/lib/renderers/Form/JSONSchemaEditor.d.ts +41 -0
- package/lib/renderers/Form/JSONSchemaEditor.js +33 -0
- package/lib/renderers/Form/JSONSchemaEditor.js.map +13 -0
- package/lib/renderers/Form/ListSelect.d.ts +2 -0
- package/lib/renderers/Form/ListSelect.js +7 -0
- package/lib/renderers/Form/ListSelect.js.map +2 -2
- package/lib/renderers/Form/Options.js +1 -0
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.js +12 -1
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransfer.d.ts +1 -1
- package/lib/renderers/Form/TabsTransfer.js +2 -2
- package/lib/renderers/Form/TabsTransfer.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.d.ts +4 -0
- package/lib/renderers/Form/TreeSelect.js +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +10 -5
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Pagination.d.ts +49 -30
- package/lib/renderers/Pagination.js +3 -132
- package/lib/renderers/Pagination.js.map +2 -2
- package/lib/renderers/Table/HeadCellSearchDropdown.js +0 -1
- package/lib/renderers/Table/HeadCellSearchDropdown.js.map +2 -2
- package/lib/renderers/Table-v2/HeadCellSearchDropdown.d.ts +29 -0
- package/lib/renderers/Table-v2/HeadCellSearchDropdown.js +158 -0
- package/lib/renderers/Table-v2/HeadCellSearchDropdown.js.map +13 -0
- package/lib/renderers/Table-v2/TableCell.d.ts +6 -0
- package/lib/renderers/Table-v2/TableCell.js +28 -0
- package/lib/renderers/Table-v2/TableCell.js.map +13 -0
- package/lib/renderers/Table-v2/index.d.ts +256 -0
- package/lib/renderers/Table-v2/index.js +548 -0
- package/lib/renderers/Table-v2/index.js.map +13 -0
- package/lib/renderers/Tabs.js +1 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/Tag.d.ts +66 -0
- package/lib/renderers/Tag.js +53 -0
- package/lib/renderers/Tag.js.map +13 -0
- package/lib/renderers/Wizard.js +3 -3
- package/lib/renderers/Wizard.js.map +2 -2
- package/lib/schemaExtend.js +24 -30
- package/lib/schemaExtend.js.map +2 -2
- package/lib/store/combo.d.ts +140 -20
- package/lib/store/form.d.ts +56 -8
- package/lib/store/formItem.d.ts +3 -1
- package/lib/store/formItem.js +3 -1
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/index.js +2 -0
- package/lib/store/index.js.map +2 -2
- package/lib/store/table-v2.d.ts +308 -0
- package/lib/store/table-v2.js +452 -0
- package/lib/store/table-v2.js.map +13 -0
- package/lib/store/table.d.ts +112 -16
- package/lib/store/table.js +1 -1
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +1686 -120
- package/lib/themes/ang.css +1807 -208
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +1667 -101
- package/lib/themes/antd.css +1789 -201
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1662 -97
- package/lib/themes/cxd.css +1983 -394
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +1667 -101
- package/lib/themes/dark.css +1789 -201
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +1662 -97
- package/lib/themes/default.css +1983 -394
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/DataSchema.d.ts +25 -0
- package/lib/utils/DataSchema.js +104 -0
- package/lib/utils/DataSchema.js.map +13 -0
- package/lib/utils/DataScope.d.ts +23 -0
- package/lib/utils/DataScope.js +140 -0
- package/lib/utils/DataScope.js.map +13 -0
- package/lib/utils/handleAction.js +1 -1
- package/lib/utils/handleAction.js.map +2 -2
- package/lib/utils/renderer-event.d.ts +8 -2
- package/lib/utils/renderer-event.js +102 -1
- package/lib/utils/renderer-event.js.map +2 -2
- package/package.json +3 -2
- package/schema.json +1476 -469
- package/scss/_properties.scss +69 -0
- package/scss/components/_button.scss +37 -39
- package/scss/components/_context-menu.scss +3 -18
- package/scss/components/_json-schema-editor.scss +126 -0
- package/scss/components/_pagination.scss +104 -23
- package/scss/components/_result-box.scss +2 -2
- package/scss/components/_table-v2.scss +912 -0
- package/scss/components/_tag.scss +177 -0
- package/scss/components/form/_selection.scss +1 -14
- package/scss/components/form/_text.scss +1 -1
- package/scss/themes/_antd-variables.scss +0 -13
- package/scss/themes/_common.scss +3 -0
- package/scss/themes/_cxd-variables.scss +7 -17
- package/scss/themes/_dark-variables.scss +0 -13
- package/scss/themes/cxd.scss +1 -1
- package/sdk/ang-ie11.css +2240 -227
- package/sdk/ang.css +2905 -859
- package/sdk/antd-ie11.css +2233 -220
- package/sdk/antd.css +2905 -870
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +2223 -211
- package/sdk/cxd.css +2911 -875
- package/sdk/dark-ie11.css +2233 -220
- package/sdk/dark.css +2905 -870
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +18 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +16 -16
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +2223 -211
- package/sdk/sdk.css +2911 -875
- package/sdk/sdk.js +1326 -1270
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +7 -0
- package/src/SchemaRenderer.tsx +4 -5
- package/src/actions/Action.ts +7 -6
- package/src/actions/AjaxAction.ts +33 -24
- package/src/actions/BreakAction.ts +2 -2
- package/src/actions/BroadcastAction.ts +6 -5
- package/src/actions/CmptAction.ts +5 -6
- package/src/actions/ContinueAction.ts +2 -2
- package/src/actions/CopyAction.ts +14 -8
- package/src/actions/CustomAction.ts +2 -2
- package/src/actions/DialogAction.ts +16 -10
- package/src/actions/DrawerAction.ts +3 -3
- package/src/actions/EmailAction.ts +12 -12
- package/src/actions/LinkAction.ts +34 -14
- package/src/actions/LoopAction.ts +13 -8
- package/src/actions/PageAction.ts +9 -6
- package/src/actions/ParallelAction.ts +2 -2
- package/src/actions/SwitchAction.ts +2 -2
- package/src/actions/ToastAction.ts +9 -5
- package/src/components/InputBox.tsx +1 -0
- package/src/components/Pagination.tsx +446 -0
- package/src/components/PickerContainer.tsx +8 -5
- package/src/components/Rating.tsx +16 -9
- package/src/components/Select.tsx +3 -3
- package/src/components/Tag.tsx +179 -0
- package/src/components/TooltipWrapper.tsx +14 -1
- package/src/components/TransferDropDown.tsx +3 -0
- package/src/components/formula/VariableList.tsx +1 -0
- package/src/components/icons.tsx +2 -0
- package/src/components/index.tsx +7 -1
- package/src/components/schema-editor/Array.tsx +95 -0
- package/src/components/schema-editor/Common.tsx +138 -0
- package/src/components/schema-editor/Item.tsx +36 -0
- package/src/components/schema-editor/Object.tsx +299 -0
- package/src/components/schema-editor/SchemaVariableList.tsx +97 -0
- package/src/components/schema-editor/SchemaVariableListPicker.tsx +66 -0
- package/src/components/schema-editor/index.tsx +211 -0
- package/src/components/table/Cell.tsx +70 -0
- package/src/components/table/HeadCellDropDown.tsx +115 -0
- package/src/components/table/HeadCellFilter.tsx +193 -0
- package/src/components/table/HeadCellSelect.tsx +86 -0
- package/src/components/table/HeadCellSort.tsx +102 -0
- package/src/components/table/index.tsx +1681 -0
- package/src/env.tsx +7 -14
- package/src/factory.tsx +3 -106
- package/src/icons/dot.svg +11 -0
- package/src/index.tsx +8 -1
- package/src/locale/de-DE.ts +18 -1
- package/src/locale/en-US.ts +18 -1
- package/src/locale/zh-CN.ts +20 -1
- package/src/renderers/Action.tsx +1 -1
- package/src/renderers/Carousel.tsx +21 -6
- package/src/renderers/Form/ButtonGroupSelect.tsx +10 -1
- package/src/renderers/Form/Checkbox.tsx +4 -4
- package/src/renderers/Form/Checkboxes.tsx +31 -25
- package/src/renderers/Form/Combo.tsx +20 -4
- package/src/renderers/Form/Editor.tsx +15 -1
- package/src/renderers/Form/InputExcel.tsx +6 -1
- package/src/renderers/Form/InputFile.tsx +1 -2
- package/src/renderers/Form/InputTree.tsx +1 -1
- package/src/renderers/Form/JSONSchemaEditor.tsx +67 -0
- package/src/renderers/Form/ListSelect.tsx +9 -1
- package/src/renderers/Form/Options.tsx +1 -1
- package/src/renderers/Form/Select.tsx +7 -0
- package/src/renderers/Form/TabsTransfer.tsx +2 -2
- package/src/renderers/Form/TreeSelect.tsx +8 -1
- package/src/renderers/Form/wrapControl.tsx +11 -5
- package/src/renderers/Pagination.tsx +65 -253
- package/src/renderers/Table/HeadCellSearchDropdown.tsx +0 -1
- package/src/renderers/Table-v2/HeadCellSearchDropdown.tsx +244 -0
- package/src/renderers/Table-v2/TableCell.tsx +19 -0
- package/src/renderers/Table-v2/index.tsx +1140 -0
- package/src/renderers/Tabs.tsx +1 -1
- package/src/renderers/Tag.tsx +128 -0
- package/src/renderers/Wizard.tsx +3 -3
- package/src/schemaExtend.ts +24 -28
- package/src/store/formItem.ts +5 -1
- package/src/store/index.ts +2 -0
- package/src/store/table-v2.ts +646 -0
- package/src/store/table.ts +1 -1
- package/src/utils/DataSchema.ts +131 -0
- package/src/utils/DataScope.ts +190 -0
- package/src/utils/handleAction.ts +1 -1
- package/src/utils/renderer-event.ts +113 -2
@@ -0,0 +1,520 @@
|
|
1
|
+
/**
|
2
|
+
* 用来定义数据结构的编辑器
|
3
|
+
*/
|
4
|
+
/// <reference types="hoist-non-react-statics" />
|
5
|
+
import React from 'react';
|
6
|
+
import { LocaleProps } from '../../locale';
|
7
|
+
import { ThemeProps } from '../../theme';
|
8
|
+
import type { JSONSchema } from '../../utils/DataScope';
|
9
|
+
import type { JSONSchema7TypeName } from 'json-schema';
|
10
|
+
export interface SchemaEditorProps extends LocaleProps, ThemeProps {
|
11
|
+
value?: JSONSchema;
|
12
|
+
onChange: (value: JSONSchema) => void;
|
13
|
+
disabled?: boolean;
|
14
|
+
defaultType: JSONSchema7TypeName;
|
15
|
+
renderExtraProps?: (value: JSONSchema, onChange: (value: JSONSchema) => void) => JSX.Element;
|
16
|
+
disabledTypes?: Array<string>;
|
17
|
+
/**
|
18
|
+
* 预设模板
|
19
|
+
*/
|
20
|
+
definitions?: {
|
21
|
+
[propName: string]: {
|
22
|
+
type: 'string' | 'number' | 'interger' | 'object' | 'array' | 'boolean' | 'null';
|
23
|
+
title: string;
|
24
|
+
[propName: string]: any;
|
25
|
+
};
|
26
|
+
};
|
27
|
+
/**
|
28
|
+
* 顶层是否允许修改类型
|
29
|
+
*/
|
30
|
+
rootTypeMutable: boolean;
|
31
|
+
/**
|
32
|
+
* 顶层类型信息是否隐藏
|
33
|
+
*/
|
34
|
+
showRootInfo: boolean;
|
35
|
+
}
|
36
|
+
export declare class SchemaEditor extends React.Component<SchemaEditorProps> {
|
37
|
+
static defaultProps: Pick<SchemaEditorProps, 'defaultType' | 'rootTypeMutable' | 'showRootInfo' | 'disabledTypes'>;
|
38
|
+
defaultTypes: Array<any>;
|
39
|
+
constructor(props: SchemaEditorProps);
|
40
|
+
handleTypeChange(type: string, value: any, origin: any): any;
|
41
|
+
render(): JSX.Element;
|
42
|
+
}
|
43
|
+
declare const _default: {
|
44
|
+
new (props: (Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
45
|
+
locale?: string | undefined;
|
46
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
47
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
48
|
+
locale?: string | undefined;
|
49
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
50
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>): {
|
51
|
+
render(): JSX.Element;
|
52
|
+
context: any;
|
53
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
54
|
+
locale?: string | undefined;
|
55
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
56
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
57
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
58
|
+
readonly props: Readonly<Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
59
|
+
locale?: string | undefined;
|
60
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
61
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps> & Readonly<{
|
62
|
+
children?: React.ReactNode;
|
63
|
+
}>;
|
64
|
+
state: Readonly<{}>;
|
65
|
+
refs: {
|
66
|
+
[key: string]: React.ReactInstance;
|
67
|
+
};
|
68
|
+
componentDidMount?(): void;
|
69
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
70
|
+
locale?: string | undefined;
|
71
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
72
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
73
|
+
componentWillUnmount?(): void;
|
74
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
75
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
76
|
+
locale?: string | undefined;
|
77
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
78
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
79
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
80
|
+
locale?: string | undefined;
|
81
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
82
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
83
|
+
componentWillMount?(): void;
|
84
|
+
UNSAFE_componentWillMount?(): void;
|
85
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
86
|
+
locale?: string | undefined;
|
87
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
88
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
89
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
90
|
+
locale?: string | undefined;
|
91
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
92
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
93
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
94
|
+
locale?: string | undefined;
|
95
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
96
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
97
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
98
|
+
locale?: string | undefined;
|
99
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
100
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
101
|
+
};
|
102
|
+
new (props: Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
103
|
+
locale?: string | undefined;
|
104
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
105
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps, context: any): {
|
106
|
+
render(): JSX.Element;
|
107
|
+
context: any;
|
108
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
109
|
+
locale?: string | undefined;
|
110
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
111
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
112
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
113
|
+
readonly props: Readonly<Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
114
|
+
locale?: string | undefined;
|
115
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
116
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps> & Readonly<{
|
117
|
+
children?: React.ReactNode;
|
118
|
+
}>;
|
119
|
+
state: Readonly<{}>;
|
120
|
+
refs: {
|
121
|
+
[key: string]: React.ReactInstance;
|
122
|
+
};
|
123
|
+
componentDidMount?(): void;
|
124
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
125
|
+
locale?: string | undefined;
|
126
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
127
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
128
|
+
componentWillUnmount?(): void;
|
129
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
130
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
131
|
+
locale?: string | undefined;
|
132
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
133
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
134
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
135
|
+
locale?: string | undefined;
|
136
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
137
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
138
|
+
componentWillMount?(): void;
|
139
|
+
UNSAFE_componentWillMount?(): void;
|
140
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
141
|
+
locale?: string | undefined;
|
142
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
143
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
144
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
145
|
+
locale?: string | undefined;
|
146
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
147
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
|
148
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
149
|
+
locale?: string | undefined;
|
150
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
151
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
152
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
153
|
+
locale?: string | undefined;
|
154
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
155
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
156
|
+
};
|
157
|
+
displayName: string;
|
158
|
+
contextType: React.Context<string>;
|
159
|
+
ComposedComponent: React.ComponentType<{
|
160
|
+
new (props: (Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
161
|
+
locale?: string | undefined;
|
162
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
163
|
+
}) | Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
164
|
+
locale?: string | undefined;
|
165
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
166
|
+
}>): {
|
167
|
+
render(): JSX.Element;
|
168
|
+
context: any;
|
169
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
170
|
+
locale?: string | undefined;
|
171
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
172
|
+
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
173
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
174
|
+
readonly props: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
175
|
+
locale?: string | undefined;
|
176
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
177
|
+
}> & Readonly<{
|
178
|
+
children?: React.ReactNode;
|
179
|
+
}>;
|
180
|
+
state: Readonly<{}>;
|
181
|
+
refs: {
|
182
|
+
[key: string]: React.ReactInstance;
|
183
|
+
};
|
184
|
+
componentDidMount?(): void;
|
185
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
186
|
+
locale?: string | undefined;
|
187
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
188
|
+
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
189
|
+
componentWillUnmount?(): void;
|
190
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
191
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
192
|
+
locale?: string | undefined;
|
193
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
194
|
+
}>, prevState: Readonly<{}>): any;
|
195
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
196
|
+
locale?: string | undefined;
|
197
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
198
|
+
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
199
|
+
componentWillMount?(): void;
|
200
|
+
UNSAFE_componentWillMount?(): void;
|
201
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
202
|
+
locale?: string | undefined;
|
203
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
204
|
+
}>, nextContext: any): void;
|
205
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
206
|
+
locale?: string | undefined;
|
207
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
208
|
+
}>, nextContext: any): void;
|
209
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
210
|
+
locale?: string | undefined;
|
211
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
212
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
213
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
214
|
+
locale?: string | undefined;
|
215
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
216
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
217
|
+
};
|
218
|
+
new (props: Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
219
|
+
locale?: string | undefined;
|
220
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
221
|
+
}, context: any): {
|
222
|
+
render(): JSX.Element;
|
223
|
+
context: any;
|
224
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
225
|
+
locale?: string | undefined;
|
226
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
227
|
+
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
228
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
229
|
+
readonly props: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
230
|
+
locale?: string | undefined;
|
231
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
232
|
+
}> & Readonly<{
|
233
|
+
children?: React.ReactNode;
|
234
|
+
}>;
|
235
|
+
state: Readonly<{}>;
|
236
|
+
refs: {
|
237
|
+
[key: string]: React.ReactInstance;
|
238
|
+
};
|
239
|
+
componentDidMount?(): void;
|
240
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
241
|
+
locale?: string | undefined;
|
242
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
243
|
+
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
244
|
+
componentWillUnmount?(): void;
|
245
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
246
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
247
|
+
locale?: string | undefined;
|
248
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
249
|
+
}>, prevState: Readonly<{}>): any;
|
250
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
251
|
+
locale?: string | undefined;
|
252
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
253
|
+
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
254
|
+
componentWillMount?(): void;
|
255
|
+
UNSAFE_componentWillMount?(): void;
|
256
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
257
|
+
locale?: string | undefined;
|
258
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
259
|
+
}>, nextContext: any): void;
|
260
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
261
|
+
locale?: string | undefined;
|
262
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
263
|
+
}>, nextContext: any): void;
|
264
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
265
|
+
locale?: string | undefined;
|
266
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
267
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
268
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
269
|
+
locale?: string | undefined;
|
270
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
271
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
272
|
+
};
|
273
|
+
displayName: string;
|
274
|
+
contextType: React.Context<string>;
|
275
|
+
ComposedComponent: React.ComponentType<typeof SchemaEditor>;
|
276
|
+
} & import("hoist-non-react-statics").NonReactStatics<typeof SchemaEditor, {}> & {
|
277
|
+
ComposedComponent: typeof SchemaEditor;
|
278
|
+
}>;
|
279
|
+
} & import("hoist-non-react-statics").NonReactStatics<{
|
280
|
+
new (props: (Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
281
|
+
locale?: string | undefined;
|
282
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
283
|
+
}) | Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
284
|
+
locale?: string | undefined;
|
285
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
286
|
+
}>): {
|
287
|
+
render(): JSX.Element;
|
288
|
+
context: any;
|
289
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
290
|
+
locale?: string | undefined;
|
291
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
292
|
+
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
293
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
294
|
+
readonly props: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
295
|
+
locale?: string | undefined;
|
296
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
297
|
+
}> & Readonly<{
|
298
|
+
children?: React.ReactNode;
|
299
|
+
}>;
|
300
|
+
state: Readonly<{}>;
|
301
|
+
refs: {
|
302
|
+
[key: string]: React.ReactInstance;
|
303
|
+
};
|
304
|
+
componentDidMount?(): void;
|
305
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
306
|
+
locale?: string | undefined;
|
307
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
308
|
+
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
309
|
+
componentWillUnmount?(): void;
|
310
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
311
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
312
|
+
locale?: string | undefined;
|
313
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
314
|
+
}>, prevState: Readonly<{}>): any;
|
315
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
316
|
+
locale?: string | undefined;
|
317
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
318
|
+
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
319
|
+
componentWillMount?(): void;
|
320
|
+
UNSAFE_componentWillMount?(): void;
|
321
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
322
|
+
locale?: string | undefined;
|
323
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
324
|
+
}>, nextContext: any): void;
|
325
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
326
|
+
locale?: string | undefined;
|
327
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
328
|
+
}>, nextContext: any): void;
|
329
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
330
|
+
locale?: string | undefined;
|
331
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
332
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
333
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
334
|
+
locale?: string | undefined;
|
335
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
336
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
337
|
+
};
|
338
|
+
new (props: Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
339
|
+
locale?: string | undefined;
|
340
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
341
|
+
}, context: any): {
|
342
|
+
render(): JSX.Element;
|
343
|
+
context: any;
|
344
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
345
|
+
locale?: string | undefined;
|
346
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
347
|
+
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
348
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
349
|
+
readonly props: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
350
|
+
locale?: string | undefined;
|
351
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
352
|
+
}> & Readonly<{
|
353
|
+
children?: React.ReactNode;
|
354
|
+
}>;
|
355
|
+
state: Readonly<{}>;
|
356
|
+
refs: {
|
357
|
+
[key: string]: React.ReactInstance;
|
358
|
+
};
|
359
|
+
componentDidMount?(): void;
|
360
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
361
|
+
locale?: string | undefined;
|
362
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
363
|
+
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
364
|
+
componentWillUnmount?(): void;
|
365
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
366
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
367
|
+
locale?: string | undefined;
|
368
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
369
|
+
}>, prevState: Readonly<{}>): any;
|
370
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
371
|
+
locale?: string | undefined;
|
372
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
373
|
+
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
374
|
+
componentWillMount?(): void;
|
375
|
+
UNSAFE_componentWillMount?(): void;
|
376
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
377
|
+
locale?: string | undefined;
|
378
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
379
|
+
}>, nextContext: any): void;
|
380
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
381
|
+
locale?: string | undefined;
|
382
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
383
|
+
}>, nextContext: any): void;
|
384
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
385
|
+
locale?: string | undefined;
|
386
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
387
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
388
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
389
|
+
locale?: string | undefined;
|
390
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
391
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
392
|
+
};
|
393
|
+
displayName: string;
|
394
|
+
contextType: React.Context<string>;
|
395
|
+
ComposedComponent: React.ComponentType<typeof SchemaEditor>;
|
396
|
+
} & import("hoist-non-react-statics").NonReactStatics<typeof SchemaEditor, {}> & {
|
397
|
+
ComposedComponent: typeof SchemaEditor;
|
398
|
+
}, {}> & {
|
399
|
+
ComposedComponent: {
|
400
|
+
new (props: (Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
401
|
+
locale?: string | undefined;
|
402
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
403
|
+
}) | Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
404
|
+
locale?: string | undefined;
|
405
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
406
|
+
}>): {
|
407
|
+
render(): JSX.Element;
|
408
|
+
context: any;
|
409
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
410
|
+
locale?: string | undefined;
|
411
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
412
|
+
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
413
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
414
|
+
readonly props: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
415
|
+
locale?: string | undefined;
|
416
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
417
|
+
}> & Readonly<{
|
418
|
+
children?: React.ReactNode;
|
419
|
+
}>;
|
420
|
+
state: Readonly<{}>;
|
421
|
+
refs: {
|
422
|
+
[key: string]: React.ReactInstance;
|
423
|
+
};
|
424
|
+
componentDidMount?(): void;
|
425
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
426
|
+
locale?: string | undefined;
|
427
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
428
|
+
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
429
|
+
componentWillUnmount?(): void;
|
430
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
431
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
432
|
+
locale?: string | undefined;
|
433
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
434
|
+
}>, prevState: Readonly<{}>): any;
|
435
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
436
|
+
locale?: string | undefined;
|
437
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
438
|
+
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
439
|
+
componentWillMount?(): void;
|
440
|
+
UNSAFE_componentWillMount?(): void;
|
441
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
442
|
+
locale?: string | undefined;
|
443
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
444
|
+
}>, nextContext: any): void;
|
445
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
446
|
+
locale?: string | undefined;
|
447
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
448
|
+
}>, nextContext: any): void;
|
449
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
450
|
+
locale?: string | undefined;
|
451
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
452
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
453
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
454
|
+
locale?: string | undefined;
|
455
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
456
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
457
|
+
};
|
458
|
+
new (props: Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
459
|
+
locale?: string | undefined;
|
460
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
461
|
+
}, context: any): {
|
462
|
+
render(): JSX.Element;
|
463
|
+
context: any;
|
464
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
465
|
+
locale?: string | undefined;
|
466
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
467
|
+
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
468
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
469
|
+
readonly props: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
470
|
+
locale?: string | undefined;
|
471
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
472
|
+
}> & Readonly<{
|
473
|
+
children?: React.ReactNode;
|
474
|
+
}>;
|
475
|
+
state: Readonly<{}>;
|
476
|
+
refs: {
|
477
|
+
[key: string]: React.ReactInstance;
|
478
|
+
};
|
479
|
+
componentDidMount?(): void;
|
480
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
481
|
+
locale?: string | undefined;
|
482
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
483
|
+
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
484
|
+
componentWillUnmount?(): void;
|
485
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
486
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
487
|
+
locale?: string | undefined;
|
488
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
489
|
+
}>, prevState: Readonly<{}>): any;
|
490
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
491
|
+
locale?: string | undefined;
|
492
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
493
|
+
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
494
|
+
componentWillMount?(): void;
|
495
|
+
UNSAFE_componentWillMount?(): void;
|
496
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
497
|
+
locale?: string | undefined;
|
498
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
499
|
+
}>, nextContext: any): void;
|
500
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
501
|
+
locale?: string | undefined;
|
502
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
503
|
+
}>, nextContext: any): void;
|
504
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
505
|
+
locale?: string | undefined;
|
506
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
507
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
508
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "definitions" | "renderExtraProps"> & Partial<Pick<Omit<SchemaEditorProps, keyof LocaleProps>, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">> & Partial<Pick<Pick<SchemaEditorProps, "rootTypeMutable" | "showRootInfo" | "disabledTypes" | "defaultType">, never>> & {
|
509
|
+
locale?: string | undefined;
|
510
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
511
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
512
|
+
};
|
513
|
+
displayName: string;
|
514
|
+
contextType: React.Context<string>;
|
515
|
+
ComposedComponent: React.ComponentType<typeof SchemaEditor>;
|
516
|
+
} & import("hoist-non-react-statics").NonReactStatics<typeof SchemaEditor, {}> & {
|
517
|
+
ComposedComponent: typeof SchemaEditor;
|
518
|
+
};
|
519
|
+
};
|
520
|
+
export default _default;
|