amis-core 6.8.0 → 6.9.0-rc.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 (287) hide show
  1. package/esm/Root.js +1 -1
  2. package/esm/RootRenderer.d.ts +1 -1
  3. package/esm/RootRenderer.js +24 -2
  4. package/esm/SchemaRenderer.js +29 -15
  5. package/esm/Scoped.js +1 -1
  6. package/esm/StatusScoped.js +1 -1
  7. package/esm/WithRootStore.js +1 -1
  8. package/esm/WithStore.js +1 -1
  9. package/esm/actions/Action.js +1 -1
  10. package/esm/actions/AjaxAction.js +1 -1
  11. package/esm/actions/BreakAction.js +1 -1
  12. package/esm/actions/BroadcastAction.js +1 -1
  13. package/esm/actions/CmptAction.js +1 -1
  14. package/esm/actions/ContinueAction.js +1 -1
  15. package/esm/actions/CopyAction.js +1 -1
  16. package/esm/actions/CustomAction.js +1 -1
  17. package/esm/actions/DialogAction.js +1 -1
  18. package/esm/actions/DrawerAction.js +1 -1
  19. package/esm/actions/EmailAction.js +1 -1
  20. package/esm/actions/EventAction.js +1 -1
  21. package/esm/actions/LinkAction.js +1 -1
  22. package/esm/actions/LoopAction.js +1 -1
  23. package/esm/actions/PageAction.js +1 -1
  24. package/esm/actions/ParallelAction.js +1 -1
  25. package/esm/actions/PrintAction.js +1 -1
  26. package/esm/actions/StatusAction.js +1 -1
  27. package/esm/actions/SwitchAction.js +1 -1
  28. package/esm/actions/ToastAction.js +1 -1
  29. package/esm/actions/WaitAction.js +1 -1
  30. package/esm/components/CustomStyle.js +1 -1
  31. package/esm/components/ErrorBoundary.js +1 -1
  32. package/esm/components/LazyComponent.d.ts +40 -2
  33. package/esm/components/LazyComponent.js +13 -7
  34. package/esm/components/Overlay.js +1 -1
  35. package/esm/components/PopOver.d.ts +1 -1
  36. package/esm/components/PopOver.js +1 -1
  37. package/esm/env.js +1 -1
  38. package/esm/envOverwrite.js +1 -1
  39. package/esm/factory.d.ts +13 -2
  40. package/esm/factory.js +157 -45
  41. package/esm/index.d.ts +4 -4
  42. package/esm/index.js +5 -5
  43. package/esm/locale.js +1 -1
  44. package/esm/polyfills.js +1 -1
  45. package/esm/renderers/Form.js +3 -3
  46. package/esm/renderers/Item.js +6 -6
  47. package/esm/renderers/Options.d.ts +3 -3
  48. package/esm/renderers/Options.js +42 -19
  49. package/esm/renderers/Placeholder.js +1 -1
  50. package/esm/renderers/builtin.js +1 -1
  51. package/esm/renderers/register.js +1 -1
  52. package/esm/renderers/wrapControl.js +1 -1
  53. package/esm/store/app.js +1 -1
  54. package/esm/store/combo.js +1 -1
  55. package/esm/store/crud.js +1 -1
  56. package/esm/store/form.js +1 -1
  57. package/esm/store/formItem.js +1 -1
  58. package/esm/store/iRenderer.js +1 -1
  59. package/esm/store/index.d.ts +1 -0
  60. package/esm/store/index.js +3 -2
  61. package/esm/store/list.js +1 -1
  62. package/esm/store/manager.js +1 -1
  63. package/esm/store/modal.js +1 -1
  64. package/esm/store/node.js +1 -1
  65. package/esm/store/pagination.js +1 -1
  66. package/esm/store/root.d.ts +2 -0
  67. package/esm/store/root.js +45 -21
  68. package/esm/store/service.js +1 -1
  69. package/esm/store/status.js +1 -1
  70. package/esm/store/table.js +1 -1
  71. package/esm/store/table2.js +1 -1
  72. package/esm/theme.js +1 -1
  73. package/esm/types.d.ts +4 -2
  74. package/esm/utils/Animation.js +1 -1
  75. package/esm/utils/ColorScale.js +1 -1
  76. package/esm/utils/DataSchema.js +1 -1
  77. package/esm/utils/DataScope.js +1 -1
  78. package/esm/utils/RootClose.js +1 -1
  79. package/esm/utils/SimpleMap.js +1 -1
  80. package/esm/utils/api.d.ts +21 -1
  81. package/esm/utils/api.js +133 -41
  82. package/esm/utils/arraySlice.js +1 -1
  83. package/esm/utils/attachmentAdpator.js +1 -1
  84. package/esm/utils/autobind.js +1 -1
  85. package/esm/utils/browser.js +1 -1
  86. package/esm/utils/columnsSplit.js +1 -1
  87. package/esm/utils/concatData.js +1 -1
  88. package/esm/utils/dataMapping.js +1 -1
  89. package/esm/utils/date.js +1 -1
  90. package/esm/utils/debug.js +1 -1
  91. package/esm/utils/decodeEntity.js +1 -1
  92. package/esm/utils/dom.js +1 -1
  93. package/esm/utils/errors.js +1 -1
  94. package/esm/utils/escapeHtml.js +1 -1
  95. package/esm/utils/filter-schema.js +1 -1
  96. package/esm/utils/filter.js +1 -1
  97. package/esm/utils/formatDuration.js +1 -1
  98. package/esm/utils/formula.js +1 -1
  99. package/esm/utils/getVariable.js +1 -1
  100. package/esm/utils/grammar.js +1 -1
  101. package/esm/utils/handleAction.js +1 -1
  102. package/esm/utils/helper.js +1 -1
  103. package/esm/utils/highlight.js +1 -1
  104. package/esm/utils/icon.js +1 -1
  105. package/esm/utils/image.js +1 -1
  106. package/esm/utils/isPureVariable.js +1 -1
  107. package/esm/utils/json-schema-2-amis-schema.js +1 -1
  108. package/esm/utils/keyToPath.js +1 -1
  109. package/esm/utils/labelToString.js +1 -1
  110. package/esm/utils/makeSorter.js +1 -1
  111. package/esm/utils/math.js +1 -1
  112. package/esm/utils/memoryParse.js +1 -1
  113. package/esm/utils/normalizeLink.js +1 -1
  114. package/esm/utils/normalizeOptions.js +1 -1
  115. package/esm/utils/object.js +1 -1
  116. package/esm/utils/offset.js +1 -1
  117. package/esm/utils/offsetParent.js +1 -1
  118. package/esm/utils/optionValueCompare.js +1 -1
  119. package/esm/utils/position.js +1 -1
  120. package/esm/utils/prettyBytes.js +1 -1
  121. package/esm/utils/printElement.js +1 -1
  122. package/esm/utils/renderer-event.js +1 -1
  123. package/esm/utils/replaceText.js +1 -1
  124. package/esm/utils/resize-sensor.js +1 -1
  125. package/esm/utils/resolveCondition.js +1 -1
  126. package/esm/utils/resolveVariable.js +1 -1
  127. package/esm/utils/resolveVariableAndFilter.js +1 -1
  128. package/esm/utils/resolveVariableAndFilterForAsync.js +1 -1
  129. package/esm/utils/scrollPosition.js +1 -1
  130. package/esm/utils/string2regExp.js +1 -1
  131. package/esm/utils/stripNumber.js +1 -1
  132. package/esm/utils/style-helper.js +1 -1
  133. package/esm/utils/style.js +1 -1
  134. package/esm/utils/toNumber.js +1 -1
  135. package/esm/utils/tokenize.js +1 -1
  136. package/esm/utils/tpl-builtin.js +1 -1
  137. package/esm/utils/tpl-lodash.js +1 -1
  138. package/esm/utils/tpl.js +1 -1
  139. package/esm/utils/uncontrollable.js +1 -1
  140. package/esm/utils/validateId.js +1 -1
  141. package/esm/utils/validations.js +1 -1
  142. package/esm/utils/visitedCache.js +1 -1
  143. package/lib/Root.js +1 -1
  144. package/lib/RootRenderer.js +23 -1
  145. package/lib/SchemaRenderer.js +27 -13
  146. package/lib/Scoped.js +1 -1
  147. package/lib/StatusScoped.js +1 -1
  148. package/lib/WithRootStore.js +1 -1
  149. package/lib/WithStore.js +1 -1
  150. package/lib/actions/Action.js +1 -1
  151. package/lib/actions/AjaxAction.js +1 -1
  152. package/lib/actions/BreakAction.js +1 -1
  153. package/lib/actions/BroadcastAction.js +1 -1
  154. package/lib/actions/CmptAction.js +1 -1
  155. package/lib/actions/ContinueAction.js +1 -1
  156. package/lib/actions/CopyAction.js +1 -1
  157. package/lib/actions/CustomAction.js +1 -1
  158. package/lib/actions/DialogAction.js +1 -1
  159. package/lib/actions/DrawerAction.js +1 -1
  160. package/lib/actions/EmailAction.js +1 -1
  161. package/lib/actions/EventAction.js +1 -1
  162. package/lib/actions/LinkAction.js +1 -1
  163. package/lib/actions/LoopAction.js +1 -1
  164. package/lib/actions/PageAction.js +1 -1
  165. package/lib/actions/ParallelAction.js +1 -1
  166. package/lib/actions/PrintAction.js +1 -1
  167. package/lib/actions/StatusAction.js +1 -1
  168. package/lib/actions/SwitchAction.js +1 -1
  169. package/lib/actions/ToastAction.js +1 -1
  170. package/lib/actions/WaitAction.js +1 -1
  171. package/lib/components/CustomStyle.js +1 -1
  172. package/lib/components/ErrorBoundary.js +1 -1
  173. package/lib/components/LazyComponent.d.ts +40 -2
  174. package/lib/components/LazyComponent.js +14 -7
  175. package/lib/components/Overlay.js +1 -1
  176. package/lib/components/PopOver.d.ts +1 -1
  177. package/lib/components/PopOver.js +1 -1
  178. package/lib/env.js +1 -1
  179. package/lib/envOverwrite.js +1 -1
  180. package/lib/factory.d.ts +13 -2
  181. package/lib/factory.js +161 -44
  182. package/lib/index.d.ts +4 -4
  183. package/lib/index.js +10 -2
  184. package/lib/locale.js +1 -1
  185. package/lib/polyfills.js +1 -1
  186. package/lib/renderers/Form.js +1 -1
  187. package/lib/renderers/Item.js +6 -6
  188. package/lib/renderers/Options.d.ts +3 -3
  189. package/lib/renderers/Options.js +42 -19
  190. package/lib/renderers/Placeholder.js +1 -1
  191. package/lib/renderers/builtin.js +1 -1
  192. package/lib/renderers/register.js +1 -1
  193. package/lib/renderers/wrapControl.js +1 -1
  194. package/lib/store/app.js +1 -1
  195. package/lib/store/combo.d.ts +24 -25
  196. package/lib/store/combo.js +1 -1
  197. package/lib/store/crud.js +2 -2
  198. package/lib/store/form.d.ts +10 -11
  199. package/lib/store/form.js +1 -1
  200. package/lib/store/formItem.js +1 -1
  201. package/lib/store/iRenderer.js +1 -1
  202. package/lib/store/index.d.ts +1 -0
  203. package/lib/store/index.js +3 -1
  204. package/lib/store/list.js +1 -1
  205. package/lib/store/manager.js +1 -1
  206. package/lib/store/modal.js +1 -1
  207. package/lib/store/node.js +1 -1
  208. package/lib/store/pagination.js +1 -1
  209. package/lib/store/root.d.ts +2 -0
  210. package/lib/store/root.js +43 -19
  211. package/lib/store/service.js +1 -1
  212. package/lib/store/status.js +1 -1
  213. package/lib/store/table.d.ts +20 -21
  214. package/lib/store/table.js +1 -1
  215. package/lib/store/table2.js +1 -1
  216. package/lib/theme.js +1 -1
  217. package/lib/types.d.ts +4 -2
  218. package/lib/utils/Animation.js +1 -1
  219. package/lib/utils/ColorScale.js +1 -1
  220. package/lib/utils/DataSchema.js +1 -1
  221. package/lib/utils/DataScope.js +1 -1
  222. package/lib/utils/RootClose.js +1 -1
  223. package/lib/utils/SimpleMap.js +1 -1
  224. package/lib/utils/api.d.ts +21 -1
  225. package/lib/utils/api.js +136 -40
  226. package/lib/utils/arraySlice.js +1 -1
  227. package/lib/utils/attachmentAdpator.js +1 -1
  228. package/lib/utils/autobind.js +1 -1
  229. package/lib/utils/browser.js +1 -1
  230. package/lib/utils/columnsSplit.js +1 -1
  231. package/lib/utils/concatData.js +1 -1
  232. package/lib/utils/dataMapping.js +1 -1
  233. package/lib/utils/date.js +1 -1
  234. package/lib/utils/debug.js +2 -2
  235. package/lib/utils/decodeEntity.js +1 -1
  236. package/lib/utils/dom.js +1 -1
  237. package/lib/utils/errors.js +1 -1
  238. package/lib/utils/escapeHtml.js +1 -1
  239. package/lib/utils/filter-schema.js +1 -1
  240. package/lib/utils/filter.js +1 -1
  241. package/lib/utils/formatDuration.js +1 -1
  242. package/lib/utils/formula.js +1 -1
  243. package/lib/utils/getVariable.js +1 -1
  244. package/lib/utils/grammar.js +1 -1
  245. package/lib/utils/handleAction.js +1 -1
  246. package/lib/utils/helper.js +1 -1
  247. package/lib/utils/highlight.js +1 -1
  248. package/lib/utils/icon.js +1 -1
  249. package/lib/utils/image.js +1 -1
  250. package/lib/utils/isPureVariable.js +1 -1
  251. package/lib/utils/json-schema-2-amis-schema.js +1 -1
  252. package/lib/utils/keyToPath.js +1 -1
  253. package/lib/utils/labelToString.js +1 -1
  254. package/lib/utils/makeSorter.js +1 -1
  255. package/lib/utils/math.js +1 -1
  256. package/lib/utils/memoryParse.js +1 -1
  257. package/lib/utils/normalizeLink.js +1 -1
  258. package/lib/utils/normalizeOptions.js +1 -1
  259. package/lib/utils/object.js +1 -1
  260. package/lib/utils/offset.js +1 -1
  261. package/lib/utils/offsetParent.js +1 -1
  262. package/lib/utils/optionValueCompare.js +1 -1
  263. package/lib/utils/position.js +1 -1
  264. package/lib/utils/prettyBytes.js +1 -1
  265. package/lib/utils/printElement.js +1 -1
  266. package/lib/utils/renderer-event.js +1 -1
  267. package/lib/utils/replaceText.js +1 -1
  268. package/lib/utils/resize-sensor.js +1 -1
  269. package/lib/utils/resolveCondition.js +1 -1
  270. package/lib/utils/resolveVariable.js +1 -1
  271. package/lib/utils/resolveVariableAndFilter.js +1 -1
  272. package/lib/utils/resolveVariableAndFilterForAsync.js +1 -1
  273. package/lib/utils/scrollPosition.js +1 -1
  274. package/lib/utils/string2regExp.js +1 -1
  275. package/lib/utils/stripNumber.js +1 -1
  276. package/lib/utils/style-helper.js +1 -1
  277. package/lib/utils/style.js +1 -1
  278. package/lib/utils/toNumber.js +1 -1
  279. package/lib/utils/tokenize.js +1 -1
  280. package/lib/utils/tpl-builtin.js +1 -1
  281. package/lib/utils/tpl-lodash.js +1 -1
  282. package/lib/utils/tpl.js +1 -1
  283. package/lib/utils/uncontrollable.js +1 -1
  284. package/lib/utils/validateId.js +1 -1
  285. package/lib/utils/validations.js +1 -1
  286. package/lib/utils/visitedCache.js +1 -1
  287. package/package.json +2 -2
