@almadar/std 8.2.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 +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -158,22 +158,22 @@
|
|
|
158
158
|
"render-ui",
|
|
159
159
|
"main",
|
|
160
160
|
{
|
|
161
|
-
"align": "center",
|
|
162
|
-
"gap": "md",
|
|
163
|
-
"direction": "vertical",
|
|
164
161
|
"type": "stack",
|
|
162
|
+
"gap": "md",
|
|
165
163
|
"children": [
|
|
166
164
|
{
|
|
167
165
|
"type": "spinner"
|
|
168
166
|
},
|
|
169
167
|
{
|
|
170
|
-
"type": "typography",
|
|
171
|
-
"variant": "caption",
|
|
172
168
|
"content": "Loading…",
|
|
173
|
-
"color": "muted"
|
|
169
|
+
"color": "muted",
|
|
170
|
+
"type": "typography",
|
|
171
|
+
"variant": "caption"
|
|
174
172
|
}
|
|
175
173
|
],
|
|
176
|
-
"
|
|
174
|
+
"align": "center",
|
|
175
|
+
"className": "py-12",
|
|
176
|
+
"direction": "vertical"
|
|
177
177
|
}
|
|
178
178
|
]
|
|
179
179
|
]
|
|
@@ -187,47 +187,49 @@
|
|
|
187
187
|
"render-ui",
|
|
188
188
|
"main",
|
|
189
189
|
{
|
|
190
|
+
"direction": "vertical",
|
|
191
|
+
"gap": "lg",
|
|
190
192
|
"children": [
|
|
191
193
|
{
|
|
194
|
+
"direction": "horizontal",
|
|
195
|
+
"justify": "between",
|
|
192
196
|
"type": "stack",
|
|
193
197
|
"gap": "md",
|
|
194
|
-
"justify": "between",
|
|
195
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
211
|
"type": "typography",
|
|
205
|
-
"
|
|
206
|
-
"
|
|
212
|
+
"variant": "h2",
|
|
213
|
+
"content": "GalleryItems Gallery"
|
|
207
214
|
}
|
|
208
|
-
]
|
|
209
|
-
"type": "stack",
|
|
210
|
-
"direction": "horizontal",
|
|
211
|
-
"gap": "sm",
|
|
212
|
-
"align": "center"
|
|
215
|
+
]
|
|
213
216
|
},
|
|
214
217
|
{
|
|
215
|
-
"type": "typography",
|
|
216
|
-
"content": "Click any image to view full size",
|
|
217
218
|
"color": "muted",
|
|
218
|
-
"variant": "caption"
|
|
219
|
+
"variant": "caption",
|
|
220
|
+
"content": "Click any image to view full size",
|
|
221
|
+
"type": "typography"
|
|
219
222
|
}
|
|
220
|
-
]
|
|
221
|
-
"direction": "horizontal"
|
|
223
|
+
]
|
|
222
224
|
},
|
|
223
225
|
{
|
|
224
226
|
"type": "divider"
|
|
225
227
|
},
|
|
226
228
|
{
|
|
227
229
|
"cols": 3.0,
|
|
228
|
-
"
|
|
229
|
-
"imageField": "imageUrl",
|
|
230
|
+
"entity": "@payload.data",
|
|
230
231
|
"type": "data-grid",
|
|
232
|
+
"imageField": "imageUrl",
|
|
231
233
|
"itemActions": [
|
|
232
234
|
{
|
|
233
235
|
"icon": "maximize",
|
|
@@ -235,24 +237,22 @@
|
|
|
235
237
|
"event": "VIEW"
|
|
236
238
|
}
|
|
237
239
|
],
|
|
240
|
+
"gap": "md",
|
|
238
241
|
"fields": [
|
|
239
242
|
{
|
|
240
|
-
"name": "name",
|
|
241
243
|
"variant": "h4",
|
|
244
|
+
"name": "name",
|
|
242
245
|
"label": "Title"
|
|
243
246
|
},
|
|
244
247
|
{
|
|
245
|
-
"
|
|
248
|
+
"label": "Status",
|
|
246
249
|
"variant": "badge",
|
|
247
|
-
"
|
|
250
|
+
"name": "status"
|
|
248
251
|
}
|
|
249
|
-
]
|
|
250
|
-
"entity": "@payload.data"
|
|
252
|
+
]
|
|
251
253
|
}
|
|
252
254
|
],
|
|
253
|
-
"
|
|
254
|
-
"type": "stack",
|
|
255
|
-
"gap": "lg"
|
|
255
|
+
"type": "stack"
|
|
256
256
|
}
|
|
257
257
|
]
|
|
258
258
|
]
|
|
@@ -266,36 +266,36 @@
|
|
|
266
266
|
"render-ui",
|
|
267
267
|
"main",
|
|
268
268
|
{
|
|
269
|
-
"
|
|
270
|
-
"type": "stack",
|
|
269
|
+
"align": "center",
|
|
271
270
|
"children": [
|
|
272
271
|
{
|
|
273
|
-
"color": "destructive",
|
|
274
272
|
"type": "icon",
|
|
275
|
-
"name": "alert-triangle"
|
|
273
|
+
"name": "alert-triangle",
|
|
274
|
+
"color": "destructive"
|
|
276
275
|
},
|
|
277
276
|
{
|
|
278
|
-
"
|
|
277
|
+
"type": "typography",
|
|
279
278
|
"variant": "h3",
|
|
280
|
-
"
|
|
279
|
+
"content": "Failed to load"
|
|
281
280
|
},
|
|
282
281
|
{
|
|
283
282
|
"content": "@payload.error",
|
|
284
|
-
"
|
|
283
|
+
"color": "muted",
|
|
285
284
|
"type": "typography",
|
|
286
|
-
"
|
|
285
|
+
"variant": "body"
|
|
287
286
|
},
|
|
288
287
|
{
|
|
288
|
+
"type": "button",
|
|
289
289
|
"icon": "rotate-ccw",
|
|
290
|
+
"action": "INIT",
|
|
290
291
|
"label": "Retry",
|
|
291
|
-
"variant": "primary"
|
|
292
|
-
"type": "button",
|
|
293
|
-
"action": "INIT"
|
|
292
|
+
"variant": "primary"
|
|
294
293
|
}
|
|
295
294
|
],
|
|
296
|
-
"
|
|
295
|
+
"type": "stack",
|
|
296
|
+
"direction": "vertical",
|
|
297
297
|
"gap": "md",
|
|
298
|
-
"
|
|
298
|
+
"className": "py-12"
|
|
299
299
|
}
|
|
300
300
|
]
|
|
301
301
|
]
|
|
@@ -309,17 +309,17 @@
|
|
|
309
309
|
"render-ui",
|
|
310
310
|
"modal",
|
|
311
311
|
{
|
|
312
|
+
"closeAction": "CLOSE",
|
|
312
313
|
"type": "lightbox",
|
|
313
|
-
"currentIndex": 0.0,
|
|
314
|
-
"showCounter": true,
|
|
315
314
|
"images": [
|
|
316
315
|
{
|
|
317
|
-
"
|
|
316
|
+
"alt": "Image",
|
|
318
317
|
"caption": "Image",
|
|
319
|
-
"
|
|
318
|
+
"src": "https://picsum.photos/seed/gallery1/800/600"
|
|
320
319
|
}
|
|
321
320
|
],
|
|
322
|
-
"
|
|
321
|
+
"currentIndex": 0.0,
|
|
322
|
+
"showCounter": true,
|
|
323
323
|
"isOpen": true
|
|
324
324
|
}
|
|
325
325
|
]
|
|
@@ -340,8 +340,8 @@
|
|
|
340
340
|
"GalleryItem",
|
|
341
341
|
{
|
|
342
342
|
"emit": {
|
|
343
|
-
"
|
|
344
|
-
"
|
|
343
|
+
"success": "GalleryItemLoaded",
|
|
344
|
+
"failure": "GalleryItemLoadFailed"
|
|
345
345
|
}
|
|
346
346
|
}
|
|
347
347
|
],
|
|
@@ -396,4 +396,4 @@
|
|
|
396
396
|
]
|
|
397
397
|
}
|
|
398
398
|
]
|
|
399
|
-
}
|
|
399
|
+
}
|
|
@@ -42,24 +42,6 @@
|
|
|
42
42
|
"name": "ModalRecordModal",
|
|
43
43
|
"category": "interaction",
|
|
44
44
|
"linkedEntity": "ModalRecord",
|
|
45
|
-
"config": {
|
|
46
|
-
"icon": {
|
|
47
|
-
"type": "string",
|
|
48
|
-
"default": "layout-panel-top"
|
|
49
|
-
},
|
|
50
|
-
"title": {
|
|
51
|
-
"type": "string",
|
|
52
|
-
"default": "Details"
|
|
53
|
-
},
|
|
54
|
-
"fields": {
|
|
55
|
-
"type": "[string]",
|
|
56
|
-
"default": []
|
|
57
|
-
},
|
|
58
|
-
"mode": {
|
|
59
|
-
"type": "string",
|
|
60
|
-
"default": "create"
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
45
|
"emits": [
|
|
64
46
|
{
|
|
65
47
|
"event": "ModalRecordLoadFailed",
|
|
@@ -166,8 +148,8 @@
|
|
|
166
148
|
"ModalRecord",
|
|
167
149
|
{
|
|
168
150
|
"emit": {
|
|
169
|
-
"
|
|
170
|
-
"
|
|
151
|
+
"failure": "ModalRecordLoadFailed",
|
|
152
|
+
"success": "ModalRecordLoaded"
|
|
171
153
|
}
|
|
172
154
|
}
|
|
173
155
|
]
|
|
@@ -187,35 +169,35 @@
|
|
|
187
169
|
"render-ui",
|
|
188
170
|
"modal",
|
|
189
171
|
{
|
|
190
|
-
"type": "stack",
|
|
191
|
-
"direction": "vertical",
|
|
192
172
|
"gap": "md",
|
|
173
|
+
"direction": "vertical",
|
|
174
|
+
"type": "stack",
|
|
193
175
|
"children": [
|
|
194
176
|
{
|
|
195
177
|
"type": "stack",
|
|
196
|
-
"gap": "sm",
|
|
197
|
-
"direction": "horizontal",
|
|
198
178
|
"children": [
|
|
199
179
|
{
|
|
200
|
-
"
|
|
201
|
-
"
|
|
180
|
+
"type": "icon",
|
|
181
|
+
"name": "@config.icon"
|
|
202
182
|
},
|
|
203
183
|
{
|
|
204
|
-
"type": "typography",
|
|
205
184
|
"content": "@config.title",
|
|
185
|
+
"type": "typography",
|
|
206
186
|
"variant": "h3"
|
|
207
187
|
}
|
|
208
|
-
]
|
|
188
|
+
],
|
|
189
|
+
"direction": "horizontal",
|
|
190
|
+
"gap": "sm"
|
|
209
191
|
},
|
|
210
192
|
{
|
|
211
193
|
"type": "divider"
|
|
212
194
|
},
|
|
213
195
|
{
|
|
214
|
-
"type": "form-section",
|
|
215
196
|
"mode": "@config.mode",
|
|
216
197
|
"cancelEvent": "CLOSE",
|
|
217
|
-
"submitEvent": "SAVE",
|
|
218
198
|
"entity": "@payload.row",
|
|
199
|
+
"submitEvent": "SAVE",
|
|
200
|
+
"type": "form-section",
|
|
219
201
|
"fields": "@config.fields"
|
|
220
202
|
}
|
|
221
203
|
]
|
|
@@ -270,4 +252,4 @@
|
|
|
270
252
|
]
|
|
271
253
|
}
|
|
272
254
|
]
|
|
273
|
-
}
|
|
255
|
+
}
|
|
@@ -151,22 +151,22 @@
|
|
|
151
151
|
"render-ui",
|
|
152
152
|
"main",
|
|
153
153
|
{
|
|
154
|
-
"
|
|
155
|
-
"gap": "md",
|
|
154
|
+
"direction": "vertical",
|
|
156
155
|
"align": "center",
|
|
156
|
+
"className": "py-12",
|
|
157
|
+
"gap": "md",
|
|
158
|
+
"type": "stack",
|
|
157
159
|
"children": [
|
|
158
160
|
{
|
|
159
161
|
"type": "spinner"
|
|
160
162
|
},
|
|
161
163
|
{
|
|
162
164
|
"content": "Loading…",
|
|
163
|
-
"
|
|
165
|
+
"type": "typography",
|
|
164
166
|
"variant": "caption",
|
|
165
|
-
"
|
|
167
|
+
"color": "muted"
|
|
166
168
|
}
|
|
167
|
-
]
|
|
168
|
-
"className": "py-12",
|
|
169
|
-
"direction": "vertical"
|
|
169
|
+
]
|
|
170
170
|
}
|
|
171
171
|
]
|
|
172
172
|
]
|
|
@@ -180,71 +180,71 @@
|
|
|
180
180
|
"render-ui",
|
|
181
181
|
"main",
|
|
182
182
|
{
|
|
183
|
-
"type": "stack",
|
|
184
|
-
"direction": "vertical",
|
|
185
183
|
"children": [
|
|
186
184
|
{
|
|
187
|
-
"
|
|
185
|
+
"gap": "sm",
|
|
186
|
+
"justify": "between",
|
|
188
187
|
"children": [
|
|
189
188
|
{
|
|
190
|
-
"
|
|
189
|
+
"gap": "sm",
|
|
191
190
|
"type": "stack",
|
|
192
191
|
"children": [
|
|
193
192
|
{
|
|
194
|
-
"
|
|
195
|
-
"
|
|
193
|
+
"type": "icon",
|
|
194
|
+
"name": "list"
|
|
196
195
|
},
|
|
197
196
|
{
|
|
198
197
|
"content": "PagedItems",
|
|
199
|
-
"
|
|
200
|
-
"
|
|
198
|
+
"type": "typography",
|
|
199
|
+
"variant": "h2"
|
|
201
200
|
}
|
|
202
201
|
],
|
|
203
|
-
"
|
|
204
|
-
"
|
|
202
|
+
"direction": "horizontal",
|
|
203
|
+
"align": "center"
|
|
205
204
|
}
|
|
206
205
|
],
|
|
207
|
-
"type": "stack",
|
|
208
|
-
"gap": "sm",
|
|
209
206
|
"direction": "horizontal",
|
|
210
|
-
"
|
|
207
|
+
"align": "center",
|
|
208
|
+
"type": "stack"
|
|
211
209
|
},
|
|
212
210
|
{
|
|
213
211
|
"type": "divider"
|
|
214
212
|
},
|
|
215
213
|
{
|
|
216
|
-
"entity": "@payload.data",
|
|
217
|
-
"type": "data-grid",
|
|
218
214
|
"fields": [
|
|
219
215
|
{
|
|
220
|
-
"name": "name",
|
|
221
216
|
"label": "Name",
|
|
217
|
+
"name": "name",
|
|
222
218
|
"variant": "h4"
|
|
223
219
|
},
|
|
224
220
|
{
|
|
221
|
+
"name": "description",
|
|
225
222
|
"label": "Description",
|
|
226
|
-
"variant": "caption"
|
|
227
|
-
"name": "description"
|
|
223
|
+
"variant": "caption"
|
|
228
224
|
},
|
|
229
225
|
{
|
|
230
226
|
"variant": "badge",
|
|
231
227
|
"label": "Status",
|
|
232
228
|
"name": "status"
|
|
233
229
|
}
|
|
234
|
-
]
|
|
230
|
+
],
|
|
231
|
+
"type": "data-grid",
|
|
232
|
+
"entity": "@payload.data"
|
|
235
233
|
},
|
|
236
234
|
{
|
|
237
|
-
"
|
|
235
|
+
"currentPage": 1.0,
|
|
238
236
|
"totalPages": 10.0,
|
|
239
|
-
"showPageSize": false,
|
|
240
237
|
"type": "pagination",
|
|
241
|
-
"
|
|
238
|
+
"onPageChange": "PAGE",
|
|
239
|
+
"showPageSize": false
|
|
242
240
|
},
|
|
243
241
|
{
|
|
244
|
-
"
|
|
245
|
-
"
|
|
242
|
+
"type": "infinite-scroll-sentinel",
|
|
243
|
+
"loadMoreEvent": "PAGE"
|
|
246
244
|
}
|
|
247
245
|
],
|
|
246
|
+
"type": "stack",
|
|
247
|
+
"direction": "vertical",
|
|
248
248
|
"gap": "lg"
|
|
249
249
|
}
|
|
250
250
|
]
|
|
@@ -259,36 +259,36 @@
|
|
|
259
259
|
"render-ui",
|
|
260
260
|
"main",
|
|
261
261
|
{
|
|
262
|
+
"gap": "md",
|
|
263
|
+
"align": "center",
|
|
262
264
|
"className": "py-12",
|
|
265
|
+
"type": "stack",
|
|
266
|
+
"direction": "vertical",
|
|
263
267
|
"children": [
|
|
264
268
|
{
|
|
265
|
-
"
|
|
269
|
+
"color": "destructive",
|
|
266
270
|
"name": "alert-triangle",
|
|
267
|
-
"
|
|
271
|
+
"type": "icon"
|
|
268
272
|
},
|
|
269
273
|
{
|
|
270
274
|
"type": "typography",
|
|
271
|
-
"
|
|
272
|
-
"
|
|
275
|
+
"content": "Failed to load",
|
|
276
|
+
"variant": "h3"
|
|
273
277
|
},
|
|
274
278
|
{
|
|
275
|
-
"type": "typography",
|
|
276
|
-
"variant": "body",
|
|
277
279
|
"content": "@payload.error",
|
|
278
|
-
"color": "muted"
|
|
280
|
+
"color": "muted",
|
|
281
|
+
"type": "typography",
|
|
282
|
+
"variant": "body"
|
|
279
283
|
},
|
|
280
284
|
{
|
|
281
|
-
"action": "INIT",
|
|
282
285
|
"icon": "rotate-ccw",
|
|
283
|
-
"variant": "primary",
|
|
284
286
|
"type": "button",
|
|
287
|
+
"variant": "primary",
|
|
288
|
+
"action": "INIT",
|
|
285
289
|
"label": "Retry"
|
|
286
290
|
}
|
|
287
|
-
]
|
|
288
|
-
"direction": "vertical",
|
|
289
|
-
"gap": "md",
|
|
290
|
-
"type": "stack",
|
|
291
|
-
"align": "center"
|
|
291
|
+
]
|
|
292
292
|
}
|
|
293
293
|
]
|
|
294
294
|
]
|
|
@@ -303,8 +303,8 @@
|
|
|
303
303
|
"PagedItem",
|
|
304
304
|
{
|
|
305
305
|
"emit": {
|
|
306
|
-
"
|
|
307
|
-
"
|
|
306
|
+
"success": "PagedItemLoaded",
|
|
307
|
+
"failure": "PagedItemLoadFailed"
|
|
308
308
|
}
|
|
309
309
|
}
|
|
310
310
|
],
|
|
@@ -359,4 +359,4 @@
|
|
|
359
359
|
]
|
|
360
360
|
}
|
|
361
361
|
]
|
|
362
|
-
}
|
|
362
|
+
}
|