@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.
- package/behaviors/registry/app/atoms/std-applicant.orb +496 -42
- package/behaviors/registry/app/atoms/std-approval-request.orb +433 -593
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +438 -228
- package/behaviors/registry/app/atoms/std-change-order.orb +565 -307
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +434 -97
- package/behaviors/registry/app/atoms/std-checkin.orb +434 -270
- package/behaviors/registry/app/atoms/std-class-roster.orb +495 -61
- package/behaviors/registry/app/atoms/std-class-session.orb +485 -104
- package/behaviors/registry/app/atoms/std-court-deadline.orb +519 -88
- package/behaviors/registry/app/atoms/std-customer-account.orb +577 -97
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +498 -55
- package/behaviors/registry/app/atoms/std-donor.orb +445 -135
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +445 -62
- package/behaviors/registry/app/atoms/std-driver.orb +465 -480
- package/behaviors/registry/app/atoms/std-dunning.orb +450 -512
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +517 -64
- package/behaviors/registry/app/atoms/std-event.orb +465 -667
- package/behaviors/registry/app/atoms/std-health-score.orb +368 -371
- package/behaviors/registry/app/atoms/std-help-article.orb +373 -506
- package/behaviors/registry/app/atoms/std-help-category.orb +344 -359
- package/behaviors/registry/app/atoms/std-interview-slot.orb +490 -48
- package/behaviors/registry/app/atoms/std-invoice.orb +494 -291
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +588 -96
- package/behaviors/registry/app/atoms/std-lease.orb +506 -190
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +483 -154
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +642 -192
- package/behaviors/registry/app/atoms/std-matter.orb +486 -318
- package/behaviors/registry/app/atoms/std-membership.orb +512 -102
- package/behaviors/registry/app/atoms/std-menu.orb +775 -183
- package/behaviors/registry/app/atoms/std-modifier-group.orb +522 -104
- package/behaviors/registry/app/atoms/std-nps-survey.orb +319 -327
- package/behaviors/registry/app/atoms/std-offer-letter.orb +497 -47
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +378 -362
- package/behaviors/registry/app/atoms/std-question-bank.orb +379 -346
- package/behaviors/registry/app/atoms/std-receipt.orb +553 -44
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -832
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +370 -421
- package/behaviors/registry/app/atoms/std-rent-charge.orb +657 -55
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +510 -59
- package/behaviors/registry/app/atoms/std-response-collector.orb +451 -144
- package/behaviors/registry/app/atoms/std-rfi.orb +502 -461
- package/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
- package/behaviors/registry/app/atoms/std-segment.orb +360 -98
- package/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
- package/behaviors/registry/app/atoms/std-submittal.orb +538 -526
- package/behaviors/registry/app/atoms/std-table-map.orb +88 -51
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +653 -71
- package/behaviors/registry/app/atoms/std-telematics-event.orb +310 -215
- package/behaviors/registry/app/atoms/std-template-editor.orb +513 -90
- package/behaviors/registry/app/atoms/std-tenant.orb +525 -66
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +472 -460
- package/behaviors/registry/app/atoms/std-time-entry.orb +354 -317
- package/behaviors/registry/app/atoms/std-timesheet.orb +551 -284
- package/behaviors/registry/app/atoms/std-trial.orb +410 -317
- package/behaviors/registry/app/atoms/std-vehicle.orb +398 -563
- package/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
- package/behaviors/registry/app/atoms/std-warehouse.orb +273 -214
- package/behaviors/registry/app/atoms/std-work-order.orb +628 -240
- package/behaviors/registry/app/molecules/std-applicant-form.orb +89 -83
- package/behaviors/registry/app/molecules/std-application.orb +178 -263
- package/behaviors/registry/app/molecules/std-broadcast-builder.orb +67 -176
- package/behaviors/registry/app/molecules/std-cart.orb +78 -72
- package/behaviors/registry/app/molecules/std-form-builder.orb +437 -176
- package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +608 -89
- package/behaviors/registry/app/molecules/std-stock-adjustment.orb +501 -102
- package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +383 -469
- package/behaviors/registry/core/atoms/std-billable-hour.orb +495 -91
- package/behaviors/registry/core/atoms/std-branching-logic.orb +271 -600
- package/behaviors/registry/core/atoms/std-file-store.orb +534 -164
- package/behaviors/registry/core/atoms/std-gallery.orb +118 -101
- package/behaviors/registry/core/atoms/std-image-upload-multi.orb +87 -57
- package/behaviors/registry/core/atoms/std-page-tree.orb +342 -484
- package/behaviors/registry/core/atoms/std-rich-editor.orb +288 -416
- package/behaviors/registry/core/atoms/std-version-history.orb +454 -430
- package/behaviors/registry/core/molecules/std-wizard-form.orb +222 -147
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +496 -42
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +433 -593
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +438 -228
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +565 -307
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +434 -97
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +434 -270
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +495 -61
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +485 -104
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +519 -88
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +577 -97
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +498 -55
- package/dist/behaviors/registry/app/atoms/std-donor.orb +445 -135
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +445 -62
- package/dist/behaviors/registry/app/atoms/std-driver.orb +465 -480
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +450 -512
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +517 -64
- package/dist/behaviors/registry/app/atoms/std-event.orb +465 -667
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +368 -371
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +373 -506
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +344 -359
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +490 -48
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +494 -291
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +588 -96
- package/dist/behaviors/registry/app/atoms/std-lease.orb +506 -190
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +483 -154
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +642 -192
- package/dist/behaviors/registry/app/atoms/std-matter.orb +486 -318
- package/dist/behaviors/registry/app/atoms/std-membership.orb +512 -102
- package/dist/behaviors/registry/app/atoms/std-menu.orb +775 -183
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +522 -104
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +319 -327
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +497 -47
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +378 -362
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +379 -346
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +553 -44
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -832
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +370 -421
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +657 -55
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +510 -59
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +451 -144
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +502 -461
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
- package/dist/behaviors/registry/app/atoms/std-segment.orb +360 -98
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +538 -526
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +88 -51
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +653 -71
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +310 -215
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +513 -90
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +525 -66
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +472 -460
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +354 -317
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +551 -284
- package/dist/behaviors/registry/app/atoms/std-trial.orb +410 -317
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +398 -563
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +273 -214
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +628 -240
- package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +89 -83
- package/dist/behaviors/registry/app/molecules/std-application.orb +178 -263
- package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +67 -176
- package/dist/behaviors/registry/app/molecules/std-cart.orb +78 -72
- package/dist/behaviors/registry/app/molecules/std-form-builder.orb +437 -176
- package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +608 -89
- package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +501 -102
- package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +383 -469
- package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +495 -91
- package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +271 -600
- package/dist/behaviors/registry/core/atoms/std-file-store.orb +534 -164
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +118 -101
- package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +87 -57
- package/dist/behaviors/registry/core/atoms/std-page-tree.orb +342 -484
- package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +288 -416
- package/dist/behaviors/registry/core/atoms/std-version-history.orb +454 -430
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +222 -147
- 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
|
-
"
|
|
432
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
460
|
-
|
|
461
|
-
|
|
491
|
+
"actionPayload": {
|
|
492
|
+
"id": "@entity.id"
|
|
493
|
+
},
|
|
494
|
+
"type": "button"
|
|
462
495
|
},
|
|
463
496
|
{
|
|
464
|
-
"
|
|
497
|
+
"label": "Clear Table",
|
|
498
|
+
"actionPayload": {
|
|
499
|
+
"id": "@entity.id"
|
|
500
|
+
},
|
|
465
501
|
"icon": "eraser",
|
|
466
|
-
"
|
|
502
|
+
"type": "button",
|
|
467
503
|
"variant": "secondary",
|
|
468
|
-
"
|
|
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
|
-
"
|
|
528
|
+
"message": "@payload.error",
|
|
492
529
|
"type": "alert",
|
|
493
|
-
"
|
|
530
|
+
"variant": "error"
|
|
494
531
|
}
|
|
495
532
|
]
|
|
496
533
|
]
|
|
@@ -540,8 +577,8 @@
|
|
|
540
577
|
"TableNode",
|
|
541
578
|
{
|
|
542
579
|
"id": "@payload.id",
|
|
543
|
-
"
|
|
544
|
-
"
|
|
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
|
-
"
|
|
623
|
+
"serverName": "@payload.serverName",
|
|
587
624
|
"partySize": "@payload.partySize",
|
|
588
|
-
"
|
|
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
|
-
"
|
|
626
|
-
"
|
|
662
|
+
"id": "@payload.id",
|
|
663
|
+
"partySize": 0.0
|
|
627
664
|
},
|
|
628
665
|
{
|
|
629
666
|
"emit": {
|
|
630
|
-
"
|
|
631
|
-
"
|
|
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
|
-
"
|
|
648
|
-
"
|
|
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
|
-
"
|
|
693
|
-
"
|
|
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
|
-
"
|
|
702
|
-
"
|
|
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"
|