@@ -1,4 +1,3 @@
1
- /// <reference types="lodash" />
2
1
  import { Instance } from 'mobx-state-tree';
3
2
  import type { IFormItemStore } from './formItem';
4
3
  import { Api, fetchOptions, Payload } from '../types';
@@ -253,7 +252,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
253
252
  closeDialog: (confirmed?: any, result?: any) => void;
254
253
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
255
254
  closePopOver: (confirmed?: any, result?: any) => void;
256
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
255
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
257
256
  changeEmitedValue: (value: any) => void;
258
257
  addSubFormItem: (item: {
259
258
  id: string;
@@ -788,7 +787,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
788
787
  closeDialog: (confirmed?: any, result?: any) => void;
789
788
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
790
789
  closePopOver: (confirmed?: any, result?: any) => void;
791
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
790
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
792
791
  changeEmitedValue: (value: any) => void;
793
792
  addSubFormItem: (item: {
794
793
  id: string;
@@ -1328,7 +1327,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
1328
1327
  closeDialog: (confirmed?: any, result?: any) => void;
1329
1328
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
1330
1329
  closePopOver: (confirmed?: any, result?: any) => void;
1331
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
1330
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
1332
1331
  changeEmitedValue: (value: any) => void;
1333
1332
  addSubFormItem: (item: {
1334
1333
  id: string;
@@ -1863,7 +1862,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
1863
1862
  closeDialog: (confirmed?: any, result?: any) => void;
1864
1863
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
1865
1864
  closePopOver: (confirmed?: any, result?: any) => void;
1866
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
1865
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
1867
1866
  changeEmitedValue: (value: any) => void;
1868
1867
  addSubFormItem: (item: {
1869
1868
  id: string;
@@ -2407,7 +2406,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
2407
2406
  closeDialog: (confirmed?: any, result?: any) => void;
2408
2407
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
2409
2408
  closePopOver: (confirmed?: any, result?: any) => void;
2410
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
2409
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
2411
2410
  changeEmitedValue: (value: any) => void;
2412
2411
  addSubFormItem: (item: {
2413
2412
  id: string;
@@ -2942,7 +2941,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
2942
2941
  closeDialog: (confirmed?: any, result?: any) => void;
2943
2942
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
2944
2943
  closePopOver: (confirmed?: any, result?: any) => void;
2945
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
2944
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
2946
2945
  changeEmitedValue: (value: any) => void;
2947
2946
  addSubFormItem: (item: {
2948
2947
  id: string;
@@ -3481,7 +3480,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
3481
3480
  closeDialog: (confirmed?: any, result?: any) => void;
3482
3481
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
3483
3482
  closePopOver: (confirmed?: any, result?: any) => void;
3484
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
3483
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
3485
3484
  changeEmitedValue: (value: any) => void;
3486
3485
  addSubFormItem: (item: {
3487
3486
  id: string;
@@ -4016,7 +4015,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
4016
4015
  closeDialog: (confirmed?: any, result?: any) => void;
4017
4016
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
4018
4017
  closePopOver: (confirmed?: any, result?: any) => void;
4019
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
4018
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
4020
4019
  changeEmitedValue: (value: any) => void;
4021
4020
  addSubFormItem: (item: {
4022
4021
  id: string;
@@ -4555,7 +4554,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
4555
4554
  closeDialog: (confirmed?: any, result?: any) => void;
4556
4555
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
4557
4556
  closePopOver: (confirmed?: any, result?: any) => void;
4558
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
4557
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
4559
4558
  changeEmitedValue: (value: any) => void;
4560
4559
  addSubFormItem: (item: {
4561
4560
  id: string;
@@ -5090,7 +5089,7 @@ export declare const FormStore: import("mobx-state-tree").IModelType<{
5090
5089
  closeDialog: (confirmed?: any, result?: any) => void;
5091
5090
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
5092
5091
  closePopOver: (confirmed?: any, result?: any) => void;
5093
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
5092
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
5094
5093
  changeEmitedValue: (value: any) => void;
5095
5094
  addSubFormItem: (item: {
5096
5095
  id: string;
package/lib/store/form.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
@@ -122,4 +122,5 @@ export declare const RendererStore: import("mobx-state-tree").IModelType<{
122
122
  export type IRendererStore = Instance<typeof RendererStore>;
123
123
  export { iRendererStore, IIRendererStore };
124
124
  export declare const RegisterStore: (store: any) => void;
125
+ export declare const registerStore: (store: any) => void;
125
126
  export { ServiceStore, IServiceStore, FormStore, IFormStore, ComboStore, IComboStore, CRUDStore, ICRUDStore, TableStore, IColumn, IRow, ITableStore, TableStore2, ITableStore2, IColumn2, IRow2, ListStore, IListStore, ModalStore, IModalStore, FormItemStore, IFormItemStore, PaginationStore, IPaginationStore, AppStore, IAppStore, StoreNode, IStoreNode };
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
@@ -83,6 +83,7 @@ var RendererStore = mobxStateTree.types
83
83
  var RegisterStore = function (store) {
84
84
  allowedStoreList.push(store);
85
85
  };
86
+ var registerStore = RegisterStore;
86
87
 
87
88
  exports.iRendererStore = iRenderer.iRendererStore;
88
89
  exports.ServiceStore = service.ServiceStore;
@@ -99,3 +100,4 @@ exports.PaginationStore = pagination.PaginationStore;
99
100
  exports.AppStore = app.AppStore;
100
101
  exports.RegisterStore = RegisterStore;
101
102
  exports.RendererStore = RendererStore;
103
+ exports.registerStore = registerStore;
package/lib/store/list.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
package/lib/store/node.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
@@ -33,6 +33,7 @@ export declare const RootStore: import("mobx-state-tree").IModelType<{
33
33
  runtimeError: import("mobx-state-tree").IType<any, any, any>;
34
34
  runtimeErrorStack: import("mobx-state-tree").IType<any, any, any>;
35
35
  query: import("mobx-state-tree").IType<any, any, any>;
36
+ ready: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
36
37
  }, {
37
38
  readonly parentStore: any;
38
39
  readonly __: any;
@@ -84,5 +85,6 @@ export declare const RootStore: import("mobx-state-tree").IModelType<{
84
85
  updateContext(context: any): void;
85
86
  setRuntimeError(error: any, errorStack: any): void;
86
87
  updateLocation(location?: any, parseFn?: Function): void;
88
+ init: (schema: any) => Promise<any>;
87
89
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
88
90
  export type IRootStore = Instance<typeof RootStore>;
package/lib/store/root.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
@@ -59,7 +59,8 @@ var RootStore = service.ServiceStore.named('RootStore')
59
59
  .props({
60
60
  runtimeError: mobxStateTree.types.frozen(),
61
61
  runtimeErrorStack: mobxStateTree.types.frozen(),
62
- query: mobxStateTree.types.frozen()
62
+ query: mobxStateTree.types.frozen(),
63
+ ready: false
63
64
  })
64
65
  .volatile(function (self) {
65
66
  return {
@@ -79,22 +80,45 @@ var RootStore = service.ServiceStore.named('RootStore')
79
80
  return result;
80
81
  }
81
82
  }); })
82
- .actions(function (self) { return ({
83
- updateContext: function (context) {
84
- // 因为 context 不是受控属性,直接共用引用好了
85
- // 否则还会触发孩子节点的重新渲染
86
- Object.assign(self.context, context);
87
- },
88
- setRuntimeError: function (error, errorStack) {
89
- self.runtimeError = error;
90
- self.runtimeErrorStack = errorStack;
91
- },
92
- updateLocation: function (location, parseFn) {
93
- var query = parseFn ? parseFn(location) : helper.parseQuery(location);
94
- if (helper.isObjectShallowModified(query, self.query, false)) {
95
- self.query = query;
96
- }
97
- }
98
- }); });
83
+ .actions(function (self) {
84
+ var init = mobxStateTree.flow(function init(fn) {
85
+ var ret;
86
+ return tslib.__generator(this, function (_a) {
87
+ switch (_a.label) {
88
+ case 0:
89
+ _a.trys.push([0, , 3, 4]);
90
+ ret = fn();
91
+ if (!(ret === null || ret === void 0 ? void 0 : ret.then)) return [3 /*break*/, 2];
92
+ return [4 /*yield*/, ret];
93
+ case 1:
94
+ _a.sent();
95
+ _a.label = 2;
96
+ case 2: return [3 /*break*/, 4];
97
+ case 3:
98
+ self.ready = true;
99
+ return [7 /*endfinally*/];
100
+ case 4: return [2 /*return*/];
101
+ }
102
+ });
103
+ });
104
+ return {
105
+ updateContext: function (context) {
106
+ // 因为 context 不是受控属性,直接共用引用好了
107
+ // 否则还会触发孩子节点的重新渲染
108
+ Object.assign(self.context, context);
109
+ },
110
+ setRuntimeError: function (error, errorStack) {
111
+ self.runtimeError = error;
112
+ self.runtimeErrorStack = errorStack;
113
+ },
114
+ updateLocation: function (location, parseFn) {
115
+ var query = parseFn ? parseFn(location) : helper.parseQuery(location);
116
+ if (helper.isObjectShallowModified(query, self.query, false)) {
117
+ self.query = query;
118
+ }
119
+ },
120
+ init: init
121
+ };
122
+ });
99
123
 
100
124
  exports.RootStore = RootStore;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
@@ -1,4 +1,3 @@
1
- /// <reference types="lodash" />
2
1
  import { SnapshotIn, IAnyModelType, Instance } from 'mobx-state-tree';
3
2
  import { IFormStore } from './form';
4
3
  export declare enum SELECTED_STATUS {
@@ -665,7 +664,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
665
664
  closeDialog: (confirmed?: any, result?: any) => void;
666
665
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
667
666
  closePopOver: (confirmed?: any, result?: any) => void;
668
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
667
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
669
668
  changeEmitedValue: (value: any) => void;
670
669
  addSubFormItem: (item: {
671
670
  id: string;
@@ -1200,7 +1199,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
1200
1199
  closeDialog: (confirmed?: any, result?: any) => void;
1201
1200
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
1202
1201
  closePopOver: (confirmed?: any, result?: any) => void;
1203
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
1202
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
1204
1203
  changeEmitedValue: (value: any) => void;
1205
1204
  addSubFormItem: (item: {
1206
1205
  id: string;
@@ -1739,7 +1738,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
1739
1738
  closeDialog: (confirmed?: any, result?: any) => void;
1740
1739
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
1741
1740
  closePopOver: (confirmed?: any, result?: any) => void;
1742
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
1741
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
1743
1742
  changeEmitedValue: (value: any) => void;
1744
1743
  addSubFormItem: (item: {
1745
1744
  id: string;
@@ -2274,7 +2273,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
2274
2273
  closeDialog: (confirmed?: any, result?: any) => void;
2275
2274
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
2276
2275
  closePopOver: (confirmed?: any, result?: any) => void;
2277
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
2276
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
2278
2277
  changeEmitedValue: (value: any) => void;
2279
2278
  addSubFormItem: (item: {
2280
2279
  id: string;
@@ -2818,7 +2817,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
2818
2817
  closeDialog: (confirmed?: any, result?: any) => void;
2819
2818
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
2820
2819
  closePopOver: (confirmed?: any, result?: any) => void;
2821
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
2820
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
2822
2821
  changeEmitedValue: (value: any) => void;
2823
2822
  addSubFormItem: (item: {
2824
2823
  id: string;
@@ -3353,7 +3352,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
3353
3352
  closeDialog: (confirmed?: any, result?: any) => void;
3354
3353
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
3355
3354
  closePopOver: (confirmed?: any, result?: any) => void;
3356
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
3355
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
3357
3356
  changeEmitedValue: (value: any) => void;
3358
3357
  addSubFormItem: (item: {
3359
3358
  id: string;
@@ -3892,7 +3891,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
3892
3891
  closeDialog: (confirmed?: any, result?: any) => void;
3893
3892
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
3894
3893
  closePopOver: (confirmed?: any, result?: any) => void;
3895
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
3894
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
3896
3895
  changeEmitedValue: (value: any) => void;
3897
3896
  addSubFormItem: (item: {
3898
3897
  id: string;
@@ -4427,7 +4426,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
4427
4426
  closeDialog: (confirmed?: any, result?: any) => void;
4428
4427
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
4429
4428
  closePopOver: (confirmed?: any, result?: any) => void;
4430
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
4429
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
4431
4430
  changeEmitedValue: (value: any) => void;
4432
4431
  addSubFormItem: (item: {
4433
4432
  id: string;
@@ -4966,7 +4965,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
4966
4965
  closeDialog: (confirmed?: any, result?: any) => void;
4967
4966
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
4968
4967
  closePopOver: (confirmed?: any, result?: any) => void;
4969
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
4968
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
4970
4969
  changeEmitedValue: (value: any) => void;
4971
4970
  addSubFormItem: (item: {
4972
4971
  id: string;
@@ -5501,7 +5500,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
5501
5500
  closeDialog: (confirmed?: any, result?: any) => void;
5502
5501
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
5503
5502
  closePopOver: (confirmed?: any, result?: any) => void;
5504
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
5503
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
5505
5504
  changeEmitedValue: (value: any) => void;
5506
5505
  addSubFormItem: (item: {
5507
5506
  id: string;
@@ -6162,7 +6161,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
6162
6161
  closeDialog: (confirmed?: any, result?: any) => void;
6163
6162
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
6164
6163
  closePopOver: (confirmed?: any, result?: any) => void;
6165
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
6164
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
6166
6165
  changeEmitedValue: (value: any) => void;
6167
6166
  addSubFormItem: (item: {
6168
6167
  id: string;
@@ -6697,7 +6696,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
6697
6696
  closeDialog: (confirmed?: any, result?: any) => void;
6698
6697
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
6699
6698
  closePopOver: (confirmed?: any, result?: any) => void;
6700
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
6699
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
6701
6700
  changeEmitedValue: (value: any) => void;
6702
6701
  addSubFormItem: (item: {
6703
6702
  id: string;
@@ -7236,7 +7235,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
7236
7235
  closeDialog: (confirmed?: any, result?: any) => void;
7237
7236
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
7238
7237
  closePopOver: (confirmed?: any, result?: any) => void;
7239
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
7238
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
7240
7239
  changeEmitedValue: (value: any) => void;
7241
7240
  addSubFormItem: (item: {
7242
7241
  id: string;
@@ -7771,7 +7770,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
7771
7770
  closeDialog: (confirmed?: any, result?: any) => void;
7772
7771
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
7773
7772
  closePopOver: (confirmed?: any, result?: any) => void;
7774
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
7773
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
7775
7774
  changeEmitedValue: (value: any) => void;
7776
7775
  addSubFormItem: (item: {
7777
7776
  id: string;
@@ -8315,7 +8314,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
8315
8314
  closeDialog: (confirmed?: any, result?: any) => void;
8316
8315
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
8317
8316
  closePopOver: (confirmed?: any, result?: any) => void;
8318
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
8317
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
8319
8318
  changeEmitedValue: (value: any) => void;
8320
8319
  addSubFormItem: (item: {
8321
8320
  id: string;
@@ -8850,7 +8849,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
8850
8849
  closeDialog: (confirmed?: any, result?: any) => void;
8851
8850
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
8852
8851
  closePopOver: (confirmed?: any, result?: any) => void;
8853
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
8852
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
8854
8853
  changeEmitedValue: (value: any) => void;
8855
8854
  addSubFormItem: (item: {
8856
8855
  id: string;
@@ -9389,7 +9388,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
9389
9388
  closeDialog: (confirmed?: any, result?: any) => void;
9390
9389
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
9391
9390
  closePopOver: (confirmed?: any, result?: any) => void;
9392
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
9391
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
9393
9392
  changeEmitedValue: (value: any) => void;
9394
9393
  addSubFormItem: (item: {
9395
9394
  id: string;
@@ -9924,7 +9923,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
9924
9923
  closeDialog: (confirmed?: any, result?: any) => void;
9925
9924
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
9926
9925
  closePopOver: (confirmed?: any, result?: any) => void;
9927
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
9926
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
9928
9927
  changeEmitedValue: (value: any) => void;
9929
9928
  addSubFormItem: (item: {
9930
9929
  id: string;
@@ -10463,7 +10462,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
10463
10462
  closeDialog: (confirmed?: any, result?: any) => void;
10464
10463
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
10465
10464
  closePopOver: (confirmed?: any, result?: any) => void;
10466
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
10465
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
10467
10466
  changeEmitedValue: (value: any) => void;
10468
10467
  addSubFormItem: (item: {
10469
10468
  id: string;
@@ -10998,7 +10997,7 @@ export declare const TableStore: import("mobx-state-tree").IModelType<{
10998
10997
  closeDialog: (confirmed?: any, result?: any) => void;
10999
10998
  openPopOver: (schema: any, ctx: any, callback?: ((confirmed?: any, value?: any) => void) | undefined) => void;
11000
10999
  closePopOver: (confirmed?: any, result?: any) => void;
11001
- changeTmpValue: (value: any, changeReason?: "input" | "initialValue" | "formInited" | "dataChanged" | "formulaChanged" | "controlled" | "defaultValue" | undefined) => void;
11000
+ changeTmpValue: (value: any, changeReason?: "input" | "defaultValue" | "formInited" | "initialValue" | "dataChanged" | "formulaChanged" | "controlled" | undefined) => void;
11002
11001
  changeEmitedValue: (value: any) => void;
11003
11002
  addSubFormItem: (item: {
11004
11003
  id: string;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
package/lib/theme.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
package/lib/types.d.ts CHANGED
@@ -181,6 +181,8 @@ export interface BaseApiObject {
181
181
  export type ClassName = string | {
182
182
  [propName: string]: boolean | undefined | null | string;
183
183
  };
184
+ export type RequestAdaptor = (api: ApiObject, context: any) => ApiObject | Promise<ApiObject>;
185
+ export type ResponseAdaptor = (payload: object, response: fetcherResult, api: ApiObject, context: any) => any;
184
186
  export interface ApiObject extends BaseApiObject {
185
187
  config?: {
186
188
  withCredentials?: boolean;
@@ -193,8 +195,8 @@ export interface ApiObject extends BaseApiObject {
193
195
  body?: PlainObject;
194
196
  query?: PlainObject;
195
197
  mockResponse?: PlainObject;
196
- adaptor?: (payload: object, response: fetcherResult, api: ApiObject, context: any) => any;
197
- requestAdaptor?: (api: ApiObject, context: any) => ApiObject | Promise<ApiObject>;
198
+ adaptor?: ResponseAdaptor;
199
+ requestAdaptor?: RequestAdaptor;
198
200
  /**
199
201
  * api 发送上下文,可以用来传递一些数据给 api 的 adaptor
200
202
  * @readonly
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v6.8.0
2
+ * amis-core v6.9.0-rc.0
3
3
  * Copyright 2018-2024 fex
4
4
  */
5
5
 
@@ -1,9 +1,29 @@
1
- import { Api, ApiObject, EventTrack, fetcherResult, Payload } from '../types';
1
+ import { Api, ApiObject, EventTrack, fetcherResult, Payload, RequestAdaptor, ResponseAdaptor } from '../types';
2
2
  import { FetcherConfig } from '../factory';
3
3
  interface ApiCacheConfig extends ApiObject {
4
4
  cachedPromise: Promise<any>;
5
5
  requestTime: number;
6
6
  }
7
+ /**
8
+ * 添加全局发送适配器
9
+ * @param adaptor
10
+ */
11
+ export declare function addApiRequestAdaptor(adaptor: RequestAdaptor): () => void;
12
+ /**
13
+ * 删除全局发送适配器
14
+ * @param adaptor
15
+ */
16
+ export declare function removeApiRequestAdaptor(adaptor: RequestAdaptor): void;
17
+ /**
18
+ * 添加全局响应适配器
19
+ * @param adaptor
20
+ */
21
+ export declare function addApiResponseAdator(adaptor: ResponseAdaptor): () => void;
22
+ /**
23
+ * 删除全局响应适配器
24
+ * @param adaptor
25
+ */
26
+ export declare function removeApiResponseAdaptor(adaptor: ResponseAdaptor): void;
7
27
  export declare function normalizeApi(api: Api, defaultMethod?: string): ApiObject;
8
28
  export declare function buildApi(api: Api, data?: object, options?: {
9
29
  autoAppend?: boolean;