@almadar/std 7.4.7 → 7.4.8
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/registry/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -178,8 +178,8 @@
|
|
|
178
178
|
"SelectableItem",
|
|
179
179
|
{
|
|
180
180
|
"emit": {
|
|
181
|
-
"
|
|
182
|
-
"
|
|
181
|
+
"failure": "SelectableItemLoadFailed",
|
|
182
|
+
"success": "SelectableItemLoaded"
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
],
|
|
@@ -187,10 +187,12 @@
|
|
|
187
187
|
"render-ui",
|
|
188
188
|
"main",
|
|
189
189
|
{
|
|
190
|
+
"type": "stack",
|
|
191
|
+
"direction": "vertical",
|
|
190
192
|
"children": [
|
|
191
193
|
{
|
|
192
|
-
"direction": "horizontal",
|
|
193
194
|
"gap": "sm",
|
|
195
|
+
"direction": "horizontal",
|
|
194
196
|
"type": "stack",
|
|
195
197
|
"align": "center",
|
|
196
198
|
"children": [
|
|
@@ -199,8 +201,8 @@
|
|
|
199
201
|
"type": "icon"
|
|
200
202
|
},
|
|
201
203
|
{
|
|
202
|
-
"type": "typography",
|
|
203
204
|
"content": "SelectableItems",
|
|
205
|
+
"type": "typography",
|
|
204
206
|
"variant": "h2"
|
|
205
207
|
}
|
|
206
208
|
]
|
|
@@ -210,42 +212,40 @@
|
|
|
210
212
|
},
|
|
211
213
|
{
|
|
212
214
|
"color": "muted",
|
|
215
|
+
"type": "typography",
|
|
213
216
|
"variant": "caption",
|
|
214
|
-
"content": "Choose a selectableitem to continue."
|
|
215
|
-
"type": "typography"
|
|
217
|
+
"content": "Choose a selectableitem to continue."
|
|
216
218
|
},
|
|
217
219
|
{
|
|
218
|
-
"fields": [],
|
|
219
|
-
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
220
|
-
"type": "data-grid",
|
|
221
|
-
"itemActions": [
|
|
222
|
-
{
|
|
223
|
-
"label": "Select",
|
|
224
|
-
"event": "SELECT",
|
|
225
|
-
"icon": "check"
|
|
226
|
-
}
|
|
227
|
-
],
|
|
228
220
|
"renderItem": [
|
|
229
221
|
"fn",
|
|
230
222
|
"item",
|
|
231
223
|
{
|
|
232
|
-
"direction": "horizontal",
|
|
233
|
-
"type": "stack",
|
|
234
224
|
"children": [
|
|
235
225
|
{
|
|
236
|
-
"
|
|
237
|
-
"
|
|
226
|
+
"label": "@item.name",
|
|
227
|
+
"type": "checkbox"
|
|
238
228
|
}
|
|
239
229
|
],
|
|
240
|
-
"
|
|
241
|
-
"gap": "sm"
|
|
230
|
+
"direction": "horizontal",
|
|
231
|
+
"gap": "sm",
|
|
232
|
+
"type": "stack",
|
|
233
|
+
"align": "center"
|
|
242
234
|
}
|
|
243
235
|
],
|
|
244
|
-
"entity": "SelectableItem"
|
|
236
|
+
"entity": "SelectableItem",
|
|
237
|
+
"fields": [],
|
|
238
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
239
|
+
"type": "data-grid",
|
|
240
|
+
"itemActions": [
|
|
241
|
+
{
|
|
242
|
+
"label": "Select",
|
|
243
|
+
"icon": "check",
|
|
244
|
+
"event": "SELECT"
|
|
245
|
+
}
|
|
246
|
+
]
|
|
245
247
|
}
|
|
246
248
|
],
|
|
247
|
-
"type": "stack",
|
|
248
|
-
"direction": "vertical",
|
|
249
249
|
"gap": "lg"
|
|
250
250
|
}
|
|
251
251
|
]
|
|
@@ -270,33 +270,37 @@
|
|
|
270
270
|
"render-ui",
|
|
271
271
|
"main",
|
|
272
272
|
{
|
|
273
|
-
"
|
|
273
|
+
"type": "stack",
|
|
274
|
+
"gap": "lg",
|
|
274
275
|
"children": [
|
|
275
276
|
{
|
|
276
|
-
"align": "center",
|
|
277
277
|
"direction": "horizontal",
|
|
278
|
-
"type": "stack",
|
|
279
278
|
"justify": "between",
|
|
279
|
+
"type": "stack",
|
|
280
|
+
"gap": "md",
|
|
280
281
|
"children": [
|
|
281
282
|
{
|
|
283
|
+
"type": "stack",
|
|
284
|
+
"align": "center",
|
|
282
285
|
"children": [
|
|
283
286
|
{
|
|
284
287
|
"type": "icon",
|
|
285
288
|
"name": "check-square"
|
|
286
289
|
},
|
|
287
290
|
{
|
|
291
|
+
"variant": "h2",
|
|
288
292
|
"type": "typography",
|
|
289
|
-
"content": "SelectableItems"
|
|
290
|
-
"variant": "h2"
|
|
293
|
+
"content": "SelectableItems"
|
|
291
294
|
}
|
|
292
295
|
],
|
|
293
|
-
"gap": "md",
|
|
294
|
-
"type": "stack",
|
|
295
296
|
"direction": "horizontal",
|
|
296
|
-
"
|
|
297
|
+
"gap": "md"
|
|
297
298
|
},
|
|
298
299
|
{
|
|
300
|
+
"direction": "horizontal",
|
|
299
301
|
"gap": "sm",
|
|
302
|
+
"align": "center",
|
|
303
|
+
"type": "stack",
|
|
300
304
|
"children": [
|
|
301
305
|
{
|
|
302
306
|
"label": "Selecting",
|
|
@@ -304,49 +308,37 @@
|
|
|
304
308
|
},
|
|
305
309
|
{
|
|
306
310
|
"type": "button",
|
|
311
|
+
"variant": "ghost",
|
|
307
312
|
"icon": "x",
|
|
308
313
|
"action": "CLEAR",
|
|
309
|
-
"label": "Clear"
|
|
310
|
-
"variant": "ghost"
|
|
314
|
+
"label": "Clear"
|
|
311
315
|
}
|
|
312
|
-
]
|
|
313
|
-
"type": "stack",
|
|
314
|
-
"direction": "horizontal",
|
|
315
|
-
"align": "center"
|
|
316
|
+
]
|
|
316
317
|
}
|
|
317
318
|
],
|
|
318
|
-
"
|
|
319
|
+
"align": "center"
|
|
319
320
|
},
|
|
320
321
|
{
|
|
321
322
|
"type": "divider"
|
|
322
323
|
},
|
|
323
324
|
{
|
|
325
|
+
"variant": "info",
|
|
326
|
+
"type": "alert",
|
|
324
327
|
"message": [
|
|
325
328
|
"concat",
|
|
326
329
|
"Selected: ",
|
|
327
330
|
"@payload.id"
|
|
328
|
-
]
|
|
329
|
-
"variant": "info",
|
|
330
|
-
"type": "alert"
|
|
331
|
+
]
|
|
331
332
|
},
|
|
332
333
|
{
|
|
333
|
-
"entity": "SelectableItem",
|
|
334
|
-
"fields": [],
|
|
335
|
-
"itemActions": [
|
|
336
|
-
{
|
|
337
|
-
"label": "Select",
|
|
338
|
-
"event": "SELECT",
|
|
339
|
-
"icon": "check"
|
|
340
|
-
}
|
|
341
|
-
],
|
|
342
|
-
"type": "data-grid",
|
|
343
334
|
"renderItem": [
|
|
344
335
|
"fn",
|
|
345
336
|
"item",
|
|
346
337
|
{
|
|
338
|
+
"direction": "horizontal",
|
|
347
339
|
"gap": "sm",
|
|
348
|
-
"align": "center",
|
|
349
340
|
"type": "stack",
|
|
341
|
+
"align": "center",
|
|
350
342
|
"children": [
|
|
351
343
|
{
|
|
352
344
|
"type": "checkbox",
|
|
@@ -357,8 +349,17 @@
|
|
|
357
349
|
"@payload.id"
|
|
358
350
|
]
|
|
359
351
|
}
|
|
360
|
-
]
|
|
361
|
-
|
|
352
|
+
]
|
|
353
|
+
}
|
|
354
|
+
],
|
|
355
|
+
"fields": [],
|
|
356
|
+
"type": "data-grid",
|
|
357
|
+
"entity": "SelectableItem",
|
|
358
|
+
"itemActions": [
|
|
359
|
+
{
|
|
360
|
+
"event": "SELECT",
|
|
361
|
+
"label": "Select",
|
|
362
|
+
"icon": "check"
|
|
362
363
|
}
|
|
363
364
|
]
|
|
364
365
|
},
|
|
@@ -368,34 +369,33 @@
|
|
|
368
369
|
{
|
|
369
370
|
"children": [
|
|
370
371
|
{
|
|
371
|
-
"type": "button",
|
|
372
372
|
"icon": "check-square",
|
|
373
|
+
"variant": "secondary",
|
|
374
|
+
"type": "button",
|
|
373
375
|
"label": "Select All",
|
|
374
|
-
"action": "SELECT"
|
|
375
|
-
"variant": "secondary"
|
|
376
|
+
"action": "SELECT"
|
|
376
377
|
},
|
|
377
378
|
{
|
|
379
|
+
"type": "button",
|
|
380
|
+
"variant": "secondary",
|
|
378
381
|
"label": "Deselect All",
|
|
379
|
-
"action": "DESELECT",
|
|
380
382
|
"icon": "square",
|
|
381
|
-
"
|
|
382
|
-
"type": "button"
|
|
383
|
+
"action": "DESELECT"
|
|
383
384
|
},
|
|
384
385
|
{
|
|
386
|
+
"action": "CONFIRM_SELECTION",
|
|
385
387
|
"type": "button",
|
|
386
|
-
"icon": "check",
|
|
387
|
-
"variant": "primary",
|
|
388
388
|
"label": "Confirm",
|
|
389
|
-
"
|
|
389
|
+
"variant": "primary",
|
|
390
|
+
"icon": "check"
|
|
390
391
|
}
|
|
391
392
|
],
|
|
393
|
+
"direction": "horizontal",
|
|
392
394
|
"type": "stack",
|
|
393
|
-
"gap": "sm"
|
|
394
|
-
"direction": "horizontal"
|
|
395
|
+
"gap": "sm"
|
|
395
396
|
}
|
|
396
397
|
],
|
|
397
|
-
"
|
|
398
|
-
"gap": "lg"
|
|
398
|
+
"direction": "vertical"
|
|
399
399
|
}
|
|
400
400
|
]
|
|
401
401
|
]
|
|
@@ -419,16 +419,17 @@
|
|
|
419
419
|
"render-ui",
|
|
420
420
|
"main",
|
|
421
421
|
{
|
|
422
|
-
"
|
|
422
|
+
"gap": "lg",
|
|
423
423
|
"children": [
|
|
424
424
|
{
|
|
425
425
|
"children": [
|
|
426
426
|
{
|
|
427
|
-
"
|
|
427
|
+
"gap": "md",
|
|
428
|
+
"align": "center",
|
|
428
429
|
"children": [
|
|
429
430
|
{
|
|
430
|
-
"
|
|
431
|
-
"
|
|
431
|
+
"name": "check-square",
|
|
432
|
+
"type": "icon"
|
|
432
433
|
},
|
|
433
434
|
{
|
|
434
435
|
"variant": "h2",
|
|
@@ -436,35 +437,34 @@
|
|
|
436
437
|
"content": "SelectableItems"
|
|
437
438
|
}
|
|
438
439
|
],
|
|
439
|
-
"
|
|
440
|
-
"direction": "horizontal"
|
|
441
|
-
"align": "center"
|
|
440
|
+
"type": "stack",
|
|
441
|
+
"direction": "horizontal"
|
|
442
442
|
},
|
|
443
443
|
{
|
|
444
444
|
"children": [
|
|
445
445
|
{
|
|
446
|
-
"
|
|
447
|
-
"
|
|
446
|
+
"label": "Selecting",
|
|
447
|
+
"type": "badge"
|
|
448
448
|
},
|
|
449
449
|
{
|
|
450
|
-
"label": "Clear",
|
|
451
450
|
"variant": "ghost",
|
|
452
451
|
"type": "button",
|
|
453
|
-
"
|
|
454
|
-
"icon": "x"
|
|
452
|
+
"label": "Clear",
|
|
453
|
+
"icon": "x",
|
|
454
|
+
"action": "CLEAR"
|
|
455
455
|
}
|
|
456
456
|
],
|
|
457
457
|
"gap": "sm",
|
|
458
|
-
"type": "stack",
|
|
459
458
|
"align": "center",
|
|
460
|
-
"direction": "horizontal"
|
|
459
|
+
"direction": "horizontal",
|
|
460
|
+
"type": "stack"
|
|
461
461
|
}
|
|
462
462
|
],
|
|
463
|
-
"
|
|
464
|
-
"justify": "between",
|
|
465
|
-
"gap": "md",
|
|
463
|
+
"align": "center",
|
|
466
464
|
"direction": "horizontal",
|
|
467
|
-
"
|
|
465
|
+
"justify": "between",
|
|
466
|
+
"type": "stack",
|
|
467
|
+
"gap": "md"
|
|
468
468
|
},
|
|
469
469
|
{
|
|
470
470
|
"type": "divider"
|
|
@@ -479,37 +479,37 @@
|
|
|
479
479
|
"variant": "info"
|
|
480
480
|
},
|
|
481
481
|
{
|
|
482
|
-
"type": "data-grid",
|
|
483
482
|
"itemActions": [
|
|
484
483
|
{
|
|
485
484
|
"label": "Select",
|
|
486
|
-
"
|
|
487
|
-
"
|
|
485
|
+
"event": "SELECT",
|
|
486
|
+
"icon": "check"
|
|
488
487
|
}
|
|
489
488
|
],
|
|
489
|
+
"type": "data-grid",
|
|
490
490
|
"entity": "SelectableItem",
|
|
491
|
-
"fields": [],
|
|
492
491
|
"renderItem": [
|
|
493
492
|
"fn",
|
|
494
493
|
"item",
|
|
495
494
|
{
|
|
495
|
+
"align": "center",
|
|
496
|
+
"type": "stack",
|
|
496
497
|
"direction": "horizontal",
|
|
498
|
+
"gap": "sm",
|
|
497
499
|
"children": [
|
|
498
500
|
{
|
|
501
|
+
"label": "@item.name",
|
|
502
|
+
"type": "checkbox",
|
|
499
503
|
"checked": [
|
|
500
504
|
"==",
|
|
501
505
|
"@item.id",
|
|
502
506
|
"@payload.id"
|
|
503
|
-
]
|
|
504
|
-
"type": "checkbox",
|
|
505
|
-
"label": "@item.name"
|
|
507
|
+
]
|
|
506
508
|
}
|
|
507
|
-
]
|
|
508
|
-
"align": "center",
|
|
509
|
-
"type": "stack",
|
|
510
|
-
"gap": "sm"
|
|
509
|
+
]
|
|
511
510
|
}
|
|
512
|
-
]
|
|
511
|
+
],
|
|
512
|
+
"fields": []
|
|
513
513
|
},
|
|
514
514
|
{
|
|
515
515
|
"type": "divider"
|
|
@@ -517,7 +517,6 @@
|
|
|
517
517
|
{
|
|
518
518
|
"type": "stack",
|
|
519
519
|
"direction": "horizontal",
|
|
520
|
-
"gap": "sm",
|
|
521
520
|
"children": [
|
|
522
521
|
{
|
|
523
522
|
"action": "SELECT",
|
|
@@ -527,23 +526,24 @@
|
|
|
527
526
|
"label": "Select All"
|
|
528
527
|
},
|
|
529
528
|
{
|
|
529
|
+
"type": "button",
|
|
530
|
+
"label": "Deselect All",
|
|
530
531
|
"icon": "square",
|
|
531
532
|
"variant": "secondary",
|
|
532
|
-
"
|
|
533
|
-
"action": "DESELECT",
|
|
534
|
-
"type": "button"
|
|
533
|
+
"action": "DESELECT"
|
|
535
534
|
},
|
|
536
535
|
{
|
|
537
536
|
"icon": "check",
|
|
538
|
-
"type": "button",
|
|
539
537
|
"variant": "primary",
|
|
538
|
+
"action": "CONFIRM_SELECTION",
|
|
540
539
|
"label": "Confirm",
|
|
541
|
-
"
|
|
540
|
+
"type": "button"
|
|
542
541
|
}
|
|
543
|
-
]
|
|
542
|
+
],
|
|
543
|
+
"gap": "sm"
|
|
544
544
|
}
|
|
545
545
|
],
|
|
546
|
-
"
|
|
546
|
+
"type": "stack",
|
|
547
547
|
"direction": "vertical"
|
|
548
548
|
}
|
|
549
549
|
]
|
|
@@ -568,12 +568,14 @@
|
|
|
568
568
|
"render-ui",
|
|
569
569
|
"main",
|
|
570
570
|
{
|
|
571
|
+
"type": "stack",
|
|
571
572
|
"children": [
|
|
572
573
|
{
|
|
574
|
+
"direction": "horizontal",
|
|
573
575
|
"children": [
|
|
574
576
|
{
|
|
575
|
-
"
|
|
576
|
-
"
|
|
577
|
+
"name": "check-square",
|
|
578
|
+
"type": "icon"
|
|
577
579
|
},
|
|
578
580
|
{
|
|
579
581
|
"content": "SelectableItems",
|
|
@@ -581,52 +583,50 @@
|
|
|
581
583
|
"variant": "h2"
|
|
582
584
|
}
|
|
583
585
|
],
|
|
584
|
-
"align": "center",
|
|
585
586
|
"gap": "sm",
|
|
586
|
-
"
|
|
587
|
-
"
|
|
587
|
+
"type": "stack",
|
|
588
|
+
"align": "center"
|
|
588
589
|
},
|
|
589
590
|
{
|
|
590
591
|
"type": "divider"
|
|
591
592
|
},
|
|
592
593
|
{
|
|
594
|
+
"content": "Choose a selectableitem to continue.",
|
|
593
595
|
"type": "typography",
|
|
594
596
|
"color": "muted",
|
|
595
|
-
"content": "Choose a selectableitem to continue.",
|
|
596
597
|
"variant": "caption"
|
|
597
598
|
},
|
|
598
599
|
{
|
|
599
600
|
"type": "data-grid",
|
|
600
|
-
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
601
|
-
"entity": "SelectableItem",
|
|
602
|
-
"fields": [],
|
|
603
601
|
"itemActions": [
|
|
604
602
|
{
|
|
605
|
-
"icon": "check",
|
|
606
603
|
"label": "Select",
|
|
604
|
+
"icon": "check",
|
|
607
605
|
"event": "SELECT"
|
|
608
606
|
}
|
|
609
607
|
],
|
|
608
|
+
"fields": [],
|
|
609
|
+
"entity": "SelectableItem",
|
|
610
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
610
611
|
"renderItem": [
|
|
611
612
|
"fn",
|
|
612
613
|
"item",
|
|
613
614
|
{
|
|
615
|
+
"direction": "horizontal",
|
|
616
|
+
"type": "stack",
|
|
614
617
|
"align": "center",
|
|
615
|
-
"gap": "sm",
|
|
616
618
|
"children": [
|
|
617
619
|
{
|
|
618
|
-
"
|
|
619
|
-
"
|
|
620
|
+
"type": "checkbox",
|
|
621
|
+
"label": "@item.name"
|
|
620
622
|
}
|
|
621
623
|
],
|
|
622
|
-
"
|
|
623
|
-
"type": "stack"
|
|
624
|
+
"gap": "sm"
|
|
624
625
|
}
|
|
625
626
|
]
|
|
626
627
|
}
|
|
627
628
|
],
|
|
628
629
|
"gap": "lg",
|
|
629
|
-
"type": "stack",
|
|
630
630
|
"direction": "vertical"
|
|
631
631
|
}
|
|
632
632
|
]
|
|
@@ -642,8 +642,8 @@
|
|
|
642
642
|
"SelectableItem",
|
|
643
643
|
{
|
|
644
644
|
"emit": {
|
|
645
|
-
"
|
|
646
|
-
"
|
|
645
|
+
"failure": "SelectableItemLoadFailed",
|
|
646
|
+
"success": "SelectableItemLoaded"
|
|
647
647
|
}
|
|
648
648
|
}
|
|
649
649
|
],
|
|
@@ -652,22 +652,22 @@
|
|
|
652
652
|
"main",
|
|
653
653
|
{
|
|
654
654
|
"gap": "lg",
|
|
655
|
-
"type": "stack",
|
|
656
655
|
"direction": "vertical",
|
|
656
|
+
"type": "stack",
|
|
657
657
|
"children": [
|
|
658
658
|
{
|
|
659
|
-
"type": "stack",
|
|
660
659
|
"direction": "horizontal",
|
|
661
660
|
"gap": "sm",
|
|
661
|
+
"type": "stack",
|
|
662
662
|
"children": [
|
|
663
663
|
{
|
|
664
|
-
"
|
|
665
|
-
"
|
|
664
|
+
"name": "check-square",
|
|
665
|
+
"type": "icon"
|
|
666
666
|
},
|
|
667
667
|
{
|
|
668
|
-
"type": "typography",
|
|
669
668
|
"variant": "h2",
|
|
670
|
-
"content": "SelectableItems"
|
|
669
|
+
"content": "SelectableItems",
|
|
670
|
+
"type": "typography"
|
|
671
671
|
}
|
|
672
672
|
],
|
|
673
673
|
"align": "center"
|
|
@@ -676,13 +676,14 @@
|
|
|
676
676
|
"type": "divider"
|
|
677
677
|
},
|
|
678
678
|
{
|
|
679
|
-
"color": "muted",
|
|
680
679
|
"content": "Choose a selectableitem to continue.",
|
|
681
|
-
"
|
|
682
|
-
"
|
|
680
|
+
"type": "typography",
|
|
681
|
+
"color": "muted",
|
|
682
|
+
"variant": "caption"
|
|
683
683
|
},
|
|
684
684
|
{
|
|
685
|
-
"
|
|
685
|
+
"type": "data-grid",
|
|
686
|
+
"fields": [],
|
|
686
687
|
"itemActions": [
|
|
687
688
|
{
|
|
688
689
|
"label": "Select",
|
|
@@ -690,25 +691,24 @@
|
|
|
690
691
|
"icon": "check"
|
|
691
692
|
}
|
|
692
693
|
],
|
|
693
|
-
"
|
|
694
|
-
"fields": [],
|
|
695
|
-
"type": "data-grid",
|
|
694
|
+
"entity": "SelectableItem",
|
|
696
695
|
"renderItem": [
|
|
697
696
|
"fn",
|
|
698
697
|
"item",
|
|
699
698
|
{
|
|
699
|
+
"gap": "sm",
|
|
700
|
+
"align": "center",
|
|
701
|
+
"type": "stack",
|
|
702
|
+
"direction": "horizontal",
|
|
700
703
|
"children": [
|
|
701
704
|
{
|
|
702
705
|
"type": "checkbox",
|
|
703
706
|
"label": "@item.name"
|
|
704
707
|
}
|
|
705
|
-
]
|
|
706
|
-
"gap": "sm",
|
|
707
|
-
"direction": "horizontal",
|
|
708
|
-
"type": "stack",
|
|
709
|
-
"align": "center"
|
|
708
|
+
]
|
|
710
709
|
}
|
|
711
|
-
]
|
|
710
|
+
],
|
|
711
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer"
|
|
712
712
|
}
|
|
713
713
|
]
|
|
714
714
|
}
|
|
@@ -725,16 +725,20 @@
|
|
|
725
725
|
"main",
|
|
726
726
|
{
|
|
727
727
|
"direction": "vertical",
|
|
728
|
+
"gap": "lg",
|
|
728
729
|
"type": "stack",
|
|
729
730
|
"children": [
|
|
730
731
|
{
|
|
731
|
-
"align": "center",
|
|
732
|
-
"gap": "md",
|
|
733
|
-
"type": "stack",
|
|
734
732
|
"direction": "horizontal",
|
|
735
|
-
"
|
|
733
|
+
"type": "stack",
|
|
734
|
+
"gap": "md",
|
|
735
|
+
"align": "center",
|
|
736
736
|
"children": [
|
|
737
737
|
{
|
|
738
|
+
"type": "stack",
|
|
739
|
+
"gap": "md",
|
|
740
|
+
"direction": "horizontal",
|
|
741
|
+
"align": "center",
|
|
738
742
|
"children": [
|
|
739
743
|
{
|
|
740
744
|
"name": "check-circle",
|
|
@@ -742,56 +746,52 @@
|
|
|
742
746
|
},
|
|
743
747
|
{
|
|
744
748
|
"type": "typography",
|
|
745
|
-
"
|
|
746
|
-
"
|
|
749
|
+
"variant": "h2",
|
|
750
|
+
"content": "Selection Confirmed"
|
|
747
751
|
}
|
|
748
|
-
]
|
|
749
|
-
"gap": "md",
|
|
750
|
-
"type": "stack",
|
|
751
|
-
"direction": "horizontal",
|
|
752
|
-
"align": "center"
|
|
752
|
+
]
|
|
753
753
|
},
|
|
754
754
|
{
|
|
755
755
|
"type": "badge",
|
|
756
756
|
"label": "Confirmed"
|
|
757
757
|
}
|
|
758
|
-
]
|
|
758
|
+
],
|
|
759
|
+
"justify": "between"
|
|
759
760
|
},
|
|
760
761
|
{
|
|
761
762
|
"type": "divider"
|
|
762
763
|
},
|
|
763
764
|
{
|
|
764
|
-
"variant": "success",
|
|
765
765
|
"type": "alert",
|
|
766
|
+
"variant": "success",
|
|
766
767
|
"message": "Selection confirmed successfully."
|
|
767
768
|
},
|
|
768
769
|
{
|
|
769
770
|
"type": "stack",
|
|
771
|
+
"direction": "horizontal",
|
|
770
772
|
"align": "center",
|
|
773
|
+
"gap": "md",
|
|
771
774
|
"children": [
|
|
772
775
|
{
|
|
773
|
-
"variant": "caption",
|
|
774
776
|
"type": "typography",
|
|
777
|
+
"variant": "caption",
|
|
775
778
|
"content": "Selected ID:"
|
|
776
779
|
},
|
|
777
780
|
{
|
|
781
|
+
"content": "@payload.id",
|
|
778
782
|
"variant": "body",
|
|
779
|
-
"type": "typography"
|
|
780
|
-
"content": "@payload.id"
|
|
783
|
+
"type": "typography"
|
|
781
784
|
}
|
|
782
|
-
]
|
|
783
|
-
"gap": "md",
|
|
784
|
-
"direction": "horizontal"
|
|
785
|
+
]
|
|
785
786
|
},
|
|
786
787
|
{
|
|
787
|
-
"
|
|
788
|
-
"type": "button",
|
|
788
|
+
"icon": "rotate-ccw",
|
|
789
789
|
"variant": "ghost",
|
|
790
|
+
"label": "Clear Selection",
|
|
790
791
|
"action": "CLEAR",
|
|
791
|
-
"
|
|
792
|
+
"type": "button"
|
|
792
793
|
}
|
|
793
|
-
]
|
|
794
|
-
"gap": "lg"
|
|
794
|
+
]
|
|
795
795
|
}
|
|
796
796
|
]
|
|
797
797
|
]
|
|
@@ -815,44 +815,47 @@
|
|
|
815
815
|
"render-ui",
|
|
816
816
|
"main",
|
|
817
817
|
{
|
|
818
|
+
"direction": "vertical",
|
|
819
|
+
"gap": "lg",
|
|
818
820
|
"type": "stack",
|
|
819
821
|
"children": [
|
|
820
822
|
{
|
|
821
|
-
"direction": "horizontal",
|
|
822
|
-
"type": "stack",
|
|
823
823
|
"children": [
|
|
824
824
|
{
|
|
825
825
|
"type": "icon",
|
|
826
826
|
"name": "check-square"
|
|
827
827
|
},
|
|
828
828
|
{
|
|
829
|
+
"content": "SelectableItems",
|
|
829
830
|
"type": "typography",
|
|
830
|
-
"variant": "h2"
|
|
831
|
-
"content": "SelectableItems"
|
|
831
|
+
"variant": "h2"
|
|
832
832
|
}
|
|
833
833
|
],
|
|
834
834
|
"gap": "sm",
|
|
835
|
+
"type": "stack",
|
|
836
|
+
"direction": "horizontal",
|
|
835
837
|
"align": "center"
|
|
836
838
|
},
|
|
837
839
|
{
|
|
838
840
|
"type": "divider"
|
|
839
841
|
},
|
|
840
842
|
{
|
|
841
|
-
"
|
|
843
|
+
"content": "Choose a selectableitem to continue.",
|
|
842
844
|
"type": "typography",
|
|
843
845
|
"color": "muted",
|
|
844
|
-
"
|
|
846
|
+
"variant": "caption"
|
|
845
847
|
},
|
|
846
848
|
{
|
|
847
|
-
"
|
|
849
|
+
"fields": [],
|
|
850
|
+
"entity": "SelectableItem",
|
|
848
851
|
"renderItem": [
|
|
849
852
|
"fn",
|
|
850
853
|
"item",
|
|
851
854
|
{
|
|
852
|
-
"direction": "horizontal",
|
|
853
|
-
"type": "stack",
|
|
854
855
|
"gap": "sm",
|
|
856
|
+
"type": "stack",
|
|
855
857
|
"align": "center",
|
|
858
|
+
"direction": "horizontal",
|
|
856
859
|
"children": [
|
|
857
860
|
{
|
|
858
861
|
"type": "checkbox",
|
|
@@ -861,20 +864,17 @@
|
|
|
861
864
|
]
|
|
862
865
|
}
|
|
863
866
|
],
|
|
867
|
+
"type": "data-grid",
|
|
864
868
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
865
869
|
"itemActions": [
|
|
866
870
|
{
|
|
867
|
-
"icon": "check",
|
|
868
871
|
"label": "Select",
|
|
872
|
+
"icon": "check",
|
|
869
873
|
"event": "SELECT"
|
|
870
874
|
}
|
|
871
|
-
]
|
|
872
|
-
"entity": "SelectableItem",
|
|
873
|
-
"fields": []
|
|
875
|
+
]
|
|
874
876
|
}
|
|
875
|
-
]
|
|
876
|
-
"gap": "lg",
|
|
877
|
-
"direction": "vertical"
|
|
877
|
+
]
|
|
878
878
|
}
|
|
879
879
|
]
|
|
880
880
|
]
|