@nocobase/plugin-flow-engine 2.1.0-alpha.3 → 2.1.0-alpha.31

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 (264) hide show
  1. package/LICENSE +201 -661
  2. package/README.md +79 -9
  3. package/dist/ai/ai-employees/nathan/index.d.ts +10 -0
  4. package/dist/ai/ai-employees/nathan/index.js +42 -0
  5. package/dist/ai/ai-employees/nathan/prompt.md +168 -0
  6. package/dist/ai/ai-employees/nathan/skills/frontend-developer/SKILLS.md +86 -0
  7. package/dist/ai/{tools → ai-employees/nathan/skills/frontend-developer/tools}/getContextApis.js +2 -2
  8. package/dist/ai/{tools → ai-employees/nathan/skills/frontend-developer/tools}/getContextEnvs.js +2 -2
  9. package/dist/ai/{tools → ai-employees/nathan/skills/frontend-developer/tools}/getContextVars.js +2 -2
  10. package/dist/ai/{tools → ai-employees/nathan/skills/frontend-developer/tools}/lintAndTestJS.js +6 -4
  11. package/dist/ai/ai-employees/nathan/skills/frontend-developer/tools/patchJSCode.d.ts +10 -0
  12. package/dist/ai/ai-employees/nathan/skills/frontend-developer/tools/patchJSCode.js +65 -0
  13. package/dist/ai/ai-employees/nathan/skills/frontend-developer/tools/readJSCode.d.ts +10 -0
  14. package/dist/ai/ai-employees/nathan/skills/frontend-developer/tools/readJSCode.js +61 -0
  15. package/dist/ai/ai-employees/nathan/skills/frontend-developer/tools/writeJSCode.d.ts +10 -0
  16. package/dist/ai/ai-employees/nathan/skills/frontend-developer/tools/writeJSCode.js +65 -0
  17. package/dist/ai/docs/runjs/context/block-model.md +35 -35
  18. package/dist/ai/docs/runjs/context/collection-field.md +53 -51
  19. package/dist/ai/docs/runjs/context/collection.md +39 -39
  20. package/dist/ai/docs/runjs/context/data-source-manager.md +40 -30
  21. package/dist/ai/docs/runjs/context/data-source.md +52 -44
  22. package/dist/ai/docs/runjs/context/element.md +44 -38
  23. package/dist/ai/docs/runjs/context/exit-all.md +37 -35
  24. package/dist/ai/docs/runjs/context/exit.md +38 -35
  25. package/dist/ai/docs/runjs/context/filter-manager.md +36 -30
  26. package/dist/ai/docs/runjs/context/form.md +57 -57
  27. package/dist/ai/docs/runjs/context/get-model.md +22 -21
  28. package/dist/ai/docs/runjs/context/get-value.md +20 -19
  29. package/dist/ai/docs/runjs/context/get-var.md +61 -55
  30. package/dist/ai/docs/runjs/context/i18n.md +17 -14
  31. package/dist/ai/docs/runjs/context/import-async.md +333 -45
  32. package/dist/ai/docs/runjs/context/init-resource.md +20 -20
  33. package/dist/ai/docs/runjs/context/libs.md +31 -31
  34. package/dist/ai/docs/runjs/context/location.md +34 -31
  35. package/dist/ai/docs/runjs/context/logger.md +41 -40
  36. package/dist/ai/docs/runjs/context/make-resource.md +27 -26
  37. package/dist/ai/docs/runjs/context/message.md +42 -41
  38. package/dist/ai/docs/runjs/context/modal.md +44 -44
  39. package/dist/ai/docs/runjs/context/model.md +36 -33
  40. package/dist/ai/docs/runjs/context/notification.md +41 -40
  41. package/dist/ai/docs/runjs/context/off.md +14 -14
  42. package/dist/ai/docs/runjs/context/on.md +30 -29
  43. package/dist/ai/docs/runjs/context/open-view.md +40 -40
  44. package/dist/ai/docs/runjs/context/render.md +37 -32
  45. package/dist/ai/docs/runjs/context/request.md +46 -45
  46. package/dist/ai/docs/runjs/context/require-async.md +28 -25
  47. package/dist/ai/docs/runjs/context/resource.md +34 -34
  48. package/dist/ai/docs/runjs/context/route.md +36 -34
  49. package/dist/ai/docs/runjs/context/router.md +43 -31
  50. package/dist/ai/docs/runjs/context/set-value.md +18 -17
  51. package/dist/ai/docs/runjs/context/sql.md +7 -15
  52. package/dist/ai/docs/runjs/context/t.md +20 -17
  53. package/dist/ai/docs/runjs/context/view.md +49 -46
  54. package/dist/ai/docs/runjs/document.md +1 -0
  55. package/dist/ai/docs/runjs/import-modules.md +32 -32
  56. package/dist/ai/docs/runjs/index.md +13 -13
  57. package/dist/ai/docs/runjs/jsx.md +19 -19
  58. package/dist/ai/docs/runjs/model/form-block-model.md +1 -3
  59. package/dist/ai/docs/runjs/render.md +15 -15
  60. package/dist/ai/docs/runjs/resource/api-resource.md +53 -53
  61. package/dist/ai/docs/runjs/resource/multi-record-resource.md +64 -64
  62. package/dist/ai/docs/runjs/resource/single-record-resource.md +55 -55
  63. package/dist/ai/docs/runjs/resource/sql-resource.md +57 -57
  64. package/dist/ai/docs/runjs/window.md +5 -5
  65. package/dist/client/index.js +1 -1
  66. package/dist/externalVersion.js +12 -11
  67. package/dist/locale/en-US.json +1 -0
  68. package/dist/locale/index.d.ts +2 -0
  69. package/dist/locale/zh-CN.json +1 -0
  70. package/dist/node_modules/ses/dist/ses.cjs +1 -1
  71. package/dist/node_modules/ses/package.json +1 -1
  72. package/dist/node_modules/zod/index.cjs +1 -1
  73. package/dist/node_modules/zod/package.json +1 -1
  74. package/dist/server/collections/flowsql.js +1 -0
  75. package/dist/server/flow-surfaces/action-scope.d.ts +39 -0
  76. package/dist/server/flow-surfaces/action-scope.js +156 -0
  77. package/dist/server/flow-surfaces/apply/compiler.d.ts +13 -0
  78. package/dist/server/flow-surfaces/apply/compiler.js +971 -0
  79. package/dist/server/flow-surfaces/apply/layout.d.ts +34 -0
  80. package/dist/server/flow-surfaces/apply/layout.js +175 -0
  81. package/dist/server/flow-surfaces/apply/matching.d.ts +16 -0
  82. package/dist/server/flow-surfaces/apply/matching.js +181 -0
  83. package/dist/server/flow-surfaces/approval/blueprint-service.d.ts +84 -0
  84. package/dist/server/flow-surfaces/approval/blueprint-service.js +589 -0
  85. package/dist/server/flow-surfaces/approval/blueprint.d.ts +21 -0
  86. package/dist/server/flow-surfaces/approval/blueprint.js +187 -0
  87. package/dist/server/flow-surfaces/approval/builder.d.ts +225 -0
  88. package/dist/server/flow-surfaces/approval/builder.js +384 -0
  89. package/dist/server/flow-surfaces/approval/catalog-specs.d.ts +33 -0
  90. package/dist/server/flow-surfaces/approval/catalog-specs.js +156 -0
  91. package/dist/server/flow-surfaces/approval/index.d.ts +14 -0
  92. package/dist/server/flow-surfaces/approval/index.js +40 -0
  93. package/dist/server/flow-surfaces/approval/runtime-config.d.ts +44 -0
  94. package/dist/server/flow-surfaces/approval/runtime-config.js +299 -0
  95. package/dist/server/flow-surfaces/approval/semantic-use.d.ts +23 -0
  96. package/dist/server/flow-surfaces/approval/semantic-use.js +155 -0
  97. package/dist/server/flow-surfaces/association-interfaces.d.ts +10 -0
  98. package/dist/server/flow-surfaces/association-interfaces.js +39 -0
  99. package/dist/server/flow-surfaces/association-title-field.d.ts +20 -0
  100. package/dist/server/flow-surfaces/association-title-field.js +192 -0
  101. package/dist/server/flow-surfaces/blueprint/compile-blocks.d.ts +15 -0
  102. package/dist/server/flow-surfaces/blueprint/compile-blocks.js +1251 -0
  103. package/dist/server/flow-surfaces/blueprint/compile-plan.d.ts +14 -0
  104. package/dist/server/flow-surfaces/blueprint/compile-plan.js +308 -0
  105. package/dist/server/flow-surfaces/blueprint/compile-reaction.d.ts +11 -0
  106. package/dist/server/flow-surfaces/blueprint/compile-reaction.js +72 -0
  107. package/dist/server/flow-surfaces/blueprint/defaults.d.ts +26 -0
  108. package/dist/server/flow-surfaces/blueprint/defaults.js +133 -0
  109. package/dist/server/flow-surfaces/blueprint/index.d.ts +12 -0
  110. package/dist/server/flow-surfaces/blueprint/index.js +44 -0
  111. package/dist/server/flow-surfaces/blueprint/normalize-document.d.ts +10 -0
  112. package/dist/server/flow-surfaces/blueprint/normalize-document.js +407 -0
  113. package/dist/server/flow-surfaces/blueprint/private-utils.d.ts +25 -0
  114. package/dist/server/flow-surfaces/blueprint/private-utils.js +179 -0
  115. package/dist/server/flow-surfaces/blueprint/public-types.d.ts +201 -0
  116. package/dist/server/flow-surfaces/blueprint/public-types.js +24 -0
  117. package/dist/server/flow-surfaces/builder.d.ts +238 -0
  118. package/dist/server/flow-surfaces/builder.js +1261 -0
  119. package/dist/server/flow-surfaces/catalog-smart.d.ts +18 -0
  120. package/dist/server/flow-surfaces/catalog-smart.js +239 -0
  121. package/dist/server/flow-surfaces/catalog-smart.projector.d.ts +15 -0
  122. package/dist/server/flow-surfaces/catalog-smart.projector.js +157 -0
  123. package/dist/server/flow-surfaces/catalog-smart.types.d.ts +99 -0
  124. package/dist/server/flow-surfaces/catalog-smart.types.js +24 -0
  125. package/dist/server/flow-surfaces/catalog.d.ts +79 -0
  126. package/dist/server/flow-surfaces/catalog.js +3743 -0
  127. package/dist/server/flow-surfaces/chart-config.d.ts +121 -0
  128. package/dist/server/flow-surfaces/chart-config.js +1394 -0
  129. package/dist/server/flow-surfaces/compose-compiler.d.ts +115 -0
  130. package/dist/server/flow-surfaces/compose-compiler.js +174 -0
  131. package/dist/server/flow-surfaces/compose-runtime.d.ts +94 -0
  132. package/dist/server/flow-surfaces/compose-runtime.js +376 -0
  133. package/dist/server/flow-surfaces/configure-options.d.ts +23 -0
  134. package/dist/server/flow-surfaces/configure-options.js +904 -0
  135. package/dist/server/flow-surfaces/constants.d.ts +351 -0
  136. package/dist/server/flow-surfaces/constants.js +104 -0
  137. package/dist/server/flow-surfaces/context.d.ts +72 -0
  138. package/dist/server/flow-surfaces/context.js +556 -0
  139. package/dist/server/flow-surfaces/contract-guard.d.ts +19 -0
  140. package/dist/server/flow-surfaces/contract-guard.js +410 -0
  141. package/dist/server/flow-surfaces/core-field-default-bindings.d.ts +12 -0
  142. package/dist/server/flow-surfaces/core-field-default-bindings.js +157 -0
  143. package/dist/server/flow-surfaces/default-action-popup.d.ts +63 -0
  144. package/dist/server/flow-surfaces/default-action-popup.js +322 -0
  145. package/dist/server/flow-surfaces/default-block-actions.d.ts +32 -0
  146. package/dist/server/flow-surfaces/default-block-actions.js +210 -0
  147. package/dist/server/flow-surfaces/errors.d.ts +47 -0
  148. package/dist/server/flow-surfaces/errors.js +145 -0
  149. package/dist/server/flow-surfaces/executor.d.ts +23 -0
  150. package/dist/server/flow-surfaces/executor.js +132 -0
  151. package/dist/server/flow-surfaces/field-binding-registry.d.ts +24 -0
  152. package/dist/server/flow-surfaces/field-binding-registry.js +396 -0
  153. package/dist/server/flow-surfaces/field-semantics.d.ts +15 -0
  154. package/dist/server/flow-surfaces/field-semantics.js +84 -0
  155. package/dist/server/flow-surfaces/field-type-resolver.d.ts +45 -0
  156. package/dist/server/flow-surfaces/field-type-resolver.js +312 -0
  157. package/dist/server/flow-surfaces/filter-group.d.ts +15 -0
  158. package/dist/server/flow-surfaces/filter-group.js +94 -0
  159. package/dist/server/flow-surfaces/hidden-popup-calendar.d.ts +86 -0
  160. package/dist/server/flow-surfaces/hidden-popup-calendar.js +554 -0
  161. package/dist/server/flow-surfaces/hidden-popup-contract.d.ts +116 -0
  162. package/dist/server/flow-surfaces/hidden-popup-contract.js +611 -0
  163. package/dist/server/flow-surfaces/hidden-popup-kanban.d.ts +62 -0
  164. package/dist/server/flow-surfaces/hidden-popup-kanban.js +651 -0
  165. package/dist/server/flow-surfaces/index.d.ts +11 -0
  166. package/dist/server/flow-surfaces/index.js +302 -0
  167. package/dist/server/flow-surfaces/locator.d.ts +28 -0
  168. package/dist/server/flow-surfaces/locator.js +240 -0
  169. package/dist/server/flow-surfaces/node-use-sets.d.ts +15 -0
  170. package/dist/server/flow-surfaces/node-use-sets.js +135 -0
  171. package/dist/server/flow-surfaces/payload-shape.d.ts +9 -0
  172. package/dist/server/flow-surfaces/payload-shape.js +61 -0
  173. package/dist/server/flow-surfaces/placement.d.ts +33 -0
  174. package/dist/server/flow-surfaces/placement.js +199 -0
  175. package/dist/server/flow-surfaces/planning/action-specs.d.ts +179 -0
  176. package/dist/server/flow-surfaces/planning/action-specs.js +190 -0
  177. package/dist/server/flow-surfaces/planning/compiler.d.ts +37 -0
  178. package/dist/server/flow-surfaces/planning/compiler.js +376 -0
  179. package/dist/server/flow-surfaces/planning/context.d.ts +30 -0
  180. package/dist/server/flow-surfaces/planning/context.js +139 -0
  181. package/dist/server/flow-surfaces/planning/created-keys.d.ts +34 -0
  182. package/dist/server/flow-surfaces/planning/created-keys.js +375 -0
  183. package/dist/server/flow-surfaces/planning/key-kind.d.ts +11 -0
  184. package/dist/server/flow-surfaces/planning/key-kind.js +88 -0
  185. package/dist/server/flow-surfaces/planning/key-persistence.d.ts +34 -0
  186. package/dist/server/flow-surfaces/planning/key-persistence.js +148 -0
  187. package/dist/server/flow-surfaces/planning/key-registry.d.ts +40 -0
  188. package/dist/server/flow-surfaces/planning/key-registry.js +206 -0
  189. package/dist/server/flow-surfaces/planning/runtime.d.ts +37 -0
  190. package/dist/server/flow-surfaces/planning/runtime.js +259 -0
  191. package/dist/server/flow-surfaces/planning/step-link.d.ts +14 -0
  192. package/dist/server/flow-surfaces/planning/step-link.js +104 -0
  193. package/dist/server/flow-surfaces/planning/types.d.ts +55 -0
  194. package/dist/server/flow-surfaces/planning/types.js +24 -0
  195. package/dist/server/flow-surfaces/public-compatibility.d.ts +28 -0
  196. package/dist/server/flow-surfaces/public-compatibility.js +161 -0
  197. package/dist/server/flow-surfaces/public-data-surface-default-filter.d.ts +24 -0
  198. package/dist/server/flow-surfaces/public-data-surface-default-filter.js +152 -0
  199. package/dist/server/flow-surfaces/reaction/errors.d.ts +20 -0
  200. package/dist/server/flow-surfaces/reaction/errors.js +69 -0
  201. package/dist/server/flow-surfaces/reaction/field-value.d.ts +34 -0
  202. package/dist/server/flow-surfaces/reaction/field-value.js +181 -0
  203. package/dist/server/flow-surfaces/reaction/fingerprint.d.ts +16 -0
  204. package/dist/server/flow-surfaces/reaction/fingerprint.js +71 -0
  205. package/dist/server/flow-surfaces/reaction/linkage.d.ts +136 -0
  206. package/dist/server/flow-surfaces/reaction/linkage.js +882 -0
  207. package/dist/server/flow-surfaces/reaction/meta.d.ts +11 -0
  208. package/dist/server/flow-surfaces/reaction/meta.js +451 -0
  209. package/dist/server/flow-surfaces/reaction/registry.d.ts +156 -0
  210. package/dist/server/flow-surfaces/reaction/registry.js +206 -0
  211. package/dist/server/flow-surfaces/reaction/resolver.d.ts +22 -0
  212. package/dist/server/flow-surfaces/reaction/resolver.js +202 -0
  213. package/dist/server/flow-surfaces/reaction/types.d.ts +241 -0
  214. package/dist/server/flow-surfaces/reaction/types.js +24 -0
  215. package/dist/server/flow-surfaces/reaction/utils.d.ts +17 -0
  216. package/dist/server/flow-surfaces/reaction/utils.js +67 -0
  217. package/dist/server/flow-surfaces/reaction/value-expr.d.ts +15 -0
  218. package/dist/server/flow-surfaces/reaction/value-expr.js +209 -0
  219. package/dist/server/flow-surfaces/reference-guards.d.ts +19 -0
  220. package/dist/server/flow-surfaces/reference-guards.js +103 -0
  221. package/dist/server/flow-surfaces/route-sync.d.ts +50 -0
  222. package/dist/server/flow-surfaces/route-sync.js +393 -0
  223. package/dist/server/flow-surfaces/service-helpers.d.ts +42 -0
  224. package/dist/server/flow-surfaces/service-helpers.js +310 -0
  225. package/dist/server/flow-surfaces/service-utils.d.ts +120 -0
  226. package/dist/server/flow-surfaces/service-utils.js +878 -0
  227. package/dist/server/flow-surfaces/service.d.ts +896 -0
  228. package/dist/server/flow-surfaces/service.js +16248 -0
  229. package/dist/server/flow-surfaces/support-matrix.d.ts +31 -0
  230. package/dist/server/flow-surfaces/support-matrix.js +282 -0
  231. package/dist/server/flow-surfaces/surface-context.d.ts +52 -0
  232. package/dist/server/flow-surfaces/surface-context.js +440 -0
  233. package/dist/server/flow-surfaces/template-compatibility.d.ts +42 -0
  234. package/dist/server/flow-surfaces/template-compatibility.js +189 -0
  235. package/dist/server/flow-surfaces/template-display.d.ts +20 -0
  236. package/dist/server/flow-surfaces/template-display.js +289 -0
  237. package/dist/server/flow-surfaces/template-service-utils.d.ts +62 -0
  238. package/dist/server/flow-surfaces/template-service-utils.js +281 -0
  239. package/dist/server/flow-surfaces/types.d.ts +288 -0
  240. package/dist/server/flow-surfaces/types.js +24 -0
  241. package/dist/server/index.d.ts +1 -0
  242. package/dist/server/index.js +7 -2
  243. package/dist/server/migrations/20260508000000-remove-flow-model-options-runtime-uid.d.ts +13 -0
  244. package/dist/server/migrations/20260508000000-remove-flow-model-options-runtime-uid.js +67 -0
  245. package/dist/server/plugin.d.ts +0 -1
  246. package/dist/server/plugin.js +9 -34
  247. package/dist/server/repository.js +0 -5
  248. package/dist/server/variables/resolve.d.ts +21 -0
  249. package/dist/server/variables/resolve.js +79 -0
  250. package/dist/swagger/flow-surfaces.d.ts +6106 -0
  251. package/dist/swagger/flow-surfaces.examples.d.ts +1577 -0
  252. package/dist/swagger/flow-surfaces.examples.js +1816 -0
  253. package/dist/swagger/flow-surfaces.js +5375 -0
  254. package/dist/swagger/flow-surfaces.template-action-docs.d.ts +62 -0
  255. package/dist/swagger/flow-surfaces.template-action-docs.js +121 -0
  256. package/dist/swagger/flow-surfaces.template-schemas.d.ts +239 -0
  257. package/dist/swagger/flow-surfaces.template-schemas.js +255 -0
  258. package/dist/swagger/index.d.ts +6111 -0
  259. package/dist/swagger/index.js +50 -0
  260. package/package.json +3 -3
  261. /package/dist/ai/{tools → ai-employees/nathan/skills/frontend-developer/tools}/getContextApis.d.ts +0 -0
  262. /package/dist/ai/{tools → ai-employees/nathan/skills/frontend-developer/tools}/getContextEnvs.d.ts +0 -0
  263. /package/dist/ai/{tools → ai-employees/nathan/skills/frontend-developer/tools}/getContextVars.d.ts +0 -0
  264. /package/dist/ai/{tools → ai-employees/nathan/skills/frontend-developer/tools}/lintAndTestJS.d.ts +0 -0
