@almadar/std 10.0.0 → 11.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  27. package/behaviors/registry/app/organisms/std-cms.orb +608 -512
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  29. package/behaviors/registry/app/organisms/std-crm.orb +887 -791
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  37. package/behaviors/registry/app/organisms/std-lms.orb +935 -893
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  42. package/behaviors/registry/core/atoms/std-browse.orb +56 -56
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  44. package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  47. package/behaviors/registry/core/atoms/std-display.orb +388 -388
  48. package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  49. package/behaviors/registry/core/atoms/std-filter.orb +47 -47
  50. package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  51. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  52. package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  53. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  55. package/behaviors/registry/core/atoms/std-related.orb +37 -37
  56. package/behaviors/registry/core/atoms/std-search.orb +68 -68
  57. package/behaviors/registry/core/atoms/std-selection.orb +90 -90
  58. package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  59. package/behaviors/registry/core/molecules/std-cart.orb +47 -47
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  62. package/behaviors/registry/core/molecules/std-list.orb +79 -85
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  64. package/behaviors/registry/game/atoms/std-collision.orb +122 -122
  65. package/behaviors/registry/game/atoms/std-combat.orb +66 -66
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +291 -291
  70. package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  83. package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  84. package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  187. package/package.json +1 -1
@@ -292,8 +292,8 @@
292
292
  "FormEntry",
293
293
  {
294
294
  "emit": {
295
- "failure": "FormEntryLoadFailed",
296
- "success": "FormEntryLoaded"
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
- "success": "FormEntryLoaded",
306
- "failure": "FormEntryLoadFailed"
305
+ "failure": "FormEntryLoadFailed",
306
+ "success": "FormEntryLoaded"
307
307
  }
308
308
  }
309
309
  ],
@@ -311,31 +311,34 @@
311
311
  "render-ui",
312
312
  "main",
313
313
  {
314
- "type": "stack",
315
314
  "gap": "lg",
316
315
  "direction": "vertical",
316
+ "type": "stack",
317
317
  "children": [
318
318
  {
319
+ "type": "stack",
319
320
  "direction": "horizontal",
320
321
  "gap": "sm",
321
- "align": "center",
322
322
  "children": [
323
323
  {
324
324
  "type": "icon",
325
325
  "name": "file-text"
326
326
  },
327
327
  {
328
- "type": "typography",
329
328
  "content": "FormEntry Form",
330
- "variant": "h2"
329
+ "variant": "h2",
330
+ "type": "typography"
331
331
  }
332
332
  ],
333
- "type": "stack"
333
+ "align": "center"
334
334
  },
335
335
  {
336
336
  "type": "divider"
337
337
  },
338
338
  {
339
+ "submitEvent": "SUBMIT",
340
+ "type": "form-section",
341
+ "mode": "create",
339
342
  "cancelEvent": "INIT",
340
343
  "fields": [
341
344
  {
@@ -347,29 +350,29 @@
347
350
  "label": "Description"
348
351
  },
349
352
  {
350
- "name": "status",
351
- "label": "Status",
352
353
  "type": "enum",
354
+ "label": "Status",
353
355
  "values": [
354
356
  "active",
355
357
  "inactive",
356
358
  "pending"
357
- ]
359
+ ],
360
+ "name": "status"
358
361
  },
359
362
  {
360
- "label": "Notes",
363
+ "type": "textarea",
361
364
  "name": "notes",
362
- "type": "textarea"
365
+ "label": "Notes"
363
366
  },
364
367
  {
365
- "name": "age",
366
368
  "type": "number",
369
+ "name": "age",
367
370
  "label": "Age"
368
371
  },
369
372
  {
370
- "type": "boolean",
371
373
  "name": "isActive",
372
- "label": "Is Active"
374
+ "label": "Is Active",
375
+ "type": "boolean"
373
376
  },
374
377
  {
375
378
  "name": "birthDate",
@@ -377,15 +380,15 @@
377
380
  "type": "date"
378
381
  },
379
382
  {
380
- "name": "priority",
381
- "label": "Priority",
382
- "type": "enum",
383
383
  "values": [
384
384
  "low",
385
385
  "medium",
386
386
  "high",
387
387
  "critical"
388
- ]
388
+ ],
389
+ "label": "Priority",
390
+ "name": "priority",
391
+ "type": "enum"
389
392
  },
390
393
  {
391
394
  "label": "Category ID",
@@ -396,10 +399,7 @@
396
399
  },
397
400
  "name": "categoryId"
398
401
  }
399
- ],
400
- "type": "form-section",
401
- "submitEvent": "SUBMIT",
402
- "mode": "create"
402
+ ]
403
403
  }
