@almadar/std 8.5.1 → 10.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 +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/package.json +1 -1
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"event": "ListItemLoaded",
|
|
66
66
|
"description": "Fired when the ListItem collection finishes loading; payload.data holds the list",
|
|
67
67
|
"scope": "internal",
|
|
68
|
-
"
|
|
68
|
+
"payloadSchema": [
|
|
69
69
|
{
|
|
70
70
|
"name": "data",
|
|
71
71
|
"type": "[ListItem]"
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"event": "ListItemLoadFailed",
|
|
77
77
|
"description": "Fired when the ListItem collection fails to load",
|
|
78
78
|
"scope": "internal",
|
|
79
|
-
"
|
|
79
|
+
"payloadSchema": [
|
|
80
80
|
{
|
|
81
81
|
"name": "error",
|
|
82
82
|
"type": "string"
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
{
|
|
136
136
|
"key": "ListItemLoaded",
|
|
137
137
|
"name": "ListItem loaded",
|
|
138
|
-
"
|
|
138
|
+
"payloadSchema": [
|
|
139
139
|
{
|
|
140
140
|
"name": "data",
|
|
141
141
|
"type": "[ListItem]"
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
{
|
|
146
146
|
"key": "ListItemLoadFailed",
|
|
147
147
|
"name": "ListItem load failed",
|
|
148
|
-
"
|
|
148
|
+
"payloadSchema": [
|
|
149
149
|
{
|
|
150
150
|
"name": "error",
|
|
151
151
|
"type": "string",
|
|
@@ -169,8 +169,8 @@
|
|
|
169
169
|
"ListItem",
|
|
170
170
|
{
|
|
171
171
|
"emit": {
|
|
172
|
-
"
|
|
173
|
-
"
|
|
172
|
+
"failure": "ListItemLoadFailed",
|
|
173
|
+
"success": "ListItemLoaded"
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
176
|
],
|
|
@@ -178,20 +178,20 @@
|
|
|
178
178
|
"render-ui",
|
|
179
179
|
"main",
|
|
180
180
|
{
|
|
181
|
-
"className": "py-12",
|
|
182
181
|
"direction": "vertical",
|
|
183
|
-
"type": "stack",
|
|
184
182
|
"align": "center",
|
|
183
|
+
"type": "stack",
|
|
185
184
|
"gap": "md",
|
|
185
|
+
"className": "py-12",
|
|
186
186
|
"children": [
|
|
187
187
|
{
|
|
188
188
|
"type": "spinner"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
|
-
"
|
|
191
|
+
"type": "typography",
|
|
192
192
|
"variant": "caption",
|
|
193
|
-
"
|
|
194
|
-
"
|
|
193
|
+
"content": "Loading list…",
|
|
194
|
+
"color": "muted"
|
|
195
195
|
}
|
|
196
196
|
]
|
|
197
197
|
}
|
|
@@ -207,18 +207,19 @@
|
|
|
207
207
|
"render-ui",
|
|
208
208
|
"main",
|
|
209
209
|
{
|
|
210
|
+
"direction": "vertical",
|
|
211
|
+
"type": "stack",
|
|
212
|
+
"gap": "lg",
|
|
213
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
210
214
|
"children": [
|
|
211
215
|
{
|
|
212
|
-
"type": "stack",
|
|
213
|
-
"justify": "between",
|
|
214
216
|
"children": [
|
|
215
217
|
{
|
|
216
|
-
"direction": "horizontal",
|
|
217
218
|
"type": "stack",
|
|
218
219
|
"children": [
|
|
219
220
|
{
|
|
220
|
-
"
|
|
221
|
-
"
|
|
221
|
+
"name": "list",
|
|
222
|
+
"type": "icon"
|
|
222
223
|
},
|
|
223
224
|
{
|
|
224
225
|
"content": "ListItems",
|
|
@@ -226,61 +227,60 @@
|
|
|
226
227
|
"variant": "h2"
|
|
227
228
|
}
|
|
228
229
|
],
|
|
230
|
+
"direction": "horizontal",
|
|
229
231
|
"gap": "md"
|
|
230
232
|
},
|
|
231
233
|
{
|
|
232
|
-
"action": "CREATE",
|
|
233
|
-
"variant": "primary",
|
|
234
234
|
"type": "button",
|
|
235
235
|
"label": "Create",
|
|
236
|
+
"action": "CREATE",
|
|
237
|
+
"variant": "primary",
|
|
236
238
|
"icon": "plus"
|
|
237
239
|
}
|
|
238
240
|
],
|
|
239
241
|
"gap": "md",
|
|
240
|
-
"
|
|
242
|
+
"justify": "between",
|
|
243
|
+
"direction": "horizontal",
|
|
244
|
+
"type": "stack"
|
|
241
245
|
},
|
|
242
246
|
{
|
|
243
247
|
"type": "divider"
|
|
244
248
|
},
|
|
245
249
|
{
|
|
250
|
+
"entity": "@payload.data",
|
|
246
251
|
"fields": [
|
|
247
252
|
{
|
|
253
|
+
"label": "Name",
|
|
248
254
|
"variant": "h4",
|
|
249
255
|
"icon": "list",
|
|
250
|
-
"name": "name"
|
|
251
|
-
"label": "Name"
|
|
256
|
+
"name": "name"
|
|
252
257
|
},
|
|
253
258
|
{
|
|
254
|
-
"
|
|
259
|
+
"name": "description",
|
|
255
260
|
"label": "Description",
|
|
256
|
-
"
|
|
261
|
+
"variant": "caption"
|
|
257
262
|
},
|
|
258
263
|
{
|
|
259
|
-
"name": "status",
|
|
260
264
|
"variant": "badge",
|
|
265
|
+
"name": "status",
|
|
261
266
|
"label": "Status"
|
|
262
267
|
}
|
|
263
268
|
],
|
|
269
|
+
"type": "data-grid",
|
|
264
270
|
"itemActions": [
|
|
265
271
|
{
|
|
266
272
|
"label": "Edit",
|
|
267
|
-
"
|
|
268
|
-
"
|
|
273
|
+
"event": "EDIT",
|
|
274
|
+
"variant": "ghost"
|
|
269
275
|
},
|
|
270
276
|
{
|
|
271
|
-
"label": "Delete",
|
|
272
277
|
"event": "DELETE",
|
|
278
|
+
"label": "Delete",
|
|
273
279
|
"variant": "danger"
|
|
274
280
|
}
|
|
275
|
-
]
|
|
276
|
-
"type": "data-grid",
|
|
277
|
-
"entity": "@payload.data"
|
|
281
|
+
]
|
|
278
282
|
}
|
|
279
|
-
]
|
|
280
|
-
"type": "stack",
|
|
281
|
-
"direction": "vertical",
|
|
282
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
283
|
-
"gap": "lg"
|
|
283
|
+
]
|
|
284
284
|
}
|
|
285
285
|
]
|
|
286
286
|
]
|
|
@@ -294,7 +294,11 @@
|
|
|
294
294
|
"render-ui",
|
|
295
295
|
"main",
|
|
296
296
|
{
|
|
297
|
+
"className": "py-12",
|
|
298
|
+
"type": "stack",
|
|
299
|
+
"gap": "md",
|
|
297
300
|
"direction": "vertical",
|
|
301
|
+
"align": "center",
|
|
298
302
|
"children": [
|
|
299
303
|
{
|
|
300
304
|
"name": "alert-triangle",
|
|
@@ -302,28 +306,24 @@
|
|
|
302
306
|
"type": "icon"
|
|
303
307
|
},
|
|
304
308
|
{
|
|
309
|
+
"content": "Failed to load list",
|
|
305
310
|
"type": "typography",
|
|
306
|
-
"variant": "h3"
|
|
307
|
-
"content": "Failed to load list"
|
|
311
|
+
"variant": "h3"
|
|
308
312
|
},
|
|
309
313
|
{
|
|
314
|
+
"variant": "body",
|
|
310
315
|
"content": "@payload.error",
|
|
311
316
|
"type": "typography",
|
|
312
|
-
"variant": "body",
|
|
313
317
|
"color": "muted"
|
|
314
318
|
},
|
|
315
319
|
{
|
|
320
|
+
"icon": "rotate-ccw",
|
|
316
321
|
"action": "INIT",
|
|
317
|
-
"type": "button",
|
|
318
322
|
"variant": "primary",
|
|
319
|
-
"
|
|
320
|
-
"
|
|
323
|
+
"type": "button",
|
|
324
|
+
"label": "Retry"
|
|
321
325
|
}
|
|
322
|
-
]
|
|
323
|
-
"type": "stack",
|
|
324
|
-
"align": "center",
|
|
325
|
-
"className": "py-12",
|
|
326
|
-
"gap": "md"
|
|
326
|
+
]
|
|
327
327
|
}
|
|
328
328
|
]
|
|
329
329
|
]
|
|
@@ -338,8 +338,8 @@
|
|
|
338
338
|
"ListItem",
|
|
339
339
|
{
|
|
340
340
|
"emit": {
|
|
341
|
-
"
|
|
342
|
-
"
|
|
341
|
+
"failure": "ListItemLoadFailed",
|
|
342
|
+
"success": "ListItemLoaded"
|
|
343
343
|
}
|
|
344
344
|
}
|
|
345
345
|
],
|
|
@@ -362,8 +362,8 @@
|
|
|
362
362
|
"ListItem",
|
|
363
363
|
{
|
|
364
364
|
"emit": {
|
|
365
|
-
"
|
|
366
|
-
"
|
|
365
|
+
"success": "ListItemLoaded",
|
|
366
|
+
"failure": "ListItemLoadFailed"
|
|
367
367
|
}
|
|
368
368
|
}
|
|
369
369
|
],
|
|
@@ -385,18 +385,18 @@
|
|
|
385
385
|
"name": "ListItemCreate",
|
|
386
386
|
"linkedEntity": "ListItem",
|
|
387
387
|
"config": {
|
|
388
|
-
"mode": "create",
|
|
389
|
-
"title": "Create ListItem",
|
|
390
388
|
"fields": [
|
|
391
389
|
"name",
|
|
392
390
|
"description",
|
|
393
391
|
"status"
|
|
394
392
|
],
|
|
395
|
-
"icon": "plus-circle"
|
|
393
|
+
"icon": "plus-circle",
|
|
394
|
+
"title": "Create ListItem",
|
|
395
|
+
"mode": "create"
|
|
396
396
|
},
|
|
397
397
|
"events": {
|
|
398
|
-
"
|
|
399
|
-
"
|
|
398
|
+
"SAVE": "LIST_ITEM_CREATED",
|
|
399
|
+
"OPEN": "CREATE"
|
|
400
400
|
}
|
|
401
401
|
},
|
|
402
402
|
{
|
|
@@ -404,14 +404,14 @@
|
|
|
404
404
|
"name": "ListItemEdit",
|
|
405
405
|
"linkedEntity": "ListItem",
|
|
406
406
|
"config": {
|
|
407
|
-
"icon": "edit",
|
|
408
|
-
"title": "Edit ListItem",
|
|
409
407
|
"fields": [
|
|
410
408
|
"name",
|
|
411
409
|
"description",
|
|
412
410
|
"status"
|
|
413
411
|
],
|
|
414
|
-
"mode": "edit"
|
|
412
|
+
"mode": "edit",
|
|
413
|
+
"icon": "edit",
|
|
414
|
+
"title": "Edit ListItem"
|
|
415
415
|
},
|
|
416
416
|
"events": {
|
|
417
417
|
"SAVE": "LIST_ITEM_UPDATED",
|
|
@@ -423,14 +423,14 @@
|
|
|
423
423
|
"name": "ListItemDelete",
|
|
424
424
|
"linkedEntity": "ListItem",
|
|
425
425
|
"config": {
|
|
426
|
-
"confirmLabel": "Delete",
|
|
427
426
|
"alertMessage": "This action cannot be undone.",
|
|
428
427
|
"title": "Delete ListItem",
|
|
428
|
+
"confirmLabel": "Delete",
|
|
429
429
|
"icon": "alert-triangle"
|
|
430
430
|
},
|
|
431
431
|
"events": {
|
|
432
|
-
"
|
|
433
|
-
"
|
|
432
|
+
"REQUEST": "DELETE",
|
|
433
|
+
"CONFIRM": "CONFIRM_DELETE"
|
|
434
434
|
}
|
|
435
435
|
},
|
|
436
436
|
{
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
{
|
|
442
442
|
"event": "ITEM_CREATED",
|
|
443
443
|
"scope": "external",
|
|
444
|
-
"
|
|
444
|
+
"payloadSchema": [
|
|
445
445
|
{
|
|
446
446
|
"name": "id",
|
|
447
447
|
"type": "string",
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
{
|
|
453
453
|
"event": "ITEM_UPDATED",
|
|
454
454
|
"scope": "external",
|
|
455
|
-
"
|
|
455
|
+
"payloadSchema": [
|
|
456
456
|
{
|
|
457
457
|
"name": "id",
|
|
458
458
|
"type": "string",
|
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
{
|
|
464
464
|
"event": "ITEM_DELETED",
|
|
465
465
|
"scope": "external",
|
|
466
|
-
"
|
|
466
|
+
"payloadSchema": [
|
|
467
467
|
{
|
|
468
468
|
"name": "id",
|
|
469
469
|
"type": "string",
|
|
@@ -513,7 +513,7 @@
|
|
|
513
513
|
{
|
|
514
514
|
"key": "DO_CREATE",
|
|
515
515
|
"name": "Do Create",
|
|
516
|
-
"
|
|
516
|
+
"payloadSchema": [
|
|
517
517
|
{
|
|
518
518
|
"name": "data",
|
|
519
519
|
"type": "ListItem"
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
{
|
|
524
524
|
"key": "DO_UPDATE",
|
|
525
525
|
"name": "Do Update",
|
|
526
|
-
"
|
|
526
|
+
"payloadSchema": [
|
|
527
527
|
{
|
|
528
528
|
"name": "data",
|
|
529
529
|
"type": "ListItem"
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
{
|
|
534
534
|
"key": "DO_DELETE",
|
|
535
535
|
"name": "Do Delete",
|
|
536
|
-
"
|
|
536
|
+
"payloadSchema": [
|
|
537
537
|
{
|
|
538
538
|
"name": "id",
|
|
539
539
|
"type": "string",
|
|
@@ -650,4 +650,4 @@
|
|
|
650
650
|
]
|
|
651
651
|
}
|
|
652
652
|
]
|
|
653
|
-
}
|
|
653
|
+
}
|