@nocobase/plugin-flow-engine 2.1.0-beta.35 → 2.1.0-beta.37

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 (68) hide show
  1. package/dist/externalVersion.js +9 -9
  2. package/dist/node_modules/@ant-design/icons-svg/package.json +1 -1
  3. package/dist/node_modules/acorn/LICENSE +21 -0
  4. package/dist/node_modules/acorn/bin/acorn +4 -0
  5. package/dist/node_modules/acorn/dist/acorn.d.mts +857 -0
  6. package/dist/node_modules/acorn/dist/acorn.d.ts +857 -0
  7. package/dist/node_modules/acorn/dist/acorn.js +1 -0
  8. package/dist/node_modules/acorn/dist/bin.js +90 -0
  9. package/dist/node_modules/acorn/package.json +1 -0
  10. package/dist/node_modules/acorn-jsx/LICENSE +19 -0
  11. package/dist/node_modules/acorn-jsx/index.d.ts +12 -0
  12. package/dist/node_modules/acorn-jsx/index.js +1 -0
  13. package/dist/node_modules/acorn-jsx/package.json +1 -0
  14. package/dist/node_modules/acorn-jsx/xhtml.js +255 -0
  15. package/dist/node_modules/acorn-walk/LICENSE +21 -0
  16. package/dist/node_modules/acorn-walk/dist/walk.d.mts +177 -0
  17. package/dist/node_modules/acorn-walk/dist/walk.d.ts +177 -0
  18. package/dist/node_modules/acorn-walk/dist/walk.js +1 -0
  19. package/dist/node_modules/acorn-walk/node_modules/acorn/bin/acorn +4 -0
  20. package/dist/node_modules/acorn-walk/node_modules/acorn/dist/acorn.d.mts +866 -0
  21. package/dist/node_modules/acorn-walk/node_modules/acorn/dist/acorn.d.ts +866 -0
  22. package/dist/node_modules/acorn-walk/node_modules/acorn/dist/acorn.js +6174 -0
  23. package/dist/node_modules/acorn-walk/node_modules/acorn/dist/bin.js +90 -0
  24. package/dist/node_modules/acorn-walk/node_modules/acorn/package.json +50 -0
  25. package/dist/node_modules/acorn-walk/package.json +1 -0
  26. package/dist/node_modules/ses/package.json +1 -1
  27. package/dist/node_modules/zod/package.json +1 -1
  28. package/dist/server/flow-surfaces/action-scope.d.ts +2 -0
  29. package/dist/server/flow-surfaces/action-scope.js +8 -0
  30. package/dist/server/flow-surfaces/authoring-validation.d.ts +3 -0
  31. package/dist/server/flow-surfaces/authoring-validation.js +317 -9
  32. package/dist/server/flow-surfaces/blueprint/compile-blocks.js +143 -3
  33. package/dist/server/flow-surfaces/blueprint/public-types.d.ts +1 -1
  34. package/dist/server/flow-surfaces/builder.js +54 -1
  35. package/dist/server/flow-surfaces/catalog.js +158 -2
  36. package/dist/server/flow-surfaces/chart-config.d.ts +58 -54
  37. package/dist/server/flow-surfaces/chart-config.js +18 -5
  38. package/dist/server/flow-surfaces/compose-compiler.d.ts +1 -1
  39. package/dist/server/flow-surfaces/compose-runtime.d.ts +1 -0
  40. package/dist/server/flow-surfaces/compose-runtime.js +24 -6
  41. package/dist/server/flow-surfaces/configure-options.js +40 -1
  42. package/dist/server/flow-surfaces/default-block-actions.js +11 -0
  43. package/dist/server/flow-surfaces/index.js +4 -2
  44. package/dist/server/flow-surfaces/node-use-sets.js +2 -0
  45. package/dist/server/flow-surfaces/runjs-authoring/ctx-libs-member-mismatch-stop/index.js +1 -1
  46. package/dist/server/flow-surfaces/runjs-authoring/index.d.ts +14 -2
  47. package/dist/server/flow-surfaces/runjs-authoring/index.js +4633 -252
  48. package/dist/server/flow-surfaces/runjs-authoring/nested-runjs-stop/index.d.ts +10 -0
  49. package/dist/server/flow-surfaces/runjs-authoring/nested-runjs-stop/index.js +40 -0
  50. package/dist/server/flow-surfaces/runjs-authoring/rules.js +6 -0
  51. package/dist/server/flow-surfaces/runjs-authoring/source-limit-stop/index.d.ts +10 -0
  52. package/dist/server/flow-surfaces/runjs-authoring/source-limit-stop/index.js +40 -0
  53. package/dist/server/flow-surfaces/runjs-authoring/syntax-stop/index.d.ts +10 -0
  54. package/dist/server/flow-surfaces/runjs-authoring/syntax-stop/index.js +40 -0
  55. package/dist/server/flow-surfaces/runjs-authoring/types.d.ts +1 -1
  56. package/dist/server/flow-surfaces/service-utils.d.ts +1 -1
  57. package/dist/server/flow-surfaces/service-utils.js +3 -0
  58. package/dist/server/flow-surfaces/service.d.ts +106 -17
  59. package/dist/server/flow-surfaces/service.js +1760 -131
  60. package/dist/server/flow-surfaces/support-matrix.d.ts +1 -1
  61. package/dist/server/flow-surfaces/support-matrix.js +13 -1
  62. package/dist/server/flow-surfaces/surface-context.js +4 -13
  63. package/dist/swagger/flow-surfaces.d.ts +148 -0
  64. package/dist/swagger/flow-surfaces.examples.d.ts +179 -1
  65. package/dist/swagger/flow-surfaces.examples.js +75 -3
  66. package/dist/swagger/flow-surfaces.js +181 -7
  67. package/dist/swagger/index.d.ts +148 -0
  68. package/package.json +5 -2
