@almadar/std 8.3.0 → 8.4.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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
"DrawerContent",
|
|
138
138
|
{
|
|
139
139
|
"emit": {
|
|
140
|
-
"
|
|
141
|
-
"
|
|
140
|
+
"failure": "DrawerContentLoadFailed",
|
|
141
|
+
"success": "DrawerContentLoaded"
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
144
|
],
|
|
@@ -146,21 +146,21 @@
|
|
|
146
146
|
"render-ui",
|
|
147
147
|
"main",
|
|
148
148
|
{
|
|
149
|
-
"direction": "vertical",
|
|
150
|
-
"gap": "md",
|
|
151
|
-
"align": "center",
|
|
152
149
|
"className": "py-12",
|
|
150
|
+
"align": "center",
|
|
151
|
+
"direction": "vertical",
|
|
153
152
|
"children": [
|
|
154
153
|
{
|
|
155
154
|
"type": "spinner"
|
|
156
155
|
},
|
|
157
156
|
{
|
|
158
|
-
"color": "muted",
|
|
159
|
-
"content": "Loading…",
|
|
160
157
|
"type": "typography",
|
|
158
|
+
"content": "Loading…",
|
|
159
|
+
"color": "muted",
|
|
161
160
|
"variant": "caption"
|
|
162
161
|
}
|
|
163
162
|
],
|
|
163
|
+
"gap": "md",
|
|
164
164
|
"type": "stack"
|
|
165
165
|
}
|
|
166
166
|
]
|
|
@@ -175,67 +175,67 @@
|
|
|
175
175
|
"render-ui",
|
|
176
176
|
"main",
|
|
177
177
|
{
|
|
178
|
-
"type": "stack",
|
|
179
|
-
"direction": "vertical",
|
|
180
178
|
"children": [
|
|
181
179
|
{
|
|
180
|
+
"type": "stack",
|
|
182
181
|
"direction": "horizontal",
|
|
183
182
|
"gap": "md",
|
|
184
|
-
"
|
|
183
|
+
"justify": "between",
|
|
185
184
|
"align": "center",
|
|
186
185
|
"children": [
|
|
187
186
|
{
|
|
188
|
-
"direction": "horizontal",
|
|
189
187
|
"gap": "md",
|
|
188
|
+
"direction": "horizontal",
|
|
190
189
|
"align": "center",
|
|
190
|
+
"type": "stack",
|
|
191
191
|
"children": [
|
|
192
192
|
{
|
|
193
193
|
"name": "panel-right",
|
|
194
194
|
"type": "icon"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
|
-
"type": "typography",
|
|
198
197
|
"content": "Details",
|
|
199
|
-
"variant": "h2"
|
|
198
|
+
"variant": "h2",
|
|
199
|
+
"type": "typography"
|
|
200
200
|
}
|
|
201
|
-
]
|
|
202
|
-
"type": "stack"
|
|
201
|
+
]
|
|
203
202
|
},
|
|
204
203
|
{
|
|
204
|
+
"action": "OPEN",
|
|
205
205
|
"type": "button",
|
|
206
206
|
"label": "Open",
|
|
207
|
-
"variant": "primary",
|
|
208
207
|
"icon": "panel-right",
|
|
209
|
-
"
|
|
208
|
+
"variant": "primary"
|
|
210
209
|
}
|
|
211
|
-
]
|
|
212
|
-
"justify": "between"
|
|
210
|
+
]
|
|
213
211
|
},
|
|
214
212
|
{
|
|
215
213
|
"type": "divider"
|
|
216
214
|
},
|
|
217
215
|
{
|
|
216
|
+
"entity": "@payload.data",
|
|
218
217
|
"renderItem": [
|
|
219
218
|
"fn",
|
|
220
219
|
"item",
|
|
221
220
|
{
|
|
222
|
-
"
|
|
221
|
+
"gap": "sm",
|
|
222
|
+
"direction": "vertical",
|
|
223
223
|
"children": [
|
|
224
224
|
{
|
|
225
|
-
"content": "@item.name",
|
|
226
225
|
"variant": "h4",
|
|
226
|
+
"content": "@item.name",
|
|
227
227
|
"type": "typography"
|
|
228
228
|
}
|
|
229
229
|
],
|
|
230
|
-
"
|
|
231
|
-
"gap": "sm"
|
|
230
|
+
"type": "stack"
|
|
232
231
|
}
|
|
233
232
|
],
|
|
234
|
-
"
|
|
235
|
-
"fields": []
|
|
236
|
-
"type": "data-grid"
|
|
233
|
+
"type": "data-grid",
|
|
234
|
+
"fields": []
|
|
237
235
|
}
|
|
238
236
|
],
|
|
237
|
+
"type": "stack",
|
|
238
|
+
"direction": "vertical",
|
|
239
239
|
"gap": "lg"
|
|
240
240
|
}
|
|
241
241
|
]
|
|
@@ -250,36 +250,36 @@
|
|
|
250
250
|
"render-ui",
|
|
251
251
|
"main",
|
|
252
252
|
{
|
|
253
|
-
"type": "stack",
|
|
254
|
-
"gap": "md",
|
|
255
|
-
"direction": "vertical",
|
|
256
|
-
"align": "center",
|
|
257
|
-
"className": "py-12",
|
|
258
253
|
"children": [
|
|
259
254
|
{
|
|
260
|
-
"type": "icon",
|
|
261
255
|
"name": "alert-triangle",
|
|
262
|
-
"color": "destructive"
|
|
256
|
+
"color": "destructive",
|
|
257
|
+
"type": "icon"
|
|
263
258
|
},
|
|
264
259
|
{
|
|
265
260
|
"type": "typography",
|
|
266
|
-
"
|
|
267
|
-
"
|
|
261
|
+
"variant": "h3",
|
|
262
|
+
"content": "Failed to load"
|
|
268
263
|
},
|
|
269
264
|
{
|
|
270
|
-
"variant": "body",
|
|
271
265
|
"color": "muted",
|
|
272
266
|
"type": "typography",
|
|
273
|
-
"content": "@payload.error"
|
|
267
|
+
"content": "@payload.error",
|
|
268
|
+
"variant": "body"
|
|
274
269
|
},
|
|
275
270
|
{
|
|
276
|
-
"
|
|
277
|
-
"action": "INIT",
|
|
271
|
+
"icon": "rotate-ccw",
|
|
278
272
|
"label": "Retry",
|
|
279
|
-
"
|
|
280
|
-
"
|
|
273
|
+
"action": "INIT",
|
|
274
|
+
"type": "button",
|
|
275
|
+
"variant": "primary"
|
|
281
276
|
}
|
|
282
|
-
]
|
|
277
|
+
],
|
|
278
|
+
"gap": "md",
|
|
279
|
+
"direction": "vertical",
|
|
280
|
+
"type": "stack",
|
|
281
|
+
"className": "py-12",
|
|
282
|
+
"align": "center"
|
|
283
283
|
}
|
|
284
284
|
]
|
|
285
285
|
]
|
|
@@ -293,39 +293,39 @@
|
|
|
293
293
|
"render-ui",
|
|
294
294
|
"drawer",
|
|
295
295
|
{
|
|
296
|
-
"title": "Details",
|
|
297
|
-
"onClose": "CLOSE",
|
|
298
296
|
"isOpen": true,
|
|
299
|
-
"position": "right",
|
|
300
297
|
"children": [
|
|
301
298
|
{
|
|
299
|
+
"gap": "md",
|
|
302
300
|
"type": "stack",
|
|
303
301
|
"direction": "vertical",
|
|
304
302
|
"children": [
|
|
305
303
|
{
|
|
306
|
-
"variant": "body",
|
|
307
304
|
"content": "Drawer content",
|
|
308
|
-
"type": "typography"
|
|
305
|
+
"type": "typography",
|
|
306
|
+
"variant": "body"
|
|
309
307
|
},
|
|
310
308
|
{
|
|
309
|
+
"type": "stack",
|
|
311
310
|
"gap": "sm",
|
|
312
|
-
"direction": "horizontal",
|
|
313
|
-
"justify": "end",
|
|
314
311
|
"children": [
|
|
315
312
|
{
|
|
316
|
-
"
|
|
313
|
+
"action": "CLOSE",
|
|
317
314
|
"type": "button",
|
|
318
|
-
"
|
|
319
|
-
"
|
|
315
|
+
"label": "Close",
|
|
316
|
+
"variant": "ghost"
|
|
320
317
|
}
|
|
321
318
|
],
|
|
322
|
-
"
|
|
319
|
+
"justify": "end",
|
|
320
|
+
"direction": "horizontal"
|
|
323
321
|
}
|
|
324
|
-
]
|
|
325
|
-
"gap": "md"
|
|
322
|
+
]
|
|
326
323
|
}
|
|
327
324
|
],
|
|
328
|
-
"
|
|
325
|
+
"position": "right",
|
|
326
|
+
"type": "side-panel",
|
|
327
|
+
"onClose": "CLOSE",
|
|
328
|
+
"title": "Details"
|
|
329
329
|
}
|
|
330
330
|
]
|
|
331
331
|
]
|
|
@@ -156,21 +156,21 @@
|
|
|
156
156
|
"main",
|
|
157
157
|
{
|
|
158
158
|
"align": "center",
|
|
159
|
-
"className": "py-12",
|
|
160
|
-
"type": "stack",
|
|
161
159
|
"direction": "vertical",
|
|
162
|
-
"
|
|
160
|
+
"type": "stack",
|
|
161
|
+
"className": "py-12",
|
|
163
162
|
"children": [
|
|
164
163
|
{
|
|
165
164
|
"type": "spinner"
|
|
166
165
|
},
|
|
167
166
|
{
|
|
167
|
+
"variant": "caption",
|
|
168
168
|
"color": "muted",
|
|
169
169
|
"type": "typography",
|
|
170
|
-
"variant": "caption",
|
|
171
170
|
"content": "Loading…"
|
|
172
171
|
}
|
|
173
|
-
]
|
|
172
|
+
],
|
|
173
|
+
"gap": "md"
|
|
174
174
|
}
|
|
175
175
|
]
|
|
176
176
|
]
|
|
@@ -184,26 +184,26 @@
|
|
|
184
184
|
"render-ui",
|
|
185
185
|
"main",
|
|
186
186
|
{
|
|
187
|
+
"type": "stack",
|
|
187
188
|
"children": [
|
|
188
189
|
{
|
|
189
|
-
"gap": "md",
|
|
190
190
|
"children": [
|
|
191
191
|
{
|
|
192
|
+
"type": "stack",
|
|
193
|
+
"gap": "md",
|
|
194
|
+
"align": "center",
|
|
195
|
+
"direction": "horizontal",
|
|
192
196
|
"children": [
|
|
193
197
|
{
|
|
194
|
-
"
|
|
195
|
-
"
|
|
198
|
+
"type": "icon",
|
|
199
|
+
"name": "filter"
|
|
196
200
|
},
|
|
197
201
|
{
|
|
198
202
|
"type": "typography",
|
|
199
|
-
"
|
|
200
|
-
"
|
|
203
|
+
"content": "FilterTargets",
|
|
204
|
+
"variant": "h2"
|
|
201
205
|
}
|
|
202
|
-
]
|
|
203
|
-
"direction": "horizontal",
|
|
204
|
-
"align": "center",
|
|
205
|
-
"type": "stack",
|
|
206
|
-
"gap": "md"
|
|
206
|
+
]
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"label": "All",
|
|
@@ -212,8 +212,9 @@
|
|
|
212
212
|
],
|
|
213
213
|
"direction": "horizontal",
|
|
214
214
|
"type": "stack",
|
|
215
|
-
"
|
|
216
|
-
"justify": "between"
|
|
215
|
+
"gap": "md",
|
|
216
|
+
"justify": "between",
|
|
217
|
+
"align": "center"
|
|
217
218
|
},
|
|
218
219
|
{
|
|
219
220
|
"type": "divider"
|
|
@@ -222,13 +223,13 @@
|
|
|
222
223
|
"entity": "FilterTarget",
|
|
223
224
|
"filters": [
|
|
224
225
|
{
|
|
225
|
-
"field": "status",
|
|
226
226
|
"options": [
|
|
227
227
|
"active",
|
|
228
228
|
"inactive",
|
|
229
229
|
"pending"
|
|
230
230
|
],
|
|
231
231
|
"filterType": "select",
|
|
232
|
+
"field": "status",
|
|
232
233
|
"label": "Status"
|
|
233
234
|
}
|
|
234
235
|
],
|
|
@@ -238,36 +239,35 @@
|
|
|
238
239
|
"type": "divider"
|
|
239
240
|
},
|
|
240
241
|
{
|
|
241
|
-
"type": "data-grid",
|
|
242
|
-
"fields": [],
|
|
243
242
|
"renderItem": [
|
|
244
243
|
"fn",
|
|
245
244
|
"item",
|
|
246
245
|
{
|
|
247
|
-
"gap": "sm",
|
|
248
|
-
"direction": "vertical",
|
|
249
246
|
"children": [
|
|
250
247
|
{
|
|
251
248
|
"variant": "h4",
|
|
252
|
-
"
|
|
253
|
-
"
|
|
249
|
+
"type": "typography",
|
|
250
|
+
"content": "@item.name"
|
|
254
251
|
},
|
|
255
252
|
{
|
|
256
|
-
"content": "@item.status",
|
|
257
253
|
"type": "typography",
|
|
258
|
-
"
|
|
259
|
-
"color": "muted"
|
|
254
|
+
"content": "@item.status",
|
|
255
|
+
"color": "muted",
|
|
256
|
+
"variant": "caption"
|
|
260
257
|
}
|
|
261
258
|
],
|
|
262
|
-
"type": "stack"
|
|
259
|
+
"type": "stack",
|
|
260
|
+
"direction": "vertical",
|
|
261
|
+
"gap": "sm"
|
|
263
262
|
}
|
|
264
263
|
],
|
|
265
|
-
"entity": "@payload.data"
|
|
264
|
+
"entity": "@payload.data",
|
|
265
|
+
"type": "data-grid",
|
|
266
|
+
"fields": []
|
|
266
267
|
}
|
|
267
268
|
],
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
"gap": "lg"
|
|
269
|
+
"gap": "lg",
|
|
270
|
+
"direction": "vertical"
|
|
271
271
|
}
|
|
272
272
|
]
|
|
273
273
|
]
|
|
@@ -281,12 +281,11 @@
|
|
|
281
281
|
"render-ui",
|
|
282
282
|
"main",
|
|
283
283
|
{
|
|
284
|
-
"className": "py-12",
|
|
285
284
|
"children": [
|
|
286
285
|
{
|
|
287
|
-
"color": "destructive",
|
|
288
286
|
"type": "icon",
|
|
289
|
-
"name": "alert-triangle"
|
|
287
|
+
"name": "alert-triangle",
|
|
288
|
+
"color": "destructive"
|
|
290
289
|
},
|
|
291
290
|
{
|
|
292
291
|
"content": "Failed to load",
|
|
@@ -294,23 +293,24 @@
|
|
|
294
293
|
"variant": "h3"
|
|
295
294
|
},
|
|
296
295
|
{
|
|
297
|
-
"
|
|
298
|
-
"color": "muted",
|
|
296
|
+
"type": "typography",
|
|
299
297
|
"variant": "body",
|
|
300
|
-
"
|
|
298
|
+
"content": "@payload.error",
|
|
299
|
+
"color": "muted"
|
|
301
300
|
},
|
|
302
301
|
{
|
|
303
302
|
"icon": "rotate-ccw",
|
|
304
|
-
"
|
|
303
|
+
"action": "INIT",
|
|
305
304
|
"variant": "primary",
|
|
306
305
|
"label": "Retry",
|
|
307
|
-
"
|
|
306
|
+
"type": "button"
|
|
308
307
|
}
|
|
309
308
|
],
|
|
310
309
|
"type": "stack",
|
|
311
|
-
"gap": "md",
|
|
312
310
|
"align": "center",
|
|
313
|
-
"
|
|
311
|
+
"className": "py-12",
|
|
312
|
+
"direction": "vertical",
|
|
313
|
+
"gap": "md"
|
|
314
314
|
}
|
|
315
315
|
]
|
|
316
316
|
]
|
|
@@ -149,8 +149,8 @@
|
|
|
149
149
|
"GalleryItem",
|
|
150
150
|
{
|
|
151
151
|
"emit": {
|
|
152
|
-
"
|
|
153
|
-
"
|
|
152
|
+
"success": "GalleryItemLoaded",
|
|
153
|
+
"failure": "GalleryItemLoadFailed"
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
],
|
|
@@ -158,22 +158,22 @@
|
|
|
158
158
|
"render-ui",
|
|
159
159
|
"main",
|
|
160
160
|
{
|
|
161
|
-
"className": "py-12",
|
|
162
|
-
"gap": "md",
|
|
163
161
|
"type": "stack",
|
|
164
|
-
"
|
|
162
|
+
"gap": "md",
|
|
165
163
|
"children": [
|
|
166
164
|
{
|
|
167
165
|
"type": "spinner"
|
|
168
166
|
},
|
|
169
167
|
{
|
|
170
|
-
"variant": "caption",
|
|
171
|
-
"color": "muted",
|
|
172
168
|
"content": "Loading…",
|
|
173
|
-
"
|
|
169
|
+
"color": "muted",
|
|
170
|
+
"type": "typography",
|
|
171
|
+
"variant": "caption"
|
|
174
172
|
}
|
|
175
173
|
],
|
|
176
|
-
"align": "center"
|
|
174
|
+
"align": "center",
|
|
175
|
+
"className": "py-12",
|
|
176
|
+
"direction": "vertical"
|
|
177
177
|
}
|
|
178
178
|
]
|
|
179
179
|
]
|
|
@@ -189,70 +189,70 @@
|
|
|
189
189
|
{
|
|
190
190
|
"direction": "vertical",
|
|
191
191
|
"gap": "lg",
|
|
192
|
-
"type": "stack",
|
|
193
192
|
"children": [
|
|
194
193
|
{
|
|
194
|
+
"direction": "horizontal",
|
|
195
195
|
"justify": "between",
|
|
196
|
+
"type": "stack",
|
|
197
|
+
"gap": "md",
|
|
198
|
+
"align": "center",
|
|
196
199
|
"children": [
|
|
197
200
|
{
|
|
201
|
+
"gap": "sm",
|
|
202
|
+
"align": "center",
|
|
203
|
+
"type": "stack",
|
|
204
|
+
"direction": "horizontal",
|
|
198
205
|
"children": [
|
|
199
206
|
{
|
|
200
|
-
"
|
|
201
|
-
"
|
|
207
|
+
"name": "image",
|
|
208
|
+
"type": "icon"
|
|
202
209
|
},
|
|
203
210
|
{
|
|
204
|
-
"variant": "h2",
|
|
205
211
|
"type": "typography",
|
|
212
|
+
"variant": "h2",
|
|
206
213
|
"content": "GalleryItems Gallery"
|
|
207
214
|
}
|
|
208
|
-
]
|
|
209
|
-
"type": "stack",
|
|
210
|
-
"align": "center",
|
|
211
|
-
"direction": "horizontal",
|
|
212
|
-
"gap": "sm"
|
|
215
|
+
]
|
|
213
216
|
},
|
|
214
217
|
{
|
|
218
|
+
"color": "muted",
|
|
215
219
|
"variant": "caption",
|
|
216
220
|
"content": "Click any image to view full size",
|
|
217
|
-
"color": "muted",
|
|
218
221
|
"type": "typography"
|
|
219
222
|
}
|
|
220
|
-
]
|
|
221
|
-
"direction": "horizontal",
|
|
222
|
-
"gap": "md",
|
|
223
|
-
"align": "center",
|
|
224
|
-
"type": "stack"
|
|
223
|
+
]
|
|
225
224
|
},
|
|
226
225
|
{
|
|
227
226
|
"type": "divider"
|
|
228
227
|
},
|
|
229
228
|
{
|
|
230
|
-
"gap": "md",
|
|
231
|
-
"type": "data-grid",
|
|
232
229
|
"cols": 3.0,
|
|
233
230
|
"entity": "@payload.data",
|
|
231
|
+
"type": "data-grid",
|
|
234
232
|
"imageField": "imageUrl",
|
|
235
233
|
"itemActions": [
|
|
236
234
|
{
|
|
235
|
+
"icon": "maximize",
|
|
237
236
|
"label": "View",
|
|
238
|
-
"event": "VIEW"
|
|
239
|
-
"icon": "maximize"
|
|
237
|
+
"event": "VIEW"
|
|
240
238
|
}
|
|
241
239
|
],
|
|
240
|
+
"gap": "md",
|
|
242
241
|
"fields": [
|
|
243
242
|
{
|
|
243
|
+
"variant": "h4",
|
|
244
244
|
"name": "name",
|
|
245
|
-
"label": "Title"
|
|
246
|
-
"variant": "h4"
|
|
245
|
+
"label": "Title"
|
|
247
246
|
},
|
|
248
247
|
{
|
|
249
|
-
"
|
|
248
|
+
"label": "Status",
|
|
250
249
|
"variant": "badge",
|
|
251
|
-
"
|
|
250
|
+
"name": "status"
|
|
252
251
|
}
|
|
253
252
|
]
|
|
254
253
|
}
|
|
255
|
-
]
|
|
254
|
+
],
|
|
255
|
+
"type": "stack"
|
|
256
256
|
}
|
|
257
257
|
]
|
|
258
258
|
]
|
|
@@ -266,36 +266,36 @@
|
|
|
266
266
|
"render-ui",
|
|
267
267
|
"main",
|
|
268
268
|
{
|
|
269
|
-
"
|
|
270
|
-
"className": "py-12",
|
|
269
|
+
"align": "center",
|
|
271
270
|
"children": [
|
|
272
271
|
{
|
|
272
|
+
"type": "icon",
|
|
273
273
|
"name": "alert-triangle",
|
|
274
|
-
"color": "destructive"
|
|
275
|
-
"type": "icon"
|
|
274
|
+
"color": "destructive"
|
|
276
275
|
},
|
|
277
276
|
{
|
|
277
|
+
"type": "typography",
|
|
278
278
|
"variant": "h3",
|
|
279
|
-
"content": "Failed to load"
|
|
280
|
-
"type": "typography"
|
|
279
|
+
"content": "Failed to load"
|
|
281
280
|
},
|
|
282
281
|
{
|
|
283
|
-
"variant": "body",
|
|
284
|
-
"type": "typography",
|
|
285
282
|
"content": "@payload.error",
|
|
286
|
-
"color": "muted"
|
|
283
|
+
"color": "muted",
|
|
284
|
+
"type": "typography",
|
|
285
|
+
"variant": "body"
|
|
287
286
|
},
|
|
288
287
|
{
|
|
289
288
|
"type": "button",
|
|
290
|
-
"action": "INIT",
|
|
291
|
-
"variant": "primary",
|
|
292
289
|
"icon": "rotate-ccw",
|
|
293
|
-
"
|
|
290
|
+
"action": "INIT",
|
|
291
|
+
"label": "Retry",
|
|
292
|
+
"variant": "primary"
|
|
294
293
|
}
|
|
295
294
|
],
|
|
295
|
+
"type": "stack",
|
|
296
|
+
"direction": "vertical",
|
|
296
297
|
"gap": "md",
|
|
297
|
-
"
|
|
298
|
-
"direction": "vertical"
|
|
298
|
+
"className": "py-12"
|
|
299
299
|
}
|
|
300
300
|
]
|
|
301
301
|
]
|
|
@@ -309,18 +309,18 @@
|
|
|
309
309
|
"render-ui",
|
|
310
310
|
"modal",
|
|
311
311
|
{
|
|
312
|
-
"currentIndex": 0.0,
|
|
313
|
-
"type": "lightbox",
|
|
314
312
|
"closeAction": "CLOSE",
|
|
315
|
-
"
|
|
316
|
-
"showCounter": true,
|
|
313
|
+
"type": "lightbox",
|
|
317
314
|
"images": [
|
|
318
315
|
{
|
|
319
316
|
"alt": "Image",
|
|
320
317
|
"caption": "Image",
|
|
321
318
|
"src": "https://picsum.photos/seed/gallery1/800/600"
|
|
322
319
|
}
|
|
323
|
-
]
|
|
320
|
+
],
|
|
321
|
+
"currentIndex": 0.0,
|
|
322
|
+
"showCounter": true,
|
|
323
|
+
"isOpen": true
|
|
324
324
|
}
|
|
325
325
|
]
|
|
326
326
|
]
|
|
@@ -364,8 +364,8 @@
|
|
|
364
364
|
"GalleryItem",
|
|
365
365
|
{
|
|
366
366
|
"emit": {
|
|
367
|
-
"
|
|
368
|
-
"
|
|
367
|
+
"success": "GalleryItemLoaded",
|
|
368
|
+
"failure": "GalleryItemLoadFailed"
|
|
369
369
|
}
|
|
370
370
|
}
|
|
371
371
|
],
|