@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.
- package/behaviors/exports/atoms/std-async.orb +41 -24
- package/behaviors/exports/atoms/std-browse.orb +12 -5
- package/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- package/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
- package/behaviors/exports/atoms/std-collision.orb +278 -206
- package/behaviors/exports/atoms/std-combat-log.orb +6 -1
- package/behaviors/exports/atoms/std-combat.orb +6 -1
- package/behaviors/exports/atoms/std-confirmation.orb +212 -7
- package/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
- package/behaviors/exports/atoms/std-display.orb +166 -21
- package/behaviors/exports/atoms/std-drawer.orb +208 -104
- package/behaviors/exports/atoms/std-filter.orb +211 -18
- package/behaviors/exports/atoms/std-game-audio.orb +6 -1
- package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
- package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
- package/behaviors/exports/atoms/std-game-hud.orb +6 -1
- package/behaviors/exports/atoms/std-game-menu.orb +6 -1
- package/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
- package/behaviors/exports/atoms/std-gameflow.orb +100 -5
- package/behaviors/exports/atoms/std-input.orb +142 -137
- package/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
- package/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-loading.orb +27 -76
- package/behaviors/exports/atoms/std-modal.orb +177 -93
- package/behaviors/exports/atoms/std-movement.orb +401 -31
- package/behaviors/exports/atoms/std-notification.orb +46 -95
- package/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/behaviors/exports/atoms/std-pagination.orb +26 -89
- package/behaviors/exports/atoms/std-physics2d.orb +6 -1
- package/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-quest.orb +309 -34
- package/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
- package/behaviors/exports/atoms/std-score-board.orb +6 -1
- package/behaviors/exports/atoms/std-score.orb +211 -11
- package/behaviors/exports/atoms/std-search.orb +28 -27
- package/behaviors/exports/atoms/std-selection.orb +160 -121
- package/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-sort.orb +134 -24
- package/behaviors/exports/atoms/std-sprite.orb +6 -1
- package/behaviors/exports/atoms/std-tabs.orb +25 -15
- package/behaviors/exports/atoms/std-timer.orb +483 -91
- package/behaviors/exports/atoms/std-undo.orb +211 -81
- package/behaviors/exports/atoms/std-wizard.orb +31 -34
- package/behaviors/exports/molecules/std-builder-game.orb +6 -1
- package/behaviors/exports/molecules/std-cart.orb +6 -1
- package/behaviors/exports/molecules/std-classifier-game.orb +6 -1
- package/behaviors/exports/molecules/std-debugger-game.orb +6 -1
- package/behaviors/exports/molecules/std-detail.orb +12 -5
- package/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
- package/behaviors/exports/molecules/std-geospatial.orb +28 -9
- package/behaviors/exports/molecules/std-inventory.orb +28 -9
- package/behaviors/exports/molecules/std-list.orb +392 -5
- package/behaviors/exports/molecules/std-messaging.orb +12 -5
- package/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
- package/behaviors/exports/molecules/std-platformer-game.orb +40 -1
- package/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
- package/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
- package/behaviors/exports/molecules/std-simulator-game.orb +6 -1
- package/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
- package/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
- package/behaviors/exports/organisms/std-arcade-game.orb +94 -4
- package/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
- package/behaviors/exports/organisms/std-cms.orb +1713 -947
- package/behaviors/exports/organisms/std-coding-academy.orb +180 -380
- package/behaviors/exports/organisms/std-crm.orb +1669 -1153
- package/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
- package/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
- package/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
- package/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
- package/behaviors/exports/organisms/std-helpdesk.orb +626 -407
- package/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
- package/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
- package/behaviors/exports/organisms/std-lms.orb +658 -362
- package/behaviors/exports/organisms/std-platformer-app.orb +56 -8
- package/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
- package/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
- package/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
- package/behaviors/exports/organisms/std-rpg-game.orb +397 -56
- package/behaviors/exports/organisms/std-social-feed.orb +12 -8
- package/behaviors/exports/organisms/std-stem-lab.orb +175 -290
- package/behaviors/exports/organisms/std-strategy-game.orb +252 -395
- package/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
- package/behaviors/exports/validation-report.json +252 -252
- package/behaviors/exports/verify-results.json +13 -0
- package/dist/behaviors/exports/atoms/std-async.orb +41 -24
- package/dist/behaviors/exports/atoms/std-browse.orb +12 -5
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
- package/dist/behaviors/exports/atoms/std-collision.orb +278 -206
- package/dist/behaviors/exports/atoms/std-combat-log.orb +6 -1
- package/dist/behaviors/exports/atoms/std-combat.orb +6 -1
- package/dist/behaviors/exports/atoms/std-confirmation.orb +212 -7
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
- package/dist/behaviors/exports/atoms/std-display.orb +166 -21
- package/dist/behaviors/exports/atoms/std-drawer.orb +208 -104
- package/dist/behaviors/exports/atoms/std-filter.orb +211 -18
- package/dist/behaviors/exports/atoms/std-game-audio.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-hud.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-menu.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
- package/dist/behaviors/exports/atoms/std-gameflow.orb +100 -5
- package/dist/behaviors/exports/atoms/std-input.orb +142 -137
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-loading.orb +27 -76
- package/dist/behaviors/exports/atoms/std-modal.orb +177 -93
- package/dist/behaviors/exports/atoms/std-movement.orb +401 -31
- package/dist/behaviors/exports/atoms/std-notification.orb +46 -95
- package/dist/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/dist/behaviors/exports/atoms/std-pagination.orb +26 -89
- package/dist/behaviors/exports/atoms/std-physics2d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-quest.orb +309 -34
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
- package/dist/behaviors/exports/atoms/std-score-board.orb +6 -1
- package/dist/behaviors/exports/atoms/std-score.orb +211 -11
- package/dist/behaviors/exports/atoms/std-search.orb +28 -27
- package/dist/behaviors/exports/atoms/std-selection.orb +160 -121
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-sort.orb +134 -24
- package/dist/behaviors/exports/atoms/std-sprite.orb +6 -1
- package/dist/behaviors/exports/atoms/std-tabs.orb +25 -15
- package/dist/behaviors/exports/atoms/std-timer.orb +483 -91
- package/dist/behaviors/exports/atoms/std-undo.orb +211 -81
- package/dist/behaviors/exports/atoms/std-wizard.orb +31 -34
- package/dist/behaviors/exports/molecules/std-builder-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-cart.orb +6 -1
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-detail.orb +12 -5
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-geospatial.orb +28 -9
- package/dist/behaviors/exports/molecules/std-inventory.orb +28 -9
- package/dist/behaviors/exports/molecules/std-list.orb +392 -5
- package/dist/behaviors/exports/molecules/std-messaging.orb +12 -5
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +40 -1
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +94 -4
- package/dist/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
- package/dist/behaviors/exports/organisms/std-cms.orb +1713 -947
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +180 -380
- package/dist/behaviors/exports/organisms/std-crm.orb +1669 -1153
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
- package/dist/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +626 -407
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
- package/dist/behaviors/exports/organisms/std-lms.orb +658 -362
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +56 -8
- package/dist/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +397 -56
- package/dist/behaviors/exports/organisms/std-social-feed.orb +12 -8
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +175 -290
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +252 -395
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
- package/dist/behaviors/exports/validation-report.json +252 -252
- package/dist/behaviors/exports/verify-results.json +13 -0
- package/dist/behaviors/functions/index.js +715 -593
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.js +715 -593
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/atoms/std-async.orb +41 -24
- package/dist/exports/atoms/std-browse.orb +12 -5
- package/dist/exports/atoms/std-cache-aside.orb +256 -42
- package/dist/exports/atoms/std-circuit-breaker.orb +577 -97
- package/dist/exports/atoms/std-collision.orb +278 -206
- package/dist/exports/atoms/std-combat-log.orb +6 -1
- package/dist/exports/atoms/std-combat.orb +6 -1
- package/dist/exports/atoms/std-confirmation.orb +212 -7
- package/dist/exports/atoms/std-dialogue-box.orb +6 -1
- package/dist/exports/atoms/std-display.orb +166 -21
- package/dist/exports/atoms/std-drawer.orb +208 -104
- package/dist/exports/atoms/std-filter.orb +211 -18
- package/dist/exports/atoms/std-game-audio.orb +6 -1
- package/dist/exports/atoms/std-game-canvas2d.orb +6 -1
- package/dist/exports/atoms/std-game-canvas3d.orb +6 -1
- package/dist/exports/atoms/std-game-hud.orb +6 -1
- package/dist/exports/atoms/std-game-menu.orb +6 -1
- package/dist/exports/atoms/std-game-over-screen.orb +6 -1
- package/dist/exports/atoms/std-gameflow.orb +100 -5
- package/dist/exports/atoms/std-input.orb +142 -137
- package/dist/exports/atoms/std-inventory-panel.orb +6 -1
- package/dist/exports/atoms/std-isometric-canvas.orb +6 -1
- package/dist/exports/atoms/std-loading.orb +27 -76
- package/dist/exports/atoms/std-modal.orb +177 -93
- package/dist/exports/atoms/std-movement.orb +401 -31
- package/dist/exports/atoms/std-notification.orb +46 -95
- package/dist/exports/atoms/std-overworld.orb +44 -16
- package/dist/exports/atoms/std-pagination.orb +26 -89
- package/dist/exports/atoms/std-physics2d.orb +6 -1
- package/dist/exports/atoms/std-platformer-canvas.orb +6 -1
- package/dist/exports/atoms/std-quest.orb +309 -34
- package/dist/exports/atoms/std-rate-limiter.orb +410 -157
- package/dist/exports/atoms/std-score-board.orb +6 -1
- package/dist/exports/atoms/std-score.orb +211 -11
- package/dist/exports/atoms/std-search.orb +28 -27
- package/dist/exports/atoms/std-selection.orb +160 -121
- package/dist/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/exports/atoms/std-sort.orb +134 -24
- package/dist/exports/atoms/std-sprite.orb +6 -1
- package/dist/exports/atoms/std-tabs.orb +25 -15
- package/dist/exports/atoms/std-timer.orb +483 -91
- package/dist/exports/atoms/std-undo.orb +211 -81
- package/dist/exports/atoms/std-wizard.orb +31 -34
- package/dist/exports/molecules/std-builder-game.orb +6 -1
- package/dist/exports/molecules/std-cart.orb +6 -1
- package/dist/exports/molecules/std-classifier-game.orb +6 -1
- package/dist/exports/molecules/std-debugger-game.orb +6 -1
- package/dist/exports/molecules/std-detail.orb +12 -5
- package/dist/exports/molecules/std-event-handler-game.orb +6 -1
- package/dist/exports/molecules/std-geospatial.orb +28 -9
- package/dist/exports/molecules/std-inventory.orb +28 -9
- package/dist/exports/molecules/std-list.orb +392 -5
- package/dist/exports/molecules/std-messaging.orb +12 -5
- package/dist/exports/molecules/std-negotiator-game.orb +6 -1
- package/dist/exports/molecules/std-platformer-game.orb +40 -1
- package/dist/exports/molecules/std-puzzle-game.orb +26 -1
- package/dist/exports/molecules/std-sequencer-game.orb +6 -1
- package/dist/exports/molecules/std-simulator-game.orb +6 -1
- package/dist/exports/molecules/std-turn-based-battle.orb +40 -1
- package/dist/exports/organisms/std-api-gateway.orb +1145 -403
- package/dist/exports/organisms/std-arcade-game.orb +94 -4
- package/dist/exports/organisms/std-booking-system.orb +2165 -1605
- package/dist/exports/organisms/std-cicd-pipeline.orb +581 -47
- package/dist/exports/organisms/std-cms.orb +1713 -947
- package/dist/exports/organisms/std-coding-academy.orb +180 -380
- package/dist/exports/organisms/std-crm.orb +1669 -1153
- package/dist/exports/organisms/std-devops-dashboard.orb +1430 -378
- package/dist/exports/organisms/std-ecommerce.orb +2361 -1601
- package/dist/exports/organisms/std-finance-tracker.orb +622 -438
- package/dist/exports/organisms/std-healthcare.orb +1687 -1125
- package/dist/exports/organisms/std-helpdesk.orb +626 -407
- package/dist/exports/organisms/std-hr-portal.orb +1309 -714
- package/dist/exports/organisms/std-iot-dashboard.orb +1247 -335
- package/dist/exports/organisms/std-lms.orb +658 -362
- package/dist/exports/organisms/std-platformer-app.orb +56 -8
- package/dist/exports/organisms/std-project-manager.orb +1697 -1183
- package/dist/exports/organisms/std-puzzle-app.orb +20 -0
- package/dist/exports/organisms/std-realtime-chat.orb +552 -28
- package/dist/exports/organisms/std-rpg-game.orb +397 -56
- package/dist/exports/organisms/std-social-feed.orb +12 -8
- package/dist/exports/organisms/std-stem-lab.orb +175 -290
- package/dist/exports/organisms/std-strategy-game.orb +252 -395
- package/dist/exports/organisms/std-trading-dashboard.orb +718 -524
- package/dist/exports/validation-report.json +252 -252
- package/dist/exports/verify-results.json +13 -0
- package/dist/index.js +715 -593
- package/dist/index.js.map +1 -1
- 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",
|
|
@@ -105,7 +110,7 @@
|
|
|
105
110
|
"children": [
|
|
106
111
|
{
|
|
107
112
|
"type": "icon",
|
|
108
|
-
"name": "
|
|
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
|
-
"
|
|
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": "@
|
|
150
|
+
"content": "@item.name"
|
|
144
151
|
}
|
|
145
152
|
]
|
|
146
153
|
}
|
|
@@ -196,9 +203,9 @@
|
|
|
196
203
|
"type": "divider"
|
|
197
204
|
},
|
|
198
205
|
{
|
|
199
|
-
"type": "
|
|
200
|
-
"
|
|
201
|
-
"
|
|
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",
|
|
@@ -139,7 +144,14 @@
|
|
|
139
144
|
{
|
|
140
145
|
"type": "typography",
|
|
141
146
|
"variant": "h3",
|
|
142
|
-
"content":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
950
|
+
"content": [
|
|
951
|
+
"object/get",
|
|
952
|
+
[
|
|
953
|
+
"array/first",
|
|
954
|
+
"@entity"
|
|
955
|
+
],
|
|
956
|
+
"createdAt"
|
|
957
|
+
]
|
|
813
958
|
}
|
|
814
959
|
]
|
|
815
960
|
}
|