@almadar/std 3.12.1 → 3.13.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/exports/atoms/std-agent-classifier.orb +402 -0
- package/behaviors/exports/atoms/std-agent-completion.orb +469 -0
- package/behaviors/exports/atoms/std-agent-context-window.orb +790 -0
- package/behaviors/exports/atoms/std-agent-conversation.orb +737 -0
- package/behaviors/exports/atoms/std-agent-memory.orb +627 -0
- package/behaviors/exports/atoms/std-agent-provider.orb +402 -0
- package/behaviors/exports/atoms/std-agent-search.orb +418 -0
- package/behaviors/exports/atoms/std-agent-session.orb +825 -0
- package/behaviors/exports/atoms/std-agent-tool-call.orb +380 -0
- package/behaviors/exports/atoms/std-wizard.orb +63 -70
- package/behaviors/exports/molecules/std-agent-fix-loop.orb +1213 -0
- package/behaviors/exports/molecules/std-agent-learner.orb +1143 -0
- package/behaviors/exports/molecules/std-agent-planner.orb +898 -0
- package/behaviors/exports/molecules/std-agent-rag.orb +736 -0
- package/behaviors/exports/molecules/std-agent-tool-loop.orb +1237 -0
- 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-agent-assistant.orb +2288 -0
- package/behaviors/exports/organisms/std-agent-builder.orb +2664 -0
- package/behaviors/exports/organisms/std-agent-pipeline.orb +2307 -0
- package/behaviors/exports/organisms/std-agent-reviewer.orb +1743 -0
- package/behaviors/exports/organisms/std-agent-tutor.orb +2303 -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 +1425 -0
- package/dist/behaviors/exports/atoms/std-agent-classifier.orb +402 -0
- package/dist/behaviors/exports/atoms/std-agent-completion.orb +469 -0
- package/dist/behaviors/exports/atoms/std-agent-context-window.orb +790 -0
- package/dist/behaviors/exports/atoms/std-agent-conversation.orb +737 -0
- package/dist/behaviors/exports/atoms/std-agent-memory.orb +627 -0
- package/dist/behaviors/exports/atoms/std-agent-provider.orb +402 -0
- package/dist/behaviors/exports/atoms/std-agent-search.orb +418 -0
- package/dist/behaviors/exports/atoms/std-agent-session.orb +825 -0
- package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +380 -0
- package/dist/behaviors/exports/atoms/std-wizard.orb +63 -70
- package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1213 -0
- package/dist/behaviors/exports/molecules/std-agent-learner.orb +1143 -0
- package/dist/behaviors/exports/molecules/std-agent-planner.orb +898 -0
- package/dist/behaviors/exports/molecules/std-agent-rag.orb +736 -0
- package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +1237 -0
- 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-agent-assistant.orb +2288 -0
- package/dist/behaviors/exports/organisms/std-agent-builder.orb +2664 -0
- package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +2307 -0
- package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +1743 -0
- package/dist/behaviors/exports/organisms/std-agent-tutor.orb +2303 -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 +1425 -0
- package/dist/behaviors/exports-reader.js +6345 -175
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.d.ts +620 -1
- package/dist/behaviors/functions/index.js +6285 -176
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +6348 -178
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js +6347 -177
- package/dist/behaviors/query.js.map +1 -1
- package/dist/exports/atoms/std-agent-classifier.orb +402 -0
- package/dist/exports/atoms/std-agent-completion.orb +469 -0
- package/dist/exports/atoms/std-agent-context-window.orb +790 -0
- package/dist/exports/atoms/std-agent-conversation.orb +737 -0
- package/dist/exports/atoms/std-agent-memory.orb +627 -0
- package/dist/exports/atoms/std-agent-provider.orb +402 -0
- package/dist/exports/atoms/std-agent-search.orb +418 -0
- package/dist/exports/atoms/std-agent-session.orb +825 -0
- package/dist/exports/atoms/std-agent-tool-call.orb +380 -0
- package/dist/exports/atoms/std-wizard.orb +63 -70
- package/dist/exports/molecules/std-agent-fix-loop.orb +1213 -0
- package/dist/exports/molecules/std-agent-learner.orb +1143 -0
- package/dist/exports/molecules/std-agent-planner.orb +898 -0
- package/dist/exports/molecules/std-agent-rag.orb +736 -0
- package/dist/exports/molecules/std-agent-tool-loop.orb +1237 -0
- 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-agent-assistant.orb +2288 -0
- package/dist/exports/organisms/std-agent-builder.orb +2664 -0
- package/dist/exports/organisms/std-agent-pipeline.orb +2307 -0
- package/dist/exports/organisms/std-agent-reviewer.orb +1743 -0
- package/dist/exports/organisms/std-agent-tutor.orb +2303 -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 +1425 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +6348 -178
- package/dist/index.js.map +1 -1
- 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
|
},
|
|
@@ -356,7 +368,12 @@
|
|
|
356
368
|
},
|
|
357
369
|
{
|
|
358
370
|
"type": "typography",
|
|
359
|
-
"content": "
|
|
371
|
+
"content": "@entity.name",
|
|
372
|
+
"variant": "h4"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"type": "typography",
|
|
376
|
+
"content": "This action cannot be undone.",
|
|
360
377
|
"variant": "body"
|
|
361
378
|
},
|
|
362
379
|
{
|
|
@@ -2001,105 +2018,98 @@
|
|
|
2001
2018
|
"type": "divider"
|
|
2002
2019
|
},
|
|
2003
2020
|
{
|
|
2004
|
-
"type": "
|
|
2021
|
+
"type": "stack",
|
|
2022
|
+
"direction": "vertical",
|
|
2023
|
+
"gap": "sm",
|
|
2005
2024
|
"entity": "Onboarding",
|
|
2006
|
-
"
|
|
2007
|
-
"fn",
|
|
2008
|
-
"item",
|
|
2025
|
+
"children": [
|
|
2009
2026
|
{
|
|
2010
2027
|
"type": "stack",
|
|
2011
|
-
"direction": "
|
|
2012
|
-
"gap": "
|
|
2028
|
+
"direction": "horizontal",
|
|
2029
|
+
"gap": "md",
|
|
2030
|
+
"justify": "space-between",
|
|
2013
2031
|
"children": [
|
|
2014
2032
|
{
|
|
2015
|
-
"type": "
|
|
2016
|
-
"
|
|
2017
|
-
"
|
|
2018
|
-
"justify": "space-between",
|
|
2019
|
-
"children": [
|
|
2020
|
-
{
|
|
2021
|
-
"type": "typography",
|
|
2022
|
-
"variant": "caption",
|
|
2023
|
-
"content": "EmployeeName"
|
|
2024
|
-
},
|
|
2025
|
-
{
|
|
2026
|
-
"type": "typography",
|
|
2027
|
-
"variant": "body",
|
|
2028
|
-
"content": "@item.employeeName"
|
|
2029
|
-
}
|
|
2030
|
-
]
|
|
2033
|
+
"type": "typography",
|
|
2034
|
+
"variant": "caption",
|
|
2035
|
+
"content": "Employee Name"
|
|
2031
2036
|
},
|
|
2032
2037
|
{
|
|
2033
|
-
"type": "
|
|
2034
|
-
"
|
|
2035
|
-
"
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2038
|
+
"type": "typography",
|
|
2039
|
+
"variant": "body",
|
|
2040
|
+
"content": "@entity.employeeName"
|
|
2041
|
+
}
|
|
2042
|
+
]
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"type": "stack",
|
|
2046
|
+
"direction": "horizontal",
|
|
2047
|
+
"gap": "md",
|
|
2048
|
+
"justify": "space-between",
|
|
2049
|
+
"children": [
|
|
2050
|
+
{
|
|
2051
|
+
"type": "typography",
|
|
2052
|
+
"variant": "caption",
|
|
2053
|
+
"content": "Department"
|
|
2049
2054
|
},
|
|
2050
2055
|
{
|
|
2051
|
-
"type": "
|
|
2052
|
-
"
|
|
2053
|
-
"
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2056
|
+
"type": "typography",
|
|
2057
|
+
"variant": "body",
|
|
2058
|
+
"content": "@entity.department"
|
|
2059
|
+
}
|
|
2060
|
+
]
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"type": "stack",
|
|
2064
|
+
"direction": "horizontal",
|
|
2065
|
+
"gap": "md",
|
|
2066
|
+
"justify": "space-between",
|
|
2067
|
+
"children": [
|
|
2068
|
+
{
|
|
2069
|
+
"type": "typography",
|
|
2070
|
+
"variant": "caption",
|
|
2071
|
+
"content": "Manager"
|
|
2067
2072
|
},
|
|
2068
2073
|
{
|
|
2069
|
-
"type": "
|
|
2070
|
-
"
|
|
2071
|
-
"
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2074
|
+
"type": "typography",
|
|
2075
|
+
"variant": "body",
|
|
2076
|
+
"content": "@entity.manager"
|
|
2077
|
+
}
|
|
2078
|
+
]
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
"type": "stack",
|
|
2082
|
+
"direction": "horizontal",
|
|
2083
|
+
"gap": "md",
|
|
2084
|
+
"justify": "space-between",
|
|
2085
|
+
"children": [
|
|
2086
|
+
{
|
|
2087
|
+
"type": "typography",
|
|
2088
|
+
"variant": "caption",
|
|
2089
|
+
"content": "Equipment Ready"
|
|
2085
2090
|
},
|
|
2086
2091
|
{
|
|
2087
|
-
"type": "
|
|
2088
|
-
"
|
|
2089
|
-
"
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2092
|
+
"type": "typography",
|
|
2093
|
+
"variant": "body",
|
|
2094
|
+
"content": "@entity.equipmentReady"
|
|
2095
|
+
}
|
|
2096
|
+
]
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"type": "stack",
|
|
2100
|
+
"direction": "horizontal",
|
|
2101
|
+
"gap": "md",
|
|
2102
|
+
"justify": "space-between",
|
|
2103
|
+
"children": [
|
|
2104
|
+
{
|
|
2105
|
+
"type": "typography",
|
|
2106
|
+
"variant": "caption",
|
|
2107
|
+
"content": "Access Granted"
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"type": "typography",
|
|
2111
|
+
"variant": "body",
|
|
2112
|
+
"content": "@entity.accessGranted"
|
|
2103
2113
|
}
|
|
2104
2114
|
]
|
|
2105
2115
|
}
|
|
@@ -2942,6 +2952,10 @@
|
|
|
2942
2952
|
"name": "id",
|
|
2943
2953
|
"type": "string",
|
|
2944
2954
|
"required": true
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
"name": "row",
|
|
2958
|
+
"type": "object"
|
|
2945
2959
|
}
|
|
2946
2960
|
]
|
|
2947
2961
|
},
|
|
@@ -2953,6 +2967,10 @@
|
|
|
2953
2967
|
"name": "id",
|
|
2954
2968
|
"type": "string",
|
|
2955
2969
|
"required": true
|
|
2970
|
+
},
|
|
2971
|
+
{
|
|
2972
|
+
"name": "row",
|
|
2973
|
+
"type": "object"
|
|
2956
2974
|
}
|
|
2957
2975
|
]
|
|
2958
2976
|
},
|
|
@@ -2964,6 +2982,10 @@
|
|
|
2964
2982
|
"name": "id",
|
|
2965
2983
|
"type": "string",
|
|
2966
2984
|
"required": true
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
"name": "row",
|
|
2988
|
+
"type": "object"
|
|
2967
2989
|
}
|
|
2968
2990
|
]
|
|
2969
2991
|
},
|
|
@@ -3220,7 +3242,12 @@
|
|
|
3220
3242
|
},
|
|
3221
3243
|
{
|
|
3222
3244
|
"type": "typography",
|
|
3223
|
-
"content": "
|
|
3245
|
+
"content": "@entity.employeeName",
|
|
3246
|
+
"variant": "h4"
|
|
3247
|
+
},
|
|
3248
|
+
{
|
|
3249
|
+
"type": "typography",
|
|
3250
|
+
"content": "This action cannot be undone.",
|
|
3224
3251
|
"variant": "body"
|
|
3225
3252
|
},
|
|
3226
3253
|
{
|
|
@@ -1757,6 +1757,10 @@
|
|
|
1757
1757
|
"name": "id",
|
|
1758
1758
|
"type": "string",
|
|
1759
1759
|
"required": true
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"name": "row",
|
|
1763
|
+
"type": "object"
|
|
1760
1764
|
}
|
|
1761
1765
|
]
|
|
1762
1766
|
},
|
|
@@ -1768,6 +1772,10 @@
|
|
|
1768
1772
|
"name": "id",
|
|
1769
1773
|
"type": "string",
|
|
1770
1774
|
"required": true
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"name": "row",
|
|
1778
|
+
"type": "object"
|
|
1771
1779
|
}
|
|
1772
1780
|
]
|
|
1773
1781
|
},
|
|
@@ -1779,6 +1787,10 @@
|
|
|
1779
1787
|
"name": "id",
|
|
1780
1788
|
"type": "string",
|
|
1781
1789
|
"required": true
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"name": "row",
|
|
1793
|
+
"type": "object"
|
|
1782
1794
|
}
|
|
1783
1795
|
]
|
|
1784
1796
|
},
|
|
@@ -2022,7 +2034,12 @@
|
|
|
2022
2034
|
},
|
|
2023
2035
|
{
|
|
2024
2036
|
"type": "typography",
|
|
2025
|
-
"content": "
|
|
2037
|
+
"content": "@entity.name",
|
|
2038
|
+
"variant": "h4"
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"type": "typography",
|
|
2042
|
+
"content": "This action cannot be undone.",
|
|
2026
2043
|
"variant": "body"
|
|
2027
2044
|
},
|
|
2028
2045
|
{
|
|
@@ -87,6 +87,10 @@
|
|
|
87
87
|
"name": "id",
|
|
88
88
|
"type": "string",
|
|
89
89
|
"required": true
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "row",
|
|
93
|
+
"type": "object"
|
|
90
94
|
}
|
|
91
95
|
]
|
|
92
96
|
},
|
|
@@ -98,6 +102,10 @@
|
|
|
98
102
|
"name": "id",
|
|
99
103
|
"type": "string",
|
|
100
104
|
"required": true
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "row",
|
|
108
|
+
"type": "object"
|
|
101
109
|
}
|
|
102
110
|
]
|
|
103
111
|
},
|
|
@@ -109,6 +117,10 @@
|
|
|
109
117
|
"name": "id",
|
|
110
118
|
"type": "string",
|
|
111
119
|
"required": true
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "row",
|
|
123
|
+
"type": "object"
|
|
112
124
|
}
|
|
113
125
|
]
|
|
114
126
|
},
|
|
@@ -354,7 +366,12 @@
|
|
|
354
366
|
},
|
|
355
367
|
{
|
|
356
368
|
"type": "typography",
|
|
357
|
-
"content": "
|
|
369
|
+
"content": "@entity.title",
|
|
370
|
+
"variant": "h4"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"type": "typography",
|
|
374
|
+
"content": "This action cannot be undone.",
|
|
358
375
|
"variant": "body"
|
|
359
376
|
},
|
|
360
377
|
{
|
|
@@ -1833,105 +1850,98 @@
|
|
|
1833
1850
|
"type": "divider"
|
|
1834
1851
|
},
|
|
1835
1852
|
{
|
|
1836
|
-
"type": "
|
|
1853
|
+
"type": "stack",
|
|
1854
|
+
"direction": "vertical",
|
|
1855
|
+
"gap": "sm",
|
|
1837
1856
|
"entity": "Enrollment",
|
|
1838
|
-
"
|
|
1839
|
-
"fn",
|
|
1840
|
-
"item",
|
|
1857
|
+
"children": [
|
|
1841
1858
|
{
|
|
1842
1859
|
"type": "stack",
|
|
1843
|
-
"direction": "
|
|
1844
|
-
"gap": "
|
|
1860
|
+
"direction": "horizontal",
|
|
1861
|
+
"gap": "md",
|
|
1862
|
+
"justify": "space-between",
|
|
1845
1863
|
"children": [
|
|
1846
1864
|
{
|
|
1847
|
-
"type": "
|
|
1848
|
-
"
|
|
1849
|
-
"
|
|
1850
|
-
"justify": "space-between",
|
|
1851
|
-
"children": [
|
|
1852
|
-
{
|
|
1853
|
-
"type": "typography",
|
|
1854
|
-
"variant": "caption",
|
|
1855
|
-
"content": "StudentName"
|
|
1856
|
-
},
|
|
1857
|
-
{
|
|
1858
|
-
"type": "typography",
|
|
1859
|
-
"variant": "body",
|
|
1860
|
-
"content": "@item.studentName"
|
|
1861
|
-
}
|
|
1862
|
-
]
|
|
1865
|
+
"type": "typography",
|
|
1866
|
+
"variant": "caption",
|
|
1867
|
+
"content": "Student Name"
|
|
1863
1868
|
},
|
|
1864
1869
|
{
|
|
1865
|
-
"type": "
|
|
1866
|
-
"
|
|
1867
|
-
"
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1870
|
+
"type": "typography",
|
|
1871
|
+
"variant": "body",
|
|
1872
|
+
"content": "@entity.studentName"
|
|
1873
|
+
}
|
|
1874
|
+
]
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"type": "stack",
|
|
1878
|
+
"direction": "horizontal",
|
|
1879
|
+
"gap": "md",
|
|
1880
|
+
"justify": "space-between",
|
|
1881
|
+
"children": [
|
|
1882
|
+
{
|
|
1883
|
+
"type": "typography",
|
|
1884
|
+
"variant": "caption",
|
|
1885
|
+
"content": "Email"
|
|
1881
1886
|
},
|
|
1882
1887
|
{
|
|
1883
|
-
"type": "
|
|
1884
|
-
"
|
|
1885
|
-
"
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1888
|
+
"type": "typography",
|
|
1889
|
+
"variant": "body",
|
|
1890
|
+
"content": "@entity.email"
|
|
1891
|
+
}
|
|
1892
|
+
]
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
"type": "stack",
|
|
1896
|
+
"direction": "horizontal",
|
|
1897
|
+
"gap": "md",
|
|
1898
|
+
"justify": "space-between",
|
|
1899
|
+
"children": [
|
|
1900
|
+
{
|
|
1901
|
+
"type": "typography",
|
|
1902
|
+
"variant": "caption",
|
|
1903
|
+
"content": "Course Id"
|
|
1899
1904
|
},
|
|
1900
1905
|
{
|
|
1901
|
-
"type": "
|
|
1902
|
-
"
|
|
1903
|
-
"
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1906
|
+
"type": "typography",
|
|
1907
|
+
"variant": "body",
|
|
1908
|
+
"content": "@entity.courseId"
|
|
1909
|
+
}
|
|
1910
|
+
]
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"type": "stack",
|
|
1914
|
+
"direction": "horizontal",
|
|
1915
|
+
"gap": "md",
|
|
1916
|
+
"justify": "space-between",
|
|
1917
|
+
"children": [
|
|
1918
|
+
{
|
|
1919
|
+
"type": "typography",
|
|
1920
|
+
"variant": "caption",
|
|
1921
|
+
"content": "Enrolled At"
|
|
1917
1922
|
},
|
|
1918
1923
|
{
|
|
1919
|
-
"type": "
|
|
1920
|
-
"
|
|
1921
|
-
"
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1924
|
+
"type": "typography",
|
|
1925
|
+
"variant": "body",
|
|
1926
|
+
"content": "@entity.enrolledAt"
|
|
1927
|
+
}
|
|
1928
|
+
]
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"type": "stack",
|
|
1932
|
+
"direction": "horizontal",
|
|
1933
|
+
"gap": "md",
|
|
1934
|
+
"justify": "space-between",
|
|
1935
|
+
"children": [
|
|
1936
|
+
{
|
|
1937
|
+
"type": "typography",
|
|
1938
|
+
"variant": "caption",
|
|
1939
|
+
"content": "Status"
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
"type": "typography",
|
|
1943
|
+
"variant": "body",
|
|
1944
|
+
"content": "@entity.status"
|
|
1935
1945
|
}
|
|
1936
1946
|
]
|
|
1937
1947
|
}
|
|
@@ -955,6 +955,10 @@
|
|
|
955
955
|
"name": "id",
|
|
956
956
|
"type": "string",
|
|
957
957
|
"required": true
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"name": "row",
|
|
961
|
+
"type": "object"
|
|
958
962
|
}
|
|
959
963
|
]
|
|
960
964
|
},
|
|
@@ -966,6 +970,10 @@
|
|
|
966
970
|
"name": "id",
|
|
967
971
|
"type": "string",
|
|
968
972
|
"required": true
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"name": "row",
|
|
976
|
+
"type": "object"
|
|
969
977
|
}
|
|
970
978
|
]
|
|
971
979
|
},
|