@almadar/std 13.6.0 → 13.8.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 +69 -69
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors/behaviors-registry.json +2913 -322
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors-registry.json +2913 -322
- package/dist/index.d.ts +2 -2
- package/dist/index.js +26 -13
- package/dist/index.js.map +1 -1
- package/dist/modules/agent.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/array.js +16 -8
- package/dist/modules/array.js.map +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/core.js +6 -3
- package/dist/modules/core.js.map +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.js +26 -13
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/object.js +4 -2
- package/dist/modules/object.js.map +1 -1
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +26 -13
- package/dist/registry.js.map +1 -1
- package/dist/{types-D7dG8fBF.d.ts → types-CdSN5hnD.d.ts} +43 -0
- package/package.json +1 -1
|
@@ -60,9 +60,6 @@
|
|
|
60
60
|
{
|
|
61
61
|
"event": "CANCEL"
|
|
62
62
|
},
|
|
63
|
-
{
|
|
64
|
-
"event": "CLOSE"
|
|
65
|
-
},
|
|
66
63
|
{
|
|
67
64
|
"event": "ConfirmActionLoadFailed",
|
|
68
65
|
"scope": "internal",
|
|
@@ -166,8 +163,8 @@
|
|
|
166
163
|
"ConfirmAction",
|
|
167
164
|
{
|
|
168
165
|
"emit": {
|
|
169
|
-
"
|
|
170
|
-
"
|
|
166
|
+
"failure": "ConfirmActionLoadFailed",
|
|
167
|
+
"success": "ConfirmActionLoaded"
|
|
171
168
|
}
|
|
172
169
|
}
|
|
173
170
|
]
|
|
@@ -198,28 +195,28 @@
|
|
|
198
195
|
"gap": "md",
|
|
199
196
|
"children": [
|
|
200
197
|
{
|
|
198
|
+
"direction": "horizontal",
|
|
199
|
+
"type": "stack",
|
|
201
200
|
"gap": "sm",
|
|
201
|
+
"align": "center",
|
|
202
202
|
"children": [
|
|
203
203
|
{
|
|
204
|
-
"
|
|
205
|
-
"
|
|
204
|
+
"type": "icon",
|
|
205
|
+
"name": "@config.icon"
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
|
-
"
|
|
208
|
+
"content": "@config.title",
|
|
209
209
|
"type": "typography",
|
|
210
|
-
"
|
|
210
|
+
"variant": "h3"
|
|
211
211
|
}
|
|
212
|
-
]
|
|
213
|
-
"direction": "horizontal",
|
|
214
|
-
"type": "stack",
|
|
215
|
-
"align": "center"
|
|
212
|
+
]
|
|
216
213
|
},
|
|
217
214
|
{
|
|
218
215
|
"type": "divider"
|
|
219
216
|
},
|
|
220
217
|
{
|
|
221
|
-
"type": "alert",
|
|
222
218
|
"variant": "error",
|
|
219
|
+
"type": "alert",
|
|
223
220
|
"message": "@config.alertMessage"
|
|
224
221
|
},
|
|
225
222
|
{
|
|
@@ -228,13 +225,14 @@
|
|
|
228
225
|
"type": "typography"
|
|
229
226
|
},
|
|
230
227
|
{
|
|
231
|
-
"color": "muted",
|
|
232
228
|
"type": "typography",
|
|
233
229
|
"variant": "caption",
|
|
230
|
+
"color": "muted",
|
|
234
231
|
"content": "@entity.pendingId"
|
|
235
232
|
},
|
|
236
233
|
{
|
|
237
234
|
"type": "stack",
|
|
235
|
+
"gap": "sm",
|
|
238
236
|
"direction": "horizontal",
|
|
239
237
|
"justify": "end",
|
|
240
238
|
"children": [
|
|
@@ -246,16 +244,15 @@
|
|
|
246
244
|
},
|
|
247
245
|
{
|
|
248
246
|
"label": "@config.confirmLabel",
|
|
249
|
-
"action": "CONFIRM",
|
|
250
|
-
"type": "button",
|
|
251
247
|
"actionPayload": {
|
|
252
248
|
"id": "@payload.id"
|
|
253
249
|
},
|
|
254
|
-
"
|
|
255
|
-
"
|
|
250
|
+
"action": "CONFIRM",
|
|
251
|
+
"type": "button",
|
|
252
|
+
"variant": "danger",
|
|
253
|
+
"icon": "check"
|
|
256
254
|
}
|
|
257
|
-
]
|
|
258
|
-
"gap": "sm"
|
|
255
|
+
]
|
|
259
256
|
}
|
|
260
257
|
]
|
|
261
258
|
}
|
|
@@ -301,21 +298,21 @@
|
|
|
301
298
|
]
|
|
302
299
|
},
|
|
303
300
|
"config": {
|
|
304
|
-
"
|
|
301
|
+
"title": {
|
|
305
302
|
"type": "string",
|
|
306
|
-
"default": "
|
|
303
|
+
"default": "Confirm Action"
|
|
307
304
|
},
|
|
308
305
|
"alertMessage": {
|
|
309
306
|
"type": "string",
|
|
310
307
|
"default": "Are you sure?"
|
|
311
308
|
},
|
|
312
|
-
"
|
|
309
|
+
"icon": {
|
|
313
310
|
"type": "string",
|
|
314
|
-
"default": "
|
|
311
|
+
"default": "alert-triangle"
|
|
315
312
|
},
|
|
316
|
-
"
|
|
313
|
+
"confirmLabel": {
|
|
317
314
|
"type": "string",
|
|
318
|
-
"default": "Confirm
|
|
315
|
+
"default": "Confirm"
|
|
319
316
|
}
|
|
320
317
|
},
|
|
321
318
|
"scope": "instance"
|
|
@@ -146,22 +146,22 @@
|
|
|
146
146
|
"render-ui",
|
|
147
147
|
"main",
|
|
148
148
|
{
|
|
149
|
+
"className": "py-12",
|
|
149
150
|
"type": "stack",
|
|
151
|
+
"direction": "vertical",
|
|
152
|
+
"gap": "md",
|
|
150
153
|
"children": [
|
|
151
154
|
{
|
|
152
155
|
"type": "spinner"
|
|
153
156
|
},
|
|
154
157
|
{
|
|
158
|
+
"variant": "caption",
|
|
155
159
|
"type": "typography",
|
|
156
160
|
"content": "Loading…",
|
|
157
|
-
"variant": "caption",
|
|
158
161
|
"color": "muted"
|
|
159
162
|
}
|
|
160
163
|
],
|
|
161
|
-
"
|
|
162
|
-
"direction": "vertical",
|
|
163
|
-
"align": "center",
|
|
164
|
-
"className": "py-12"
|
|
164
|
+
"align": "center"
|
|
165
165
|
}
|
|
166
166
|
]
|
|
167
167
|
]
|
|
@@ -176,67 +176,67 @@
|
|
|
176
176
|
"main",
|
|
177
177
|
{
|
|
178
178
|
"type": "stack",
|
|
179
|
-
"gap": "lg",
|
|
180
|
-
"direction": "vertical",
|
|
181
179
|
"children": [
|
|
182
180
|
{
|
|
183
|
-
"type": "stack",
|
|
184
|
-
"gap": "md",
|
|
185
|
-
"justify": "between",
|
|
186
181
|
"children": [
|
|
187
182
|
{
|
|
188
183
|
"align": "center",
|
|
189
|
-
"direction": "horizontal",
|
|
190
|
-
"gap": "md",
|
|
191
|
-
"type": "stack",
|
|
192
184
|
"children": [
|
|
193
185
|
{
|
|
194
|
-
"
|
|
195
|
-
"
|
|
186
|
+
"name": "panel-right",
|
|
187
|
+
"type": "icon"
|
|
196
188
|
},
|
|
197
189
|
{
|
|
198
|
-
"
|
|
190
|
+
"variant": "h2",
|
|
199
191
|
"type": "typography",
|
|
200
|
-
"
|
|
192
|
+
"content": "Details"
|
|
201
193
|
}
|
|
202
|
-
]
|
|
194
|
+
],
|
|
195
|
+
"type": "stack",
|
|
196
|
+
"direction": "horizontal",
|
|
197
|
+
"gap": "md"
|
|
203
198
|
},
|
|
204
199
|
{
|
|
205
200
|
"type": "button",
|
|
206
|
-
"icon": "panel-right",
|
|
207
201
|
"variant": "primary",
|
|
208
|
-
"
|
|
209
|
-
"action": "OPEN"
|
|
202
|
+
"icon": "panel-right",
|
|
203
|
+
"action": "OPEN",
|
|
204
|
+
"label": "Open"
|
|
210
205
|
}
|
|
211
206
|
],
|
|
207
|
+
"direction": "horizontal",
|
|
208
|
+
"gap": "md",
|
|
212
209
|
"align": "center",
|
|
213
|
-
"
|
|
210
|
+
"type": "stack",
|
|
211
|
+
"justify": "between"
|
|
214
212
|
},
|
|
215
213
|
{
|
|
216
214
|
"type": "divider"
|
|
217
215
|
},
|
|
218
216
|
{
|
|
219
|
-
"
|
|
217
|
+
"type": "data-grid",
|
|
220
218
|
"renderItem": [
|
|
221
219
|
"fn",
|
|
222
220
|
"item",
|
|
223
221
|
{
|
|
222
|
+
"direction": "vertical",
|
|
224
223
|
"children": [
|
|
225
224
|
{
|
|
226
|
-
"
|
|
225
|
+
"content": "@item.name",
|
|
227
226
|
"type": "typography",
|
|
228
|
-
"
|
|
227
|
+
"variant": "h4"
|
|
229
228
|
}
|
|
230
229
|
],
|
|
231
|
-
"direction": "vertical",
|
|
232
230
|
"type": "stack",
|
|
233
231
|
"gap": "sm"
|
|
234
232
|
}
|
|
235
233
|
],
|
|
236
|
-
"
|
|
237
|
-
"
|
|
234
|
+
"entity": "@payload.data",
|
|
235
|
+
"fields": []
|
|
238
236
|
}
|
|
239
|
-
]
|
|
237
|
+
],
|
|
238
|
+
"direction": "vertical",
|
|
239
|
+
"gap": "lg"
|
|
240
240
|
}
|
|
241
241
|
]
|
|
242
242
|
]
|
|
@@ -250,36 +250,36 @@
|
|
|
250
250
|
"render-ui",
|
|
251
251
|
"main",
|
|
252
252
|
{
|
|
253
|
+
"gap": "md",
|
|
253
254
|
"align": "center",
|
|
254
255
|
"type": "stack",
|
|
256
|
+
"className": "py-12",
|
|
255
257
|
"children": [
|
|
256
258
|
{
|
|
259
|
+
"color": "destructive",
|
|
257
260
|
"type": "icon",
|
|
258
|
-
"name": "alert-triangle"
|
|
259
|
-
"color": "destructive"
|
|
261
|
+
"name": "alert-triangle"
|
|
260
262
|
},
|
|
261
263
|
{
|
|
262
264
|
"type": "typography",
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
+
"variant": "h3",
|
|
266
|
+
"content": "Failed to load"
|
|
265
267
|
},
|
|
266
268
|
{
|
|
267
|
-
"type": "typography",
|
|
268
269
|
"color": "muted",
|
|
270
|
+
"type": "typography",
|
|
269
271
|
"variant": "body",
|
|
270
272
|
"content": "@payload.error"
|
|
271
273
|
},
|
|
272
274
|
{
|
|
275
|
+
"variant": "primary",
|
|
273
276
|
"action": "INIT",
|
|
274
277
|
"type": "button",
|
|
275
|
-
"
|
|
276
|
-
"
|
|
277
|
-
"icon": "rotate-ccw"
|
|
278
|
+
"icon": "rotate-ccw",
|
|
279
|
+
"label": "Retry"
|
|
278
280
|
}
|
|
279
281
|
],
|
|
280
|
-
"direction": "vertical"
|
|
281
|
-
"gap": "md",
|
|
282
|
-
"className": "py-12"
|
|
282
|
+
"direction": "vertical"
|
|
283
283
|
}
|
|
284
284
|
]
|
|
285
285
|
]
|
|
@@ -293,39 +293,39 @@
|
|
|
293
293
|
"render-ui",
|
|
294
294
|
"drawer",
|
|
295
295
|
{
|
|
296
|
-
"type": "side-panel",
|
|
297
|
-
"onClose": "CLOSE",
|
|
298
|
-
"title": "Details",
|
|
299
|
-
"isOpen": true,
|
|
300
296
|
"position": "right",
|
|
297
|
+
"isOpen": true,
|
|
301
298
|
"children": [
|
|
302
299
|
{
|
|
303
|
-
"
|
|
300
|
+
"gap": "md",
|
|
304
301
|
"type": "stack",
|
|
305
302
|
"children": [
|
|
306
303
|
{
|
|
307
|
-
"type": "typography",
|
|
308
304
|
"variant": "body",
|
|
309
|
-
"content": "Drawer content"
|
|
305
|
+
"content": "Drawer content",
|
|
306
|
+
"type": "typography"
|
|
310
307
|
},
|
|
311
308
|
{
|
|
309
|
+
"justify": "end",
|
|
310
|
+
"type": "stack",
|
|
312
311
|
"children": [
|
|
313
312
|
{
|
|
314
|
-
"
|
|
315
|
-
"variant": "ghost",
|
|
313
|
+
"action": "CLOSE",
|
|
316
314
|
"type": "button",
|
|
317
|
-
"
|
|
315
|
+
"label": "Close",
|
|
316
|
+
"variant": "ghost"
|
|
318
317
|
}
|
|
319
318
|
],
|
|
320
|
-
"direction": "horizontal",
|
|
321
319
|
"gap": "sm",
|
|
322
|
-
"
|
|
323
|
-
"justify": "end"
|
|
320
|
+
"direction": "horizontal"
|
|
324
321
|
}
|
|
325
322
|
],
|
|
326
|
-
"
|
|
323
|
+
"direction": "vertical"
|
|
327
324
|
}
|
|
328
|
-
]
|
|
325
|
+
],
|
|
326
|
+
"type": "side-panel",
|
|
327
|
+
"title": "Details",
|
|
328
|
+
"onClose": "CLOSE"
|
|
329
329
|
}
|
|
330
330
|
]
|
|
331
331
|
]
|
|
@@ -369,8 +369,8 @@
|
|
|
369
369
|
"DrawerContent",
|
|
370
370
|
{
|
|
371
371
|
"emit": {
|
|
372
|
-
"
|
|
373
|
-
"
|
|
372
|
+
"failure": "DrawerContentLoadFailed",
|
|
373
|
+
"success": "DrawerContentLoaded"
|
|
374
374
|
}
|
|
375
375
|
}
|
|
376
376
|
],
|
|
@@ -401,4 +401,4 @@
|
|
|
401
401
|
]
|
|
402
402
|
}
|
|
403
403
|
]
|
|
404
|
-
}
|
|
404
|
+
}
|
|
@@ -44,9 +44,6 @@
|
|
|
44
44
|
"required": true
|
|
45
45
|
}
|
|
46
46
|
]
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"event": "CLEAR_FILTERS"
|
|
50
47
|
}
|
|
51
48
|
],
|
|
52
49
|
"stateMachine": {
|
|
@@ -97,9 +94,9 @@
|
|
|
97
94
|
"render-ui",
|
|
98
95
|
"main",
|
|
99
96
|
{
|
|
100
|
-
"type": "filter-group",
|
|
101
97
|
"filters": "@config.filters",
|
|
102
|
-
"entity": "FilterTarget"
|
|
98
|
+
"entity": "FilterTarget",
|
|
99
|
+
"type": "filter-group"
|
|
103
100
|
}
|
|
104
101
|
]
|
|
105
102
|
]
|
|
@@ -123,9 +120,9 @@
|
|
|
123
120
|
"render-ui",
|
|
124
121
|
"main",
|
|
125
122
|
{
|
|
126
|
-
"entity": "FilterTarget",
|
|
127
123
|
"filters": "@config.filters",
|
|
128
|
-
"type": "filter-group"
|
|
124
|
+
"type": "filter-group",
|
|
125
|
+
"entity": "FilterTarget"
|
|
129
126
|
}
|
|
130
127
|
]
|
|
131
128
|
]
|
|
@@ -157,9 +154,9 @@
|
|
|
157
154
|
"render-ui",
|
|
158
155
|
"main",
|
|
159
156
|
{
|
|
157
|
+
"entity": "FilterTarget",
|
|
160
158
|
"filters": "@config.filters",
|
|
161
|
-
"type": "filter-group"
|
|
162
|
-
"entity": "FilterTarget"
|
|
159
|
+
"type": "filter-group"
|
|
163
160
|
}
|
|
164
161
|
]
|
|
165
162
|
]
|
|
@@ -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
|
-
"
|
|
161
|
+
"direction": "vertical",
|
|
162
|
+
"align": "center",
|
|
162
163
|
"className": "py-12",
|
|
163
164
|
"children": [
|
|
164
165
|
{
|
|
165
166
|
"type": "spinner"
|
|
166
167
|
},
|
|
167
168
|
{
|
|
169
|
+
"type": "typography",
|
|
168
170
|
"variant": "caption",
|
|
169
171
|
"content": "Loading…",
|
|
170
|
-
"type": "typography",
|
|
171
172
|
"color": "muted"
|
|
172
173
|
}
|
|
173
174
|
],
|
|
174
|
-
"
|
|
175
|
-
"gap": "md"
|
|
176
|
-
"direction": "vertical"
|
|
175
|
+
"type": "stack",
|
|
176
|
+
"gap": "md"
|
|
177
177
|
}
|
|
178
178
|
]
|
|
179
179
|
]
|
|
@@ -187,19 +187,17 @@
|
|
|
187
187
|
"render-ui",
|
|
188
188
|
"main",
|
|
189
189
|
{
|
|
190
|
-
"gap": "lg",
|
|
191
190
|
"type": "stack",
|
|
192
|
-
"
|
|
191
|
+
"gap": "lg",
|
|
193
192
|
"children": [
|
|
194
193
|
{
|
|
195
194
|
"justify": "between",
|
|
196
195
|
"align": "center",
|
|
197
|
-
"direction": "horizontal",
|
|
198
196
|
"type": "stack",
|
|
199
197
|
"children": [
|
|
200
198
|
{
|
|
199
|
+
"align": "center",
|
|
201
200
|
"type": "stack",
|
|
202
|
-
"gap": "sm",
|
|
203
201
|
"direction": "horizontal",
|
|
204
202
|
"children": [
|
|
205
203
|
{
|
|
@@ -207,52 +205,54 @@
|
|
|
207
205
|
"name": "image"
|
|
208
206
|
},
|
|
209
207
|
{
|
|
210
|
-
"type": "typography",
|
|
211
208
|
"variant": "h2",
|
|
209
|
+
"type": "typography",
|
|
212
210
|
"content": "GalleryItems Gallery"
|
|
213
211
|
}
|
|
214
212
|
],
|
|
215
|
-
"
|
|
213
|
+
"gap": "sm"
|
|
216
214
|
},
|
|
217
215
|
{
|
|
218
|
-
"color": "muted",
|
|
219
216
|
"variant": "caption",
|
|
217
|
+
"content": "Click any image to view full size",
|
|
220
218
|
"type": "typography",
|
|
221
|
-
"
|
|
219
|
+
"color": "muted"
|
|
222
220
|
}
|
|
223
221
|
],
|
|
222
|
+
"direction": "horizontal",
|
|
224
223
|
"gap": "md"
|
|
225
224
|
},
|
|
226
225
|
{
|
|
227
226
|
"type": "divider"
|
|
228
227
|
},
|
|
229
228
|
{
|
|
230
|
-
"
|
|
229
|
+
"imageField": "imageUrl",
|
|
230
|
+
"entity": "@payload.data",
|
|
231
|
+
"type": "data-grid",
|
|
231
232
|
"itemActions": [
|
|
232
233
|
{
|
|
234
|
+
"label": "View",
|
|
233
235
|
"event": "VIEW",
|
|
234
|
-
"icon": "maximize"
|
|
235
|
-
"label": "View"
|
|
236
|
+
"icon": "maximize"
|
|
236
237
|
}
|
|
237
238
|
],
|
|
238
|
-
"type": "data-grid",
|
|
239
|
-
"gap": "md",
|
|
240
|
-
"imageField": "imageUrl",
|
|
241
239
|
"fields": [
|
|
242
240
|
{
|
|
243
|
-
"
|
|
241
|
+
"name": "name",
|
|
244
242
|
"variant": "h4",
|
|
245
|
-
"
|
|
243
|
+
"label": "Title"
|
|
246
244
|
},
|
|
247
245
|
{
|
|
248
|
-
"
|
|
246
|
+
"name": "status",
|
|
249
247
|
"label": "Status",
|
|
250
|
-
"
|
|
248
|
+
"variant": "badge"
|
|
251
249
|
}
|
|
252
250
|
],
|
|
253
|
-
"
|
|
251
|
+
"cols": 3.0,
|
|
252
|
+
"gap": "md"
|
|
254
253
|
}
|
|
255
|
-
]
|
|
254
|
+
],
|
|
255
|
+
"direction": "vertical"
|
|
256
256
|
}
|
|
257
257
|
]
|
|
258
258
|
]
|
|
@@ -266,19 +266,20 @@
|
|
|
266
266
|
"render-ui",
|
|
267
267
|
"main",
|
|
268
268
|
{
|
|
269
|
-
"align": "center",
|
|
270
|
-
"className": "py-12",
|
|
271
269
|
"type": "stack",
|
|
270
|
+
"gap": "md",
|
|
271
|
+
"className": "py-12",
|
|
272
|
+
"align": "center",
|
|
272
273
|
"children": [
|
|
273
274
|
{
|
|
274
|
-
"type": "icon",
|
|
275
275
|
"name": "alert-triangle",
|
|
276
|
-
"color": "destructive"
|
|
276
|
+
"color": "destructive",
|
|
277
|
+
"type": "icon"
|
|
277
278
|
},
|
|
278
279
|
{
|
|
279
|
-
"
|
|
280
|
+
"type": "typography",
|
|
280
281
|
"variant": "h3",
|
|
281
|
-
"
|
|
282
|
+
"content": "Failed to load"
|
|
282
283
|
},
|
|
283
284
|
{
|
|
284
285
|
"variant": "body",
|
|
@@ -287,14 +288,13 @@
|
|
|
287
288
|
"color": "muted"
|
|
288
289
|
},
|
|
289
290
|
{
|
|
291
|
+
"action": "INIT",
|
|
290
292
|
"type": "button",
|
|
291
293
|
"variant": "primary",
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"icon": "rotate-ccw"
|
|
294
|
+
"icon": "rotate-ccw",
|
|
295
|
+
"label": "Retry"
|
|
295
296
|
}
|
|
296
297
|
],
|
|
297
|
-
"gap": "md",
|
|
298
298
|
"direction": "vertical"
|
|
299
299
|
}
|
|
300
300
|
]
|
|
@@ -309,18 +309,18 @@
|
|
|
309
309
|
"render-ui",
|
|
310
310
|
"modal",
|
|
311
311
|
{
|
|
312
|
-
"
|
|
312
|
+
"type": "lightbox",
|
|
313
|
+
"currentIndex": 0.0,
|
|
313
314
|
"showCounter": true,
|
|
315
|
+
"closeAction": "CLOSE",
|
|
314
316
|
"isOpen": true,
|
|
315
317
|
"images": [
|
|
316
318
|
{
|
|
317
319
|
"alt": "Image",
|
|
318
|
-
"
|
|
319
|
-
"
|
|
320
|
+
"src": "https://picsum.photos/seed/gallery1/800/600",
|
|
321
|
+
"caption": "Image"
|
|
320
322
|
}
|
|
321
|
-
]
|
|
322
|
-
"type": "lightbox",
|
|
323
|
-
"currentIndex": 0.0
|
|
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
|
],
|
|
@@ -396,4 +396,4 @@
|
|
|
396
396
|
]
|
|
397
397
|
}
|
|
398
398
|
]
|
|
399
|
-
}
|
|
399
|
+
}
|