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
@@ -66,7 +66,7 @@ export declare class Editor extends React.Component<EditorProps, any> {
66
66
  render(): JSX.Element;
67
67
  }
68
68
  declare const _default: {
69
- new (props: (Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
69
+ new (props: (Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
70
70
  language: string;
71
71
  editorTheme: string;
72
72
  width: string;
@@ -76,7 +76,7 @@ declare const _default: {
76
76
  }, never>> & {
77
77
  locale?: string | undefined;
78
78
  translate?: ((str: string, ...args: any[]) => string) | undefined;
79
- }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
79
+ }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
80
80
  language: string;
81
81
  editorTheme: string;
82
82
  width: string;
@@ -89,7 +89,7 @@ declare const _default: {
89
89
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>): {
90
90
  render(): JSX.Element;
91
91
  context: any;
92
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
92
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
93
93
  language: string;
94
94
  editorTheme: string;
95
95
  width: string;
@@ -101,7 +101,7 @@ declare const _default: {
101
101
  translate?: ((str: string, ...args: any[]) => string) | undefined;
102
102
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
103
103
  forceUpdate(callback?: (() => void) | undefined): void;
104
- readonly props: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
104
+ readonly props: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
105
105
  language: string;
106
106
  editorTheme: string;
107
107
  width: string;
@@ -119,7 +119,7 @@ declare const _default: {
119
119
  [key: string]: React.ReactInstance;
120
120
  };
121
121
  componentDidMount?(): void;
122
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
122
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
123
123
  language: string;
124
124
  editorTheme: string;
125
125
  width: string;
@@ -132,7 +132,7 @@ declare const _default: {
132
132
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
133
133
  componentWillUnmount?(): void;
134
134
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
135
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
135
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
136
136
  language: string;
137
137
  editorTheme: string;
138
138
  width: string;
@@ -143,7 +143,7 @@ declare const _default: {
143
143
  locale?: string | undefined;
144
144
  translate?: ((str: string, ...args: any[]) => string) | undefined;
145
145
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
146
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
146
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
147
147
  language: string;
148
148
  editorTheme: string;
149
149
  width: string;
@@ -156,7 +156,7 @@ declare const _default: {
156
156
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
157
157
  componentWillMount?(): void;
158
158
  UNSAFE_componentWillMount?(): void;
159
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
159
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
160
160
  language: string;
161
161
  editorTheme: string;
162
162
  width: string;
@@ -167,7 +167,7 @@ declare const _default: {
167
167
  locale?: string | undefined;
168
168
  translate?: ((str: string, ...args: any[]) => string) | undefined;
169
169
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
170
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
170
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
171
171
  language: string;
172
172
  editorTheme: string;
173
173
  width: string;
@@ -178,7 +178,7 @@ declare const _default: {
178
178
  locale?: string | undefined;
179
179
  translate?: ((str: string, ...args: any[]) => string) | undefined;
180
180
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
181
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
181
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
182
182
  language: string;
183
183
  editorTheme: string;
184
184
  width: string;
@@ -189,7 +189,7 @@ declare const _default: {
189
189
  locale?: string | undefined;
190
190
  translate?: ((str: string, ...args: any[]) => string) | undefined;
191
191
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
192
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
192
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
193
193
  language: string;
194
194
  editorTheme: string;
195
195
  width: string;
@@ -201,7 +201,7 @@ declare const _default: {
201
201
  translate?: ((str: string, ...args: any[]) => string) | undefined;
202
202
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
203
203
  };
204
- new (props: Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
204
+ new (props: Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
205
205
  language: string;
206
206
  editorTheme: string;
207
207
  width: string;
@@ -214,7 +214,7 @@ declare const _default: {
214
214
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
215
215
  render(): JSX.Element;
216
216
  context: any;
217
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
217
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
218
218
  language: string;
219
219
  editorTheme: string;
220
220
  width: string;
@@ -226,7 +226,7 @@ declare const _default: {
226
226
  translate?: ((str: string, ...args: any[]) => string) | undefined;
227
227
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
228
228
  forceUpdate(callback?: (() => void) | undefined): void;
229
- readonly props: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
229
+ readonly props: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
230
230
  language: string;
231
231
  editorTheme: string;
232
232
  width: string;
@@ -244,7 +244,7 @@ declare const _default: {
244
244
  [key: string]: React.ReactInstance;
245
245
  };
246
246
  componentDidMount?(): void;
247
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
247
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
248
248
  language: string;
249
249
  editorTheme: string;
250
250
  width: string;
@@ -257,7 +257,7 @@ declare const _default: {
257
257
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
258
258
  componentWillUnmount?(): void;
259
259
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
260
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
260
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
261
261
  language: string;
262
262
  editorTheme: string;
263
263
  width: string;
@@ -268,7 +268,7 @@ declare const _default: {
268
268
  locale?: string | undefined;
269
269
  translate?: ((str: string, ...args: any[]) => string) | undefined;
270
270
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
271
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
271
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
272
272
  language: string;
273
273
  editorTheme: string;
274
274
  width: string;
@@ -281,7 +281,7 @@ declare const _default: {
281
281
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
282
282
  componentWillMount?(): void;
283
283
  UNSAFE_componentWillMount?(): void;
284
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
284
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
285
285
  language: string;
286
286
  editorTheme: string;
287
287
  width: string;
@@ -292,7 +292,7 @@ declare const _default: {
292
292
  locale?: string | undefined;
293
293
  translate?: ((str: string, ...args: any[]) => string) | undefined;
294
294
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
295
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
295
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
296
296
  language: string;
297
297
  editorTheme: string;
298
298
  width: string;
@@ -303,7 +303,7 @@ declare const _default: {
303
303
  locale?: string | undefined;
304
304
  translate?: ((str: string, ...args: any[]) => string) | undefined;
305
305
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
306
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
306
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
307
307
  language: string;
308
308
  editorTheme: string;
309
309
  width: string;
@@ -314,7 +314,7 @@ declare const _default: {
314
314
  locale?: string | undefined;
315
315
  translate?: ((str: string, ...args: any[]) => string) | undefined;
316
316
  }, keyof import("../theme").ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
317
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
317
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
318
318
  language: string;
319
319
  editorTheme: string;
320
320
  width: string;
@@ -329,7 +329,7 @@ declare const _default: {
329
329
  displayName: string;
330
330
  contextType: React.Context<string>;
331
331
  ComposedComponent: React.ComponentType<{
332
- new (props: (Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
332
+ new (props: (Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
333
333
  language: string;
334
334
  editorTheme: string;
335
335
  width: string;
@@ -339,7 +339,7 @@ declare const _default: {
339
339
  }, never>> & {
340
340
  locale?: string | undefined;
341
341
  translate?: ((str: string, ...args: any[]) => string) | undefined;
342
- }) | Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
342
+ }) | Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
343
343
  language: string;
344
344
  editorTheme: string;
345
345
  width: string;
@@ -352,7 +352,7 @@ declare const _default: {
352
352
  }>): {
353
353
  render(): JSX.Element;
354
354
  context: any;
355
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
355
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
356
356
  language: string;
357
357
  editorTheme: string;
358
358
  width: string;
@@ -364,7 +364,7 @@ declare const _default: {
364
364
  translate?: ((str: string, ...args: any[]) => string) | undefined;
365
365
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
366
366
  forceUpdate(callback?: (() => void) | undefined): void;
367
- readonly props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
367
+ readonly props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
368
368
  language: string;
369
369
  editorTheme: string;
370
370
  width: string;
@@ -382,7 +382,7 @@ declare const _default: {
382
382
  [key: string]: React.ReactInstance;
383
383
  };
384
384
  componentDidMount?(): void;
385
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
385
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
386
386
  language: string;
387
387
  editorTheme: string;
388
388
  width: string;
@@ -395,7 +395,7 @@ declare const _default: {
395
395
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
396
396
  componentWillUnmount?(): void;
397
397
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
398
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
398
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
399
399
  language: string;
400
400
  editorTheme: string;
401
401
  width: string;
@@ -406,7 +406,7 @@ declare const _default: {
406
406
  locale?: string | undefined;
407
407
  translate?: ((str: string, ...args: any[]) => string) | undefined;
408
408
  }>, prevState: Readonly<{}>): any;
409
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
409
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
410
410
  language: string;
411
411
  editorTheme: string;
412
412
  width: string;
@@ -419,7 +419,7 @@ declare const _default: {
419
419
  }>, prevState: Readonly<{}>, snapshot?: any): void;
420
420
  componentWillMount?(): void;
421
421
  UNSAFE_componentWillMount?(): void;
422
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
422
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
423
423
  language: string;
424
424
  editorTheme: string;
425
425
  width: string;
@@ -430,7 +430,7 @@ declare const _default: {
430
430
  locale?: string | undefined;
431
431
  translate?: ((str: string, ...args: any[]) => string) | undefined;
432
432
  }>, nextContext: any): void;
433
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
433
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
434
434
  language: string;
435
435
  editorTheme: string;
436
436
  width: string;
@@ -441,7 +441,7 @@ declare const _default: {
441
441
  locale?: string | undefined;
442
442
  translate?: ((str: string, ...args: any[]) => string) | undefined;
443
443
  }>, nextContext: any): void;
444
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
444
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
445
445
  language: string;
446
446
  editorTheme: string;
447
447
  width: string;
@@ -452,7 +452,7 @@ declare const _default: {
452
452
  locale?: string | undefined;
453
453
  translate?: ((str: string, ...args: any[]) => string) | undefined;
454
454
  }>, nextState: Readonly<{}>, nextContext: any): void;
455
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
455
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
456
456
  language: string;
457
457
  editorTheme: string;
458
458
  width: string;
@@ -464,7 +464,7 @@ declare const _default: {
464
464
  translate?: ((str: string, ...args: any[]) => string) | undefined;
465
465
  }>, nextState: Readonly<{}>, nextContext: any): void;
466
466
  };
467
- new (props: Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
467
+ new (props: Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
468
468
  language: string;
469
469
  editorTheme: string;
470
470
  width: string;
@@ -477,7 +477,7 @@ declare const _default: {
477
477
  }, context: any): {
478
478
  render(): JSX.Element;
479
479
  context: any;
480
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
480
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
481
481
  language: string;
482
482
  editorTheme: string;
483
483
  width: string;
@@ -489,7 +489,7 @@ declare const _default: {
489
489
  translate?: ((str: string, ...args: any[]) => string) | undefined;
490
490
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
491
491
  forceUpdate(callback?: (() => void) | undefined): void;
492
- readonly props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
492
+ readonly props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
493
493
  language: string;
494
494
  editorTheme: string;
495
495
  width: string;
@@ -507,7 +507,7 @@ declare const _default: {
507
507
  [key: string]: React.ReactInstance;
508
508
  };
509
509
  componentDidMount?(): void;
510
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
510
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
511
511
  language: string;
512
512
  editorTheme: string;
513
513
  width: string;
@@ -520,7 +520,7 @@ declare const _default: {
520
520
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
521
521
  componentWillUnmount?(): void;
522
522
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
523
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
523
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
524
524
  language: string;
525
525
  editorTheme: string;
526
526
  width: string;
@@ -531,7 +531,7 @@ declare const _default: {
531
531
  locale?: string | undefined;
532
532
  translate?: ((str: string, ...args: any[]) => string) | undefined;
533
533
  }>, prevState: Readonly<{}>): any;
534
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
534
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
535
535
  language: string;
536
536
  editorTheme: string;
537
537
  width: string;
@@ -544,7 +544,7 @@ declare const _default: {
544
544
  }>, prevState: Readonly<{}>, snapshot?: any): void;
545
545
  componentWillMount?(): void;
546
546
  UNSAFE_componentWillMount?(): void;
547
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
547
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
548
548
  language: string;
549
549
  editorTheme: string;
550
550
  width: string;
@@ -555,7 +555,7 @@ declare const _default: {
555
555
  locale?: string | undefined;
556
556
  translate?: ((str: string, ...args: any[]) => string) | undefined;
557
557
  }>, nextContext: any): void;
558
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
558
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
559
559
  language: string;
560
560
  editorTheme: string;
561
561
  width: string;
@@ -566,7 +566,7 @@ declare const _default: {
566
566
  locale?: string | undefined;
567
567
  translate?: ((str: string, ...args: any[]) => string) | undefined;
568
568
  }>, nextContext: any): void;
569
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
569
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
570
570
  language: string;
571
571
  editorTheme: string;
572
572
  width: string;
@@ -577,7 +577,7 @@ declare const _default: {
577
577
  locale?: string | undefined;
578
578
  translate?: ((str: string, ...args: any[]) => string) | undefined;
579
579
  }>, nextState: Readonly<{}>, nextContext: any): void;
580
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
580
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
581
581
  language: string;
582
582
  editorTheme: string;
583
583
  width: string;
@@ -596,7 +596,7 @@ declare const _default: {
596
596
  ComposedComponent: typeof Editor;
597
597
  }>;
598
598
  } & import("hoist-non-react-statics").NonReactStatics<{
599
- new (props: (Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
599
+ new (props: (Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
600
600
  language: string;
601
601
  editorTheme: string;
602
602
  width: string;
@@ -606,7 +606,7 @@ declare const _default: {
606
606
  }, never>> & {
607
607
  locale?: string | undefined;
608
608
  translate?: ((str: string, ...args: any[]) => string) | undefined;
609
- }) | Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
609
+ }) | Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
610
610
  language: string;
611
611
  editorTheme: string;
612
612
  width: string;
@@ -619,7 +619,7 @@ declare const _default: {
619
619
  }>): {
620
620
  render(): JSX.Element;
621
621
  context: any;
622
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
622
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
623
623
  language: string;
624
624
  editorTheme: string;
625
625
  width: string;
@@ -631,7 +631,7 @@ declare const _default: {
631
631
  translate?: ((str: string, ...args: any[]) => string) | undefined;
632
632
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
633
633
  forceUpdate(callback?: (() => void) | undefined): void;
634
- readonly props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
634
+ readonly props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
635
635
  language: string;
636
636
  editorTheme: string;
637
637
  width: string;
@@ -649,7 +649,7 @@ declare const _default: {
649
649
  [key: string]: React.ReactInstance;
650
650
  };
651
651
  componentDidMount?(): void;
652
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
652
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
653
653
  language: string;
654
654
  editorTheme: string;
655
655
  width: string;
@@ -662,7 +662,7 @@ declare const _default: {
662
662
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
663
663
  componentWillUnmount?(): void;
664
664
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
665
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
665
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
666
666
  language: string;
667
667
  editorTheme: string;
668
668
  width: string;
@@ -673,7 +673,7 @@ declare const _default: {
673
673
  locale?: string | undefined;
674
674
  translate?: ((str: string, ...args: any[]) => string) | undefined;
675
675
  }>, prevState: Readonly<{}>): any;
676
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
676
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
677
677
  language: string;
678
678
  editorTheme: string;
679
679
  width: string;
@@ -686,7 +686,7 @@ declare const _default: {
686
686
  }>, prevState: Readonly<{}>, snapshot?: any): void;
687
687
  componentWillMount?(): void;
688
688
  UNSAFE_componentWillMount?(): void;
689
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
689
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
690
690
  language: string;
691
691
  editorTheme: string;
692
692
  width: string;
@@ -697,7 +697,7 @@ declare const _default: {
697
697
  locale?: string | undefined;
698
698
  translate?: ((str: string, ...args: any[]) => string) | undefined;
699
699
  }>, nextContext: any): void;
700
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
700
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
701
701
  language: string;
702
702
  editorTheme: string;
703
703
  width: string;
@@ -708,7 +708,7 @@ declare const _default: {
708
708
  locale?: string | undefined;
709
709
  translate?: ((str: string, ...args: any[]) => string) | undefined;
710
710
  }>, nextContext: any): void;
711
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
711
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
712
712
  language: string;
713
713
  editorTheme: string;
714
714
  width: string;
@@ -719,7 +719,7 @@ declare const _default: {
719
719
  locale?: string | undefined;
720
720
  translate?: ((str: string, ...args: any[]) => string) | undefined;
721
721
  }>, nextState: Readonly<{}>, nextContext: any): void;
722
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
722
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
723
723
  language: string;
724
724
  editorTheme: string;
725
725
  width: string;
@@ -731,7 +731,7 @@ declare const _default: {
731
731
  translate?: ((str: string, ...args: any[]) => string) | undefined;
732
732
  }>, nextState: Readonly<{}>, nextContext: any): void;
733
733
  };
734
- new (props: Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
734
+ new (props: Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
735
735
  language: string;
736
736
  editorTheme: string;
737
737
  width: string;
@@ -744,7 +744,7 @@ declare const _default: {
744
744
  }, context: any): {
745
745
  render(): JSX.Element;
746
746
  context: any;
747
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
747
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
748
748
  language: string;
749
749
  editorTheme: string;
750
750
  width: string;
@@ -756,7 +756,7 @@ declare const _default: {
756
756
  translate?: ((str: string, ...args: any[]) => string) | undefined;
757
757
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
758
758
  forceUpdate(callback?: (() => void) | undefined): void;
759
- readonly props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
759
+ readonly props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
760
760
  language: string;
761
761
  editorTheme: string;
762
762
  width: string;
@@ -774,7 +774,7 @@ declare const _default: {
774
774
  [key: string]: React.ReactInstance;
775
775
  };
776
776
  componentDidMount?(): void;
777
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
777
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
778
778
  language: string;
779
779
  editorTheme: string;
780
780
  width: string;
@@ -787,7 +787,7 @@ declare const _default: {
787
787
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
788
788
  componentWillUnmount?(): void;
789
789
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
790
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
790
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
791
791
  language: string;
792
792
  editorTheme: string;
793
793
  width: string;
@@ -798,7 +798,7 @@ declare const _default: {
798
798
  locale?: string | undefined;
799
799
  translate?: ((str: string, ...args: any[]) => string) | undefined;
800
800
  }>, prevState: Readonly<{}>): any;
801
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
801
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
802
802
  language: string;
803
803
  editorTheme: string;
804
804
  width: string;
@@ -811,7 +811,7 @@ declare const _default: {
811
811
  }>, prevState: Readonly<{}>, snapshot?: any): void;
812
812
  componentWillMount?(): void;
813
813
  UNSAFE_componentWillMount?(): void;
814
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
814
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
815
815
  language: string;
816
816
  editorTheme: string;
817
817
  width: string;
@@ -822,7 +822,7 @@ declare const _default: {
822
822
  locale?: string | undefined;
823
823
  translate?: ((str: string, ...args: any[]) => string) | undefined;
824
824
  }>, nextContext: any): void;
825
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
825
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
826
826
  language: string;
827
827
  editorTheme: string;
828
828
  width: string;
@@ -833,7 +833,7 @@ declare const _default: {
833
833
  locale?: string | undefined;
834
834
  translate?: ((str: string, ...args: any[]) => string) | undefined;
835
835
  }>, nextContext: any): void;
836
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
836
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
837
837
  language: string;
838
838
  editorTheme: string;
839
839
  width: string;
@@ -844,7 +844,7 @@ declare const _default: {
844
844
  locale?: string | undefined;
845
845
  translate?: ((str: string, ...args: any[]) => string) | undefined;
846
846
  }>, nextState: Readonly<{}>, nextContext: any): void;
847
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
847
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
848
848
  language: string;
849
849
  editorTheme: string;
850
850
  width: string;
@@ -863,7 +863,7 @@ declare const _default: {
863
863
  ComposedComponent: typeof Editor;
864
864
  }, {}> & {
865
865
  ComposedComponent: {
866
- new (props: (Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
866
+ new (props: (Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
867
867
  language: string;
868
868
  editorTheme: string;
869
869
  width: string;
@@ -873,7 +873,7 @@ declare const _default: {
873
873
  }, never>> & {
874
874
  locale?: string | undefined;
875
875
  translate?: ((str: string, ...args: any[]) => string) | undefined;
876
- }) | Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
876
+ }) | Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
877
877
  language: string;
878
878
  editorTheme: string;
879
879
  width: string;
@@ -886,7 +886,7 @@ declare const _default: {
886
886
  }>): {
887
887
  render(): JSX.Element;
888
888
  context: any;
889
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
889
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
890
890
  language: string;
891
891
  editorTheme: string;
892
892
  width: string;
@@ -898,7 +898,7 @@ declare const _default: {
898
898
  translate?: ((str: string, ...args: any[]) => string) | undefined;
899
899
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
900
900
  forceUpdate(callback?: (() => void) | undefined): void;
901
- readonly props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
901
+ readonly props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
902
902
  language: string;
903
903
  editorTheme: string;
904
904
  width: string;
@@ -916,7 +916,7 @@ declare const _default: {
916
916
  [key: string]: React.ReactInstance;
917
917
  };
918
918
  componentDidMount?(): void;
919
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
919
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
920
920
  language: string;
921
921
  editorTheme: string;
922
922
  width: string;
@@ -929,7 +929,7 @@ declare const _default: {
929
929
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
930
930
  componentWillUnmount?(): void;
931
931
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
932
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
932
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
933
933
  language: string;
934
934
  editorTheme: string;
935
935
  width: string;
@@ -940,7 +940,7 @@ declare const _default: {
940
940
  locale?: string | undefined;
941
941
  translate?: ((str: string, ...args: any[]) => string) | undefined;
942
942
  }>, prevState: Readonly<{}>): any;
943
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
943
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
944
944
  language: string;
945
945
  editorTheme: string;
946
946
  width: string;
@@ -953,7 +953,7 @@ declare const _default: {
953
953
  }>, prevState: Readonly<{}>, snapshot?: any): void;
954
954
  componentWillMount?(): void;
955
955
  UNSAFE_componentWillMount?(): void;
956
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
956
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
957
957
  language: string;
958
958
  editorTheme: string;
959
959
  width: string;
@@ -964,7 +964,7 @@ declare const _default: {
964
964
  locale?: string | undefined;
965
965
  translate?: ((str: string, ...args: any[]) => string) | undefined;
966
966
  }>, nextContext: any): void;
967
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
967
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
968
968
  language: string;
969
969
  editorTheme: string;
970
970
  width: string;
@@ -975,7 +975,7 @@ declare const _default: {
975
975
  locale?: string | undefined;
976
976
  translate?: ((str: string, ...args: any[]) => string) | undefined;
977
977
  }>, nextContext: any): void;
978
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
978
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
979
979
  language: string;
980
980
  editorTheme: string;
981
981
  width: string;
@@ -986,7 +986,7 @@ declare const _default: {
986
986
  locale?: string | undefined;
987
987
  translate?: ((str: string, ...args: any[]) => string) | undefined;
988
988
  }>, nextState: Readonly<{}>, nextContext: any): void;
989
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
989
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
990
990
  language: string;
991
991
  editorTheme: string;
992
992
  width: string;
@@ -998,7 +998,7 @@ declare const _default: {
998
998
  translate?: ((str: string, ...args: any[]) => string) | undefined;
999
999
  }>, nextState: Readonly<{}>, nextContext: any): void;
1000
1000
  };
1001
- new (props: Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1001
+ new (props: Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1002
1002
  language: string;
1003
1003
  editorTheme: string;
1004
1004
  width: string;
@@ -1011,7 +1011,7 @@ declare const _default: {
1011
1011
  }, context: any): {
1012
1012
  render(): JSX.Element;
1013
1013
  context: any;
1014
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1014
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1015
1015
  language: string;
1016
1016
  editorTheme: string;
1017
1017
  width: string;
@@ -1023,7 +1023,7 @@ declare const _default: {
1023
1023
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1024
1024
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1025
1025
  forceUpdate(callback?: (() => void) | undefined): void;
1026
- readonly props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1026
+ readonly props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1027
1027
  language: string;
1028
1028
  editorTheme: string;
1029
1029
  width: string;
@@ -1041,7 +1041,7 @@ declare const _default: {
1041
1041
  [key: string]: React.ReactInstance;
1042
1042
  };
1043
1043
  componentDidMount?(): void;
1044
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1044
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1045
1045
  language: string;
1046
1046
  editorTheme: string;
1047
1047
  width: string;
@@ -1054,7 +1054,7 @@ declare const _default: {
1054
1054
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1055
1055
  componentWillUnmount?(): void;
1056
1056
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1057
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1057
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1058
1058
  language: string;
1059
1059
  editorTheme: string;
1060
1060
  width: string;
@@ -1065,7 +1065,7 @@ declare const _default: {
1065
1065
  locale?: string | undefined;
1066
1066
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1067
1067
  }>, prevState: Readonly<{}>): any;
1068
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1068
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1069
1069
  language: string;
1070
1070
  editorTheme: string;
1071
1071
  width: string;
@@ -1078,7 +1078,7 @@ declare const _default: {
1078
1078
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1079
1079
  componentWillMount?(): void;
1080
1080
  UNSAFE_componentWillMount?(): void;
1081
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1081
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1082
1082
  language: string;
1083
1083
  editorTheme: string;
1084
1084
  width: string;
@@ -1089,7 +1089,7 @@ declare const _default: {
1089
1089
  locale?: string | undefined;
1090
1090
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1091
1091
  }>, nextContext: any): void;
1092
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1092
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1093
1093
  language: string;
1094
1094
  editorTheme: string;
1095
1095
  width: string;
@@ -1100,7 +1100,7 @@ declare const _default: {
1100
1100
  locale?: string | undefined;
1101
1101
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1102
1102
  }>, nextContext: any): void;
1103
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1103
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1104
1104
  language: string;
1105
1105
  editorTheme: string;
1106
1106
  width: string;
@@ -1111,7 +1111,7 @@ declare const _default: {
1111
1111
  locale?: string | undefined;
1112
1112
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1113
1113
  }>, nextState: Readonly<{}>, nextContext: any): void;
1114
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorFactory" | "editorDidMount" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1114
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "className" | "value" | "defaultValue" | "onFocus" | "onBlur" | "onChange" | "context" | "editorDidMount" | "editorFactory" | "isDiffEditor" | "editorWillMount" | "editorWillUnmount"> & Partial<Pick<Omit<EditorProps, keyof LocaleProps>, "height" | "width" | "options" | "language" | "allowFullscreen" | "editorTheme">> & Partial<Pick<{
1115
1115
  language: string;
1116
1116
  editorTheme: string;
1117
1117
  width: string;