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,39 +0,0 @@
1
- /**
2
- * amis-core v2.6.0
3
- * Copyright 2018-2022 fex
4
- */
5
-
6
- import { findObjectsWithKey } from './utils/helper.js';
7
-
8
- /**
9
- * @file 用于在移动端或不同语言环境下使用不同配置
10
- */
11
- var _a, _b;
12
- var isMobile = ((_b = (_a = window).matchMedia) === null || _b === void 0 ? void 0 : _b.call(_a, '(max-width: 768px)').matches)
13
- ? true
14
- : false;
15
- // 这里不能用 addSchemaFilter 是因为还需要更深层的替换,比如 select 里的 options
16
- var envOverwrite = function (schema, locale) {
17
- if (schema.mobile && isMobile) {
18
- Object.assign(schema, schema.mobile);
19
- delete schema.mobile;
20
- }
21
- if (locale) {
22
- var schemaNodes = findObjectsWithKey(schema, locale);
23
- for (var _i = 0, schemaNodes_1 = schemaNodes; _i < schemaNodes_1.length; _i++) {
24
- var schemaNode = schemaNodes_1[_i];
25
- Object.assign(schemaNode, schemaNode[locale]);
26
- delete schemaNode[locale];
27
- }
28
- }
29
- if (isMobile) {
30
- var schemaNodes = findObjectsWithKey(schema, 'mobile');
31
- for (var _a = 0, schemaNodes_2 = schemaNodes; _a < schemaNodes_2.length; _a++) {
32
- var schemaNode = schemaNodes_2[_a];
33
- Object.assign(schemaNode, schemaNode['mobile']);
34
- delete schemaNode['mobile'];
35
- }
36
- }
37
- };
38
-
39
- export { envOverwrite };
package/esm/factory.d.ts DELETED
@@ -1,85 +0,0 @@
1
- import React from 'react';
2
- import { IRendererStore, IIRendererStore } from './store/index';
3
- import { fetcherResult, SchemaNode, Schema, PlainObject } from './types';
4
- import { ThemeProps } from './theme';
5
- import { LocaleProps } from './locale';
6
- import type { RendererEnv } from './env';
7
- import { OnEventProps } from './utils/renderer-event';
8
- export interface TestFunc {
9
- (path: string, schema?: Schema, resolveRenderer?: (path: string, schema?: Schema, props?: any) => null | RendererConfig): boolean;
10
- }
11
- export interface RendererBasicConfig {
12
- test?: RegExp | TestFunc;
13
- type?: string;
14
- name?: string;
15
- storeType?: string;
16
- shouldSyncSuperStore?: (store: any, props: any, prevProps: any) => boolean | undefined;
17
- storeExtendsData?: boolean | ((props: any) => boolean);
18
- weight?: number;
19
- isolateScope?: boolean;
20
- isFormItem?: boolean;
21
- autoVar?: boolean;
22
- }
23
- export interface RendererProps extends ThemeProps, LocaleProps, OnEventProps {
24
- render: (region: string, node: SchemaNode, props?: PlainObject) => JSX.Element;
25
- env: RendererEnv;
26
- $path: string;
27
- $schema: any;
28
- store?: IIRendererStore;
29
- syncSuperStore?: boolean;
30
- data: {
31
- [propName: string]: any;
32
- };
33
- defaultData?: object;
34
- className?: any;
35
- style?: {
36
- [propName: string]: any;
37
- };
38
- [propName: string]: any;
39
- }
40
- export type RendererComponent = React.ComponentType<RendererProps> & {
41
- propsList?: Array<any>;
42
- };
43
- export interface RendererConfig extends RendererBasicConfig {
44
- component: RendererComponent;
45
- Renderer?: RendererComponent;
46
- }
47
- export interface RenderSchemaFilter {
48
- (schema: Schema, renderer: RendererConfig, props?: any): Schema;
49
- }
50
- export interface wsObject {
51
- url: string;
52
- responseKey?: string;
53
- body?: any;
54
- }
55
- export interface RenderOptions extends Partial<Omit<RendererEnv, 'fetcher' | 'theme'>> {
56
- session?: string;
57
- theme?: string;
58
- fetcher?: (config: fetcherConfig) => Promise<fetcherResult>;
59
- }
60
- export interface fetcherConfig {
61
- url: string;
62
- method?: 'get' | 'post' | 'put' | 'patch' | 'delete' | 'jsonp' | 'js';
63
- data?: any;
64
- config?: any;
65
- }
66
- export declare const renderersMap: {
67
- [propName: string]: boolean;
68
- };
69
- export declare function addSchemaFilter(fn: RenderSchemaFilter): void;
70
- export declare function filterSchema(schema: Schema, render: RendererConfig, props?: any): Schema;
71
- export declare function Renderer(config: RendererBasicConfig): <T extends RendererComponent>(component: T) => T;
72
- export declare function registerRenderer(config: RendererConfig): RendererConfig;
73
- export declare function unRegisterRenderer(config: RendererConfig | string): void;
74
- export declare function loadRenderer(schema: Schema, path: string): JSX.Element;
75
- export declare const defaultOptions: RenderOptions;
76
- export declare const stores: {
77
- [propName: string]: IRendererStore;
78
- };
79
- export declare function clearStoresCache(sessions?: Array<string> | string): void;
80
- export declare function updateEnv(options: Partial<RenderOptions>, session?: string): void;
81
- export declare function extendDefaultEnv(env: Partial<RenderOptions>): void;
82
- export declare function resolveRenderer(path: string, schema?: Schema): null | RendererConfig;
83
- export declare function getRenderers(): RendererConfig[];
84
- export declare function getRendererByName(name: string): RendererConfig | undefined;
85
- export { RendererEnv };
package/esm/factory.js DELETED
@@ -1,301 +0,0 @@
1
- /**
2
- * amis-core v2.6.0
3
- * Copyright 2018-2022 fex
4
- */
5
-
6
- import { __assign } from 'tslib';
7
- import React from 'react';
8
- import { RendererStore } from './store/index.js';
9
- import { destroy, getEnv } from 'mobx-state-tree';
10
- import { wrapFetcher } from './utils/api.js';
11
- import { normalizeLink } from './utils/normalizeLink.js';
12
- import { qsparse, parseQuery, findIndex, promisify } from './utils/helper.js';
13
- import { observer } from 'mobx-react';
14
- import { HocScoped } from './Scoped.js';
15
- import find from 'lodash/find';
16
- import { HocStoreFactory } from './WithStore.js';
17
- import { Placeholder } from './renderers/Placeholder.js';
18
- import { string2regExp } from './utils/string2regExp.js';
19
-
20
- var _a, _b;
21
- var renderers = [];
22
- var renderersMap = {};
23
- var schemaFilters = [];
24
- var anonymousIndex = 1;
25
- function addSchemaFilter(fn) {
26
- schemaFilters.push(fn);
27
- }
28
- function filterSchema(schema, render, props) {
29
- return schemaFilters.reduce(function (schema, filter) { return filter(schema, render, props); }, schema);
30
- }
31
- function Renderer(config) {
32
- return function (component) {
33
- var renderer = registerRenderer(__assign(__assign({}, config), { component: component }));
34
- return renderer.component;
35
- };
36
- }
37
- function registerRenderer(config) {
38
- if (!config.test && !config.type) {
39
- throw new TypeError('please set config.test or config.type');
40
- }
41
- else if (!config.component) {
42
- throw new TypeError('config.component is required');
43
- }
44
- if (typeof config.type === 'string' && config.type) {
45
- config.type = config.type.toLowerCase();
46
- config.test =
47
- config.test || new RegExp("(^|/)".concat(string2regExp(config.type), "$"), 'i');
48
- }
49
- config.weight = config.weight || 0;
50
- config.Renderer = config.component;
51
- config.name = config.name || config.type || "anonymous-".concat(anonymousIndex++);
52
- if (renderersMap[config.name]) {
53
- throw new Error("The renderer with name \"".concat(config.name, "\" has already exists, please try another name!"));
54
- }
55
- else if (renderersMap.hasOwnProperty(config.name)) {
56
- // 后面补充的
57
- var idx_1 = findIndex(renderers, function (item) { return item.name === config.name; });
58
- ~idx_1 && renderers.splice(idx_1, 0, config);
59
- }
60
- if (config.storeType && config.component) {
61
- config.component = HocStoreFactory({
62
- storeType: config.storeType,
63
- extendsData: config.storeExtendsData,
64
- shouldSyncSuperStore: config.shouldSyncSuperStore
65
- })(observer(config.component));
66
- }
67
- if (config.isolateScope) {
68
- config.component = HocScoped(config.component);
69
- }
70
- var idx = findIndex(renderers, function (item) { return config.weight < item.weight; });
71
- ~idx ? renderers.splice(idx, 0, config) : renderers.push(config);
72
- renderersMap[config.name] = config.component !== Placeholder;
73
- return config;
74
- }
75
- function unRegisterRenderer(config) {
76
- var name = (typeof config === 'string' ? config : config.name);
77
- delete renderersMap[name];
78
- // 清空渲染器定位缓存
79
- cache = {};
80
- }
81
- function loadRenderer(schema, path) {
82
- return (React.createElement("div", { className: "RuntimeError" },
83
- React.createElement("p", null, "Error: \u627E\u4E0D\u5230\u5BF9\u5E94\u7684\u6E32\u67D3\u5668"),
84
- React.createElement("p", null,
85
- "Path: ",
86
- path),
87
- React.createElement("pre", null,
88
- React.createElement("code", null, JSON.stringify(schema, null, 2)))));
89
- }
90
- var defaultOptions = {
91
- session: 'global',
92
- affixOffsetTop: 0,
93
- affixOffsetBottom: 0,
94
- richTextToken: '',
95
- useMobileUI: true,
96
- enableAMISDebug: (_b = (_a = window.enableAMISDebug) !== null && _a !== void 0 ? _a : location.search.indexOf('amisDebug=1') !== -1) !== null && _b !== void 0 ? _b : false,
97
- loadRenderer: loadRenderer,
98
- fetcher: function () {
99
- return Promise.reject('fetcher is required');
100
- },
101
- // 使用 WebSocket 来实时获取数据
102
- wsFetcher: function (ws, onMessage, onError) {
103
- if (ws) {
104
- var socket_1 = new WebSocket(ws.url);
105
- socket_1.onopen = function (event) {
106
- if (ws.body) {
107
- socket_1.send(JSON.stringify(ws.body));
108
- }
109
- };
110
- socket_1.onmessage = function (event) {
111
- var _a;
112
- if (event.data) {
113
- var data = void 0;
114
- try {
115
- data = JSON.parse(event.data);
116
- }
117
- catch (error) { }
118
- if (typeof data !== 'object') {
119
- var key = ws.responseKey || 'data';
120
- data = (_a = {},
121
- _a[key] = event.data,
122
- _a);
123
- }
124
- onMessage(data);
125
- }
126
- };
127
- socket_1.onerror = onError;
128
- return {
129
- close: socket_1.close
130
- };
131
- }
132
- else {
133
- return {
134
- close: function () { }
135
- };
136
- }
137
- },
138
- isCancel: function () {
139
- console.error('Please implement isCancel. see https://baidu.gitee.io/amis/docs/start/getting-started#%E4%BD%BF%E7%94%A8%E6%8C%87%E5%8D%97');
140
- return false;
141
- },
142
- updateLocation: function () {
143
- console.error('Please implement updateLocation. see https://baidu.gitee.io/amis/docs/start/getting-started#%E4%BD%BF%E7%94%A8%E6%8C%87%E5%8D%97');
144
- },
145
- jumpTo: function (to, action) {
146
- if (to === 'goBack') {
147
- return window.history.back();
148
- }
149
- to = normalizeLink(to);
150
- if (action && action.actionType === 'url') {
151
- action.blank === false ? (window.location.href = to) : window.open(to);
152
- return;
153
- }
154
- if (/^https?:\/\//.test(to)) {
155
- window.location.replace(to);
156
- }
157
- else {
158
- location.href = to;
159
- }
160
- },
161
- isCurrentUrl: function (to) {
162
- if (!to) {
163
- return false;
164
- }
165
- var link = normalizeLink(to);
166
- var location = window.location;
167
- var pathname = link;
168
- var search = '';
169
- var idx = link.indexOf('?');
170
- if (~idx) {
171
- pathname = link.substring(0, idx);
172
- search = link.substring(idx);
173
- }
174
- if (search) {
175
- if (pathname !== location.pathname || !location.search) {
176
- return false;
177
- }
178
- var query_1 = qsparse(search.substring(1));
179
- var currentQuery_1 = parseQuery(location);
180
- return Object.keys(query_1).every(function (key) { return query_1[key] === currentQuery_1[key]; });
181
- }
182
- else if (pathname === location.pathname) {
183
- return true;
184
- }
185
- return false;
186
- },
187
- copy: function (contents) {
188
- console.error('copy contents', contents);
189
- },
190
- // 用于跟踪用户在界面中的各种操作
191
- tracker: function (eventTrack, props) { },
192
- rendererResolver: resolveRenderer,
193
- replaceTextIgnoreKeys: [
194
- 'type',
195
- 'name',
196
- 'mode',
197
- 'target',
198
- 'reload',
199
- 'persistData'
200
- ],
201
- /**
202
- * 过滤 html 标签,可用来添加 xss 保护逻辑
203
- */
204
- filterHtml: function (input) { return input; }
205
- };
206
- var stores = {};
207
- // 默认 env 会被缓存,所以新传入的 env 不会替换旧的。
208
- // 除非先删了旧的,新的才会生效。
209
- function clearStoresCache(sessions) {
210
- if (sessions === void 0) { sessions = Object.keys(stores); }
211
- if (!Array.isArray(sessions)) {
212
- sessions = [sessions];
213
- }
214
- sessions.forEach(function (key) {
215
- var store = stores[key];
216
- // @ts-ignore
217
- delete stores[key];
218
- store && destroy(store);
219
- });
220
- }
221
- // 当然也可以直接这样更新。
222
- // 主要是有时候第一次创建的时候并没有准备多少接口,
223
- // 可以后续补充点,比如 amis 自己实现的,prompt 里面的表单。
224
- function updateEnv(options, session) {
225
- if (session === void 0) { session = 'global'; }
226
- options = __assign({}, options);
227
- if (options.fetcher) {
228
- options.fetcher = wrapFetcher(options.fetcher, options.tracker);
229
- }
230
- if (options.confirm) {
231
- options.confirm = promisify(options.confirm);
232
- }
233
- var store = stores[options.session || session];
234
- if (!store) {
235
- store = RendererStore.create({}, __assign(__assign({}, defaultOptions), options));
236
- stores[options.session || session] = store;
237
- }
238
- else {
239
- var env = getEnv(store);
240
- Object.assign(env, options);
241
- }
242
- }
243
- // 扩充默认的 env ,这样使用方不需要指定都会有。
244
- function extendDefaultEnv(env) {
245
- Object.assign(defaultOptions, env);
246
- }
247
- var cache = {};
248
- function resolveRenderer(path, schema) {
249
- var type = typeof (schema === null || schema === void 0 ? void 0 : schema.type) == 'string' ? schema.type.toLowerCase() : '';
250
- if (type && cache[type]) {
251
- return cache[type];
252
- }
253
- else if (cache[path]) {
254
- return cache[path];
255
- }
256
- else if (path && path.length > 3072) {
257
- throw new Error('Path太长是不是死循环了?');
258
- }
259
- var renderer = null;
260
- renderers.some(function (item) {
261
- var matched = false;
262
- // 直接匹配类型,后续注册渲染都应该用这个方式而不是之前的判断路径。
263
- if (item.type && type) {
264
- matched = item.type === type;
265
- // 如果是type来命中的,那么cache的key直接用 type 即可。
266
- if (matched) {
267
- cache[type] = item;
268
- }
269
- }
270
- else if (typeof item.test === 'function') {
271
- // 不应该搞得这么复杂的,让每个渲染器唯一 id,自己不晕别人用起来也不晕。
272
- matched = item.test(path, schema, resolveRenderer);
273
- }
274
- else if (item.test instanceof RegExp) {
275
- matched = item.test.test(path);
276
- }
277
- if (matched) {
278
- renderer = item;
279
- }
280
- return matched;
281
- });
282
- // 只能缓存纯正则表达式的后者方法中没有用到第二个参数的,
283
- // 因为自定义 test 函数的有可能依赖 schema 的结果
284
- if (renderer !== null &&
285
- renderer.component !== Placeholder &&
286
- (renderer.type ||
287
- renderer.test instanceof RegExp ||
288
- (typeof renderer.test === 'function' &&
289
- renderer.test.length < 2))) {
290
- cache[path] = renderer;
291
- }
292
- return renderer;
293
- }
294
- function getRenderers() {
295
- return renderers.concat();
296
- }
297
- function getRendererByName(name) {
298
- return find(renderers, function (item) { return item.name === name; });
299
- }
300
-
301
- export { Renderer, addSchemaFilter, clearStoresCache, defaultOptions, extendDefaultEnv, filterSchema, getRendererByName, getRenderers, loadRenderer, registerRenderer, renderersMap, resolveRenderer, stores, unRegisterRenderer, updateEnv };
package/esm/index.d.ts DELETED
@@ -1,44 +0,0 @@
1
- /// <reference types="react" />
2
- /** @license amis v@version
3
- *
4
- * Copyright Baidu
5
- *
6
- * This source code is licensed under the Apache license found in the
7
- * LICENSE file in the root directory of this source tree.
8
- */
9
- import { Renderer, getRendererByName, getRenderers, registerRenderer, unRegisterRenderer, resolveRenderer, filterSchema, clearStoresCache, updateEnv, addSchemaFilter, extendDefaultEnv } from './factory';
10
- import type { RenderOptions, RendererConfig, RendererProps } from './factory';
11
- import './renderers/builtin';
12
- import './renderers/register';
13
- export * from './utils/index';
14
- export * from './types';
15
- export * from './store';
16
- import * as utils from './utils/helper';
17
- import { RegisterStore } from './store';
18
- import { setDefaultLocale, getDefaultLocale, makeTranslator, register as registerLocale, extendLocale, removeLocaleData, localeable } from './locale';
19
- import type { LocaleProps, TranslateFn } from './locale';
20
- import Scoped, { ScopedContext } from './Scoped';
21
- import type { IScopedContext } from './Scoped';
22
- import { classnames, getClassPrefix, setDefaultTheme, theme, getTheme, themeable, makeClassnames } from './theme';
23
- import type { ClassNamesFn, ThemeProps } from './theme';
24
- declare const classPrefix: string | undefined;
25
- export * from './actions';
26
- import FormItem, { FormItemWrap, registerFormItem, getFormItemByName } from './renderers/Item';
27
- import type { FormBaseControl, FormControlProps, FormItemProps } from './renderers/Item';
28
- import { OptionsControl, registerOptionsControl } from './renderers/Options';
29
- import type { OptionsControlProps } from './renderers/Options';
30
- import type { FormOptionsControl } from './renderers/Options';
31
- import { Schema } from './types';
32
- import { addRootWrapper, RootRenderProps } from './Root';
33
- import { EnvContext } from './env';
34
- import type { RendererEnv } from './env';
35
- import { evaluate, Evaluator, extendsFilters, filters, getFilters, lexer, parse, registerFilter, registerFunction } from 'amis-formula';
36
- import type { FilterContext } from 'amis-formula';
37
- import LazyComponent from './components/LazyComponent';
38
- import Overlay from './components/Overlay';
39
- import PopOver from './components/PopOver';
40
- import { FormRenderer } from './renderers/Form';
41
- import type { FormHorizontal } from './renderers/Form';
42
- export declare const version = "__buildVersion";
43
- export { clearStoresCache, updateEnv, Renderer, RendererProps, RenderOptions, RendererEnv, EnvContext, RegisterStore, FormItem, FormItemWrap, FormItemProps, OptionsControl, FormRenderer, FormHorizontal, utils, getRendererByName, registerRenderer, unRegisterRenderer, getRenderers, registerFormItem, getFormItemByName, registerOptionsControl, resolveRenderer, filterSchema, Scoped, ScopedContext, IScopedContext, setDefaultTheme, theme, themeable, ThemeProps, getTheme, classPrefix, getClassPrefix, classnames, makeClassnames, getDefaultLocale, setDefaultLocale, registerLocale, makeTranslator, extendLocale, removeLocaleData, localeable, LocaleProps, TranslateFn, ClassNamesFn, parse, lexer, Evaluator, FilterContext, filters, getFilters, registerFilter, extendsFilters, registerFunction, evaluate, LazyComponent, Overlay, PopOver, addSchemaFilter, OptionsControlProps, FormOptionsControl, FormControlProps, FormBaseControl, extendDefaultEnv, addRootWrapper, RendererConfig };
44
- export declare function render(schema: Schema, props?: RootRenderProps, options?: RenderOptions, pathPrefix?: string): JSX.Element;
package/esm/index.js DELETED
@@ -1,174 +0,0 @@
1
- /**
2
- * amis-core v2.6.0
3
- * Copyright 2018-2022 fex
4
- */
5
-
6
- import { __assign } from 'tslib';
7
- import { stores, defaultOptions } from './factory.js';
8
- export { Renderer, addSchemaFilter, clearStoresCache, extendDefaultEnv, filterSchema, getRendererByName, getRenderers, registerRenderer, resolveRenderer, unRegisterRenderer, updateEnv } from './factory.js';
9
- import './renderers/builtin.js';
10
- import './renderers/register.js';
11
- import { wrapFetcher } from './utils/api.js';
12
- export { buildApi, clearApiCache, getApiCache, isApiOutdated, isApiOutdatedWithData, isEffectiveApi, isSameApi, isValidApi, jsFetcher, jsonpFetcher, normalizeApi, normalizeApiResponseData, responseAdaptor, setApiCache, str2AsyncFunction, str2function, wrapAdaptor, wrapFetcher } from './utils/api.js';
13
- export { attachmentAdpator } from './utils/attachmentAdpator.js';
14
- export { autobindMethod, bind } from './utils/autobind.js';
15
- export { ColorScale } from './utils/ColorScale.js';
16
- export { columnsSplit } from './utils/columnsSplit.js';
17
- export { dataMapping, resolveMapping, resolveMappingObject } from './utils/dataMapping.js';
18
- export { DataSchema } from './utils/DataSchema.js';
19
- export { DataScope } from './utils/DataScope.js';
20
- export { filterDate, parseDuration, relativeValueRe } from './utils/date.js';
21
- import { enableDebug } from './utils/debug.js';
22
- export { DebugWrapper, debug, enableDebug, warning } from './utils/debug.js';
23
- export { calculatePosition, getContainer, getStyleNumber, ownerDocument } from './utils/dom.js';
24
- export { ServerError } from './utils/errors.js';
25
- export { escapeHtml } from './utils/escapeHtml.js';
26
- export { getExprProperties } from './utils/filter-schema.js';
27
- import './utils/filter.js';
28
- export { formatDuration } from './utils/formatDuration.js';
29
- export { FormulaExec, formulaExec, isExpression, isNeedFormula, registerFormulaExec, replaceExpression } from './utils/formula.js';
30
- export { getVariable } from './utils/getVariable.js';
31
- export { collectVariables } from './utils/grammar.js';
32
- export { handleAction } from './utils/handleAction.js';
33
- import { promisify } from './utils/helper.js';
34
- import * as helper from './utils/helper.js';
35
- export { helper as utils };
36
- export { JSONTraverse, SkipOperation, __uri, anyChanged, autobind, bulkBindFunctions, camel, chainEvents, chainFunctions, convertArrayValueToMoment, detectPropValueChanged, difference, eachTree, everyTree, filterTree, findIndex, findObjectsWithKey, findTree, findTreeIndex, flattenTree, flattenTreeWithLeafNodes, getLevelFromClassName, getPropValue, getRange, getScrollParent, getScrollbarWidth, getTree, getTreeAncestors, getTreeDepth, getTreeParent, getWidthRate, guid, hasAbility, hasFile, hasOwnPropertyInPath, hasVisibleExpression, hashCode, immutableExtends, injectPropsToObject, isArrayChildrenModified, isBreakpoint, isClickOnInput, isDisabled, isEmpty, isMobile, isNumeric, isObjectShallowModified, isSuperDataModified, isUnfolded, isVisible, lcFirst, loadScript, makeColumnClassBuild, makeHorizontalDeeper, mapObject, mapTree, noop, normalizeNodePath, object2formData, omitControls, padArr, parseQuery, pickEventsProps, preventDefault, promisify, qsparse, qsstringify, range, removeHTMLTag, repeatCount, rmUndefined, someTree, sortArray, spliceTree, syncDataFromSuper, ucFirst, until, uuid, uuidv4, visibilityFilter } from './utils/helper.js';
37
- export { highlight } from './utils/highlight.js';
38
- export { generateIcon } from './utils/icon.js';
39
- export { getImageDimensions, toDataURL } from './utils/image.js';
40
- export { isPureVariable } from './utils/isPureVariable.js';
41
- export { JSONSchme2AMisSchema } from './utils/json-schema-2-amis-schema.js';
42
- export { keyToPath } from './utils/keyToPath.js';
43
- export { makeSorter } from './utils/makeSorter.js';
44
- export { normalizeLink } from './utils/normalizeLink.js';
45
- export { normalizeOptions } from './utils/normalizeOptions.js';
46
- export { cloneObject, createObject, deleteVariable, extendObject, isObject, pickValues, setVariable } from './utils/object.js';
47
- export { offset } from './utils/offset.js';
48
- export { offsetParent } from './utils/offsetParent.js';
49
- export { matchOptionValue, optionValueCompare } from './utils/optionValueCompare.js';
50
- export { position } from './utils/position.js';
51
- export { prettyBytes } from './utils/prettyBytes.js';
52
- export { bindEvent, createRendererEvent, dispatchEvent, getRendererEventListeners, resolveEventData } from './utils/renderer-event.js';
53
- import { replaceText } from './utils/replaceText.js';
54
- export { replaceText } from './utils/replaceText.js';
55
- export { getComputedStyle, resizeSensor } from './utils/resize-sensor.js';
56
- export { resolveVariable } from './utils/resolveVariable.js';
57
- export { resolveVariableAndFilter } from './utils/resolveVariableAndFilter.js';
58
- export { RootClose } from './utils/RootClose.js';
59
- export { scrollPosition } from './utils/scrollPosition.js';
60
- export { SimpleMap } from './utils/SimpleMap.js';
61
- export { string2regExp } from './utils/string2regExp.js';
62
- export { buildStyle } from './utils/style.js';
63
- export { tokenize } from './utils/tokenize.js';
64
- export { register } from './utils/tpl-builtin.js';
65
- export { evalExpression, evalJS, filter, registerTplEnginer, setCustomEvalExpression, setCustomEvalJs } from './utils/tpl.js';
66
- export { uncontrollable } from './utils/uncontrollable.js';
67
- export { addRule, str2rules, validate, validateMessages, validateObject, validations } from './utils/validations.js';
68
- export { toNumber } from './utils/toNumber.js';
69
- export { decodeEntity } from './utils/decodeEntity.js';
70
- export { default as animation } from './utils/Animation.js';
71
- import { RendererStore } from './store/index.js';
72
- export { RegisterStore, RendererStore } from './store/index.js';
73
- import { getEnv } from 'mobx-state-tree';
74
- import { getDefaultLocale, makeTranslator } from './locale.js';
75
- export { extendLocale, getDefaultLocale, localeable, makeTranslator, register as registerLocale, removeLocaleData, setDefaultLocale } from './locale.js';
76
- export { HocScoped as Scoped, ScopedContext } from './Scoped.js';
77
- import { getClassPrefix, getTheme } from './theme.js';
78
- export { classnames, getClassPrefix, getTheme, makeClassnames, setDefaultTheme, theme, themeable } from './theme.js';
79
- import './actions/LoopAction.js';
80
- import './actions/BreakAction.js';
81
- import './actions/ContinueAction.js';
82
- import './actions/SwitchAction.js';
83
- import './actions/ParallelAction.js';
84
- import './actions/CustomAction.js';
85
- import './actions/BroadcastAction.js';
86
- import './actions/CmptAction.js';
87
- import './actions/AjaxAction.js';
88
- import './actions/CopyAction.js';
89
- import './actions/DialogAction.js';
90
- import './actions/DrawerAction.js';
91
- import './actions/EmailAction.js';
92
- import './actions/LinkAction.js';
93
- import './actions/ToastAction.js';
94
- import './actions/PageAction.js';
95
- export { LoopStatus, getActionByType, registerAction, runAction, runActions } from './actions/Action.js';
96
- export { FormItem, FormItemWrap, getFormItemByName, registerFormItem } from './renderers/Item.js';
97
- export { OptionsControl, registerOptionsControl } from './renderers/Options.js';
98
- import ScopedRootRenderer from './Root.js';
99
- export { addRootWrapper } from './Root.js';
100
- import { envOverwrite } from './envOverwrite.js';
101
- import { EnvContext } from './env.js';
102
- export { EnvContext } from './env.js';
103
- import React from 'react';
104
- export { Evaluator, evaluate, extendsFilters, filters, getFilters, lexer, parse, registerFilter, registerFunction } from 'amis-formula';
105
- export { default as LazyComponent } from './components/LazyComponent.js';
106
- export { default as Overlay } from './components/Overlay.js';
107
- export { default as PopOver } from './components/PopOver.js';
108
- export { FormRenderer } from './renderers/Form.js';
109
- export { stripNumber } from './utils/stripNumber.js';
110
- export { iRendererStore } from './store/iRenderer.js';
111
- export { ServiceStore } from './store/service.js';
112
- export { FormStore } from './store/form.js';
113
- export { ComboStore } from './store/combo.js';
114
- export { CRUDStore } from './store/crud.js';
115
- export { TableStore } from './store/table.js';
116
- export { TableStore2 } from './store/table2.js';
117
- export { ListStore } from './store/list.js';
118
- export { ModalStore } from './store/modal.js';
119
- export { FormItemStore } from './store/formItem.js';
120
- export { PaginationStore } from './store/pagination.js';
121
- export { AppStore } from './store/app.js';
122
- export { StoreNode } from './store/node.js';
123
-
124
- var classPrefix = getClassPrefix();
125
- // @ts-ignore
126
- var version = '2.6.0';
127
- function render(schema, props, options, pathPrefix) {
128
- if (props === void 0) { props = {}; }
129
- if (options === void 0) { options = {}; }
130
- if (pathPrefix === void 0) { pathPrefix = ''; }
131
- var locale = props.locale || getDefaultLocale();
132
- // 兼容 locale 的不同写法
133
- locale = locale.replace('_', '-');
134
- locale = locale === 'en' ? 'en-US' : locale;
135
- locale = locale === 'zh' ? 'zh-CN' : locale;
136
- locale = locale === 'cn' ? 'zh-CN' : locale;
137
- var translate = props.translate || makeTranslator(locale);
138
- var store = stores[options.session || 'global'];
139
- // 根据环境覆盖 schema,这个要在最前面做,不然就无法覆盖 validations
140
- envOverwrite(schema, locale);
141
- if (!store) {
142
- options = __assign(__assign(__assign({}, defaultOptions), options), { fetcher: options.fetcher
143
- ? wrapFetcher(options.fetcher, options.tracker)
144
- : defaultOptions.fetcher, confirm: promisify(options.confirm || defaultOptions.confirm || window.confirm), locale: locale, translate: translate });
145
- if (options.enableAMISDebug) {
146
- // 因为里面还有 render
147
- setTimeout(function () {
148
- enableDebug();
149
- }, 10);
150
- }
151
- store = RendererStore.create({}, options);
152
- stores[options.session || 'global'] = store;
153
- }
154
- window.amisStore = store; // 为了方便 debug.
155
- var env = getEnv(store);
156
- var theme = props.theme || options.theme || 'cxd';
157
- if (theme === 'default') {
158
- theme = 'cxd';
159
- }
160
- env.theme = getTheme(theme);
161
- if (props.locale !== undefined) {
162
- env.translate = translate;
163
- env.locale = locale;
164
- }
165
- // 默认将开启移动端原生 UI
166
- if (options.useMobileUI !== false) {
167
- props.useMobileUI = true;
168
- }
169
- schema = replaceText(schema, options.replaceText, env.replaceTextIgnoreKeys);
170
- return (React.createElement(EnvContext.Provider, { value: env },
171
- React.createElement(ScopedRootRenderer, __assign({}, props, { schema: schema, pathPrefix: pathPrefix, rootStore: store, env: env, theme: theme, locale: locale, translate: translate }))));
172
- }
173
-
174
- export { classPrefix, render, version };