404
404
  ]
405
405
  }
@@ -427,28 +427,29 @@
427
427
  "render-ui",
428
428
  "main",
429
429
  {
430
- "gap": "lg",
431
- "direction": "vertical",
430
+ "align": "center",
432
431
  "children": [
433
432
  {
434
- "name": "check-circle",
435
- "type": "icon"
433
+ "type": "icon",
434
+ "name": "check-circle"
436
435
  },
437
436
  {
438
437
  "type": "typography",
439
- "content": "Form Submitted",
440
- "variant": "h2"
438
+ "variant": "h2",
439
+ "content": "Form Submitted"
441
440
  },
442
441
  {
443
- "message": "Your form has been submitted successfully.",
444
442
  "type": "alert",
445
- "variant": "success"
443
+ "variant": "success",
444
+ "message": "Your form has been submitted successfully."
446
445
  },
447
446
  {
448
447
  "type": "grid",
449
448
  "cols": 2.0,
449
+ "gap": "md",
450
450
  "children": [
451
451
  {
452
+ "direction": "vertical",
452
453
  "type": "stack",
453
454
  "children": [
454
455
  {
@@ -458,110 +459,112 @@
458
459
  "content": "Name"
459
460
  },
460
461
  {
462
+ "content": "@entity.name",
461
463
  "variant": "body",
462
- "type": "typography",
463
- "content": "@entity.name"
464
+ "type": "typography"
464
465
  }
465
466
  ],
466
- "gap": "xs",
467
- "direction": "vertical"
467
+ "gap": "xs"
468
468
  },
469
469
  {
470
- "type": "stack",
471
- "gap": "xs",
472
- "direction": "vertical",
473
470
  "children": [
474
471
  {
472
+ "type": "typography",
475
473
  "color": "muted",
476
- "variant": "caption",
477
474
  "content": "Description",
478
- "type": "typography"
475
+ "variant": "caption"
479
476
  },
480
477
  {
481
- "content": "@entity.description",
482
478
  "type": "typography",
479
+ "content": "@entity.description",
483
480
  "variant": "body"
484
481
  }
485
- ]
482
+ ],
483
+ "type": "stack",
484
+ "direction": "vertical",
485
+ "gap": "xs"
486
486
  },
487
487
  {
488
+ "direction": "vertical",
488
489
  "type": "stack",
490
+ "gap": "xs",
489
491
  "children": [
490
492
  {
491
- "content": "Status",
492
493
  "variant": "caption",
493
494
  "type": "typography",
494
- "color": "muted"
495
+ "color": "muted",
496
+ "content": "Status"
495
497
  },
496
498
  {
497
- "content": "@entity.status",
499
+ "variant": "body",
498
500
  "type": "typography",
499
- "variant": "body"
501
+ "content": "@entity.status"
500
502
  }
501
- ],
502
- "direction": "vertical",
503
- "gap": "xs"
503
+ ]
504
504
  },
505
505
  {
506
+ "type": "stack",
507
+ "direction": "vertical",
508
+ "gap": "xs",
506
509
  "children": [
507
510
  {
508
- "type": "typography",
509
511
  "color": "muted",
510
512
  "content": "Notes",
513
+ "type": "typography",
511
514
  "variant": "caption"
512
515
  },
513
516
  {
514
- "content": "@entity.notes",
515
517
  "type": "typography",
516
- "variant": "body"
518
+ "variant": "body",
519
+ "content": "@entity.notes"
517
520
  }
518
- ],
519
- "direction": "vertical",
520
- "type": "stack",
521
- "gap": "xs"
521
+ ]
522
522
  },
523
523
  {
524
524
  "type": "stack",
525
- "gap": "xs",
526
525
  "direction": "vertical",
527
526
  "children": [
528
527
  {
529
- "color": "muted",
530
528
  "variant": "caption",
531
- "type": "typography",
532
- "content": "Age"
529
+ "content": "Age",
530
+ "color": "muted",
531
+ "type": "typography"
533
532
  },
534
533
  {
535
- "content": "@entity.age",
536
534
  "type": "typography",
537
- "variant": "body"
535
+ "variant": "body",
536
+ "content": "@entity.age"
538
537
  }
539
- ]
538
+ ],
539
+ "gap": "xs"
540
540
  },
