@almadar/std 8.2.0 → 8.3.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 +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- 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 +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- 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 +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -149,8 +149,8 @@
|
|
|
149
149
|
"GalleryItem",
|
|
150
150
|
{
|
|
151
151
|
"emit": {
|
|
152
|
-
"
|
|
153
|
-
"
|
|
152
|
+
"failure": "GalleryItemLoadFailed",
|
|
153
|
+
"success": "GalleryItemLoaded"
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
],
|
|
@@ -158,22 +158,22 @@
|
|
|
158
158
|
"render-ui",
|
|
159
159
|
"main",
|
|
160
160
|
{
|
|
161
|
-
"
|
|
161
|
+
"className": "py-12",
|
|
162
162
|
"gap": "md",
|
|
163
|
-
"direction": "vertical",
|
|
164
163
|
"type": "stack",
|
|
164
|
+
"direction": "vertical",
|
|
165
165
|
"children": [
|
|
166
166
|
{
|
|
167
167
|
"type": "spinner"
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
|
-
"type": "typography",
|
|
171
170
|
"variant": "caption",
|
|
171
|
+
"color": "muted",
|
|
172
172
|
"content": "Loading…",
|
|
173
|
-
"
|
|
173
|
+
"type": "typography"
|
|
174
174
|
}
|
|
175
175
|
],
|
|
176
|
-
"
|
|
176
|
+
"align": "center"
|
|
177
177
|
}
|
|
178
178
|
]
|
|
179
179
|
]
|
|
@@ -187,12 +187,12 @@
|
|
|
187
187
|
"render-ui",
|
|
188
188
|
"main",
|
|
189
189
|
{
|
|
190
|
+
"direction": "vertical",
|
|
191
|
+
"gap": "lg",
|
|
192
|
+
"type": "stack",
|
|
190
193
|
"children": [
|
|
191
194
|
{
|
|
192
|
-
"type": "stack",
|
|
193
|
-
"gap": "md",
|
|
194
195
|
"justify": "between",
|
|
195
|
-
"align": "center",
|
|
196
196
|
"children": [
|
|
197
197
|
{
|
|
198
198
|
"children": [
|
|
@@ -201,58 +201,58 @@
|
|
|
201
201
|
"name": "image"
|
|
202
202
|
},
|
|
203
203
|
{
|
|
204
|
+
"variant": "h2",
|
|
204
205
|
"type": "typography",
|
|
205
|
-
"content": "GalleryItems Gallery"
|
|
206
|
-
"variant": "h2"
|
|
206
|
+
"content": "GalleryItems Gallery"
|
|
207
207
|
}
|
|
208
208
|
],
|
|
209
209
|
"type": "stack",
|
|
210
|
+
"align": "center",
|
|
210
211
|
"direction": "horizontal",
|
|
211
|
-
"gap": "sm"
|
|
212
|
-
"align": "center"
|
|
212
|
+
"gap": "sm"
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
|
-
"
|
|
215
|
+
"variant": "caption",
|
|
216
216
|
"content": "Click any image to view full size",
|
|
217
217
|
"color": "muted",
|
|
218
|
-
"
|
|
218
|
+
"type": "typography"
|
|
219
219
|
}
|
|
220
220
|
],
|
|
221
|
-
"direction": "horizontal"
|
|
221
|
+
"direction": "horizontal",
|
|
222
|
+
"gap": "md",
|
|
223
|
+
"align": "center",
|
|
224
|
+
"type": "stack"
|
|
222
225
|
},
|
|
223
226
|
{
|
|
224
227
|
"type": "divider"
|
|
225
228
|
},
|
|
226
229
|
{
|
|
227
|
-
"cols": 3.0,
|
|
228
230
|
"gap": "md",
|
|
229
|
-
"imageField": "imageUrl",
|
|
230
231
|
"type": "data-grid",
|
|
232
|
+
"cols": 3.0,
|
|
233
|
+
"entity": "@payload.data",
|
|
234
|
+
"imageField": "imageUrl",
|
|
231
235
|
"itemActions": [
|
|
232
236
|
{
|
|
233
|
-
"icon": "maximize",
|
|
234
237
|
"label": "View",
|
|
235
|
-
"event": "VIEW"
|
|
238
|
+
"event": "VIEW",
|
|
239
|
+
"icon": "maximize"
|
|
236
240
|
}
|
|
237
241
|
],
|
|
238
242
|
"fields": [
|
|
239
243
|
{
|
|
240
244
|
"name": "name",
|
|
241
|
-
"
|
|
242
|
-
"
|
|
245
|
+
"label": "Title",
|
|
246
|
+
"variant": "h4"
|
|
243
247
|
},
|
|
244
248
|
{
|
|
245
249
|
"name": "status",
|
|
246
250
|
"variant": "badge",
|
|
247
251
|
"label": "Status"
|
|
248
252
|
}
|
|
249
|
-
]
|
|
250
|
-
"entity": "@payload.data"
|
|
253
|
+
]
|
|
251
254
|
}
|
|
252
|
-
]
|
|
253
|
-
"direction": "vertical",
|
|
254
|
-
"type": "stack",
|
|
255
|
-
"gap": "lg"
|
|
255
|
+
]
|
|
256
256
|
}
|
|
257
257
|
]
|
|
258
258
|
]
|
|
@@ -266,35 +266,35 @@
|
|
|
266
266
|
"render-ui",
|
|
267
267
|
"main",
|
|
268
268
|
{
|
|
269
|
-
"className": "py-12",
|
|
270
269
|
"type": "stack",
|
|
270
|
+
"className": "py-12",
|
|
271
271
|
"children": [
|
|
272
272
|
{
|
|
273
|
+
"name": "alert-triangle",
|
|
273
274
|
"color": "destructive",
|
|
274
|
-
"type": "icon"
|
|
275
|
-
"name": "alert-triangle"
|
|
275
|
+
"type": "icon"
|
|
276
276
|
},
|
|
277
277
|
{
|
|
278
|
-
"content": "Failed to load",
|
|
279
278
|
"variant": "h3",
|
|
279
|
+
"content": "Failed to load",
|
|
280
280
|
"type": "typography"
|
|
281
281
|
},
|
|
282
282
|
{
|
|
283
|
-
"content": "@payload.error",
|
|
284
283
|
"variant": "body",
|
|
285
284
|
"type": "typography",
|
|
285
|
+
"content": "@payload.error",
|
|
286
286
|
"color": "muted"
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
|
-
"icon": "rotate-ccw",
|
|
290
|
-
"label": "Retry",
|
|
291
|
-
"variant": "primary",
|
|
292
289
|
"type": "button",
|
|
293
|
-
"action": "INIT"
|
|
290
|
+
"action": "INIT",
|
|
291
|
+
"variant": "primary",
|
|
292
|
+
"icon": "rotate-ccw",
|
|
293
|
+
"label": "Retry"
|
|
294
294
|
}
|
|
295
295
|
],
|
|
296
|
-
"align": "center",
|
|
297
296
|
"gap": "md",
|
|
297
|
+
"align": "center",
|
|
298
298
|
"direction": "vertical"
|
|
299
299
|
}
|
|
300
300
|
]
|
|
@@ -309,18 +309,18 @@
|
|
|
309
309
|
"render-ui",
|
|
310
310
|
"modal",
|
|
311
311
|
{
|
|
312
|
-
"type": "lightbox",
|
|
313
312
|
"currentIndex": 0.0,
|
|
313
|
+
"type": "lightbox",
|
|
314
|
+
"closeAction": "CLOSE",
|
|
315
|
+
"isOpen": true,
|
|
314
316
|
"showCounter": true,
|
|
315
317
|
"images": [
|
|
316
318
|
{
|
|
317
|
-
"
|
|
319
|
+
"alt": "Image",
|
|
318
320
|
"caption": "Image",
|
|
319
|
-
"
|
|
321
|
+
"src": "https://picsum.photos/seed/gallery1/800/600"
|
|
320
322
|
}
|
|
321
|
-
]
|
|
322
|
-
"closeAction": "CLOSE",
|
|
323
|
-
"isOpen": true
|
|
323
|
+
]
|
|
324
324
|
}
|
|
325
325
|
]
|
|
326
326
|
]
|
|
@@ -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
|
],
|
|
@@ -364,8 +364,8 @@
|
|
|
364
364
|
"GalleryItem",
|
|
365
365
|
{
|
|
366
366
|
"emit": {
|
|
367
|
-
"
|
|
368
|
-
"
|
|
367
|
+
"failure": "GalleryItemLoadFailed",
|
|
368
|
+
"success": "GalleryItemLoaded"
|
|
369
369
|
}
|
|
370
370
|
}
|
|
371
371
|
],
|
|
@@ -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,38 +169,38 @@
|
|
|
187
169
|
"render-ui",
|
|
188
170
|
"modal",
|
|
189
171
|
{
|
|
190
|
-
"type": "stack",
|
|
191
172
|
"direction": "vertical",
|
|
192
173
|
"gap": "md",
|
|
193
174
|
"children": [
|
|
194
175
|
{
|
|
195
176
|
"type": "stack",
|
|
196
|
-
"gap": "sm",
|
|
197
|
-
"direction": "horizontal",
|
|
198
177
|
"children": [
|
|
199
178
|
{
|
|
200
179
|
"name": "@config.icon",
|
|
201
180
|
"type": "icon"
|
|
202
181
|
},
|
|
203
182
|
{
|
|
183
|
+
"variant": "h3",
|
|
204
184
|
"type": "typography",
|
|
205
|
-
"content": "@config.title"
|
|
206
|
-
"variant": "h3"
|
|
185
|
+
"content": "@config.title"
|
|
207
186
|
}
|
|
208
|
-
]
|
|
187
|
+
],
|
|
188
|
+
"gap": "sm",
|
|
189
|
+
"direction": "horizontal"
|
|
209
190
|
},
|
|
210
191
|
{
|
|
211
192
|
"type": "divider"
|
|
212
193
|
},
|
|
213
194
|
{
|
|
214
|
-
"
|
|
215
|
-
"mode": "@config.mode",
|
|
195
|
+
"fields": "@config.fields",
|
|
216
196
|
"cancelEvent": "CLOSE",
|
|
217
|
-
"
|
|
197
|
+
"mode": "@config.mode",
|
|
218
198
|
"entity": "@payload.row",
|
|
219
|
-
"
|
|
199
|
+
"type": "form-section",
|
|
200
|
+
"submitEvent": "SAVE"
|
|
220
201
|
}
|
|
221
|
-
]
|
|
202
|
+
],
|
|
203
|
+
"type": "stack"
|
|
222
204
|
}
|
|
223
205
|
]
|
|
224
206
|
]
|
|
@@ -270,4 +252,4 @@
|
|
|
270
252
|
]
|
|
271
253
|
}
|
|
272
254
|
]
|
|
273
|
-
}
|
|
255
|
+
}
|
|
@@ -142,8 +142,8 @@
|
|
|
142
142
|
"PagedItem",
|
|
143
143
|
{
|
|
144
144
|
"emit": {
|
|
145
|
-
"
|
|
146
|
-
"
|
|
145
|
+
"success": "PagedItemLoaded",
|
|
146
|
+
"failure": "PagedItemLoadFailed"
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
149
|
],
|
|
@@ -154,18 +154,18 @@
|
|
|
154
154
|
"type": "stack",
|
|
155
155
|
"gap": "md",
|
|
156
156
|
"align": "center",
|
|
157
|
+
"className": "py-12",
|
|
157
158
|
"children": [
|
|
158
159
|
{
|
|
159
160
|
"type": "spinner"
|
|
160
161
|
},
|
|
161
162
|
{
|
|
162
|
-
"content": "Loading…",
|
|
163
|
-
"color": "muted",
|
|
164
163
|
"variant": "caption",
|
|
165
|
-
"type": "typography"
|
|
164
|
+
"type": "typography",
|
|
165
|
+
"content": "Loading…",
|
|
166
|
+
"color": "muted"
|
|
166
167
|
}
|
|
167
168
|
],
|
|
168
|
-
"className": "py-12",
|
|
169
169
|
"direction": "vertical"
|
|
170
170
|
}
|
|
171
171
|
]
|
|
@@ -180,72 +180,72 @@
|
|
|
180
180
|
"render-ui",
|
|
181
181
|
"main",
|
|
182
182
|
{
|
|
183
|
-
"
|
|
184
|
-
"direction": "vertical",
|
|
183
|
+
"gap": "lg",
|
|
185
184
|
"children": [
|
|
186
185
|
{
|
|
187
|
-
"align": "center",
|
|
188
186
|
"children": [
|
|
189
187
|
{
|
|
190
|
-
"align": "center",
|
|
191
188
|
"type": "stack",
|
|
189
|
+
"direction": "horizontal",
|
|
190
|
+
"align": "center",
|
|
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
|
-
"gap": "sm"
|
|
204
|
-
"direction": "horizontal"
|
|
202
|
+
"gap": "sm"
|
|
205
203
|
}
|
|
206
204
|
],
|
|
207
|
-
"
|
|
205
|
+
"justify": "between",
|
|
208
206
|
"gap": "sm",
|
|
207
|
+
"type": "stack",
|
|
209
208
|
"direction": "horizontal",
|
|
210
|
-
"
|
|
209
|
+
"align": "center"
|
|
211
210
|
},
|
|
212
211
|
{
|
|
213
212
|
"type": "divider"
|
|
214
213
|
},
|
|
215
214
|
{
|
|
216
|
-
"entity": "@payload.data",
|
|
217
|
-
"type": "data-grid",
|
|
218
215
|
"fields": [
|
|
219
216
|
{
|
|
217
|
+
"variant": "h4",
|
|
220
218
|
"name": "name",
|
|
221
|
-
"label": "Name"
|
|
222
|
-
"variant": "h4"
|
|
219
|
+
"label": "Name"
|
|
223
220
|
},
|
|
224
221
|
{
|
|
222
|
+
"name": "description",
|
|
225
223
|
"label": "Description",
|
|
226
|
-
"variant": "caption"
|
|
227
|
-
"name": "description"
|
|
224
|
+
"variant": "caption"
|
|
228
225
|
},
|
|
229
226
|
{
|
|
227
|
+
"name": "status",
|
|
230
228
|
"variant": "badge",
|
|
231
|
-
"label": "Status"
|
|
232
|
-
"name": "status"
|
|
229
|
+
"label": "Status"
|
|
233
230
|
}
|
|
234
|
-
]
|
|
231
|
+
],
|
|
232
|
+
"entity": "@payload.data",
|
|
233
|
+
"type": "data-grid"
|
|
235
234
|
},
|
|
236
235
|
{
|
|
237
236
|
"onPageChange": "PAGE",
|
|
238
|
-
"totalPages": 10.0,
|
|
239
|
-
"showPageSize": false,
|
|
240
237
|
"type": "pagination",
|
|
241
|
-
"
|
|
238
|
+
"totalPages": 10.0,
|
|
239
|
+
"currentPage": 1.0,
|
|
240
|
+
"showPageSize": false
|
|
242
241
|
},
|
|
243
242
|
{
|
|
244
|
-
"
|
|
245
|
-
"
|
|
243
|
+
"type": "infinite-scroll-sentinel",
|
|
244
|
+
"loadMoreEvent": "PAGE"
|
|
246
245
|
}
|
|
247
246
|
],
|
|
248
|
-
"
|
|
247
|
+
"direction": "vertical",
|
|
248
|
+
"type": "stack"
|
|
249
249
|
}
|
|
250
250
|
]
|
|
251
251
|
]
|
|
@@ -267,28 +267,28 @@
|
|
|
267
267
|
"color": "destructive"
|
|
268
268
|
},
|
|
269
269
|
{
|
|
270
|
-
"type": "typography",
|
|
271
270
|
"variant": "h3",
|
|
271
|
+
"type": "typography",
|
|
272
272
|
"content": "Failed to load"
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
|
-
"
|
|
275
|
+
"color": "muted",
|
|
276
276
|
"variant": "body",
|
|
277
|
-
"
|
|
278
|
-
"
|
|
277
|
+
"type": "typography",
|
|
278
|
+
"content": "@payload.error"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
|
-
"action": "INIT",
|
|
282
|
-
"icon": "rotate-ccw",
|
|
283
|
-
"variant": "primary",
|
|
284
281
|
"type": "button",
|
|
282
|
+
"variant": "primary",
|
|
283
|
+
"icon": "rotate-ccw",
|
|
284
|
+
"action": "INIT",
|
|
285
285
|
"label": "Retry"
|
|
286
286
|
}
|
|
287
287
|
],
|
|
288
|
-
"
|
|
288
|
+
"align": "center",
|
|
289
289
|
"gap": "md",
|
|
290
290
|
"type": "stack",
|
|
291
|
-
"
|
|
291
|
+
"direction": "vertical"
|
|
292
292
|
}
|
|
293
293
|
]
|
|
294
294
|
]
|
|
@@ -327,8 +327,8 @@
|
|
|
327
327
|
"PagedItem",
|
|
328
328
|
{
|
|
329
329
|
"emit": {
|
|
330
|
-
"
|
|
331
|
-
"
|
|
330
|
+
"failure": "PagedItemLoadFailed",
|
|
331
|
+
"success": "PagedItemLoaded"
|
|
332
332
|
}
|
|
333
333
|
}
|
|
334
334
|
],
|
|
@@ -359,4 +359,4 @@
|
|
|
359
359
|
]
|
|
360
360
|
}
|
|
361
361
|
]
|
|
362
|
-
}
|
|
362
|
+
}
|