@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
|
@@ -169,22 +169,22 @@
|
|
|
169
169
|
"render-ui",
|
|
170
170
|
"main",
|
|
171
171
|
{
|
|
172
|
-
"gap": "md",
|
|
173
|
-
"className": "py-12",
|
|
174
172
|
"children": [
|
|
175
173
|
{
|
|
176
174
|
"type": "spinner"
|
|
177
175
|
},
|
|
178
176
|
{
|
|
179
|
-
"type": "typography",
|
|
180
177
|
"color": "muted",
|
|
181
178
|
"variant": "caption",
|
|
179
|
+
"type": "typography",
|
|
182
180
|
"content": "Loading cart…"
|
|
183
181
|
}
|
|
184
182
|
],
|
|
185
|
-
"
|
|
183
|
+
"gap": "md",
|
|
186
184
|
"align": "center",
|
|
187
|
-
"type": "stack"
|
|
185
|
+
"type": "stack",
|
|
186
|
+
"className": "py-12",
|
|
187
|
+
"direction": "vertical"
|
|
188
188
|
}
|
|
189
189
|
]
|
|
190
190
|
]
|
|
@@ -198,43 +198,44 @@
|
|
|
198
198
|
"render-ui",
|
|
199
199
|
"main",
|
|
200
200
|
{
|
|
201
|
+
"type": "stack",
|
|
202
|
+
"direction": "vertical",
|
|
201
203
|
"children": [
|
|
202
204
|
{
|
|
203
|
-
"type": "stack",
|
|
204
|
-
"justify": "between",
|
|
205
|
-
"direction": "horizontal",
|
|
206
205
|
"children": [
|
|
207
206
|
{
|
|
208
|
-
"type": "stack",
|
|
209
|
-
"direction": "horizontal",
|
|
210
207
|
"gap": "md",
|
|
208
|
+
"direction": "horizontal",
|
|
209
|
+
"type": "stack",
|
|
211
210
|
"children": [
|
|
212
211
|
{
|
|
213
212
|
"name": "shopping-cart",
|
|
214
213
|
"type": "icon"
|
|
215
214
|
},
|
|
216
215
|
{
|
|
217
|
-
"content": "Shopping Cart",
|
|
218
216
|
"variant": "h2",
|
|
217
|
+
"content": "Shopping Cart",
|
|
219
218
|
"type": "typography"
|
|
220
219
|
}
|
|
221
220
|
]
|
|
222
221
|
},
|
|
223
222
|
{
|
|
223
|
+
"type": "button",
|
|
224
|
+
"label": "Add Item",
|
|
224
225
|
"icon": "plus",
|
|
225
226
|
"action": "ADD_ITEM",
|
|
226
|
-
"label": "Add Item",
|
|
227
|
-
"type": "button",
|
|
228
227
|
"variant": "primary"
|
|
229
228
|
}
|
|
230
229
|
],
|
|
231
|
-
"
|
|
230
|
+
"type": "stack",
|
|
231
|
+
"direction": "horizontal",
|
|
232
|
+
"gap": "md",
|
|
233
|
+
"justify": "between"
|
|
232
234
|
},
|
|
233
235
|
{
|
|
234
236
|
"type": "divider"
|
|
235
237
|
},
|
|
236
238
|
{
|
|
237
|
-
"entity": "@payload.data",
|
|
238
239
|
"type": "data-grid",
|
|
239
240
|
"itemActions": [
|
|
240
241
|
{
|
|
@@ -246,25 +247,24 @@
|
|
|
246
247
|
"fields": [
|
|
247
248
|
{
|
|
248
249
|
"label": "Name",
|
|
249
|
-
"variant": "h4",
|
|
250
250
|
"icon": "shopping-cart",
|
|
251
|
-
"name": "name"
|
|
251
|
+
"name": "name",
|
|
252
|
+
"variant": "h4"
|
|
252
253
|
},
|
|
253
254
|
{
|
|
254
255
|
"label": "Description",
|
|
255
|
-
"
|
|
256
|
-
"
|
|
256
|
+
"name": "description",
|
|
257
|
+
"variant": "caption"
|
|
257
258
|
},
|
|
258
259
|
{
|
|
259
260
|
"name": "status",
|
|
260
|
-
"
|
|
261
|
-
"
|
|
261
|
+
"label": "Status",
|
|
262
|
+
"variant": "badge"
|
|
262
263
|
}
|
|
263
|
-
]
|
|
264
|
+
],
|
|
265
|
+
"entity": "@payload.data"
|
|
264
266
|
}
|
|
265
267
|
],
|
|
266
|
-
"type": "stack",
|
|
267
|
-
"direction": "vertical",
|
|
268
268
|
"gap": "lg"
|
|
269
269
|
}
|
|
270
270
|
]
|
|
@@ -280,34 +280,34 @@
|
|
|
280
280
|
"main",
|
|
281
281
|
{
|
|
282
282
|
"type": "stack",
|
|
283
|
+
"direction": "vertical",
|
|
283
284
|
"className": "py-12",
|
|
284
|
-
"align": "center",
|
|
285
285
|
"children": [
|
|
286
286
|
{
|
|
287
287
|
"color": "destructive",
|
|
288
|
-
"
|
|
289
|
-
"
|
|
288
|
+
"name": "alert-triangle",
|
|
289
|
+
"type": "icon"
|
|
290
290
|
},
|
|
291
291
|
{
|
|
292
|
+
"variant": "h3",
|
|
292
293
|
"content": "Failed to load cart",
|
|
293
|
-
"type": "typography"
|
|
294
|
-
"variant": "h3"
|
|
294
|
+
"type": "typography"
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
297
|
"type": "typography",
|
|
298
|
+
"variant": "body",
|
|
298
299
|
"color": "muted",
|
|
299
|
-
"content": "@payload.error"
|
|
300
|
-
"variant": "body"
|
|
300
|
+
"content": "@payload.error"
|
|
301
301
|
},
|
|
302
302
|
{
|
|
303
|
-
"label": "Retry",
|
|
304
|
-
"icon": "rotate-ccw",
|
|
305
303
|
"type": "button",
|
|
306
304
|
"variant": "primary",
|
|
305
|
+
"icon": "rotate-ccw",
|
|
306
|
+
"label": "Retry",
|
|
307
307
|
"action": "INIT"
|
|
308
308
|
}
|
|
309
309
|
],
|
|
310
|
-
"
|
|
310
|
+
"align": "center",
|
|
311
311
|
"gap": "md"
|
|
312
312
|
}
|
|
313
313
|
]
|
|
@@ -323,8 +323,8 @@
|
|
|
323
323
|
"CartItem",
|
|
324
324
|
{
|
|
325
325
|
"emit": {
|
|
326
|
-
"
|
|
327
|
-
"
|
|
326
|
+
"success": "CartItemLoaded",
|
|
327
|
+
"failure": "CartItemLoadFailed"
|
|
328
328
|
}
|
|
329
329
|
}
|
|
330
330
|
],
|
|
@@ -347,8 +347,8 @@
|
|
|
347
347
|
"CartItem",
|
|
348
348
|
{
|
|
349
349
|
"emit": {
|
|
350
|
-
"
|
|
351
|
-
"
|
|
350
|
+
"failure": "CartItemLoadFailed",
|
|
351
|
+
"success": "CartItemLoaded"
|
|
352
352
|
}
|
|
353
353
|
}
|
|
354
354
|
],
|
|
@@ -370,15 +370,15 @@
|
|
|
370
370
|
"name": "CartItemAddItem",
|
|
371
371
|
"linkedEntity": "CartItem",
|
|
372
372
|
"config": {
|
|
373
|
-
"
|
|
373
|
+
"mode": "create",
|
|
374
|
+
"title": "Add Item",
|
|
374
375
|
"fields": [
|
|
375
376
|
"name",
|
|
376
377
|
"description",
|
|
377
378
|
"status"
|
|
378
379
|
],
|
|
379
|
-
"
|
|
380
|
-
"openButtonLabel": "Add Item"
|
|
381
|
-
"mode": "create"
|
|
380
|
+
"icon": "plus-circle",
|
|
381
|
+
"openButtonLabel": "Add Item"
|
|
382
382
|
},
|
|
383
383
|
"events": {
|
|
384
384
|
"OPEN": "ADD_ITEM"
|
|
@@ -389,14 +389,14 @@
|
|
|
389
389
|
"name": "CartItemRemoveConfirm",
|
|
390
390
|
"linkedEntity": "CartItem",
|
|
391
391
|
"config": {
|
|
392
|
-
"title": "Remove Item",
|
|
393
|
-
"alertMessage": "Are you sure you want to remove this item from your cart?",
|
|
394
392
|
"icon": "alert-triangle",
|
|
395
|
-
"confirmLabel": "Remove"
|
|
393
|
+
"confirmLabel": "Remove",
|
|
394
|
+
"title": "Remove Item",
|
|
395
|
+
"alertMessage": "Are you sure you want to remove this item from your cart?"
|
|
396
396
|
},
|
|
397
397
|
"events": {
|
|
398
|
-
"
|
|
399
|
-
"
|
|
398
|
+
"REQUEST": "REQUEST_REMOVE",
|
|
399
|
+
"CONFIRM": "CONFIRM_REMOVE"
|
|
400
400
|
}
|
|
401
401
|
},
|
|
402
402
|
{
|
|
@@ -500,13 +500,11 @@
|
|
|
500
500
|
"persist",
|
|
501
501
|
"create",
|
|
502
502
|
"CartItem",
|
|
503
|
-
"@payload.data"
|
|
504
|
-
],
|
|
505
|
-
[
|
|
506
|
-
"emit",
|
|
507
|
-
"ITEM_CREATED",
|
|
503
|
+
"@payload.data",
|
|
508
504
|
{
|
|
509
|
-
"
|
|
505
|
+
"emit": {
|
|
506
|
+
"success": "ITEM_CREATED"
|
|
507
|
+
}
|
|
510
508
|
}
|
|
511
509
|
]
|
|
512
510
|
]
|
|
@@ -520,13 +518,11 @@
|
|
|
520
518
|
"persist",
|
|
521
519
|
"delete",
|
|
522
520
|
"CartItem",
|
|
523
|
-
"@payload.id"
|
|
524
|
-
],
|
|
525
|
-
[
|
|
526
|
-
"emit",
|
|
527
|
-
"ITEM_DELETED",
|
|
521
|
+
"@payload.id",
|
|
528
522
|
{
|
|
529
|
-
"
|
|
523
|
+
"emit": {
|
|
524
|
+
"success": "ITEM_DELETED"
|
|
525
|
+
}
|
|
530
526
|
}
|
|
531
527
|
]
|
|
532
528
|
]
|
|
@@ -155,23 +155,23 @@
|
|
|
155
155
|
"render-ui",
|
|
156
156
|
"main",
|
|
157
157
|
{
|
|
158
|
-
"type": "stack",
|
|
159
158
|
"children": [
|
|
160
159
|
{
|
|
161
160
|
"gap": "sm",
|
|
161
|
+
"type": "stack",
|
|
162
|
+
"direction": "horizontal",
|
|
162
163
|
"children": [
|
|
163
164
|
"@trait.FilteredItemSearch",
|
|
164
165
|
"@trait.FilteredItemFilter"
|
|
165
|
-
]
|
|
166
|
-
"type": "stack",
|
|
167
|
-
"direction": "horizontal"
|
|
166
|
+
]
|
|
168
167
|
},
|
|
169
168
|
"@trait.FilteredItemBrowse",
|
|
170
169
|
"@trait.FilteredItemPagination"
|
|
171
170
|
],
|
|
172
171
|
"className": "max-w-5xl mx-auto w-full",
|
|
173
|
-
"
|
|
174
|
-
"direction": "vertical"
|
|
172
|
+
"type": "stack",
|
|
173
|
+
"direction": "vertical",
|
|
174
|
+
"gap": "md"
|
|
175
175
|
}
|
|
176
176
|
]
|
|
177
177
|
]
|