@almadar/std 3.2.0 → 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 +214 -16
- 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 +747 -0
- 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 +214 -16
- 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 +747 -0
- 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 +214 -16
- 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 +747 -0
- 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",
|
|
@@ -136,29 +141,47 @@
|
|
|
136
141
|
"align": "center",
|
|
137
142
|
"children": [
|
|
138
143
|
{
|
|
139
|
-
"type": "
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
|
|
143
|
-
|
|
144
|
+
"type": "tooltip",
|
|
145
|
+
"content": "Undo the last action",
|
|
146
|
+
"children": [
|
|
147
|
+
{
|
|
148
|
+
"type": "button",
|
|
149
|
+
"label": "Undo",
|
|
150
|
+
"event": "UNDO",
|
|
151
|
+
"variant": "ghost",
|
|
152
|
+
"icon": "undo"
|
|
153
|
+
}
|
|
154
|
+
]
|
|
144
155
|
},
|
|
145
156
|
{
|
|
146
|
-
"type": "
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
|
|
150
|
-
|
|
157
|
+
"type": "tooltip",
|
|
158
|
+
"content": "Redo the last undone action",
|
|
159
|
+
"children": [
|
|
160
|
+
{
|
|
161
|
+
"type": "button",
|
|
162
|
+
"label": "Redo",
|
|
163
|
+
"event": "REDO",
|
|
164
|
+
"variant": "ghost",
|
|
165
|
+
"icon": "redo"
|
|
166
|
+
}
|
|
167
|
+
]
|
|
151
168
|
},
|
|
152
169
|
{
|
|
153
170
|
"type": "divider",
|
|
154
171
|
"orientation": "vertical"
|
|
155
172
|
},
|
|
156
173
|
{
|
|
157
|
-
"type": "
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
|
|
161
|
-
|
|
174
|
+
"type": "tooltip",
|
|
175
|
+
"content": "Clear all history",
|
|
176
|
+
"children": [
|
|
177
|
+
{
|
|
178
|
+
"type": "button",
|
|
179
|
+
"label": "Clear",
|
|
180
|
+
"event": "CLEAR",
|
|
181
|
+
"variant": "ghost",
|
|
182
|
+
"icon": "trash-2"
|
|
183
|
+
}
|
|
184
|
+
]
|
|
162
185
|
}
|
|
163
186
|
]
|
|
164
187
|
}
|
|
@@ -181,7 +204,14 @@
|
|
|
181
204
|
},
|
|
182
205
|
{
|
|
183
206
|
"type": "badge",
|
|
184
|
-
"label":
|
|
207
|
+
"label": [
|
|
208
|
+
"object/get",
|
|
209
|
+
[
|
|
210
|
+
"array/first",
|
|
211
|
+
"@entity"
|
|
212
|
+
],
|
|
213
|
+
"current"
|
|
214
|
+
]
|
|
185
215
|
}
|
|
186
216
|
]
|
|
187
217
|
}
|
|
@@ -254,29 +284,47 @@
|
|
|
254
284
|
"align": "center",
|
|
255
285
|
"children": [
|
|
256
286
|
{
|
|
257
|
-
"type": "
|
|
258
|
-
"
|
|
259
|
-
"
|
|
260
|
-
|
|
261
|
-
|
|
287
|
+
"type": "tooltip",
|
|
288
|
+
"content": "Undo the last action",
|
|
289
|
+
"children": [
|
|
290
|
+
{
|
|
291
|
+
"type": "button",
|
|
292
|
+
"label": "Undo",
|
|
293
|
+
"event": "UNDO",
|
|
294
|
+
"variant": "ghost",
|
|
295
|
+
"icon": "undo"
|
|
296
|
+
}
|
|
297
|
+
]
|
|
262
298
|
},
|
|
263
299
|
{
|
|
264
|
-
"type": "
|
|
265
|
-
"
|
|
266
|
-
"
|
|
267
|
-
|
|
268
|
-
|
|
300
|
+
"type": "tooltip",
|
|
301
|
+
"content": "Redo the last undone action",
|
|
302
|
+
"children": [
|
|
303
|
+
{
|
|
304
|
+
"type": "button",
|
|
305
|
+
"label": "Redo",
|
|
306
|
+
"event": "REDO",
|
|
307
|
+
"variant": "ghost",
|
|
308
|
+
"icon": "redo"
|
|
309
|
+
}
|
|
310
|
+
]
|
|
269
311
|
},
|
|
270
312
|
{
|
|
271
313
|
"type": "divider",
|
|
272
314
|
"orientation": "vertical"
|
|
273
315
|
},
|
|
274
316
|
{
|
|
275
|
-
"type": "
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
|
|
279
|
-
|
|
317
|
+
"type": "tooltip",
|
|
318
|
+
"content": "Clear all history",
|
|
319
|
+
"children": [
|
|
320
|
+
{
|
|
321
|
+
"type": "button",
|
|
322
|
+
"label": "Clear",
|
|
323
|
+
"event": "CLEAR",
|
|
324
|
+
"variant": "ghost",
|
|
325
|
+
"icon": "trash-2"
|
|
326
|
+
}
|
|
327
|
+
]
|
|
280
328
|
}
|
|
281
329
|
]
|
|
282
330
|
}
|
|
@@ -299,7 +347,14 @@
|
|
|
299
347
|
},
|
|
300
348
|
{
|
|
301
349
|
"type": "badge",
|
|
302
|
-
"label":
|
|
350
|
+
"label": [
|
|
351
|
+
"object/get",
|
|
352
|
+
[
|
|
353
|
+
"array/first",
|
|
354
|
+
"@entity"
|
|
355
|
+
],
|
|
356
|
+
"current"
|
|
357
|
+
]
|
|
303
358
|
}
|
|
304
359
|
]
|
|
305
360
|
}
|
|
@@ -380,29 +435,47 @@
|
|
|
380
435
|
"align": "center",
|
|
381
436
|
"children": [
|
|
382
437
|
{
|
|
383
|
-
"type": "
|
|
384
|
-
"
|
|
385
|
-
"
|
|
386
|
-
|
|
387
|
-
|
|
438
|
+
"type": "tooltip",
|
|
439
|
+
"content": "Undo the last action",
|
|
440
|
+
"children": [
|
|
441
|
+
{
|
|
442
|
+
"type": "button",
|
|
443
|
+
"label": "Undo",
|
|
444
|
+
"event": "UNDO",
|
|
445
|
+
"variant": "ghost",
|
|
446
|
+
"icon": "undo"
|
|
447
|
+
}
|
|
448
|
+
]
|
|
388
449
|
},
|
|
389
450
|
{
|
|
390
|
-
"type": "
|
|
391
|
-
"
|
|
392
|
-
"
|
|
393
|
-
|
|
394
|
-
|
|
451
|
+
"type": "tooltip",
|
|
452
|
+
"content": "Redo the last undone action",
|
|
453
|
+
"children": [
|
|
454
|
+
{
|
|
455
|
+
"type": "button",
|
|
456
|
+
"label": "Redo",
|
|
457
|
+
"event": "REDO",
|
|
458
|
+
"variant": "ghost",
|
|
459
|
+
"icon": "redo"
|
|
460
|
+
}
|
|
461
|
+
]
|
|
395
462
|
},
|
|
396
463
|
{
|
|
397
464
|
"type": "divider",
|
|
398
465
|
"orientation": "vertical"
|
|
399
466
|
},
|
|
400
467
|
{
|
|
401
|
-
"type": "
|
|
402
|
-
"
|
|
403
|
-
"
|
|
404
|
-
|
|
405
|
-
|
|
468
|
+
"type": "tooltip",
|
|
469
|
+
"content": "Clear all history",
|
|
470
|
+
"children": [
|
|
471
|
+
{
|
|
472
|
+
"type": "button",
|
|
473
|
+
"label": "Clear",
|
|
474
|
+
"event": "CLEAR",
|
|
475
|
+
"variant": "ghost",
|
|
476
|
+
"icon": "trash-2"
|
|
477
|
+
}
|
|
478
|
+
]
|
|
406
479
|
}
|
|
407
480
|
]
|
|
408
481
|
}
|
|
@@ -425,7 +498,14 @@
|
|
|
425
498
|
},
|
|
426
499
|
{
|
|
427
500
|
"type": "badge",
|
|
428
|
-
"label":
|
|
501
|
+
"label": [
|
|
502
|
+
"object/get",
|
|
503
|
+
[
|
|
504
|
+
"array/first",
|
|
505
|
+
"@entity"
|
|
506
|
+
],
|
|
507
|
+
"current"
|
|
508
|
+
]
|
|
429
509
|
}
|
|
430
510
|
]
|
|
431
511
|
}
|
|
@@ -506,29 +586,47 @@
|
|
|
506
586
|
"align": "center",
|
|
507
587
|
"children": [
|
|
508
588
|
{
|
|
509
|
-
"type": "
|
|
510
|
-
"
|
|
511
|
-
"
|
|
512
|
-
|
|
513
|
-
|
|
589
|
+
"type": "tooltip",
|
|
590
|
+
"content": "Undo the last action",
|
|
591
|
+
"children": [
|
|
592
|
+
{
|
|
593
|
+
"type": "button",
|
|
594
|
+
"label": "Undo",
|
|
595
|
+
"event": "UNDO",
|
|
596
|
+
"variant": "ghost",
|
|
597
|
+
"icon": "undo"
|
|
598
|
+
}
|
|
599
|
+
]
|
|
514
600
|
},
|
|
515
601
|
{
|
|
516
|
-
"type": "
|
|
517
|
-
"
|
|
518
|
-
"
|
|
519
|
-
|
|
520
|
-
|
|
602
|
+
"type": "tooltip",
|
|
603
|
+
"content": "Redo the last undone action",
|
|
604
|
+
"children": [
|
|
605
|
+
{
|
|
606
|
+
"type": "button",
|
|
607
|
+
"label": "Redo",
|
|
608
|
+
"event": "REDO",
|
|
609
|
+
"variant": "ghost",
|
|
610
|
+
"icon": "redo"
|
|
611
|
+
}
|
|
612
|
+
]
|
|
521
613
|
},
|
|
522
614
|
{
|
|
523
615
|
"type": "divider",
|
|
524
616
|
"orientation": "vertical"
|
|
525
617
|
},
|
|
526
618
|
{
|
|
527
|
-
"type": "
|
|
528
|
-
"
|
|
529
|
-
"
|
|
530
|
-
|
|
531
|
-
|
|
619
|
+
"type": "tooltip",
|
|
620
|
+
"content": "Clear all history",
|
|
621
|
+
"children": [
|
|
622
|
+
{
|
|
623
|
+
"type": "button",
|
|
624
|
+
"label": "Clear",
|
|
625
|
+
"event": "CLEAR",
|
|
626
|
+
"variant": "ghost",
|
|
627
|
+
"icon": "trash-2"
|
|
628
|
+
}
|
|
629
|
+
]
|
|
532
630
|
}
|
|
533
631
|
]
|
|
534
632
|
}
|
|
@@ -551,7 +649,14 @@
|
|
|
551
649
|
},
|
|
552
650
|
{
|
|
553
651
|
"type": "badge",
|
|
554
|
-
"label":
|
|
652
|
+
"label": [
|
|
653
|
+
"object/get",
|
|
654
|
+
[
|
|
655
|
+
"array/first",
|
|
656
|
+
"@entity"
|
|
657
|
+
],
|
|
658
|
+
"current"
|
|
659
|
+
]
|
|
555
660
|
}
|
|
556
661
|
]
|
|
557
662
|
}
|
|
@@ -620,29 +725,47 @@
|
|
|
620
725
|
"align": "center",
|
|
621
726
|
"children": [
|
|
622
727
|
{
|
|
623
|
-
"type": "
|
|
624
|
-
"
|
|
625
|
-
"
|
|
626
|
-
|
|
627
|
-
|
|
728
|
+
"type": "tooltip",
|
|
729
|
+
"content": "Undo the last action",
|
|
730
|
+
"children": [
|
|
731
|
+
{
|
|
732
|
+
"type": "button",
|
|
733
|
+
"label": "Undo",
|
|
734
|
+
"event": "UNDO",
|
|
735
|
+
"variant": "ghost",
|
|
736
|
+
"icon": "undo"
|
|
737
|
+
}
|
|
738
|
+
]
|
|
628
739
|
},
|
|
629
740
|
{
|
|
630
|
-
"type": "
|
|
631
|
-
"
|
|
632
|
-
"
|
|
633
|
-
|
|
634
|
-
|
|
741
|
+
"type": "tooltip",
|
|
742
|
+
"content": "Redo the last undone action",
|
|
743
|
+
"children": [
|
|
744
|
+
{
|
|
745
|
+
"type": "button",
|
|
746
|
+
"label": "Redo",
|
|
747
|
+
"event": "REDO",
|
|
748
|
+
"variant": "ghost",
|
|
749
|
+
"icon": "redo"
|
|
750
|
+
}
|
|
751
|
+
]
|
|
635
752
|
},
|
|
636
753
|
{
|
|
637
754
|
"type": "divider",
|
|
638
755
|
"orientation": "vertical"
|
|
639
756
|
},
|
|
640
757
|
{
|
|
641
|
-
"type": "
|
|
642
|
-
"
|
|
643
|
-
"
|
|
644
|
-
|
|
645
|
-
|
|
758
|
+
"type": "tooltip",
|
|
759
|
+
"content": "Clear all history",
|
|
760
|
+
"children": [
|
|
761
|
+
{
|
|
762
|
+
"type": "button",
|
|
763
|
+
"label": "Clear",
|
|
764
|
+
"event": "CLEAR",
|
|
765
|
+
"variant": "ghost",
|
|
766
|
+
"icon": "trash-2"
|
|
767
|
+
}
|
|
768
|
+
]
|
|
646
769
|
}
|
|
647
770
|
]
|
|
648
771
|
}
|
|
@@ -665,7 +788,14 @@
|
|
|
665
788
|
},
|
|
666
789
|
{
|
|
667
790
|
"type": "badge",
|
|
668
|
-
"label":
|
|
791
|
+
"label": [
|
|
792
|
+
"object/get",
|
|
793
|
+
[
|
|
794
|
+
"array/first",
|
|
795
|
+
"@entity"
|
|
796
|
+
],
|
|
797
|
+
"current"
|
|
798
|
+
]
|
|
669
799
|
}
|
|
670
800
|
]
|
|
671
801
|
}
|
|
@@ -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",
|
|
@@ -121,8 +126,9 @@
|
|
|
121
126
|
]
|
|
122
127
|
},
|
|
123
128
|
{
|
|
124
|
-
"type": "
|
|
125
|
-
"
|
|
129
|
+
"type": "progress-dots",
|
|
130
|
+
"count": 1,
|
|
131
|
+
"currentIndex": 0
|
|
126
132
|
},
|
|
127
133
|
{
|
|
128
134
|
"type": "wizard-progress",
|
|
@@ -224,7 +230,9 @@
|
|
|
224
230
|
{
|
|
225
231
|
"type": "data-list",
|
|
226
232
|
"entity": "WizardEntry",
|
|
227
|
-
"
|
|
233
|
+
"renderItem": [
|
|
234
|
+
"fn",
|
|
235
|
+
"item",
|
|
228
236
|
{
|
|
229
237
|
"type": "stack",
|
|
230
238
|
"direction": "vertical",
|
|
@@ -244,7 +252,7 @@
|
|
|
244
252
|
{
|
|
245
253
|
"type": "typography",
|
|
246
254
|
"variant": "body",
|
|
247
|
-
"content": "@
|
|
255
|
+
"content": "@item.name"
|
|
248
256
|
}
|
|
249
257
|
]
|
|
250
258
|
},
|
|
@@ -262,7 +270,7 @@
|
|
|
262
270
|
{
|
|
263
271
|
"type": "typography",
|
|
264
272
|
"variant": "body",
|
|
265
|
-
"content": "@
|
|
273
|
+
"content": "@item.description"
|
|
266
274
|
}
|
|
267
275
|
]
|
|
268
276
|
},
|
|
@@ -280,7 +288,7 @@
|
|
|
280
288
|
{
|
|
281
289
|
"type": "typography",
|
|
282
290
|
"variant": "body",
|
|
283
|
-
"content": "@
|
|
291
|
+
"content": "@item.status"
|
|
284
292
|
}
|
|
285
293
|
]
|
|
286
294
|
},
|
|
@@ -298,7 +306,7 @@
|
|
|
298
306
|
{
|
|
299
307
|
"type": "typography",
|
|
300
308
|
"variant": "body",
|
|
301
|
-
"content": "@
|
|
309
|
+
"content": "@item.createdAt"
|
|
302
310
|
}
|
|
303
311
|
]
|
|
304
312
|
}
|
|
@@ -307,26 +315,12 @@
|
|
|
307
315
|
]
|
|
308
316
|
},
|
|
309
317
|
{
|
|
310
|
-
"type": "
|
|
311
|
-
"
|
|
312
|
-
"
|
|
313
|
-
"
|
|
314
|
-
"
|
|
315
|
-
|
|
316
|
-
"type": "button",
|
|
317
|
-
"label": "Back",
|
|
318
|
-
"event": "PREV",
|
|
319
|
-
"variant": "ghost",
|
|
320
|
-
"icon": "arrow-left"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"type": "button",
|
|
324
|
-
"label": "Complete",
|
|
325
|
-
"event": "COMPLETE",
|
|
326
|
-
"variant": "primary",
|
|
327
|
-
"icon": "check"
|
|
328
|
-
}
|
|
329
|
-
]
|
|
318
|
+
"type": "wizard-navigation",
|
|
319
|
+
"currentStep": 1,
|
|
320
|
+
"totalSteps": 2,
|
|
321
|
+
"showBack": true,
|
|
322
|
+
"showComplete": true,
|
|
323
|
+
"showNext": false
|
|
330
324
|
}
|
|
331
325
|
]
|
|
332
326
|
}
|
|
@@ -369,8 +363,9 @@
|
|
|
369
363
|
]
|
|
370
364
|
},
|
|
371
365
|
{
|
|
372
|
-
"type": "
|
|
373
|
-
"
|
|
366
|
+
"type": "progress-dots",
|
|
367
|
+
"count": 1,
|
|
368
|
+
"currentIndex": 0
|
|
374
369
|
},
|
|
375
370
|
{
|
|
376
371
|
"type": "wizard-progress",
|
|
@@ -508,8 +503,9 @@
|
|
|
508
503
|
]
|
|
509
504
|
},
|
|
510
505
|
{
|
|
511
|
-
"type": "
|
|
512
|
-
"
|
|
506
|
+
"type": "progress-dots",
|
|
507
|
+
"count": 1,
|
|
508
|
+
"currentIndex": 0
|
|
513
509
|
},
|
|
514
510
|
{
|
|
515
511
|
"type": "wizard-progress",
|
|
@@ -595,8 +591,9 @@
|
|
|
595
591
|
]
|
|
596
592
|
},
|
|
597
593
|
{
|
|
598
|
-
"type": "
|
|
599
|
-
"
|
|
594
|
+
"type": "progress-dots",
|
|
595
|
+
"count": 1,
|
|
596
|
+
"currentIndex": 0
|
|
600
597
|
},
|
|
601
598
|
{
|
|
602
599
|
"type": "wizard-progress",
|
|
@@ -23,7 +23,12 @@
|
|
|
23
23
|
{
|
|
24
24
|
"name": "status",
|
|
25
25
|
"type": "string",
|
|
26
|
-
"default": "active"
|
|
26
|
+
"default": "active",
|
|
27
|
+
"values": [
|
|
28
|
+
"active",
|
|
29
|
+
"inactive",
|
|
30
|
+
"pending"
|
|
31
|
+
]
|
|
27
32
|
},
|
|
28
33
|
{
|
|
29
34
|
"name": "createdAt",
|
|
@@ -155,7 +160,9 @@
|
|
|
155
160
|
}
|
|
156
161
|
],
|
|
157
162
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
158
|
-
"
|
|
163
|
+
"renderItem": [
|
|
164
|
+
"fn",
|
|
165
|
+
"item",
|
|
159
166
|
{
|
|
160
167
|
"type": "stack",
|
|
161
168
|
"direction": "vertical",
|
|
@@ -181,13 +188,13 @@
|
|
|
181
188
|
{
|
|
182
189
|
"type": "typography",
|
|
183
190
|
"variant": "h4",
|
|
184
|
-
"content": "@
|
|
191
|
+
"content": "@item.name"
|
|
185
192
|
}
|
|
186
193
|
]
|
|
187
194
|
},
|
|
188
195
|
{
|
|
189
196
|
"type": "badge",
|
|
190
|
-
"label": "@
|
|
197
|
+
"label": "@item.description"
|
|
191
198
|
}
|
|
192
199
|
]
|
|
193
200
|
},
|
|
@@ -195,7 +202,7 @@
|
|
|
195
202
|
"type": "typography",
|
|
196
203
|
"variant": "caption",
|
|
197
204
|
"color": "muted",
|
|
198
|
-
"content": "@
|
|
205
|
+
"content": "@item.status"
|
|
199
206
|
}
|
|
200
207
|
]
|
|
201
208
|
}
|