@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
|
@@ -222,38 +222,35 @@
|
|
|
222
222
|
"render-ui",
|
|
223
223
|
"main",
|
|
224
224
|
{
|
|
225
|
-
"direction": "vertical",
|
|
226
|
-
"gap": "lg",
|
|
227
|
-
"type": "stack",
|
|
228
225
|
"children": [
|
|
229
226
|
{
|
|
227
|
+
"gap": "md",
|
|
228
|
+
"justify": "between",
|
|
230
229
|
"direction": "horizontal",
|
|
231
230
|
"align": "center",
|
|
232
231
|
"children": [
|
|
233
232
|
{
|
|
233
|
+
"type": "stack",
|
|
234
|
+
"direction": "horizontal",
|
|
234
235
|
"align": "center",
|
|
235
236
|
"children": [
|
|
236
237
|
{
|
|
237
|
-
"
|
|
238
|
-
"
|
|
238
|
+
"name": "calendar",
|
|
239
|
+
"type": "icon"
|
|
239
240
|
},
|
|
240
241
|
{
|
|
241
|
-
"
|
|
242
|
+
"variant": "h2",
|
|
242
243
|
"content": "CalendarEvents Calendar",
|
|
243
|
-
"
|
|
244
|
+
"type": "typography"
|
|
244
245
|
}
|
|
245
246
|
],
|
|
246
|
-
"
|
|
247
|
-
"gap": "sm",
|
|
248
|
-
"direction": "horizontal"
|
|
247
|
+
"gap": "sm"
|
|
249
248
|
},
|
|
250
249
|
{
|
|
251
250
|
"type": "date-range-selector",
|
|
252
251
|
"onSelect": "SELECT_DAY"
|
|
253
252
|
}
|
|
254
253
|
],
|
|
255
|
-
"justify": "between",
|
|
256
|
-
"gap": "md",
|
|
257
254
|
"type": "stack"
|
|
258
255
|
},
|
|
259
256
|
{
|
|
@@ -267,45 +264,48 @@
|
|
|
267
264
|
},
|
|
268
265
|
{
|
|
269
266
|
"content": "Upcoming Events",
|
|
270
|
-
"
|
|
271
|
-
"
|
|
267
|
+
"type": "typography",
|
|
268
|
+
"variant": "h4"
|
|
272
269
|
},
|
|
273
270
|
{
|
|
274
|
-
"entity": "CalendarEvent",
|
|
275
271
|
"fields": [
|
|
276
272
|
{
|
|
273
|
+
"name": "name",
|
|
277
274
|
"label": "Event",
|
|
278
275
|
"variant": "h4",
|
|
279
|
-
"icon": "calendar"
|
|
280
|
-
"name": "name"
|
|
276
|
+
"icon": "calendar"
|
|
281
277
|
},
|
|
282
278
|
{
|
|
279
|
+
"name": "time",
|
|
283
280
|
"label": "Time",
|
|
284
|
-
"variant": "badge"
|
|
285
|
-
"name": "time"
|
|
281
|
+
"variant": "badge"
|
|
286
282
|
},
|
|
287
283
|
{
|
|
288
|
-
"label": "Date",
|
|
289
|
-
"variant": "caption",
|
|
290
284
|
"name": "date",
|
|
291
|
-
"format": "date"
|
|
285
|
+
"format": "date",
|
|
286
|
+
"variant": "caption",
|
|
287
|
+
"label": "Date"
|
|
292
288
|
},
|
|
293
289
|
{
|
|
294
|
-
"variant": "badge",
|
|
295
290
|
"label": "Status",
|
|
291
|
+
"variant": "badge",
|
|
296
292
|
"name": "status"
|
|
297
293
|
}
|
|
298
294
|
],
|
|
299
|
-
"type": "data-list",
|
|
300
295
|
"itemActions": [
|
|
301
296
|
{
|
|
302
|
-
"
|
|
297
|
+
"icon": "eye",
|
|
303
298
|
"event": "SELECT_DAY",
|
|
304
|
-
"
|
|
299
|
+
"label": "View"
|
|
305
300
|
}
|
|
306
|
-
]
|
|
301
|
+
],
|
|
302
|
+
"entity": "CalendarEvent",
|
|
303
|
+
"type": "data-list"
|
|
307
304
|
}
|
|
308
|
-
]
|
|
305
|
+
],
|
|
306
|
+
"direction": "vertical",
|
|
307
|
+
"gap": "lg",
|
|
308
|
+
"type": "stack"
|
|
309
309
|
}
|
|
310
310
|
]
|
|
311
311
|
]
|
|
@@ -330,76 +330,76 @@
|
|
|
330
330
|
"main",
|
|
331
331
|
{
|
|
332
332
|
"gap": "lg",
|
|
333
|
-
"direction": "vertical",
|
|
334
333
|
"type": "stack",
|
|
334
|
+
"direction": "vertical",
|
|
335
335
|
"children": [
|
|
336
336
|
{
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
"align": "center",
|
|
337
|
+
"type": "stack",
|
|
338
|
+
"direction": "horizontal",
|
|
340
339
|
"children": [
|
|
341
340
|
{
|
|
342
|
-
"gap": "sm",
|
|
343
|
-
"align": "center",
|
|
344
|
-
"type": "stack",
|
|
345
|
-
"direction": "horizontal",
|
|
346
341
|
"children": [
|
|
347
342
|
{
|
|
348
343
|
"name": "clock",
|
|
349
344
|
"type": "icon"
|
|
350
345
|
},
|
|
351
346
|
{
|
|
352
|
-
"type": "typography",
|
|
353
347
|
"content": "Day View",
|
|
354
|
-
"variant": "h2"
|
|
348
|
+
"variant": "h2",
|
|
349
|
+
"type": "typography"
|
|
355
350
|
}
|
|
356
|
-
]
|
|
351
|
+
],
|
|
352
|
+
"align": "center",
|
|
353
|
+
"type": "stack",
|
|
354
|
+
"direction": "horizontal",
|
|
355
|
+
"gap": "sm"
|
|
357
356
|
},
|
|
358
357
|
{
|
|
359
|
-
"icon": "arrow-left",
|
|
360
358
|
"label": "Back to Month",
|
|
361
|
-
"action": "BACK",
|
|
362
359
|
"variant": "ghost",
|
|
360
|
+
"action": "BACK",
|
|
361
|
+
"icon": "arrow-left",
|
|
363
362
|
"type": "button"
|
|
364
363
|
}
|
|
365
364
|
],
|
|
366
|
-
"
|
|
367
|
-
"
|
|
365
|
+
"align": "center",
|
|
366
|
+
"gap": "md",
|
|
367
|
+
"justify": "between"
|
|
368
368
|
},
|
|
369
369
|
{
|
|
370
370
|
"type": "divider"
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
373
|
"variant": "h4",
|
|
374
|
-
"
|
|
375
|
-
"
|
|
374
|
+
"type": "typography",
|
|
375
|
+
"content": "Events for Selected Day"
|
|
376
376
|
},
|
|
377
377
|
{
|
|
378
378
|
"type": "data-grid",
|
|
379
379
|
"entity": "CalendarEvent",
|
|
380
380
|
"itemActions": [
|
|
381
381
|
{
|
|
382
|
-
"icon": "check",
|
|
383
382
|
"label": "Select",
|
|
384
|
-
"event": "SELECT_SLOT"
|
|
383
|
+
"event": "SELECT_SLOT",
|
|
384
|
+
"icon": "check"
|
|
385
385
|
}
|
|
386
386
|
],
|
|
387
387
|
"fields": [
|
|
388
388
|
{
|
|
389
|
+
"label": "Event",
|
|
389
390
|
"name": "name",
|
|
390
391
|
"variant": "h4",
|
|
391
|
-
"icon": "clock"
|
|
392
|
-
"label": "Event"
|
|
392
|
+
"icon": "clock"
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
|
-
"name": "time",
|
|
396
395
|
"label": "Time",
|
|
397
|
-
"variant": "badge"
|
|
396
|
+
"variant": "badge",
|
|
397
|
+
"name": "time"
|
|
398
398
|
},
|
|
399
399
|
{
|
|
400
|
-
"name": "status",
|
|
401
400
|
"label": "Status",
|
|
402
|
-
"variant": "badge"
|
|
401
|
+
"variant": "badge",
|
|
402
|
+
"name": "status"
|
|
403
403
|
}
|
|
404
404
|
]
|
|
405
405
|
}
|
|
@@ -422,14 +422,12 @@
|
|
|
422
422
|
"render-ui",
|
|
423
423
|
"main",
|
|
424
424
|
{
|
|
425
|
-
"type": "stack",
|
|
426
425
|
"direction": "vertical",
|
|
426
|
+
"type": "stack",
|
|
427
427
|
"children": [
|
|
428
428
|
{
|
|
429
|
-
"gap": "md",
|
|
430
429
|
"children": [
|
|
431
430
|
{
|
|
432
|
-
"align": "center",
|
|
433
431
|
"children": [
|
|
434
432
|
{
|
|
435
433
|
"type": "icon",
|
|
@@ -437,62 +435,64 @@
|
|
|
437
435
|
},
|
|
438
436
|
{
|
|
439
437
|
"content": "Day View",
|
|
440
|
-
"
|
|
441
|
-
"
|
|
438
|
+
"variant": "h2",
|
|
439
|
+
"type": "typography"
|
|
442
440
|
}
|
|
443
441
|
],
|
|
444
|
-
"gap": "sm",
|
|
445
442
|
"type": "stack",
|
|
446
|
-
"direction": "horizontal"
|
|
443
|
+
"direction": "horizontal",
|
|
444
|
+
"gap": "sm",
|
|
445
|
+
"align": "center"
|
|
447
446
|
},
|
|
448
447
|
{
|
|
449
|
-
"type": "button",
|
|
450
|
-
"label": "Back to Month",
|
|
451
448
|
"action": "BACK",
|
|
449
|
+
"label": "Back to Month",
|
|
452
450
|
"variant": "ghost",
|
|
453
|
-
"icon": "arrow-left"
|
|
451
|
+
"icon": "arrow-left",
|
|
452
|
+
"type": "button"
|
|
454
453
|
}
|
|
455
454
|
],
|
|
456
455
|
"direction": "horizontal",
|
|
457
|
-
"type": "stack",
|
|
458
456
|
"justify": "between",
|
|
459
|
-
"align": "center"
|
|
457
|
+
"align": "center",
|
|
458
|
+
"gap": "md",
|
|
459
|
+
"type": "stack"
|
|
460
460
|
},
|
|
461
461
|
{
|
|
462
462
|
"type": "divider"
|
|
463
463
|
},
|
|
464
464
|
{
|
|
465
|
-
"
|
|
465
|
+
"variant": "h4",
|
|
466
466
|
"content": "Events for Selected Day",
|
|
467
|
-
"
|
|
467
|
+
"type": "typography"
|
|
468
468
|
},
|
|
469
469
|
{
|
|
470
|
-
"itemActions": [
|
|
471
|
-
{
|
|
472
|
-
"icon": "check",
|
|
473
|
-
"event": "SELECT_SLOT",
|
|
474
|
-
"label": "Select"
|
|
475
|
-
}
|
|
476
|
-
],
|
|
477
|
-
"type": "data-grid",
|
|
478
470
|
"entity": "CalendarEvent",
|
|
471
|
+
"type": "data-grid",
|
|
479
472
|
"fields": [
|
|
480
473
|
{
|
|
481
|
-
"
|
|
474
|
+
"label": "Event",
|
|
482
475
|
"variant": "h4",
|
|
483
476
|
"name": "name",
|
|
484
|
-
"
|
|
477
|
+
"icon": "clock"
|
|
485
478
|
},
|
|
486
479
|
{
|
|
487
480
|
"variant": "badge",
|
|
488
|
-
"
|
|
489
|
-
"
|
|
481
|
+
"label": "Time",
|
|
482
|
+
"name": "time"
|
|
490
483
|
},
|
|
491
484
|
{
|
|
492
|
-
"variant": "badge",
|
|
493
485
|
"label": "Status",
|
|
486
|
+
"variant": "badge",
|
|
494
487
|
"name": "status"
|
|
495
488
|
}
|
|
489
|
+
],
|
|
490
|
+
"itemActions": [
|
|
491
|
+
{
|
|
492
|
+
"label": "Select",
|
|
493
|
+
"event": "SELECT_SLOT",
|
|
494
|
+
"icon": "check"
|
|
495
|
+
}
|
|
496
496
|
]
|
|
497
497
|
}
|
|
498
498
|
],
|
|
@@ -524,13 +524,16 @@
|
|
|
524
524
|
"gap": "lg",
|
|
525
525
|
"children": [
|
|
526
526
|
{
|
|
527
|
+
"justify": "between",
|
|
527
528
|
"type": "stack",
|
|
529
|
+
"align": "center",
|
|
530
|
+
"gap": "md",
|
|
528
531
|
"children": [
|
|
529
532
|
{
|
|
530
533
|
"children": [
|
|
531
534
|
{
|
|
532
|
-
"
|
|
533
|
-
"
|
|
535
|
+
"type": "icon",
|
|
536
|
+
"name": "calendar"
|
|
534
537
|
},
|
|
535
538
|
{
|
|
536
539
|
"variant": "h2",
|
|
@@ -538,20 +541,17 @@
|
|
|
538
541
|
"content": "CalendarEvents Calendar"
|
|
539
542
|
}
|
|
540
543
|
],
|
|
541
|
-
"gap": "sm",
|
|
542
544
|
"align": "center",
|
|
545
|
+
"type": "stack",
|
|
543
546
|
"direction": "horizontal",
|
|
544
|
-
"
|
|
547
|
+
"gap": "sm"
|
|
545
548
|
},
|
|
546
549
|
{
|
|
547
550
|
"type": "date-range-selector",
|
|
548
551
|
"onSelect": "SELECT_DAY"
|
|
549
552
|
}
|
|
550
553
|
],
|
|
551
|
-
"
|
|
552
|
-
"direction": "horizontal",
|
|
553
|
-
"gap": "md",
|
|
554
|
-
"align": "center"
|
|
554
|
+
"direction": "horizontal"
|
|
555
555
|
},
|
|
556
556
|
{
|
|
557
557
|
"type": "divider"
|
|
@@ -564,42 +564,42 @@
|
|
|
564
564
|
},
|
|
565
565
|
{
|
|
566
566
|
"type": "typography",
|
|
567
|
-
"
|
|
568
|
-
"
|
|
567
|
+
"content": "Upcoming Events",
|
|
568
|
+
"variant": "h4"
|
|
569
569
|
},
|
|
570
570
|
{
|
|
571
|
-
"type": "data-list",
|
|
572
|
-
"itemActions": [
|
|
573
|
-
{
|
|
574
|
-
"icon": "eye",
|
|
575
|
-
"label": "View",
|
|
576
|
-
"event": "SELECT_DAY"
|
|
577
|
-
}
|
|
578
|
-
],
|
|
579
571
|
"fields": [
|
|
580
572
|
{
|
|
581
|
-
"variant": "h4",
|
|
582
573
|
"label": "Event",
|
|
583
|
-
"
|
|
584
|
-
"name": "name"
|
|
574
|
+
"variant": "h4",
|
|
575
|
+
"name": "name",
|
|
576
|
+
"icon": "calendar"
|
|
585
577
|
},
|
|
586
578
|
{
|
|
587
|
-
"name": "time",
|
|
588
579
|
"label": "Time",
|
|
589
|
-
"variant": "badge"
|
|
580
|
+
"variant": "badge",
|
|
581
|
+
"name": "time"
|
|
590
582
|
},
|
|
591
583
|
{
|
|
584
|
+
"name": "date",
|
|
592
585
|
"variant": "caption",
|
|
593
|
-
"format": "date",
|
|
594
586
|
"label": "Date",
|
|
595
|
-
"
|
|
587
|
+
"format": "date"
|
|
596
588
|
},
|
|
597
589
|
{
|
|
590
|
+
"name": "status",
|
|
598
591
|
"label": "Status",
|
|
599
|
-
"variant": "badge"
|
|
600
|
-
"name": "status"
|
|
592
|
+
"variant": "badge"
|
|
601
593
|
}
|
|
602
594
|
],
|
|
595
|
+
"itemActions": [
|
|
596
|
+
{
|
|
597
|
+
"icon": "eye",
|
|
598
|
+
"label": "View",
|
|
599
|
+
"event": "SELECT_DAY"
|
|
600
|
+
}
|
|
601
|
+
],
|
|
602
|
+
"type": "data-list",
|
|
603
603
|
"entity": "CalendarEvent"
|
|
604
604
|
}
|
|
605
605
|
],
|
|
@@ -618,8 +618,8 @@
|
|
|
618
618
|
"CalendarEvent",
|
|
619
619
|
{
|
|
620
620
|
"emit": {
|
|
621
|
-
"
|
|
622
|
-
"
|
|
621
|
+
"failure": "CalendarEventLoadFailed",
|
|
622
|
+
"success": "CalendarEventLoaded"
|
|
623
623
|
}
|
|
624
624
|
}
|
|
625
625
|
],
|
|
@@ -627,26 +627,27 @@
|
|
|
627
627
|
"render-ui",
|
|
628
628
|
"main",
|
|
629
629
|
{
|
|
630
|
-
"direction": "vertical",
|
|
631
630
|
"children": [
|
|
632
631
|
{
|
|
632
|
+
"justify": "between",
|
|
633
|
+
"align": "center",
|
|
633
634
|
"children": [
|
|
634
635
|
{
|
|
635
|
-
"
|
|
636
|
-
"align": "center",
|
|
636
|
+
"type": "stack",
|
|
637
637
|
"children": [
|
|
638
638
|
{
|
|
639
|
-
"
|
|
640
|
-
"
|
|
639
|
+
"name": "calendar",
|
|
640
|
+
"type": "icon"
|
|
641
641
|
},
|
|
642
642
|
{
|
|
643
|
-
"
|
|
643
|
+
"variant": "h2",
|
|
644
644
|
"content": "CalendarEvents Calendar",
|
|
645
|
-
"
|
|
645
|
+
"type": "typography"
|
|
646
646
|
}
|
|
647
647
|
],
|
|
648
|
-
"
|
|
649
|
-
"
|
|
648
|
+
"align": "center",
|
|
649
|
+
"direction": "horizontal",
|
|
650
|
+
"gap": "sm"
|
|
650
651
|
},
|
|
651
652
|
{
|
|
652
653
|
"onSelect": "SELECT_DAY",
|
|
@@ -655,9 +656,7 @@
|
|
|
655
656
|
],
|
|
656
657
|
"direction": "horizontal",
|
|
657
658
|
"type": "stack",
|
|
658
|
-
"gap": "md"
|
|
659
|
-
"justify": "between",
|
|
660
|
-
"align": "center"
|
|
659
|
+
"gap": "md"
|
|
661
660
|
},
|
|
662
661
|
{
|
|
663
662
|
"type": "divider"
|
|
@@ -669,47 +668,48 @@
|
|
|
669
668
|
"type": "divider"
|
|
670
669
|
},
|
|
671
670
|
{
|
|
672
|
-
"variant": "h4",
|
|
673
671
|
"type": "typography",
|
|
674
|
-
"content": "Upcoming Events"
|
|
672
|
+
"content": "Upcoming Events",
|
|
673
|
+
"variant": "h4"
|
|
675
674
|
},
|
|
676
675
|
{
|
|
677
|
-
"
|
|
676
|
+
"itemActions": [
|
|
677
|
+
{
|
|
678
|
+
"label": "View",
|
|
679
|
+
"event": "SELECT_DAY",
|
|
680
|
+
"icon": "eye"
|
|
681
|
+
}
|
|
682
|
+
],
|
|
678
683
|
"entity": "CalendarEvent",
|
|
684
|
+
"type": "data-list",
|
|
679
685
|
"fields": [
|
|
680
686
|
{
|
|
681
|
-
"
|
|
687
|
+
"label": "Event",
|
|
682
688
|
"variant": "h4",
|
|
683
|
-
"
|
|
684
|
-
"
|
|
689
|
+
"name": "name",
|
|
690
|
+
"icon": "calendar"
|
|
685
691
|
},
|
|
686
692
|
{
|
|
687
|
-
"name": "time",
|
|
688
693
|
"label": "Time",
|
|
694
|
+
"name": "time",
|
|
689
695
|
"variant": "badge"
|
|
690
696
|
},
|
|
691
697
|
{
|
|
698
|
+
"variant": "caption",
|
|
692
699
|
"label": "Date",
|
|
693
|
-
"format": "date",
|
|
694
700
|
"name": "date",
|
|
695
|
-
"
|
|
701
|
+
"format": "date"
|
|
696
702
|
},
|
|
697
703
|
{
|
|
698
704
|
"variant": "badge",
|
|
699
|
-
"
|
|
700
|
-
"
|
|
701
|
-
}
|
|
702
|
-
],
|
|
703
|
-
"itemActions": [
|
|
704
|
-
{
|
|
705
|
-
"label": "View",
|
|
706
|
-
"event": "SELECT_DAY",
|
|
707
|
-
"icon": "eye"
|
|
705
|
+
"name": "status",
|
|
706
|
+
"label": "Status"
|
|
708
707
|
}
|
|
709
708
|
]
|
|
710
709
|
}
|
|
711
710
|
],
|
|
712
711
|
"type": "stack",
|
|
712
|
+
"direction": "vertical",
|
|
713
713
|
"gap": "lg"
|
|
714
714
|
}
|
|
715
715
|
]
|
|
@@ -725,8 +725,8 @@
|
|
|
725
725
|
"CalendarEvent",
|
|
726
726
|
{
|
|
727
727
|
"emit": {
|
|
728
|
-
"
|
|
729
|
-
"
|
|
728
|
+
"failure": "CalendarEventLoadFailed",
|
|
729
|
+
"success": "CalendarEventLoaded"
|
|
730
730
|
}
|
|
731
731
|
}
|
|
732
732
|
],
|
|
@@ -734,79 +734,79 @@
|
|
|
734
734
|
"render-ui",
|
|
735
735
|
"main",
|
|
736
736
|
{
|
|
737
|
-
"gap": "lg",
|
|
738
737
|
"children": [
|
|
739
738
|
{
|
|
740
|
-
"
|
|
741
|
-
"direction": "horizontal",
|
|
739
|
+
"type": "stack",
|
|
742
740
|
"justify": "between",
|
|
743
|
-
"align": "center",
|
|
744
741
|
"children": [
|
|
745
742
|
{
|
|
746
|
-
"direction": "horizontal",
|
|
747
|
-
"type": "stack",
|
|
748
743
|
"gap": "sm",
|
|
744
|
+
"type": "stack",
|
|
749
745
|
"children": [
|
|
750
746
|
{
|
|
751
747
|
"name": "clock",
|
|
752
748
|
"type": "icon"
|
|
753
749
|
},
|
|
754
750
|
{
|
|
755
|
-
"content": "Day View",
|
|
756
751
|
"type": "typography",
|
|
757
|
-
"variant": "h2"
|
|
752
|
+
"variant": "h2",
|
|
753
|
+
"content": "Day View"
|
|
758
754
|
}
|
|
759
755
|
],
|
|
760
|
-
"align": "center"
|
|
756
|
+
"align": "center",
|
|
757
|
+
"direction": "horizontal"
|
|
761
758
|
},
|
|
762
759
|
{
|
|
763
|
-
"
|
|
760
|
+
"action": "BACK",
|
|
764
761
|
"label": "Back to Month",
|
|
765
762
|
"icon": "arrow-left",
|
|
766
|
-
"
|
|
767
|
-
"
|
|
763
|
+
"type": "button",
|
|
764
|
+
"variant": "ghost"
|
|
768
765
|
}
|
|
769
766
|
],
|
|
770
|
-
"
|
|
767
|
+
"gap": "md",
|
|
768
|
+
"align": "center",
|
|
769
|
+
"direction": "horizontal"
|
|
771
770
|
},
|
|
772
771
|
{
|
|
773
772
|
"type": "divider"
|
|
774
773
|
},
|
|
775
774
|
{
|
|
776
|
-
"
|
|
775
|
+
"content": "Events for Selected Day",
|
|
777
776
|
"type": "typography",
|
|
778
|
-
"
|
|
777
|
+
"variant": "h4"
|
|
779
778
|
},
|
|
780
779
|
{
|
|
781
780
|
"type": "data-grid",
|
|
782
|
-
"entity": "CalendarEvent",
|
|
783
781
|
"itemActions": [
|
|
784
782
|
{
|
|
785
|
-
"
|
|
783
|
+
"label": "Select",
|
|
786
784
|
"icon": "check",
|
|
787
|
-
"
|
|
785
|
+
"event": "SELECT_SLOT"
|
|
788
786
|
}
|
|
789
787
|
],
|
|
790
788
|
"fields": [
|
|
791
789
|
{
|
|
792
|
-
"variant": "h4",
|
|
793
|
-
"label": "Event",
|
|
794
790
|
"icon": "clock",
|
|
791
|
+
"label": "Event",
|
|
792
|
+
"variant": "h4",
|
|
795
793
|
"name": "name"
|
|
796
794
|
},
|
|
797
795
|
{
|
|
796
|
+
"variant": "badge",
|
|
798
797
|
"name": "time",
|
|
799
|
-
"label": "Time"
|
|
800
|
-
"variant": "badge"
|
|
798
|
+
"label": "Time"
|
|
801
799
|
},
|
|
802
800
|
{
|
|
803
801
|
"name": "status",
|
|
804
|
-
"
|
|
805
|
-
"
|
|
802
|
+
"variant": "badge",
|
|
803
|
+
"label": "Status"
|
|
806
804
|
}
|
|
807
|
-
]
|
|
805
|
+
],
|
|
806
|
+
"entity": "CalendarEvent"
|
|
808
807
|
}
|
|
809
808
|
],
|
|
809
|
+
"gap": "lg",
|
|
810
810
|
"type": "stack",
|
|
811
811
|
"direction": "vertical"
|
|
812
812
|
}
|