@almadar/std 8.3.0 → 8.4.1
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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- 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 +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- 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 +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- 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 +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- 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 +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -178,20 +178,20 @@
|
|
|
178
178
|
"render-ui",
|
|
179
179
|
"main",
|
|
180
180
|
{
|
|
181
|
-
"direction": "vertical",
|
|
182
181
|
"className": "py-12",
|
|
182
|
+
"direction": "vertical",
|
|
183
183
|
"type": "stack",
|
|
184
|
-
"gap": "md",
|
|
185
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,39 +207,37 @@
|
|
|
207
207
|
"render-ui",
|
|
208
208
|
"main",
|
|
209
209
|
{
|
|
210
|
-
"gap": "lg",
|
|
211
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
212
210
|
"children": [
|
|
213
211
|
{
|
|
214
|
-
"direction": "horizontal",
|
|
215
|
-
"gap": "md",
|
|
216
|
-
"justify": "between",
|
|
217
212
|
"type": "stack",
|
|
213
|
+
"justify": "between",
|
|
218
214
|
"children": [
|
|
219
215
|
{
|
|
220
|
-
"gap": "md",
|
|
221
216
|
"direction": "horizontal",
|
|
217
|
+
"type": "stack",
|
|
222
218
|
"children": [
|
|
223
219
|
{
|
|
224
220
|
"type": "icon",
|
|
225
221
|
"name": "list"
|
|
226
222
|
},
|
|
227
223
|
{
|
|
224
|
+
"content": "ListItems",
|
|
228
225
|
"type": "typography",
|
|
229
|
-
"variant": "h2"
|
|
230
|
-
"content": "ListItems"
|
|
226
|
+
"variant": "h2"
|
|
231
227
|
}
|
|
232
228
|
],
|
|
233
|
-
"
|
|
229
|
+
"gap": "md"
|
|
234
230
|
},
|
|
235
231
|
{
|
|
236
|
-
"label": "Create",
|
|
237
232
|
"action": "CREATE",
|
|
238
|
-
"
|
|
233
|
+
"variant": "primary",
|
|
239
234
|
"type": "button",
|
|
240
|
-
"
|
|
235
|
+
"label": "Create",
|
|
236
|
+
"icon": "plus"
|
|
241
237
|
}
|
|
242
|
-
]
|
|
238
|
+
],
|
|
239
|
+
"gap": "md",
|
|
240
|
+
"direction": "horizontal"
|
|
243
241
|
},
|
|
244
242
|
{
|
|
245
243
|
"type": "divider"
|
|
@@ -247,14 +245,14 @@
|
|
|
247
245
|
{
|
|
248
246
|
"fields": [
|
|
249
247
|
{
|
|
250
|
-
"label": "Name",
|
|
251
248
|
"variant": "h4",
|
|
249
|
+
"icon": "list",
|
|
252
250
|
"name": "name",
|
|
253
|
-
"
|
|
251
|
+
"label": "Name"
|
|
254
252
|
},
|
|
255
253
|
{
|
|
256
|
-
"label": "Description",
|
|
257
254
|
"variant": "caption",
|
|
255
|
+
"label": "Description",
|
|
258
256
|
"name": "description"
|
|
259
257
|
},
|
|
260
258
|
{
|
|
@@ -263,24 +261,26 @@
|
|
|
263
261
|
"label": "Status"
|
|
264
262
|
}
|
|
265
263
|
],
|
|
266
|
-
"type": "data-grid",
|
|
267
|
-
"entity": "@payload.data",
|
|
268
264
|
"itemActions": [
|
|
269
265
|
{
|
|
270
|
-
"event": "EDIT",
|
|
271
266
|
"label": "Edit",
|
|
272
|
-
"variant": "ghost"
|
|
267
|
+
"variant": "ghost",
|
|
268
|
+
"event": "EDIT"
|
|
273
269
|
},
|
|
274
270
|
{
|
|
275
271
|
"label": "Delete",
|
|
276
272
|
"event": "DELETE",
|
|
277
273
|
"variant": "danger"
|
|
278
274
|
}
|
|
279
|
-
]
|
|
275
|
+
],
|
|
276
|
+
"type": "data-grid",
|
|
277
|
+
"entity": "@payload.data"
|
|
280
278
|
}
|
|
281
279
|
],
|
|
282
280
|
"type": "stack",
|
|
283
|
-
"direction": "vertical"
|
|
281
|
+
"direction": "vertical",
|
|
282
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
283
|
+
"gap": "lg"
|
|
284
284
|
}
|
|
285
285
|
]
|
|
286
286
|
]
|
|
@@ -294,36 +294,36 @@
|
|
|
294
294
|
"render-ui",
|
|
295
295
|
"main",
|
|
296
296
|
{
|
|
297
|
-
"
|
|
297
|
+
"direction": "vertical",
|
|
298
298
|
"children": [
|
|
299
299
|
{
|
|
300
|
-
"
|
|
300
|
+
"name": "alert-triangle",
|
|
301
301
|
"color": "destructive",
|
|
302
|
-
"
|
|
302
|
+
"type": "icon"
|
|
303
303
|
},
|
|
304
304
|
{
|
|
305
305
|
"type": "typography",
|
|
306
|
-
"
|
|
307
|
-
"
|
|
306
|
+
"variant": "h3",
|
|
307
|
+
"content": "Failed to load list"
|
|
308
308
|
},
|
|
309
309
|
{
|
|
310
|
-
"
|
|
310
|
+
"content": "@payload.error",
|
|
311
311
|
"type": "typography",
|
|
312
312
|
"variant": "body",
|
|
313
|
-
"
|
|
313
|
+
"color": "muted"
|
|
314
314
|
},
|
|
315
315
|
{
|
|
316
|
+
"action": "INIT",
|
|
317
|
+
"type": "button",
|
|
316
318
|
"variant": "primary",
|
|
317
319
|
"label": "Retry",
|
|
318
|
-
"type": "button",
|
|
319
|
-
"action": "INIT",
|
|
320
320
|
"icon": "rotate-ccw"
|
|
321
321
|
}
|
|
322
322
|
],
|
|
323
|
-
"
|
|
324
|
-
"gap": "md",
|
|
323
|
+
"type": "stack",
|
|
325
324
|
"align": "center",
|
|
326
|
-
"className": "py-12"
|
|
325
|
+
"className": "py-12",
|
|
326
|
+
"gap": "md"
|
|
327
327
|
}
|
|
328
328
|
]
|
|
329
329
|
]
|
|
@@ -385,18 +385,18 @@
|
|
|
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
|
-
"icon": "plus-circle"
|
|
395
|
-
"mode": "create"
|
|
395
|
+
"icon": "plus-circle"
|
|
396
396
|
},
|
|
397
397
|
"events": {
|
|
398
|
-
"
|
|
399
|
-
"
|
|
398
|
+
"OPEN": "CREATE",
|
|
399
|
+
"SAVE": "LIST_ITEM_CREATED"
|
|
400
400
|
}
|
|
401
401
|
},
|
|
402
402
|
{
|
|
@@ -405,12 +405,12 @@
|
|
|
405
405
|
"linkedEntity": "ListItem",
|
|
406
406
|
"config": {
|
|
407
407
|
"icon": "edit",
|
|
408
|
+
"title": "Edit ListItem",
|
|
408
409
|
"fields": [
|
|
409
410
|
"name",
|
|
410
411
|
"description",
|
|
411
412
|
"status"
|
|
412
413
|
],
|
|
413
|
-
"title": "Edit ListItem",
|
|
414
414
|
"mode": "edit"
|
|
415
415
|
},
|
|
416
416
|
"events": {
|
|
@@ -424,9 +424,9 @@
|
|
|
424
424
|
"linkedEntity": "ListItem",
|
|
425
425
|
"config": {
|
|
426
426
|
"confirmLabel": "Delete",
|
|
427
|
-
"icon": "alert-triangle",
|
|
428
427
|
"alertMessage": "This action cannot be undone.",
|
|
429
|
-
"title": "Delete ListItem"
|
|
428
|
+
"title": "Delete ListItem",
|
|
429
|
+
"icon": "alert-triangle"
|
|
430
430
|
},
|
|
431
431
|
"events": {
|
|
432
432
|
"CONFIRM": "CONFIRM_DELETE",
|