@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
@@ -349,8 +349,8 @@
349
349
  "ApplicationIntake",
350
350
  {
351
351
  "emit": {
352
- "success": "ApplicationIntakeLoaded",
353
- "failure": "ApplicationIntakeLoadFailed"
352
+ "failure": "ApplicationIntakeLoadFailed",
353
+ "success": "ApplicationIntakeLoaded"
354
354
  }
355
355
  }
356
356
  ],
@@ -359,21 +359,21 @@
359
359
  "main",
360
360
  {
361
361
  "align": "center",
362
- "gap": "md",
363
- "className": "py-12",
364
362
  "direction": "vertical",
365
- "type": "stack",
363
+ "className": "py-12",
366
364
  "children": [
367
365
  {
368
366
  "type": "spinner"
369
367
  },
370
368
  {
371
- "content": "Loading applications…",
372
369
  "color": "muted",
373
370
  "type": "typography",
374
- "variant": "caption"
371
+ "variant": "caption",
372
+ "content": "Loading applications…"
375
373
  }
376
- ]
374
+ ],
375
+ "type": "stack",
376
+ "gap": "md"
377
377
  }
378
378
  ]
379
379
  ]
@@ -387,48 +387,80 @@
387
387
  "render-ui",
388
388
  "main",
389
389
  {
390
- "type": "stack",
391
390
  "children": [
392
391
  {
392
+ "gap": "md",
393
393
  "direction": "horizontal",
394
- "type": "stack",
395
394
  "children": [
396
395
  {
397
- "type": "stack",
398
- "direction": "horizontal",
399
- "gap": "md",
400
396
  "children": [
401
397
  {
402
398
  "name": "user-plus",
403
399
  "type": "icon"
404
400
  },
405
401
  {
406
- "content": "Applicant Intake",
407
- "variant": "h2",
408
- "type": "typography"
402
+ "variant": "h3",
403
+ "type": "typography",
404
+ "content": "Applicant Intake"
409
405
  }
410
- ]
406
+ ],
407
+ "direction": "horizontal",
408
+ "type": "stack",
409
+ "gap": "sm",
410
+ "align": "center"
411
411
  },
412
412
  {
413
- "icon": "plus",
414
413
  "label": "New Application",
415
414
  "action": "CREATE",
416
- "type": "button",
417
- "variant": "primary"
415
+ "variant": "primary",
416
+ "icon": "plus",
417
+ "type": "button"
418
418
  }
419
419
  ],
420
- "gap": "md",
420
+ "type": "stack",
421
421
  "justify": "between"
422
422
  },
423
+ {
424
+ "type": "simple-grid",
425
+ "cols": 4.0,
426
+ "children": [
427
+ {
428
+ "type": "stat-display",
429
+ "label": "Total applications",
430
+ "value": "@payload.data.length",
431
+ "icon": "user-plus"
432
+ },
433
+ {
434
+ "value": "18",
435
+ "icon": "send",
436
+ "label": "Submitted",
437
+ "type": "stat-display"
438
+ },
439
+ {
440
+ "type": "stat-display",
441
+ "label": "Interviewing",
442
+ "value": "7",
443
+ "icon": "calendar"
444
+ },
445
+ {
446
+ "icon": "check-circle",
447
+ "label": "Completed",
448
+ "type": "stat-display",
449
+ "value": "24"
450
+ }
451
+ ]
452
+ },
423
453
  {
424
454
  "type": "divider"
425
455
  },
426
456
  {
457
+ "type": "data-grid",
458
+ "gap": "sm",
427
459
  "itemActions": [
428
460
  {
429
- "variant": "ghost",
430
461
  "event": "REQUEST_EDIT",
431
- "label": "Edit"
462
+ "label": "Edit",
463
+ "variant": "ghost"
432
464
  },
433
465
  {
434
466
  "event": "REQUEST_DELETE",
@@ -436,40 +468,41 @@
436
468
  "label": "Delete"
437
469
  }
438
470
  ],
439
- "entity": "@payload.data",
440
- "type": "data-grid",
441
471
  "fields": [
442
472
  {
443
- "variant": "h4",
473
+ "label": "Applicant",
444
474
  "name": "applicantName",
445
- "icon": "user",
446
- "label": "Applicant"
475
+ "variant": "caption",
476
+ "icon": "user"
447
477
  },
448
478
  {
449
- "label": "Email",
479
+ "variant": "caption",
450
480
  "name": "applicantEmail",
451
- "variant": "caption"
481
+ "label": "Email"
452
482
  },
453
483
  {
454
484
  "label": "Job",
455
- "name": "jobId",
456
- "variant": "caption"
485
+ "variant": "caption",
486
+ "name": "jobId"
457
487
  },
458
488
  {
459
- "name": "firstInterviewAt",
489
+ "variant": "caption",
460
490
  "label": "First Interview",
461
- "variant": "caption"
491
+ "name": "firstInterviewAt"
462
492
  },
463
493
  {
494
+ "variant": "badge",
464
495
  "name": "status",
465
- "label": "Status",
466
- "variant": "badge"
496
+ "label": "Status"
467
497
  }
468
- ]
498
+ ],
499
+ "entity": "@payload.data",
500
+ "cols": 1.0
469
501
  }
