@almadar/std 3.2.1 → 3.2.2

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 (262) hide show
  1. package/behaviors/exports/atoms/std-async.orb +41 -24
  2. package/behaviors/exports/atoms/std-browse.orb +12 -5
  3. package/behaviors/exports/atoms/std-cache-aside.orb +256 -42
  4. package/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
  5. package/behaviors/exports/atoms/std-collision.orb +278 -206
  6. package/behaviors/exports/atoms/std-combat-log.orb +6 -1
  7. package/behaviors/exports/atoms/std-combat.orb +6 -1
  8. package/behaviors/exports/atoms/std-confirmation.orb +212 -7
  9. package/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
  10. package/behaviors/exports/atoms/std-display.orb +166 -21
  11. package/behaviors/exports/atoms/std-drawer.orb +208 -104
  12. package/behaviors/exports/atoms/std-filter.orb +211 -18
  13. package/behaviors/exports/atoms/std-game-audio.orb +6 -1
  14. package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
  15. package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
  16. package/behaviors/exports/atoms/std-game-hud.orb +6 -1
  17. package/behaviors/exports/atoms/std-game-menu.orb +6 -1
  18. package/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
  19. package/behaviors/exports/atoms/std-gameflow.orb +100 -5
  20. package/behaviors/exports/atoms/std-input.orb +142 -137
  21. package/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
  22. package/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
  23. package/behaviors/exports/atoms/std-loading.orb +27 -76
  24. package/behaviors/exports/atoms/std-modal.orb +177 -93
  25. package/behaviors/exports/atoms/std-movement.orb +401 -31
  26. package/behaviors/exports/atoms/std-notification.orb +46 -95
  27. package/behaviors/exports/atoms/std-overworld.orb +44 -16
  28. package/behaviors/exports/atoms/std-pagination.orb +26 -89
  29. package/behaviors/exports/atoms/std-physics2d.orb +6 -1
  30. package/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
  31. package/behaviors/exports/atoms/std-quest.orb +309 -34
  32. package/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
  33. package/behaviors/exports/atoms/std-score-board.orb +6 -1
  34. package/behaviors/exports/atoms/std-score.orb +211 -11
  35. package/behaviors/exports/atoms/std-search.orb +28 -27
  36. package/behaviors/exports/atoms/std-selection.orb +160 -121
  37. package/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
  38. package/behaviors/exports/atoms/std-sort.orb +134 -24
  39. package/behaviors/exports/atoms/std-sprite.orb +6 -1
  40. package/behaviors/exports/atoms/std-tabs.orb +25 -15
  41. package/behaviors/exports/atoms/std-timer.orb +483 -91
  42. package/behaviors/exports/atoms/std-undo.orb +211 -81
  43. package/behaviors/exports/atoms/std-wizard.orb +31 -34
  44. package/behaviors/exports/molecules/std-builder-game.orb +6 -1
  45. package/behaviors/exports/molecules/std-cart.orb +6 -1
  46. package/behaviors/exports/molecules/std-classifier-game.orb +6 -1
  47. package/behaviors/exports/molecules/std-debugger-game.orb +6 -1
  48. package/behaviors/exports/molecules/std-detail.orb +12 -5
  49. package/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
  50. package/behaviors/exports/molecules/std-geospatial.orb +28 -9
  51. package/behaviors/exports/molecules/std-inventory.orb +28 -9
  52. package/behaviors/exports/molecules/std-list.orb +392 -5
  53. package/behaviors/exports/molecules/std-messaging.orb +12 -5
  54. package/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
  55. package/behaviors/exports/molecules/std-platformer-game.orb +40 -1
  56. package/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
  57. package/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
  58. package/behaviors/exports/molecules/std-simulator-game.orb +6 -1
  59. package/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
  60. package/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
  61. package/behaviors/exports/organisms/std-arcade-game.orb +94 -4
  62. package/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
  63. package/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
  64. package/behaviors/exports/organisms/std-cms.orb +1713 -947
  65. package/behaviors/exports/organisms/std-coding-academy.orb +180 -380
  66. package/behaviors/exports/organisms/std-crm.orb +1669 -1153
  67. package/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
  68. package/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
  69. package/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
  70. package/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
  71. package/behaviors/exports/organisms/std-helpdesk.orb +626 -407
  72. package/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
  73. package/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
  74. package/behaviors/exports/organisms/std-lms.orb +658 -362
  75. package/behaviors/exports/organisms/std-platformer-app.orb +56 -8
  76. package/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
  77. package/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
  78. package/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
  79. package/behaviors/exports/organisms/std-rpg-game.orb +397 -56
  80. package/behaviors/exports/organisms/std-social-feed.orb +12 -8
  81. package/behaviors/exports/organisms/std-stem-lab.orb +175 -290
  82. package/behaviors/exports/organisms/std-strategy-game.orb +252 -395
  83. package/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
  84. package/behaviors/exports/validation-report.json +252 -252
  85. package/behaviors/exports/verify-results.json +13 -0
  86. package/dist/behaviors/exports/atoms/std-async.orb +41 -24
  87. package/dist/behaviors/exports/atoms/std-browse.orb +12 -5
  88. package/dist/behaviors/exports/atoms/std-cache-aside.orb +256 -42
  89. package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
  90. package/dist/behaviors/exports/atoms/std-collision.orb +278 -206
  91. package/dist/behaviors/exports/atoms/std-combat-log.orb +6 -1
  92. package/dist/behaviors/exports/atoms/std-combat.orb +6 -1
  93. package/dist/behaviors/exports/atoms/std-confirmation.orb +212 -7
  94. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
  95. package/dist/behaviors/exports/atoms/std-display.orb +166 -21
  96. package/dist/behaviors/exports/atoms/std-drawer.orb +208 -104
  97. package/dist/behaviors/exports/atoms/std-filter.orb +211 -18
  98. package/dist/behaviors/exports/atoms/std-game-audio.orb +6 -1
  99. package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
  100. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
  101. package/dist/behaviors/exports/atoms/std-game-hud.orb +6 -1
  102. package/dist/behaviors/exports/atoms/std-game-menu.orb +6 -1
  103. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
  104. package/dist/behaviors/exports/atoms/std-gameflow.orb +100 -5
  105. package/dist/behaviors/exports/atoms/std-input.orb +142 -137
  106. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
  107. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
  108. package/dist/behaviors/exports/atoms/std-loading.orb +27 -76
  109. package/dist/behaviors/exports/atoms/std-modal.orb +177 -93
  110. package/dist/behaviors/exports/atoms/std-movement.orb +401 -31
  111. package/dist/behaviors/exports/atoms/std-notification.orb +46 -95
  112. package/dist/behaviors/exports/atoms/std-overworld.orb +44 -16
  113. package/dist/behaviors/exports/atoms/std-pagination.orb +26 -89
  114. package/dist/behaviors/exports/atoms/std-physics2d.orb +6 -1
  115. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
  116. package/dist/behaviors/exports/atoms/std-quest.orb +309 -34
  117. package/dist/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
  118. package/dist/behaviors/exports/atoms/std-score-board.orb +6 -1
  119. package/dist/behaviors/exports/atoms/std-score.orb +211 -11
  120. package/dist/behaviors/exports/atoms/std-search.orb +28 -27
  121. package/dist/behaviors/exports/atoms/std-selection.orb +160 -121
  122. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
  123. package/dist/behaviors/exports/atoms/std-sort.orb +134 -24
  124. package/dist/behaviors/exports/atoms/std-sprite.orb +6 -1
  125. package/dist/behaviors/exports/atoms/std-tabs.orb +25 -15
  126. package/dist/behaviors/exports/atoms/std-timer.orb +483 -91
  127. package/dist/behaviors/exports/atoms/std-undo.orb +211 -81
  128. package/dist/behaviors/exports/atoms/std-wizard.orb +31 -34
  129. package/dist/behaviors/exports/molecules/std-builder-game.orb +6 -1
  130. package/dist/behaviors/exports/molecules/std-cart.orb +6 -1
  131. package/dist/behaviors/exports/molecules/std-classifier-game.orb +6 -1
  132. package/dist/behaviors/exports/molecules/std-debugger-game.orb +6 -1
  133. package/dist/behaviors/exports/molecules/std-detail.orb +12 -5
  134. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
  135. package/dist/behaviors/exports/molecules/std-geospatial.orb +28 -9
  136. package/dist/behaviors/exports/molecules/std-inventory.orb +28 -9
  137. package/dist/behaviors/exports/molecules/std-list.orb +392 -5
  138. package/dist/behaviors/exports/molecules/std-messaging.orb +12 -5
  139. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
  140. package/dist/behaviors/exports/molecules/std-platformer-game.orb +40 -1
  141. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
  142. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
  143. package/dist/behaviors/exports/molecules/std-simulator-game.orb +6 -1
  144. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
  145. package/dist/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
  146. package/dist/behaviors/exports/organisms/std-arcade-game.orb +94 -4
  147. package/dist/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
  148. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
  149. package/dist/behaviors/exports/organisms/std-cms.orb +1713 -947
  150. package/dist/behaviors/exports/organisms/std-coding-academy.orb +180 -380
  151. package/dist/behaviors/exports/organisms/std-crm.orb +1669 -1153
  152. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
  153. package/dist/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
  154. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
  155. package/dist/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
  156. package/dist/behaviors/exports/organisms/std-helpdesk.orb +626 -407
  157. package/dist/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
  158. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
  159. package/dist/behaviors/exports/organisms/std-lms.orb +658 -362
  160. package/dist/behaviors/exports/organisms/std-platformer-app.orb +56 -8
  161. package/dist/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
  162. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
  163. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
  164. package/dist/behaviors/exports/organisms/std-rpg-game.orb +397 -56
  165. package/dist/behaviors/exports/organisms/std-social-feed.orb +12 -8
  166. package/dist/behaviors/exports/organisms/std-stem-lab.orb +175 -290
  167. package/dist/behaviors/exports/organisms/std-strategy-game.orb +252 -395
  168. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
  169. package/dist/behaviors/exports/validation-report.json +252 -252
  170. package/dist/behaviors/exports/verify-results.json +13 -0
  171. package/dist/behaviors/functions/index.js +715 -593
  172. package/dist/behaviors/functions/index.js.map +1 -1
  173. package/dist/behaviors/index.js +715 -593
  174. package/dist/behaviors/index.js.map +1 -1
  175. package/dist/exports/atoms/std-async.orb +41 -24
  176. package/dist/exports/atoms/std-browse.orb +12 -5
  177. package/dist/exports/atoms/std-cache-aside.orb +256 -42
  178. package/dist/exports/atoms/std-circuit-breaker.orb +577 -97
  179. package/dist/exports/atoms/std-collision.orb +278 -206
  180. package/dist/exports/atoms/std-combat-log.orb +6 -1
  181. package/dist/exports/atoms/std-combat.orb +6 -1
  182. package/dist/exports/atoms/std-confirmation.orb +212 -7
  183. package/dist/exports/atoms/std-dialogue-box.orb +6 -1
  184. package/dist/exports/atoms/std-display.orb +166 -21
  185. package/dist/exports/atoms/std-drawer.orb +208 -104
  186. package/dist/exports/atoms/std-filter.orb +211 -18
  187. package/dist/exports/atoms/std-game-audio.orb +6 -1
  188. package/dist/exports/atoms/std-game-canvas2d.orb +6 -1
  189. package/dist/exports/atoms/std-game-canvas3d.orb +6 -1
  190. package/dist/exports/atoms/std-game-hud.orb +6 -1
  191. package/dist/exports/atoms/std-game-menu.orb +6 -1
  192. package/dist/exports/atoms/std-game-over-screen.orb +6 -1
  193. package/dist/exports/atoms/std-gameflow.orb +100 -5
  194. package/dist/exports/atoms/std-input.orb +142 -137
  195. package/dist/exports/atoms/std-inventory-panel.orb +6 -1
  196. package/dist/exports/atoms/std-isometric-canvas.orb +6 -1
  197. package/dist/exports/atoms/std-loading.orb +27 -76
  198. package/dist/exports/atoms/std-modal.orb +177 -93
  199. package/dist/exports/atoms/std-movement.orb +401 -31
  200. package/dist/exports/atoms/std-notification.orb +46 -95
  201. package/dist/exports/atoms/std-overworld.orb +44 -16
  202. package/dist/exports/atoms/std-pagination.orb +26 -89
  203. package/dist/exports/atoms/std-physics2d.orb +6 -1
  204. package/dist/exports/atoms/std-platformer-canvas.orb +6 -1
  205. package/dist/exports/atoms/std-quest.orb +309 -34
  206. package/dist/exports/atoms/std-rate-limiter.orb +410 -157
  207. package/dist/exports/atoms/std-score-board.orb +6 -1
  208. package/dist/exports/atoms/std-score.orb +211 -11
  209. package/dist/exports/atoms/std-search.orb +28 -27
  210. package/dist/exports/atoms/std-selection.orb +160 -121
  211. package/dist/exports/atoms/std-simulation-canvas.orb +6 -1
  212. package/dist/exports/atoms/std-sort.orb +134 -24
  213. package/dist/exports/atoms/std-sprite.orb +6 -1
  214. package/dist/exports/atoms/std-tabs.orb +25 -15
  215. package/dist/exports/atoms/std-timer.orb +483 -91
  216. package/dist/exports/atoms/std-undo.orb +211 -81
  217. package/dist/exports/atoms/std-wizard.orb +31 -34
  218. package/dist/exports/molecules/std-builder-game.orb +6 -1
  219. package/dist/exports/molecules/std-cart.orb +6 -1
  220. package/dist/exports/molecules/std-classifier-game.orb +6 -1
  221. package/dist/exports/molecules/std-debugger-game.orb +6 -1
  222. package/dist/exports/molecules/std-detail.orb +12 -5
  223. package/dist/exports/molecules/std-event-handler-game.orb +6 -1
  224. package/dist/exports/molecules/std-geospatial.orb +28 -9
  225. package/dist/exports/molecules/std-inventory.orb +28 -9
  226. package/dist/exports/molecules/std-list.orb +392 -5
  227. package/dist/exports/molecules/std-messaging.orb +12 -5
  228. package/dist/exports/molecules/std-negotiator-game.orb +6 -1
  229. package/dist/exports/molecules/std-platformer-game.orb +40 -1
  230. package/dist/exports/molecules/std-puzzle-game.orb +26 -1
  231. package/dist/exports/molecules/std-sequencer-game.orb +6 -1
  232. package/dist/exports/molecules/std-simulator-game.orb +6 -1
  233. package/dist/exports/molecules/std-turn-based-battle.orb +40 -1
  234. package/dist/exports/organisms/std-api-gateway.orb +1145 -403
  235. package/dist/exports/organisms/std-arcade-game.orb +94 -4
  236. package/dist/exports/organisms/std-booking-system.orb +2165 -1605
  237. package/dist/exports/organisms/std-cicd-pipeline.orb +581 -47
  238. package/dist/exports/organisms/std-cms.orb +1713 -947
  239. package/dist/exports/organisms/std-coding-academy.orb +180 -380
  240. package/dist/exports/organisms/std-crm.orb +1669 -1153
  241. package/dist/exports/organisms/std-devops-dashboard.orb +1430 -378
  242. package/dist/exports/organisms/std-ecommerce.orb +2361 -1601
  243. package/dist/exports/organisms/std-finance-tracker.orb +622 -438
  244. package/dist/exports/organisms/std-healthcare.orb +1687 -1125
  245. package/dist/exports/organisms/std-helpdesk.orb +626 -407
  246. package/dist/exports/organisms/std-hr-portal.orb +1309 -714
  247. package/dist/exports/organisms/std-iot-dashboard.orb +1247 -335
  248. package/dist/exports/organisms/std-lms.orb +658 -362
  249. package/dist/exports/organisms/std-platformer-app.orb +56 -8
  250. package/dist/exports/organisms/std-project-manager.orb +1697 -1183
  251. package/dist/exports/organisms/std-puzzle-app.orb +20 -0
  252. package/dist/exports/organisms/std-realtime-chat.orb +552 -28
  253. package/dist/exports/organisms/std-rpg-game.orb +397 -56
  254. package/dist/exports/organisms/std-social-feed.orb +12 -8
  255. package/dist/exports/organisms/std-stem-lab.orb +175 -290
  256. package/dist/exports/organisms/std-strategy-game.orb +252 -395
  257. package/dist/exports/organisms/std-trading-dashboard.orb +718 -524
  258. package/dist/exports/validation-report.json +252 -252
  259. package/dist/exports/verify-results.json +13 -0
  260. package/dist/index.js +715 -593
  261. package/dist/index.js.map +1 -1
  262. package/package.json +1 -1