541
541
  {
542
- "direction": "vertical",
543
542
  "children": [
544
543
  {
545
- "type": "typography",
546
544
  "content": "Is Active",
547
- "variant": "caption",
548
- "color": "muted"
545
+ "type": "typography",
546
+ "color": "muted",
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
  ],
556
- "gap": "xs",
557
- "type": "stack"
555
+ "direction": "vertical",
556
+ "type": "stack",
557
+ "gap": "xs"
558
558
  },
559
559
  {
560
+ "gap": "xs",
561
+ "type": "stack",
562
+ "direction": "vertical",
560
563
  "children": [
561
564
  {
565
+ "type": "typography",
562
566
  "variant": "caption",
563
567
  "color": "muted",
564
- "type": "typography",
565
568
  "content": "Birth Date"
566
569
  },
567
570
  {
@@ -569,60 +572,57 @@
569
572
  "type": "typography",
570
573
  "content": "@entity.birthDate"
571
574
  }
572
- ],
573
- "type": "stack",
574
- "gap": "xs",
575
- "direction": "vertical"
575
+ ]
576
576
  },
577
577
  {
578
578
  "gap": "xs",
579
579
  "direction": "vertical",
580
- "type": "stack",
581
580
  "children": [
582
581
  {
583
- "type": "typography",
584
582
  "color": "muted",
585
- "variant": "caption",
586
- "content": "Priority"
583
+ "content": "Priority",
584
+ "type": "typography",
585
+ "variant": "caption"
587
586
  },
588
587
  {
589
- "variant": "body",
588
+ "content": "@entity.priority",
590
589
  "type": "typography",
591
- "content": "@entity.priority"
590
+ "variant": "body"
592
591
  }
593
- ]
592
+ ],
593
+ "type": "stack"
594
594
  },
595
595
  {
596
596
  "direction": "vertical",
597
597
  "children": [
598
598
  {
599
- "variant": "caption",
600
- "color": "muted",
601
599
  "type": "typography",
602
- "content": "Category ID"
600
+ "color": "muted",
601
+ "content": "Category ID",
602
+ "variant": "caption"
603
603
  },
604
604
  {
605
- "variant": "body",
605
+ "content": "@entity.categoryId",
606
606
  "type": "typography",
607
- "content": "@entity.categoryId"
607
+ "variant": "body"
608
608
  }
609
609
  ],
610
610
  "type": "stack",
611
611
  "gap": "xs"
612
612
  }
613
- ],
614
- "gap": "md"
613
+ ]
615
614
  },
616
615
  {
617
- "icon": "plus",
618
- "type": "button",
616
+ "action": "RESET",
619
617
  "label": "New Entry",
618
+ "type": "button",
620
619
  "variant": "primary",
621
- "action": "RESET"
620
+ "icon": "plus"
622
621
  }
623
622
  ],
624
- "type": "stack",
625
- "align": "center"
623
+ "direction": "vertical",
624
+ "gap": "lg",
625
+ "type": "stack"
626
626
  }
627
627
  ]
628
628
  ]
@@ -637,8 +637,8 @@
637
637
  "FormEntry",
