@almadar/std 8.5.1 → 9.0.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 (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  27. package/behaviors/registry/app/organisms/std-cms.orb +587 -587
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  29. package/behaviors/registry/app/organisms/std-crm.orb +966 -966
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  37. package/behaviors/registry/app/organisms/std-lms.orb +876 -876
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  42. package/behaviors/registry/core/atoms/std-browse.orb +67 -67
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  44. package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  47. package/behaviors/registry/core/atoms/std-display.orb +370 -370
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +63 -63
  50. package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  51. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  52. package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  53. package/behaviors/registry/core/atoms/std-push.orb +49 -49
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  55. package/behaviors/registry/core/atoms/std-related.orb +39 -39
  56. package/behaviors/registry/core/atoms/std-search.orb +73 -73
  57. package/behaviors/registry/core/atoms/std-selection.orb +110 -110
  58. package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  59. package/behaviors/registry/core/molecules/std-cart.orb +60 -60
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  62. package/behaviors/registry/core/molecules/std-list.orb +68 -68
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  64. package/behaviors/registry/game/atoms/std-collision.orb +140 -140
  65. package/behaviors/registry/game/atoms/std-combat.orb +76 -76
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  69. package/behaviors/registry/game/atoms/std-movement.orb +276 -276
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  72. package/behaviors/registry/game/atoms/std-quest.orb +129 -129
  73. package/behaviors/registry/game/atoms/std-timer.orb +285 -285
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  83. package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  84. package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  187. package/package.json +1 -1
@@ -65,7 +65,7 @@
65
65
  "event": "ListItemLoaded",
66
66
  "description": "Fired when the ListItem collection finishes loading; payload.data holds the list",
67
67
  "scope": "internal",
68
- "payload": [
68
+ "payloadSchema": [
69
69
  {
70
70
  "name": "data",
71
71
  "type": "[ListItem]"
@@ -76,7 +76,7 @@
76
76
  "event": "ListItemLoadFailed",
77
77
  "description": "Fired when the ListItem collection fails to load",
78
78
  "scope": "internal",
79
- "payload": [
79
+ "payloadSchema": [
80
80
  {
81
81
  "name": "error",
82
82
  "type": "string"
@@ -135,7 +135,7 @@
135
135
  {
136
136
  "key": "ListItemLoaded",
137
137
  "name": "ListItem loaded",
138
- "payload": [
138
+ "payloadSchema": [
139
139
  {
140
140
  "name": "data",
141
141
  "type": "[ListItem]"
@@ -145,7 +145,7 @@
145
145
  {
146
146
  "key": "ListItemLoadFailed",
147
147
  "name": "ListItem load failed",
148
- "payload": [
148
+ "payloadSchema": [
149
149
  {
150
150
  "name": "error",
151
151
  "type": "string",
@@ -169,8 +169,8 @@
169
169
  "ListItem",
170
170
  {
171
171
  "emit": {
172
- "success": "ListItemLoaded",
173
- "failure": "ListItemLoadFailed"
172
+ "failure": "ListItemLoadFailed",
173
+ "success": "ListItemLoaded"
174
174
  }
175
175
  }
176
176
  ],
@@ -178,20 +178,20 @@
178
178
  "render-ui",
179
179
  "main",
180
180
  {
181
- "className": "py-12",
182
181
  "direction": "vertical",
183
- "type": "stack",
184
182
  "align": "center",
183
+ "type": "stack",
185
184
  "gap": "md",
185
+ "className": "py-12",
186
186
  "children": [
187
187
  {
188
188
  "type": "spinner"
189
189
  },
190
190
  {
191
- "content": "Loading list…",
191
+ "type": "typography",
192
192
  "variant": "caption",
193
- "color": "muted",
194
- "type": "typography"
193
+ "content": "Loading list…",
194
+ "color": "muted"
195
195
  }
196
196
  ]
197
197
  }
@@ -207,18 +207,19 @@
207
207
  "render-ui",
208
208
  "main",
209
209
  {
210
+ "direction": "vertical",
211
+ "type": "stack",
212
+ "gap": "lg",
213
+ "className": "max-w-5xl mx-auto w-full",
210
214
  "children": [
211
215
  {
212
- "type": "stack",
213
- "justify": "between",
214
216
  "children": [
215
217
  {
216
- "direction": "horizontal",
217
218
  "type": "stack",
218
219
  "children": [
219
220
  {
220
- "type": "icon",
221
- "name": "list"
221
+ "name": "list",
222
+ "type": "icon"
222
223
  },
223
224
  {
224
225
  "content": "ListItems",
@@ -226,61 +227,60 @@
226
227
  "variant": "h2"
227
228
  }
228
229
  ],
230
+ "direction": "horizontal",
229
231
  "gap": "md"
230
232
  },
231
233
  {
232
- "action": "CREATE",
233
- "variant": "primary",
234
234
  "type": "button",
235
235
  "label": "Create",
236
+ "action": "CREATE",
237
+ "variant": "primary",
236
238
  "icon": "plus"
237
239
  }
238
240
  ],
239
241
  "gap": "md",
240
- "direction": "horizontal"
242
+ "justify": "between",
243
+ "direction": "horizontal",
244
+ "type": "stack"
241
245
  },
242
246
  {
243
247
  "type": "divider"
244
248
  },
245
249
  {
250
+ "entity": "@payload.data",
246
251
  "fields": [
247
252
  {
253
+ "label": "Name",
248
254
  "variant": "h4",
249
255
  "icon": "list",
250
- "name": "name",
251
- "label": "Name"
256
+ "name": "name"
252
257
  },
253
258
  {
254
- "variant": "caption",
259
+ "name": "description",
255
260
  "label": "Description",
256
- "name": "description"
261
+ "variant": "caption"
257
262
  },
258
263
  {
259
- "name": "status",
260
264
  "variant": "badge",
265
+ "name": "status",
261
266
  "label": "Status"
262
267
  }
263
268
  ],
269
+ "type": "data-grid",
264
270
  "itemActions": [
265
271
  {
266
272
  "label": "Edit",
267
- "variant": "ghost",
268
- "event": "EDIT"
273
+ "event": "EDIT",
274
+ "variant": "ghost"
269
275
  },
270
276
  {
271
- "label": "Delete",
272
277
  "event": "DELETE",
278
+ "label": "Delete",
273
279
  "variant": "danger"
274
280
  }
275
- ],
276
- "type": "data-grid",
277
- "entity": "@payload.data"
281
+ ]
278
282
  }
279
- ],
280
- "type": "stack",
281
- "direction": "vertical",
282
- "className": "max-w-5xl mx-auto w-full",
283
- "gap": "lg"
283
+ ]
284
284
  }
285
285
  ]
286
286
  ]
@@ -294,7 +294,11 @@
294
294
  "render-ui",
295
295
  "main",
296
296
  {
297
+ "className": "py-12",
298
+ "type": "stack",
299
+ "gap": "md",
297
300
  "direction": "vertical",
301
+ "align": "center",
298
302
  "children": [
299
303
  {
300
304
  "name": "alert-triangle",
@@ -302,28 +306,24 @@
302
306
  "type": "icon"
303
307
  },
304
308
  {
309
+ "content": "Failed to load list",
305
310
  "type": "typography",
306
- "variant": "h3",
307
- "content": "Failed to load list"
311
+ "variant": "h3"
308
312
  },
309
313
  {
314
+ "variant": "body",
310
315
  "content": "@payload.error",
311
316
  "type": "typography",
312
- "variant": "body",
313
317
  "color": "muted"
314
318
  },
315
319
  {
320
+ "icon": "rotate-ccw",
316
321
  "action": "INIT",
317
- "type": "button",
318
322
  "variant": "primary",
319
- "label": "Retry",
320
- "icon": "rotate-ccw"
323
+ "type": "button",
324
+ "label": "Retry"
321
325
  }
322
- ],
323
- "type": "stack",
324
- "align": "center",
325
- "className": "py-12",
326
- "gap": "md"
326
+ ]
327
327
  }
328
328
  ]
329
329
  ]
@@ -338,8 +338,8 @@
338
338
  "ListItem",
339
339
  {
340
340
  "emit": {
341
- "success": "ListItemLoaded",
342
- "failure": "ListItemLoadFailed"
341
+ "failure": "ListItemLoadFailed",
342
+ "success": "ListItemLoaded"
343
343
  }
344
344
  }
345
345
  ],
@@ -362,8 +362,8 @@
362
362
  "ListItem",
363
363
  {
364
364
  "emit": {
365
- "failure": "ListItemLoadFailed",
366
- "success": "ListItemLoaded"
365
+ "success": "ListItemLoaded",
366
+ "failure": "ListItemLoadFailed"
367
367
  }
368
368
  }
369
369
  ],
@@ -385,18 +385,18 @@
385
385
  "name": "ListItemCreate",
386
386
  "linkedEntity": "ListItem",
387
387
  "config": {
388
- "mode": "create",
389
- "title": "Create ListItem",
390
388
  "fields": [
391
389
  "name",
392
390
  "description",
393
391
  "status"
394
392
  ],
395
- "icon": "plus-circle"
393
+ "icon": "plus-circle",
394
+ "title": "Create ListItem",
395
+ "mode": "create"
396
396
  },
397
397
  "events": {
398
- "OPEN": "CREATE",
399
- "SAVE": "LIST_ITEM_CREATED"
398
+ "SAVE": "LIST_ITEM_CREATED",
399
+ "OPEN": "CREATE"
400
400
  }
401
401
  },
402
402
  {
@@ -404,14 +404,14 @@
404
404
  "name": "ListItemEdit",
405
405
  "linkedEntity": "ListItem",
406
406
  "config": {
407
- "icon": "edit",
408
- "title": "Edit ListItem",
409
407
  "fields": [
410
408
  "name",
411
409
  "description",
412
410
  "status"
413
411
  ],
414
- "mode": "edit"
412
+ "mode": "edit",
413
+ "icon": "edit",
414
+ "title": "Edit ListItem"
415
415
  },
416
416
  "events": {
417
417
  "SAVE": "LIST_ITEM_UPDATED",
@@ -423,14 +423,14 @@
423
423
  "name": "ListItemDelete",
424
424
  "linkedEntity": "ListItem",
425
425
  "config": {
426
- "confirmLabel": "Delete",
427
426
  "alertMessage": "This action cannot be undone.",
428
427
  "title": "Delete ListItem",
428
+ "confirmLabel": "Delete",
429
429
  "icon": "alert-triangle"
430
430
  },
431
431
  "events": {
432
- "CONFIRM": "CONFIRM_DELETE",
433
- "REQUEST": "DELETE"
432
+ "REQUEST": "DELETE",
433
+ "CONFIRM": "CONFIRM_DELETE"
434
434
  }
435
435
  },
436
436
  {
@@ -441,7 +441,7 @@
441
441
  {
442
442
  "event": "ITEM_CREATED",
443
443
  "scope": "external",
444
- "payload": [
444
+ "payloadSchema": [
445
445
  {
446
446
  "name": "id",
447
447
  "type": "string",
@@ -452,7 +452,7 @@
452
452
  {
453
453
  "event": "ITEM_UPDATED",
454
454
  "scope": "external",
455
- "payload": [
455
+ "payloadSchema": [
456
456
  {
457
457
  "name": "id",
458
458
  "type": "string",
@@ -463,7 +463,7 @@
463
463
  {
464
464
  "event": "ITEM_DELETED",
465
465
  "scope": "external",
466
- "payload": [
466
+ "payloadSchema": [
467
467
  {
468
468
  "name": "id",
469
469
  "type": "string",
@@ -513,7 +513,7 @@
513
513
  {
514
514
  "key": "DO_CREATE",
515
515
  "name": "Do Create",
516
- "payload": [
516
+ "payloadSchema": [
517
517
  {
518
518
  "name": "data",
519
519
  "type": "ListItem"
@@ -523,7 +523,7 @@
523
523
  {
524
524
  "key": "DO_UPDATE",
525
525
  "name": "Do Update",
526
- "payload": [
526
+ "payloadSchema": [
527
527
  {
528
528
  "name": "data",
529
529
  "type": "ListItem"
@@ -533,7 +533,7 @@
533
533
  {
534
534
  "key": "DO_DELETE",
535
535
  "name": "Do Delete",
536
- "payload": [
536
+ "payloadSchema": [
537
537
  {
538
538
  "name": "id",
539
539
  "type": "string",
@@ -650,4 +650,4 @@
650
650
  ]
651
651
  }
652
652
  ]
653
- }
653
+ }