@@ -22,7 +22,12 @@
22
22
  {
23
23
  "name": "status",
24
24
  "type": "string",
25
- "default": "active"
25
+ "default": "active",
26
+ "values": [
27
+ "active",
28
+ "inactive",
29
+ "pending"
30
+ ]
26
31
  },
27
32
  {
28
33
  "name": "createdAt",
@@ -22,7 +22,12 @@
22
22
  {
23
23
  "name": "status",
24
24
  "type": "string",
25
- "default": "active"
25
+ "default": "active",
26
+ "values": [
27
+ "active",
28
+ "inactive",
29
+ "pending"
30
+ ]
26
31
  },
27
32
  {
28
33
  "name": "createdAt",
@@ -105,7 +110,7 @@
105
110
  "children": [
106
111
  {
107
112
  "type": "icon",
108
- "name": "alert-triangle",
113
+ "name": "shield-check",
109
114
  "size": "lg"
110
115
  },
111
116
  {
@@ -131,7 +136,9 @@
131
136
  "variant": "danger"
132
137
  }
133
138
  ],
134
- "children": [
139
+ "renderItem": [
140
+ "fn",
141
+ "item",
135
142
  {
136
143
  "type": "stack",
137
144
  "direction": "vertical",
@@ -140,7 +147,7 @@
140
147
  {
141
148
  "type": "typography",
142
149
  "variant": "h4",
143
- "content": "@entity.name"
150
+ "content": "@item.name"
144
151
  }
145
152
  ]
146
153
  }
@@ -196,9 +203,9 @@
196
203
  "type": "divider"
197
204
  },
198
205
  {
199
- "type": "typography",
200
- "content": "Are you sure?",
201
- "variant": "body"
206
+ "type": "alert",
207
+ "variant": "danger",
208
+ "message": "Are you sure?"
202
209
  },
203
210
  {
204
211
  "type": "stack",
@@ -235,6 +242,72 @@
235
242
  "render-ui",
236
243
  "modal",
237
244
  null
245
+ ],
246
+ [
247
+ "fetch",
248
+ "ConfirmAction"
249
+ ],
250
+ [
251
+ "render-ui",
252
+ "main",
253
+ {
254
+ "type": "stack",
255
+ "direction": "vertical",
256
+ "gap": "lg",
257
+ "children": [
258
+ {
259
+ "type": "stack",
260
+ "direction": "horizontal",
261
+ "gap": "md",
262
+ "align": "center",
263
+ "children": [
264
+ {
265
+ "type": "icon",
266
+ "name": "shield-check",
267
+ "size": "lg"
268
+ },
269
+ {
270
+ "type": "typography",
271
+ "content": "ConfirmActions",
272
+ "variant": "h2"
273
+ }
274
+ ]
275
+ },
276
+ {
277
+ "type": "divider"
278
+ },
279
+ {
280
+ "type": "data-grid",
281
+ "entity": "ConfirmAction",
282
+ "emptyIcon": "inbox",
283
+ "emptyTitle": "No confirmactions yet",
284
+ "emptyDescription": "Items will appear here.",
285
+ "itemActions": [
286
+ {
287
+ "label": "Confirm Action",
288
+ "event": "REQUEST",
289
+ "variant": "danger"
290
+ }
291
+ ],
292
+ "renderItem": [
293
+ "fn",
294
+ "item",
295
+ {
296
+ "type": "stack",
297
+ "direction": "vertical",
298
+ "gap": "sm",
299
+ "children": [
300
+ {
301
+ "type": "typography",
302
+ "variant": "h4",
303
+ "content": "@item.name"
304
+ }
305
+ ]
306
+ }
307
+ ]
308
+ }
309
+ ]
310
+ }
238
311
  ]
239
312
  ]
240
313
  },
