amis-core 2.6.0 → 2.7.0

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 (451) hide show
  1. package/package.json +2 -2
  2. package/esm/Root.d.ts +0 -46
  3. package/esm/Root.js +0 -89
  4. package/esm/RootRenderer.d.ts +0 -27
  5. package/esm/RootRenderer.js +0 -279
  6. package/esm/SchemaRenderer.d.ts +0 -37
  7. package/esm/SchemaRenderer.js +0 -332
  8. package/esm/Scoped.d.ts +0 -38
  9. package/esm/Scoped.js +0 -262
  10. package/esm/WithRootStore.d.ts +0 -719
  11. package/esm/WithRootStore.js +0 -34
  12. package/esm/WithStore.d.ts +0 -5
  13. package/esm/WithStore.js +0 -181
  14. package/esm/actions/Action.d.ts +0 -40
  15. package/esm/actions/Action.js +0 -186
  16. package/esm/actions/AjaxAction.d.ts +0 -27
  17. package/esm/actions/AjaxAction.js +0 -96
  18. package/esm/actions/BreakAction.d.ts +0 -15
  19. package/esm/actions/BreakAction.js +0 -31
  20. package/esm/actions/BroadcastAction.d.ts +0 -19
  21. package/esm/actions/BroadcastAction.js +0 -46
  22. package/esm/actions/CmptAction.d.ts +0 -21
  23. package/esm/actions/CmptAction.js +0 -66
  24. package/esm/actions/ContinueAction.d.ts +0 -15
  25. package/esm/actions/ContinueAction.js +0 -31
  26. package/esm/actions/CopyAction.d.ts +0 -20
  27. package/esm/actions/CopyAction.js +0 -39
  28. package/esm/actions/CustomAction.d.ts +0 -22
  29. package/esm/actions/CustomAction.js +0 -74
  30. package/esm/actions/DialogAction.d.ts +0 -60
  31. package/esm/actions/DialogAction.js +0 -101
  32. package/esm/actions/DrawerAction.d.ts +0 -33
  33. package/esm/actions/DrawerAction.js +0 -65
  34. package/esm/actions/EmailAction.d.ts +0 -23
  35. package/esm/actions/EmailAction.js +0 -39
  36. package/esm/actions/LinkAction.d.ts +0 -24
  37. package/esm/actions/LinkAction.js +0 -43
  38. package/esm/actions/LoopAction.d.ts +0 -19
  39. package/esm/actions/LoopAction.js +0 -103
  40. package/esm/actions/PageAction.d.ts +0 -39
  41. package/esm/actions/PageAction.js +0 -74
  42. package/esm/actions/ParallelAction.d.ts +0 -8
  43. package/esm/actions/ParallelAction.js +0 -36
  44. package/esm/actions/SwitchAction.d.ts +0 -11
  45. package/esm/actions/SwitchAction.js +0 -48
  46. package/esm/actions/ToastAction.d.ts +0 -19
  47. package/esm/actions/ToastAction.js +0 -31
  48. package/esm/actions/index.d.ts +0 -20
  49. package/esm/components/LazyComponent.d.ts +0 -32
  50. package/esm/components/LazyComponent.js +0 -90
  51. package/esm/components/Overlay.d.ts +0 -44
  52. package/esm/components/Overlay.js +0 -255
  53. package/esm/components/PopOver.d.ts +0 -90
  54. package/esm/components/PopOver.js +0 -120
  55. package/esm/env.d.ts +0 -176
  56. package/esm/env.js +0 -12
  57. package/esm/envOverwrite.d.ts +0 -4
  58. package/esm/envOverwrite.js +0 -39
  59. package/esm/factory.d.ts +0 -85
  60. package/esm/factory.js +0 -301
  61. package/esm/index.d.ts +0 -44
  62. package/esm/index.js +0 -174
  63. package/esm/locale.d.ts +0 -84
  64. package/esm/locale.js +0 -117
  65. package/esm/renderers/Form.d.ts +0 -389
  66. package/esm/renderers/Form.js +0 -1221
  67. package/esm/renderers/Item.d.ts +0 -906
  68. package/esm/renderers/Item.js +0 -863
  69. package/esm/renderers/Options.d.ts +0 -158
  70. package/esm/renderers/Options.js +0 -908
  71. package/esm/renderers/Placeholder.d.ts +0 -6
  72. package/esm/renderers/Placeholder.js +0 -23
  73. package/esm/renderers/builtin.d.ts +0 -1
  74. package/esm/renderers/builtin.js +0 -25
  75. package/esm/renderers/register.d.ts +0 -6
  76. package/esm/renderers/register.js +0 -79
  77. package/esm/renderers/wrapControl.d.ts +0 -437
  78. package/esm/renderers/wrapControl.js +0 -509
  79. package/esm/store/app.d.ts +0 -92
  80. package/esm/store/app.js +0 -189
  81. package/esm/store/combo.d.ts +0 -10223
  82. package/esm/store/combo.js +0 -149
  83. package/esm/store/crud.d.ts +0 -128
  84. package/esm/store/crud.js +0 -447
  85. package/esm/store/form.d.ts +0 -4252
  86. package/esm/store/form.js +0 -650
  87. package/esm/store/formItem.d.ts +0 -133
  88. package/esm/store/formItem.js +0 -847
  89. package/esm/store/iRenderer.d.ts +0 -46
  90. package/esm/store/iRenderer.js +0 -185
  91. package/esm/store/index.d.ts +0 -125
  92. package/esm/store/index.js +0 -90
  93. package/esm/store/list.d.ts +0 -272
  94. package/esm/store/list.js +0 -246
  95. package/esm/store/manager.d.ts +0 -115
  96. package/esm/store/manager.js +0 -49
  97. package/esm/store/modal.d.ts +0 -84
  98. package/esm/store/modal.js +0 -50
  99. package/esm/store/node.d.ts +0 -22
  100. package/esm/store/node.js +0 -89
  101. package/esm/store/pagination.d.ts +0 -58
  102. package/esm/store/pagination.js +0 -56
  103. package/esm/store/root.d.ts +0 -85
  104. package/esm/store/root.js +0 -53
  105. package/esm/store/service.d.ts +0 -71
  106. package/esm/store/service.js +0 -411
  107. package/esm/store/table.d.ts +0 -10085
  108. package/esm/store/table.js +0 -1136
  109. package/esm/store/table2.d.ts +0 -474
  110. package/esm/store/table2.js +0 -560
  111. package/esm/theme.d.ts +0 -89
  112. package/esm/theme.js +0 -127
  113. package/esm/types.d.ts +0 -489
  114. package/esm/utils/Animation.d.ts +0 -22
  115. package/esm/utils/Animation.js +0 -285
  116. package/esm/utils/ColorScale.d.ts +0 -19
  117. package/esm/utils/ColorScale.js +0 -100
  118. package/esm/utils/DataSchema.d.ts +0 -25
  119. package/esm/utils/DataSchema.js +0 -112
  120. package/esm/utils/DataScope.d.ts +0 -26
  121. package/esm/utils/DataScope.js +0 -158
  122. package/esm/utils/RootClose.d.ts +0 -4
  123. package/esm/utils/RootClose.js +0 -22
  124. package/esm/utils/SimpleMap.d.ts +0 -8
  125. package/esm/utils/SimpleMap.js +0 -37
  126. package/esm/utils/api.d.ts +0 -34
  127. package/esm/utils/api.js +0 -595
  128. package/esm/utils/attachmentAdpator.d.ts +0 -8
  129. package/esm/utils/attachmentAdpator.js +0 -86
  130. package/esm/utils/autobind.d.ts +0 -7
  131. package/esm/utils/autobind.js +0 -89
  132. package/esm/utils/columnsSplit.d.ts +0 -1
  133. package/esm/utils/columnsSplit.js +0 -42
  134. package/esm/utils/dataMapping.d.ts +0 -9
  135. package/esm/utils/dataMapping.js +0 -141
  136. package/esm/utils/date.d.ts +0 -4
  137. package/esm/utils/date.js +0 -80
  138. package/esm/utils/debug.d.ts +0 -29
  139. package/esm/utils/debug.js +0 -379
  140. package/esm/utils/decodeEntity.d.ts +0 -5
  141. package/esm/utils/decodeEntity.js +0 -16
  142. package/esm/utils/dom.d.ts +0 -13
  143. package/esm/utils/dom.js +0 -188
  144. package/esm/utils/errors.d.ts +0 -6
  145. package/esm/utils/errors.js +0 -19
  146. package/esm/utils/escapeHtml.d.ts +0 -1
  147. package/esm/utils/escapeHtml.js +0 -20
  148. package/esm/utils/filter-schema.d.ts +0 -13
  149. package/esm/utils/filter-schema.js +0 -68
  150. package/esm/utils/filter.d.ts +0 -1
  151. package/esm/utils/filter.js +0 -493
  152. package/esm/utils/formatDuration.d.ts +0 -1
  153. package/esm/utils/formatDuration.js +0 -23
  154. package/esm/utils/formula.d.ts +0 -16
  155. package/esm/utils/formula.js +0 -219
  156. package/esm/utils/getVariable.d.ts +0 -3
  157. package/esm/utils/getVariable.js +0 -25
  158. package/esm/utils/grammar.d.ts +0 -4
  159. package/esm/utils/grammar.js +0 -50
  160. package/esm/utils/handleAction.d.ts +0 -7
  161. package/esm/utils/handleAction.js +0 -34
  162. package/esm/utils/helper.d.ts +0 -323
  163. package/esm/utils/helper.js +0 -1261
  164. package/esm/utils/highlight.d.ts +0 -1
  165. package/esm/utils/highlight.js +0 -44
  166. package/esm/utils/icon.d.ts +0 -16
  167. package/esm/utils/icon.js +0 -35
  168. package/esm/utils/image.d.ts +0 -18
  169. package/esm/utils/image.js +0 -47
  170. package/esm/utils/index.d.ts +0 -55
  171. package/esm/utils/isPureVariable.d.ts +0 -1
  172. package/esm/utils/isPureVariable.js +0 -22
  173. package/esm/utils/json-schema-2-amis-schema.d.ts +0 -6
  174. package/esm/utils/json-schema-2-amis-schema.js +0 -56
  175. package/esm/utils/keyToPath.d.ts +0 -6
  176. package/esm/utils/keyToPath.js +0 -30
  177. package/esm/utils/makeSorter.d.ts +0 -1
  178. package/esm/utils/makeSorter.js +0 -26
  179. package/esm/utils/normalizeLink.d.ts +0 -1
  180. package/esm/utils/normalizeLink.js +0 -43
  181. package/esm/utils/normalizeOptions.d.ts +0 -7
  182. package/esm/utils/normalizeOptions.js +0 -84
  183. package/esm/utils/object.d.ts +0 -15
  184. package/esm/utils/object.js +0 -142
  185. package/esm/utils/offset.d.ts +0 -15
  186. package/esm/utils/offset.js +0 -32
  187. package/esm/utils/offsetParent.d.ts +0 -5
  188. package/esm/utils/offsetParent.js +0 -23
  189. package/esm/utils/optionValueCompare.d.ts +0 -3
  190. package/esm/utils/optionValueCompare.js +0 -25
  191. package/esm/utils/position.d.ts +0 -26
  192. package/esm/utils/position.js +0 -54
  193. package/esm/utils/prettyBytes.d.ts +0 -1
  194. package/esm/utils/prettyBytes.js +0 -25
  195. package/esm/utils/renderer-event.d.ts +0 -62
  196. package/esm/utils/renderer-event.js +0 -206
  197. package/esm/utils/replaceText.d.ts +0 -3
  198. package/esm/utils/replaceText.js +0 -38
  199. package/esm/utils/resize-sensor.d.ts +0 -6
  200. package/esm/utils/resize-sensor.js +0 -172
  201. package/esm/utils/resolveVariable.d.ts +0 -1
  202. package/esm/utils/resolveVariable.js +0 -35
  203. package/esm/utils/resolveVariableAndFilter.d.ts +0 -1
  204. package/esm/utils/resolveVariableAndFilter.js +0 -33
  205. package/esm/utils/scrollPosition.d.ts +0 -16
  206. package/esm/utils/scrollPosition.js +0 -33
  207. package/esm/utils/string2regExp.d.ts +0 -1
  208. package/esm/utils/string2regExp.js +0 -14
  209. package/esm/utils/stripNumber.d.ts +0 -1
  210. package/esm/utils/stripNumber.js +0 -16
  211. package/esm/utils/style.d.ts +0 -10
  212. package/esm/utils/style.js +0 -58
  213. package/esm/utils/toNumber.d.ts +0 -7
  214. package/esm/utils/toNumber.js +0 -18
  215. package/esm/utils/tokenize.d.ts +0 -1
  216. package/esm/utils/tokenize.js +0 -29
  217. package/esm/utils/tpl-builtin.d.ts +0 -18
  218. package/esm/utils/tpl-builtin.js +0 -59
  219. package/esm/utils/tpl-lodash.d.ts +0 -4
  220. package/esm/utils/tpl-lodash.js +0 -62
  221. package/esm/utils/tpl.d.ts +0 -11
  222. package/esm/utils/tpl.js +0 -131
  223. package/esm/utils/uncontrollable.d.ts +0 -4
  224. package/esm/utils/uncontrollable.js +0 -14
  225. package/esm/utils/validations.d.ts +0 -39
  226. package/esm/utils/validations.js +0 -440
  227. package/lib/Root.d.ts +0 -46
  228. package/lib/Root.js +0 -102
  229. package/lib/RootRenderer.d.ts +0 -27
  230. package/lib/RootRenderer.js +0 -290
  231. package/lib/SchemaRenderer.d.ts +0 -37
  232. package/lib/SchemaRenderer.js +0 -342
  233. package/lib/Scoped.d.ts +0 -38
  234. package/lib/Scoped.js +0 -274
  235. package/lib/WithRootStore.d.ts +0 -719
  236. package/lib/WithRootStore.js +0 -44
  237. package/lib/WithStore.d.ts +0 -5
  238. package/lib/WithStore.js +0 -190
  239. package/lib/actions/Action.d.ts +0 -40
  240. package/lib/actions/Action.js +0 -197
  241. package/lib/actions/AjaxAction.d.ts +0 -27
  242. package/lib/actions/AjaxAction.js +0 -100
  243. package/lib/actions/BreakAction.d.ts +0 -15
  244. package/lib/actions/BreakAction.js +0 -35
  245. package/lib/actions/BroadcastAction.d.ts +0 -19
  246. package/lib/actions/BroadcastAction.js +0 -50
  247. package/lib/actions/CmptAction.d.ts +0 -21
  248. package/lib/actions/CmptAction.js +0 -70
  249. package/lib/actions/ContinueAction.d.ts +0 -15
  250. package/lib/actions/ContinueAction.js +0 -35
  251. package/lib/actions/CopyAction.d.ts +0 -20
  252. package/lib/actions/CopyAction.js +0 -43
  253. package/lib/actions/CustomAction.d.ts +0 -22
  254. package/lib/actions/CustomAction.js +0 -78
  255. package/lib/actions/DialogAction.d.ts +0 -60
  256. package/lib/actions/DialogAction.js +0 -108
  257. package/lib/actions/DrawerAction.d.ts +0 -33
  258. package/lib/actions/DrawerAction.js +0 -70
  259. package/lib/actions/EmailAction.d.ts +0 -23
  260. package/lib/actions/EmailAction.js +0 -48
  261. package/lib/actions/LinkAction.d.ts +0 -24
  262. package/lib/actions/LinkAction.js +0 -47
  263. package/lib/actions/LoopAction.d.ts +0 -19
  264. package/lib/actions/LoopAction.js +0 -107
  265. package/lib/actions/PageAction.d.ts +0 -39
  266. package/lib/actions/PageAction.js +0 -80
  267. package/lib/actions/ParallelAction.d.ts +0 -8
  268. package/lib/actions/ParallelAction.js +0 -40
  269. package/lib/actions/SwitchAction.d.ts +0 -11
  270. package/lib/actions/SwitchAction.js +0 -52
  271. package/lib/actions/ToastAction.d.ts +0 -19
  272. package/lib/actions/ToastAction.js +0 -35
  273. package/lib/actions/index.d.ts +0 -20
  274. package/lib/components/LazyComponent.d.ts +0 -32
  275. package/lib/components/LazyComponent.js +0 -99
  276. package/lib/components/Overlay.d.ts +0 -44
  277. package/lib/components/Overlay.js +0 -266
  278. package/lib/components/PopOver.d.ts +0 -90
  279. package/lib/components/PopOver.js +0 -129
  280. package/lib/env.d.ts +0 -176
  281. package/lib/env.js +0 -20
  282. package/lib/envOverwrite.d.ts +0 -4
  283. package/lib/envOverwrite.js +0 -43
  284. package/lib/factory.d.ts +0 -85
  285. package/lib/factory.js +0 -324
  286. package/lib/index.d.ts +0 -44
  287. package/lib/index.js +0 -460
  288. package/lib/locale.d.ts +0 -84
  289. package/lib/locale.js +0 -133
  290. package/lib/renderers/Form.d.ts +0 -389
  291. package/lib/renderers/Form.js +0 -1234
  292. package/lib/renderers/Item.d.ts +0 -906
  293. package/lib/renderers/Item.js +0 -879
  294. package/lib/renderers/Options.d.ts +0 -158
  295. package/lib/renderers/Options.js +0 -920
  296. package/lib/renderers/Placeholder.d.ts +0 -6
  297. package/lib/renderers/Placeholder.js +0 -31
  298. package/lib/renderers/builtin.d.ts +0 -1
  299. package/lib/renderers/builtin.js +0 -27
  300. package/lib/renderers/register.d.ts +0 -6
  301. package/lib/renderers/register.js +0 -83
  302. package/lib/renderers/wrapControl.d.ts +0 -437
  303. package/lib/renderers/wrapControl.js +0 -520
  304. package/lib/store/app.d.ts +0 -92
  305. package/lib/store/app.js +0 -193
  306. package/lib/store/combo.d.ts +0 -10223
  307. package/lib/store/combo.js +0 -154
  308. package/lib/store/crud.d.ts +0 -128
  309. package/lib/store/crud.js +0 -455
  310. package/lib/store/form.d.ts +0 -4252
  311. package/lib/store/form.js +0 -664
  312. package/lib/store/formItem.d.ts +0 -133
  313. package/lib/store/formItem.js +0 -858
  314. package/lib/store/iRenderer.d.ts +0 -46
  315. package/lib/store/iRenderer.js +0 -189
  316. package/lib/store/index.d.ts +0 -125
  317. package/lib/store/index.js +0 -101
  318. package/lib/store/list.d.ts +0 -272
  319. package/lib/store/list.js +0 -256
  320. package/lib/store/manager.d.ts +0 -115
  321. package/lib/store/manager.js +0 -56
  322. package/lib/store/modal.d.ts +0 -84
  323. package/lib/store/modal.js +0 -54
  324. package/lib/store/node.d.ts +0 -22
  325. package/lib/store/node.js +0 -93
  326. package/lib/store/pagination.d.ts +0 -58
  327. package/lib/store/pagination.js +0 -60
  328. package/lib/store/root.d.ts +0 -85
  329. package/lib/store/root.js +0 -57
  330. package/lib/store/service.d.ts +0 -71
  331. package/lib/store/service.js +0 -415
  332. package/lib/store/table.d.ts +0 -10085
  333. package/lib/store/table.js +0 -1148
  334. package/lib/store/table2.d.ts +0 -474
  335. package/lib/store/table2.js +0 -571
  336. package/lib/theme.d.ts +0 -89
  337. package/lib/theme.js +0 -145
  338. package/lib/types.d.ts +0 -489
  339. package/lib/utils/Animation.d.ts +0 -22
  340. package/lib/utils/Animation.js +0 -290
  341. package/lib/utils/ColorScale.d.ts +0 -19
  342. package/lib/utils/ColorScale.js +0 -105
  343. package/lib/utils/DataSchema.d.ts +0 -25
  344. package/lib/utils/DataSchema.js +0 -116
  345. package/lib/utils/DataScope.d.ts +0 -26
  346. package/lib/utils/DataScope.js +0 -162
  347. package/lib/utils/RootClose.d.ts +0 -4
  348. package/lib/utils/RootClose.js +0 -30
  349. package/lib/utils/SimpleMap.d.ts +0 -8
  350. package/lib/utils/SimpleMap.js +0 -46
  351. package/lib/utils/api.d.ts +0 -34
  352. package/lib/utils/api.js +0 -621
  353. package/lib/utils/attachmentAdpator.d.ts +0 -8
  354. package/lib/utils/attachmentAdpator.js +0 -91
  355. package/lib/utils/autobind.d.ts +0 -7
  356. package/lib/utils/autobind.js +0 -94
  357. package/lib/utils/columnsSplit.d.ts +0 -1
  358. package/lib/utils/columnsSplit.js +0 -51
  359. package/lib/utils/dataMapping.d.ts +0 -9
  360. package/lib/utils/dataMapping.js +0 -151
  361. package/lib/utils/date.d.ts +0 -4
  362. package/lib/utils/date.js +0 -90
  363. package/lib/utils/debug.d.ts +0 -29
  364. package/lib/utils/debug.js +0 -392
  365. package/lib/utils/decodeEntity.d.ts +0 -5
  366. package/lib/utils/decodeEntity.js +0 -20
  367. package/lib/utils/dom.d.ts +0 -13
  368. package/lib/utils/dom.js +0 -199
  369. package/lib/utils/errors.d.ts +0 -6
  370. package/lib/utils/errors.js +0 -23
  371. package/lib/utils/escapeHtml.d.ts +0 -1
  372. package/lib/utils/escapeHtml.js +0 -24
  373. package/lib/utils/filter-schema.d.ts +0 -13
  374. package/lib/utils/filter-schema.js +0 -78
  375. package/lib/utils/filter.d.ts +0 -1
  376. package/lib/utils/filter.js +0 -503
  377. package/lib/utils/formatDuration.d.ts +0 -1
  378. package/lib/utils/formatDuration.js +0 -27
  379. package/lib/utils/formula.d.ts +0 -16
  380. package/lib/utils/formula.js +0 -234
  381. package/lib/utils/getVariable.d.ts +0 -3
  382. package/lib/utils/getVariable.js +0 -29
  383. package/lib/utils/grammar.d.ts +0 -4
  384. package/lib/utils/grammar.js +0 -54
  385. package/lib/utils/handleAction.d.ts +0 -7
  386. package/lib/utils/handleAction.js +0 -39
  387. package/lib/utils/helper.d.ts +0 -323
  388. package/lib/utils/helper.js +0 -1361
  389. package/lib/utils/highlight.d.ts +0 -1
  390. package/lib/utils/highlight.js +0 -52
  391. package/lib/utils/icon.d.ts +0 -16
  392. package/lib/utils/icon.js +0 -43
  393. package/lib/utils/image.d.ts +0 -18
  394. package/lib/utils/image.js +0 -56
  395. package/lib/utils/index.d.ts +0 -55
  396. package/lib/utils/isPureVariable.d.ts +0 -1
  397. package/lib/utils/isPureVariable.js +0 -26
  398. package/lib/utils/json-schema-2-amis-schema.d.ts +0 -6
  399. package/lib/utils/json-schema-2-amis-schema.js +0 -60
  400. package/lib/utils/keyToPath.d.ts +0 -6
  401. package/lib/utils/keyToPath.js +0 -34
  402. package/lib/utils/makeSorter.d.ts +0 -1
  403. package/lib/utils/makeSorter.js +0 -30
  404. package/lib/utils/normalizeLink.d.ts +0 -1
  405. package/lib/utils/normalizeLink.js +0 -47
  406. package/lib/utils/normalizeOptions.d.ts +0 -7
  407. package/lib/utils/normalizeOptions.js +0 -92
  408. package/lib/utils/object.d.ts +0 -15
  409. package/lib/utils/object.js +0 -156
  410. package/lib/utils/offset.d.ts +0 -15
  411. package/lib/utils/offset.js +0 -37
  412. package/lib/utils/offsetParent.d.ts +0 -5
  413. package/lib/utils/offsetParent.js +0 -28
  414. package/lib/utils/optionValueCompare.d.ts +0 -3
  415. package/lib/utils/optionValueCompare.js +0 -30
  416. package/lib/utils/position.d.ts +0 -26
  417. package/lib/utils/position.js +0 -59
  418. package/lib/utils/prettyBytes.d.ts +0 -1
  419. package/lib/utils/prettyBytes.js +0 -29
  420. package/lib/utils/renderer-event.d.ts +0 -62
  421. package/lib/utils/renderer-event.js +0 -218
  422. package/lib/utils/replaceText.d.ts +0 -3
  423. package/lib/utils/replaceText.js +0 -46
  424. package/lib/utils/resize-sensor.d.ts +0 -6
  425. package/lib/utils/resize-sensor.js +0 -177
  426. package/lib/utils/resolveVariable.d.ts +0 -1
  427. package/lib/utils/resolveVariable.js +0 -39
  428. package/lib/utils/resolveVariableAndFilter.d.ts +0 -1
  429. package/lib/utils/resolveVariableAndFilter.js +0 -37
  430. package/lib/utils/scrollPosition.d.ts +0 -16
  431. package/lib/utils/scrollPosition.js +0 -37
  432. package/lib/utils/string2regExp.d.ts +0 -1
  433. package/lib/utils/string2regExp.js +0 -18
  434. package/lib/utils/stripNumber.d.ts +0 -1
  435. package/lib/utils/stripNumber.js +0 -20
  436. package/lib/utils/style.d.ts +0 -10
  437. package/lib/utils/style.js +0 -67
  438. package/lib/utils/toNumber.d.ts +0 -7
  439. package/lib/utils/toNumber.js +0 -22
  440. package/lib/utils/tokenize.d.ts +0 -1
  441. package/lib/utils/tokenize.js +0 -33
  442. package/lib/utils/tpl-builtin.d.ts +0 -18
  443. package/lib/utils/tpl-builtin.js +0 -75
  444. package/lib/utils/tpl-lodash.d.ts +0 -4
  445. package/lib/utils/tpl-lodash.js +0 -71
  446. package/lib/utils/tpl.d.ts +0 -11
  447. package/lib/utils/tpl.js +0 -140
  448. package/lib/utils/uncontrollable.d.ts +0 -4
  449. package/lib/utils/uncontrollable.js +0 -22
  450. package/lib/utils/validations.d.ts +0 -39
  451. package/lib/utils/validations.js +0 -455
