@almadar/std 14.26.0 → 14.27.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 (151) hide show
  1. package/behaviors/registry/app/atoms/std-applicant.orb +496 -42
  2. package/behaviors/registry/app/atoms/std-approval-request.orb +433 -593
  3. package/behaviors/registry/app/atoms/std-campaign-goal.orb +438 -228
  4. package/behaviors/registry/app/atoms/std-change-order.orb +565 -307
  5. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +434 -97
  6. package/behaviors/registry/app/atoms/std-checkin.orb +434 -270
  7. package/behaviors/registry/app/atoms/std-class-roster.orb +495 -61
  8. package/behaviors/registry/app/atoms/std-class-session.orb +485 -104
  9. package/behaviors/registry/app/atoms/std-court-deadline.orb +519 -88
  10. package/behaviors/registry/app/atoms/std-customer-account.orb +577 -97
  11. package/behaviors/registry/app/atoms/std-donation-receipt.orb +498 -55
  12. package/behaviors/registry/app/atoms/std-donor.orb +445 -135
  13. package/behaviors/registry/app/atoms/std-drip-sequence.orb +445 -62
  14. package/behaviors/registry/app/atoms/std-driver.orb +465 -480
  15. package/behaviors/registry/app/atoms/std-dunning.orb +450 -512
  16. package/behaviors/registry/app/atoms/std-email-broadcast.orb +517 -64
  17. package/behaviors/registry/app/atoms/std-event.orb +465 -667
  18. package/behaviors/registry/app/atoms/std-health-score.orb +368 -371
  19. package/behaviors/registry/app/atoms/std-help-article.orb +373 -506
  20. package/behaviors/registry/app/atoms/std-help-category.orb +344 -359
  21. package/behaviors/registry/app/atoms/std-interview-slot.orb +490 -48
  22. package/behaviors/registry/app/atoms/std-invoice.orb +494 -291
  23. package/behaviors/registry/app/atoms/std-kitchen-display.orb +588 -96
  24. package/behaviors/registry/app/atoms/std-lease.orb +506 -190
  25. package/behaviors/registry/app/atoms/std-ledger-entry.orb +483 -154
  26. package/behaviors/registry/app/atoms/std-maintenance-request.orb +642 -192
  27. package/behaviors/registry/app/atoms/std-matter.orb +486 -318
  28. package/behaviors/registry/app/atoms/std-membership.orb +512 -102
  29. package/behaviors/registry/app/atoms/std-menu.orb +775 -183
  30. package/behaviors/registry/app/atoms/std-modifier-group.orb +522 -104
  31. package/behaviors/registry/app/atoms/std-nps-survey.orb +319 -327
  32. package/behaviors/registry/app/atoms/std-offer-letter.orb +497 -47
  33. package/behaviors/registry/app/atoms/std-payout-ledger.orb +378 -362
  34. package/behaviors/registry/app/atoms/std-question-bank.orb +379 -346
  35. package/behaviors/registry/app/atoms/std-receipt.orb +553 -44
  36. package/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -832
  37. package/behaviors/registry/app/atoms/std-renewal-risk.orb +370 -421
  38. package/behaviors/registry/app/atoms/std-rent-charge.orb +657 -55
  39. package/behaviors/registry/app/atoms/std-reorder-rule.orb +510 -59
  40. package/behaviors/registry/app/atoms/std-response-collector.orb +451 -144
  41. package/behaviors/registry/app/atoms/std-rfi.orb +502 -461
  42. package/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  43. package/behaviors/registry/app/atoms/std-segment.orb +360 -98
  44. package/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  45. package/behaviors/registry/app/atoms/std-submittal.orb +538 -526
  46. package/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  47. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +653 -71
  48. package/behaviors/registry/app/atoms/std-telematics-event.orb +310 -215
  49. package/behaviors/registry/app/atoms/std-template-editor.orb +513 -90
  50. package/behaviors/registry/app/atoms/std-tenant.orb +525 -66
  51. package/behaviors/registry/app/atoms/std-ticket-tier.orb +472 -460
  52. package/behaviors/registry/app/atoms/std-time-entry.orb +354 -317
  53. package/behaviors/registry/app/atoms/std-timesheet.orb +551 -284
  54. package/behaviors/registry/app/atoms/std-trial.orb +410 -317
  55. package/behaviors/registry/app/atoms/std-vehicle.orb +398 -563
  56. package/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  57. package/behaviors/registry/app/atoms/std-warehouse.orb +273 -214
  58. package/behaviors/registry/app/atoms/std-work-order.orb +628 -240
  59. package/behaviors/registry/app/molecules/std-applicant-form.orb +89 -83
  60. package/behaviors/registry/app/molecules/std-application.orb +178 -263
  61. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +67 -176
  62. package/behaviors/registry/app/molecules/std-cart.orb +78 -72
  63. package/behaviors/registry/app/molecules/std-form-builder.orb +437 -176
  64. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +608 -89
  65. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +501 -102
  66. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +383 -469
  67. package/behaviors/registry/core/atoms/std-billable-hour.orb +495 -91
  68. package/behaviors/registry/core/atoms/std-branching-logic.orb +271 -600
  69. package/behaviors/registry/core/atoms/std-file-store.orb +534 -164
  70. package/behaviors/registry/core/atoms/std-gallery.orb +118 -101
  71. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +87 -57
  72. package/behaviors/registry/core/atoms/std-page-tree.orb +342 -484
  73. package/behaviors/registry/core/atoms/std-rich-editor.orb +288 -416
  74. package/behaviors/registry/core/atoms/std-version-history.orb +454 -430
  75. package/behaviors/registry/core/molecules/std-wizard-form.orb +222 -147
  76. package/dist/behaviors/registry/app/atoms/std-applicant.orb +496 -42
  77. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +433 -593
  78. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +438 -228
  79. package/dist/behaviors/registry/app/atoms/std-change-order.orb +565 -307
  80. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +434 -97
  81. package/dist/behaviors/registry/app/atoms/std-checkin.orb +434 -270
  82. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +495 -61
  83. package/dist/behaviors/registry/app/atoms/std-class-session.orb +485 -104
  84. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +519 -88
  85. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +577 -97
  86. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +498 -55
  87. package/dist/behaviors/registry/app/atoms/std-donor.orb +445 -135
  88. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +445 -62
  89. package/dist/behaviors/registry/app/atoms/std-driver.orb +465 -480
  90. package/dist/behaviors/registry/app/atoms/std-dunning.orb +450 -512
  91. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +517 -64
  92. package/dist/behaviors/registry/app/atoms/std-event.orb +465 -667
  93. package/dist/behaviors/registry/app/atoms/std-health-score.orb +368 -371
  94. package/dist/behaviors/registry/app/atoms/std-help-article.orb +373 -506
  95. package/dist/behaviors/registry/app/atoms/std-help-category.orb +344 -359
  96. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +490 -48
  97. package/dist/behaviors/registry/app/atoms/std-invoice.orb +494 -291
  98. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +588 -96
  99. package/dist/behaviors/registry/app/atoms/std-lease.orb +506 -190
  100. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +483 -154
  101. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +642 -192
  102. package/dist/behaviors/registry/app/atoms/std-matter.orb +486 -318
  103. package/dist/behaviors/registry/app/atoms/std-membership.orb +512 -102
  104. package/dist/behaviors/registry/app/atoms/std-menu.orb +775 -183
  105. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +522 -104
  106. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +319 -327
  107. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +497 -47
  108. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +378 -362
  109. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +379 -346
  110. package/dist/behaviors/registry/app/atoms/std-receipt.orb +553 -44
  111. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -832
  112. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +370 -421
  113. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +657 -55
  114. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +510 -59
  115. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +451 -144
  116. package/dist/behaviors/registry/app/atoms/std-rfi.orb +502 -461
  117. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  118. package/dist/behaviors/registry/app/atoms/std-segment.orb +360 -98
  119. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  120. package/dist/behaviors/registry/app/atoms/std-submittal.orb +538 -526
  121. package/dist/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  122. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +653 -71
  123. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +310 -215
  124. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +513 -90
  125. package/dist/behaviors/registry/app/atoms/std-tenant.orb +525 -66
  126. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +472 -460
  127. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +354 -317
  128. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +551 -284
  129. package/dist/behaviors/registry/app/atoms/std-trial.orb +410 -317
  130. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +398 -563
  131. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  132. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +273 -214
  133. package/dist/behaviors/registry/app/atoms/std-work-order.orb +628 -240
  134. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +89 -83
  135. package/dist/behaviors/registry/app/molecules/std-application.orb +178 -263
  136. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +67 -176
  137. package/dist/behaviors/registry/app/molecules/std-cart.orb +78 -72
  138. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +437 -176
  139. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +608 -89
  140. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +501 -102
  141. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +383 -469
  142. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +495 -91
  143. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +271 -600
  144. package/dist/behaviors/registry/core/atoms/std-file-store.orb +534 -164
  145. package/dist/behaviors/registry/core/atoms/std-gallery.orb +118 -101
  146. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +87 -57
  147. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +342 -484
  148. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +288 -416
  149. package/dist/behaviors/registry/core/atoms/std-version-history.orb +454 -430
  150. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +222 -147
  151. package/package.json +1 -1