@@ -247,6 +320,72 @@
247
320
  "render-ui",
248
321
  "modal",
249
322
  null
323
+ ],
324
+ [
325
+ "fetch",
326
+ "ConfirmAction"
327
+ ],
328
+ [
329
+ "render-ui",
330
+ "main",
331
+ {
332
+ "type": "stack",
333
+ "direction": "vertical",
334
+ "gap": "lg",
335
+ "children": [
336
+ {
337
+ "type": "stack",
338
+ "direction": "horizontal",
339
+ "gap": "md",
340
+ "align": "center",
341
+ "children": [
342
+ {
343
+ "type": "icon",
344
+ "name": "shield-check",
345
+ "size": "lg"
346
+ },
347
+ {
348
+ "type": "typography",
349
+ "content": "ConfirmActions",
350
+ "variant": "h2"
351
+ }
352
+ ]
353
+ },
354
+ {
355
+ "type": "divider"
356
+ },
357
+ {
358
+ "type": "data-grid",
359
+ "entity": "ConfirmAction",
360
+ "emptyIcon": "inbox",
361
+ "emptyTitle": "No confirmactions yet",
362
+ "emptyDescription": "Items will appear here.",
363
+ "itemActions": [
364
+ {
365
+ "label": "Confirm Action",
366
+ "event": "REQUEST",
367
+ "variant": "danger"
368
+ }
369
+ ],
370
+ "renderItem": [
371
+ "fn",
372
+ "item",
373
+ {
374
+ "type": "stack",
375
+ "direction": "vertical",
376
+ "gap": "sm",
377
+ "children": [
378
+ {
379
+ "type": "typography",
380
+ "variant": "h4",
381
+ "content": "@item.name"
382
+ }
383
+ ]
384
+ }
385
+ ]
386
+ }
387
+ ]
388
+ }
250
389
  ]
