@almadar/std 8.2.0 → 8.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -178,20 +178,20 @@
|
|
|
178
178
|
"render-ui",
|
|
179
179
|
"main",
|
|
180
180
|
{
|
|
181
|
-
"gap": "md",
|
|
182
181
|
"className": "py-12",
|
|
183
|
-
"align": "center",
|
|
184
182
|
"direction": "vertical",
|
|
185
183
|
"type": "stack",
|
|
184
|
+
"align": "center",
|
|
185
|
+
"gap": "md",
|
|
186
186
|
"children": [
|
|
187
187
|
{
|
|
188
188
|
"type": "spinner"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
|
-
"
|
|
191
|
+
"content": "Loading list…",
|
|
192
192
|
"variant": "caption",
|
|
193
|
-
"
|
|
194
|
-
"
|
|
193
|
+
"color": "muted",
|
|
194
|
+
"type": "typography"
|
|
195
195
|
}
|
|
196
196
|
]
|
|
197
197
|
}
|
|
@@ -207,79 +207,79 @@
|
|
|
207
207
|
"render-ui",
|
|
208
208
|
"main",
|
|
209
209
|
{
|
|
210
|
-
"direction": "vertical",
|
|
211
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
212
210
|
"children": [
|
|
213
211
|
{
|
|
214
|
-
"
|
|
212
|
+
"type": "stack",
|
|
213
|
+
"justify": "between",
|
|
215
214
|
"children": [
|
|
216
215
|
{
|
|
217
|
-
"type": "stack",
|
|
218
|
-
"gap": "md",
|
|
219
216
|
"direction": "horizontal",
|
|
217
|
+
"type": "stack",
|
|
220
218
|
"children": [
|
|
221
219
|
{
|
|
222
220
|
"type": "icon",
|
|
223
221
|
"name": "list"
|
|
224
222
|
},
|
|
225
223
|
{
|
|
226
|
-
"type": "typography",
|
|
227
224
|
"content": "ListItems",
|
|
225
|
+
"type": "typography",
|
|
228
226
|
"variant": "h2"
|
|
229
227
|
}
|
|
230
|
-
]
|
|
228
|
+
],
|
|
229
|
+
"gap": "md"
|
|
231
230
|
},
|
|
232
231
|
{
|
|
232
|
+
"action": "CREATE",
|
|
233
233
|
"variant": "primary",
|
|
234
234
|
"type": "button",
|
|
235
|
-
"
|
|
236
|
-
"icon": "plus"
|
|
237
|
-
"label": "Create"
|
|
235
|
+
"label": "Create",
|
|
236
|
+
"icon": "plus"
|
|
238
237
|
}
|
|
239
238
|
],
|
|
240
|
-
"type": "stack",
|
|
241
239
|
"gap": "md",
|
|
242
|
-
"
|
|
240
|
+
"direction": "horizontal"
|
|
243
241
|
},
|
|
244
242
|
{
|
|
245
243
|
"type": "divider"
|
|
246
244
|
},
|
|
247
245
|
{
|
|
248
|
-
"type": "data-grid",
|
|
249
|
-
"itemActions": [
|
|
250
|
-
{
|
|
251
|
-
"variant": "ghost",
|
|
252
|
-
"event": "EDIT",
|
|
253
|
-
"label": "Edit"
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
"label": "Delete",
|
|
257
|
-
"variant": "danger",
|
|
258
|
-
"event": "DELETE"
|
|
259
|
-
}
|
|
260
|
-
],
|
|
261
|
-
"entity": "@payload.data",
|
|
262
246
|
"fields": [
|
|
263
247
|
{
|
|
264
|
-
"name": "name",
|
|
265
|
-
"label": "Name",
|
|
266
248
|
"variant": "h4",
|
|
267
|
-
"icon": "list"
|
|
249
|
+
"icon": "list",
|
|
250
|
+
"name": "name",
|
|
251
|
+
"label": "Name"
|
|
268
252
|
},
|
|
269
253
|
{
|
|
270
|
-
"
|
|
254
|
+
"variant": "caption",
|
|
271
255
|
"label": "Description",
|
|
272
|
-
"
|
|
256
|
+
"name": "description"
|
|
273
257
|
},
|
|
274
258
|
{
|
|
275
259
|
"name": "status",
|
|
276
|
-
"
|
|
277
|
-
"
|
|
260
|
+
"variant": "badge",
|
|
261
|
+
"label": "Status"
|
|
262
|
+
}
|
|
263
|
+
],
|
|
264
|
+
"itemActions": [
|
|
265
|
+
{
|
|
266
|
+
"label": "Edit",
|
|
267
|
+
"variant": "ghost",
|
|
268
|
+
"event": "EDIT"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"label": "Delete",
|
|
272
|
+
"event": "DELETE",
|
|
273
|
+
"variant": "danger"
|
|
278
274
|
}
|
|
279
|
-
]
|
|
275
|
+
],
|
|
276
|
+
"type": "data-grid",
|
|
277
|
+
"entity": "@payload.data"
|
|
280
278
|
}
|
|
281
279
|
],
|
|
282
280
|
"type": "stack",
|
|
281
|
+
"direction": "vertical",
|
|
282
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
283
283
|
"gap": "lg"
|
|
284
284
|
}
|
|
285
285
|
]
|
|
@@ -294,14 +294,11 @@
|
|
|
294
294
|
"render-ui",
|
|
295
295
|
"main",
|
|
296
296
|
{
|
|
297
|
-
"
|
|
298
|
-
"align": "center",
|
|
299
|
-
"className": "py-12",
|
|
300
|
-
"gap": "md",
|
|
297
|
+
"direction": "vertical",
|
|
301
298
|
"children": [
|
|
302
299
|
{
|
|
303
|
-
"color": "destructive",
|
|
304
300
|
"name": "alert-triangle",
|
|
301
|
+
"color": "destructive",
|
|
305
302
|
"type": "icon"
|
|
306
303
|
},
|
|
307
304
|
{
|
|
@@ -317,13 +314,16 @@
|
|
|
317
314
|
},
|
|
318
315
|
{
|
|
319
316
|
"action": "INIT",
|
|
320
|
-
"icon": "rotate-ccw",
|
|
321
|
-
"variant": "primary",
|
|
322
317
|
"type": "button",
|
|
323
|
-
"
|
|
318
|
+
"variant": "primary",
|
|
319
|
+
"label": "Retry",
|
|
320
|
+
"icon": "rotate-ccw"
|
|
324
321
|
}
|
|
325
322
|
],
|
|
326
|
-
"
|
|
323
|
+
"type": "stack",
|
|
324
|
+
"align": "center",
|
|
325
|
+
"className": "py-12",
|
|
326
|
+
"gap": "md"
|
|
327
327
|
}
|
|
328
328
|
]
|
|
329
329
|
]
|
|
@@ -362,8 +362,8 @@
|
|
|
362
362
|
"ListItem",
|
|
363
363
|
{
|
|
364
364
|
"emit": {
|
|
365
|
-
"
|
|
366
|
-
"
|
|
365
|
+
"failure": "ListItemLoadFailed",
|
|
366
|
+
"success": "ListItemLoaded"
|
|
367
367
|
}
|
|
368
368
|
}
|
|
369
369
|
],
|
|
@@ -385,13 +385,13 @@
|
|
|
385
385
|
"name": "ListItemCreate",
|
|
386
386
|
"linkedEntity": "ListItem",
|
|
387
387
|
"config": {
|
|
388
|
+
"mode": "create",
|
|
388
389
|
"title": "Create ListItem",
|
|
389
390
|
"fields": [
|
|
390
391
|
"name",
|
|
391
392
|
"description",
|
|
392
393
|
"status"
|
|
393
394
|
],
|
|
394
|
-
"mode": "create",
|
|
395
395
|
"icon": "plus-circle"
|
|
396
396
|
},
|
|
397
397
|
"events": {
|
|
@@ -404,13 +404,13 @@
|
|
|
404
404
|
"name": "ListItemEdit",
|
|
405
405
|
"linkedEntity": "ListItem",
|
|
406
406
|
"config": {
|
|
407
|
+
"icon": "edit",
|
|
408
|
+
"title": "Edit ListItem",
|
|
407
409
|
"fields": [
|
|
408
410
|
"name",
|
|
409
411
|
"description",
|
|
410
412
|
"status"
|
|
411
413
|
],
|
|
412
|
-
"icon": "edit",
|
|
413
|
-
"title": "Edit ListItem",
|
|
414
414
|
"mode": "edit"
|
|
415
415
|
},
|
|
416
416
|
"events": {
|
|
@@ -424,13 +424,13 @@
|
|
|
424
424
|
"linkedEntity": "ListItem",
|
|
425
425
|
"config": {
|
|
426
426
|
"confirmLabel": "Delete",
|
|
427
|
-
"
|
|
427
|
+
"alertMessage": "This action cannot be undone.",
|
|
428
428
|
"title": "Delete ListItem",
|
|
429
|
-
"
|
|
429
|
+
"icon": "alert-triangle"
|
|
430
430
|
},
|
|
431
431
|
"events": {
|
|
432
|
-
"
|
|
433
|
-
"
|
|
432
|
+
"CONFIRM": "CONFIRM_DELETE",
|
|
433
|
+
"REQUEST": "DELETE"
|
|
434
434
|
}
|
|
435
435
|
},
|
|
436
436
|
{
|
|
@@ -650,4 +650,4 @@
|
|
|
650
650
|
]
|
|
651
651
|
}
|
|
652
652
|
]
|
|
653
|
-
}
|
|
653
|
+
}
|