@almadar/std 14.26.0 → 14.28.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 (175) hide show
  1. package/behaviors/registry/app/atoms/std-applicant.orb +496 -42
  2. package/behaviors/registry/app/atoms/std-approval-chain.orb +106 -0
  3. package/behaviors/registry/app/atoms/std-approval-request.orb +433 -593
  4. package/behaviors/registry/app/atoms/std-campaign-goal.orb +438 -228
  5. package/behaviors/registry/app/atoms/std-change-order.orb +565 -307
  6. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +434 -97
  7. package/behaviors/registry/app/atoms/std-checkin.orb +434 -270
  8. package/behaviors/registry/app/atoms/std-class-roster.orb +495 -61
  9. package/behaviors/registry/app/atoms/std-class-session.orb +485 -104
  10. package/behaviors/registry/app/atoms/std-court-deadline.orb +519 -88
  11. package/behaviors/registry/app/atoms/std-customer-account.orb +577 -97
  12. package/behaviors/registry/app/atoms/std-donation-receipt.orb +498 -55
  13. package/behaviors/registry/app/atoms/std-donor.orb +445 -135
  14. package/behaviors/registry/app/atoms/std-drip-sequence.orb +445 -62
  15. package/behaviors/registry/app/atoms/std-driver.orb +465 -480
  16. package/behaviors/registry/app/atoms/std-dunning.orb +450 -512
  17. package/behaviors/registry/app/atoms/std-email-broadcast.orb +517 -64
  18. package/behaviors/registry/app/atoms/std-event.orb +465 -667
  19. package/behaviors/registry/app/atoms/std-health-score.orb +368 -371
  20. package/behaviors/registry/app/atoms/std-help-article.orb +373 -506
  21. package/behaviors/registry/app/atoms/std-help-category.orb +344 -359
  22. package/behaviors/registry/app/atoms/std-interview-slot.orb +490 -48
  23. package/behaviors/registry/app/atoms/std-invoice.orb +494 -291
  24. package/behaviors/registry/app/atoms/std-kitchen-display.orb +588 -96
  25. package/behaviors/registry/app/atoms/std-lease.orb +506 -190
  26. package/behaviors/registry/app/atoms/std-ledger-entry.orb +483 -154
  27. package/behaviors/registry/app/atoms/std-maintenance-request.orb +642 -192
  28. package/behaviors/registry/app/atoms/std-matter.orb +486 -318
  29. package/behaviors/registry/app/atoms/std-membership.orb +512 -102
  30. package/behaviors/registry/app/atoms/std-menu.orb +775 -183
  31. package/behaviors/registry/app/atoms/std-modifier-group.orb +522 -104
  32. package/behaviors/registry/app/atoms/std-multi-party-transaction.orb +130 -0
  33. package/behaviors/registry/app/atoms/std-nps-survey.orb +319 -327
  34. package/behaviors/registry/app/atoms/std-offer-letter.orb +497 -47
  35. package/behaviors/registry/app/atoms/std-payout-ledger.orb +378 -362
  36. package/behaviors/registry/app/atoms/std-pipeline.orb +139 -0
  37. package/behaviors/registry/app/atoms/std-question-bank.orb +379 -346
  38. package/behaviors/registry/app/atoms/std-receipt.orb +553 -44
  39. package/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -832
  40. package/behaviors/registry/app/atoms/std-recurring-schedule.orb +94 -0
  41. package/behaviors/registry/app/atoms/std-renewal-risk.orb +370 -421
  42. package/behaviors/registry/app/atoms/std-rent-charge.orb +657 -55
  43. package/behaviors/registry/app/atoms/std-reorder-rule.orb +510 -59
  44. package/behaviors/registry/app/atoms/std-response-collector.orb +451 -144
  45. package/behaviors/registry/app/atoms/std-rfi.orb +502 -461
  46. package/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  47. package/behaviors/registry/app/atoms/std-segment.orb +360 -98
  48. package/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  49. package/behaviors/registry/app/atoms/std-submittal.orb +538 -526
  50. package/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  51. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +653 -71
  52. package/behaviors/registry/app/atoms/std-telematics-event.orb +310 -215
  53. package/behaviors/registry/app/atoms/std-template-editor.orb +513 -90
  54. package/behaviors/registry/app/atoms/std-tenant.orb +525 -66
  55. package/behaviors/registry/app/atoms/std-ticket-tier.orb +472 -460
  56. package/behaviors/registry/app/atoms/std-time-entry.orb +354 -317
  57. package/behaviors/registry/app/atoms/std-timeline.orb +108 -0
  58. package/behaviors/registry/app/atoms/std-timesheet.orb +551 -284
  59. package/behaviors/registry/app/atoms/std-trial.orb +410 -317
  60. package/behaviors/registry/app/atoms/std-vehicle.orb +398 -563
  61. package/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  62. package/behaviors/registry/app/atoms/std-warehouse.orb +273 -214
  63. package/behaviors/registry/app/atoms/std-wizard-branching.orb +129 -0
  64. package/behaviors/registry/app/atoms/std-work-order.orb +628 -240
  65. package/behaviors/registry/app/molecules/std-applicant-form.orb +89 -83
  66. package/behaviors/registry/app/molecules/std-application.orb +178 -263
  67. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +67 -176
  68. package/behaviors/registry/app/molecules/std-cart.orb +78 -72
  69. package/behaviors/registry/app/molecules/std-form-builder.orb +437 -176
  70. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +608 -89
  71. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +501 -102
  72. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +383 -469
  73. package/behaviors/registry/core/atoms/std-billable-hour.orb +495 -91
  74. package/behaviors/registry/core/atoms/std-board.orb +1367 -0
  75. package/behaviors/registry/core/atoms/std-branching-logic.orb +271 -600
  76. package/behaviors/registry/core/atoms/std-event-log.orb +777 -0
  77. package/behaviors/registry/core/atoms/std-file-store.orb +534 -164
  78. package/behaviors/registry/core/atoms/std-gallery.orb +118 -101
  79. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +87 -57
  80. package/behaviors/registry/core/atoms/std-multi-party-flow.orb +1313 -0
  81. package/behaviors/registry/core/atoms/std-page-tree.orb +342 -484
  82. package/behaviors/registry/core/atoms/std-recurrence.orb +937 -0
  83. package/behaviors/registry/core/atoms/std-rich-editor.orb +288 -416
  84. package/behaviors/registry/core/atoms/std-step-flow.orb +1155 -0
  85. package/behaviors/registry/core/atoms/std-version-history.orb +454 -430
  86. package/behaviors/registry/core/atoms/std-wizard.orb +1085 -0
  87. package/behaviors/registry/core/molecules/std-wizard-form.orb +222 -147
  88. package/dist/behaviors/registry/app/atoms/std-applicant.orb +496 -42
  89. package/dist/behaviors/registry/app/atoms/std-approval-chain.orb +106 -0
  90. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +433 -593
  91. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +438 -228
  92. package/dist/behaviors/registry/app/atoms/std-change-order.orb +565 -307
  93. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +434 -97
  94. package/dist/behaviors/registry/app/atoms/std-checkin.orb +434 -270
  95. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +495 -61
  96. package/dist/behaviors/registry/app/atoms/std-class-session.orb +485 -104
  97. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +519 -88
  98. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +577 -97
  99. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +498 -55
  100. package/dist/behaviors/registry/app/atoms/std-donor.orb +445 -135
  101. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +445 -62
  102. package/dist/behaviors/registry/app/atoms/std-driver.orb +465 -480
  103. package/dist/behaviors/registry/app/atoms/std-dunning.orb +450 -512
  104. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +517 -64
  105. package/dist/behaviors/registry/app/atoms/std-event.orb +465 -667
  106. package/dist/behaviors/registry/app/atoms/std-health-score.orb +368 -371
  107. package/dist/behaviors/registry/app/atoms/std-help-article.orb +373 -506
  108. package/dist/behaviors/registry/app/atoms/std-help-category.orb +344 -359
  109. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +490 -48
  110. package/dist/behaviors/registry/app/atoms/std-invoice.orb +494 -291
  111. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +588 -96
  112. package/dist/behaviors/registry/app/atoms/std-lease.orb +506 -190
  113. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +483 -154
  114. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +642 -192
  115. package/dist/behaviors/registry/app/atoms/std-matter.orb +486 -318
  116. package/dist/behaviors/registry/app/atoms/std-membership.orb +512 -102
  117. package/dist/behaviors/registry/app/atoms/std-menu.orb +775 -183
  118. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +522 -104
  119. package/dist/behaviors/registry/app/atoms/std-multi-party-transaction.orb +130 -0
  120. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +319 -327
  121. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +497 -47
  122. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +378 -362
  123. package/dist/behaviors/registry/app/atoms/std-pipeline.orb +139 -0
  124. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +379 -346
  125. package/dist/behaviors/registry/app/atoms/std-receipt.orb +553 -44
  126. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -832
  127. package/dist/behaviors/registry/app/atoms/std-recurring-schedule.orb +94 -0
  128. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +370 -421
  129. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +657 -55
  130. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +510 -59
  131. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +451 -144
  132. package/dist/behaviors/registry/app/atoms/std-rfi.orb +502 -461
  133. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  134. package/dist/behaviors/registry/app/atoms/std-segment.orb +360 -98
  135. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  136. package/dist/behaviors/registry/app/atoms/std-submittal.orb +538 -526
  137. package/dist/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  138. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +653 -71
  139. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +310 -215
  140. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +513 -90
  141. package/dist/behaviors/registry/app/atoms/std-tenant.orb +525 -66
  142. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +472 -460
  143. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +354 -317
  144. package/dist/behaviors/registry/app/atoms/std-timeline.orb +108 -0
  145. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +551 -284
  146. package/dist/behaviors/registry/app/atoms/std-trial.orb +410 -317
  147. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +398 -563
  148. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  149. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +273 -214
  150. package/dist/behaviors/registry/app/atoms/std-wizard-branching.orb +129 -0
  151. package/dist/behaviors/registry/app/atoms/std-work-order.orb +628 -240
  152. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +89 -83
  153. package/dist/behaviors/registry/app/molecules/std-application.orb +178 -263
  154. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +67 -176
  155. package/dist/behaviors/registry/app/molecules/std-cart.orb +78 -72
  156. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +437 -176
  157. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +608 -89
  158. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +501 -102
  159. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +383 -469
  160. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +495 -91
  161. package/dist/behaviors/registry/core/atoms/std-board.orb +1367 -0
  162. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +271 -600
  163. package/dist/behaviors/registry/core/atoms/std-event-log.orb +777 -0
  164. package/dist/behaviors/registry/core/atoms/std-file-store.orb +534 -164
  165. package/dist/behaviors/registry/core/atoms/std-gallery.orb +118 -101
  166. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +87 -57
  167. package/dist/behaviors/registry/core/atoms/std-multi-party-flow.orb +1313 -0
  168. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +342 -484
  169. package/dist/behaviors/registry/core/atoms/std-recurrence.orb +937 -0
  170. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +288 -416
  171. package/dist/behaviors/registry/core/atoms/std-step-flow.orb +1155 -0
  172. package/dist/behaviors/registry/core/atoms/std-version-history.orb +454 -430
  173. package/dist/behaviors/registry/core/atoms/std-wizard.orb +1085 -0
  174. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +222 -147
  175. 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"