251
390
  ]
252
391
  },
@@ -259,6 +398,72 @@
259
398
  "render-ui",
260
399
  "modal",
261
400
  null
401
+ ],
402
+ [
403
+ "fetch",
404
+ "ConfirmAction"
405
+ ],
406
+ [
407
+ "render-ui",
408
+ "main",
409
+ {
410
+ "type": "stack",
411
+ "direction": "vertical",
412
+ "gap": "lg",
413
+ "children": [
414
+ {
415
+ "type": "stack",
416
+ "direction": "horizontal",
417
+ "gap": "md",
418
+ "align": "center",
419
+ "children": [
420
+ {
421
+ "type": "icon",
422
+ "name": "shield-check",
423
+ "size": "lg"
424
+ },
425
+ {
426
+ "type": "typography",
427
+ "content": "ConfirmActions",
428
+ "variant": "h2"
429
+ }
430
+ ]
431
+ },
432
+ {
433
+ "type": "divider"
434
+ },
435
+ {
436
+ "type": "data-grid",
437
+ "entity": "ConfirmAction",
438
+ "emptyIcon": "inbox",
439
+ "emptyTitle": "No confirmactions yet",
440
+ "emptyDescription": "Items will appear here.",
441
+ "itemActions": [
442
+ {
443
+ "label": "Confirm Action",
444
+ "event": "REQUEST",
445
+ "variant": "danger"
446
+ }
447
+ ],
448
+ "renderItem": [
449
+ "fn",
450
+ "item",
451
+ {
452
+ "type": "stack",
453
+ "direction": "vertical",
454
+ "gap": "sm",
455
+ "children": [
456
+ {
457
+ "type": "typography",
458
+ "variant": "h4",
459
+ "content": "@item.name"
460
+ }
461
+ ]
462
+ }
463
+ ]
464
+ }
465
+ ]
466
+ }
262
467
  ]
