@almadar/std 8.5.1 → 10.0.0
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/agent/atoms/std-agent-activity-log.orb +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/package.json +1 -1
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"event": "CalendarEventLoaded",
|
|
65
65
|
"description": "Fired when CalendarEvent finishes loading; payload.data holds the events",
|
|
66
66
|
"scope": "internal",
|
|
67
|
-
"
|
|
67
|
+
"payloadSchema": [
|
|
68
68
|
{
|
|
69
69
|
"name": "data",
|
|
70
70
|
"type": "[CalendarEvent]"
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"event": "CalendarEventLoadFailed",
|
|
76
76
|
"description": "Fired when CalendarEvent fails to load",
|
|
77
77
|
"scope": "internal",
|
|
78
|
-
"
|
|
78
|
+
"payloadSchema": [
|
|
79
79
|
{
|
|
80
80
|
"name": "error",
|
|
81
81
|
"type": "string"
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
{
|
|
109
109
|
"key": "CalendarEventLoaded",
|
|
110
110
|
"name": "CalendarEvent loaded",
|
|
111
|
-
"
|
|
111
|
+
"payloadSchema": [
|
|
112
112
|
{
|
|
113
113
|
"name": "data",
|
|
114
114
|
"type": "[CalendarEvent]"
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
{
|
|
119
119
|
"key": "CalendarEventLoadFailed",
|
|
120
120
|
"name": "CalendarEvent load failed",
|
|
121
|
-
"
|
|
121
|
+
"payloadSchema": [
|
|
122
122
|
{
|
|
123
123
|
"name": "error",
|
|
124
124
|
"type": "string"
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
{
|
|
133
133
|
"key": "SELECT_DAY",
|
|
134
134
|
"name": "Select Day",
|
|
135
|
-
"
|
|
135
|
+
"payloadSchema": [
|
|
136
136
|
{
|
|
137
137
|
"name": "date",
|
|
138
138
|
"type": "string",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
{
|
|
144
144
|
"key": "SELECT_SLOT",
|
|
145
145
|
"name": "Select Slot",
|
|
146
|
-
"
|
|
146
|
+
"payloadSchema": [
|
|
147
147
|
{
|
|
148
148
|
"name": "time",
|
|
149
149
|
"type": "string",
|
|
@@ -163,8 +163,8 @@
|
|
|
163
163
|
"CalendarEvent",
|
|
164
164
|
{
|
|
165
165
|
"emit": {
|
|
166
|
-
"
|
|
167
|
-
"
|
|
166
|
+
"success": "CalendarEventLoaded",
|
|
167
|
+
"failure": "CalendarEventLoadFailed"
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
],
|
|
@@ -172,22 +172,22 @@
|
|
|
172
172
|
"render-ui",
|
|
173
173
|
"main",
|
|
174
174
|
{
|
|
175
|
+
"type": "stack",
|
|
175
176
|
"className": "py-12",
|
|
176
|
-
"direction": "vertical",
|
|
177
|
-
"gap": "md",
|
|
178
177
|
"align": "center",
|
|
179
|
-
"type": "stack",
|
|
180
178
|
"children": [
|
|
181
179
|
{
|
|
182
180
|
"type": "spinner"
|
|
183
181
|
},
|
|
184
182
|
{
|
|
185
183
|
"content": "Loading calendar…",
|
|
186
|
-
"variant": "caption",
|
|
187
184
|
"type": "typography",
|
|
188
|
-
"color": "muted"
|
|
185
|
+
"color": "muted",
|
|
186
|
+
"variant": "caption"
|
|
189
187
|
}
|
|
190
|
-
]
|
|
188
|
+
],
|
|
189
|
+
"gap": "md",
|
|
190
|
+
"direction": "vertical"
|
|
191
191
|
}
|
|
192
192
|
]
|
|
193
193
|
]
|
|
@@ -201,36 +201,37 @@
|
|
|
201
201
|
"render-ui",
|
|
202
202
|
"main",
|
|
203
203
|
{
|
|
204
|
+
"type": "stack",
|
|
204
205
|
"children": [
|
|
205
206
|
{
|
|
206
|
-
"type": "stack",
|
|
207
|
-
"justify": "between",
|
|
208
207
|
"children": [
|
|
209
208
|
{
|
|
209
|
+
"type": "stack",
|
|
210
210
|
"children": [
|
|
211
211
|
{
|
|
212
|
-
"
|
|
213
|
-
"
|
|
212
|
+
"name": "calendar",
|
|
213
|
+
"type": "icon"
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
|
+
"type": "typography",
|
|
216
217
|
"content": "CalendarEvents Calendar",
|
|
217
|
-
"variant": "h2"
|
|
218
|
-
"type": "typography"
|
|
218
|
+
"variant": "h2"
|
|
219
219
|
}
|
|
220
220
|
],
|
|
221
221
|
"align": "center",
|
|
222
|
-
"type": "stack",
|
|
223
222
|
"direction": "horizontal",
|
|
224
223
|
"gap": "sm"
|
|
225
224
|
},
|
|
226
225
|
{
|
|
227
|
-
"
|
|
228
|
-
"
|
|
226
|
+
"type": "date-range-selector",
|
|
227
|
+
"onSelect": "SELECT_DAY"
|
|
229
228
|
}
|
|
230
229
|
],
|
|
231
|
-
"
|
|
230
|
+
"direction": "horizontal",
|
|
231
|
+
"justify": "between",
|
|
232
232
|
"gap": "md",
|
|
233
|
-
"
|
|
233
|
+
"align": "center",
|
|
234
|
+
"type": "stack"
|
|
234
235
|
},
|
|
235
236
|
{
|
|
236
237
|
"type": "divider"
|
|
@@ -247,44 +248,43 @@
|
|
|
247
248
|
"type": "typography"
|
|
248
249
|
},
|
|
249
250
|
{
|
|
251
|
+
"itemActions": [
|
|
252
|
+
{
|
|
253
|
+
"event": "SELECT_DAY",
|
|
254
|
+
"label": "View",
|
|
255
|
+
"icon": "eye"
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
"entity": "@payload.data",
|
|
259
|
+
"type": "data-list",
|
|
250
260
|
"fields": [
|
|
251
261
|
{
|
|
252
|
-
"label": "Event",
|
|
253
|
-
"name": "name",
|
|
254
262
|
"variant": "h4",
|
|
255
|
-
"
|
|
263
|
+
"name": "name",
|
|
264
|
+
"icon": "calendar",
|
|
265
|
+
"label": "Event"
|
|
256
266
|
},
|
|
257
267
|
{
|
|
258
268
|
"variant": "badge",
|
|
259
|
-
"
|
|
260
|
-
"
|
|
269
|
+
"label": "Time",
|
|
270
|
+
"name": "time"
|
|
261
271
|
},
|
|
262
272
|
{
|
|
263
|
-
"
|
|
264
|
-
"label": "Date",
|
|
273
|
+
"variant": "caption",
|
|
265
274
|
"format": "date",
|
|
266
|
-
"
|
|
275
|
+
"name": "date",
|
|
276
|
+
"label": "Date"
|
|
267
277
|
},
|
|
268
278
|
{
|
|
269
|
-
"variant": "badge",
|
|
270
279
|
"name": "status",
|
|
271
|
-
"label": "Status"
|
|
280
|
+
"label": "Status",
|
|
281
|
+
"variant": "badge"
|
|
272
282
|
}
|
|
273
|
-
]
|
|
274
|
-
"itemActions": [
|
|
275
|
-
{
|
|
276
|
-
"icon": "eye",
|
|
277
|
-
"label": "View",
|
|
278
|
-
"event": "SELECT_DAY"
|
|
279
|
-
}
|
|
280
|
-
],
|
|
281
|
-
"type": "data-list",
|
|
282
|
-
"entity": "@payload.data"
|
|
283
|
+
]
|
|
283
284
|
}
|
|
284
285
|
],
|
|
285
|
-
"
|
|
286
|
-
"gap": "lg"
|
|
287
|
-
"direction": "vertical"
|
|
286
|
+
"direction": "vertical",
|
|
287
|
+
"gap": "lg"
|
|
288
288
|
}
|
|
289
289
|
]
|
|
290
290
|
]
|
|
@@ -298,14 +298,16 @@
|
|
|
298
298
|
"render-ui",
|
|
299
299
|
"main",
|
|
300
300
|
{
|
|
301
|
-
"gap": "md",
|
|
302
301
|
"align": "center",
|
|
302
|
+
"type": "stack",
|
|
303
|
+
"direction": "vertical",
|
|
303
304
|
"className": "py-12",
|
|
305
|
+
"gap": "md",
|
|
304
306
|
"children": [
|
|
305
307
|
{
|
|
306
308
|
"type": "icon",
|
|
307
|
-
"
|
|
308
|
-
"
|
|
309
|
+
"name": "alert-triangle",
|
|
310
|
+
"color": "destructive"
|
|
309
311
|
},
|
|
310
312
|
{
|
|
311
313
|
"type": "typography",
|
|
@@ -313,21 +315,19 @@
|
|
|
313
315
|
"content": "Failed to load"
|
|
314
316
|
},
|
|
315
317
|
{
|
|
316
|
-
"
|
|
318
|
+
"content": "@payload.error",
|
|
317
319
|
"color": "muted",
|
|
318
|
-
"
|
|
319
|
-
"
|
|
320
|
+
"type": "typography",
|
|
321
|
+
"variant": "body"
|
|
320
322
|
},
|
|
321
323
|
{
|
|
322
324
|
"action": "INIT",
|
|
323
|
-
"variant": "primary",
|
|
324
325
|
"type": "button",
|
|
326
|
+
"label": "Retry",
|
|
325
327
|
"icon": "rotate-ccw",
|
|
326
|
-
"
|
|
328
|
+
"variant": "primary"
|
|
327
329
|
}
|
|
328
|
-
]
|
|
329
|
-
"type": "stack",
|
|
330
|
-
"direction": "vertical"
|
|
330
|
+
]
|
|
331
331
|
}
|
|
332
332
|
]
|
|
333
333
|
]
|
|
@@ -342,8 +342,8 @@
|
|
|
342
342
|
"CalendarEvent",
|
|
343
343
|
{
|
|
344
344
|
"emit": {
|
|
345
|
-
"
|
|
346
|
-
"
|
|
345
|
+
"success": "CalendarEventLoaded",
|
|
346
|
+
"failure": "CalendarEventLoadFailed"
|
|
347
347
|
},
|
|
348
348
|
"filter": [
|
|
349
349
|
"=",
|
|
@@ -403,4 +403,4 @@
|
|
|
403
403
|
]
|
|
404
404
|
}
|
|
405
405
|
]
|
|
406
|
-
}
|
|
406
|
+
}
|