@@ -391,21 +391,21 @@
391
391
  "main",
392
392
  {
393
393
  "direction": "vertical",
394
+ "gap": "md",
394
395
  "className": "py-12",
396
+ "align": "center",
397
+ "type": "stack",
395
398
  "children": [
396
399
  {
397
400
  "type": "spinner"
398
401
  },
399
402
  {
400
- "variant": "caption",
401
- "color": "muted",
402
403
  "content": "Loading floor plan…",
403
- "type": "typography"
404
+ "type": "typography",
405
+ "color": "muted",
406
+ "variant": "caption"
404
407
  }
405
- ],
406
- "align": "center",
407
- "type": "stack",
408
- "gap": "md"
408
+ ]
409
409
  }
410
410
  ]
411
411
  ]
@@ -420,61 +420,98 @@
420
420
  "main",
421
421
  {
422
422
  "type": "stack",
423
- "gap": "md",
424
423
  "children": [
425
424
  {
426
- "type": "stack",
427
- "gap": "sm",
428
- "direction": "horizontal",
429
425
  "children": [
430
426
  {
431
- "type": "icon",
432
- "name": "layout-grid"
427
+ "name": "layout-grid",
428
+ "type": "icon"
433
429
  },
434
430
  {
435
431
  "variant": "h3",
436
432
  "type": "typography",
437
433
  "content": "@config.title"
438
434
  }
439
- ]
435
+ ],
436
+ "align": "center",
437
+ "type": "stack",
438
+ "gap": "sm",
439
+ "direction": "horizontal"
440
+ },
441
+ {
442
+ "cols": 4.0,
443
+ "children": [
444
+ {
445
+ "label": "Tables",
446
+ "icon": "grid",
447
+ "type": "stat-display",
448
+ "value": "@payload.data.length"
449
+ },
450
+ {
451
+ "type": "stat-display",
452
+ "icon": "users",
453
+ "value": "18",
454
+ "label": "Seated"
455
+ },
456
+ {
457
+ "type": "stat-display",
458
+ "label": "Awaiting bill",
459
+ "icon": "receipt",
460
+ "value": "4"
461
+ },
462
+ {
463
+ "type": "stat-display",
464
+ "label": "Avg party size",
465
+ "value": "3.2",
466
+ "icon": "user-plus"
467
+ }
468
+ ],
469
+ "type": "simple-grid"
440
470
  },
441
471
  {
442
472
  "type": "divider"
443
473
  },
444
474
  {
445
- "height": "@config.canvasHeight",
446
- "editable": true,
447
475
  "selectedId": "@entity.id",
448
476
  "onSelect": "SELECT_TABLE",
449
- "onMove": "MOVE_TABLE",
450
- "type": "positioned-canvas",
451
477
  "width": "@config.canvasWidth",
452
- "items": "@payload.data"
478
+ "type": "positioned-canvas",
479
+ "items": "@payload.data",
480
+ "height": "@config.canvasHeight",
481
+ "editable": true,
482
+ "onMove": "MOVE_TABLE"
453
483
  },
454
484
  {
455
485
  "children": [
456
486
  {
487
+ "icon": "users",
488
+ "action": "SEAT",
457
489
  "label": "Seat Party",
458
490
  "variant": "primary",
459
- "type": "button",
460
- "icon": "users",
461
- "action": "SEAT"
491
+ "actionPayload": {
492
+ "id": "@entity.id"
493
+ },
494
+ "type": "button"
462
495
  },
463
496
  {
464
- "type": "button",
497
+ "label": "Clear Table",
498
+ "actionPayload": {
499
+ "id": "@entity.id"
500
+ },
465
501
  "icon": "eraser",
466
- "action": "CLEAR_TABLE",
502
+ "type": "button",
467
503
  "variant": "secondary",
468
- "label": "Clear Table"
504
+ "action": "CLEAR_TABLE"
469
505
  }
470
506
  ],
471
- "justify": "end",
472
- "type": "stack",
473
507
  "direction": "horizontal",
474
- "gap": "sm"
508
+ "gap": "sm",
509
+ "justify": "end",
510
+ "type": "stack"
475
511
  }
476
512
  ],