470
502
  ],
471
- "gap": "lg",
472
- "direction": "vertical"
503
+ "direction": "vertical",
504
+ "type": "stack",
505
+ "gap": "md"
473
506
  }
474
507
  ]
475
508
  ]
@@ -483,36 +516,9 @@
483
516
  "render-ui",
484
517
  "main",
485
518
  {
486
- "gap": "md",
487
- "type": "stack",
488
- "align": "center",
489
- "direction": "vertical",
490
- "className": "py-12",
491
- "children": [
492
- {
493
- "type": "icon",
494
- "name": "alert-triangle",
495
- "color": "destructive"
496
- },
497
- {
498
- "variant": "h3",
499
- "content": "Failed to load applications",
500
- "type": "typography"
501
- },
502
- {
503
- "type": "typography",
504
- "variant": "body",
505
- "color": "muted",
506
- "content": "@payload.error"
507
- },
508
- {
509
- "variant": "primary",
510
- "label": "Retry",
511
- "type": "button",
512
- "icon": "rotate-ccw",
513
- "action": "INIT"
514
- }
515
- ]
519
+ "type": "alert",
520
+ "message": "@payload.error",
521
+ "variant": "error"
516
522
  }
517
523
  ]
518
524
  ]
@@ -527,8 +533,8 @@
527
533
  "ApplicationIntake",
528
534
  {
529
535
  "emit": {
530
- "success": "ApplicationIntakeLoaded",
531
- "failure": "ApplicationIntakeLoadFailed"
536
+ "failure": "ApplicationIntakeLoadFailed",
537
+ "success": "ApplicationIntakeLoaded"
532
538
  }
533
539
  }
534
540
  ],
@@ -551,8 +557,8 @@
551
557
  "ApplicationIntake",
552
558
  {
553
559
  "emit": {
554
- "failure": "ApplicationIntakeLoadFailed",
555
- "success": "ApplicationIntakeLoaded"
560
+ "success": "ApplicationIntakeLoaded",
561
+ "failure": "ApplicationIntakeLoadFailed"
556
562
  }
557
563
  }
558
564
  ],
@@ -574,7 +580,6 @@
574
580
  "name": "ApplicationIntakeCreate",
575
581
  "linkedEntity": "ApplicationIntake",
576
582
  "config": {
577
- "title": "New Application",
578
583
  "fields": [
579
584
  "applicantName",
580
585
  "applicantEmail",
@@ -585,8 +590,9 @@
585
590
  "interviewerName",
586
591
  "interviewFormat"
587
592
  ],
588
- "mode": "create",
589
- "icon": "user-plus"
593
+ "icon": "user-plus",
594
+ "title": "New Application",
595
+ "mode": "create"
590
596
  },
591
597
  "events": {
592
598
  "OPEN": "CREATE"
@@ -617,9 +623,9 @@
617
623
  "interviewerName",
618
624
  "interviewFormat"
619
625
  ],
626
+ "icon": "pencil",
620
627
  "mode": "edit",
621
- "title": "Edit Application",
622
- "icon": "pencil"
628
+ "title": "Edit Application"
623
629
  },
624
630
  "events": {
625
631
  "OPEN": "EDIT"
@@ -640,14 +646,14 @@
640
646
  "name": "ApplicationIntakeDelete",
641
647
  "linkedEntity": "ApplicationIntake",
642
648
  "config": {
643
- "title": "Delete Application",
644
- "alertMessage": "Are you sure you want to delete this application?",
645
649
  "confirmLabel": "Delete",
646
- "icon": "alert-triangle"
650
+ "icon": "alert-triangle",
651
+ "title": "Delete Application",
652
+ "alertMessage": "Are you sure you want to delete this application?"
647
653
  },
648
654
  "events": {
649
- "REQUEST": "DELETE",
650
- "CONFIRM": "CONFIRM_DELETE"
655
+ "CONFIRM": "CONFIRM_DELETE",
656
+ "REQUEST": "DELETE"
651
657
  },
652
658
  "listens": [
653
659
  {