263
468
  ]
264
469
  }
@@ -22,7 +22,12 @@
22
22
  {
23
23
  "name": "status",
24
24
  "type": "string",
25
- "default": "active"
25
+ "default": "active",
26
+ "values": [
27
+ "active",
28
+ "inactive",
29
+ "pending"
30
+ ]
26
31
  },
27
32
  {
28
33
  "name": "createdAt",
@@ -22,7 +22,12 @@
22
22
  {
23
23
  "name": "status",
24
24
  "type": "string",
25
- "default": "active"
25
+ "default": "active",
26
+ "values": [
27
+ "active",
28
+ "inactive",
29
+ "pending"
30
+ ]
26
31
  },
27
32
  {
28
33
  "name": "createdAt",
@@ -139,7 +144,14 @@
139
144
  {
140
145
  "type": "typography",
141
146
  "variant": "h3",
142
- "content": "@entity.name"
147
+ "content": [
148
+ "object/get",
149
+ [
150
+ "array/first",
151
+ "@entity"
152
+ ],
153
+ "name"
154
+ ]
143
155
  }
144
156
  ]
145
157
  }
@@ -161,7 +173,14 @@
161
173
  {
162
174
  "type": "typography",
163
175
  "variant": "h3",
164
- "content": "@entity.description"
176
+ "content": [
177
+ "object/get",
178
+ [
179
+ "array/first",
180
+ "@entity"
181
+ ],
182
+ "description"
183
+ ]
165
184
  }