@@ -6,7 +6,7 @@
6
6
  * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
- export type FormalFlowSurfaceBlockKey = 'js-block' | 'table' | 'calendar' | 'kanban' | 'create-form' | 'edit-form' | 'details' | 'filter-form' | 'list' | 'grid-card' | 'markdown' | 'iframe' | 'map' | 'chart' | 'comments' | 'action-panel';
9
+ export type FormalFlowSurfaceBlockKey = 'js-block' | 'table' | 'calendar' | 'kanban' | 'create-form' | 'edit-form' | 'details' | 'filter-form' | 'list' | 'grid-card' | 'markdown' | 'iframe' | 'map' | 'chart' | 'comments' | 'record-history' | 'action-panel';
10
10
  export type FlowSurfaceBlockSupportEntry = {
11
11
  key: string;
12
12
  formalKey?: FormalFlowSurfaceBlockKey;
@@ -225,7 +225,19 @@ const FLOW_SURFACE_BLOCK_SUPPORT_MATRIX = [
225
225
  formalBuiltin: true,
226
226
  fixtureCaptured: true,
227
227
  readbackSupported: true,
228
- createSupported: false
228
+ createSupported: true
229
+ },
230
+ {
231
+ key: "recordHistory",
232
+ formalKey: "record-history",
233
+ label: "Record history",
234
+ modelUse: "RecordHistoryBlockModel",
235
+ ownerPlugin: "@nocobase/plugin-record-history",
236
+ topLevelAddable: true,
237
+ formalBuiltin: true,
238
+ fixtureCaptured: false,
239
+ readbackSupported: true,
240
+ createSupported: true
229
241
  },
230
242
  {
231
243
  key: "actionPanel",
@@ -40,6 +40,7 @@ __export(surface_context_exports, {
40
40
  });
41
41
  module.exports = __toCommonJS(surface_context_exports);
42
42
  var import_lodash = __toESM(require("lodash"));
43
+ var import_action_scope = require("./action-scope");
43
44
  var import_catalog = require("./catalog");
44
45
  var import_chart_config = require("./chart-config");
45
46
  var import_errors = require("./errors");
@@ -54,12 +55,11 @@ const FILTER_TARGET_BLOCK_USES = /* @__PURE__ */ new Set([
54
55
  "GridCardBlockModel",
55
56
  "ChartBlockModel",
56
57
  "MapBlockModel",
57
- "CommentsBlockModel"
58
+ "CommentsBlockModel",
59
+ "RecordHistoryBlockModel"
58
60
  ]);
59
61
  const DETAILS_CARD_BLOCK_USES = /* @__PURE__ */ new Set(["ListBlockModel", "GridCardBlockModel", "KanbanBlockModel"]);
60
62
  const DETAILS_CARD_ITEM_USES = /* @__PURE__ */ new Set(["ListItemModel", "GridCardItemModel", "KanbanCardItemModel"]);
61
- const RECORD_ACTION_ITEM_USES = /* @__PURE__ */ new Set(["ListItemModel", "GridCardItemModel"]);
62
- const BLOCK_ACTION_CONTAINER_USES = /* @__PURE__ */ new Set(["ListBlockModel", "GridCardBlockModel", "KanbanBlockModel"]);
63
63
  function getDefaultGridUse(ownerUse, fallbackUse) {
64
64
  return (0, import_approval.getApprovalDefaultGridUse)(ownerUse) || fallbackUse;
65
65
  }
@@ -334,16 +334,7 @@ class FlowSurfaceContextResolver {
334
334
  var _a;
335
335
  const resolved = await this.locator.resolve(target, { transaction });
336
336
  const node = resolved.node || await this.repository.findModelById(resolved.uid, { transaction, includeAsyncNode: true });
337
- if (["TableBlockModel", "CalendarBlockModel", "TableActionsColumnModel"].includes(node == null ? void 0 : node.use) || (node == null ? void 0 : node.use) === "ActionPanelBlockModel" || BLOCK_ACTION_CONTAINER_USES.has(node == null ? void 0 : node.use) || RECORD_ACTION_ITEM_USES.has(node == null ? void 0 : node.use)) {
338
- return {
339
- parentUid: node.uid,
340
- subKey: "actions",
341
- subType: "array",
342
- ownerUid: node.uid,
343
- ownerUse: node.use
344
- };
345
- }
346
- if ((0, import_placement.isFormBlockUse)(node == null ? void 0 : node.use) || (0, import_placement.isDetailsBlockUse)(node == null ? void 0 : node.use) || (0, import_placement.isFilterFormBlockUse)(node == null ? void 0 : node.use)) {
337
+ if ((0, import_action_scope.getActionContainerScope)(node == null ? void 0 : node.use) || (0, import_placement.isFormBlockUse)(node == null ? void 0 : node.use) || (0, import_placement.isDetailsBlockUse)(node == null ? void 0 : node.use) || (0, import_placement.isFilterFormBlockUse)(node == null ? void 0 : node.use)) {
347
338
  return {
348
339
  parentUid: node.uid,
349
340
  subKey: "actions",
@@ -4448,6 +4448,154 @@ declare const _default: {
4448
4448
  type: string;
4449
4449
  additionalProperties: boolean;
4450
4450
  };
4451
+ username: {
4452
+ type: string;
4453
+ description: string;
4454
+ };
4455
+ auto: {
4456
+ type: string;
4457
+ description: string;
4458
+ };
4459
+ workContext: {
4460
+ type: string;
4461
+ description: string;
4462
+ items: {
4463
+ type: string;
4464
+ required: string[];
4465
+ anyOf: {
4466
+ required: string[];
4467
+ }[];
4468
+ properties: {
4469
+ type: {
4470
+ type: string;
4471
+ enum: string[];
4472
+ example: string;
4473
+ };
4474
+ uid: {
4475
+ type: string;
4476
+ minLength: number;
4477
+ description: string;
4478
+ };
4479
+ target: {
4480
+ type: string;
4481
+ minLength: number;
4482
+ description: string;
4483
+ };
4484
+ };
4485
+ additionalProperties: boolean;
4486
+ };
4487
+ };
4488
+ tasks: {
4489
+ type: string;
4490
+ description: string;
4491
+ items: {
4492
+ type: string;
4493
+ properties: {
4494
+ title: {
4495
+ type: string;
4496
+ };
4497
+ message: {
4498
+ type: string;
4499
+ properties: {
4500
+ system: {
4501
+ type: string;
4502
+ };
4503
+ user: {
4504
+ type: string;
4505
+ };
4506
+ workContext: {
4507
+ type: string;
4508
+ items: {
4509
+ type: string;
4510
+ required: string[];
4511
+ anyOf: {
4512
+ required: string[];
4513
+ }[];
4514
+ properties: {
4515
+ type: {
4516
+ type: string;
4517
+ enum: string[];
4518
+ example: string;
4519
+ };
4520
+ uid: {
4521
+ type: string;
4522
+ minLength: number;
4523
+ };
4524
+ target: {
4525
+ type: string;
4526
+ minLength: number;
4527
+ };
4528
+ };
4529
+ additionalProperties: boolean;
4530
+ };
4531
+ };
4532
+ };
4533
+ additionalProperties: boolean;
4534
+ };
4535
+ autoSend: {
4536
+ type: string;
4537
+ };
4538
+ skillSettings: {
4539
+ type: string;
4540
+ nullable: boolean;
4541
+ description: string;
4542
+ properties: {
4543
+ skills: {
4544
+ type: string;
4545
+ items: {
4546
+ type: string;
4547
+ };
4548
+ };
4549
+ tools: {
4550
+ type: string;
4551
+ items: {
4552
+ type: string;
4553
+ };
4554
+ };
4555
+ skillsVersion: {
4556
+ type: string;
4557
+ };
4558
+ toolsVersion: {
4559
+ type: string;
4560
+ };
4561
+ };
4562
+ additionalProperties: boolean;
4563
+ };
4564
+ model: {
4565
+ type: string;
4566
+ nullable: boolean;
4567
+ required: string[];
4568
+ description: string;
4569
+ properties: {
4570
+ llmService: {
4571
+ type: string;
4572
+ };
4573
+ model: {
4574
+ type: string;
4575
+ };
4576
+ };
4577
+ additionalProperties: boolean;
4578
+ };
4579
+ webSearch: {
4580
+ type: string;
4581
+ };
4582
+ };
4583
+ additionalProperties: boolean;
4584
+ };
4585
+ };
4586
+ style: {
4587
+ type: string;
4588
+ description: string;
4589
+ properties: {
4590
+ size: {
4591
+ type: string;
4592
+ };
4593
+ mask: {
4594
+ type: string;
4595
+ };
4596
+ };
4597
+ additionalProperties: boolean;
4598
+ };
4451
4599
  };
4452
4600
  additionalProperties: boolean;
4453
4601
  };
@@ -62,8 +62,39 @@ export declare const flowSurfaceExamples: {
62
62
  span: number;
63
63
  }[])[];
64
64
  };
65
- actions: string[];
65
+ actions: (string | {
66
+ key: string;
67
+ type: string;
68
+ settings: {
69
+ username: string;
70
+ auto: boolean;
71
+ workContext: {
72
+ type: string;
73
+ target: string;
74
+ }[];
75
+ tasks: {
76
+ title: string;
77
+ message: {
78
+ system: string;
79
+ user: string;
80
+ workContext: {
81
+ type: string;
82
+ target: string;
83
+ }[];
84
+ };
85
+ autoSend: boolean;
86
+ skillSettings: any;
87
+ model: any;
88
+ webSearch: boolean;
89
+ }[];
90
+ style: {
91
+ size: number;
92
+ mask: boolean;
93
+ };
94
+ };
95
+ })[];
66
96
  defaultFilter?: undefined;
97
+ recordActions?: undefined;
67
98
  } | {
68
99
  key: string;
69
100
  type: string;
@@ -94,7 +125,68 @@ export declare const flowSurfaceExamples: {
94
125
  key: string;
95
126
  type: string;
96
127
  settings?: undefined;
128
+ } | {
129
+ key: string;
130
+ type: string;
131
+ settings: {
132
+ username: string;
133
+ auto: boolean;
134
+ workContext: {
135
+ type: string;
136
+ target: string;
137
+ }[];
138
+ tasks: {
139
+ title: string;
140
+ message: {
141
+ system: string;
142
+ user: string;
143
+ workContext: {
144
+ type: string;
145
+ target: string;
146
+ }[];
147
+ };
148
+ autoSend: boolean;
149
+ skillSettings: any;
150
+ model: any;
151
+ webSearch: boolean;
152
+ }[];
153
+ style: {
154
+ size: number;
155
+ mask: boolean;
156
+ };
157
+ };
97
158
  })[];
159
+ recordActions: {
160
+ key: string;
161
+ type: string;
162
+ settings: {
163
+ username: string;
164
+ auto: boolean;
165
+ workContext: {
166
+ type: string;
167
+ target: string;
168
+ }[];
169
+ tasks: {
170
+ title: string;
171
+ message: {
172
+ system: string;
173
+ user: string;
174
+ workContext: {
175
+ type: string;
176
+ target: string;
177
+ }[];
178
+ };
179
+ autoSend: boolean;
180
+ skillSettings: any;
181
+ model: any;
182
+ webSearch: boolean;
183
+ }[];
184
+ style: {
185
+ size: number;
186
+ mask: boolean;
187
+ };
188
+ };
189
+ }[];
98
190
  fieldsLayout?: undefined;
99
191
  })[];
