@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
@@ -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
  {