@almadar/std 8.3.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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- 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 +114 -114
- 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 +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- 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 +114 -114
- 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
|
@@ -292,8 +292,8 @@
|
|
|
292
292
|
"FormEntry",
|
|
293
293
|
{
|
|
294
294
|
"emit": {
|
|
295
|
-
"
|
|
296
|
-
"
|
|
295
|
+
"success": "FormEntryLoaded",
|
|
296
|
+
"failure": "FormEntryLoadFailed"
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
299
|
],
|
|
@@ -302,8 +302,8 @@
|
|
|
302
302
|
"FormEntry",
|
|
303
303
|
{
|
|
304
304
|
"emit": {
|
|
305
|
-
"
|
|
306
|
-
"
|
|
305
|
+
"failure": "FormEntryLoadFailed",
|
|
306
|
+
"success": "FormEntryLoaded"
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
],
|
|
@@ -311,52 +311,49 @@
|
|
|
311
311
|
"render-ui",
|
|
312
312
|
"main",
|
|
313
313
|
{
|
|
314
|
-
"direction": "vertical",
|
|
315
314
|
"gap": "lg",
|
|
315
|
+
"type": "stack",
|
|
316
|
+
"direction": "vertical",
|
|
316
317
|
"children": [
|
|
317
318
|
{
|
|
318
|
-
"gap": "sm",
|
|
319
319
|
"children": [
|
|
320
320
|
{
|
|
321
321
|
"name": "file-text",
|
|
322
322
|
"type": "icon"
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
|
+
"type": "typography",
|
|
325
326
|
"content": "FormEntry Form",
|
|
326
|
-
"variant": "h2"
|
|
327
|
-
"type": "typography"
|
|
327
|
+
"variant": "h2"
|
|
328
328
|
}
|
|
329
329
|
],
|
|
330
|
+
"align": "center",
|
|
330
331
|
"type": "stack",
|
|
331
332
|
"direction": "horizontal",
|
|
332
|
-
"
|
|
333
|
+
"gap": "sm"
|
|
333
334
|
},
|
|
334
335
|
{
|
|
335
336
|
"type": "divider"
|
|
336
337
|
},
|
|
337
338
|
{
|
|
338
|
-
"type": "form-section",
|
|
339
|
-
"mode": "create",
|
|
340
|
-
"submitEvent": "SUBMIT",
|
|
341
|
-
"cancelEvent": "INIT",
|
|
342
339
|
"fields": [
|
|
343
340
|
{
|
|
344
|
-
"
|
|
345
|
-
"
|
|
341
|
+
"name": "name",
|
|
342
|
+
"label": "Name"
|
|
346
343
|
},
|
|
347
344
|
{
|
|
348
|
-
"
|
|
349
|
-
"
|
|
345
|
+
"label": "Description",
|
|
346
|
+
"name": "description"
|
|
350
347
|
},
|
|
351
348
|
{
|
|
349
|
+
"label": "Status",
|
|
352
350
|
"type": "enum",
|
|
353
351
|
"values": [
|
|
354
352
|
"active",
|
|
355
353
|
"inactive",
|
|
356
354
|
"pending"
|
|
357
355
|
],
|
|
358
|
-
"name": "status"
|
|
359
|
-
"label": "Status"
|
|
356
|
+
"name": "status"
|
|
360
357
|
},
|
|
361
358
|
{
|
|
362
359
|
"name": "notes",
|
|
@@ -364,44 +361,47 @@
|
|
|
364
361
|
"type": "textarea"
|
|
365
362
|
},
|
|
366
363
|
{
|
|
364
|
+
"type": "number",
|
|
367
365
|
"name": "age",
|
|
368
|
-
"label": "Age"
|
|
369
|
-
"type": "number"
|
|
366
|
+
"label": "Age"
|
|
370
367
|
},
|
|
371
368
|
{
|
|
369
|
+
"label": "Is Active",
|
|
372
370
|
"name": "isActive",
|
|
373
|
-
"type": "boolean"
|
|
374
|
-
"label": "Is Active"
|
|
371
|
+
"type": "boolean"
|
|
375
372
|
},
|
|
376
373
|
{
|
|
377
374
|
"name": "birthDate",
|
|
378
|
-
"
|
|
379
|
-
"
|
|
375
|
+
"type": "date",
|
|
376
|
+
"label": "Birth Date"
|
|
380
377
|
},
|
|
381
378
|
{
|
|
379
|
+
"label": "Priority",
|
|
382
380
|
"type": "enum",
|
|
381
|
+
"name": "priority",
|
|
383
382
|
"values": [
|
|
384
383
|
"low",
|
|
385
384
|
"medium",
|
|
386
385
|
"high",
|
|
387
386
|
"critical"
|
|
388
|
-
]
|
|
389
|
-
"label": "Priority",
|
|
390
|
-
"name": "priority"
|
|
387
|
+
]
|
|
391
388
|
},
|
|
392
389
|
{
|
|
390
|
+
"name": "categoryId",
|
|
393
391
|
"relation": {
|
|
394
|
-
"
|
|
395
|
-
"
|
|
392
|
+
"cardinality": "many-to-one",
|
|
393
|
+
"entity": "FormEntry"
|
|
396
394
|
},
|
|
397
|
-
"
|
|
398
|
-
"type": "relation"
|
|
399
|
-
"label": "Category ID"
|
|
395
|
+
"label": "Category ID",
|
|
396
|
+
"type": "relation"
|
|
400
397
|
}
|
|
401
|
-
]
|
|
398
|
+
],
|
|
399
|
+
"mode": "create",
|
|
400
|
+
"type": "form-section",
|
|
401
|
+
"submitEvent": "SUBMIT",
|
|
402
|
+
"cancelEvent": "INIT"
|
|
402
403
|
}
|
|
403
|
-
]
|
|
404
|
-
"type": "stack"
|
|
404
|
+
]
|
|
405
405
|
}
|
|
406
406
|
]
|
|
407
407
|
]
|
|
@@ -418,8 +418,8 @@
|
|
|
418
418
|
"@payload.data",
|
|
419
419
|
{
|
|
420
420
|
"emit": {
|
|
421
|
-
"
|
|
422
|
-
"
|
|
421
|
+
"failure": "FormEntrySaveFailed",
|
|
422
|
+
"success": "FormEntrySaved"
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
425
|
],
|
|
@@ -427,31 +427,35 @@
|
|
|
427
427
|
"render-ui",
|
|
428
428
|
"main",
|
|
429
429
|
{
|
|
430
|
-
"
|
|
430
|
+
"align": "center",
|
|
431
431
|
"gap": "lg",
|
|
432
432
|
"children": [
|
|
433
433
|
{
|
|
434
|
-
"
|
|
435
|
-
"
|
|
434
|
+
"type": "icon",
|
|
435
|
+
"name": "check-circle"
|
|
436
436
|
},
|
|
437
437
|
{
|
|
438
|
-
"variant": "h2",
|
|
439
438
|
"type": "typography",
|
|
440
|
-
"content": "Form Submitted"
|
|
439
|
+
"content": "Form Submitted",
|
|
440
|
+
"variant": "h2"
|
|
441
441
|
},
|
|
442
442
|
{
|
|
443
|
-
"
|
|
443
|
+
"type": "alert",
|
|
444
444
|
"variant": "success",
|
|
445
|
-
"
|
|
445
|
+
"message": "Your form has been submitted successfully."
|
|
446
446
|
},
|
|
447
447
|
{
|
|
448
|
+
"gap": "md",
|
|
449
|
+
"type": "grid",
|
|
448
450
|
"children": [
|
|
449
451
|
{
|
|
452
|
+
"gap": "xs",
|
|
453
|
+
"type": "stack",
|
|
450
454
|
"children": [
|
|
451
455
|
{
|
|
452
|
-
"content": "Name",
|
|
453
456
|
"type": "typography",
|
|
454
457
|
"color": "muted",
|
|
458
|
+
"content": "Name",
|
|
455
459
|
"variant": "caption"
|
|
456
460
|
},
|
|
457
461
|
{
|
|
@@ -460,47 +464,46 @@
|
|
|
460
464
|
"type": "typography"
|
|
461
465
|
}
|
|
462
466
|
],
|
|
463
|
-
"gap": "xs",
|
|
464
|
-
"type": "stack",
|
|
465
467
|
"direction": "vertical"
|
|
466
468
|
},
|
|
467
469
|
{
|
|
470
|
+
"gap": "xs",
|
|
468
471
|
"type": "stack",
|
|
469
|
-
"direction": "vertical",
|
|
470
472
|
"children": [
|
|
471
473
|
{
|
|
472
|
-
"variant": "caption",
|
|
473
474
|
"color": "muted",
|
|
474
|
-
"
|
|
475
|
-
"type": "typography"
|
|
475
|
+
"variant": "caption",
|
|
476
|
+
"type": "typography",
|
|
477
|
+
"content": "Description"
|
|
476
478
|
},
|
|
477
479
|
{
|
|
478
|
-
"
|
|
480
|
+
"type": "typography",
|
|
479
481
|
"content": "@entity.description",
|
|
480
|
-
"
|
|
482
|
+
"variant": "body"
|
|
481
483
|
}
|
|
482
484
|
],
|
|
483
|
-
"
|
|
485
|
+
"direction": "vertical"
|
|
484
486
|
},
|
|
485
487
|
{
|
|
488
|
+
"gap": "xs",
|
|
489
|
+
"type": "stack",
|
|
486
490
|
"children": [
|
|
487
491
|
{
|
|
488
|
-
"
|
|
489
|
-
"color": "muted",
|
|
492
|
+
"type": "typography",
|
|
490
493
|
"variant": "caption",
|
|
491
|
-
"
|
|
494
|
+
"color": "muted",
|
|
495
|
+
"content": "Status"
|
|
492
496
|
},
|
|
493
497
|
{
|
|
494
|
-
"
|
|
498
|
+
"type": "typography",
|
|
495
499
|
"variant": "body",
|
|
496
|
-
"
|
|
500
|
+
"content": "@entity.status"
|
|
497
501
|
}
|
|
498
502
|
],
|
|
499
|
-
"type": "stack",
|
|
500
|
-
"gap": "xs",
|
|
501
503
|
"direction": "vertical"
|
|
502
504
|
},
|
|
503
505
|
{
|
|
506
|
+
"direction": "vertical",
|
|
504
507
|
"gap": "xs",
|
|
505
508
|
"children": [
|
|
506
509
|
{
|
|
@@ -510,75 +513,76 @@
|
|
|
510
513
|
"content": "Notes"
|
|
511
514
|
},
|
|
512
515
|
{
|
|
513
|
-
"variant": "body",
|
|
514
516
|
"content": "@entity.notes",
|
|
517
|
+
"variant": "body",
|
|
515
518
|
"type": "typography"
|
|
516
519
|
}
|
|
517
520
|
],
|
|
518
|
-
"type": "stack"
|
|
519
|
-
"direction": "vertical"
|
|
521
|
+
"type": "stack"
|
|
520
522
|
},
|
|
521
523
|
{
|
|
522
524
|
"children": [
|
|
523
525
|
{
|
|
524
|
-
"content": "Age",
|
|
525
526
|
"type": "typography",
|
|
526
|
-
"
|
|
527
|
-
"color": "muted"
|
|
527
|
+
"content": "Age",
|
|
528
|
+
"color": "muted",
|
|
529
|
+
"variant": "caption"
|
|
528
530
|
},
|
|
529
531
|
{
|
|
530
532
|
"variant": "body",
|
|
531
|
-
"
|
|
532
|
-
"
|
|
533
|
+
"content": "@entity.age",
|
|
534
|
+
"type": "typography"
|
|
533
535
|
}
|
|
534
536
|
],
|
|
535
|
-
"
|
|
537
|
+
"direction": "vertical",
|
|
536
538
|
"gap": "xs",
|
|
537
|
-
"
|
|
539
|
+
"type": "stack"
|
|
538
540
|
},
|
|
539
541
|
{
|
|
540
|
-
"type": "stack",
|
|
541
|
-
"direction": "vertical",
|
|
542
|
-
"gap": "xs",
|
|
543
542
|
"children": [
|
|
544
543
|
{
|
|
545
|
-
"type": "typography",
|
|
546
544
|
"content": "Is Active",
|
|
545
|
+
"type": "typography",
|
|
547
546
|
"color": "muted",
|
|
548
547
|
"variant": "caption"
|
|
549
548
|
},
|
|
550
549
|
{
|
|
550
|
+
"content": "@entity.isActive",
|
|
551
551
|
"type": "typography",
|
|
552
|
-
"variant": "body"
|
|
553
|
-
"content": "@entity.isActive"
|
|
552
|
+
"variant": "body"
|
|
554
553
|
}
|
|
555
|
-
]
|
|
554
|
+
],
|
|
555
|
+
"type": "stack",
|
|
556
|
+
"direction": "vertical",
|
|
557
|
+
"gap": "xs"
|
|
556
558
|
},
|
|
557
559
|
{
|
|
560
|
+
"direction": "vertical",
|
|
558
561
|
"children": [
|
|
559
562
|
{
|
|
560
563
|
"type": "typography",
|
|
561
|
-
"color": "muted",
|
|
562
564
|
"variant": "caption",
|
|
563
|
-
"content": "Birth Date"
|
|
565
|
+
"content": "Birth Date",
|
|
566
|
+
"color": "muted"
|
|
564
567
|
},
|
|
565
568
|
{
|
|
569
|
+
"variant": "body",
|
|
566
570
|
"content": "@entity.birthDate",
|
|
567
|
-
"type": "typography"
|
|
568
|
-
"variant": "body"
|
|
571
|
+
"type": "typography"
|
|
569
572
|
}
|
|
570
573
|
],
|
|
571
|
-
"
|
|
572
|
-
"type": "stack"
|
|
573
|
-
"gap": "xs"
|
|
574
|
+
"gap": "xs",
|
|
575
|
+
"type": "stack"
|
|
574
576
|
},
|
|
575
577
|
{
|
|
578
|
+
"direction": "vertical",
|
|
579
|
+
"type": "stack",
|
|
576
580
|
"children": [
|
|
577
581
|
{
|
|
578
|
-
"type": "typography",
|
|
579
582
|
"variant": "caption",
|
|
583
|
+
"color": "muted",
|
|
580
584
|
"content": "Priority",
|
|
581
|
-
"
|
|
585
|
+
"type": "typography"
|
|
582
586
|
},
|
|
583
587
|
{
|
|
584
588
|
"type": "typography",
|
|
@@ -586,18 +590,16 @@
|
|
|
586
590
|
"content": "@entity.priority"
|
|
587
591
|
}
|
|
588
592
|
],
|
|
589
|
-
"
|
|
590
|
-
"gap": "xs",
|
|
591
|
-
"type": "stack"
|
|
593
|
+
"gap": "xs"
|
|
592
594
|
},
|
|
593
595
|
{
|
|
594
|
-
"
|
|
596
|
+
"direction": "vertical",
|
|
595
597
|
"children": [
|
|
596
598
|
{
|
|
597
599
|
"content": "Category ID",
|
|
598
|
-
"color": "muted",
|
|
599
600
|
"type": "typography",
|
|
600
|
-
"variant": "caption"
|
|
601
|
+
"variant": "caption",
|
|
602
|
+
"color": "muted"
|
|
601
603
|
},
|
|
602
604
|
{
|
|
603
605
|
"type": "typography",
|
|
@@ -605,24 +607,22 @@
|
|
|
605
607
|
"content": "@entity.categoryId"
|
|
606
608
|
}
|
|
607
609
|
],
|
|
608
|
-
"
|
|
609
|
-
"
|
|
610
|
+
"type": "stack",
|
|
611
|
+
"gap": "xs"
|
|
610
612
|
}
|
|
611
613
|
],
|
|
612
|
-
"gap": "md",
|
|
613
|
-
"type": "grid",
|
|
614
614
|
"cols": 2.0
|
|
615
615
|
},
|
|
616
616
|
{
|
|
617
617
|
"action": "RESET",
|
|
618
618
|
"type": "button",
|
|
619
|
-
"
|
|
619
|
+
"icon": "plus",
|
|
620
620
|
"label": "New Entry",
|
|
621
|
-
"
|
|
621
|
+
"variant": "primary"
|
|
622
622
|
}
|
|
623
623
|
],
|
|
624
624
|
"type": "stack",
|
|
625
|
-
"
|
|
625
|
+
"direction": "vertical"
|
|
626
626
|
}
|
|
627
627
|
]
|
|
628
628
|
]
|
|
@@ -637,8 +637,8 @@
|
|
|
637
637
|
"FormEntry",
|
|
638
638
|
{
|
|
639
639
|
"emit": {
|
|
640
|
-
"
|
|
641
|
-
"
|
|
640
|
+
"failure": "FormEntryLoadFailed",
|
|
641
|
+
"success": "FormEntryLoaded"
|
|
642
642
|
}
|
|
643
643
|
}
|
|
644
644
|
],
|
|
@@ -647,8 +647,8 @@
|
|
|
647
647
|
"FormEntry",
|
|
648
648
|
{
|
|
649
649
|
"emit": {
|
|
650
|
-
"
|
|
651
|
-
"
|
|
650
|
+
"success": "FormEntryLoaded",
|
|
651
|
+
"failure": "FormEntryLoadFailed"
|
|
652
652
|
}
|
|
653
653
|
}
|
|
654
654
|
],
|
|
@@ -656,15 +656,15 @@
|
|
|
656
656
|
"render-ui",
|
|
657
657
|
"main",
|
|
658
658
|
{
|
|
659
|
-
"type": "stack",
|
|
660
659
|
"direction": "vertical",
|
|
660
|
+
"type": "stack",
|
|
661
661
|
"gap": "lg",
|
|
662
662
|
"children": [
|
|
663
663
|
{
|
|
664
|
-
"align": "center",
|
|
665
664
|
"direction": "horizontal",
|
|
666
665
|
"type": "stack",
|
|
667
666
|
"gap": "sm",
|
|
667
|
+
"align": "center",
|
|
668
668
|
"children": [
|
|
669
669
|
{
|
|
670
670
|
"name": "file-text",
|
|
@@ -672,8 +672,8 @@
|
|
|
672
672
|
},
|
|
673
673
|
{
|
|
674
674
|
"type": "typography",
|
|
675
|
-
"
|
|
676
|
-
"
|
|
675
|
+
"variant": "h2",
|
|
676
|
+
"content": "FormEntry Form"
|
|
677
677
|
}
|
|
678
678
|
]
|
|
679
679
|
},
|
|
@@ -681,41 +681,41 @@
|
|
|
681
681
|
"type": "divider"
|
|
682
682
|
},
|
|
683
683
|
{
|
|
684
|
-
"
|
|
685
|
-
"
|
|
684
|
+
"submitEvent": "SUBMIT",
|
|
685
|
+
"mode": "create",
|
|
686
686
|
"fields": [
|
|
687
687
|
{
|
|
688
688
|
"label": "Name",
|
|
689
689
|
"name": "name"
|
|
690
690
|
},
|
|
691
691
|
{
|
|
692
|
-
"
|
|
693
|
-
"
|
|
692
|
+
"label": "Description",
|
|
693
|
+
"name": "description"
|
|
694
694
|
},
|
|
695
695
|
{
|
|
696
|
-
"name": "status",
|
|
697
696
|
"label": "Status",
|
|
697
|
+
"type": "enum",
|
|
698
|
+
"name": "status",
|
|
698
699
|
"values": [
|
|
699
700
|
"active",
|
|
700
701
|
"inactive",
|
|
701
702
|
"pending"
|
|
702
|
-
]
|
|
703
|
-
"type": "enum"
|
|
703
|
+
]
|
|
704
704
|
},
|
|
705
705
|
{
|
|
706
|
-
"
|
|
706
|
+
"name": "notes",
|
|
707
707
|
"label": "Notes",
|
|
708
|
-
"
|
|
708
|
+
"type": "textarea"
|
|
709
709
|
},
|
|
710
710
|
{
|
|
711
711
|
"type": "number",
|
|
712
|
-
"
|
|
713
|
-
"
|
|
712
|
+
"label": "Age",
|
|
713
|
+
"name": "age"
|
|
714
714
|
},
|
|
715
715
|
{
|
|
716
|
+
"type": "boolean",
|
|
716
717
|
"name": "isActive",
|
|
717
|
-
"label": "Is Active"
|
|
718
|
-
"type": "boolean"
|
|
718
|
+
"label": "Is Active"
|
|
719
719
|
},
|
|
720
720
|
{
|
|
721
721
|
"name": "birthDate",
|
|
@@ -724,14 +724,14 @@
|
|
|
724
724
|
},
|
|
725
725
|
{
|
|
726
726
|
"name": "priority",
|
|
727
|
-
"label": "Priority",
|
|
728
|
-
"type": "enum",
|
|
729
727
|
"values": [
|
|
730
728
|
"low",
|
|
731
729
|
"medium",
|
|
732
730
|
"high",
|
|
733
731
|
"critical"
|
|
734
|
-
]
|
|
732
|
+
],
|
|
733
|
+
"type": "enum",
|
|
734
|
+
"label": "Priority"
|
|
735
735
|
},
|
|
736
736
|
{
|
|
737
737
|
"name": "categoryId",
|
|
@@ -743,8 +743,8 @@
|
|
|
743
743
|
"label": "Category ID"
|
|
744
744
|
}
|
|
745
745
|
],
|
|
746
|
-
"
|
|
747
|
-
"
|
|
746
|
+
"type": "form-section",
|
|
747
|
+
"cancelEvent": "INIT"
|
|
748
748
|
}
|
|
749
749
|
]
|
|
750
750
|
}
|