166
185
  ]
167
186
  }
@@ -183,7 +202,14 @@
183
202
  {
184
203
  "type": "typography",
185
204
  "variant": "h3",
186
- "content": "@entity.status"
205
+ "content": [
206
+ "object/get",
207
+ [
208
+ "array/first",
209
+ "@entity"
210
+ ],
211
+ "status"
212
+ ]
187
213
  }
188
214
  ]
189
215
  }
@@ -205,7 +231,14 @@
205
231
  {
206
232
  "type": "typography",
207
233
  "variant": "h3",
208
- "content": "@entity.createdAt"
234
+ "content": [
235
+ "object/get",
236
+ [
237
+ "array/first",
238
+ "@entity"
239
+ ],
240
+ "createdAt"
241
+ ]
209
242
  }
210
243
  ]
211
244
  }
@@ -290,7 +323,14 @@
290
323
  {
291
324
  "type": "typography",
292
325
  "variant": "h3",
293
- "content": "@entity.name"
326
+ "content": [
327
+ "object/get",
328
+ [
329
+ "array/first",
330
+ "@entity"
331
+ ],
332
+ "name"
333
+ ]
294
334
  }
295
335
  ]
296
336
  }
@@ -312,7 +352,14 @@
312
352
  {
313
353
  "type": "typography",
314
354
  "variant": "h3",
315
- "content": "@entity.description"
355
+ "content": [
356
+ "object/get",
357
+ [
358
+ "array/first",
359
+ "@entity"
360
+ ],
361
+ "description"
362
+ ]
316
363
  }