477
- "direction": "vertical"
513
+ "direction": "vertical",
514
+ "gap": "md"
478
515
  }
479
516
  ]
480
517
  ]
@@ -488,9 +525,9 @@
488
525
  "render-ui",
489
526
  "main",
490
527
  {
491
- "variant": "error",
528
+ "message": "@payload.error",
492
529
  "type": "alert",
493
- "message": "@payload.error"
530
+ "variant": "error"
494
531
  }
495
532
  ]
496
533
  ]
@@ -540,8 +577,8 @@
540
577
  "TableNode",
541
578
  {
542
579
  "id": "@payload.id",
543
- "y": "@payload.y",
544
- "x": "@payload.x"
580
+ "x": "@payload.x",
581
+ "y": "@payload.y"
545
582
  },
546
583
  {
547
584
  "emit": {
@@ -583,9 +620,9 @@
583
620
  "TableNode",
584
621
  {
585
622
  "status": "seated",
586
- "id": "@payload.id",
623
+ "serverName": "@payload.serverName",
587
624
  "partySize": "@payload.partySize",
588
- "serverName": "@payload.serverName"
625
+ "id": "@payload.id"
589
626
  },
590
627
  {
591
628
  "emit": {
@@ -622,13 +659,13 @@
622
659
  "TableNode",
623
660
  {
624
661
  "status": "empty",
625
- "partySize": 0.0,
626
- "id": "@payload.id"
662
+ "id": "@payload.id",
663
+ "partySize": 0.0
627
664
  },
628
665
  {
629
666
  "emit": {
630
- "success": "TableUpdated",
631
- "failure": "TableWriteFailed"
667
+ "failure": "TableWriteFailed",
668
+ "success": "TableUpdated"
632
669
  }
633
670
  }
634
671
  ]
@@ -644,8 +681,8 @@
644
681
  "TableNode",
645
682
  {
646
683
  "emit": {
647
- "success": "TableLoaded",
648
- "failure": "TableLoadFailed"
684
+ "failure": "TableLoadFailed",
685
+ "success": "TableLoaded"
649
686
  }
650
687
  }
651
688
  ]
@@ -672,9 +709,9 @@
672
709
  "render-ui",
673
710
  "main",
674
711
  {
712
+ "variant": "error",
675
713
  "type": "alert",
676
- "message": "@payload.error",
677
- "variant": "error"
714
+ "message": "@payload.error"
678
715
  }
679
716
  ]
680
717
  ]
@@ -689,8 +726,8 @@
689
726
  "TableNode",
690
727
  {
691
728
  "emit": {
692
- "failure": "TableLoadFailed",
693
- "success": "TableLoaded"
729
+ "success": "TableLoaded",
730
+ "failure": "TableLoadFailed"
694
731
  }
695
732
  }
696
733
  ],
@@ -698,8 +735,8 @@
698
735
  "render-ui",
699
736
  "main",
700
737
  {
701
- "size": "sm",
702
- "type": "spinner"
738
+ "type": "spinner",
739
+ "size": "sm"
703
740
  }
704
741
  ]
705
742
  ]
@@ -711,13 +748,13 @@
711
748
  "type": "number",
712
749
  "default": 600.0
713
750
  },
714
- "title": {
715
- "type": "string",
716
- "default": "Floor Plan"
717
- },
718
751
  "canvasWidth": {
719
752
  "type": "number",
720
753
  "default": 800.0
754
+ },
755
+ "title": {
756
+ "type": "string",
757
+ "default": "Floor Plan"
721
758
  }
722
759
  },
723
760
  "scope": "collection"