638
638
  {
639
639
  "emit": {
640
- "failure": "FormEntryLoadFailed",
641
- "success": "FormEntryLoaded"
640
+ "success": "FormEntryLoaded",
641
+ "failure": "FormEntryLoadFailed"
642
642
  }
643
643
  }
644
644
  ],
@@ -647,8 +647,8 @@
647
647
  "FormEntry",
648
648
  {
649
649
  "emit": {
650
- "failure": "FormEntryLoadFailed",
651
- "success": "FormEntryLoaded"
650
+ "success": "FormEntryLoaded",
651
+ "failure": "FormEntryLoadFailed"
652
652
  }
653
653
  }
654
654
  ],
@@ -656,97 +656,97 @@
656
656
  "render-ui",
657
657
  "main",
658
658
  {
659
+ "gap": "lg",
659
660
  "type": "stack",
661
+ "direction": "vertical",
660
662
  "children": [
661
663
  {
662
- "gap": "sm",
664
+ "type": "stack",
663
665
  "direction": "horizontal",
664
666
  "align": "center",
665
- "type": "stack",
666
667
  "children": [
667
668
  {
668
- "type": "icon",
669
- "name": "file-text"
669
+ "name": "file-text",
670
+ "type": "icon"
670
671
  },
671
672
  {
672
- "type": "typography",
673
673
  "content": "FormEntry Form",
674
+ "type": "typography",
674
675
  "variant": "h2"
675
676
  }
676
- ]
677
+ ],
678
+ "gap": "sm"
677
679
  },
678
680
  {
679
681
  "type": "divider"
680
682
  },
681
683
  {
684
+ "mode": "create",
685
+ "type": "form-section",
682
686
  "submitEvent": "SUBMIT",
683
687
  "cancelEvent": "INIT",
684
- "type": "form-section",
685
- "mode": "create",
686
688
  "fields": [
687
689
  {
688
- "name": "name",
689
- "label": "Name"
690
+ "label": "Name",
691
+ "name": "name"
690
692
  },
691
693
  {
692
- "label": "Description",
693
- "name": "description"
694
+ "name": "description",
695
+ "label": "Description"
694
696
  },
695
697
  {
696
698
  "name": "status",
697
- "label": "Status",
698
699
  "values": [
699
700
  "active",
700
701
  "inactive",
701
702
  "pending"
702
703
  ],
704
+ "label": "Status",
703
705
  "type": "enum"
704
706
  },
705
707
  {
706
- "name": "notes",
707
708
  "label": "Notes",
709
+ "name": "notes",
708
710
  "type": "textarea"
709
711
  },
710
712
  {
711
- "label": "Age",
713
+ "name": "age",
712
714
  "type": "number",
713
- "name": "age"
715
+ "label": "Age"
714
716
  },
715
717
  {
718
+ "type": "boolean",
716
719
  "name": "isActive",
717
- "label": "Is Active",
718
- "type": "boolean"
720
+ "label": "Is Active"
719
721
  },
720
722
  {
723
+ "type": "date",
721
724
  "name": "birthDate",
722
- "label": "Birth Date",
723
- "type": "date"
725
+ "label": "Birth Date"
724
726
  },
725
727
  {
728
+ "type": "enum",
729
+ "name": "priority",
726
730
  "values": [
727
731
  "low",
728
732
  "medium",
729
733
  "high",
730
734
  "critical"
731
735
  ],
732
- "type": "enum",
733
- "label": "Priority",
734
- "name": "priority"
736
+ "label": "Priority"
735
737
  },
736
738
  {
737
- "label": "Category ID",
738
- "type": "relation",
739
739
  "name": "categoryId",
740
+ "label": "Category ID",
740
741
  "relation": {
741
- "entity": "FormEntry",
742
- "cardinality": "many-to-one"
743
- }
742
+ "cardinality": "many-to-one",
743
+ "entity": "FormEntry"
744
+ },
745
+ "type": "relation"
744
746
  }
745
747
  ]
746
748
  }
747
- ],
748
- "direction": "vertical",
749
- "gap": "lg"
749
+ ]
750
750
  }
751
751
  ]
752
752
  ]