@@ -0,0 +1,201 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+ import type { FlowSurfacePlanStep, FlowSurfaceReadLocator, FlowSurfaceSurfaceSelector, FlowSurfaceResourceBindingKey } from '../types';
10
+ import type { FlowSurfaceApplyBlueprintReactionItem } from '../reaction/types';
11
+ export type FlowSurfaceApplyBlueprintMode = 'create' | 'replace';
12
+ export type FlowSurfaceApplyBlueprintTarget = {
13
+ pageSchemaUid: string;
14
+ };
15
+ export type FlowSurfaceApplyBlueprintNavigationGroup = {
16
+ routeId?: string | number;
17
+ title?: string;
18
+ icon?: string;
19
+ tooltip?: string;
20
+ hideInMenu?: boolean;
21
+ };
22
+ export type FlowSurfaceApplyBlueprintNavigation = {
23
+ group?: FlowSurfaceApplyBlueprintNavigationGroup;
24
+ item?: {
25
+ title?: string;
26
+ icon?: string;
27
+ tooltip?: string;
28
+ hideInMenu?: boolean;
29
+ };
30
+ };
31
+ export type FlowSurfaceApplyBlueprintPage = {
32
+ title?: string;
33
+ icon?: string;
34
+ documentTitle?: string;
35
+ enableHeader?: boolean;
36
+ enableTabs?: boolean;
37
+ displayTitle?: boolean;
38
+ };
39
+ export type FlowSurfaceApplyBlueprintAssetMap = Record<string, Record<string, any>>;
40
+ export type FlowSurfaceApplyBlueprintAssets = {
41
+ scripts?: FlowSurfaceApplyBlueprintAssetMap;
42
+ charts?: FlowSurfaceApplyBlueprintAssetMap;
43
+ };
44
+ export type FlowSurfaceApplyBlueprintIdentifier = string | number;
45
+ export type FlowSurfaceApplyBlueprintLayoutCellObject = {
46
+ key: string;
47
+ span?: number;
48
+ };
49
+ export type FlowSurfaceApplyBlueprintLayoutCell = string | FlowSurfaceApplyBlueprintLayoutCellObject;
50
+ export type FlowSurfaceApplyBlueprintLayout = {
51
+ rows: FlowSurfaceApplyBlueprintLayoutCell[][];
52
+ };
53
+ export type FlowSurfaceApplyBlueprintSemanticResource = {
54
+ binding: FlowSurfaceResourceBindingKey;
55
+ dataSourceKey?: string;
56
+ collectionName?: string;
57
+ associationField?: string;
58
+ };
59
+ export type FlowSurfaceApplyBlueprintRawResource = {
60
+ dataSourceKey?: string;
61
+ collectionName?: string;
62
+ associationName?: string;
63
+ associationPathName?: string;
64
+ sourceId?: FlowSurfaceApplyBlueprintIdentifier;
65
+ filterByTk?: FlowSurfaceApplyBlueprintIdentifier;
66
+ };
67
+ export type FlowSurfaceApplyBlueprintBlockResource = FlowSurfaceApplyBlueprintSemanticResource | FlowSurfaceApplyBlueprintRawResource;
68
+ export type FlowSurfaceApplyBlueprintPopup = {
69
+ title?: string;
70
+ mode?: 'replace' | 'append';
71
+ template?: Record<string, any>;
72
+ tryTemplate?: boolean;
73
+ defaultType?: 'view' | 'edit';
74
+ saveAsTemplate?: {
75
+ name: string;
76
+ description: string;
77
+ local?: string;
78
+ };
79
+ blocks?: FlowSurfaceApplyBlueprintBlockSpec[];
80
+ layout?: FlowSurfaceApplyBlueprintLayout;
81
+ };
82
+ export type FlowSurfaceApplyBlueprintFieldObjectSpec = {
83
+ key?: string;
84
+ field?: string;
85
+ associationPathName?: string;
86
+ renderer?: string;
87
+ type?: string;
88
+ fieldType?: string;
89
+ fields?: string[];
90
+ titleField?: string;
91
+ openMode?: string;
92
+ popupSize?: string;
93
+ pageSize?: number;
94
+ showIndex?: boolean;
95
+ label?: string;
96
+ target?: string;
97
+ settings?: Record<string, any>;
98
+ popup?: FlowSurfaceApplyBlueprintPopup;
99
+ script?: string;
100
+ chart?: string;
101
+ };
102
+ export type FlowSurfaceApplyBlueprintFieldSpec = string | FlowSurfaceApplyBlueprintFieldObjectSpec;
103
+ export type FlowSurfaceApplyBlueprintFieldGroupSpec = {
104
+ key?: string;
105
+ title: string;
106
+ fields: FlowSurfaceApplyBlueprintFieldSpec[];
107
+ };
108
+ export type FlowSurfaceApplyBlueprintDefaultFieldGroupSpec = {
109
+ key?: string;
110
+ title: string;
111
+ fields: string[];
112
+ };
113
+ export type FlowSurfaceApplyBlueprintDefaultPopupName = {
114
+ name: string;
115
+ description: string;
116
+ };
117
+ export type FlowSurfaceApplyBlueprintDefaultPopupActionMap = {
118
+ view?: FlowSurfaceApplyBlueprintDefaultPopupName;
119
+ addNew?: FlowSurfaceApplyBlueprintDefaultPopupName;
120
+ edit?: FlowSurfaceApplyBlueprintDefaultPopupName;
121
+ };
122
+ export type FlowSurfaceApplyBlueprintDefaultPopups = FlowSurfaceApplyBlueprintDefaultPopupActionMap & {
123
+ associations?: Record<string, FlowSurfaceApplyBlueprintDefaultPopupActionMap>;
124
+ };
125
+ export type FlowSurfaceApplyBlueprintDefaultCollection = {
126
+ fieldGroups?: FlowSurfaceApplyBlueprintDefaultFieldGroupSpec[];
127
+ popups?: FlowSurfaceApplyBlueprintDefaultPopups;
128
+ };
129
+ export type FlowSurfaceApplyBlueprintDefaults = {
130
+ collections?: Record<string, FlowSurfaceApplyBlueprintDefaultCollection>;
131
+ };
132
+ export type FlowSurfaceApplyBlueprintActionObjectSpec = {
133
+ key?: string;
134
+ type: string;
135
+ title?: string;
136
+ settings?: Record<string, any>;
137
+ popup?: FlowSurfaceApplyBlueprintPopup;
138
+ script?: string;
139
+ chart?: string;
140
+ };
141
+ export type FlowSurfaceApplyBlueprintActionSpec = string | FlowSurfaceApplyBlueprintActionObjectSpec;
142
+ export type FlowSurfaceApplyBlueprintBlockType = 'table' | 'createForm' | 'editForm' | 'details' | 'filterForm' | 'calendar' | 'kanban' | 'list' | 'gridCard' | 'markdown' | 'iframe' | 'chart' | 'actionPanel' | 'jsBlock' | 'tree';
143
+ export type FlowSurfaceApplyBlueprintBlockSpec = {
144
+ key?: string;
145
+ type?: FlowSurfaceApplyBlueprintBlockType;
146
+ title?: string;
147
+ collection?: string;
148
+ dataSourceKey?: string;
149
+ associationPathName?: string;
150
+ binding?: FlowSurfaceResourceBindingKey;
151
+ associationField?: string;
152
+ resource?: FlowSurfaceApplyBlueprintBlockResource;
153
+ template?: Record<string, any>;
154
+ settings?: Record<string, any>;
155
+ fields?: FlowSurfaceApplyBlueprintFieldSpec[];
156
+ fieldGroups?: FlowSurfaceApplyBlueprintFieldGroupSpec[];
157
+ fieldsLayout?: FlowSurfaceApplyBlueprintLayout;
158
+ defaultFilter?: Record<string, any>;
159
+ actions?: FlowSurfaceApplyBlueprintActionSpec[];
160
+ recordActions?: FlowSurfaceApplyBlueprintActionSpec[];
161
+ script?: string;
162
+ chart?: string;
163
+ };
164
+ export type FlowSurfaceApplyBlueprintTabDocument = {
165
+ key: string;
166
+ title?: string;
167
+ icon?: string;
168
+ documentTitle?: string;
169
+ blocks: FlowSurfaceApplyBlueprintBlockSpec[];
170
+ layout?: FlowSurfaceApplyBlueprintLayout;
171
+ };
172
+ export type FlowSurfaceApplyBlueprintReaction = {
173
+ items: FlowSurfaceApplyBlueprintReactionItem[];
174
+ };
175
+ export type FlowSurfaceApplyBlueprintDocument = {
176
+ version: '1';
177
+ mode: FlowSurfaceApplyBlueprintMode;
178
+ target?: FlowSurfaceApplyBlueprintTarget;
179
+ navigation?: FlowSurfaceApplyBlueprintNavigation;
180
+ page?: FlowSurfaceApplyBlueprintPage;
181
+ defaults?: FlowSurfaceApplyBlueprintDefaults;
182
+ tabs: FlowSurfaceApplyBlueprintTabDocument[];
183
+ assets: FlowSurfaceApplyBlueprintAssets;
184
+ reaction?: FlowSurfaceApplyBlueprintReaction;
185
+ };
186
+ export type FlowSurfaceApplyBlueprintCollectionResolver = (dataSourceKey: string | undefined, collectionName: string | undefined) => any;
187
+ export type FlowSurfaceApplyBlueprintReplaceTargetInfo = {
188
+ locator: FlowSurfaceReadLocator;
189
+ pageUid: string;
190
+ pageEnableTabs?: boolean;
191
+ tabs: Array<{
192
+ uid: string;
193
+ }>;
194
+ };
195
+ export type FlowSurfaceApplyBlueprintProgram = {
196
+ document: FlowSurfaceApplyBlueprintDocument;
197
+ surface?: FlowSurfaceSurfaceSelector;
198
+ steps: FlowSurfacePlanStep[];
199
+ pageLocator: FlowSurfaceReadLocator;
200
+ pageUid?: string;
201
+ };
@@ -0,0 +1,24 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
10
+ var __defProp = Object.defineProperty;
11
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
12
+ var __getOwnPropNames = Object.getOwnPropertyNames;
13
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
14
+ var __copyProps = (to, from, except, desc) => {
15
+ if (from && typeof from === "object" || typeof from === "function") {
16
+ for (let key of __getOwnPropNames(from))
17
+ if (!__hasOwnProp.call(to, key) && key !== except)
18
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
19
+ }
20
+ return to;
21
+ };
22
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
23
+ var public_types_exports = {};
24
+ module.exports = __toCommonJS(public_types_exports);
@@ -0,0 +1,238 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+ import _ from 'lodash';
10
+ import type { FlowSurfaceNodeDefaults, FlowSurfaceNodeSpec } from './types';
11
+ type BuildFieldParams = {
12
+ wrapperUse: string;
13
+ fieldUse: string;
14
+ fieldPath: string;
15
+ dataSourceKey: string;
16
+ collectionName: string;
17
+ associationPathName?: string;
18
+ filterFormInit?: Record<string, any>;
19
+ wrapperProps?: Record<string, any>;
20
+ fieldProps?: Record<string, any>;
21
+ uid?: string;
22
+ innerUid?: string;
23
+ };
24
+ export declare function buildPersistedRootPageModel(options: {
25
+ pageUid?: string;
26
+ pageTitle: string;
27
+ routeId: string | number;
28
+ enableTabs?: boolean;
29
+ displayTitle?: boolean;
30
+ pageDocumentTitle?: string;
31
+ }): {
32
+ uid: string;
33
+ use: string;
34
+ props: {
35
+ routeId: string | number;
36
+ title: string;
37
+ enableTabs: boolean;
38
+ displayTitle: boolean;
39
+ };
40
+ stepParams: {
41
+ pageSettings: {
42
+ general: {
43
+ title: string;
44
+ displayTitle: boolean;
45
+ enableTabs: boolean;
46
+ documentTitle: string;
47
+ };
48
+ };
49
+ };
50
+ };
51
+ export declare function buildSyntheticRootPageTabModel(options: {
52
+ uid: string;
53
+ title: string;
54
+ route: Record<string, any>;
55
+ documentTitle?: string;
56
+ icon?: string;
57
+ use?: string;
58
+ props?: Record<string, any>;
59
+ decoratorProps?: Record<string, any>;
60
+ stepParams?: Record<string, any>;
61
+ flowRegistry?: Record<string, any>;
62
+ grid?: Record<string, any> | null;
63
+ }): {
64
+ subModels?: {
65
+ grid: Record<string, any>;
66
+ };
67
+ uid: string;
68
+ use: string;
69
+ props: {
70
+ route: Record<string, any>;
71
+ title: string;
72
+ icon: string;
73
+ };
74
+ decoratorProps: Record<string, any>;
75
+ flowRegistry: Record<string, any>;
76
+ stepParams: {
77
+ pageTabSettings: any;
78
+ };
79
+ };
80
+ export declare function buildBlockTree(options: {
81
+ type?: string;
82
+ use?: string;
83
+ containerUse?: string;
84
+ resourceInit?: Record<string, any>;
85
+ enableDefaultSorting?: boolean;
86
+ props?: Record<string, any>;
87
+ decoratorProps?: Record<string, any>;
88
+ stepParams?: Record<string, any>;
89
+ flowRegistry?: Record<string, any>;
90
+ }): FlowSurfaceNodeSpec;
91
+ export declare function buildPopupPageTree(options: {
92
+ pageUid?: string;
93
+ tabUid?: string;
94
+ gridUid?: string;
95
+ pageTitle?: string;
96
+ tabTitle?: string;
97
+ displayTitle?: boolean;
98
+ enableTabs?: boolean;
99
+ }): {
100
+ uid: string;
101
+ use: string;
102
+ props: {
103
+ displayTitle: boolean;
104
+ enableTabs: boolean;
105
+ title?: string;
106
+ };
107
+ stepParams: {
108
+ pageSettings: {
109
+ general: {
110
+ displayTitle: boolean;
111
+ enableTabs: boolean;
112
+ title?: string;
113
+ };
114
+ };
115
+ };
116
+ subModels: {
117
+ tabs: {
118
+ uid: string;
119
+ use: string;
120
+ props: {
121
+ title: string;
122
+ };
123
+ stepParams: {
124
+ pageTabSettings: {
125
+ tab: {
126
+ title: string;
127
+ };
128
+ };
129
+ };
130
+ subModels: {
131
+ grid: {
132
+ uid: string;
133
+ use: string;
134
+ };
135
+ };
136
+ }[];
137
+ };
138
+ };
139
+ export declare function buildFieldTree(params: BuildFieldParams): {
140
+ wrapperUid: string;
141
+ innerUid: string;
142
+ model: {
143
+ uid: string;
144
+ use: string;
145
+ props: Record<string, any>;
146
+ stepParams: Record<string, any>;
147
+ subModels: {
148
+ field: {
149
+ uid: string;
150
+ use: string;
151
+ props: Record<string, any>;
152
+ stepParams: Record<string, any> & {
153
+ fieldSettings: {
154
+ init: _.Dictionary<string>;
155
+ };
156
+ fieldBinding: {
157
+ use: string;
158
+ };
159
+ };
160
+ };
161
+ };
162
+ };
163
+ } | {
164
+ wrapperUid: string;
165
+ innerUid: string;
166
+ model: {
167
+ uid: string;
168
+ use: string;
169
+ props: Record<string, any>;
170
+ stepParams: Record<string, any>;
171
+ subModels: {
172
+ field: {
173
+ subModels?: Record<string, FlowSurfaceNodeSpec | FlowSurfaceNodeSpec[]>;
174
+ uid: string;
175
+ use: string;
176
+ props: Record<string, any>;
177
+ stepParams: Record<string, any> & {
178
+ fieldSettings: {
179
+ init: _.Dictionary<string>;
180
+ };
181
+ };
182
+ };
183
+ };
184
+ };
185
+ };
186
+ export declare function buildStandaloneFieldNode(options: {
187
+ use: 'JSColumnModel' | 'JSItemModel' | 'DividerItemModel';
188
+ uid?: string;
189
+ props?: Record<string, any>;
190
+ decoratorProps?: Record<string, any>;
191
+ stepParams?: Record<string, any>;
192
+ }): {
193
+ uid: string;
194
+ use: "JSColumnModel" | "JSItemModel" | "DividerItemModel";
195
+ props: Record<string, any>;
196
+ decoratorProps: Record<string, any>;
197
+ stepParams: Record<string, any>;
198
+ };
199
+ export declare function buildActionTree(options: {
200
+ type?: string;
201
+ use?: string;
202
+ containerUse?: string;
203
+ resourceInit?: Record<string, any>;
204
+ props?: Record<string, any>;
205
+ decoratorProps?: Record<string, any>;
206
+ stepParams?: Record<string, any>;
207
+ flowRegistry?: Record<string, any>;
208
+ }): {
209
+ subModels?: Record<string, FlowSurfaceNodeSpec | FlowSurfaceNodeSpec[]>;
210
+ use: string;
211
+ props: Record<string, any>;
212
+ decoratorProps: Record<string, any>;
213
+ stepParams: Record<string, any>;
214
+ flowRegistry: Record<string, any>;
215
+ };
216
+ export declare function buildCanonicalTableActionsColumnNode(options?: {
217
+ uid?: string;
218
+ props?: Record<string, any>;
219
+ decoratorProps?: Record<string, any>;
220
+ stepParams?: Record<string, any>;
221
+ flowRegistry?: Record<string, any>;
222
+ }): {
223
+ uid: string;
224
+ use: string;
225
+ props: Record<string, any>;
226
+ decoratorProps: Record<string, any>;
227
+ stepParams: {
228
+ tableColumnSettings: {
229
+ title: {
230
+ title: string;
231
+ };
232
+ };
233
+ } & Record<string, any>;
234
+ flowRegistry: Record<string, any>;
235
+ };
236
+ export declare function assignClientKeysToUids(spec: FlowSurfaceNodeSpec, clientKeyToUid: Record<string, string>): FlowSurfaceNodeSpec;
237
+ export declare function getStandaloneFieldDefaults(use: string): FlowSurfaceNodeDefaults;
238
+ export {};