@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
|
@@ -82,6 +82,10 @@
|
|
|
82
82
|
"name": "id",
|
|
83
83
|
"type": "string",
|
|
84
84
|
"required": true
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "row",
|
|
88
|
+
"type": "object"
|
|
85
89
|
}
|
|
86
90
|
]
|
|
87
91
|
},
|
|
@@ -93,6 +97,10 @@
|
|
|
93
97
|
"name": "id",
|
|
94
98
|
"type": "string",
|
|
95
99
|
"required": true
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "row",
|
|
103
|
+
"type": "object"
|
|
96
104
|
}
|
|
97
105
|
]
|
|
98
106
|
},
|
|
@@ -104,6 +112,10 @@
|
|
|
104
112
|
"name": "id",
|
|
105
113
|
"type": "string",
|
|
106
114
|
"required": true
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "row",
|
|
118
|
+
"type": "object"
|
|
107
119
|
}
|
|
108
120
|
]
|
|
109
121
|
},
|
|
@@ -346,7 +358,12 @@
|
|
|
346
358
|
},
|
|
347
359
|
{
|
|
348
360
|
"type": "typography",
|
|
349
|
-
"content": "
|
|
361
|
+
"content": "@entity.branch",
|
|
362
|
+
"variant": "h4"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"type": "typography",
|
|
366
|
+
"content": "This action cannot be undone.",
|
|
350
367
|
"variant": "body"
|
|
351
368
|
},
|
|
352
369
|
{
|
|
@@ -91,6 +91,10 @@
|
|
|
91
91
|
"name": "id",
|
|
92
92
|
"type": "string",
|
|
93
93
|
"required": true
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "row",
|
|
97
|
+
"type": "object"
|
|
94
98
|
}
|
|
95
99
|
]
|
|
96
100
|
},
|
|
@@ -102,6 +106,10 @@
|
|
|
102
106
|
"name": "id",
|
|
103
107
|
"type": "string",
|
|
104
108
|
"required": true
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "row",
|
|
112
|
+
"type": "object"
|
|
105
113
|
}
|
|
106
114
|
]
|
|
107
115
|
},
|
|
@@ -113,6 +121,10 @@
|
|
|
113
121
|
"name": "id",
|
|
114
122
|
"type": "string",
|
|
115
123
|
"required": true
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "row",
|
|
127
|
+
"type": "object"
|
|
116
128
|
}
|
|
117
129
|
]
|
|
118
130
|
},
|
|
@@ -360,7 +372,12 @@
|
|
|
360
372
|
},
|
|
361
373
|
{
|
|
362
374
|
"type": "typography",
|
|
363
|
-
"content": "
|
|
375
|
+
"content": "@entity.title",
|
|
376
|
+
"variant": "h4"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"type": "typography",
|
|
380
|
+
"content": "This action cannot be undone.",
|
|
364
381
|
"variant": "body"
|
|
365
382
|
},
|
|
366
383
|
{
|
|
@@ -1540,6 +1557,10 @@
|
|
|
1540
1557
|
"name": "id",
|
|
1541
1558
|
"type": "string",
|
|
1542
1559
|
"required": true
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"name": "row",
|
|
1563
|
+
"type": "object"
|
|
1543
1564
|
}
|
|
1544
1565
|
]
|
|
1545
1566
|
},
|
|
@@ -2195,6 +2216,10 @@
|
|
|
2195
2216
|
"name": "id",
|
|
2196
2217
|
"type": "string",
|
|
2197
2218
|
"required": true
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
"name": "row",
|
|
2222
|
+
"type": "object"
|
|
2198
2223
|
}
|
|
2199
2224
|
]
|
|
2200
2225
|
},
|
|
@@ -2206,6 +2231,10 @@
|
|
|
2206
2231
|
"name": "id",
|
|
2207
2232
|
"type": "string",
|
|
2208
2233
|
"required": true
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
"name": "row",
|
|
2237
|
+
"type": "object"
|
|
2209
2238
|
}
|
|
2210
2239
|
]
|
|
2211
2240
|
},
|
|
@@ -2217,6 +2246,10 @@
|
|
|
2217
2246
|
"name": "id",
|
|
2218
2247
|
"type": "string",
|
|
2219
2248
|
"required": true
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"name": "row",
|
|
2252
|
+
"type": "object"
|
|
2220
2253
|
}
|
|
2221
2254
|
]
|
|
2222
2255
|
},
|
|
@@ -2460,7 +2493,12 @@
|
|
|
2460
2493
|
},
|
|
2461
2494
|
{
|
|
2462
2495
|
"type": "typography",
|
|
2463
|
-
"content": "
|
|
2496
|
+
"content": "@entity.name",
|
|
2497
|
+
"variant": "h4"
|
|
2498
|
+
},
|
|
2499
|
+
{
|
|
2500
|
+
"type": "typography",
|
|
2501
|
+
"content": "This action cannot be undone.",
|
|
2464
2502
|
"variant": "body"
|
|
2465
2503
|
},
|
|
2466
2504
|
{
|
|
@@ -88,6 +88,10 @@
|
|
|
88
88
|
"name": "id",
|
|
89
89
|
"type": "string",
|
|
90
90
|
"required": true
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "row",
|
|
94
|
+
"type": "object"
|
|
91
95
|
}
|
|
92
96
|
]
|
|
93
97
|
},
|
|
@@ -99,6 +103,10 @@
|
|
|
99
103
|
"name": "id",
|
|
100
104
|
"type": "string",
|
|
101
105
|
"required": true
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "row",
|
|
109
|
+
"type": "object"
|
|
102
110
|
}
|
|
103
111
|
]
|
|
104
112
|
},
|
|
@@ -110,6 +118,10 @@
|
|
|
110
118
|
"name": "id",
|
|
111
119
|
"type": "string",
|
|
112
120
|
"required": true
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "row",
|
|
124
|
+
"type": "object"
|
|
113
125
|
}
|
|
114
126
|
]
|
|
115
127
|
},
|
|
@@ -378,7 +390,12 @@
|
|
|
378
390
|
},
|
|
379
391
|
{
|
|
380
392
|
"type": "typography",
|
|
381
|
-
"content": "
|
|
393
|
+
"content": "@entity.name",
|
|
394
|
+
"variant": "h4"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"type": "typography",
|
|
398
|
+
"content": "This action cannot be undone.",
|
|
382
399
|
"variant": "body"
|
|
383
400
|
},
|
|
384
401
|
{
|
|
@@ -1605,6 +1622,10 @@
|
|
|
1605
1622
|
"name": "id",
|
|
1606
1623
|
"type": "string",
|
|
1607
1624
|
"required": true
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"name": "row",
|
|
1628
|
+
"type": "object"
|
|
1608
1629
|
}
|
|
1609
1630
|
]
|
|
1610
1631
|
},
|
|
@@ -1616,6 +1637,10 @@
|
|
|
1616
1637
|
"name": "id",
|
|
1617
1638
|
"type": "string",
|
|
1618
1639
|
"required": true
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"name": "row",
|
|
1643
|
+
"type": "object"
|
|
1619
1644
|
}
|
|
1620
1645
|
]
|
|
1621
1646
|
},
|
|
@@ -1627,6 +1652,10 @@
|
|
|
1627
1652
|
"name": "id",
|
|
1628
1653
|
"type": "string",
|
|
1629
1654
|
"required": true
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"name": "row",
|
|
1658
|
+
"type": "object"
|
|
1630
1659
|
}
|
|
1631
1660
|
]
|
|
1632
1661
|
},
|
|
@@ -1875,7 +1904,12 @@
|
|
|
1875
1904
|
},
|
|
1876
1905
|
{
|
|
1877
1906
|
"type": "typography",
|
|
1878
|
-
"content": "
|
|
1907
|
+
"content": "@entity.title",
|
|
1908
|
+
"variant": "h4"
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"type": "typography",
|
|
1912
|
+
"content": "This action cannot be undone.",
|
|
1879
1913
|
"variant": "body"
|
|
1880
1914
|
},
|
|
1881
1915
|
{
|
|
@@ -4534,6 +4568,10 @@
|
|
|
4534
4568
|
"name": "id",
|
|
4535
4569
|
"type": "string",
|
|
4536
4570
|
"required": true
|
|
4571
|
+
},
|
|
4572
|
+
{
|
|
4573
|
+
"name": "row",
|
|
4574
|
+
"type": "object"
|
|
4537
4575
|
}
|
|
4538
4576
|
]
|
|
4539
4577
|
},
|
|
@@ -3082,6 +3082,10 @@
|
|
|
3082
3082
|
"name": "id",
|
|
3083
3083
|
"type": "string",
|
|
3084
3084
|
"required": true
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
"name": "row",
|
|
3088
|
+
"type": "object"
|
|
3085
3089
|
}
|
|
3086
3090
|
]
|
|
3087
3091
|
},
|
|
@@ -3093,6 +3097,10 @@
|
|
|
3093
3097
|
"name": "id",
|
|
3094
3098
|
"type": "string",
|
|
3095
3099
|
"required": true
|
|
3100
|
+
},
|
|
3101
|
+
{
|
|
3102
|
+
"name": "row",
|
|
3103
|
+
"type": "object"
|
|
3096
3104
|
}
|
|
3097
3105
|
]
|
|
3098
3106
|
},
|
|
@@ -3104,6 +3112,10 @@
|
|
|
3104
3112
|
"name": "id",
|
|
3105
3113
|
"type": "string",
|
|
3106
3114
|
"required": true
|
|
3115
|
+
},
|
|
3116
|
+
{
|
|
3117
|
+
"name": "row",
|
|
3118
|
+
"type": "object"
|
|
3107
3119
|
}
|
|
3108
3120
|
]
|
|
3109
3121
|
},
|
|
@@ -3351,7 +3363,12 @@
|
|
|
3351
3363
|
},
|
|
3352
3364
|
{
|
|
3353
3365
|
"type": "typography",
|
|
3354
|
-
"content": "
|
|
3366
|
+
"content": "@entity.level",
|
|
3367
|
+
"variant": "h4"
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"type": "typography",
|
|
3371
|
+
"content": "This action cannot be undone.",
|
|
3355
3372
|
"variant": "body"
|
|
3356
3373
|
},
|
|
3357
3374
|
{
|
|
@@ -76,6 +76,10 @@
|
|
|
76
76
|
"name": "id",
|
|
77
77
|
"type": "string",
|
|
78
78
|
"required": true
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "row",
|
|
82
|
+
"type": "object"
|
|
79
83
|
}
|
|
80
84
|
]
|
|
81
85
|
},
|
|
@@ -87,6 +91,10 @@
|
|
|
87
91
|
"name": "id",
|
|
88
92
|
"type": "string",
|
|
89
93
|
"required": true
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "row",
|
|
97
|
+
"type": "object"
|
|
90
98
|
}
|
|
91
99
|
]
|
|
92
100
|
},
|
|
@@ -98,6 +106,10 @@
|
|
|
98
106
|
"name": "id",
|
|
99
107
|
"type": "string",
|
|
100
108
|
"required": true
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "row",
|
|
112
|
+
"type": "object"
|
|
101
113
|
}
|
|
102
114
|
]
|
|
103
115
|
},
|
|
@@ -341,7 +353,12 @@
|
|
|
341
353
|
},
|
|
342
354
|
{
|
|
343
355
|
"type": "typography",
|
|
344
|
-
"content": "
|
|
356
|
+
"content": "@entity.description",
|
|
357
|
+
"variant": "h4"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"type": "typography",
|
|
361
|
+
"content": "This action cannot be undone.",
|
|
345
362
|
"variant": "body"
|
|
346
363
|
},
|
|
347
364
|
{
|
|
@@ -2855,6 +2872,10 @@
|
|
|
2855
2872
|
"name": "id",
|
|
2856
2873
|
"type": "string",
|
|
2857
2874
|
"required": true
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"name": "row",
|
|
2878
|
+
"type": "object"
|
|
2858
2879
|
}
|
|
2859
2880
|
]
|
|
2860
2881
|
},
|