100
192
  layout: {
@@ -1161,6 +1253,39 @@ export declare const flowSurfaceExamples: {
1161
1253
  code: string;
1162
1254
  };
1163
1255
  };
1256
+ addAIEmployeeAction: {
1257
+ target: {
1258
+ uid: string;
1259
+ };
1260
+ type: string;
1261
+ settings: {
1262
+ username: string;
1263
+ auto: boolean;
1264
+ workContext: {
1265
+ type: string;
1266
+ target: string;
1267
+ }[];
1268
+ tasks: {
1269
+ title: string;
1270
+ message: {
1271
+ system: string;
1272
+ user: string;
1273
+ workContext: {
1274
+ type: string;
1275
+ target: string;
1276
+ }[];
1277
+ };
1278
+ autoSend: boolean;
1279
+ skillSettings: any;
1280
+ model: any;
1281
+ webSearch: boolean;
1282
+ }[];
1283
+ style: {
1284
+ size: number;
1285
+ mask: boolean;
1286
+ };
1287
+ };
1288
+ };
1164
1289
  addRecordAction: {
1165
1290
  target: {
1166
1291
  uid: string;
@@ -1258,6 +1383,39 @@ export declare const flowSurfaceExamples: {
1258
1383
  code: string;
1259
1384
  };
1260
1385
  };
1386
+ addRecordAIEmployeeAction: {
1387
+ target: {
1388
+ uid: string;
1389
+ };
1390
+ type: string;
1391
+ settings: {
1392
+ username: string;
1393
+ auto: boolean;
1394
+ workContext: {
1395
+ type: string;
1396
+ target: string;
1397
+ }[];
1398
+ tasks: {
1399
+ title: string;
1400
+ message: {
1401
+ system: string;
1402
+ user: string;
1403
+ workContext: {
1404
+ type: string;
1405
+ target: string;
1406
+ }[];
1407
+ };
1408
+ autoSend: boolean;
1409
+ skillSettings: any;
1410
+ model: any;
1411
+ webSearch: boolean;
1412
+ }[];
1413
+ style: {
1414
+ size: number;
1415
+ mask: boolean;
1416
+ };
1417
+ };
1418
+ };
1261
1419
  addBlocks: {
1262
1420
  target: {
1263
1421
  uid: string;
@@ -1449,6 +1607,26 @@ export declare const flowSurfaceExamples: {
1449
1607
  };
1450
1608
  };
1451
1609
  };
1610
+ updateAIEmployeeSettings: {
1611
+ target: {
1612
+ uid: string;
1613
+ };
1614
+ tasks: {
1615
+ title: string;
1616
+ message: {
1617
+ user: string;
1618
+ workContext: {
1619
+ type: string;
1620
+ target: string;
1621
+ }[];
1622
+ };
1623
+ autoSend: boolean;
1624
+ webSearch: boolean;
1625
+ }[];
1626
+ style: {
1627
+ mask: boolean;
1628
+ };
1629
+ };
1452
1630
  getEventFlowMeta: {
1453
1631
  target: {
1454
1632
  uid: string;
@@ -54,6 +54,26 @@ const makePublicBlockDefaultFilter = (items = [
54
54
  logic: "$and",
55
55
  items
56
56
  });
57
+ const makeAIEmployeeActionSettings = (target = "self") => ({
58
+ username: "dex",
59
+ auto: false,
60
+ workContext: [{ type: "flow-model", target }],
61
+ tasks: [
62
+ {
63
+ title: "Analyze current context",
64
+ message: {
65
+ system: "Use the current UI context.",
66
+ user: "Analyze the current record and suggest next steps.",
67
+ workContext: [{ type: "flow-model", target }]
68
+ },
69
+ autoSend: false,
70
+ skillSettings: null,
71
+ model: null,
72
+ webSearch: false
73
+ }
74
+ ],
75
+ style: { size: 40, mask: false }
76
+ });
57
77
  const flowSurfaceExamples = {
58
78
  catalog: {
59
79
  target: {
@@ -132,7 +152,14 @@ const flowSurfaceExamples = {
132
152
  ["total"]
133
153
  ]
134
154
  },
135
- actions: ["submit"]
155
+ actions: [
156
+ "submit",
157
+ {
158
+ key: "formAssistantAction",
159
+ type: "aiEmployee",
160
+ settings: makeAIEmployeeActionSettings()
161
+ }
162
+ ]
136
163
  },
137
164
  {
138
165
  key: "employeesTable",
@@ -193,6 +220,18 @@ const flowSurfaceExamples = {
193
220
  {
194
221
  key: "refreshAction",
195
222
  type: "refresh"
223
+ },
224
+ {
225
+ key: "tableInsightAction",
226
+ type: "aiEmployee",
227
+ settings: makeAIEmployeeActionSettings("employeeForm")
228
+ }
229
+ ],
230
+ recordActions: [
231
+ {
232
+ key: "recordInsightAction",
233
+ type: "aiEmployee",
234
+ settings: makeAIEmployeeActionSettings()
196
235
  }
197
236
  ]
198
237
  }
@@ -961,7 +1000,7 @@ const flowSurfaceExamples = {
961
1000
  title: "Run diagnostics",
962
1001
  type: "primary",
963
1002
  version: "1.0.1",
964
- code: `await ctx.runjs('console.log("diagnostics")');`
1003
+ code: 'ctx.console.log("diagnostics");'
965
1004
  }
966
1005
  },
967
1006
  configureJsItemAction: {
@@ -1474,7 +1513,7 @@ const flowSurfaceExamples = {
1474
1513
  title: "Run JS",
1475
1514
  type: "primary",
1476
1515
  version: "1.0.0",
1477
- code: `await ctx.runjs('console.log("hello")');`
1516
+ code: 'ctx.console.log("hello");'
1478
1517
  }
1479
1518
  },
1480
1519
  addJsItemAction: {
@@ -1489,6 +1528,13 @@ const flowSurfaceExamples = {
1489
1528
  code: 'const { Button } = ctx.antd;\n\nfunction JsItemAction() {\n return <Button onClick={() => ctx.message.success("Item JS complete")}>Run item JS</Button>;\n}\n\nctx.render(<JsItemAction />);'
1490
1529
  }
1491
1530
  },
1531
+ addAIEmployeeAction: {
1532
+ target: {
1533
+ uid: "table-block-uid"
1534
+ },
1535
+ type: "aiEmployee",
1536
+ settings: makeAIEmployeeActionSettings()
1537
+ },
1492
1538
  addRecordAction: {
1493
1539
  target: {
1494
1540
  uid: "table-block-uid"
@@ -1592,6 +1638,13 @@ const flowSurfaceExamples = {
1592
1638
  code: "return currentRecord?.id;"
1593
1639
  }
1594
1640
  },
1641
+ addRecordAIEmployeeAction: {
1642
+ target: {
1643
+ uid: "table-block-uid"
1644
+ },
1645
+ type: "aiEmployee",
1646
+ settings: makeAIEmployeeActionSettings()
1647
+ },
1595
1648
  addBlocks: {
1596
1649
  target: {
1597
1650
  uid: "page-grid-uid"
@@ -1829,6 +1882,25 @@ const flowSurfaceExamples = {
1829
1882
  }
1830
1883
  }
1831
1884
  },
1885
+ updateAIEmployeeSettings: {
1886
+ target: {
1887
+ uid: "ai-employee-action-uid"
1888
+ },
1889
+ tasks: [
1890
+ {
1891
+ title: "Generate table insights",
1892
+ message: {
1893
+ user: "Summarize the current table and identify risks.",
1894
+ workContext: [{ type: "flow-model", target: "self" }]
1895
+ },
1896
+ autoSend: true,
1897
+ webSearch: false
1898
+ }
1899
+ ],
1900
+ style: {
1901
+ mask: true
1902
+ }
1903
+ },
1832
1904
  getEventFlowMeta: {
1833
1905
  target: {
1834
1906
  uid: "submit-action-uid"