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.
Files changed (365) hide show
  1. package/lib/Schema.d.ts +4 -2
  2. package/lib/Schema.js.map +1 -1
  3. package/lib/SchemaRenderer.d.ts +2 -2
  4. package/lib/SchemaRenderer.js +3 -3
  5. package/lib/SchemaRenderer.js.map +2 -2
  6. package/lib/actions/Action.d.ts +8 -6
  7. package/lib/actions/Action.js.map +2 -2
  8. package/lib/actions/AjaxAction.d.ts +10 -7
  9. package/lib/actions/AjaxAction.js +27 -21
  10. package/lib/actions/AjaxAction.js.map +2 -2
  11. package/lib/actions/BreakAction.d.ts +2 -2
  12. package/lib/actions/BreakAction.js.map +1 -1
  13. package/lib/actions/BroadcastAction.d.ts +3 -3
  14. package/lib/actions/BroadcastAction.js +3 -2
  15. package/lib/actions/BroadcastAction.js.map +2 -2
  16. package/lib/actions/CmptAction.d.ts +2 -2
  17. package/lib/actions/CmptAction.js +7 -9
  18. package/lib/actions/CmptAction.js.map +2 -2
  19. package/lib/actions/ContinueAction.d.ts +2 -2
  20. package/lib/actions/ContinueAction.js.map +1 -1
  21. package/lib/actions/CopyAction.d.ts +7 -4
  22. package/lib/actions/CopyAction.js +8 -6
  23. package/lib/actions/CopyAction.js.map +2 -2
  24. package/lib/actions/CustomAction.d.ts +2 -2
  25. package/lib/actions/CustomAction.js.map +1 -1
  26. package/lib/actions/DialogAction.d.ts +14 -8
  27. package/lib/actions/DialogAction.js +6 -6
  28. package/lib/actions/DialogAction.js.map +2 -2
  29. package/lib/actions/DrawerAction.d.ts +3 -3
  30. package/lib/actions/DrawerAction.js.map +1 -1
  31. package/lib/actions/EmailAction.d.ts +10 -7
  32. package/lib/actions/EmailAction.js +4 -5
  33. package/lib/actions/EmailAction.js.map +2 -2
  34. package/lib/actions/LinkAction.d.ts +19 -11
  35. package/lib/actions/LinkAction.js +6 -5
  36. package/lib/actions/LinkAction.js.map +2 -2
  37. package/lib/actions/LoopAction.d.ts +6 -3
  38. package/lib/actions/LoopAction.js +22 -20
  39. package/lib/actions/LoopAction.js.map +2 -2
  40. package/lib/actions/PageAction.d.ts +8 -5
  41. package/lib/actions/PageAction.js +3 -2
  42. package/lib/actions/PageAction.js.map +2 -2
  43. package/lib/actions/ParallelAction.d.ts +2 -2
  44. package/lib/actions/ParallelAction.js.map +1 -1
  45. package/lib/actions/SwitchAction.d.ts +2 -2
  46. package/lib/actions/SwitchAction.js.map +1 -1
  47. package/lib/actions/ToastAction.d.ts +2 -2
  48. package/lib/actions/ToastAction.js +6 -4
  49. package/lib/actions/ToastAction.js.map +2 -2
  50. package/lib/components/Editor.d.ts +84 -84
  51. package/lib/components/InputBox.js +1 -1
  52. package/lib/components/InputBox.js.map +2 -2
  53. package/lib/components/Pagination.d.ts +1175 -0
  54. package/lib/components/Pagination.js +274 -0
  55. package/lib/components/Pagination.js.map +13 -0
  56. package/lib/components/PickerContainer.d.ts +1 -0
  57. package/lib/components/PickerContainer.js +3 -2
  58. package/lib/components/PickerContainer.js.map +2 -2
  59. package/lib/components/Rating.js +11 -9
  60. package/lib/components/Rating.js.map +2 -2
  61. package/lib/components/Select.js +3 -3
  62. package/lib/components/Select.js.map +2 -2
  63. package/lib/components/Tag.d.ts +148 -0
  64. package/lib/components/Tag.js +96 -0
  65. package/lib/components/Tag.js.map +13 -0
  66. package/lib/components/TooltipWrapper.d.ts +25 -21
  67. package/lib/components/TooltipWrapper.js +11 -1
  68. package/lib/components/TooltipWrapper.js.map +2 -2
  69. package/lib/components/TransferDropDown.d.ts +85 -84
  70. package/lib/components/TransferDropDown.js +2 -2
  71. package/lib/components/TransferDropDown.js.map +2 -2
  72. package/lib/components/Tree.d.ts +84 -84
  73. package/lib/components/formula/VariableList.d.ts +1 -0
  74. package/lib/components/formula/VariableList.js.map +2 -2
  75. package/lib/components/icons.js +2 -0
  76. package/lib/components/icons.js.map +2 -2
  77. package/lib/components/index.d.ts +4 -1
  78. package/lib/components/index.js +7 -1
  79. package/lib/components/index.js.map +2 -2
  80. package/lib/components/schema-editor/Array.d.ts +11 -0
  81. package/lib/components/schema-editor/Array.js +66 -0
  82. package/lib/components/schema-editor/Array.js.map +13 -0
  83. package/lib/components/schema-editor/Common.d.ts +29 -0
  84. package/lib/components/schema-editor/Common.js +69 -0
  85. package/lib/components/schema-editor/Common.js.map +13 -0
  86. package/lib/components/schema-editor/Item.d.ts +9 -0
  87. package/lib/components/schema-editor/Item.js +31 -0
  88. package/lib/components/schema-editor/Item.js.map +13 -0
  89. package/lib/components/schema-editor/Object.d.ts +44 -0
  90. package/lib/components/schema-editor/Object.js +191 -0
  91. package/lib/components/schema-editor/Object.js.map +13 -0
  92. package/lib/components/schema-editor/SchemaVariableList.d.ts +316 -0
  93. package/lib/components/schema-editor/SchemaVariableList.js +74 -0
  94. package/lib/components/schema-editor/SchemaVariableList.js.map +13 -0
  95. package/lib/components/schema-editor/SchemaVariableListPicker.d.ts +305 -0
  96. package/lib/components/schema-editor/SchemaVariableListPicker.js +32 -0
  97. package/lib/components/schema-editor/SchemaVariableListPicker.js.map +13 -0
  98. package/lib/components/schema-editor/index.d.ts +520 -0
  99. package/lib/components/schema-editor/index.js +118 -0
  100. package/lib/components/schema-editor/index.js.map +13 -0
  101. package/lib/components/table/Cell.d.ts +930 -0
  102. package/lib/components/table/Cell.js +36 -0
  103. package/lib/components/table/Cell.js.map +13 -0
  104. package/lib/components/table/HeadCellDropDown.d.ts +514 -0
  105. package/lib/components/table/HeadCellDropDown.js +52 -0
  106. package/lib/components/table/HeadCellDropDown.js.map +13 -0
  107. package/lib/components/table/HeadCellFilter.d.ts +771 -0
  108. package/lib/components/table/HeadCellFilter.js +106 -0
  109. package/lib/components/table/HeadCellFilter.js.map +13 -0
  110. package/lib/components/table/HeadCellSelect.d.ts +672 -0
  111. package/lib/components/table/HeadCellSelect.js +46 -0
  112. package/lib/components/table/HeadCellSelect.js.map +13 -0
  113. package/lib/components/table/HeadCellSort.d.ts +498 -0
  114. package/lib/components/table/HeadCellSort.js +67 -0
  115. package/lib/components/table/HeadCellSort.js.map +13 -0
  116. package/lib/components/table/index.d.ts +1355 -0
  117. package/lib/components/table/index.js +1095 -0
  118. package/lib/components/table/index.js.map +13 -0
  119. package/lib/env.d.ts +2 -4
  120. package/lib/env.js.map +2 -2
  121. package/lib/factory.js +0 -95
  122. package/lib/factory.js.map +2 -2
  123. package/lib/icons/dot.js +11 -0
  124. package/lib/index.d.ts +6 -1
  125. package/lib/index.js +9 -2
  126. package/lib/index.js.map +2 -2
  127. package/lib/locale/de-DE.js +18 -1
  128. package/lib/locale/de-DE.js.map +2 -2
  129. package/lib/locale/en-US.js +18 -1
  130. package/lib/locale/en-US.js.map +2 -2
  131. package/lib/locale/zh-CN.js +20 -1
  132. package/lib/locale/zh-CN.js.map +2 -2
  133. package/lib/renderers/Action.js +0 -2
  134. package/lib/renderers/Action.js.map +2 -2
  135. package/lib/renderers/Carousel.d.ts +5 -1
  136. package/lib/renderers/Carousel.js +18 -5
  137. package/lib/renderers/Carousel.js.map +2 -2
  138. package/lib/renderers/Form/ButtonGroupSelect.d.ts +2 -0
  139. package/lib/renderers/Form/ButtonGroupSelect.js +7 -0
  140. package/lib/renderers/Form/ButtonGroupSelect.js.map +2 -2
  141. package/lib/renderers/Form/Checkbox.js +3 -4
  142. package/lib/renderers/Form/Checkbox.js.map +2 -2
  143. package/lib/renderers/Form/Checkboxes.d.ts +2 -1
  144. package/lib/renderers/Form/Checkboxes.js +19 -14
  145. package/lib/renderers/Form/Checkboxes.js.map +2 -2
  146. package/lib/renderers/Form/Combo.js +23 -4
  147. package/lib/renderers/Form/Combo.js.map +2 -2
  148. package/lib/renderers/Form/DiffEditor.d.ts +126 -18
  149. package/lib/renderers/Form/Editor.d.ts +412 -112
  150. package/lib/renderers/Form/Editor.js +10 -1
  151. package/lib/renderers/Form/Editor.js.map +2 -2
  152. package/lib/renderers/Form/InputExcel.js +6 -1
  153. package/lib/renderers/Form/InputExcel.js.map +2 -2
  154. package/lib/renderers/Form/InputFile.js +1 -2
  155. package/lib/renderers/Form/InputFile.js.map +2 -2
  156. package/lib/renderers/Form/InputTree.js +1 -1
  157. package/lib/renderers/Form/InputTree.js.map +2 -2
  158. package/lib/renderers/Form/Item.d.ts +0 -6
  159. package/lib/renderers/Form/JSONSchemaEditor.d.ts +41 -0
  160. package/lib/renderers/Form/JSONSchemaEditor.js +33 -0
  161. package/lib/renderers/Form/JSONSchemaEditor.js.map +13 -0
  162. package/lib/renderers/Form/ListSelect.d.ts +2 -0
  163. package/lib/renderers/Form/ListSelect.js +7 -0
  164. package/lib/renderers/Form/ListSelect.js.map +2 -2
  165. package/lib/renderers/Form/Options.js +1 -0
  166. package/lib/renderers/Form/Options.js.map +2 -2
  167. package/lib/renderers/Form/Select.js +12 -1
  168. package/lib/renderers/Form/Select.js.map +2 -2
  169. package/lib/renderers/Form/TabsTransfer.d.ts +1 -1
  170. package/lib/renderers/Form/TabsTransfer.js +2 -2
  171. package/lib/renderers/Form/TabsTransfer.js.map +2 -2
  172. package/lib/renderers/Form/TreeSelect.d.ts +4 -0
  173. package/lib/renderers/Form/TreeSelect.js +2 -2
  174. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  175. package/lib/renderers/Form/wrapControl.js +10 -5
  176. package/lib/renderers/Form/wrapControl.js.map +2 -2
  177. package/lib/renderers/Pagination.d.ts +49 -30
  178. package/lib/renderers/Pagination.js +3 -132
  179. package/lib/renderers/Pagination.js.map +2 -2
  180. package/lib/renderers/Table/HeadCellSearchDropdown.js +0 -1
  181. package/lib/renderers/Table/HeadCellSearchDropdown.js.map +2 -2
  182. package/lib/renderers/Table-v2/HeadCellSearchDropdown.d.ts +29 -0
  183. package/lib/renderers/Table-v2/HeadCellSearchDropdown.js +158 -0
  184. package/lib/renderers/Table-v2/HeadCellSearchDropdown.js.map +13 -0
  185. package/lib/renderers/Table-v2/TableCell.d.ts +6 -0
  186. package/lib/renderers/Table-v2/TableCell.js +28 -0
  187. package/lib/renderers/Table-v2/TableCell.js.map +13 -0
  188. package/lib/renderers/Table-v2/index.d.ts +256 -0
  189. package/lib/renderers/Table-v2/index.js +548 -0
  190. package/lib/renderers/Table-v2/index.js.map +13 -0
  191. package/lib/renderers/Tabs.js +1 -1
  192. package/lib/renderers/Tabs.js.map +2 -2
  193. package/lib/renderers/Tag.d.ts +66 -0
  194. package/lib/renderers/Tag.js +53 -0
  195. package/lib/renderers/Tag.js.map +13 -0
  196. package/lib/renderers/Wizard.js +3 -3
  197. package/lib/renderers/Wizard.js.map +2 -2
  198. package/lib/schemaExtend.js +24 -30
  199. package/lib/schemaExtend.js.map +2 -2
  200. package/lib/store/combo.d.ts +140 -20
  201. package/lib/store/form.d.ts +56 -8
  202. package/lib/store/formItem.d.ts +3 -1
  203. package/lib/store/formItem.js +3 -1
  204. package/lib/store/formItem.js.map +2 -2
  205. package/lib/store/index.js +2 -0
  206. package/lib/store/index.js.map +2 -2
  207. package/lib/store/table-v2.d.ts +308 -0
  208. package/lib/store/table-v2.js +452 -0
  209. package/lib/store/table-v2.js.map +13 -0
  210. package/lib/store/table.d.ts +112 -16
  211. package/lib/store/table.js +1 -1
  212. package/lib/store/table.js.map +2 -2
  213. package/lib/themes/ang-ie11.css +1686 -120
  214. package/lib/themes/ang.css +1807 -208
  215. package/lib/themes/ang.css.map +1 -1
  216. package/lib/themes/antd-ie11.css +1667 -101
  217. package/lib/themes/antd.css +1789 -201
  218. package/lib/themes/antd.css.map +1 -1
  219. package/lib/themes/cxd-ie11.css +1662 -97
  220. package/lib/themes/cxd.css +1983 -394
  221. package/lib/themes/cxd.css.map +1 -1
  222. package/lib/themes/dark-ie11.css +1667 -101
  223. package/lib/themes/dark.css +1789 -201
  224. package/lib/themes/dark.css.map +1 -1
  225. package/lib/themes/default-ie11.css +1662 -97
  226. package/lib/themes/default.css +1983 -394
  227. package/lib/themes/default.css.map +1 -1
  228. package/lib/utils/DataSchema.d.ts +25 -0
  229. package/lib/utils/DataSchema.js +104 -0
  230. package/lib/utils/DataSchema.js.map +13 -0
  231. package/lib/utils/DataScope.d.ts +23 -0
  232. package/lib/utils/DataScope.js +140 -0
  233. package/lib/utils/DataScope.js.map +13 -0
  234. package/lib/utils/handleAction.js +1 -1
  235. package/lib/utils/handleAction.js.map +2 -2
  236. package/lib/utils/renderer-event.d.ts +8 -2
  237. package/lib/utils/renderer-event.js +102 -1
  238. package/lib/utils/renderer-event.js.map +2 -2
  239. package/package.json +3 -2
  240. package/schema.json +1476 -469
  241. package/scss/_properties.scss +69 -0
  242. package/scss/components/_button.scss +37 -39
  243. package/scss/components/_context-menu.scss +3 -18
  244. package/scss/components/_json-schema-editor.scss +126 -0
  245. package/scss/components/_pagination.scss +104 -23
  246. package/scss/components/_result-box.scss +2 -2
  247. package/scss/components/_table-v2.scss +912 -0
  248. package/scss/components/_tag.scss +177 -0
  249. package/scss/components/form/_selection.scss +1 -14
  250. package/scss/components/form/_text.scss +1 -1
  251. package/scss/themes/_antd-variables.scss +0 -13
  252. package/scss/themes/_common.scss +3 -0
  253. package/scss/themes/_cxd-variables.scss +7 -17
  254. package/scss/themes/_dark-variables.scss +0 -13
  255. package/scss/themes/cxd.scss +1 -1
  256. package/sdk/ang-ie11.css +2240 -227
  257. package/sdk/ang.css +2905 -859
  258. package/sdk/antd-ie11.css +2233 -220
  259. package/sdk/antd.css +2905 -870
  260. package/sdk/barcode.js +51 -51
  261. package/sdk/charts.js +14 -14
  262. package/sdk/codemirror.js +7 -7
  263. package/sdk/color-picker.js +65 -65
  264. package/sdk/cropperjs.js +2 -2
  265. package/sdk/cxd-ie11.css +2223 -211
  266. package/sdk/cxd.css +2911 -875
  267. package/sdk/dark-ie11.css +2233 -220
  268. package/sdk/dark.css +2905 -870
  269. package/sdk/exceljs.js +1 -1
  270. package/sdk/locale/de-DE.js +18 -1
  271. package/sdk/markdown.js +69 -69
  272. package/sdk/papaparse.js +1 -1
  273. package/sdk/renderers/Form/CityDB.js +1 -1
  274. package/sdk/rest.js +16 -16
  275. package/sdk/rich-text.js +62 -62
  276. package/sdk/sdk-ie11.css +2223 -211
  277. package/sdk/sdk.css +2911 -875
  278. package/sdk/sdk.js +1326 -1270
  279. package/sdk/thirds/hls.js/hls.js +1 -1
  280. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  281. package/sdk/tinymce.js +57 -57
  282. package/src/Schema.ts +7 -0
  283. package/src/SchemaRenderer.tsx +4 -5
  284. package/src/actions/Action.ts +7 -6
  285. package/src/actions/AjaxAction.ts +33 -24
  286. package/src/actions/BreakAction.ts +2 -2
  287. package/src/actions/BroadcastAction.ts +6 -5
  288. package/src/actions/CmptAction.ts +5 -6
  289. package/src/actions/ContinueAction.ts +2 -2
  290. package/src/actions/CopyAction.ts +14 -8
  291. package/src/actions/CustomAction.ts +2 -2
  292. package/src/actions/DialogAction.ts +16 -10
  293. package/src/actions/DrawerAction.ts +3 -3
  294. package/src/actions/EmailAction.ts +12 -12
  295. package/src/actions/LinkAction.ts +34 -14
  296. package/src/actions/LoopAction.ts +13 -8
  297. package/src/actions/PageAction.ts +9 -6
  298. package/src/actions/ParallelAction.ts +2 -2
  299. package/src/actions/SwitchAction.ts +2 -2
  300. package/src/actions/ToastAction.ts +9 -5
  301. package/src/components/InputBox.tsx +1 -0
  302. package/src/components/Pagination.tsx +446 -0
  303. package/src/components/PickerContainer.tsx +8 -5
  304. package/src/components/Rating.tsx +16 -9
  305. package/src/components/Select.tsx +3 -3
  306. package/src/components/Tag.tsx +179 -0
  307. package/src/components/TooltipWrapper.tsx +14 -1
  308. package/src/components/TransferDropDown.tsx +3 -0
  309. package/src/components/formula/VariableList.tsx +1 -0
  310. package/src/components/icons.tsx +2 -0
  311. package/src/components/index.tsx +7 -1
  312. package/src/components/schema-editor/Array.tsx +95 -0
  313. package/src/components/schema-editor/Common.tsx +138 -0
  314. package/src/components/schema-editor/Item.tsx +36 -0
  315. package/src/components/schema-editor/Object.tsx +299 -0
  316. package/src/components/schema-editor/SchemaVariableList.tsx +97 -0
  317. package/src/components/schema-editor/SchemaVariableListPicker.tsx +66 -0
  318. package/src/components/schema-editor/index.tsx +211 -0
  319. package/src/components/table/Cell.tsx +70 -0
  320. package/src/components/table/HeadCellDropDown.tsx +115 -0
  321. package/src/components/table/HeadCellFilter.tsx +193 -0
  322. package/src/components/table/HeadCellSelect.tsx +86 -0
  323. package/src/components/table/HeadCellSort.tsx +102 -0
  324. package/src/components/table/index.tsx +1681 -0
  325. package/src/env.tsx +7 -14
  326. package/src/factory.tsx +3 -106
  327. package/src/icons/dot.svg +11 -0
  328. package/src/index.tsx +8 -1
  329. package/src/locale/de-DE.ts +18 -1
  330. package/src/locale/en-US.ts +18 -1
  331. package/src/locale/zh-CN.ts +20 -1
  332. package/src/renderers/Action.tsx +1 -1
  333. package/src/renderers/Carousel.tsx +21 -6
  334. package/src/renderers/Form/ButtonGroupSelect.tsx +10 -1
  335. package/src/renderers/Form/Checkbox.tsx +4 -4
  336. package/src/renderers/Form/Checkboxes.tsx +31 -25
  337. package/src/renderers/Form/Combo.tsx +20 -4
  338. package/src/renderers/Form/Editor.tsx +15 -1
  339. package/src/renderers/Form/InputExcel.tsx +6 -1
  340. package/src/renderers/Form/InputFile.tsx +1 -2
  341. package/src/renderers/Form/InputTree.tsx +1 -1
  342. package/src/renderers/Form/JSONSchemaEditor.tsx +67 -0
  343. package/src/renderers/Form/ListSelect.tsx +9 -1
  344. package/src/renderers/Form/Options.tsx +1 -1
  345. package/src/renderers/Form/Select.tsx +7 -0
  346. package/src/renderers/Form/TabsTransfer.tsx +2 -2
  347. package/src/renderers/Form/TreeSelect.tsx +8 -1
  348. package/src/renderers/Form/wrapControl.tsx +11 -5
  349. package/src/renderers/Pagination.tsx +65 -253
  350. package/src/renderers/Table/HeadCellSearchDropdown.tsx +0 -1
  351. package/src/renderers/Table-v2/HeadCellSearchDropdown.tsx +244 -0
  352. package/src/renderers/Table-v2/TableCell.tsx +19 -0
  353. package/src/renderers/Table-v2/index.tsx +1140 -0
  354. package/src/renderers/Tabs.tsx +1 -1
  355. package/src/renderers/Tag.tsx +128 -0
  356. package/src/renderers/Wizard.tsx +3 -3
  357. package/src/schemaExtend.ts +24 -28
  358. package/src/store/formItem.ts +5 -1
  359. package/src/store/index.ts +2 -0
  360. package/src/store/table-v2.ts +646 -0
  361. package/src/store/table.ts +1 -1
  362. package/src/utils/DataSchema.ts +131 -0
  363. package/src/utils/DataScope.ts +190 -0
  364. package/src/utils/handleAction.ts +1 -1
  365. 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;