@@ -1,719 +0,0 @@
1
- import React from 'react';
2
- import { IRendererStore } from './store';
3
- import hoistNonReactStatic from 'hoist-non-react-statics';
4
- export declare const RootStoreContext: React.Context<{
5
- storeType: string;
6
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
7
- readonly fetcher: any;
8
- readonly notify: any;
9
- readonly isCancel: (value: any) => boolean;
10
- readonly __: import("./locale").TranslateFn<any>;
11
- getStoreById(id: string): {
12
- id: string;
13
- path: string;
14
- storeType: string;
15
- disposed: boolean;
16
- parentId: string;
17
- childrenIds: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
18
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
19
- readonly parentStore: any;
20
- readonly __: any;
21
- readonly hasChildren: boolean;
22
- readonly children: any[];
23
- } & {
24
- onChildStoreDispose(child: any): void;
25
- syncProps(props: any, prevProps: any, list?: string[]): void;
26
- dispose: (callback?: (() => void) | undefined) => void;
27
- addChildId: (id: string) => void;
28
- removeChildId: (id: string) => void;
29
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
30
- id: import("mobx-state-tree").ISimpleType<string>;
31
- path: import("mobx-state-tree").IType<string | undefined, string, string>;
32
- storeType: import("mobx-state-tree").ISimpleType<string>;
33
- disposed: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
34
- parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
35
- childrenIds: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
36
- }, {
37
- readonly parentStore: any;
38
- readonly __: any;
39
- readonly hasChildren: boolean;
40
- readonly children: any[];
41
- } & {
42
- onChildStoreDispose(child: any): void;
43
- syncProps(props: any, prevProps: any, list?: string[]): void;
44
- dispose: (callback?: (() => void) | undefined) => void;
45
- addChildId: (id: string) => void;
46
- removeChildId: (id: string) => void;
47
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
48
- readonly stores: {
49
- [propName: string]: {
50
- id: string;
51
- path: string;
52
- storeType: string;
53
- disposed: boolean;
54
- parentId: string;
55
- childrenIds: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
56
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
57
- readonly parentStore: any;
58
- readonly __: any;
59
- readonly hasChildren: boolean;
60
- readonly children: any[];
61
- } & {
62
- onChildStoreDispose(child: any): void;
63
- syncProps(props: any, prevProps: any, list?: string[]): void;
64
- dispose: (callback?: (() => void) | undefined) => void;
65
- addChildId: (id: string) => void;
66
- removeChildId: (id: string) => void;
67
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
68
- id: import("mobx-state-tree").ISimpleType<string>;
69
- path: import("mobx-state-tree").IType<string | undefined, string, string>;
70
- storeType: import("mobx-state-tree").ISimpleType<string>;
71
- disposed: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
72
- parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
73
- childrenIds: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
74
- }, {
75
- readonly parentStore: any;
76
- readonly __: any;
77
- readonly hasChildren: boolean;
78
- readonly children: any[];
79
- } & {
80
- onChildStoreDispose(child: any): void;
81
- syncProps(props: any, prevProps: any, list?: string[]): void;
82
- dispose: (callback?: (() => void) | undefined) => void;
83
- addChildId: (id: string) => void;
84
- removeChildId: (id: string) => void;
85
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
86
- };
87
- } & {
88
- addStore(store: {
89
- [propName: string]: any;
90
- storeType: string;
91
- id: string;
92
- path: string;
93
- parentId?: string | undefined;
94
- }): {
95
- id: string;
96
- path: string;
97
- storeType: string;
98
- disposed: boolean;
99
- parentId: string;
100
- childrenIds: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
101
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
102
- readonly parentStore: any;
103
- readonly __: any;
104
- readonly hasChildren: boolean;
105
- readonly children: any[];
106
- } & {
107
- onChildStoreDispose(child: any): void;
108
- syncProps(props: any, prevProps: any, list?: string[]): void;
109
- dispose: (callback?: (() => void) | undefined) => void;
110
- addChildId: (id: string) => void;
111
- removeChildId: (id: string) => void;
112
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
113
- id: import("mobx-state-tree").ISimpleType<string>;
114
- path: import("mobx-state-tree").IType<string | undefined, string, string>;
115
- storeType: import("mobx-state-tree").ISimpleType<string>;
116
- disposed: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
117
- parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
118
- childrenIds: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
119
- }, {
120
- readonly parentStore: any;
121
- readonly __: any;
122
- readonly hasChildren: boolean;
123
- readonly children: any[];
124
- } & {
125
- onChildStoreDispose(child: any): void;
126
- syncProps(props: any, prevProps: any, list?: string[]): void;
127
- dispose: (callback?: (() => void) | undefined) => void;
128
- addChildId: (id: string) => void;
129
- removeChildId: (id: string) => void;
130
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
131
- removeStore(store: {
132
- id: string;
133
- path: string;
134
- storeType: string;
135
- disposed: boolean;
136
- parentId: string;
137
- childrenIds: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
138
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
139
- readonly parentStore: any;
140
- readonly __: any;
141
- readonly hasChildren: boolean;
142
- readonly children: any[];
143
- } & {
144
- onChildStoreDispose(child: any): void;
145
- syncProps(props: any, prevProps: any, list?: string[]): void;
146
- dispose: (callback?: (() => void) | undefined) => void;
147
- addChildId: (id: string) => void;
148
- removeChildId: (id: string) => void;
149
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
150
- id: import("mobx-state-tree").ISimpleType<string>;
151
- path: import("mobx-state-tree").IType<string | undefined, string, string>;
152
- storeType: import("mobx-state-tree").ISimpleType<string>;
153
- disposed: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
154
- parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
155
- childrenIds: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
156
- }, {
157
- readonly parentStore: any;
158
- readonly __: any;
159
- readonly hasChildren: boolean;
160
- readonly children: any[];
161
- } & {
162
- onChildStoreDispose(child: any): void;
163
- syncProps(props: any, prevProps: any, list?: string[]): void;
164
- dispose: (callback?: (() => void) | undefined) => void;
165
- addChildId: (id: string) => void;
166
- removeChildId: (id: string) => void;
167
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>): void;
168
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
169
- storeType: import("mobx-state-tree").IType<string | undefined, string, string>;
170
- }, {
171
- readonly fetcher: any;
172
- readonly notify: any;
173
- readonly isCancel: (value: any) => boolean;
174
- readonly __: import("./locale").TranslateFn<any>;
175
- getStoreById(id: string): {
176
- id: string;
177
- path: string;
178
- storeType: string;
179
- disposed: boolean;
180
- parentId: string;
181
- childrenIds: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
182
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
183
- readonly parentStore: any;
184
- readonly __: any;
185
- readonly hasChildren: boolean;
186
- readonly children: any[];
187
- } & {
188
- onChildStoreDispose(child: any): void;
189
- syncProps(props: any, prevProps: any, list?: string[]): void;
190
- dispose: (callback?: (() => void) | undefined) => void;
191
- addChildId: (id: string) => void;
192
- removeChildId: (id: string) => void;
193
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
194
- id: import("mobx-state-tree").ISimpleType<string>;
195
- path: import("mobx-state-tree").IType<string | undefined, string, string>;
196
- storeType: import("mobx-state-tree").ISimpleType<string>;
197
- disposed: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
198
- parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
199
- childrenIds: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
200
- }, {
201
- readonly parentStore: any;
202
- readonly __: any;
203
- readonly hasChildren: boolean;
204
- readonly children: any[];
205
- } & {
206
- onChildStoreDispose(child: any): void;
207
- syncProps(props: any, prevProps: any, list?: string[]): void;
208
- dispose: (callback?: (() => void) | undefined) => void;
209
- addChildId: (id: string) => void;
210
- removeChildId: (id: string) => void;
211
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
212
- readonly stores: {
213
- [propName: string]: {
214
- id: string;
215
- path: string;
216
- storeType: string;
217
- disposed: boolean;
218
- parentId: string;
219
- childrenIds: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
220
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
221
- readonly parentStore: any;
222
- readonly __: any;
223
- readonly hasChildren: boolean;
224
- readonly children: any[];
225
- } & {
226
- onChildStoreDispose(child: any): void;
227
- syncProps(props: any, prevProps: any, list?: string[]): void;
228
- dispose: (callback?: (() => void) | undefined) => void;
229
- addChildId: (id: string) => void;
230
- removeChildId: (id: string) => void;
231
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
232
- id: import("mobx-state-tree").ISimpleType<string>;
233
- path: import("mobx-state-tree").IType<string | undefined, string, string>;
234
- storeType: import("mobx-state-tree").ISimpleType<string>;
235
- disposed: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
236
- parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
237
- childrenIds: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
238
- }, {
239
- readonly parentStore: any;
240
- readonly __: any;
241
- readonly hasChildren: boolean;
242
- readonly children: any[];
243
- } & {
244
- onChildStoreDispose(child: any): void;
245
- syncProps(props: any, prevProps: any, list?: string[]): void;
246
- dispose: (callback?: (() => void) | undefined) => void;
247
- addChildId: (id: string) => void;
248
- removeChildId: (id: string) => void;
249
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
250
- };
251
- } & {
252
- addStore(store: {
253
- [propName: string]: any;
254
- storeType: string;
255
- id: string;
256
- path: string;
257
- parentId?: string | undefined;
258
- }): {
259
- id: string;
260
- path: string;
261
- storeType: string;
262
- disposed: boolean;
263
- parentId: string;
264
- childrenIds: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
265
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
266
- readonly parentStore: any;
267
- readonly __: any;
268
- readonly hasChildren: boolean;
269
- readonly children: any[];
270
- } & {
271
- onChildStoreDispose(child: any): void;
272
- syncProps(props: any, prevProps: any, list?: string[]): void;
273
- dispose: (callback?: (() => void) | undefined) => void;
274
- addChildId: (id: string) => void;
275
- removeChildId: (id: string) => void;
276
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
277
- id: import("mobx-state-tree").ISimpleType<string>;
278
- path: import("mobx-state-tree").IType<string | undefined, string, string>;
279
- storeType: import("mobx-state-tree").ISimpleType<string>;
280
- disposed: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
281
- parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
282
- childrenIds: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
283
- }, {
284
- readonly parentStore: any;
285
- readonly __: any;
286
- readonly hasChildren: boolean;
287
- readonly children: any[];
288
- } & {
289
- onChildStoreDispose(child: any): void;
290
- syncProps(props: any, prevProps: any, list?: string[]): void;
291
- dispose: (callback?: (() => void) | undefined) => void;
292
- addChildId: (id: string) => void;
293
- removeChildId: (id: string) => void;
294
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
295
- removeStore(store: {
296
- id: string;
297
- path: string;
298
- storeType: string;
299
- disposed: boolean;
300
- parentId: string;
301
- childrenIds: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
302
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
303
- readonly parentStore: any;
304
- readonly __: any;
305
- readonly hasChildren: boolean;
306
- readonly children: any[];
307
- } & {
308
- onChildStoreDispose(child: any): void;
309
- syncProps(props: any, prevProps: any, list?: string[]): void;
310
- dispose: (callback?: (() => void) | undefined) => void;
311
- addChildId: (id: string) => void;
312
- removeChildId: (id: string) => void;
313
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
314
- id: import("mobx-state-tree").ISimpleType<string>;
315
- path: import("mobx-state-tree").IType<string | undefined, string, string>;
316
- storeType: import("mobx-state-tree").ISimpleType<string>;
317
- disposed: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
318
- parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
319
- childrenIds: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
320
- }, {
321
- readonly parentStore: any;
322
- readonly __: any;
323
- readonly hasChildren: boolean;
324
- readonly children: any[];
325
- } & {
326
- onChildStoreDispose(child: any): void;
327
- syncProps(props: any, prevProps: any, list?: string[]): void;
328
- dispose: (callback?: (() => void) | undefined) => void;
329
- addChildId: (id: string) => void;
330
- removeChildId: (id: string) => void;
331
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>): void;
332
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
333
- export declare function withRootStore<T extends React.ComponentType<React.ComponentProps<T> & {
334
- rootStore: IRendererStore;
335
- }>>(ComposedComponent: T): {
336
- new (props: JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">> | Readonly<JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>>): {
337
- render(): JSX.Element;
338
- context: any;
339
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
340
- forceUpdate(callback?: (() => void) | undefined): void;
341
- readonly props: Readonly<JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>> & Readonly<{
342
- children?: React.ReactNode;
343
- }>;
344
- state: Readonly<{}>;
345
- refs: {
346
- [key: string]: React.ReactInstance;
347
- };
348
- componentDidMount?(): void;
349
- shouldComponentUpdate?(nextProps: Readonly<JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>>, nextState: Readonly<{}>, nextContext: any): boolean;
350
- componentWillUnmount?(): void;
351
- componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
352
- getSnapshotBeforeUpdate?(prevProps: Readonly<JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>>, prevState: Readonly<{}>): any;
353
- componentDidUpdate?(prevProps: Readonly<JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>>, prevState: Readonly<{}>, snapshot?: any): void;
354
- componentWillMount?(): void;
355
- UNSAFE_componentWillMount?(): void;
356
- componentWillReceiveProps?(nextProps: Readonly<JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>>, nextContext: any): void;
357
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>>, nextContext: any): void;
358
- componentWillUpdate?(nextProps: Readonly<JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>>, nextState: Readonly<{}>, nextContext: any): void;
359
- UNSAFE_componentWillUpdate?(nextProps: Readonly<JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>>, nextState: Readonly<{}>, nextContext: any): void;
360
- };
361
- new (props: JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>, context: any): {
362
- render(): JSX.Element;
363
- context: any;
364
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
365
- forceUpdate(callback?: (() => void) | undefined): void;
366
- readonly props: Readonly<JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>> & Readonly<{
367
- children?: React.ReactNode;
368
- }>;
369
- state: Readonly<{}>;
370
- refs: {
371
- [key: string]: React.ReactInstance;
372
- };
373
- componentDidMount?(): void;
374
- shouldComponentUpdate?(nextProps: Readonly<JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>>, nextState: Readonly<{}>, nextContext: any): boolean;
375
- componentWillUnmount?(): void;
376
- componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
377
- getSnapshotBeforeUpdate?(prevProps: Readonly<JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>>, prevState: Readonly<{}>): any;
378
- componentDidUpdate?(prevProps: Readonly<JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>>, prevState: Readonly<{}>, snapshot?: any): void;
379
- componentWillMount?(): void;
380
- UNSAFE_componentWillMount?(): void;
381
- componentWillReceiveProps?(nextProps: Readonly<JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>>, nextContext: any): void;
382
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>>, nextContext: any): void;
383
- componentWillUpdate?(nextProps: Readonly<JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>>, nextState: Readonly<{}>, nextContext: any): void;
384
- UNSAFE_componentWillUpdate?(nextProps: Readonly<JSX.LibraryManagedAttributes<T, Omit<React.ComponentProps<T>, "rootStore">>>, nextState: Readonly<{}>, nextContext: any): void;
385
- };
386
- displayName: string;
387
- contextType: React.Context<{
388
- storeType: string;
389
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
390
- readonly fetcher: any;
391
- readonly notify: any;
392
- readonly isCancel: (value: any) => boolean;
393
- readonly __: import("./locale").TranslateFn<any>;
394
- getStoreById(id: string): {
395
- id: string;
396
- path: string;
397
- storeType: string;
398
- disposed: boolean;
399
- parentId: string;
400
- childrenIds: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
401
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
402
- readonly parentStore: any;
403
- readonly __: any;
404
- readonly hasChildren: boolean;
405
- readonly children: any[];
406
- } & {
407
- onChildStoreDispose(child: any): void;
408
- syncProps(props: any, prevProps: any, list?: string[]): void;
409
- dispose: (callback?: (() => void) | undefined) => void;
410
- addChildId: (id: string) => void;
411
- removeChildId: (id: string) => void;
412
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
413
- id: import("mobx-state-tree").ISimpleType<string>;
414
- path: import("mobx-state-tree").IType<string | undefined, string, string>;
415
- storeType: import("mobx-state-tree").ISimpleType<string>;
416
- disposed: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
417
- parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
418
- childrenIds: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
419
- }, {
420
- readonly parentStore: any;
421
- readonly __: any;
422
- readonly hasChildren: boolean;
423
- readonly children: any[];
424
- } & {
425
- onChildStoreDispose(child: any): void;
426
- syncProps(props: any, prevProps: any, list?: string[]): void;
427
- dispose: (callback?: (() => void) | undefined) => void;
428
- addChildId: (id: string) => void;
429
- removeChildId: (id: string) => void;
430
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
431
- readonly stores: {
432
- [propName: string]: {
433
- id: string;
434
- path: string;
435
- storeType: string;
436
- disposed: boolean;
437
- parentId: string;
438
- childrenIds: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
439
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
440
- readonly parentStore: any;
441
- readonly __: any;
442
- readonly hasChildren: boolean;
443
- readonly children: any[];
444
- } & {
445
- onChildStoreDispose(child: any): void;
446
- syncProps(props: any, prevProps: any, list?: string[]): void;
447
- dispose: (callback?: (() => void) | undefined) => void;
448
- addChildId: (id: string) => void;
449
- removeChildId: (id: string) => void;
450
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
451
- id: import("mobx-state-tree").ISimpleType<string>;
452
- path: import("mobx-state-tree").IType<string | undefined, string, string>;
453
- storeType: import("mobx-state-tree").ISimpleType<string>;
454
- disposed: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
455
- parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
456
- childrenIds: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
457
- }, {
458
- readonly parentStore: any;
459
- readonly __: any;
460
- readonly hasChildren: boolean;
461
- readonly children: any[];
462
- } & {
463
- onChildStoreDispose(child: any): void;
464
- syncProps(props: any, prevProps: any, list?: string[]): void;
465
- dispose: (callback?: (() => void) | undefined) => void;
466
- addChildId: (id: string) => void;
467
- removeChildId: (id: string) => void;
468
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
469
- };
470
- } & {
471
- addStore(store: {
472
- [propName: string]: any;
473
- storeType: string;
474
- id: string;
475
- path: string;
476
- parentId?: string | undefined;
477
- }): {
478
- id: string;
479
- path: string;
480
- storeType: string;
481
- disposed: boolean;
482
- parentId: string;
483
- childrenIds: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
484
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
485
- readonly parentStore: any;
486
- readonly __: any;
487
- readonly hasChildren: boolean;
488
- readonly children: any[];
489
- } & {
490
- onChildStoreDispose(child: any): void;
491
- syncProps(props: any, prevProps: any, list?: string[]): void;
492
- dispose: (callback?: (() => void) | undefined) => void;
493
- addChildId: (id: string) => void;
494
- removeChildId: (id: string) => void;
495
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
496
- id: import("mobx-state-tree").ISimpleType<string>;
497
- path: import("mobx-state-tree").IType<string | undefined, string, string>;
498
- storeType: import("mobx-state-tree").ISimpleType<string>;
499
- disposed: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
500
- parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
501
- childrenIds: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
502
- }, {
503
- readonly parentStore: any;
504
- readonly __: any;
505
- readonly hasChildren: boolean;
506
- readonly children: any[];
507
- } & {
508
- onChildStoreDispose(child: any): void;
509
- syncProps(props: any, prevProps: any, list?: string[]): void;
510
- dispose: (callback?: (() => void) | undefined) => void;
511
- addChildId: (id: string) => void;
512
- removeChildId: (id: string) => void;
513
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
514
- removeStore(store: {
515
- id: string;
516
- path: string;
517
- storeType: string;
518
- disposed: boolean;
519
- parentId: string;
520
- childrenIds: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
521
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
522
- readonly parentStore: any;
523
- readonly __: any;
524
- readonly hasChildren: boolean;
525
- readonly children: any[];
526
- } & {
527
- onChildStoreDispose(child: any): void;
528
- syncProps(props: any, prevProps: any, list?: string[]): void;
529
- dispose: (callback?: (() => void) | undefined) => void;
530
- addChildId: (id: string) => void;
531
- removeChildId: (id: string) => void;
532
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
533
- id: import("mobx-state-tree").ISimpleType<string>;
534
- path: import("mobx-state-tree").IType<string | undefined, string, string>;
535
- storeType: import("mobx-state-tree").ISimpleType<string>;
536
- disposed: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
537
- parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
538
- childrenIds: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
539
- }, {
540
- readonly parentStore: any;
541
- readonly __: any;
542
- readonly hasChildren: boolean;
543
- readonly children: any[];
544
- } & {
545
- onChildStoreDispose(child: any): void;
546
- syncProps(props: any, prevProps: any, list?: string[]): void;
547
- dispose: (callback?: (() => void) | undefined) => void;
548
- addChildId: (id: string) => void;
549
- removeChildId: (id: string) => void;
550
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>): void;
551
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
552
- storeType: import("mobx-state-tree").IType<string | undefined, string, string>;
553
- }, {
554
- readonly fetcher: any;
555
- readonly notify: any;
556
- readonly isCancel: (value: any) => boolean;
557
- readonly __: import("./locale").TranslateFn<any>;
558
- getStoreById(id: string): {
559
- id: string;
560
- path: string;
561
- storeType: string;
562
- disposed: boolean;
563
- parentId: string;
564
- childrenIds: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
565
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
566
- readonly parentStore: any;
567
- readonly __: any;
568
- readonly hasChildren: boolean;
569
- readonly children: any[];
570
- } & {
571
- onChildStoreDispose(child: any): void;
572
- syncProps(props: any, prevProps: any, list?: string[]): void;
573
- dispose: (callback?: (() => void) | undefined) => void;
574
- addChildId: (id: string) => void;
575
- removeChildId: (id: string) => void;
576
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
577
- id: import("mobx-state-tree").ISimpleType<string>;
578
- path: import("mobx-state-tree").IType<string | undefined, string, string>;
579
- storeType: import("mobx-state-tree").ISimpleType<string>;
580
- disposed: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
581
- parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
582
- childrenIds: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
583
- }, {
584
- readonly parentStore: any;
585
- readonly __: any;
586
- readonly hasChildren: boolean;
587
- readonly children: any[];
588
- } & {
589
- onChildStoreDispose(child: any): void;
590
- syncProps(props: any, prevProps: any, list?: string[]): void;
591
- dispose: (callback?: (() => void) | undefined) => void;
592
- addChildId: (id: string) => void;
593
- removeChildId: (id: string) => void;
594
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
595
- readonly stores: {
596
- [propName: string]: {
597
- id: string;
598
- path: string;
599
- storeType: string;
600
- disposed: boolean;
601
- parentId: string;
602
- childrenIds: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
603
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
604
- readonly parentStore: any;
605
- readonly __: any;
606
- readonly hasChildren: boolean;
607
- readonly children: any[];
608
- } & {
609
- onChildStoreDispose(child: any): void;
610
- syncProps(props: any, prevProps: any, list?: string[]): void;
611
- dispose: (callback?: (() => void) | undefined) => void;
612
- addChildId: (id: string) => void;
613
- removeChildId: (id: string) => void;
614
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
615
- id: import("mobx-state-tree").ISimpleType<string>;
616
- path: import("mobx-state-tree").IType<string | undefined, string, string>;
617
- storeType: import("mobx-state-tree").ISimpleType<string>;
618
- disposed: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
619
- parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
620
- childrenIds: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
621
- }, {
622
- readonly parentStore: any;
623
- readonly __: any;
624
- readonly hasChildren: boolean;
625
- readonly children: any[];
626
- } & {
627
- onChildStoreDispose(child: any): void;
628
- syncProps(props: any, prevProps: any, list?: string[]): void;
629
- dispose: (callback?: (() => void) | undefined) => void;
630
- addChildId: (id: string) => void;
631
- removeChildId: (id: string) => void;
632
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
633
- };
634
- } & {
635
- addStore(store: {
636
- [propName: string]: any;
637
- storeType: string;
638
- id: string;
639
- path: string;
640
- parentId?: string | undefined;
641
- }): {
642
- id: string;
643
- path: string;
644
- storeType: string;
645
- disposed: boolean;
646
- parentId: string;
647
- childrenIds: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
648
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
649
- readonly parentStore: any;
650
- readonly __: any;
651
- readonly hasChildren: boolean;
652
- readonly children: any[];
653
- } & {
654
- onChildStoreDispose(child: any): void;
655
- syncProps(props: any, prevProps: any, list?: string[]): void;
656
- dispose: (callback?: (() => void) | undefined) => void;
657
- addChildId: (id: string) => void;
658
- removeChildId: (id: string) => void;
659
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
660
- id: import("mobx-state-tree").ISimpleType<string>;
661
- path: import("mobx-state-tree").IType<string | undefined, string, string>;
662
- storeType: import("mobx-state-tree").ISimpleType<string>;
663
- disposed: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
664
- parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
665
- childrenIds: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
666
- }, {
667
- readonly parentStore: any;
668
- readonly __: any;
669
- readonly hasChildren: boolean;
670
- readonly children: any[];
671
- } & {
672
- onChildStoreDispose(child: any): void;
673
- syncProps(props: any, prevProps: any, list?: string[]): void;
674
- dispose: (callback?: (() => void) | undefined) => void;
675
- addChildId: (id: string) => void;
676
- removeChildId: (id: string) => void;
677
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
678
- removeStore(store: {
679
- id: string;
680
- path: string;
681
- storeType: string;
682
- disposed: boolean;
683
- parentId: string;
684
- childrenIds: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
685
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
686
- readonly parentStore: any;
687
- readonly __: any;
688
- readonly hasChildren: boolean;
689
- readonly children: any[];
690
- } & {
691
- onChildStoreDispose(child: any): void;
692
- syncProps(props: any, prevProps: any, list?: string[]): void;
693
- dispose: (callback?: (() => void) | undefined) => void;
694
- addChildId: (id: string) => void;
695
- removeChildId: (id: string) => void;
696
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
697
- id: import("mobx-state-tree").ISimpleType<string>;
698
- path: import("mobx-state-tree").IType<string | undefined, string, string>;
699
- storeType: import("mobx-state-tree").ISimpleType<string>;
700
- disposed: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
701
- parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
702
- childrenIds: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
703
- }, {
704
- readonly parentStore: any;
705
- readonly __: any;
706
- readonly hasChildren: boolean;
707
- readonly children: any[];
708
- } & {
709
- onChildStoreDispose(child: any): void;
710
- syncProps(props: any, prevProps: any, list?: string[]): void;
711
- dispose: (callback?: (() => void) | undefined) => void;
712
- addChildId: (id: string) => void;
713
- removeChildId: (id: string) => void;
714
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>): void;
715
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
716
- ComposedComponent: React.ComponentType<T>;
717
- } & hoistNonReactStatic.NonReactStatics<T, {}> & {
718
- ComposedComponent: T;
719
- };