@almadar/std 3.12.1 → 3.12.2
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/exports/atoms/std-wizard.orb +63 -70
- package/behaviors/exports/molecules/std-detail.orb +4 -0
- package/behaviors/exports/molecules/std-geospatial.orb +4 -0
- package/behaviors/exports/molecules/std-inventory.orb +8 -0
- package/behaviors/exports/molecules/std-list.orb +18 -1
- package/behaviors/exports/molecules/std-messaging.orb +4 -0
- package/behaviors/exports/organisms/std-api-gateway.orb +18 -1
- package/behaviors/exports/organisms/std-booking-system.orb +131 -104
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +18 -1
- package/behaviors/exports/organisms/std-cms.orb +40 -2
- package/behaviors/exports/organisms/std-crm.orb +40 -2
- package/behaviors/exports/organisms/std-devops-dashboard.orb +18 -1
- package/behaviors/exports/organisms/std-finance-tracker.orb +22 -1
- package/behaviors/exports/organisms/std-healthcare.orb +167 -136
- package/behaviors/exports/organisms/std-helpdesk.orb +22 -1
- package/behaviors/exports/organisms/std-hr-portal.orb +115 -88
- package/behaviors/exports/organisms/std-iot-dashboard.orb +18 -1
- package/behaviors/exports/organisms/std-lms.orb +97 -87
- package/behaviors/exports/organisms/std-platformer-app.orb +8 -0
- package/behaviors/exports/organisms/std-project-manager.orb +36 -2
- package/behaviors/exports/organisms/std-realtime-chat.orb +22 -1
- package/behaviors/exports/organisms/std-rpg-game.orb +8 -0
- package/behaviors/exports/organisms/std-service-marketplace.orb +36 -2
- package/behaviors/exports/organisms/std-social-feed.orb +8 -0
- package/behaviors/exports/organisms/std-trading-dashboard.orb +18 -1
- package/behaviors/exports/validation-report.json +1097 -0
- package/dist/behaviors/exports/atoms/std-wizard.orb +63 -70
- package/dist/behaviors/exports/molecules/std-detail.orb +4 -0
- package/dist/behaviors/exports/molecules/std-geospatial.orb +4 -0
- package/dist/behaviors/exports/molecules/std-inventory.orb +8 -0
- package/dist/behaviors/exports/molecules/std-list.orb +18 -1
- package/dist/behaviors/exports/molecules/std-messaging.orb +4 -0
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +18 -1
- package/dist/behaviors/exports/organisms/std-booking-system.orb +131 -104
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +18 -1
- package/dist/behaviors/exports/organisms/std-cms.orb +40 -2
- package/dist/behaviors/exports/organisms/std-crm.orb +40 -2
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +18 -1
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +22 -1
- package/dist/behaviors/exports/organisms/std-healthcare.orb +167 -136
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +22 -1
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +115 -88
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +18 -1
- package/dist/behaviors/exports/organisms/std-lms.orb +97 -87
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +8 -0
- package/dist/behaviors/exports/organisms/std-project-manager.orb +36 -2
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +22 -1
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +8 -0
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +36 -2
- package/dist/behaviors/exports/organisms/std-social-feed.orb +8 -0
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +18 -1
- package/dist/behaviors/exports/validation-report.json +1097 -0
- package/dist/exports/atoms/std-wizard.orb +63 -70
- package/dist/exports/molecules/std-detail.orb +4 -0
- package/dist/exports/molecules/std-geospatial.orb +4 -0
- package/dist/exports/molecules/std-inventory.orb +8 -0
- package/dist/exports/molecules/std-list.orb +18 -1
- package/dist/exports/molecules/std-messaging.orb +4 -0
- package/dist/exports/organisms/std-api-gateway.orb +18 -1
- package/dist/exports/organisms/std-booking-system.orb +131 -104
- package/dist/exports/organisms/std-cicd-pipeline.orb +18 -1
- package/dist/exports/organisms/std-cms.orb +40 -2
- package/dist/exports/organisms/std-crm.orb +40 -2
- package/dist/exports/organisms/std-devops-dashboard.orb +18 -1
- package/dist/exports/organisms/std-finance-tracker.orb +22 -1
- package/dist/exports/organisms/std-healthcare.orb +167 -136
- package/dist/exports/organisms/std-helpdesk.orb +22 -1
- package/dist/exports/organisms/std-hr-portal.orb +115 -88
- package/dist/exports/organisms/std-iot-dashboard.orb +18 -1
- package/dist/exports/organisms/std-lms.orb +97 -87
- package/dist/exports/organisms/std-platformer-app.orb +8 -0
- package/dist/exports/organisms/std-project-manager.orb +36 -2
- package/dist/exports/organisms/std-realtime-chat.orb +22 -1
- package/dist/exports/organisms/std-rpg-game.orb +8 -0
- package/dist/exports/organisms/std-service-marketplace.orb +36 -2
- package/dist/exports/organisms/std-social-feed.orb +8 -0
- package/dist/exports/organisms/std-trading-dashboard.orb +18 -1
- package/dist/exports/validation-report.json +1097 -0
- package/package.json +1 -1
|
@@ -96,6 +96,10 @@
|
|
|
96
96
|
"name": "id",
|
|
97
97
|
"type": "string",
|
|
98
98
|
"required": true
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "row",
|
|
102
|
+
"type": "object"
|
|
99
103
|
}
|
|
100
104
|
]
|
|
101
105
|
},
|
|
@@ -107,6 +111,10 @@
|
|
|
107
111
|
"name": "id",
|
|
108
112
|
"type": "string",
|
|
109
113
|
"required": true
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "row",
|
|
117
|
+
"type": "object"
|
|
110
118
|
}
|
|
111
119
|
]
|
|
112
120
|
},
|
|
@@ -118,6 +126,10 @@
|
|
|
118
126
|
"name": "id",
|
|
119
127
|
"type": "string",
|
|
120
128
|
"required": true
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "row",
|
|
132
|
+
"type": "object"
|
|
121
133
|
}
|
|
122
134
|
]
|
|
123
135
|
},
|
|
@@ -398,7 +410,12 @@
|
|
|
398
410
|
},
|
|
399
411
|
{
|
|
400
412
|
"type": "typography",
|
|
401
|
-
"content": "
|
|
413
|
+
"content": "@entity.firstName",
|
|
414
|
+
"variant": "h4"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"type": "typography",
|
|
418
|
+
"content": "This action cannot be undone.",
|
|
402
419
|
"variant": "body"
|
|
403
420
|
},
|
|
404
421
|
{
|
|
@@ -1664,6 +1681,10 @@
|
|
|
1664
1681
|
"name": "id",
|
|
1665
1682
|
"type": "string",
|
|
1666
1683
|
"required": true
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"name": "row",
|
|
1687
|
+
"type": "object"
|
|
1667
1688
|
}
|
|
1668
1689
|
]
|
|
1669
1690
|
},
|
|
@@ -1675,6 +1696,10 @@
|
|
|
1675
1696
|
"name": "id",
|
|
1676
1697
|
"type": "string",
|
|
1677
1698
|
"required": true
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"name": "row",
|
|
1702
|
+
"type": "object"
|
|
1678
1703
|
}
|
|
1679
1704
|
]
|
|
1680
1705
|
},
|
|
@@ -1686,6 +1711,10 @@
|
|
|
1686
1711
|
"name": "id",
|
|
1687
1712
|
"type": "string",
|
|
1688
1713
|
"required": true
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"name": "row",
|
|
1717
|
+
"type": "object"
|
|
1689
1718
|
}
|
|
1690
1719
|
]
|
|
1691
1720
|
},
|
|
@@ -1948,7 +1977,12 @@
|
|
|
1948
1977
|
},
|
|
1949
1978
|
{
|
|
1950
1979
|
"type": "typography",
|
|
1951
|
-
"content": "
|
|
1980
|
+
"content": "@entity.patientName",
|
|
1981
|
+
"variant": "h4"
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"type": "typography",
|
|
1985
|
+
"content": "This action cannot be undone.",
|
|
1952
1986
|
"variant": "body"
|
|
1953
1987
|
},
|
|
1954
1988
|
{
|
|
@@ -3673,159 +3707,152 @@
|
|
|
3673
3707
|
"type": "divider"
|
|
3674
3708
|
},
|
|
3675
3709
|
{
|
|
3676
|
-
"type": "
|
|
3710
|
+
"type": "stack",
|
|
3711
|
+
"direction": "vertical",
|
|
3712
|
+
"gap": "sm",
|
|
3677
3713
|
"entity": "IntakeForm",
|
|
3678
|
-
"
|
|
3679
|
-
"fn",
|
|
3680
|
-
"item",
|
|
3714
|
+
"children": [
|
|
3681
3715
|
{
|
|
3682
3716
|
"type": "stack",
|
|
3683
|
-
"direction": "
|
|
3684
|
-
"gap": "
|
|
3717
|
+
"direction": "horizontal",
|
|
3718
|
+
"gap": "md",
|
|
3719
|
+
"justify": "space-between",
|
|
3685
3720
|
"children": [
|
|
3686
3721
|
{
|
|
3687
|
-
"type": "
|
|
3688
|
-
"
|
|
3689
|
-
"
|
|
3690
|
-
"justify": "space-between",
|
|
3691
|
-
"children": [
|
|
3692
|
-
{
|
|
3693
|
-
"type": "typography",
|
|
3694
|
-
"variant": "caption",
|
|
3695
|
-
"content": "FirstName"
|
|
3696
|
-
},
|
|
3697
|
-
{
|
|
3698
|
-
"type": "typography",
|
|
3699
|
-
"variant": "body",
|
|
3700
|
-
"content": "@item.firstName"
|
|
3701
|
-
}
|
|
3702
|
-
]
|
|
3722
|
+
"type": "typography",
|
|
3723
|
+
"variant": "caption",
|
|
3724
|
+
"content": "First Name"
|
|
3703
3725
|
},
|
|
3704
3726
|
{
|
|
3705
|
-
"type": "
|
|
3706
|
-
"
|
|
3707
|
-
"
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3727
|
+
"type": "typography",
|
|
3728
|
+
"variant": "body",
|
|
3729
|
+
"content": "@entity.firstName"
|
|
3730
|
+
}
|
|
3731
|
+
]
|
|
3732
|
+
},
|
|
3733
|
+
{
|
|
3734
|
+
"type": "stack",
|
|
3735
|
+
"direction": "horizontal",
|
|
3736
|
+
"gap": "md",
|
|
3737
|
+
"justify": "space-between",
|
|
3738
|
+
"children": [
|
|
3739
|
+
{
|
|
3740
|
+
"type": "typography",
|
|
3741
|
+
"variant": "caption",
|
|
3742
|
+
"content": "Last Name"
|
|
3721
3743
|
},
|
|
3722
3744
|
{
|
|
3723
|
-
"type": "
|
|
3724
|
-
"
|
|
3725
|
-
"
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3745
|
+
"type": "typography",
|
|
3746
|
+
"variant": "body",
|
|
3747
|
+
"content": "@entity.lastName"
|
|
3748
|
+
}
|
|
3749
|
+
]
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"type": "stack",
|
|
3753
|
+
"direction": "horizontal",
|
|
3754
|
+
"gap": "md",
|
|
3755
|
+
"justify": "space-between",
|
|
3756
|
+
"children": [
|
|
3757
|
+
{
|
|
3758
|
+
"type": "typography",
|
|
3759
|
+
"variant": "caption",
|
|
3760
|
+
"content": "Date Of Birth"
|
|
3739
3761
|
},
|
|
3740
3762
|
{
|
|
3741
|
-
"type": "
|
|
3742
|
-
"
|
|
3743
|
-
"
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3763
|
+
"type": "typography",
|
|
3764
|
+
"variant": "body",
|
|
3765
|
+
"content": "@entity.dateOfBirth"
|
|
3766
|
+
}
|
|
3767
|
+
]
|
|
3768
|
+
},
|
|
3769
|
+
{
|
|
3770
|
+
"type": "stack",
|
|
3771
|
+
"direction": "horizontal",
|
|
3772
|
+
"gap": "md",
|
|
3773
|
+
"justify": "space-between",
|
|
3774
|
+
"children": [
|
|
3775
|
+
{
|
|
3776
|
+
"type": "typography",
|
|
3777
|
+
"variant": "caption",
|
|
3778
|
+
"content": "Allergies"
|
|
3757
3779
|
},
|
|
3758
3780
|
{
|
|
3759
|
-
"type": "
|
|
3760
|
-
"
|
|
3761
|
-
"
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3781
|
+
"type": "typography",
|
|
3782
|
+
"variant": "body",
|
|
3783
|
+
"content": "@entity.allergies"
|
|
3784
|
+
}
|
|
3785
|
+
]
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"type": "stack",
|
|
3789
|
+
"direction": "horizontal",
|
|
3790
|
+
"gap": "md",
|
|
3791
|
+
"justify": "space-between",
|
|
3792
|
+
"children": [
|
|
3793
|
+
{
|
|
3794
|
+
"type": "typography",
|
|
3795
|
+
"variant": "caption",
|
|
3796
|
+
"content": "Medications"
|
|
3775
3797
|
},
|
|
3776
3798
|
{
|
|
3777
|
-
"type": "
|
|
3778
|
-
"
|
|
3779
|
-
"
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3799
|
+
"type": "typography",
|
|
3800
|
+
"variant": "body",
|
|
3801
|
+
"content": "@entity.medications"
|
|
3802
|
+
}
|
|
3803
|
+
]
|
|
3804
|
+
},
|
|
3805
|
+
{
|
|
3806
|
+
"type": "stack",
|
|
3807
|
+
"direction": "horizontal",
|
|
3808
|
+
"gap": "md",
|
|
3809
|
+
"justify": "space-between",
|
|
3810
|
+
"children": [
|
|
3811
|
+
{
|
|
3812
|
+
"type": "typography",
|
|
3813
|
+
"variant": "caption",
|
|
3814
|
+
"content": "Emergency Contact"
|
|
3793
3815
|
},
|
|
3794
3816
|
{
|
|
3795
|
-
"type": "
|
|
3796
|
-
"
|
|
3797
|
-
"
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3817
|
+
"type": "typography",
|
|
3818
|
+
"variant": "body",
|
|
3819
|
+
"content": "@entity.emergencyContact"
|
|
3820
|
+
}
|
|
3821
|
+
]
|
|
3822
|
+
},
|
|
3823
|
+
{
|
|
3824
|
+
"type": "stack",
|
|
3825
|
+
"direction": "horizontal",
|
|
3826
|
+
"gap": "md",
|
|
3827
|
+
"justify": "space-between",
|
|
3828
|
+
"children": [
|
|
3829
|
+
{
|
|
3830
|
+
"type": "typography",
|
|
3831
|
+
"variant": "caption",
|
|
3832
|
+
"content": "Insurance Provider"
|
|
3811
3833
|
},
|
|
3812
3834
|
{
|
|
3813
|
-
"type": "
|
|
3814
|
-
"
|
|
3815
|
-
"
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
|
|
3828
|
-
|
|
3835
|
+
"type": "typography",
|
|
3836
|
+
"variant": "body",
|
|
3837
|
+
"content": "@entity.insuranceProvider"
|
|
3838
|
+
}
|
|
3839
|
+
]
|
|
3840
|
+
},
|
|
3841
|
+
{
|
|
3842
|
+
"type": "stack",
|
|
3843
|
+
"direction": "horizontal",
|
|
3844
|
+
"gap": "md",
|
|
3845
|
+
"justify": "space-between",
|
|
3846
|
+
"children": [
|
|
3847
|
+
{
|
|
3848
|
+
"type": "typography",
|
|
3849
|
+
"variant": "caption",
|
|
3850
|
+
"content": "Insurance Id"
|
|
3851
|
+
},
|
|
3852
|
+
{
|
|
3853
|
+
"type": "typography",
|
|
3854
|
+
"variant": "body",
|
|
3855
|
+
"content": "@entity.insuranceId"
|
|
3829
3856
|
}
|
|
3830
3857
|
]
|
|
3831
3858
|
}
|
|
@@ -4704,6 +4731,10 @@
|
|
|
4704
4731
|
"name": "id",
|
|
4705
4732
|
"type": "string",
|
|
4706
4733
|
"required": true
|
|
4734
|
+
},
|
|
4735
|
+
{
|
|
4736
|
+
"name": "row",
|
|
4737
|
+
"type": "object"
|
|
4707
4738
|
}
|
|
4708
4739
|
]
|
|
4709
4740
|
},
|
|
@@ -94,6 +94,10 @@
|
|
|
94
94
|
"name": "id",
|
|
95
95
|
"type": "string",
|
|
96
96
|
"required": true
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "row",
|
|
100
|
+
"type": "object"
|
|
97
101
|
}
|
|
98
102
|
]
|
|
99
103
|
},
|
|
@@ -105,6 +109,10 @@
|
|
|
105
109
|
"name": "id",
|
|
106
110
|
"type": "string",
|
|
107
111
|
"required": true
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "row",
|
|
115
|
+
"type": "object"
|
|
108
116
|
}
|
|
109
117
|
]
|
|
110
118
|
},
|
|
@@ -116,6 +124,10 @@
|
|
|
116
124
|
"name": "id",
|
|
117
125
|
"type": "string",
|
|
118
126
|
"required": true
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "row",
|
|
130
|
+
"type": "object"
|
|
119
131
|
}
|
|
120
132
|
]
|
|
121
133
|
},
|
|
@@ -379,7 +391,12 @@
|
|
|
379
391
|
},
|
|
380
392
|
{
|
|
381
393
|
"type": "typography",
|
|
382
|
-
"content": "
|
|
394
|
+
"content": "@entity.subject",
|
|
395
|
+
"variant": "h4"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"type": "typography",
|
|
399
|
+
"content": "This action cannot be undone.",
|
|
383
400
|
"variant": "body"
|
|
384
401
|
},
|
|
385
402
|
{
|
|
@@ -1571,6 +1588,10 @@
|
|
|
1571
1588
|
"name": "id",
|
|
1572
1589
|
"type": "string",
|
|
1573
1590
|
"required": true
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"name": "row",
|
|
1594
|
+
"type": "object"
|
|
1574
1595
|
}
|
|
1575
1596
|
]
|
|
1576
1597
|
},
|