@almadar/std 9.0.0 → 11.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 +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- 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 +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- 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 +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- 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 +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- 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 +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- 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,22 +146,22 @@
|
|
|
146
146
|
"render-ui",
|
|
147
147
|
"main",
|
|
148
148
|
{
|
|
149
|
-
"align": "center",
|
|
150
149
|
"className": "py-12",
|
|
151
|
-
"
|
|
152
|
-
"type": "stack",
|
|
150
|
+
"align": "center",
|
|
153
151
|
"children": [
|
|
154
152
|
{
|
|
155
153
|
"type": "spinner"
|
|
156
154
|
},
|
|
157
155
|
{
|
|
158
156
|
"variant": "caption",
|
|
157
|
+
"color": "muted",
|
|
159
158
|
"content": "Loading…",
|
|
160
|
-
"type": "typography"
|
|
161
|
-
"color": "muted"
|
|
159
|
+
"type": "typography"
|
|
162
160
|
}
|
|
163
161
|
],
|
|
164
|
-
"
|
|
162
|
+
"type": "stack",
|
|
163
|
+
"direction": "vertical",
|
|
164
|
+
"gap": "md"
|
|
165
165
|
}
|
|
166
166
|
]
|
|
167
167
|
]
|
|
@@ -175,68 +175,68 @@
|
|
|
175
175
|
"render-ui",
|
|
176
176
|
"main",
|
|
177
177
|
{
|
|
178
|
-
"
|
|
178
|
+
"direction": "vertical",
|
|
179
|
+
"gap": "lg",
|
|
179
180
|
"children": [
|
|
180
181
|
{
|
|
181
|
-
"direction": "horizontal",
|
|
182
|
-
"justify": "between",
|
|
183
182
|
"gap": "md",
|
|
184
|
-
"align": "center",
|
|
185
183
|
"type": "stack",
|
|
184
|
+
"justify": "between",
|
|
185
|
+
"align": "center",
|
|
186
186
|
"children": [
|
|
187
187
|
{
|
|
188
|
+
"align": "center",
|
|
188
189
|
"children": [
|
|
189
190
|
{
|
|
190
191
|
"type": "icon",
|
|
191
192
|
"name": "panel-right"
|
|
192
193
|
},
|
|
193
194
|
{
|
|
194
|
-
"
|
|
195
|
+
"content": "Details",
|
|
195
196
|
"type": "typography",
|
|
196
|
-
"
|
|
197
|
+
"variant": "h2"
|
|
197
198
|
}
|
|
198
199
|
],
|
|
199
|
-
"align": "center",
|
|
200
|
-
"type": "stack",
|
|
201
200
|
"direction": "horizontal",
|
|
201
|
+
"type": "stack",
|
|
202
202
|
"gap": "md"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
|
+
"label": "Open",
|
|
205
206
|
"variant": "primary",
|
|
206
207
|
"icon": "panel-right",
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
"action": "OPEN"
|
|
208
|
+
"action": "OPEN",
|
|
209
|
+
"type": "button"
|
|
210
210
|
}
|
|
211
|
-
]
|
|
211
|
+
],
|
|
212
|
+
"direction": "horizontal"
|
|
212
213
|
},
|
|
213
214
|
{
|
|
214
215
|
"type": "divider"
|
|
215
216
|
},
|
|
216
217
|
{
|
|
218
|
+
"fields": [],
|
|
219
|
+
"type": "data-grid",
|
|
220
|
+
"entity": "@payload.data",
|
|
217
221
|
"renderItem": [
|
|
218
222
|
"fn",
|
|
219
223
|
"item",
|
|
220
224
|
{
|
|
221
225
|
"type": "stack",
|
|
226
|
+
"gap": "sm",
|
|
222
227
|
"children": [
|
|
223
228
|
{
|
|
224
|
-
"type": "typography",
|
|
225
229
|
"content": "@item.name",
|
|
230
|
+
"type": "typography",
|
|
226
231
|
"variant": "h4"
|
|
227
232
|
}
|
|
228
233
|
],
|
|
229
|
-
"gap": "sm",
|
|
230
234
|
"direction": "vertical"
|
|
231
235
|
}
|
|
232
|
-
]
|
|
233
|
-
"type": "data-grid",
|
|
234
|
-
"entity": "@payload.data",
|
|
235
|
-
"fields": []
|
|
236
|
+
]
|
|
236
237
|
}
|
|
237
238
|
],
|
|
238
|
-
"
|
|
239
|
-
"gap": "lg"
|
|
239
|
+
"type": "stack"
|
|
240
240
|
}
|
|
241
241
|
]
|
|
242
242
|
]
|
|
@@ -250,36 +250,36 @@
|
|
|
250
250
|
"render-ui",
|
|
251
251
|
"main",
|
|
252
252
|
{
|
|
253
|
+
"className": "py-12",
|
|
254
|
+
"type": "stack",
|
|
255
|
+
"gap": "md",
|
|
256
|
+
"direction": "vertical",
|
|
253
257
|
"children": [
|
|
254
258
|
{
|
|
255
|
-
"type": "icon",
|
|
256
259
|
"name": "alert-triangle",
|
|
260
|
+
"type": "icon",
|
|
257
261
|
"color": "destructive"
|
|
258
262
|
},
|
|
259
263
|
{
|
|
264
|
+
"content": "Failed to load",
|
|
260
265
|
"type": "typography",
|
|
261
|
-
"variant": "h3"
|
|
262
|
-
"content": "Failed to load"
|
|
266
|
+
"variant": "h3"
|
|
263
267
|
},
|
|
264
268
|
{
|
|
265
269
|
"type": "typography",
|
|
266
|
-
"variant": "body",
|
|
267
270
|
"color": "muted",
|
|
271
|
+
"variant": "body",
|
|
268
272
|
"content": "@payload.error"
|
|
269
273
|
},
|
|
270
274
|
{
|
|
271
|
-
"label": "Retry",
|
|
272
275
|
"type": "button",
|
|
276
|
+
"label": "Retry",
|
|
277
|
+
"action": "INIT",
|
|
273
278
|
"icon": "rotate-ccw",
|
|
274
|
-
"variant": "primary"
|
|
275
|
-
"action": "INIT"
|
|
279
|
+
"variant": "primary"
|
|
276
280
|
}
|
|
277
281
|
],
|
|
278
|
-
"
|
|
279
|
-
"gap": "md",
|
|
280
|
-
"align": "center",
|
|
281
|
-
"className": "py-12",
|
|
282
|
-
"type": "stack"
|
|
282
|
+
"align": "center"
|
|
283
283
|
}
|
|
284
284
|
]
|
|
285
285
|
]
|
|
@@ -294,38 +294,38 @@
|
|
|
294
294
|
"drawer",
|
|
295
295
|
{
|
|
296
296
|
"type": "side-panel",
|
|
297
|
+
"isOpen": true,
|
|
298
|
+
"position": "right",
|
|
297
299
|
"children": [
|
|
298
300
|
{
|
|
299
|
-
"direction": "vertical",
|
|
300
301
|
"gap": "md",
|
|
301
302
|
"type": "stack",
|
|
303
|
+
"direction": "vertical",
|
|
302
304
|
"children": [
|
|
303
305
|
{
|
|
304
|
-
"variant": "body",
|
|
305
306
|
"content": "Drawer content",
|
|
306
|
-
"type": "typography"
|
|
307
|
+
"type": "typography",
|
|
308
|
+
"variant": "body"
|
|
307
309
|
},
|
|
308
310
|
{
|
|
309
|
-
"gap": "sm",
|
|
310
|
-
"justify": "end",
|
|
311
|
-
"direction": "horizontal",
|
|
312
311
|
"type": "stack",
|
|
313
312
|
"children": [
|
|
314
313
|
{
|
|
315
314
|
"label": "Close",
|
|
316
315
|
"type": "button",
|
|
317
|
-
"
|
|
318
|
-
"
|
|
316
|
+
"variant": "ghost",
|
|
317
|
+
"action": "CLOSE"
|
|
319
318
|
}
|
|
320
|
-
]
|
|
319
|
+
],
|
|
320
|
+
"direction": "horizontal",
|
|
321
|
+
"gap": "sm",
|
|
322
|
+
"justify": "end"
|
|
321
323
|
}
|
|
322
324
|
]
|
|
323
325
|
}
|
|
324
326
|
],
|
|
325
327
|
"title": "Details",
|
|
326
|
-
"
|
|
327
|
-
"onClose": "CLOSE",
|
|
328
|
-
"position": "right"
|
|
328
|
+
"onClose": "CLOSE"
|
|
329
329
|
}
|
|
330
330
|
]
|
|
331
331
|
]
|
|
@@ -345,8 +345,8 @@
|
|
|
345
345
|
"DrawerContent",
|
|
346
346
|
{
|
|
347
347
|
"emit": {
|
|
348
|
-
"
|
|
349
|
-
"
|
|
348
|
+
"success": "DrawerContentLoaded",
|
|
349
|
+
"failure": "DrawerContentLoadFailed"
|
|
350
350
|
}
|
|
351
351
|
}
|
|
352
352
|
],
|
|
@@ -155,22 +155,22 @@
|
|
|
155
155
|
"render-ui",
|
|
156
156
|
"main",
|
|
157
157
|
{
|
|
158
|
+
"className": "py-12",
|
|
159
|
+
"direction": "vertical",
|
|
160
|
+
"type": "stack",
|
|
161
|
+
"gap": "md",
|
|
162
|
+
"align": "center",
|
|
158
163
|
"children": [
|
|
159
164
|
{
|
|
160
165
|
"type": "spinner"
|
|
161
166
|
},
|
|
162
167
|
{
|
|
163
168
|
"type": "typography",
|
|
169
|
+
"color": "muted",
|
|
164
170
|
"variant": "caption",
|
|
165
|
-
"content": "Loading…"
|
|
166
|
-
"color": "muted"
|
|
171
|
+
"content": "Loading…"
|
|
167
172
|
}
|
|
168
|
-
]
|
|
169
|
-
"type": "stack",
|
|
170
|
-
"gap": "md",
|
|
171
|
-
"className": "py-12",
|
|
172
|
-
"direction": "vertical",
|
|
173
|
-
"align": "center"
|
|
173
|
+
]
|
|
174
174
|
}
|
|
175
175
|
]
|
|
176
176
|
]
|
|
@@ -184,13 +184,15 @@
|
|
|
184
184
|
"render-ui",
|
|
185
185
|
"main",
|
|
186
186
|
{
|
|
187
|
-
"gap": "lg",
|
|
188
|
-
"type": "stack",
|
|
189
187
|
"children": [
|
|
190
188
|
{
|
|
189
|
+
"direction": "horizontal",
|
|
191
190
|
"align": "center",
|
|
192
191
|
"children": [
|
|
193
192
|
{
|
|
193
|
+
"type": "stack",
|
|
194
|
+
"align": "center",
|
|
195
|
+
"gap": "md",
|
|
194
196
|
"direction": "horizontal",
|
|
195
197
|
"children": [
|
|
196
198
|
{
|
|
@@ -198,56 +200,51 @@
|
|
|
198
200
|
"type": "icon"
|
|
199
201
|
},
|
|
200
202
|
{
|
|
203
|
+
"content": "FilterTargets",
|
|
201
204
|
"variant": "h2",
|
|
202
|
-
"type": "typography"
|
|
203
|
-
"content": "FilterTargets"
|
|
205
|
+
"type": "typography"
|
|
204
206
|
}
|
|
205
|
-
]
|
|
206
|
-
"type": "stack",
|
|
207
|
-
"gap": "md",
|
|
208
|
-
"align": "center"
|
|
207
|
+
]
|
|
209
208
|
},
|
|
210
209
|
{
|
|
211
210
|
"type": "badge",
|
|
212
211
|
"label": "All"
|
|
213
212
|
}
|
|
214
213
|
],
|
|
215
|
-
"type": "stack",
|
|
216
|
-
"gap": "md",
|
|
217
214
|
"justify": "between",
|
|
218
|
-
"
|
|
215
|
+
"type": "stack",
|
|
216
|
+
"gap": "md"
|
|
219
217
|
},
|
|
220
218
|
{
|
|
221
219
|
"type": "divider"
|
|
222
220
|
},
|
|
223
221
|
{
|
|
224
|
-
"type": "filter-group",
|
|
225
|
-
"entity": "FilterTarget",
|
|
226
222
|
"filters": [
|
|
227
223
|
{
|
|
228
224
|
"field": "status",
|
|
225
|
+
"filterType": "select",
|
|
229
226
|
"label": "Status",
|
|
230
227
|
"options": [
|
|
231
228
|
"active",
|
|
232
229
|
"inactive",
|
|
233
230
|
"pending"
|
|
234
|
-
]
|
|
235
|
-
"filterType": "select"
|
|
231
|
+
]
|
|
236
232
|
}
|
|
237
|
-
]
|
|
233
|
+
],
|
|
234
|
+
"type": "filter-group",
|
|
235
|
+
"entity": "FilterTarget"
|
|
238
236
|
},
|
|
239
237
|
{
|
|
240
238
|
"type": "divider"
|
|
241
239
|
},
|
|
242
240
|
{
|
|
243
|
-
"fields": [],
|
|
244
241
|
"renderItem": [
|
|
245
242
|
"fn",
|
|
246
243
|
"item",
|
|
247
244
|
{
|
|
245
|
+
"gap": "sm",
|
|
248
246
|
"type": "stack",
|
|
249
247
|
"direction": "vertical",
|
|
250
|
-
"gap": "sm",
|
|
251
248
|
"children": [
|
|
252
249
|
{
|
|
253
250
|
"type": "typography",
|
|
@@ -255,18 +252,21 @@
|
|
|
255
252
|
"content": "@item.name"
|
|
256
253
|
},
|
|
257
254
|
{
|
|
258
|
-
"color": "muted",
|
|
259
|
-
"type": "typography",
|
|
260
255
|
"content": "@item.status",
|
|
261
|
-
"variant": "caption"
|
|
256
|
+
"variant": "caption",
|
|
257
|
+
"type": "typography",
|
|
258
|
+
"color": "muted"
|
|
262
259
|
}
|
|
263
260
|
]
|
|
264
261
|
}
|
|
265
262
|
],
|
|
263
|
+
"fields": [],
|
|
266
264
|
"type": "data-grid",
|
|
267
265
|
"entity": "@payload.data"
|
|
268
266
|
}
|
|
269
267
|
],
|
|
268
|
+
"gap": "lg",
|
|
269
|
+
"type": "stack",
|
|
270
270
|
"direction": "vertical"
|
|
271
271
|
}
|
|
272
272
|
]
|
|
@@ -281,34 +281,34 @@
|
|
|
281
281
|
"render-ui",
|
|
282
282
|
"main",
|
|
283
283
|
{
|
|
284
|
-
"className": "py-12",
|
|
285
284
|
"type": "stack",
|
|
286
|
-
"align": "center",
|
|
287
|
-
"direction": "vertical",
|
|
288
285
|
"gap": "md",
|
|
286
|
+
"direction": "vertical",
|
|
287
|
+
"align": "center",
|
|
288
|
+
"className": "py-12",
|
|
289
289
|
"children": [
|
|
290
290
|
{
|
|
291
291
|
"name": "alert-triangle",
|
|
292
|
-
"
|
|
293
|
-
"
|
|
292
|
+
"color": "destructive",
|
|
293
|
+
"type": "icon"
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
|
+
"type": "typography",
|
|
296
297
|
"variant": "h3",
|
|
297
|
-
"content": "Failed to load"
|
|
298
|
-
"type": "typography"
|
|
298
|
+
"content": "Failed to load"
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
|
-
"
|
|
301
|
+
"color": "muted",
|
|
302
302
|
"type": "typography",
|
|
303
303
|
"variant": "body",
|
|
304
|
-
"
|
|
304
|
+
"content": "@payload.error"
|
|
305
305
|
},
|
|
306
306
|
{
|
|
307
307
|
"label": "Retry",
|
|
308
|
-
"variant": "primary",
|
|
309
|
-
"type": "button",
|
|
310
308
|
"action": "INIT",
|
|
311
|
-
"
|
|
309
|
+
"type": "button",
|
|
310
|
+
"icon": "rotate-ccw",
|
|
311
|
+
"variant": "primary"
|
|
312
312
|
}
|
|
313
313
|
]
|
|
314
314
|
}
|
|
@@ -334,8 +334,8 @@
|
|
|
334
334
|
"@payload.value"
|
|
335
335
|
],
|
|
336
336
|
"emit": {
|
|
337
|
-
"
|
|
338
|
-
"
|
|
337
|
+
"success": "FilterTargetLoaded",
|
|
338
|
+
"failure": "FilterTargetLoadFailed"
|
|
339
339
|
}
|
|
340
340
|
}
|
|
341
341
|
],
|
|
@@ -358,8 +358,8 @@
|
|
|
358
358
|
"FilterTarget",
|
|
359
359
|
{
|
|
360
360
|
"emit": {
|
|
361
|
-
"
|
|
362
|
-
"
|
|
361
|
+
"success": "FilterTargetLoaded",
|
|
362
|
+
"failure": "FilterTargetLoadFailed"
|
|
363
363
|
}
|
|
364
364
|
}
|
|
365
365
|
],
|
|
@@ -382,8 +382,8 @@
|
|
|
382
382
|
"FilterTarget",
|
|
383
383
|
{
|
|
384
384
|
"emit": {
|
|
385
|
-
"
|
|
386
|
-
"
|
|
385
|
+
"success": "FilterTargetLoaded",
|
|
386
|
+
"failure": "FilterTargetLoadFailed"
|
|
387
387
|
}
|
|
388
388
|
}
|
|
389
389
|
],
|