317
364
  ]
318
365
  }
@@ -334,7 +381,14 @@
334
381
  {
335
382
  "type": "typography",
336
383
  "variant": "h3",
337
- "content": "@entity.status"
384
+ "content": [
385
+ "object/get",
386
+ [
387
+ "array/first",
388
+ "@entity"
389
+ ],
390
+ "status"
391
+ ]
338
392
  }
339
393
  ]
340
394
  }
@@ -356,7 +410,14 @@
356
410
  {
357
411
  "type": "typography",
358
412
  "variant": "h3",
359
- "content": "@entity.createdAt"
413
+ "content": [
414
+ "object/get",
415
+ [
416
+ "array/first",
417
+ "@entity"
418
+ ],
419
+ "createdAt"
420
+ ]
360
421
  }
361
422
  ]
362
423
  }
@@ -441,7 +502,14 @@
441
502
  {
442
503
  "type": "typography",
443
504
  "variant": "h3",
444
- "content": "@entity.name"
505
+ "content": [
506
+ "object/get",
507
+ [
508
+ "array/first",
509
+ "@entity"
510
+ ],
511
+ "name"
512
+ ]
445
513
  }
446
514
  ]
447
515
  }
@@ -463,7 +531,14 @@
463
531
  {
464
532
  "type": "typography",
465
533
  "variant": "h3",
466
- "content": "@entity.description"
534
+ "content": [
535
+ "object/get",
536
+ [
537
+ "array/first",
538
+ "@entity"
539
+ ],
540
+ "description"
541
+ ]
467
542
  }
468
543
  ]
469
544
  }
@@ -485,7 +560,14 @@
485
560
  {
486
561
  "type": "typography",
487
562
  "variant": "h3",
488
- "content": "@entity.status"
563
+ "content": [
564
+ "object/get",
565
+ [
566
+ "array/first",
567
+ "@entity"
568
+ ],
569
+ "status"
570
+ ]
489
571
  }
490
572
  ]
491
573
  }
@@ -507,7 +589,14 @@
507
589
  {
508
590
  "type": "typography",
509
591
  "variant": "h3",
510
- "content": "@entity.createdAt"
592
+ "content": [
593
+ "object/get",
594
+ [
595
+ "array/first",
596
+ "@entity"
597
+ ],
598
+ "createdAt"
599
+ ]
511
600
  }
512
601
  ]
513
602
  }
@@ -592,7 +681,14 @@
592
681
  {
593
682
  "type": "typography",
594
683
  "variant": "h3",
595
- "content": "@entity.name"
684
+ "content": [
685
+ "object/get",
686
+ [
687
+ "array/first",
688
+ "@entity"
689
+ ],
690
+ "name"
691
+ ]
596
692
  }
597
693
  ]
598
694
  }
@@ -614,7 +710,14 @@
614
710
  {
615
711
  "type": "typography",
616
712
  "variant": "h3",
617
- "content": "@entity.description"
713
+ "content": [
714
+ "object/get",
715
+ [
716
+ "array/first",
717
+ "@entity"
718
+ ],
719
+ "description"
720
+ ]
618
721
  }
619
722
  ]
620
723
  }
@@ -636,7 +739,14 @@
636
739
  {
637
740
  "type": "typography",
638
741
  "variant": "h3",
639
- "content": "@entity.status"
742
+ "content": [
743
+ "object/get",
744
+ [
745
+ "array/first",
746
+ "@entity"
747
+ ],
748
+ "status"
749
+ ]
640
750
  }
641
751
  ]
642
752
  }
@@ -658,7 +768,14 @@
658
768
  {
659
769
  "type": "typography",
660
770
  "variant": "h3",
661
- "content": "@entity.createdAt"
771
+ "content": [
772
+ "object/get",
773
+ [
774
+ "array/first",
775
+ "@entity"
776
+ ],
777
+ "createdAt"
778
+ ]
662
779
  }
663
780
  ]
664
781
  }
@@ -743,7 +860,14 @@
743
860
  {
744
861
  "type": "typography",
745
862
  "variant": "h3",
746
- "content": "@entity.name"
863
+ "content": [
864
+ "object/get",
865
+ [
866
+ "array/first",
867
+ "@entity"
868
+ ],
869
+ "name"
870
+ ]
747
871
  }
748
872
  ]
749
873
  }
@@ -765,7 +889,14 @@
765
889
  {
766
890
  "type": "typography",
767
891
  "variant": "h3",
768
- "content": "@entity.description"
892
+ "content": [
893
+ "object/get",
894
+ [
895
+ "array/first",
896
+ "@entity"
897
+ ],
898
+ "description"
899
+ ]
769
900
  }
770
901
  ]
771
902
  }
@@ -787,7 +918,14 @@
787
918
  {
788
919
  "type": "typography",
789
920
  "variant": "h3",
790
- "content": "@entity.status"
921
+ "content": [
922
+ "object/get",
923
+ [
924
+ "array/first",
925
+ "@entity"
926
+ ],
927
+ "status"
928
+ ]
791
929
  }
792
930
  ]
793
931
  }
@@ -809,7 +947,14 @@
809
947
  {
810
948
  "type": "typography",
811
949
  "variant": "h3",
812
- "content": "@entity.createdAt"
950
+ "content": [
951
+ "object/get",
952
+ [
953
+ "array/first",
954
+ "@entity"
955
+ ],
956
+ "createdAt"
957
+ ]
813
958
  }
814
959
  ]
815
960
  }