@almadar/std 14.5.1 → 14.6.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/agent/organisms/std-agent-assistant.orb +1077 -1077
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3053 -3053
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2159 -2159
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +931 -931
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -793
- package/behaviors/registry/app/organisms/std-api-gateway.orb +819 -819
- package/behaviors/registry/app/organisms/std-booking-system.orb +1168 -1168
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +825 -825
- package/behaviors/registry/app/organisms/std-cms.orb +556 -556
- package/behaviors/registry/app/organisms/std-coding-academy.orb +353 -353
- package/behaviors/registry/app/organisms/std-crm.orb +806 -806
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1209 -1209
- package/behaviors/registry/app/organisms/std-ecommerce.orb +742 -742
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1390 -1390
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -720
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1189 -1189
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +786 -786
- package/behaviors/registry/app/organisms/std-lms.orb +860 -860
- package/behaviors/registry/app/organisms/std-project-manager.orb +668 -668
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +725 -725
- package/behaviors/registry/app/organisms/std-social-feed.orb +227 -227
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +646 -646
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +973 -973
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +898 -898
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1077 -1077
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3053 -3053
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2159 -2159
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +931 -931
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -793
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +819 -819
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1168 -1168
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +825 -825
- package/dist/behaviors/registry/app/organisms/std-cms.orb +556 -556
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +353 -353
- package/dist/behaviors/registry/app/organisms/std-crm.orb +806 -806
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1209 -1209
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +742 -742
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1390 -1390
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1189 -1189
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +786 -786
- package/dist/behaviors/registry/app/organisms/std-lms.orb +860 -860
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +668 -668
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +725 -725
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +227 -227
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +646 -646
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +973 -973
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +898 -898
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-hr-portal",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "HR portal: employees, onboarding flows, time-off requests, and org chart.",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "EmployeeOrbital",
|
|
@@ -57,37 +57,37 @@
|
|
|
57
57
|
"ref": "AppShell.traits.AppLayout",
|
|
58
58
|
"name": "EmployeeAppLayout",
|
|
59
59
|
"config": {
|
|
60
|
+
"searchEvent": "EMPLOYEE_SEARCH",
|
|
61
|
+
"notificationClickEvent": "EMPLOYEE_NOTIFICATIONS_OPEN",
|
|
60
62
|
"appName": "HRPortal",
|
|
63
|
+
"contentTrait": "@trait.EmployeeBrowse",
|
|
64
|
+
"notifications": [],
|
|
61
65
|
"navItems": [
|
|
62
66
|
{
|
|
63
|
-
"
|
|
67
|
+
"label": "Employees",
|
|
64
68
|
"href": "/employees",
|
|
65
|
-
"
|
|
69
|
+
"icon": "users"
|
|
66
70
|
},
|
|
67
71
|
{
|
|
72
|
+
"href": "/onboarding",
|
|
68
73
|
"label": "Onboarding",
|
|
69
|
-
"icon": "layout-list"
|
|
70
|
-
"href": "/onboarding"
|
|
74
|
+
"icon": "layout-list"
|
|
71
75
|
},
|
|
72
76
|
{
|
|
73
77
|
"href": "/timeoff",
|
|
74
|
-
"
|
|
75
|
-
"
|
|
78
|
+
"icon": "calendar",
|
|
79
|
+
"label": "Time Off"
|
|
76
80
|
},
|
|
77
81
|
{
|
|
82
|
+
"label": "Org Chart",
|
|
78
83
|
"href": "/org-chart",
|
|
79
|
-
"icon": "layout-list"
|
|
80
|
-
"label": "Org Chart"
|
|
84
|
+
"icon": "layout-list"
|
|
81
85
|
}
|
|
82
|
-
]
|
|
83
|
-
"searchEvent": "EMPLOYEE_SEARCH",
|
|
84
|
-
"contentTrait": "@trait.EmployeeBrowse",
|
|
85
|
-
"notificationClickEvent": "EMPLOYEE_NOTIFICATIONS_OPEN",
|
|
86
|
-
"notifications": []
|
|
86
|
+
]
|
|
87
87
|
},
|
|
88
88
|
"events": {
|
|
89
|
-
"
|
|
90
|
-
"
|
|
89
|
+
"NOTIFY_CLICK": "EMPLOYEE_NOTIFICATIONS_OPEN",
|
|
90
|
+
"SEARCH": "EMPLOYEE_SEARCH"
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
93
|
{
|
|
@@ -761,21 +761,21 @@
|
|
|
761
761
|
"main",
|
|
762
762
|
{
|
|
763
763
|
"direction": "vertical",
|
|
764
|
-
"gap": "md",
|
|
765
|
-
"type": "stack",
|
|
766
|
-
"className": "py-12",
|
|
767
|
-
"align": "center",
|
|
768
764
|
"children": [
|
|
769
765
|
{
|
|
770
766
|
"type": "spinner"
|
|
771
767
|
},
|
|
772
768
|
{
|
|
773
|
-
"color": "muted",
|
|
774
|
-
"type": "typography",
|
|
775
769
|
"variant": "caption",
|
|
776
|
-
"
|
|
770
|
+
"color": "muted",
|
|
771
|
+
"content": "Loading…",
|
|
772
|
+
"type": "typography"
|
|
777
773
|
}
|
|
778
|
-
]
|
|
774
|
+
],
|
|
775
|
+
"type": "stack",
|
|
776
|
+
"gap": "md",
|
|
777
|
+
"align": "center",
|
|
778
|
+
"className": "py-12"
|
|
779
779
|
}
|
|
780
780
|
]
|
|
781
781
|
]
|
|
@@ -790,8 +790,8 @@
|
|
|
790
790
|
"Employee",
|
|
791
791
|
{
|
|
792
792
|
"emit": {
|
|
793
|
-
"
|
|
794
|
-
"
|
|
793
|
+
"failure": "EmployeeLoadFailed",
|
|
794
|
+
"success": "EmployeeLoaded"
|
|
795
795
|
}
|
|
796
796
|
}
|
|
797
797
|
],
|
|
@@ -800,21 +800,21 @@
|
|
|
800
800
|
"main",
|
|
801
801
|
{
|
|
802
802
|
"direction": "vertical",
|
|
803
|
-
"className": "py-12",
|
|
804
803
|
"type": "stack",
|
|
805
804
|
"align": "center",
|
|
805
|
+
"gap": "md",
|
|
806
806
|
"children": [
|
|
807
807
|
{
|
|
808
808
|
"type": "spinner"
|
|
809
809
|
},
|
|
810
810
|
{
|
|
811
|
-
"type": "typography",
|
|
812
|
-
"variant": "caption",
|
|
813
811
|
"color": "muted",
|
|
814
|
-
"content": "Searching…"
|
|
812
|
+
"content": "Searching…",
|
|
813
|
+
"type": "typography",
|
|
814
|
+
"variant": "caption"
|
|
815
815
|
}
|
|
816
816
|
],
|
|
817
|
-
"
|
|
817
|
+
"className": "py-12"
|
|
818
818
|
}
|
|
819
819
|
]
|
|
820
820
|
]
|
|
@@ -828,32 +828,32 @@
|
|
|
828
828
|
"render-ui",
|
|
829
829
|
"main",
|
|
830
830
|
{
|
|
831
|
-
"align": "center",
|
|
832
|
-
"type": "stack",
|
|
833
|
-
"direction": "vertical",
|
|
834
831
|
"className": "py-8",
|
|
832
|
+
"type": "stack",
|
|
833
|
+
"align": "center",
|
|
835
834
|
"gap": "md",
|
|
835
|
+
"direction": "vertical",
|
|
836
836
|
"children": [
|
|
837
837
|
{
|
|
838
|
-
"
|
|
839
|
-
"
|
|
838
|
+
"type": "icon",
|
|
839
|
+
"name": "bell"
|
|
840
840
|
},
|
|
841
841
|
{
|
|
842
|
-
"type": "typography",
|
|
843
842
|
"variant": "h3",
|
|
843
|
+
"type": "typography",
|
|
844
844
|
"content": "No notifications"
|
|
845
845
|
},
|
|
846
846
|
{
|
|
847
|
-
"
|
|
847
|
+
"variant": "caption",
|
|
848
848
|
"color": "muted",
|
|
849
|
-
"
|
|
850
|
-
"
|
|
849
|
+
"type": "typography",
|
|
850
|
+
"content": "You're all caught up."
|
|
851
851
|
},
|
|
852
852
|
{
|
|
853
|
+
"label": "Back to employees",
|
|
853
854
|
"action": "INIT",
|
|
854
855
|
"variant": "ghost",
|
|
855
|
-
"type": "button"
|
|
856
|
-
"label": "Back to employees"
|
|
856
|
+
"type": "button"
|
|
857
857
|
}
|
|
858
858
|
]
|
|
859
859
|
}
|
|
@@ -869,60 +869,61 @@
|
|
|
869
869
|
"render-ui",
|
|
870
870
|
"main",
|
|
871
871
|
{
|
|
872
|
-
"type": "stack",
|
|
873
872
|
"direction": "vertical",
|
|
874
873
|
"children": [
|
|
875
874
|
{
|
|
876
|
-
"type": "stack",
|
|
877
|
-
"justify": "between",
|
|
878
|
-
"gap": "md",
|
|
879
|
-
"align": "center",
|
|
880
875
|
"children": [
|
|
881
876
|
{
|
|
882
|
-
"direction": "horizontal",
|
|
883
|
-
"gap": "sm",
|
|
884
|
-
"type": "stack",
|
|
885
|
-
"align": "center",
|
|
886
877
|
"children": [
|
|
887
878
|
{
|
|
888
|
-
"
|
|
889
|
-
"
|
|
879
|
+
"name": "users",
|
|
880
|
+
"type": "icon"
|
|
890
881
|
},
|
|
891
882
|
{
|
|
892
|
-
"
|
|
883
|
+
"variant": "h2",
|
|
893
884
|
"type": "typography",
|
|
894
|
-
"
|
|
885
|
+
"content": "Employees"
|
|
895
886
|
}
|
|
896
|
-
]
|
|
887
|
+
],
|
|
888
|
+
"gap": "sm",
|
|
889
|
+
"align": "center",
|
|
890
|
+
"type": "stack",
|
|
891
|
+
"direction": "horizontal"
|
|
897
892
|
},
|
|
898
893
|
{
|
|
899
894
|
"gap": "sm",
|
|
895
|
+
"type": "stack",
|
|
900
896
|
"direction": "horizontal",
|
|
901
897
|
"children": [
|
|
902
898
|
{
|
|
903
|
-
"type": "button",
|
|
904
899
|
"label": "Add Employee",
|
|
905
900
|
"variant": "primary",
|
|
906
901
|
"icon": "plus",
|
|
902
|
+
"type": "button",
|
|
907
903
|
"action": "CREATE"
|
|
908
904
|
}
|
|
909
|
-
]
|
|
910
|
-
"type": "stack"
|
|
905
|
+
]
|
|
911
906
|
}
|
|
912
907
|
],
|
|
913
|
-
"
|
|
908
|
+
"gap": "md",
|
|
909
|
+
"type": "stack",
|
|
910
|
+
"direction": "horizontal",
|
|
911
|
+
"justify": "between",
|
|
912
|
+
"align": "center"
|
|
914
913
|
},
|
|
915
914
|
{
|
|
916
915
|
"type": "divider"
|
|
917
916
|
},
|
|
918
917
|
{
|
|
918
|
+
"variant": "card",
|
|
919
919
|
"type": "data-list",
|
|
920
920
|
"entity": "@payload.data",
|
|
921
|
+
"gap": "sm",
|
|
921
922
|
"fields": [
|
|
922
923
|
{
|
|
923
|
-
"
|
|
924
|
+
"name": "name",
|
|
924
925
|
"variant": "h3",
|
|
925
|
-
"
|
|
926
|
+
"icon": "user"
|
|
926
927
|
},
|
|
927
928
|
{
|
|
928
929
|
"name": "department",
|
|
@@ -938,32 +939,31 @@
|
|
|
938
939
|
},
|
|
939
940
|
{
|
|
940
941
|
"label": "Joined",
|
|
942
|
+
"name": "startDate",
|
|
941
943
|
"variant": "caption",
|
|
942
|
-
"format": "date"
|
|
943
|
-
"name": "startDate"
|
|
944
|
+
"format": "date"
|
|
944
945
|
}
|
|
945
946
|
],
|
|
946
947
|
"itemActions": [
|
|
947
948
|
{
|
|
949
|
+
"label": "View",
|
|
948
950
|
"variant": "ghost",
|
|
949
|
-
"event": "VIEW"
|
|
950
|
-
"label": "View"
|
|
951
|
+
"event": "VIEW"
|
|
951
952
|
},
|
|
952
953
|
{
|
|
953
|
-
"
|
|
954
|
+
"label": "Edit",
|
|
954
955
|
"event": "EDIT",
|
|
955
|
-
"
|
|
956
|
+
"variant": "ghost"
|
|
956
957
|
},
|
|
957
958
|
{
|
|
958
|
-
"label": "Delete",
|
|
959
959
|
"event": "DELETE",
|
|
960
|
-
"variant": "danger"
|
|
960
|
+
"variant": "danger",
|
|
961
|
+
"label": "Delete"
|
|
961
962
|
}
|
|
962
|
-
]
|
|
963
|
-
"variant": "card",
|
|
964
|
-
"gap": "sm"
|
|
963
|
+
]
|
|
965
964
|
}
|
|
966
965
|
],
|
|
966
|
+
"type": "stack",
|
|
967
967
|
"gap": "lg"
|
|
968
968
|
}
|
|
969
969
|
]
|
|
@@ -979,35 +979,35 @@
|
|
|
979
979
|
"main",
|
|
980
980
|
{
|
|
981
981
|
"gap": "md",
|
|
982
|
-
"className": "py-12",
|
|
983
982
|
"type": "stack",
|
|
983
|
+
"className": "py-12",
|
|
984
|
+
"direction": "vertical",
|
|
984
985
|
"align": "center",
|
|
985
986
|
"children": [
|
|
986
987
|
{
|
|
987
|
-
"name": "alert-triangle",
|
|
988
988
|
"color": "destructive",
|
|
989
|
-
"type": "icon"
|
|
989
|
+
"type": "icon",
|
|
990
|
+
"name": "alert-triangle"
|
|
990
991
|
},
|
|
991
992
|
{
|
|
993
|
+
"content": "Failed to load employee",
|
|
992
994
|
"type": "typography",
|
|
993
|
-
"variant": "h3"
|
|
994
|
-
"content": "Failed to load employee"
|
|
995
|
+
"variant": "h3"
|
|
995
996
|
},
|
|
996
997
|
{
|
|
997
998
|
"variant": "body",
|
|
998
|
-
"content": "@payload.error",
|
|
999
999
|
"type": "typography",
|
|
1000
|
-
"color": "muted"
|
|
1000
|
+
"color": "muted",
|
|
1001
|
+
"content": "@payload.error"
|
|
1001
1002
|
},
|
|
1002
1003
|
{
|
|
1003
1004
|
"label": "Retry",
|
|
1004
|
-
"action": "INIT",
|
|
1005
1005
|
"icon": "rotate-ccw",
|
|
1006
|
+
"variant": "primary",
|
|
1006
1007
|
"type": "button",
|
|
1007
|
-
"
|
|
1008
|
+
"action": "INIT"
|
|
1008
1009
|
}
|
|
1009
|
-
]
|
|
1010
|
-
"direction": "vertical"
|
|
1010
|
+
]
|
|
1011
1011
|
}
|
|
1012
1012
|
]
|
|
1013
1013
|
]
|
|
@@ -1216,10 +1216,10 @@
|
|
|
1216
1216
|
"render-ui",
|
|
1217
1217
|
"modal",
|
|
1218
1218
|
{
|
|
1219
|
-
"type": "stack",
|
|
1220
1219
|
"children": [
|
|
1221
1220
|
{
|
|
1222
1221
|
"type": "stack",
|
|
1222
|
+
"direction": "horizontal",
|
|
1223
1223
|
"gap": "sm",
|
|
1224
1224
|
"children": [
|
|
1225
1225
|
{
|
|
@@ -1228,19 +1228,17 @@
|
|
|
1228
1228
|
},
|
|
1229
1229
|
{
|
|
1230
1230
|
"content": "New Employee",
|
|
1231
|
-
"
|
|
1232
|
-
"
|
|
1231
|
+
"variant": "h3",
|
|
1232
|
+
"type": "typography"
|
|
1233
1233
|
}
|
|
1234
|
-
]
|
|
1235
|
-
"direction": "horizontal"
|
|
1234
|
+
]
|
|
1236
1235
|
},
|
|
1237
1236
|
{
|
|
1238
1237
|
"type": "divider"
|
|
1239
1238
|
},
|
|
1240
1239
|
{
|
|
1241
|
-
"cancelEvent": "CLOSE",
|
|
1242
|
-
"mode": "create",
|
|
1243
1240
|
"type": "form-section",
|
|
1241
|
+
"mode": "create",
|
|
1244
1242
|
"fields": [
|
|
1245
1243
|
"name",
|
|
1246
1244
|
"email",
|
|
@@ -1248,11 +1246,13 @@
|
|
|
1248
1246
|
"role",
|
|
1249
1247
|
"startDate"
|
|
1250
1248
|
],
|
|
1251
|
-
"submitEvent": "SAVE"
|
|
1249
|
+
"submitEvent": "SAVE",
|
|
1250
|
+
"cancelEvent": "CLOSE"
|
|
1252
1251
|
}
|
|
1253
1252
|
],
|
|
1253
|
+
"direction": "vertical",
|
|
1254
1254
|
"gap": "md",
|
|
1255
|
-
"
|
|
1255
|
+
"type": "stack"
|
|
1256
1256
|
}
|
|
1257
1257
|
]
|
|
1258
1258
|
]
|
|
@@ -1513,8 +1513,8 @@
|
|
|
1513
1513
|
"Employee",
|
|
1514
1514
|
{
|
|
1515
1515
|
"emit": {
|
|
1516
|
-
"
|
|
1517
|
-
"
|
|
1516
|
+
"failure": "EmployeeLoadFailed",
|
|
1517
|
+
"success": "EmployeeLoaded"
|
|
1518
1518
|
}
|
|
1519
1519
|
}
|
|
1520
1520
|
]
|
|
@@ -1529,11 +1529,11 @@
|
|
|
1529
1529
|
"fetch",
|
|
1530
1530
|
"Employee",
|
|
1531
1531
|
{
|
|
1532
|
-
"id": "@payload.id",
|
|
1533
1532
|
"emit": {
|
|
1534
|
-
"
|
|
1535
|
-
"
|
|
1536
|
-
}
|
|
1533
|
+
"failure": "EmployeeLoadFailed",
|
|
1534
|
+
"success": "EmployeeLoaded"
|
|
1535
|
+
},
|
|
1536
|
+
"id": "@payload.id"
|
|
1537
1537
|
}
|
|
1538
1538
|
],
|
|
1539
1539
|
[
|
|
@@ -1542,6 +1542,7 @@
|
|
|
1542
1542
|
{
|
|
1543
1543
|
"direction": "vertical",
|
|
1544
1544
|
"type": "stack",
|
|
1545
|
+
"gap": "md",
|
|
1545
1546
|
"children": [
|
|
1546
1547
|
{
|
|
1547
1548
|
"type": "stack",
|
|
@@ -1549,13 +1550,13 @@
|
|
|
1549
1550
|
"direction": "horizontal",
|
|
1550
1551
|
"children": [
|
|
1551
1552
|
{
|
|
1552
|
-
"
|
|
1553
|
-
"
|
|
1553
|
+
"type": "icon",
|
|
1554
|
+
"name": "edit"
|
|
1554
1555
|
},
|
|
1555
1556
|
{
|
|
1556
1557
|
"content": "Edit Employee",
|
|
1557
|
-
"
|
|
1558
|
-
"
|
|
1558
|
+
"type": "typography",
|
|
1559
|
+
"variant": "h3"
|
|
1559
1560
|
}
|
|
1560
1561
|
]
|
|
1561
1562
|
},
|
|
@@ -1563,7 +1564,7 @@
|
|
|
1563
1564
|
"type": "divider"
|
|
1564
1565
|
},
|
|
1565
1566
|
{
|
|
1566
|
-
"
|
|
1567
|
+
"cancelEvent": "CLOSE",
|
|
1567
1568
|
"fields": [
|
|
1568
1569
|
"name",
|
|
1569
1570
|
"email",
|
|
@@ -1571,13 +1572,12 @@
|
|
|
1571
1572
|
"role",
|
|
1572
1573
|
"startDate"
|
|
1573
1574
|
],
|
|
1575
|
+
"type": "form-section",
|
|
1574
1576
|
"submitEvent": "SAVE",
|
|
1575
1577
|
"entity": "@payload.row",
|
|
1576
|
-
"cancelEvent": "CLOSE",
|
|
1577
1578
|
"mode": "edit"
|
|
1578
1579
|
}
|
|
1579
|
-
]
|
|
1580
|
-
"gap": "md"
|
|
1580
|
+
]
|
|
1581
1581
|
}
|
|
1582
1582
|
]
|
|
1583
1583
|
]
|
|
@@ -1618,8 +1618,8 @@
|
|
|
1618
1618
|
"@payload.data",
|
|
1619
1619
|
{
|
|
1620
1620
|
"emit": {
|
|
1621
|
-
"
|
|
1622
|
-
"
|
|
1621
|
+
"failure": "EmployeeUpdateFailed",
|
|
1622
|
+
"success": "EmployeeUpdated"
|
|
1623
1623
|
}
|
|
1624
1624
|
}
|
|
1625
1625
|
],
|
|
@@ -1802,8 +1802,8 @@
|
|
|
1802
1802
|
"Employee",
|
|
1803
1803
|
{
|
|
1804
1804
|
"emit": {
|
|
1805
|
-
"
|
|
1806
|
-
"
|
|
1805
|
+
"failure": "EmployeeLoadFailed",
|
|
1806
|
+
"success": "EmployeeLoaded"
|
|
1807
1807
|
}
|
|
1808
1808
|
}
|
|
1809
1809
|
]
|
|
@@ -1818,20 +1818,18 @@
|
|
|
1818
1818
|
"fetch",
|
|
1819
1819
|
"Employee",
|
|
1820
1820
|
{
|
|
1821
|
-
"id": "@payload.id",
|
|
1822
1821
|
"emit": {
|
|
1823
1822
|
"success": "EmployeeLoaded",
|
|
1824
1823
|
"failure": "EmployeeLoadFailed"
|
|
1825
|
-
}
|
|
1824
|
+
},
|
|
1825
|
+
"id": "@payload.id"
|
|
1826
1826
|
}
|
|
1827
1827
|
],
|
|
1828
1828
|
[
|
|
1829
1829
|
"render-ui",
|
|
1830
1830
|
"modal",
|
|
1831
1831
|
{
|
|
1832
|
-
"direction": "vertical",
|
|
1833
1832
|
"gap": "md",
|
|
1834
|
-
"type": "stack",
|
|
1835
1833
|
"children": [
|
|
1836
1834
|
{
|
|
1837
1835
|
"children": [
|
|
@@ -1840,21 +1838,21 @@
|
|
|
1840
1838
|
"type": "icon"
|
|
1841
1839
|
},
|
|
1842
1840
|
{
|
|
1841
|
+
"variant": "h3",
|
|
1843
1842
|
"content": "@entity.name",
|
|
1844
|
-
"type": "typography"
|
|
1845
|
-
"variant": "h3"
|
|
1843
|
+
"type": "typography"
|
|
1846
1844
|
}
|
|
1847
1845
|
],
|
|
1848
|
-
"gap": "sm",
|
|
1849
|
-
"direction": "horizontal",
|
|
1850
1846
|
"type": "stack",
|
|
1851
|
-
"
|
|
1847
|
+
"direction": "horizontal",
|
|
1848
|
+
"align": "center",
|
|
1849
|
+
"gap": "sm"
|
|
1852
1850
|
},
|
|
1853
1851
|
{
|
|
1854
1852
|
"type": "divider"
|
|
1855
1853
|
},
|
|
1856
1854
|
{
|
|
1857
|
-
"
|
|
1855
|
+
"direction": "horizontal",
|
|
1858
1856
|
"gap": "md",
|
|
1859
1857
|
"children": [
|
|
1860
1858
|
{
|
|
@@ -1863,16 +1861,14 @@
|
|
|
1863
1861
|
"content": "Name"
|
|
1864
1862
|
},
|
|
1865
1863
|
{
|
|
1866
|
-
"type": "typography",
|
|
1867
1864
|
"variant": "body",
|
|
1865
|
+
"type": "typography",
|
|
1868
1866
|
"content": "@entity.name"
|
|
1869
1867
|
}
|
|
1870
1868
|
],
|
|
1871
|
-
"
|
|
1869
|
+
"type": "stack"
|
|
1872
1870
|
},
|
|
1873
1871
|
{
|
|
1874
|
-
"type": "stack",
|
|
1875
|
-
"gap": "md",
|
|
1876
1872
|
"children": [
|
|
1877
1873
|
{
|
|
1878
1874
|
"type": "typography",
|
|
@@ -1880,14 +1876,18 @@
|
|
|
1880
1876
|
"content": "Email"
|
|
1881
1877
|
},
|
|
1882
1878
|
{
|
|
1883
|
-
"variant": "body",
|
|
1884
1879
|
"content": "@entity.email",
|
|
1880
|
+
"variant": "body",
|
|
1885
1881
|
"type": "typography"
|
|
1886
1882
|
}
|
|
1887
1883
|
],
|
|
1888
|
-
"
|
|
1884
|
+
"type": "stack",
|
|
1885
|
+
"direction": "horizontal",
|
|
1886
|
+
"gap": "md"
|
|
1889
1887
|
},
|
|
1890
1888
|
{
|
|
1889
|
+
"type": "stack",
|
|
1890
|
+
"direction": "horizontal",
|
|
1891
1891
|
"children": [
|
|
1892
1892
|
{
|
|
1893
1893
|
"type": "typography",
|
|
@@ -1900,12 +1900,12 @@
|
|
|
1900
1900
|
"type": "typography"
|
|
1901
1901
|
}
|
|
1902
1902
|
],
|
|
1903
|
-
"
|
|
1904
|
-
"gap": "md",
|
|
1905
|
-
"type": "stack"
|
|
1903
|
+
"gap": "md"
|
|
1906
1904
|
},
|
|
1907
1905
|
{
|
|
1908
1906
|
"type": "stack",
|
|
1907
|
+
"direction": "horizontal",
|
|
1908
|
+
"gap": "md",
|
|
1909
1909
|
"children": [
|
|
1910
1910
|
{
|
|
1911
1911
|
"variant": "caption",
|
|
@@ -1917,52 +1917,52 @@
|
|
|
1917
1917
|
"variant": "body",
|
|
1918
1918
|
"content": "@entity.role"
|
|
1919
1919
|
}
|
|
1920
|
-
]
|
|
1921
|
-
"gap": "md",
|
|
1922
|
-
"direction": "horizontal"
|
|
1920
|
+
]
|
|
1923
1921
|
},
|
|
1924
1922
|
{
|
|
1925
|
-
"gap": "md",
|
|
1926
1923
|
"type": "stack",
|
|
1927
1924
|
"direction": "horizontal",
|
|
1928
1925
|
"children": [
|
|
1929
1926
|
{
|
|
1927
|
+
"variant": "caption",
|
|
1930
1928
|
"content": "Start Date",
|
|
1931
|
-
"type": "typography"
|
|
1932
|
-
"variant": "caption"
|
|
1929
|
+
"type": "typography"
|
|
1933
1930
|
},
|
|
1934
1931
|
{
|
|
1935
|
-
"type": "typography",
|
|
1936
1932
|
"variant": "body",
|
|
1937
|
-
"content": "@entity.startDate"
|
|
1933
|
+
"content": "@entity.startDate",
|
|
1934
|
+
"type": "typography"
|
|
1938
1935
|
}
|
|
1939
|
-
]
|
|
1936
|
+
],
|
|
1937
|
+
"gap": "md"
|
|
1940
1938
|
},
|
|
1941
1939
|
{
|
|
1942
1940
|
"type": "divider"
|
|
1943
1941
|
},
|
|
1944
1942
|
{
|
|
1945
1943
|
"justify": "end",
|
|
1944
|
+
"type": "stack",
|
|
1945
|
+
"gap": "sm",
|
|
1946
|
+
"direction": "horizontal",
|
|
1946
1947
|
"children": [
|
|
1947
1948
|
{
|
|
1948
|
-
"variant": "primary",
|
|
1949
1949
|
"icon": "edit",
|
|
1950
|
-
"
|
|
1950
|
+
"variant": "primary",
|
|
1951
1951
|
"type": "button",
|
|
1952
|
+
"action": "EDIT",
|
|
1952
1953
|
"label": "Edit"
|
|
1953
1954
|
},
|
|
1954
1955
|
{
|
|
1955
1956
|
"variant": "ghost",
|
|
1957
|
+
"label": "Close",
|
|
1956
1958
|
"type": "button",
|
|
1957
|
-
"action": "CLOSE"
|
|
1958
|
-
"label": "Close"
|
|
1959
|
+
"action": "CLOSE"
|
|
1959
1960
|
}
|
|
1960
|
-
]
|
|
1961
|
-
"gap": "sm",
|
|
1962
|
-
"direction": "horizontal",
|
|
1963
|
-
"type": "stack"
|
|
1961
|
+
]
|
|
1964
1962
|
}
|
|
1965
|
-
]
|
|
1963
|
+
],
|
|
1964
|
+
"type": "stack",
|
|
1965
|
+
"direction": "vertical"
|
|
1966
1966
|
}
|
|
1967
1967
|
]
|
|
1968
1968
|
]
|
|
@@ -2224,21 +2224,24 @@
|
|
|
2224
2224
|
"render-ui",
|
|
2225
2225
|
"modal",
|
|
2226
2226
|
{
|
|
2227
|
+
"type": "stack",
|
|
2228
|
+
"direction": "vertical",
|
|
2229
|
+
"gap": "md",
|
|
2227
2230
|
"children": [
|
|
2228
2231
|
{
|
|
2229
|
-
"type": "stack",
|
|
2230
|
-
"align": "center",
|
|
2231
2232
|
"direction": "horizontal",
|
|
2232
2233
|
"gap": "sm",
|
|
2234
|
+
"type": "stack",
|
|
2235
|
+
"align": "center",
|
|
2233
2236
|
"children": [
|
|
2234
2237
|
{
|
|
2235
|
-
"
|
|
2236
|
-
"
|
|
2238
|
+
"name": "alert-triangle",
|
|
2239
|
+
"type": "icon"
|
|
2237
2240
|
},
|
|
2238
2241
|
{
|
|
2239
2242
|
"content": "Delete Employee",
|
|
2240
|
-
"
|
|
2241
|
-
"
|
|
2243
|
+
"type": "typography",
|
|
2244
|
+
"variant": "h3"
|
|
2242
2245
|
}
|
|
2243
2246
|
]
|
|
2244
2247
|
},
|
|
@@ -2246,35 +2249,32 @@
|
|
|
2246
2249
|
"type": "divider"
|
|
2247
2250
|
},
|
|
2248
2251
|
{
|
|
2249
|
-
"
|
|
2252
|
+
"type": "alert",
|
|
2250
2253
|
"variant": "error",
|
|
2251
|
-
"
|
|
2254
|
+
"message": "This action cannot be undone."
|
|
2252
2255
|
},
|
|
2253
2256
|
{
|
|
2257
|
+
"justify": "end",
|
|
2254
2258
|
"direction": "horizontal",
|
|
2255
2259
|
"gap": "sm",
|
|
2256
|
-
"type": "stack",
|
|
2257
2260
|
"children": [
|
|
2258
2261
|
{
|
|
2259
|
-
"variant": "ghost",
|
|
2260
|
-
"type": "button",
|
|
2261
2262
|
"label": "Cancel",
|
|
2262
|
-
"action": "CANCEL"
|
|
2263
|
+
"action": "CANCEL",
|
|
2264
|
+
"type": "button",
|
|
2265
|
+
"variant": "ghost"
|
|
2263
2266
|
},
|
|
2264
2267
|
{
|
|
2265
|
-
"variant": "danger",
|
|
2266
|
-
"icon": "check",
|
|
2267
2268
|
"label": "Delete",
|
|
2268
2269
|
"type": "button",
|
|
2269
|
-
"action": "CONFIRM_DELETE"
|
|
2270
|
+
"action": "CONFIRM_DELETE",
|
|
2271
|
+
"variant": "danger",
|
|
2272
|
+
"icon": "check"
|
|
2270
2273
|
}
|
|
2271
2274
|
],
|
|
2272
|
-
"
|
|
2275
|
+
"type": "stack"
|
|
2273
2276
|
}
|
|
2274
|
-
]
|
|
2275
|
-
"type": "stack",
|
|
2276
|
-
"direction": "vertical",
|
|
2277
|
-
"gap": "md"
|
|
2277
|
+
]
|
|
2278
2278
|
}
|
|
2279
2279
|
]
|
|
2280
2280
|
]
|
|
@@ -2291,8 +2291,8 @@
|
|
|
2291
2291
|
"@entity.pendingId",
|
|
2292
2292
|
{
|
|
2293
2293
|
"emit": {
|
|
2294
|
-
"
|
|
2295
|
-
"
|
|
2294
|
+
"failure": "EmployeeDeleteFailed",
|
|
2295
|
+
"success": "EmployeeDeleted"
|
|
2296
2296
|
}
|
|
2297
2297
|
}
|
|
2298
2298
|
],
|
|
@@ -2375,8 +2375,8 @@
|
|
|
2375
2375
|
"Employee",
|
|
2376
2376
|
{
|
|
2377
2377
|
"emit": {
|
|
2378
|
-
"
|
|
2379
|
-
"
|
|
2378
|
+
"failure": "EmployeeLoadFailed",
|
|
2379
|
+
"success": "EmployeeLoaded"
|
|
2380
2380
|
}
|
|
2381
2381
|
}
|
|
2382
2382
|
]
|
|
@@ -2656,20 +2656,43 @@
|
|
|
2656
2656
|
"render-ui",
|
|
2657
2657
|
"main",
|
|
2658
2658
|
{
|
|
2659
|
+
"navItems": [
|
|
2660
|
+
{
|
|
2661
|
+
"href": "/employees",
|
|
2662
|
+
"icon": "users",
|
|
2663
|
+
"label": "Employees"
|
|
2664
|
+
},
|
|
2665
|
+
{
|
|
2666
|
+
"icon": "layout-list",
|
|
2667
|
+
"href": "/onboarding",
|
|
2668
|
+
"label": "Onboarding"
|
|
2669
|
+
},
|
|
2670
|
+
{
|
|
2671
|
+
"href": "/timeoff",
|
|
2672
|
+
"label": "Time Off",
|
|
2673
|
+
"icon": "calendar"
|
|
2674
|
+
},
|
|
2675
|
+
{
|
|
2676
|
+
"href": "/org-chart",
|
|
2677
|
+
"label": "Org Chart",
|
|
2678
|
+
"icon": "layout-list"
|
|
2679
|
+
}
|
|
2680
|
+
],
|
|
2681
|
+
"appName": "HRPortal",
|
|
2682
|
+
"type": "dashboard-layout",
|
|
2659
2683
|
"children": [
|
|
2660
2684
|
{
|
|
2661
|
-
"type": "container",
|
|
2662
|
-
"maxWidth": "lg",
|
|
2663
|
-
"padding": "lg",
|
|
2664
2685
|
"children": [
|
|
2665
2686
|
{
|
|
2687
|
+
"type": "stack",
|
|
2666
2688
|
"direction": "vertical",
|
|
2689
|
+
"gap": "lg",
|
|
2667
2690
|
"children": [
|
|
2668
2691
|
{
|
|
2669
2692
|
"type": "stack",
|
|
2693
|
+
"align": "center",
|
|
2670
2694
|
"direction": "horizontal",
|
|
2671
2695
|
"gap": "sm",
|
|
2672
|
-
"align": "center",
|
|
2673
2696
|
"children": [
|
|
2674
2697
|
{
|
|
2675
2698
|
"type": "icon",
|
|
@@ -2677,8 +2700,8 @@
|
|
|
2677
2700
|
},
|
|
2678
2701
|
{
|
|
2679
2702
|
"type": "typography",
|
|
2680
|
-
"
|
|
2681
|
-
"
|
|
2703
|
+
"content": "Employee Onboarding",
|
|
2704
|
+
"variant": "h2"
|
|
2682
2705
|
}
|
|
2683
2706
|
]
|
|
2684
2707
|
},
|
|
@@ -2689,75 +2712,52 @@
|
|
|
2689
2712
|
},
|
|
2690
2713
|
{
|
|
2691
2714
|
"type": "wizard-progress",
|
|
2692
|
-
"currentStep": 0.0,
|
|
2693
2715
|
"steps": [
|
|
2694
2716
|
"Employee Details",
|
|
2695
2717
|
"Manager Assignment",
|
|
2696
2718
|
"Setup Checklist"
|
|
2697
|
-
]
|
|
2719
|
+
],
|
|
2720
|
+
"currentStep": 0.0
|
|
2698
2721
|
},
|
|
2699
2722
|
{
|
|
2700
2723
|
"type": "divider"
|
|
2701
2724
|
},
|
|
2702
2725
|
{
|
|
2703
|
-
"type": "typography",
|
|
2704
2726
|
"content": "Employee Details",
|
|
2705
|
-
"variant": "h3"
|
|
2727
|
+
"variant": "h3",
|
|
2728
|
+
"type": "typography"
|
|
2706
2729
|
},
|
|
2707
2730
|
{
|
|
2708
|
-
"cancelEvent": "INIT",
|
|
2709
|
-
"submitEvent": "NEXT",
|
|
2710
2731
|
"type": "form-section",
|
|
2732
|
+
"submitEvent": "NEXT",
|
|
2733
|
+
"mode": "create",
|
|
2734
|
+
"cancelEvent": "INIT",
|
|
2711
2735
|
"fields": [
|
|
2712
2736
|
"employeeName",
|
|
2713
2737
|
"department"
|
|
2714
|
-
]
|
|
2715
|
-
"mode": "create"
|
|
2738
|
+
]
|
|
2716
2739
|
},
|
|
2717
2740
|
{
|
|
2741
|
+
"justify": "end",
|
|
2718
2742
|
"children": [
|
|
2719
2743
|
{
|
|
2720
2744
|
"type": "button",
|
|
2745
|
+
"icon": "arrow-right",
|
|
2721
2746
|
"label": "Next",
|
|
2722
2747
|
"variant": "primary",
|
|
2723
|
-
"icon": "arrow-right",
|
|
2724
2748
|
"action": "NEXT"
|
|
2725
2749
|
}
|
|
2726
2750
|
],
|
|
2727
|
-
"type": "stack",
|
|
2728
2751
|
"direction": "horizontal",
|
|
2729
2752
|
"gap": "sm",
|
|
2730
|
-
"
|
|
2753
|
+
"type": "stack"
|
|
2731
2754
|
}
|
|
2732
|
-
]
|
|
2733
|
-
"type": "stack",
|
|
2734
|
-
"gap": "lg"
|
|
2755
|
+
]
|
|
2735
2756
|
}
|
|
2736
|
-
]
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
"appName": "HRPortal",
|
|
2741
|
-
"navItems": [
|
|
2742
|
-
{
|
|
2743
|
-
"label": "Employees",
|
|
2744
|
-
"icon": "users",
|
|
2745
|
-
"href": "/employees"
|
|
2746
|
-
},
|
|
2747
|
-
{
|
|
2748
|
-
"label": "Onboarding",
|
|
2749
|
-
"icon": "layout-list",
|
|
2750
|
-
"href": "/onboarding"
|
|
2751
|
-
},
|
|
2752
|
-
{
|
|
2753
|
-
"href": "/timeoff",
|
|
2754
|
-
"label": "Time Off",
|
|
2755
|
-
"icon": "calendar"
|
|
2756
|
-
},
|
|
2757
|
-
{
|
|
2758
|
-
"icon": "layout-list",
|
|
2759
|
-
"label": "Org Chart",
|
|
2760
|
-
"href": "/org-chart"
|
|
2757
|
+
],
|
|
2758
|
+
"type": "container",
|
|
2759
|
+
"maxWidth": "lg",
|
|
2760
|
+
"padding": "lg"
|
|
2761
2761
|
}
|
|
2762
2762
|
]
|
|
2763
2763
|
}
|
|
@@ -2783,7 +2783,7 @@
|
|
|
2783
2783
|
"render-ui",
|
|
2784
2784
|
"main",
|
|
2785
2785
|
{
|
|
2786
|
-
"
|
|
2786
|
+
"type": "dashboard-layout",
|
|
2787
2787
|
"children": [
|
|
2788
2788
|
{
|
|
2789
2789
|
"padding": "lg",
|
|
@@ -2791,6 +2791,9 @@
|
|
|
2791
2791
|
{
|
|
2792
2792
|
"children": [
|
|
2793
2793
|
{
|
|
2794
|
+
"direction": "horizontal",
|
|
2795
|
+
"type": "stack",
|
|
2796
|
+
"align": "center",
|
|
2794
2797
|
"gap": "sm",
|
|
2795
2798
|
"children": [
|
|
2796
2799
|
{
|
|
@@ -2798,67 +2801,64 @@
|
|
|
2798
2801
|
"name": "clipboard-check"
|
|
2799
2802
|
},
|
|
2800
2803
|
{
|
|
2804
|
+
"type": "typography",
|
|
2801
2805
|
"content": "Employee Onboarding",
|
|
2802
|
-
"variant": "h2"
|
|
2803
|
-
"type": "typography"
|
|
2806
|
+
"variant": "h2"
|
|
2804
2807
|
}
|
|
2805
|
-
]
|
|
2806
|
-
"direction": "horizontal",
|
|
2807
|
-
"type": "stack",
|
|
2808
|
-
"align": "center"
|
|
2808
|
+
]
|
|
2809
2809
|
},
|
|
2810
2810
|
{
|
|
2811
|
+
"count": 3.0,
|
|
2811
2812
|
"currentIndex": 1.0,
|
|
2812
|
-
"type": "progress-dots"
|
|
2813
|
-
"count": 3.0
|
|
2813
|
+
"type": "progress-dots"
|
|
2814
2814
|
},
|
|
2815
2815
|
{
|
|
2816
|
+
"currentStep": 1.0,
|
|
2817
|
+
"type": "wizard-progress",
|
|
2816
2818
|
"steps": [
|
|
2817
2819
|
"Employee Details",
|
|
2818
2820
|
"Manager Assignment",
|
|
2819
2821
|
"Setup Checklist"
|
|
2820
|
-
]
|
|
2821
|
-
"type": "wizard-progress",
|
|
2822
|
-
"currentStep": 1.0
|
|
2822
|
+
]
|
|
2823
2823
|
},
|
|
2824
2824
|
{
|
|
2825
2825
|
"type": "divider"
|
|
2826
2826
|
},
|
|
2827
2827
|
{
|
|
2828
|
-
"variant": "h3",
|
|
2829
2828
|
"type": "typography",
|
|
2829
|
+
"variant": "h3",
|
|
2830
2830
|
"content": "Manager Assignment"
|
|
2831
2831
|
},
|
|
2832
2832
|
{
|
|
2833
|
+
"submitEvent": "NEXT",
|
|
2834
|
+
"cancelEvent": "PREV",
|
|
2833
2835
|
"type": "form-section",
|
|
2834
|
-
"mode": "create",
|
|
2835
2836
|
"fields": [
|
|
2836
2837
|
"manager"
|
|
2837
2838
|
],
|
|
2838
|
-
"
|
|
2839
|
-
"cancelEvent": "PREV"
|
|
2839
|
+
"mode": "create"
|
|
2840
2840
|
},
|
|
2841
2841
|
{
|
|
2842
2842
|
"type": "stack",
|
|
2843
|
-
"
|
|
2844
|
-
"gap": "sm",
|
|
2843
|
+
"justify": "end",
|
|
2845
2844
|
"children": [
|
|
2846
2845
|
{
|
|
2847
|
-
"
|
|
2848
|
-
"type": "button",
|
|
2846
|
+
"variant": "ghost",
|
|
2849
2847
|
"action": "PREV",
|
|
2848
|
+
"type": "button",
|
|
2850
2849
|
"label": "Back",
|
|
2851
|
-
"
|
|
2850
|
+
"icon": "arrow-left"
|
|
2852
2851
|
},
|
|
2853
2852
|
{
|
|
2854
|
-
"
|
|
2855
|
-
"variant": "primary",
|
|
2853
|
+
"action": "NEXT",
|
|
2856
2854
|
"label": "Next",
|
|
2857
2855
|
"icon": "arrow-right",
|
|
2858
|
-
"
|
|
2856
|
+
"type": "button",
|
|
2857
|
+
"variant": "primary"
|
|
2859
2858
|
}
|
|
2860
2859
|
],
|
|
2861
|
-
"
|
|
2860
|
+
"gap": "sm",
|
|
2861
|
+
"direction": "horizontal"
|
|
2862
2862
|
}
|
|
2863
2863
|
],
|
|
2864
2864
|
"type": "stack",
|
|
@@ -2866,25 +2866,24 @@
|
|
|
2866
2866
|
"gap": "lg"
|
|
2867
2867
|
}
|
|
2868
2868
|
],
|
|
2869
|
-
"
|
|
2870
|
-
"
|
|
2869
|
+
"type": "container",
|
|
2870
|
+
"maxWidth": "lg"
|
|
2871
2871
|
}
|
|
2872
2872
|
],
|
|
2873
|
-
"type": "dashboard-layout",
|
|
2874
2873
|
"navItems": [
|
|
2875
2874
|
{
|
|
2875
|
+
"href": "/employees",
|
|
2876
2876
|
"icon": "users",
|
|
2877
|
-
"label": "Employees"
|
|
2878
|
-
"href": "/employees"
|
|
2877
|
+
"label": "Employees"
|
|
2879
2878
|
},
|
|
2880
2879
|
{
|
|
2881
|
-
"
|
|
2880
|
+
"label": "Onboarding",
|
|
2882
2881
|
"icon": "layout-list",
|
|
2883
|
-
"
|
|
2882
|
+
"href": "/onboarding"
|
|
2884
2883
|
},
|
|
2885
2884
|
{
|
|
2886
|
-
"icon": "calendar",
|
|
2887
2885
|
"href": "/timeoff",
|
|
2886
|
+
"icon": "calendar",
|
|
2888
2887
|
"label": "Time Off"
|
|
2889
2888
|
},
|
|
2890
2889
|
{
|
|
@@ -2892,7 +2891,8 @@
|
|
|
2892
2891
|
"icon": "layout-list",
|
|
2893
2892
|
"label": "Org Chart"
|
|
2894
2893
|
}
|
|
2895
|
-
]
|
|
2894
|
+
],
|
|
2895
|
+
"appName": "HRPortal"
|
|
2896
2896
|
}
|
|
2897
2897
|
]
|
|
2898
2898
|
]
|
|
@@ -2907,8 +2907,8 @@
|
|
|
2907
2907
|
"Onboarding",
|
|
2908
2908
|
{
|
|
2909
2909
|
"emit": {
|
|
2910
|
-
"
|
|
2911
|
-
"
|
|
2910
|
+
"success": "OnboardingLoaded",
|
|
2911
|
+
"failure": "OnboardingLoadFailed"
|
|
2912
2912
|
}
|
|
2913
2913
|
}
|
|
2914
2914
|
],
|
|
@@ -2918,31 +2918,33 @@
|
|
|
2918
2918
|
{
|
|
2919
2919
|
"children": [
|
|
2920
2920
|
{
|
|
2921
|
+
"maxWidth": "lg",
|
|
2922
|
+
"type": "container",
|
|
2921
2923
|
"children": [
|
|
2922
2924
|
{
|
|
2923
2925
|
"type": "stack",
|
|
2924
2926
|
"children": [
|
|
2925
2927
|
{
|
|
2926
2928
|
"align": "center",
|
|
2929
|
+
"gap": "sm",
|
|
2927
2930
|
"type": "stack",
|
|
2928
2931
|
"direction": "horizontal",
|
|
2929
|
-
"gap": "sm",
|
|
2930
2932
|
"children": [
|
|
2931
2933
|
{
|
|
2932
|
-
"
|
|
2933
|
-
"
|
|
2934
|
+
"name": "clipboard-check",
|
|
2935
|
+
"type": "icon"
|
|
2934
2936
|
},
|
|
2935
2937
|
{
|
|
2936
|
-
"variant": "h2",
|
|
2937
2938
|
"type": "typography",
|
|
2938
|
-
"content": "Employee Onboarding"
|
|
2939
|
+
"content": "Employee Onboarding",
|
|
2940
|
+
"variant": "h2"
|
|
2939
2941
|
}
|
|
2940
2942
|
]
|
|
2941
2943
|
},
|
|
2942
2944
|
{
|
|
2943
|
-
"count": 3.0,
|
|
2944
2945
|
"currentIndex": 2.0,
|
|
2945
|
-
"type": "progress-dots"
|
|
2946
|
+
"type": "progress-dots",
|
|
2947
|
+
"count": 3.0
|
|
2946
2948
|
},
|
|
2947
2949
|
{
|
|
2948
2950
|
"type": "wizard-progress",
|
|
@@ -2958,75 +2960,73 @@
|
|
|
2958
2960
|
},
|
|
2959
2961
|
{
|
|
2960
2962
|
"type": "typography",
|
|
2961
|
-
"
|
|
2962
|
-
"
|
|
2963
|
+
"variant": "h3",
|
|
2964
|
+
"content": "Setup Checklist"
|
|
2963
2965
|
},
|
|
2964
2966
|
{
|
|
2965
|
-
"fields": [
|
|
2966
|
-
"equipmentReady",
|
|
2967
|
-
"accessGranted"
|
|
2968
|
-
],
|
|
2969
2967
|
"mode": "create",
|
|
2968
|
+
"type": "form-section",
|
|
2970
2969
|
"cancelEvent": "PREV",
|
|
2971
2970
|
"submitEvent": "NEXT",
|
|
2972
|
-
"
|
|
2971
|
+
"fields": [
|
|
2972
|
+
"equipmentReady",
|
|
2973
|
+
"accessGranted"
|
|
2974
|
+
]
|
|
2973
2975
|
},
|
|
2974
2976
|
{
|
|
2975
2977
|
"direction": "horizontal",
|
|
2978
|
+
"justify": "end",
|
|
2976
2979
|
"children": [
|
|
2977
2980
|
{
|
|
2978
|
-
"label": "Back",
|
|
2979
|
-
"variant": "ghost",
|
|
2980
|
-
"type": "button",
|
|
2981
2981
|
"icon": "arrow-left",
|
|
2982
|
-
"action": "PREV"
|
|
2982
|
+
"action": "PREV",
|
|
2983
|
+
"type": "button",
|
|
2984
|
+
"label": "Back",
|
|
2985
|
+
"variant": "ghost"
|
|
2983
2986
|
},
|
|
2984
2987
|
{
|
|
2988
|
+
"type": "button",
|
|
2985
2989
|
"label": "Next",
|
|
2986
2990
|
"action": "NEXT",
|
|
2987
2991
|
"icon": "arrow-right",
|
|
2988
|
-
"type": "button",
|
|
2989
2992
|
"variant": "primary"
|
|
2990
2993
|
}
|
|
2991
2994
|
],
|
|
2992
|
-
"
|
|
2993
|
-
"type": "stack"
|
|
2994
|
-
"gap": "sm"
|
|
2995
|
+
"gap": "sm",
|
|
2996
|
+
"type": "stack"
|
|
2995
2997
|
}
|
|
2996
2998
|
],
|
|
2997
2999
|
"direction": "vertical",
|
|
2998
3000
|
"gap": "lg"
|
|
2999
3001
|
}
|
|
3000
3002
|
],
|
|
3001
|
-
"padding": "lg"
|
|
3002
|
-
"type": "container",
|
|
3003
|
-
"maxWidth": "lg"
|
|
3003
|
+
"padding": "lg"
|
|
3004
3004
|
}
|
|
3005
3005
|
],
|
|
3006
3006
|
"appName": "HRPortal",
|
|
3007
|
+
"type": "dashboard-layout",
|
|
3007
3008
|
"navItems": [
|
|
3008
3009
|
{
|
|
3010
|
+
"href": "/employees",
|
|
3009
3011
|
"label": "Employees",
|
|
3010
|
-
"icon": "users"
|
|
3011
|
-
"href": "/employees"
|
|
3012
|
+
"icon": "users"
|
|
3012
3013
|
},
|
|
3013
3014
|
{
|
|
3014
|
-
"
|
|
3015
|
+
"icon": "layout-list",
|
|
3015
3016
|
"href": "/onboarding",
|
|
3016
|
-
"
|
|
3017
|
+
"label": "Onboarding"
|
|
3017
3018
|
},
|
|
3018
3019
|
{
|
|
3019
|
-
"
|
|
3020
|
+
"label": "Time Off",
|
|
3020
3021
|
"icon": "calendar",
|
|
3021
|
-
"
|
|
3022
|
+
"href": "/timeoff"
|
|
3022
3023
|
},
|
|
3023
3024
|
{
|
|
3024
3025
|
"icon": "layout-list",
|
|
3025
3026
|
"label": "Org Chart",
|
|
3026
3027
|
"href": "/org-chart"
|
|
3027
3028
|
}
|
|
3028
|
-
]
|
|
3029
|
-
"type": "dashboard-layout"
|
|
3029
|
+
]
|
|
3030
3030
|
}
|
|
3031
3031
|
]
|
|
3032
3032
|
]
|
|
@@ -3050,21 +3050,22 @@
|
|
|
3050
3050
|
"render-ui",
|
|
3051
3051
|
"main",
|
|
3052
3052
|
{
|
|
3053
|
+
"type": "dashboard-layout",
|
|
3054
|
+
"appName": "HRPortal",
|
|
3053
3055
|
"children": [
|
|
3054
3056
|
{
|
|
3057
|
+
"padding": "lg",
|
|
3055
3058
|
"children": [
|
|
3056
3059
|
{
|
|
3057
|
-
"type": "stack",
|
|
3058
|
-
"direction": "vertical",
|
|
3059
|
-
"gap": "lg",
|
|
3060
3060
|
"children": [
|
|
3061
3061
|
{
|
|
3062
3062
|
"direction": "horizontal",
|
|
3063
|
+
"gap": "sm",
|
|
3063
3064
|
"align": "center",
|
|
3064
3065
|
"children": [
|
|
3065
3066
|
{
|
|
3066
|
-
"
|
|
3067
|
-
"
|
|
3067
|
+
"name": "clipboard-check",
|
|
3068
|
+
"type": "icon"
|
|
3068
3069
|
},
|
|
3069
3070
|
{
|
|
3070
3071
|
"type": "typography",
|
|
@@ -3072,71 +3073,70 @@
|
|
|
3072
3073
|
"variant": "h2"
|
|
3073
3074
|
}
|
|
3074
3075
|
],
|
|
3075
|
-
"type": "stack"
|
|
3076
|
-
"gap": "sm"
|
|
3076
|
+
"type": "stack"
|
|
3077
3077
|
},
|
|
3078
3078
|
{
|
|
3079
|
-
"count": 3.0,
|
|
3080
3079
|
"type": "progress-dots",
|
|
3080
|
+
"count": 3.0,
|
|
3081
3081
|
"currentIndex": 0.0
|
|
3082
3082
|
},
|
|
3083
3083
|
{
|
|
3084
|
-
"type": "wizard-progress",
|
|
3085
3084
|
"steps": [
|
|
3086
3085
|
"Employee Details",
|
|
3087
3086
|
"Manager Assignment",
|
|
3088
3087
|
"Setup Checklist"
|
|
3089
3088
|
],
|
|
3089
|
+
"type": "wizard-progress",
|
|
3090
3090
|
"currentStep": 0.0
|
|
3091
3091
|
},
|
|
3092
3092
|
{
|
|
3093
3093
|
"type": "divider"
|
|
3094
3094
|
},
|
|
3095
3095
|
{
|
|
3096
|
-
"
|
|
3096
|
+
"type": "typography",
|
|
3097
3097
|
"variant": "h3",
|
|
3098
|
-
"
|
|
3098
|
+
"content": "Employee Details"
|
|
3099
3099
|
},
|
|
3100
3100
|
{
|
|
3101
|
-
"
|
|
3101
|
+
"type": "form-section",
|
|
3102
3102
|
"submitEvent": "NEXT",
|
|
3103
|
-
"mode": "create",
|
|
3104
3103
|
"fields": [
|
|
3105
3104
|
"employeeName",
|
|
3106
3105
|
"department"
|
|
3107
3106
|
],
|
|
3108
|
-
"
|
|
3107
|
+
"mode": "create",
|
|
3108
|
+
"cancelEvent": "INIT"
|
|
3109
3109
|
},
|
|
3110
3110
|
{
|
|
3111
|
-
"justify": "end",
|
|
3112
|
-
"type": "stack",
|
|
3113
|
-
"gap": "sm",
|
|
3114
3111
|
"direction": "horizontal",
|
|
3112
|
+
"gap": "sm",
|
|
3113
|
+
"type": "stack",
|
|
3114
|
+
"justify": "end",
|
|
3115
3115
|
"children": [
|
|
3116
3116
|
{
|
|
3117
|
-
"label": "Next",
|
|
3118
3117
|
"action": "NEXT",
|
|
3119
|
-
"
|
|
3118
|
+
"label": "Next",
|
|
3120
3119
|
"icon": "arrow-right",
|
|
3120
|
+
"type": "button",
|
|
3121
3121
|
"variant": "primary"
|
|
3122
3122
|
}
|
|
3123
3123
|
]
|
|
3124
3124
|
}
|
|
3125
|
-
]
|
|
3125
|
+
],
|
|
3126
|
+
"type": "stack",
|
|
3127
|
+
"direction": "vertical",
|
|
3128
|
+
"gap": "lg"
|
|
3126
3129
|
}
|
|
3127
3130
|
],
|
|
3128
|
-
"padding": "lg",
|
|
3129
3131
|
"type": "container",
|
|
3130
3132
|
"maxWidth": "lg"
|
|
3131
3133
|
}
|
|
3132
3134
|
],
|
|
3133
|
-
"type": "dashboard-layout",
|
|
3134
|
-
"appName": "HRPortal",
|
|
3135
3135
|
"navItems": [
|
|
3136
3136
|
{
|
|
3137
|
-
"
|
|
3137
|
+
"label": "Employees",
|
|
3138
3138
|
"href": "/employees",
|
|
3139
|
-
"
|
|
3139
|
+
"icon": "users"
|
|
3140
3140
|
},
|
|
3141
3141
|
{
|
|
3142
3142
|
"icon": "layout-list",
|
|
@@ -3149,9 +3149,9 @@
|
|
|
3149
3149
|
"href": "/timeoff"
|
|
3150
3150
|
},
|
|
3151
3151
|
{
|
|
3152
|
-
"label": "Org Chart",
|
|
3153
3152
|
"href": "/org-chart",
|
|
3154
|
-
"icon": "layout-list"
|
|
3153
|
+
"icon": "layout-list",
|
|
3154
|
+
"label": "Org Chart"
|
|
3155
3155
|
}
|
|
3156
3156
|
]
|
|
3157
3157
|
}
|
|
@@ -3168,8 +3168,8 @@
|
|
|
3168
3168
|
"Onboarding",
|
|
3169
3169
|
{
|
|
3170
3170
|
"emit": {
|
|
3171
|
-
"
|
|
3172
|
-
"
|
|
3171
|
+
"failure": "OnboardingLoadFailed",
|
|
3172
|
+
"success": "OnboardingLoaded"
|
|
3173
3173
|
}
|
|
3174
3174
|
}
|
|
3175
3175
|
],
|
|
@@ -3177,34 +3177,13 @@
|
|
|
3177
3177
|
"render-ui",
|
|
3178
3178
|
"main",
|
|
3179
3179
|
{
|
|
3180
|
-
"navItems": [
|
|
3181
|
-
{
|
|
3182
|
-
"href": "/employees",
|
|
3183
|
-
"icon": "users",
|
|
3184
|
-
"label": "Employees"
|
|
3185
|
-
},
|
|
3186
|
-
{
|
|
3187
|
-
"href": "/onboarding",
|
|
3188
|
-
"icon": "layout-list",
|
|
3189
|
-
"label": "Onboarding"
|
|
3190
|
-
},
|
|
3191
|
-
{
|
|
3192
|
-
"href": "/timeoff",
|
|
3193
|
-
"label": "Time Off",
|
|
3194
|
-
"icon": "calendar"
|
|
3195
|
-
},
|
|
3196
|
-
{
|
|
3197
|
-
"href": "/org-chart",
|
|
3198
|
-
"label": "Org Chart",
|
|
3199
|
-
"icon": "layout-list"
|
|
3200
|
-
}
|
|
3201
|
-
],
|
|
3202
3180
|
"children": [
|
|
3203
3181
|
{
|
|
3182
|
+
"type": "stack",
|
|
3183
|
+
"direction": "vertical",
|
|
3184
|
+
"gap": "lg",
|
|
3204
3185
|
"children": [
|
|
3205
3186
|
{
|
|
3206
|
-
"align": "center",
|
|
3207
|
-
"type": "stack",
|
|
3208
3187
|
"gap": "sm",
|
|
3209
3188
|
"children": [
|
|
3210
3189
|
{
|
|
@@ -3213,41 +3192,40 @@
|
|
|
3213
3192
|
},
|
|
3214
3193
|
{
|
|
3215
3194
|
"type": "typography",
|
|
3216
|
-
"
|
|
3217
|
-
"
|
|
3195
|
+
"variant": "h2",
|
|
3196
|
+
"content": "Employee Onboarding"
|
|
3218
3197
|
}
|
|
3219
3198
|
],
|
|
3220
|
-
"direction": "horizontal"
|
|
3199
|
+
"direction": "horizontal",
|
|
3200
|
+
"type": "stack",
|
|
3201
|
+
"align": "center"
|
|
3221
3202
|
},
|
|
3222
3203
|
{
|
|
3223
|
-
"
|
|
3224
|
-
"
|
|
3204
|
+
"label": "Review",
|
|
3205
|
+
"type": "badge"
|
|
3225
3206
|
},
|
|
3226
3207
|
{
|
|
3227
3208
|
"type": "wizard-progress",
|
|
3209
|
+
"currentStep": 3.0,
|
|
3228
3210
|
"steps": [
|
|
3229
3211
|
"Employee Details",
|
|
3230
3212
|
"Manager Assignment",
|
|
3231
3213
|
"Setup Checklist"
|
|
3232
|
-
]
|
|
3233
|
-
"currentStep": 3.0
|
|
3214
|
+
]
|
|
3234
3215
|
},
|
|
3235
3216
|
{
|
|
3236
3217
|
"type": "divider"
|
|
3237
3218
|
},
|
|
3238
3219
|
{
|
|
3239
|
-
"type": "stack",
|
|
3240
|
-
"gap": "sm",
|
|
3241
3220
|
"children": [
|
|
3242
3221
|
{
|
|
3243
3222
|
"type": "stack",
|
|
3244
|
-
"justify": "between",
|
|
3245
3223
|
"gap": "md",
|
|
3246
|
-
"
|
|
3224
|
+
"justify": "between",
|
|
3247
3225
|
"children": [
|
|
3248
3226
|
{
|
|
3249
|
-
"variant": "caption",
|
|
3250
3227
|
"type": "typography",
|
|
3228
|
+
"variant": "caption",
|
|
3251
3229
|
"content": "Employee Name"
|
|
3252
3230
|
},
|
|
3253
3231
|
{
|
|
@@ -3255,31 +3233,28 @@
|
|
|
3255
3233
|
"content": "@entity.employeeName",
|
|
3256
3234
|
"variant": "body"
|
|
3257
3235
|
}
|
|
3258
|
-
]
|
|
3236
|
+
],
|
|
3237
|
+
"direction": "horizontal"
|
|
3259
3238
|
},
|
|
3260
3239
|
{
|
|
3240
|
+
"direction": "horizontal",
|
|
3261
3241
|
"justify": "between",
|
|
3262
3242
|
"gap": "md",
|
|
3243
|
+
"type": "stack",
|
|
3263
3244
|
"children": [
|
|
3264
3245
|
{
|
|
3265
3246
|
"type": "typography",
|
|
3266
|
-
"
|
|
3267
|
-
"
|
|
3247
|
+
"content": "Department",
|
|
3248
|
+
"variant": "caption"
|
|
3268
3249
|
},
|
|
3269
3250
|
{
|
|
3251
|
+
"type": "typography",
|
|
3270
3252
|
"variant": "body",
|
|
3271
|
-
"content": "@entity.department"
|
|
3272
|
-
"type": "typography"
|
|
3253
|
+
"content": "@entity.department"
|
|
3273
3254
|
}
|
|
3274
|
-
]
|
|
3275
|
-
"direction": "horizontal",
|
|
3276
|
-
"type": "stack"
|
|
3255
|
+
]
|
|
3277
3256
|
},
|
|
3278
3257
|
{
|
|
3279
|
-
"type": "stack",
|
|
3280
|
-
"direction": "horizontal",
|
|
3281
|
-
"justify": "between",
|
|
3282
|
-
"gap": "md",
|
|
3283
3258
|
"children": [
|
|
3284
3259
|
{
|
|
3285
3260
|
"type": "typography",
|
|
@@ -3287,66 +3262,91 @@
|
|
|
3287
3262
|
"content": "Manager"
|
|
3288
3263
|
},
|
|
3289
3264
|
{
|
|
3290
|
-
"
|
|
3265
|
+
"variant": "body",
|
|
3291
3266
|
"content": "@entity.manager",
|
|
3292
|
-
"
|
|
3267
|
+
"type": "typography"
|
|
3293
3268
|
}
|
|
3294
|
-
]
|
|
3269
|
+
],
|
|
3270
|
+
"gap": "md",
|
|
3271
|
+
"type": "stack",
|
|
3272
|
+
"direction": "horizontal",
|
|
3273
|
+
"justify": "between"
|
|
3295
3274
|
},
|
|
3296
3275
|
{
|
|
3297
|
-
"direction": "horizontal",
|
|
3298
|
-
"justify": "between",
|
|
3299
3276
|
"gap": "md",
|
|
3277
|
+
"justify": "between",
|
|
3278
|
+
"direction": "horizontal",
|
|
3300
3279
|
"type": "stack",
|
|
3301
3280
|
"children": [
|
|
3302
3281
|
{
|
|
3303
|
-
"content": "Equipment Ready",
|
|
3304
3282
|
"variant": "caption",
|
|
3305
|
-
"type": "typography"
|
|
3283
|
+
"type": "typography",
|
|
3284
|
+
"content": "Equipment Ready"
|
|
3306
3285
|
},
|
|
3307
3286
|
{
|
|
3308
|
-
"type": "typography",
|
|
3309
3287
|
"variant": "body",
|
|
3288
|
+
"type": "typography",
|
|
3310
3289
|
"content": "@entity.equipmentReady"
|
|
3311
3290
|
}
|
|
3312
3291
|
]
|
|
3313
3292
|
},
|
|
3314
3293
|
{
|
|
3315
3294
|
"type": "stack",
|
|
3295
|
+
"direction": "horizontal",
|
|
3296
|
+
"justify": "between",
|
|
3297
|
+
"gap": "md",
|
|
3316
3298
|
"children": [
|
|
3317
3299
|
{
|
|
3318
|
-
"type": "typography",
|
|
3319
3300
|
"variant": "caption",
|
|
3320
|
-
"content": "Access Granted"
|
|
3301
|
+
"content": "Access Granted",
|
|
3302
|
+
"type": "typography"
|
|
3321
3303
|
},
|
|
3322
3304
|
{
|
|
3323
3305
|
"variant": "body",
|
|
3324
3306
|
"content": "@entity.accessGranted",
|
|
3325
3307
|
"type": "typography"
|
|
3326
3308
|
}
|
|
3327
|
-
]
|
|
3328
|
-
"direction": "horizontal",
|
|
3329
|
-
"gap": "md",
|
|
3330
|
-
"justify": "between"
|
|
3309
|
+
]
|
|
3331
3310
|
}
|
|
3332
3311
|
],
|
|
3333
|
-
"
|
|
3312
|
+
"gap": "sm",
|
|
3313
|
+
"direction": "vertical",
|
|
3314
|
+
"type": "stack"
|
|
3334
3315
|
},
|
|
3335
3316
|
{
|
|
3317
|
+
"totalSteps": 4.0,
|
|
3336
3318
|
"type": "wizard-navigation",
|
|
3337
3319
|
"showComplete": true,
|
|
3338
|
-
"
|
|
3320
|
+
"showNext": false,
|
|
3339
3321
|
"currentStep": 3.0,
|
|
3340
|
-
"
|
|
3341
|
-
"showNext": false
|
|
3322
|
+
"showBack": true
|
|
3342
3323
|
}
|
|
3343
|
-
]
|
|
3344
|
-
"gap": "lg",
|
|
3345
|
-
"direction": "vertical",
|
|
3346
|
-
"type": "stack"
|
|
3324
|
+
]
|
|
3347
3325
|
}
|
|
3348
3326
|
],
|
|
3349
3327
|
"type": "dashboard-layout",
|
|
3328
|
+
"navItems": [
|
|
3329
|
+
{
|
|
3330
|
+
"href": "/employees",
|
|
3331
|
+
"icon": "users",
|
|
3332
|
+
"label": "Employees"
|
|
3333
|
+
},
|
|
3334
|
+
{
|
|
3335
|
+
"href": "/onboarding",
|
|
3336
|
+
"label": "Onboarding",
|
|
3337
|
+
"icon": "layout-list"
|
|
3338
|
+
},
|
|
3339
|
+
{
|
|
3340
|
+
"label": "Time Off",
|
|
3341
|
+
"icon": "calendar",
|
|
3342
|
+
"href": "/timeoff"
|
|
3343
|
+
},
|
|
3344
|
+
{
|
|
3345
|
+
"icon": "layout-list",
|
|
3346
|
+
"label": "Org Chart",
|
|
3347
|
+
"href": "/org-chart"
|
|
3348
|
+
}
|
|
3349
|
+
],
|
|
3350
3350
|
"appName": "HRPortal"
|
|
3351
3351
|
}
|
|
3352
3352
|
]
|
|
@@ -3362,8 +3362,8 @@
|
|
|
3362
3362
|
"Onboarding",
|
|
3363
3363
|
{
|
|
3364
3364
|
"emit": {
|
|
3365
|
-
"
|
|
3366
|
-
"
|
|
3365
|
+
"success": "OnboardingLoaded",
|
|
3366
|
+
"failure": "OnboardingLoadFailed"
|
|
3367
3367
|
}
|
|
3368
3368
|
}
|
|
3369
3369
|
],
|
|
@@ -3371,115 +3371,115 @@
|
|
|
3371
3371
|
"render-ui",
|
|
3372
3372
|
"main",
|
|
3373
3373
|
{
|
|
3374
|
-
"navItems": [
|
|
3375
|
-
{
|
|
3376
|
-
"icon": "users",
|
|
3377
|
-
"label": "Employees",
|
|
3378
|
-
"href": "/employees"
|
|
3379
|
-
},
|
|
3380
|
-
{
|
|
3381
|
-
"href": "/onboarding",
|
|
3382
|
-
"icon": "layout-list",
|
|
3383
|
-
"label": "Onboarding"
|
|
3384
|
-
},
|
|
3385
|
-
{
|
|
3386
|
-
"icon": "calendar",
|
|
3387
|
-
"label": "Time Off",
|
|
3388
|
-
"href": "/timeoff"
|
|
3389
|
-
},
|
|
3390
|
-
{
|
|
3391
|
-
"href": "/org-chart",
|
|
3392
|
-
"label": "Org Chart",
|
|
3393
|
-
"icon": "layout-list"
|
|
3394
|
-
}
|
|
3395
|
-
],
|
|
3396
|
-
"type": "dashboard-layout",
|
|
3397
|
-
"appName": "HRPortal",
|
|
3398
3374
|
"children": [
|
|
3399
3375
|
{
|
|
3400
|
-
"type": "container",
|
|
3401
3376
|
"maxWidth": "lg",
|
|
3377
|
+
"type": "container",
|
|
3402
3378
|
"padding": "lg",
|
|
3403
3379
|
"children": [
|
|
3404
3380
|
{
|
|
3405
3381
|
"children": [
|
|
3406
3382
|
{
|
|
3407
|
-
"direction": "horizontal",
|
|
3408
3383
|
"align": "center",
|
|
3409
|
-
"gap": "sm",
|
|
3410
3384
|
"type": "stack",
|
|
3411
3385
|
"children": [
|
|
3412
3386
|
{
|
|
3413
|
-
"
|
|
3414
|
-
"
|
|
3387
|
+
"name": "clipboard-check",
|
|
3388
|
+
"type": "icon"
|
|
3415
3389
|
},
|
|
3416
3390
|
{
|
|
3417
|
-
"content": "Employee Onboarding",
|
|
3418
3391
|
"variant": "h2",
|
|
3419
|
-
"type": "typography"
|
|
3392
|
+
"type": "typography",
|
|
3393
|
+
"content": "Employee Onboarding"
|
|
3420
3394
|
}
|
|
3421
|
-
]
|
|
3395
|
+
],
|
|
3396
|
+
"gap": "sm",
|
|
3397
|
+
"direction": "horizontal"
|
|
3422
3398
|
},
|
|
3423
3399
|
{
|
|
3424
3400
|
"count": 3.0,
|
|
3425
|
-
"
|
|
3426
|
-
"
|
|
3401
|
+
"currentIndex": 1.0,
|
|
3402
|
+
"type": "progress-dots"
|
|
3427
3403
|
},
|
|
3428
3404
|
{
|
|
3429
|
-
"type": "wizard-progress",
|
|
3430
3405
|
"steps": [
|
|
3431
3406
|
"Employee Details",
|
|
3432
3407
|
"Manager Assignment",
|
|
3433
3408
|
"Setup Checklist"
|
|
3434
3409
|
],
|
|
3410
|
+
"type": "wizard-progress",
|
|
3435
3411
|
"currentStep": 1.0
|
|
3436
3412
|
},
|
|
3437
3413
|
{
|
|
3438
3414
|
"type": "divider"
|
|
3439
3415
|
},
|
|
3440
3416
|
{
|
|
3441
|
-
"
|
|
3417
|
+
"type": "typography",
|
|
3442
3418
|
"variant": "h3",
|
|
3443
|
-
"
|
|
3419
|
+
"content": "Manager Assignment"
|
|
3444
3420
|
},
|
|
3445
3421
|
{
|
|
3422
|
+
"submitEvent": "NEXT",
|
|
3446
3423
|
"fields": [
|
|
3447
3424
|
"manager"
|
|
3448
3425
|
],
|
|
3449
|
-
"cancelEvent": "PREV",
|
|
3450
3426
|
"type": "form-section",
|
|
3451
|
-
"
|
|
3452
|
-
"
|
|
3427
|
+
"mode": "create",
|
|
3428
|
+
"cancelEvent": "PREV"
|
|
3453
3429
|
},
|
|
3454
3430
|
{
|
|
3455
|
-
"direction": "horizontal",
|
|
3456
3431
|
"gap": "sm",
|
|
3432
|
+
"justify": "end",
|
|
3457
3433
|
"children": [
|
|
3458
3434
|
{
|
|
3459
|
-
"
|
|
3460
|
-
"icon": "arrow-left",
|
|
3435
|
+
"action": "PREV",
|
|
3461
3436
|
"type": "button",
|
|
3462
3437
|
"variant": "ghost",
|
|
3463
|
-
"
|
|
3438
|
+
"label": "Back",
|
|
3439
|
+
"icon": "arrow-left"
|
|
3464
3440
|
},
|
|
3465
3441
|
{
|
|
3466
|
-
"action": "NEXT",
|
|
3467
|
-
"label": "Next",
|
|
3468
|
-
"icon": "arrow-right",
|
|
3469
3442
|
"variant": "primary",
|
|
3470
|
-
"type": "button"
|
|
3443
|
+
"type": "button",
|
|
3444
|
+
"icon": "arrow-right",
|
|
3445
|
+
"label": "Next",
|
|
3446
|
+
"action": "NEXT"
|
|
3471
3447
|
}
|
|
3472
3448
|
],
|
|
3473
|
-
"
|
|
3474
|
-
"
|
|
3449
|
+
"direction": "horizontal",
|
|
3450
|
+
"type": "stack"
|
|
3475
3451
|
}
|
|
3476
3452
|
],
|
|
3477
|
-
"
|
|
3453
|
+
"type": "stack",
|
|
3478
3454
|
"direction": "vertical",
|
|
3479
|
-
"
|
|
3455
|
+
"gap": "lg"
|
|
3480
3456
|
}
|
|
3481
3457
|
]
|
|
3482
3458
|
}
|
|
3459
|
+
],
|
|
3460
|
+
"appName": "HRPortal",
|
|
3461
|
+
"type": "dashboard-layout",
|
|
3462
|
+
"navItems": [
|
|
3463
|
+
{
|
|
3464
|
+
"href": "/employees",
|
|
3465
|
+
"label": "Employees",
|
|
3466
|
+
"icon": "users"
|
|
3467
|
+
},
|
|
3468
|
+
{
|
|
3469
|
+
"icon": "layout-list",
|
|
3470
|
+
"label": "Onboarding",
|
|
3471
|
+
"href": "/onboarding"
|
|
3472
|
+
},
|
|
3473
|
+
{
|
|
3474
|
+
"href": "/timeoff",
|
|
3475
|
+
"icon": "calendar",
|
|
3476
|
+
"label": "Time Off"
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"label": "Org Chart",
|
|
3480
|
+
"href": "/org-chart",
|
|
3481
|
+
"icon": "layout-list"
|
|
3482
|
+
}
|
|
3483
3483
|
]
|
|
3484
3484
|
}
|
|
3485
3485
|
]
|
|
@@ -3495,8 +3495,8 @@
|
|
|
3495
3495
|
"Onboarding",
|
|
3496
3496
|
{
|
|
3497
3497
|
"emit": {
|
|
3498
|
-
"
|
|
3499
|
-
"
|
|
3498
|
+
"failure": "OnboardingLoadFailed",
|
|
3499
|
+
"success": "OnboardingLoaded"
|
|
3500
3500
|
}
|
|
3501
3501
|
}
|
|
3502
3502
|
],
|
|
@@ -3504,42 +3504,62 @@
|
|
|
3504
3504
|
"render-ui",
|
|
3505
3505
|
"main",
|
|
3506
3506
|
{
|
|
3507
|
-
"
|
|
3507
|
+
"navItems": [
|
|
3508
3508
|
{
|
|
3509
|
-
"
|
|
3510
|
-
"
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3509
|
+
"label": "Employees",
|
|
3510
|
+
"icon": "users",
|
|
3511
|
+
"href": "/employees"
|
|
3512
|
+
},
|
|
3513
|
+
{
|
|
3514
|
+
"icon": "layout-list",
|
|
3515
|
+
"label": "Onboarding",
|
|
3516
|
+
"href": "/onboarding"
|
|
3517
|
+
},
|
|
3518
|
+
{
|
|
3519
|
+
"label": "Time Off",
|
|
3520
|
+
"href": "/timeoff",
|
|
3521
|
+
"icon": "calendar"
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
"href": "/org-chart",
|
|
3525
|
+
"label": "Org Chart",
|
|
3526
|
+
"icon": "layout-list"
|
|
3527
|
+
}
|
|
3528
|
+
],
|
|
3529
|
+
"children": [
|
|
3530
|
+
{
|
|
3531
|
+
"children": [
|
|
3532
|
+
{
|
|
3533
|
+
"children": [
|
|
3534
|
+
{
|
|
3515
3535
|
"type": "stack",
|
|
3536
|
+
"direction": "horizontal",
|
|
3537
|
+
"align": "center",
|
|
3516
3538
|
"children": [
|
|
3517
3539
|
{
|
|
3518
|
-
"
|
|
3519
|
-
"
|
|
3540
|
+
"type": "icon",
|
|
3541
|
+
"name": "clipboard-check"
|
|
3520
3542
|
},
|
|
3521
3543
|
{
|
|
3522
|
-
"variant": "h2",
|
|
3523
3544
|
"type": "typography",
|
|
3545
|
+
"variant": "h2",
|
|
3524
3546
|
"content": "Employee Onboarding"
|
|
3525
3547
|
}
|
|
3526
3548
|
],
|
|
3527
|
-
"
|
|
3528
|
-
"gap": "sm",
|
|
3529
|
-
"align": "center"
|
|
3549
|
+
"gap": "sm"
|
|
3530
3550
|
},
|
|
3531
3551
|
{
|
|
3532
3552
|
"type": "progress-dots",
|
|
3533
|
-
"
|
|
3534
|
-
"
|
|
3553
|
+
"count": 3.0,
|
|
3554
|
+
"currentIndex": 2.0
|
|
3535
3555
|
},
|
|
3536
3556
|
{
|
|
3557
|
+
"currentStep": 2.0,
|
|
3537
3558
|
"steps": [
|
|
3538
3559
|
"Employee Details",
|
|
3539
3560
|
"Manager Assignment",
|
|
3540
3561
|
"Setup Checklist"
|
|
3541
3562
|
],
|
|
3542
|
-
"currentStep": 2.0,
|
|
3543
3563
|
"type": "wizard-progress"
|
|
3544
3564
|
},
|
|
3545
3565
|
{
|
|
@@ -3552,67 +3572,47 @@
|
|
|
3552
3572
|
},
|
|
3553
3573
|
{
|
|
3554
3574
|
"submitEvent": "NEXT",
|
|
3575
|
+
"mode": "create",
|
|
3555
3576
|
"type": "form-section",
|
|
3577
|
+
"cancelEvent": "PREV",
|
|
3556
3578
|
"fields": [
|
|
3557
3579
|
"equipmentReady",
|
|
3558
3580
|
"accessGranted"
|
|
3559
|
-
]
|
|
3560
|
-
"cancelEvent": "PREV",
|
|
3561
|
-
"mode": "create"
|
|
3581
|
+
]
|
|
3562
3582
|
},
|
|
3563
3583
|
{
|
|
3564
|
-
"justify": "end",
|
|
3565
|
-
"gap": "sm",
|
|
3566
3584
|
"type": "stack",
|
|
3585
|
+
"direction": "horizontal",
|
|
3586
|
+
"justify": "end",
|
|
3567
3587
|
"children": [
|
|
3568
3588
|
{
|
|
3569
|
-
"variant": "ghost",
|
|
3570
|
-
"action": "PREV",
|
|
3571
3589
|
"label": "Back",
|
|
3590
|
+
"action": "PREV",
|
|
3591
|
+
"type": "button",
|
|
3572
3592
|
"icon": "arrow-left",
|
|
3573
|
-
"
|
|
3593
|
+
"variant": "ghost"
|
|
3574
3594
|
},
|
|
3575
3595
|
{
|
|
3576
|
-
"variant": "primary",
|
|
3577
3596
|
"type": "button",
|
|
3597
|
+
"label": "Next",
|
|
3598
|
+
"variant": "primary",
|
|
3578
3599
|
"action": "NEXT",
|
|
3579
|
-
"icon": "arrow-right"
|
|
3580
|
-
"label": "Next"
|
|
3600
|
+
"icon": "arrow-right"
|
|
3581
3601
|
}
|
|
3582
3602
|
],
|
|
3583
|
-
"
|
|
3603
|
+
"gap": "sm"
|
|
3584
3604
|
}
|
|
3585
3605
|
],
|
|
3586
|
-
"
|
|
3587
|
-
"direction": "vertical"
|
|
3606
|
+
"gap": "lg",
|
|
3607
|
+
"direction": "vertical",
|
|
3608
|
+
"type": "stack"
|
|
3588
3609
|
}
|
|
3589
3610
|
],
|
|
3590
3611
|
"type": "container",
|
|
3612
|
+
"padding": "lg",
|
|
3591
3613
|
"maxWidth": "lg"
|
|
3592
3614
|
}
|
|
3593
3615
|
],
|
|
3594
|
-
"navItems": [
|
|
3595
|
-
{
|
|
3596
|
-
"label": "Employees",
|
|
3597
|
-
"icon": "users",
|
|
3598
|
-
"href": "/employees"
|
|
3599
|
-
},
|
|
3600
|
-
{
|
|
3601
|
-
"href": "/onboarding",
|
|
3602
|
-
"icon": "layout-list",
|
|
3603
|
-
"label": "Onboarding"
|
|
3604
|
-
},
|
|
3605
|
-
{
|
|
3606
|
-
"label": "Time Off",
|
|
3607
|
-
"icon": "calendar",
|
|
3608
|
-
"href": "/timeoff"
|
|
3609
|
-
},
|
|
3610
|
-
{
|
|
3611
|
-
"label": "Org Chart",
|
|
3612
|
-
"icon": "layout-list",
|
|
3613
|
-
"href": "/org-chart"
|
|
3614
|
-
}
|
|
3615
|
-
],
|
|
3616
3616
|
"type": "dashboard-layout",
|
|
3617
3617
|
"appName": "HRPortal"
|
|
3618
3618
|
}
|
|
@@ -3645,32 +3645,8 @@
|
|
|
3645
3645
|
"render-ui",
|
|
3646
3646
|
"main",
|
|
3647
3647
|
{
|
|
3648
|
-
"type": "dashboard-layout",
|
|
3649
|
-
"navItems": [
|
|
3650
|
-
{
|
|
3651
|
-
"label": "Employees",
|
|
3652
|
-
"icon": "users",
|
|
3653
|
-
"href": "/employees"
|
|
3654
|
-
},
|
|
3655
|
-
{
|
|
3656
|
-
"label": "Onboarding",
|
|
3657
|
-
"href": "/onboarding",
|
|
3658
|
-
"icon": "layout-list"
|
|
3659
|
-
},
|
|
3660
|
-
{
|
|
3661
|
-
"href": "/timeoff",
|
|
3662
|
-
"icon": "calendar",
|
|
3663
|
-
"label": "Time Off"
|
|
3664
|
-
},
|
|
3665
|
-
{
|
|
3666
|
-
"icon": "layout-list",
|
|
3667
|
-
"label": "Org Chart",
|
|
3668
|
-
"href": "/org-chart"
|
|
3669
|
-
}
|
|
3670
|
-
],
|
|
3671
3648
|
"children": [
|
|
3672
3649
|
{
|
|
3673
|
-
"align": "center",
|
|
3674
3650
|
"type": "stack",
|
|
3675
3651
|
"children": [
|
|
3676
3652
|
{
|
|
@@ -3678,28 +3654,52 @@
|
|
|
3678
3654
|
"type": "icon"
|
|
3679
3655
|
},
|
|
3680
3656
|
{
|
|
3657
|
+
"type": "typography",
|
|
3681
3658
|
"content": "Onboarding Complete!",
|
|
3682
|
-
"variant": "h2"
|
|
3683
|
-
"type": "typography"
|
|
3659
|
+
"variant": "h2"
|
|
3684
3660
|
},
|
|
3685
3661
|
{
|
|
3686
|
-
"
|
|
3662
|
+
"variant": "body",
|
|
3687
3663
|
"content": "The new employee has been fully onboarded.",
|
|
3688
|
-
"
|
|
3664
|
+
"type": "typography"
|
|
3689
3665
|
},
|
|
3690
3666
|
{
|
|
3691
|
-
"variant": "primary",
|
|
3692
|
-
"icon": "refresh-cw",
|
|
3693
3667
|
"label": "Start New",
|
|
3694
|
-
"
|
|
3695
|
-
"
|
|
3668
|
+
"type": "button",
|
|
3669
|
+
"icon": "refresh-cw",
|
|
3670
|
+
"variant": "primary",
|
|
3671
|
+
"action": "RESTART"
|
|
3696
3672
|
}
|
|
3697
3673
|
],
|
|
3674
|
+
"gap": "lg",
|
|
3698
3675
|
"direction": "vertical",
|
|
3699
|
-
"
|
|
3676
|
+
"align": "center"
|
|
3700
3677
|
}
|
|
3701
3678
|
],
|
|
3702
|
-
"
|
|
3679
|
+
"navItems": [
|
|
3680
|
+
{
|
|
3681
|
+
"href": "/employees",
|
|
3682
|
+
"icon": "users",
|
|
3683
|
+
"label": "Employees"
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
"icon": "layout-list",
|
|
3687
|
+
"href": "/onboarding",
|
|
3688
|
+
"label": "Onboarding"
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"label": "Time Off",
|
|
3692
|
+
"href": "/timeoff",
|
|
3693
|
+
"icon": "calendar"
|
|
3694
|
+
},
|
|
3695
|
+
{
|
|
3696
|
+
"icon": "layout-list",
|
|
3697
|
+
"label": "Org Chart",
|
|
3698
|
+
"href": "/org-chart"
|
|
3699
|
+
}
|
|
3700
|
+
],
|
|
3701
|
+
"appName": "HRPortal",
|
|
3702
|
+
"type": "dashboard-layout"
|
|
3703
3703
|
}
|
|
3704
3704
|
]
|
|
3705
3705
|
]
|
|
@@ -3714,8 +3714,8 @@
|
|
|
3714
3714
|
"Onboarding",
|
|
3715
3715
|
{
|
|
3716
3716
|
"emit": {
|
|
3717
|
-
"
|
|
3718
|
-
"
|
|
3717
|
+
"failure": "OnboardingLoadFailed",
|
|
3718
|
+
"success": "OnboardingLoaded"
|
|
3719
3719
|
}
|
|
3720
3720
|
}
|
|
3721
3721
|
],
|
|
@@ -3723,36 +3723,57 @@
|
|
|
3723
3723
|
"render-ui",
|
|
3724
3724
|
"main",
|
|
3725
3725
|
{
|
|
3726
|
+
"navItems": [
|
|
3727
|
+
{
|
|
3728
|
+
"label": "Employees",
|
|
3729
|
+
"href": "/employees",
|
|
3730
|
+
"icon": "users"
|
|
3731
|
+
},
|
|
3732
|
+
{
|
|
3733
|
+
"label": "Onboarding",
|
|
3734
|
+
"icon": "layout-list",
|
|
3735
|
+
"href": "/onboarding"
|
|
3736
|
+
},
|
|
3737
|
+
{
|
|
3738
|
+
"icon": "calendar",
|
|
3739
|
+
"label": "Time Off",
|
|
3740
|
+
"href": "/timeoff"
|
|
3741
|
+
},
|
|
3742
|
+
{
|
|
3743
|
+
"icon": "layout-list",
|
|
3744
|
+
"label": "Org Chart",
|
|
3745
|
+
"href": "/org-chart"
|
|
3746
|
+
}
|
|
3747
|
+
],
|
|
3726
3748
|
"children": [
|
|
3727
3749
|
{
|
|
3728
|
-
"maxWidth": "lg",
|
|
3729
|
-
"type": "container",
|
|
3730
|
-
"padding": "lg",
|
|
3731
3750
|
"children": [
|
|
3732
3751
|
{
|
|
3752
|
+
"gap": "lg",
|
|
3753
|
+
"direction": "vertical",
|
|
3733
3754
|
"type": "stack",
|
|
3734
3755
|
"children": [
|
|
3735
3756
|
{
|
|
3736
|
-
"
|
|
3737
|
-
"type": "stack",
|
|
3757
|
+
"align": "center",
|
|
3738
3758
|
"children": [
|
|
3739
3759
|
{
|
|
3740
|
-
"
|
|
3741
|
-
"
|
|
3760
|
+
"type": "icon",
|
|
3761
|
+
"name": "clipboard-check"
|
|
3742
3762
|
},
|
|
3743
3763
|
{
|
|
3744
3764
|
"content": "Employee Onboarding",
|
|
3745
|
-
"
|
|
3746
|
-
"
|
|
3765
|
+
"variant": "h2",
|
|
3766
|
+
"type": "typography"
|
|
3747
3767
|
}
|
|
3748
3768
|
],
|
|
3749
|
-
"
|
|
3769
|
+
"direction": "horizontal",
|
|
3770
|
+
"type": "stack",
|
|
3750
3771
|
"gap": "sm"
|
|
3751
3772
|
},
|
|
3752
3773
|
{
|
|
3753
3774
|
"count": 3.0,
|
|
3754
|
-
"
|
|
3755
|
-
"
|
|
3775
|
+
"type": "progress-dots",
|
|
3776
|
+
"currentIndex": 0.0
|
|
3756
3777
|
},
|
|
3757
3778
|
{
|
|
3758
3779
|
"currentStep": 0.0,
|
|
@@ -3767,62 +3788,41 @@
|
|
|
3767
3788
|
"type": "divider"
|
|
3768
3789
|
},
|
|
3769
3790
|
{
|
|
3770
|
-
"
|
|
3791
|
+
"variant": "h3",
|
|
3771
3792
|
"content": "Employee Details",
|
|
3772
|
-
"
|
|
3793
|
+
"type": "typography"
|
|
3773
3794
|
},
|
|
3774
3795
|
{
|
|
3796
|
+
"type": "form-section",
|
|
3775
3797
|
"fields": [
|
|
3776
3798
|
"employeeName",
|
|
3777
3799
|
"department"
|
|
3778
3800
|
],
|
|
3779
|
-
"mode": "create",
|
|
3780
3801
|
"cancelEvent": "INIT",
|
|
3781
|
-
"
|
|
3782
|
-
"
|
|
3802
|
+
"submitEvent": "NEXT",
|
|
3803
|
+
"mode": "create"
|
|
3783
3804
|
},
|
|
3784
3805
|
{
|
|
3785
|
-
"justify": "end",
|
|
3786
3806
|
"direction": "horizontal",
|
|
3807
|
+
"type": "stack",
|
|
3787
3808
|
"children": [
|
|
3788
3809
|
{
|
|
3789
3810
|
"label": "Next",
|
|
3790
|
-
"variant": "primary",
|
|
3791
|
-
"icon": "arrow-right",
|
|
3792
3811
|
"type": "button",
|
|
3793
|
-
"action": "NEXT"
|
|
3812
|
+
"action": "NEXT",
|
|
3813
|
+
"icon": "arrow-right",
|
|
3814
|
+
"variant": "primary"
|
|
3794
3815
|
}
|
|
3795
3816
|
],
|
|
3796
|
-
"
|
|
3817
|
+
"justify": "end",
|
|
3797
3818
|
"gap": "sm"
|
|
3798
3819
|
}
|
|
3799
|
-
]
|
|
3800
|
-
"gap": "lg",
|
|
3801
|
-
"direction": "vertical"
|
|
3820
|
+
]
|
|
3802
3821
|
}
|
|
3803
|
-
]
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
{
|
|
3808
|
-
"href": "/employees",
|
|
3809
|
-
"label": "Employees",
|
|
3810
|
-
"icon": "users"
|
|
3811
|
-
},
|
|
3812
|
-
{
|
|
3813
|
-
"href": "/onboarding",
|
|
3814
|
-
"icon": "layout-list",
|
|
3815
|
-
"label": "Onboarding"
|
|
3816
|
-
},
|
|
3817
|
-
{
|
|
3818
|
-
"href": "/timeoff",
|
|
3819
|
-
"label": "Time Off",
|
|
3820
|
-
"icon": "calendar"
|
|
3821
|
-
},
|
|
3822
|
-
{
|
|
3823
|
-
"icon": "layout-list",
|
|
3824
|
-
"href": "/org-chart",
|
|
3825
|
-
"label": "Org Chart"
|
|
3822
|
+
],
|
|
3823
|
+
"padding": "lg",
|
|
3824
|
+
"type": "container",
|
|
3825
|
+
"maxWidth": "lg"
|
|
3826
3826
|
}
|
|
3827
3827
|
],
|
|
3828
3828
|
"type": "dashboard-layout",
|
|
@@ -3841,8 +3841,8 @@
|
|
|
3841
3841
|
"Onboarding",
|
|
3842
3842
|
{
|
|
3843
3843
|
"emit": {
|
|
3844
|
-
"
|
|
3845
|
-
"
|
|
3844
|
+
"failure": "OnboardingLoadFailed",
|
|
3845
|
+
"success": "OnboardingLoaded"
|
|
3846
3846
|
}
|
|
3847
3847
|
}
|
|
3848
3848
|
],
|
|
@@ -3850,51 +3850,30 @@
|
|
|
3850
3850
|
"render-ui",
|
|
3851
3851
|
"main",
|
|
3852
3852
|
{
|
|
3853
|
-
"navItems": [
|
|
3854
|
-
{
|
|
3855
|
-
"label": "Employees",
|
|
3856
|
-
"href": "/employees",
|
|
3857
|
-
"icon": "users"
|
|
3858
|
-
},
|
|
3859
|
-
{
|
|
3860
|
-
"icon": "layout-list",
|
|
3861
|
-
"label": "Onboarding",
|
|
3862
|
-
"href": "/onboarding"
|
|
3863
|
-
},
|
|
3864
|
-
{
|
|
3865
|
-
"label": "Time Off",
|
|
3866
|
-
"icon": "calendar",
|
|
3867
|
-
"href": "/timeoff"
|
|
3868
|
-
},
|
|
3869
|
-
{
|
|
3870
|
-
"href": "/org-chart",
|
|
3871
|
-
"icon": "layout-list",
|
|
3872
|
-
"label": "Org Chart"
|
|
3873
|
-
}
|
|
3874
|
-
],
|
|
3875
3853
|
"children": [
|
|
3876
3854
|
{
|
|
3877
3855
|
"children": [
|
|
3878
3856
|
{
|
|
3879
|
-
"type": "stack",
|
|
3880
3857
|
"direction": "vertical",
|
|
3858
|
+
"type": "stack",
|
|
3859
|
+
"gap": "lg",
|
|
3881
3860
|
"children": [
|
|
3882
3861
|
{
|
|
3862
|
+
"gap": "sm",
|
|
3883
3863
|
"type": "stack",
|
|
3864
|
+
"direction": "horizontal",
|
|
3865
|
+
"align": "center",
|
|
3884
3866
|
"children": [
|
|
3885
3867
|
{
|
|
3886
|
-
"
|
|
3887
|
-
"
|
|
3868
|
+
"name": "clipboard-check",
|
|
3869
|
+
"type": "icon"
|
|
3888
3870
|
},
|
|
3889
3871
|
{
|
|
3890
3872
|
"content": "Employee Onboarding",
|
|
3891
3873
|
"type": "typography",
|
|
3892
3874
|
"variant": "h2"
|
|
3893
3875
|
}
|
|
3894
|
-
]
|
|
3895
|
-
"align": "center",
|
|
3896
|
-
"direction": "horizontal",
|
|
3897
|
-
"gap": "sm"
|
|
3876
|
+
]
|
|
3898
3877
|
},
|
|
3899
3878
|
{
|
|
3900
3879
|
"currentIndex": 0.0,
|
|
@@ -3902,58 +3881,79 @@
|
|
|
3902
3881
|
"count": 3.0
|
|
3903
3882
|
},
|
|
3904
3883
|
{
|
|
3905
|
-
"currentStep": 0.0,
|
|
3906
3884
|
"type": "wizard-progress",
|
|
3907
3885
|
"steps": [
|
|
3908
3886
|
"Employee Details",
|
|
3909
3887
|
"Manager Assignment",
|
|
3910
3888
|
"Setup Checklist"
|
|
3911
|
-
]
|
|
3889
|
+
],
|
|
3890
|
+
"currentStep": 0.0
|
|
3912
3891
|
},
|
|
3913
3892
|
{
|
|
3914
3893
|
"type": "divider"
|
|
3915
3894
|
},
|
|
3916
3895
|
{
|
|
3917
3896
|
"variant": "h3",
|
|
3918
|
-
"
|
|
3919
|
-
"
|
|
3897
|
+
"content": "Employee Details",
|
|
3898
|
+
"type": "typography"
|
|
3920
3899
|
},
|
|
3921
3900
|
{
|
|
3922
|
-
"type": "form-section",
|
|
3923
3901
|
"cancelEvent": "INIT",
|
|
3924
3902
|
"fields": [
|
|
3925
3903
|
"employeeName",
|
|
3926
3904
|
"department"
|
|
3927
3905
|
],
|
|
3906
|
+
"mode": "create",
|
|
3928
3907
|
"submitEvent": "NEXT",
|
|
3929
|
-
"
|
|
3908
|
+
"type": "form-section"
|
|
3930
3909
|
},
|
|
3931
3910
|
{
|
|
3911
|
+
"direction": "horizontal",
|
|
3932
3912
|
"children": [
|
|
3933
3913
|
{
|
|
3934
|
-
"
|
|
3914
|
+
"variant": "primary",
|
|
3935
3915
|
"icon": "arrow-right",
|
|
3916
|
+
"action": "NEXT",
|
|
3936
3917
|
"label": "Next",
|
|
3937
|
-
"type": "button"
|
|
3938
|
-
"variant": "primary"
|
|
3918
|
+
"type": "button"
|
|
3939
3919
|
}
|
|
3940
3920
|
],
|
|
3941
3921
|
"type": "stack",
|
|
3942
|
-
"justify": "end",
|
|
3943
3922
|
"gap": "sm",
|
|
3944
|
-
"
|
|
3923
|
+
"justify": "end"
|
|
3945
3924
|
}
|
|
3946
|
-
]
|
|
3947
|
-
"gap": "lg"
|
|
3925
|
+
]
|
|
3948
3926
|
}
|
|
3949
3927
|
],
|
|
3928
|
+
"type": "container",
|
|
3950
3929
|
"padding": "lg",
|
|
3951
|
-
"maxWidth": "lg"
|
|
3952
|
-
"type": "container"
|
|
3930
|
+
"maxWidth": "lg"
|
|
3953
3931
|
}
|
|
3954
3932
|
],
|
|
3955
|
-
"
|
|
3956
|
-
"
|
|
3933
|
+
"appName": "HRPortal",
|
|
3934
|
+
"navItems": [
|
|
3935
|
+
{
|
|
3936
|
+
"href": "/employees",
|
|
3937
|
+
"icon": "users",
|
|
3938
|
+
"label": "Employees"
|
|
3939
|
+
},
|
|
3940
|
+
{
|
|
3941
|
+
"icon": "layout-list",
|
|
3942
|
+
"label": "Onboarding",
|
|
3943
|
+
"href": "/onboarding"
|
|
3944
|
+
},
|
|
3945
|
+
{
|
|
3946
|
+
"label": "Time Off",
|
|
3947
|
+
"href": "/timeoff",
|
|
3948
|
+
"icon": "calendar"
|
|
3949
|
+
},
|
|
3950
|
+
{
|
|
3951
|
+
"icon": "layout-list",
|
|
3952
|
+
"label": "Org Chart",
|
|
3953
|
+
"href": "/org-chart"
|
|
3954
|
+
}
|
|
3955
|
+
],
|
|
3956
|
+
"type": "dashboard-layout"
|
|
3957
3957
|
}
|
|
3958
3958
|
]
|
|
3959
3959
|
]
|
|
@@ -4271,8 +4271,8 @@
|
|
|
4271
4271
|
"TimeOff",
|
|
4272
4272
|
{
|
|
4273
4273
|
"emit": {
|
|
4274
|
-
"
|
|
4275
|
-
"
|
|
4274
|
+
"failure": "TimeOffLoadFailed",
|
|
4275
|
+
"success": "TimeOffLoaded"
|
|
4276
4276
|
}
|
|
4277
4277
|
}
|
|
4278
4278
|
],
|
|
@@ -4286,16 +4286,16 @@
|
|
|
4286
4286
|
{
|
|
4287
4287
|
"type": "spinner"
|
|
4288
4288
|
},
|
|
4289
|
-
{
|
|
4290
|
-
"content": "Loading…",
|
|
4291
|
-
"color": "muted",
|
|
4289
|
+
{
|
|
4292
4290
|
"variant": "caption",
|
|
4293
|
-
"type": "typography"
|
|
4291
|
+
"type": "typography",
|
|
4292
|
+
"content": "Loading…",
|
|
4293
|
+
"color": "muted"
|
|
4294
4294
|
}
|
|
4295
4295
|
],
|
|
4296
4296
|
"type": "stack",
|
|
4297
|
-
"
|
|
4298
|
-
"
|
|
4297
|
+
"className": "py-12",
|
|
4298
|
+
"direction": "vertical"
|
|
4299
4299
|
}
|
|
4300
4300
|
]
|
|
4301
4301
|
]
|
|
@@ -4309,135 +4309,135 @@
|
|
|
4309
4309
|
"render-ui",
|
|
4310
4310
|
"main",
|
|
4311
4311
|
{
|
|
4312
|
-
"type": "dashboard-layout",
|
|
4313
|
-
"navItems": [
|
|
4314
|
-
{
|
|
4315
|
-
"label": "Employees",
|
|
4316
|
-
"href": "/employees",
|
|
4317
|
-
"icon": "users"
|
|
4318
|
-
},
|
|
4319
|
-
{
|
|
4320
|
-
"href": "/onboarding",
|
|
4321
|
-
"label": "Onboarding",
|
|
4322
|
-
"icon": "layout-list"
|
|
4323
|
-
},
|
|
4324
|
-
{
|
|
4325
|
-
"label": "Time Off",
|
|
4326
|
-
"icon": "calendar",
|
|
4327
|
-
"href": "/timeoff"
|
|
4328
|
-
},
|
|
4329
|
-
{
|
|
4330
|
-
"label": "Org Chart",
|
|
4331
|
-
"href": "/org-chart",
|
|
4332
|
-
"icon": "layout-list"
|
|
4333
|
-
}
|
|
4334
|
-
],
|
|
4335
4312
|
"children": [
|
|
4336
4313
|
{
|
|
4337
4314
|
"children": [
|
|
4338
4315
|
{
|
|
4316
|
+
"direction": "horizontal",
|
|
4339
4317
|
"type": "stack",
|
|
4340
|
-
"gap": "md",
|
|
4341
4318
|
"justify": "between",
|
|
4342
4319
|
"align": "center",
|
|
4343
4320
|
"children": [
|
|
4344
4321
|
{
|
|
4345
4322
|
"direction": "horizontal",
|
|
4346
4323
|
"align": "center",
|
|
4324
|
+
"gap": "sm",
|
|
4347
4325
|
"children": [
|
|
4348
4326
|
{
|
|
4349
4327
|
"type": "icon",
|
|
4350
4328
|
"name": "calendar"
|
|
4351
4329
|
},
|
|
4352
4330
|
{
|
|
4353
|
-
"content": "Time Off Requests",
|
|
4354
4331
|
"variant": "h2",
|
|
4332
|
+
"content": "Time Off Requests",
|
|
4355
4333
|
"type": "typography"
|
|
4356
4334
|
}
|
|
4357
4335
|
],
|
|
4358
|
-
"gap": "sm",
|
|
4359
4336
|
"type": "stack"
|
|
4360
4337
|
},
|
|
4361
4338
|
{
|
|
4362
|
-
"gap": "sm",
|
|
4363
4339
|
"type": "stack",
|
|
4340
|
+
"gap": "sm",
|
|
4364
4341
|
"children": [
|
|
4365
4342
|
{
|
|
4366
|
-
"type": "button",
|
|
4367
|
-
"variant": "primary",
|
|
4368
4343
|
"label": "Request Time Off",
|
|
4344
|
+
"icon": "plus",
|
|
4369
4345
|
"action": "CREATE",
|
|
4370
|
-
"
|
|
4346
|
+
"type": "button",
|
|
4347
|
+
"variant": "primary"
|
|
4371
4348
|
}
|
|
4372
4349
|
],
|
|
4373
4350
|
"direction": "horizontal"
|
|
4374
4351
|
}
|
|
4375
4352
|
],
|
|
4376
|
-
"
|
|
4353
|
+
"gap": "md"
|
|
4377
4354
|
},
|
|
4378
4355
|
{
|
|
4379
4356
|
"type": "divider"
|
|
4380
4357
|
},
|
|
4381
4358
|
{
|
|
4382
|
-
"
|
|
4383
|
-
"
|
|
4359
|
+
"variant": "card",
|
|
4360
|
+
"itemActions": [
|
|
4361
|
+
{
|
|
4362
|
+
"variant": "ghost",
|
|
4363
|
+
"event": "VIEW",
|
|
4364
|
+
"label": "View"
|
|
4365
|
+
},
|
|
4366
|
+
{
|
|
4367
|
+
"label": "Edit",
|
|
4368
|
+
"variant": "ghost",
|
|
4369
|
+
"event": "EDIT"
|
|
4370
|
+
},
|
|
4371
|
+
{
|
|
4372
|
+
"label": "Delete",
|
|
4373
|
+
"event": "DELETE",
|
|
4374
|
+
"variant": "danger"
|
|
4375
|
+
}
|
|
4376
|
+
],
|
|
4384
4377
|
"fields": [
|
|
4385
4378
|
{
|
|
4379
|
+
"icon": "calendar",
|
|
4386
4380
|
"name": "employeeName",
|
|
4387
|
-
"variant": "h3",
|
|
4388
4381
|
"label": "Employee",
|
|
4389
|
-
"
|
|
4382
|
+
"variant": "h3"
|
|
4390
4383
|
},
|
|
4391
4384
|
{
|
|
4392
|
-
"
|
|
4385
|
+
"variant": "badge",
|
|
4393
4386
|
"label": "Type",
|
|
4394
|
-
"
|
|
4387
|
+
"name": "leaveType"
|
|
4395
4388
|
},
|
|
4396
4389
|
{
|
|
4397
4390
|
"variant": "badge",
|
|
4398
4391
|
"name": "status"
|
|
4399
4392
|
},
|
|
4400
4393
|
{
|
|
4401
|
-
"name": "startDate",
|
|
4402
4394
|
"variant": "body",
|
|
4403
|
-
"
|
|
4404
|
-
"
|
|
4395
|
+
"format": "date",
|
|
4396
|
+
"name": "startDate",
|
|
4397
|
+
"label": "From"
|
|
4405
4398
|
},
|
|
4406
4399
|
{
|
|
4407
|
-
"
|
|
4408
|
-
"variant": "body",
|
|
4400
|
+
"format": "date",
|
|
4409
4401
|
"name": "endDate",
|
|
4410
|
-
"
|
|
4402
|
+
"label": "To",
|
|
4403
|
+
"variant": "body"
|
|
4411
4404
|
}
|
|
4412
4405
|
],
|
|
4413
|
-
"variant": "card",
|
|
4414
4406
|
"entity": "@payload.data",
|
|
4415
|
-
"
|
|
4416
|
-
|
|
4417
|
-
"event": "VIEW",
|
|
4418
|
-
"label": "View",
|
|
4419
|
-
"variant": "ghost"
|
|
4420
|
-
},
|
|
4421
|
-
{
|
|
4422
|
-
"label": "Edit",
|
|
4423
|
-
"event": "EDIT",
|
|
4424
|
-
"variant": "ghost"
|
|
4425
|
-
},
|
|
4426
|
-
{
|
|
4427
|
-
"label": "Delete",
|
|
4428
|
-
"variant": "danger",
|
|
4429
|
-
"event": "DELETE"
|
|
4430
|
-
}
|
|
4431
|
-
]
|
|
4407
|
+
"gap": "sm",
|
|
4408
|
+
"type": "data-list"
|
|
4432
4409
|
}
|
|
4433
4410
|
],
|
|
4434
|
-
"direction": "vertical",
|
|
4435
4411
|
"type": "stack",
|
|
4436
4412
|
"className": "max-w-5xl mx-auto w-full",
|
|
4413
|
+
"direction": "vertical",
|
|
4437
4414
|
"gap": "lg"
|
|
4438
4415
|
}
|
|
4439
4416
|
],
|
|
4440
|
-
"appName": "HRPortal"
|
|
4417
|
+
"appName": "HRPortal",
|
|
4418
|
+
"navItems": [
|
|
4419
|
+
{
|
|
4420
|
+
"href": "/employees",
|
|
4421
|
+
"icon": "users",
|
|
4422
|
+
"label": "Employees"
|
|
4423
|
+
},
|
|
4424
|
+
{
|
|
4425
|
+
"href": "/onboarding",
|
|
4426
|
+
"icon": "layout-list",
|
|
4427
|
+
"label": "Onboarding"
|
|
4428
|
+
},
|
|
4429
|
+
{
|
|
4430
|
+
"label": "Time Off",
|
|
4431
|
+
"href": "/timeoff",
|
|
4432
|
+
"icon": "calendar"
|
|
4433
|
+
},
|
|
4434
|
+
{
|
|
4435
|
+
"href": "/org-chart",
|
|
4436
|
+
"label": "Org Chart",
|
|
4437
|
+
"icon": "layout-list"
|
|
4438
|
+
}
|
|
4439
|
+
],
|
|
4440
|
+
"type": "dashboard-layout"
|
|
4441
4441
|
}
|
|
4442
4442
|
]
|
|
4443
4443
|
]
|
|
@@ -4451,36 +4451,36 @@
|
|
|
4451
4451
|
"render-ui",
|
|
4452
4452
|
"main",
|
|
4453
4453
|
{
|
|
4454
|
+
"align": "center",
|
|
4455
|
+
"type": "stack",
|
|
4454
4456
|
"gap": "md",
|
|
4457
|
+
"direction": "vertical",
|
|
4458
|
+
"className": "py-12",
|
|
4455
4459
|
"children": [
|
|
4456
4460
|
{
|
|
4457
|
-
"type": "icon",
|
|
4458
4461
|
"name": "alert-triangle",
|
|
4459
|
-
"color": "destructive"
|
|
4462
|
+
"color": "destructive",
|
|
4463
|
+
"type": "icon"
|
|
4460
4464
|
},
|
|
4461
4465
|
{
|
|
4462
|
-
"type": "typography",
|
|
4463
4466
|
"variant": "h3",
|
|
4467
|
+
"type": "typography",
|
|
4464
4468
|
"content": "Failed to load timeoff"
|
|
4465
4469
|
},
|
|
4466
4470
|
{
|
|
4467
|
-
"color": "muted",
|
|
4468
4471
|
"variant": "body",
|
|
4472
|
+
"color": "muted",
|
|
4469
4473
|
"type": "typography",
|
|
4470
4474
|
"content": "@payload.error"
|
|
4471
4475
|
},
|
|
4472
4476
|
{
|
|
4473
|
-
"
|
|
4477
|
+
"action": "INIT",
|
|
4474
4478
|
"variant": "primary",
|
|
4475
|
-
"
|
|
4479
|
+
"icon": "rotate-ccw",
|
|
4476
4480
|
"label": "Retry",
|
|
4477
|
-
"
|
|
4481
|
+
"type": "button"
|
|
4478
4482
|
}
|
|
4479
|
-
]
|
|
4480
|
-
"className": "py-12",
|
|
4481
|
-
"direction": "vertical",
|
|
4482
|
-
"type": "stack",
|
|
4483
|
-
"align": "center"
|
|
4483
|
+
]
|
|
4484
4484
|
}
|
|
4485
4485
|
]
|
|
4486
4486
|
]
|
|
@@ -4655,8 +4655,8 @@
|
|
|
4655
4655
|
"TimeOff",
|
|
4656
4656
|
{
|
|
4657
4657
|
"emit": {
|
|
4658
|
-
"
|
|
4659
|
-
"
|
|
4658
|
+
"success": "TimeOffLoaded",
|
|
4659
|
+
"failure": "TimeOffLoadFailed"
|
|
4660
4660
|
}
|
|
4661
4661
|
}
|
|
4662
4662
|
]
|
|
@@ -4681,30 +4681,29 @@
|
|
|
4681
4681
|
"render-ui",
|
|
4682
4682
|
"modal",
|
|
4683
4683
|
{
|
|
4684
|
-
"direction": "vertical",
|
|
4685
|
-
"gap": "md",
|
|
4686
|
-
"type": "stack",
|
|
4687
4684
|
"children": [
|
|
4688
4685
|
{
|
|
4686
|
+
"type": "stack",
|
|
4689
4687
|
"children": [
|
|
4690
4688
|
{
|
|
4691
|
-
"
|
|
4692
|
-
"
|
|
4689
|
+
"name": "plus-circle",
|
|
4690
|
+
"type": "icon"
|
|
4693
4691
|
},
|
|
4694
4692
|
{
|
|
4693
|
+
"type": "typography",
|
|
4695
4694
|
"variant": "h3",
|
|
4696
|
-
"content": "New Time Off Request"
|
|
4697
|
-
"type": "typography"
|
|
4695
|
+
"content": "New Time Off Request"
|
|
4698
4696
|
}
|
|
4699
4697
|
],
|
|
4700
4698
|
"gap": "sm",
|
|
4701
|
-
"type": "stack",
|
|
4702
4699
|
"direction": "horizontal"
|
|
4703
4700
|
},
|
|
4704
4701
|
{
|
|
4705
4702
|
"type": "divider"
|
|
4706
4703
|
},
|
|
4707
4704
|
{
|
|
4705
|
+
"cancelEvent": "CLOSE",
|
|
4706
|
+
"type": "form-section",
|
|
4708
4707
|
"fields": [
|
|
4709
4708
|
"employeeName",
|
|
4710
4709
|
"leaveType",
|
|
@@ -4713,11 +4712,12 @@
|
|
|
4713
4712
|
"status"
|
|
4714
4713
|
],
|
|
4715
4714
|
"submitEvent": "SAVE",
|
|
4716
|
-
"mode": "create"
|
|
4717
|
-
"type": "form-section",
|
|
4718
|
-
"cancelEvent": "CLOSE"
|
|
4715
|
+
"mode": "create"
|
|
4719
4716
|
}
|
|
4720
|
-
]
|
|
4717
|
+
],
|
|
4718
|
+
"type": "stack",
|
|
4719
|
+
"direction": "vertical",
|
|
4720
|
+
"gap": "md"
|
|
4721
4721
|
}
|
|
4722
4722
|
]
|
|
4723
4723
|
]
|
|
@@ -4985,26 +4985,29 @@
|
|
|
4985
4985
|
"fetch",
|
|
4986
4986
|
"TimeOff",
|
|
4987
4987
|
{
|
|
4988
|
-
"id": "@payload.id",
|
|
4989
4988
|
"emit": {
|
|
4990
4989
|
"success": "TimeOffLoaded",
|
|
4991
4990
|
"failure": "TimeOffLoadFailed"
|
|
4992
|
-
}
|
|
4991
|
+
},
|
|
4992
|
+
"id": "@payload.id"
|
|
4993
4993
|
}
|
|
4994
4994
|
],
|
|
4995
4995
|
[
|
|
4996
4996
|
"render-ui",
|
|
4997
4997
|
"modal",
|
|
4998
4998
|
{
|
|
4999
|
+
"gap": "md",
|
|
5000
|
+
"direction": "vertical",
|
|
5001
|
+
"type": "stack",
|
|
4999
5002
|
"children": [
|
|
5000
5003
|
{
|
|
5001
5004
|
"direction": "horizontal",
|
|
5002
|
-
"type": "stack",
|
|
5003
5005
|
"gap": "sm",
|
|
5006
|
+
"type": "stack",
|
|
5004
5007
|
"children": [
|
|
5005
5008
|
{
|
|
5006
|
-
"
|
|
5007
|
-
"
|
|
5009
|
+
"type": "icon",
|
|
5010
|
+
"name": "edit"
|
|
5008
5011
|
},
|
|
5009
5012
|
{
|
|
5010
5013
|
"content": "Edit TimeOff",
|
|
@@ -5017,9 +5020,8 @@
|
|
|
5017
5020
|
"type": "divider"
|
|
5018
5021
|
},
|
|
5019
5022
|
{
|
|
5023
|
+
"submitEvent": "SAVE",
|
|
5020
5024
|
"cancelEvent": "CLOSE",
|
|
5021
|
-
"entity": "@payload.row",
|
|
5022
|
-
"mode": "edit",
|
|
5023
5025
|
"fields": [
|
|
5024
5026
|
"employeeName",
|
|
5025
5027
|
"leaveType",
|
|
@@ -5027,13 +5029,11 @@
|
|
|
5027
5029
|
"endDate",
|
|
5028
5030
|
"status"
|
|
5029
5031
|
],
|
|
5030
|
-
"
|
|
5031
|
-
"
|
|
5032
|
+
"entity": "@payload.row",
|
|
5033
|
+
"mode": "edit",
|
|
5034
|
+
"type": "form-section"
|
|
5032
5035
|
}
|
|
5033
|
-
]
|
|
5034
|
-
"type": "stack",
|
|
5035
|
-
"gap": "md",
|
|
5036
|
-
"direction": "vertical"
|
|
5036
|
+
]
|
|
5037
5037
|
}
|
|
5038
5038
|
]
|
|
5039
5039
|
]
|
|
@@ -5266,34 +5266,37 @@
|
|
|
5266
5266
|
"fetch",
|
|
5267
5267
|
"TimeOff",
|
|
5268
5268
|
{
|
|
5269
|
+
"id": "@payload.id",
|
|
5269
5270
|
"emit": {
|
|
5270
5271
|
"success": "TimeOffLoaded",
|
|
5271
5272
|
"failure": "TimeOffLoadFailed"
|
|
5272
|
-
}
|
|
5273
|
-
"id": "@payload.id"
|
|
5273
|
+
}
|
|
5274
5274
|
}
|
|
5275
5275
|
],
|
|
5276
5276
|
[
|
|
5277
5277
|
"render-ui",
|
|
5278
5278
|
"modal",
|
|
5279
5279
|
{
|
|
5280
|
+
"gap": "md",
|
|
5281
|
+
"type": "stack",
|
|
5282
|
+
"direction": "vertical",
|
|
5280
5283
|
"children": [
|
|
5281
5284
|
{
|
|
5285
|
+
"type": "stack",
|
|
5282
5286
|
"gap": "sm",
|
|
5287
|
+
"align": "center",
|
|
5288
|
+
"direction": "horizontal",
|
|
5283
5289
|
"children": [
|
|
5284
5290
|
{
|
|
5285
|
-
"
|
|
5286
|
-
"
|
|
5291
|
+
"name": "eye",
|
|
5292
|
+
"type": "icon"
|
|
5287
5293
|
},
|
|
5288
5294
|
{
|
|
5295
|
+
"content": "@entity.employeeName",
|
|
5289
5296
|
"type": "typography",
|
|
5290
|
-
"variant": "h3"
|
|
5291
|
-
"content": "@entity.employeeName"
|
|
5297
|
+
"variant": "h3"
|
|
5292
5298
|
}
|
|
5293
|
-
]
|
|
5294
|
-
"type": "stack",
|
|
5295
|
-
"direction": "horizontal",
|
|
5296
|
-
"align": "center"
|
|
5299
|
+
]
|
|
5297
5300
|
},
|
|
5298
5301
|
{
|
|
5299
5302
|
"type": "divider"
|
|
@@ -5301,39 +5304,38 @@
|
|
|
5301
5304
|
{
|
|
5302
5305
|
"type": "stack",
|
|
5303
5306
|
"direction": "horizontal",
|
|
5304
|
-
"gap": "md",
|
|
5305
5307
|
"children": [
|
|
5306
5308
|
{
|
|
5307
|
-
"variant": "caption",
|
|
5308
5309
|
"type": "typography",
|
|
5310
|
+
"variant": "caption",
|
|
5309
5311
|
"content": "Employee Name"
|
|
5310
5312
|
},
|
|
5311
5313
|
{
|
|
5312
|
-
"
|
|
5314
|
+
"content": "@entity.employeeName",
|
|
5313
5315
|
"type": "typography",
|
|
5314
|
-
"
|
|
5316
|
+
"variant": "body"
|
|
5315
5317
|
}
|
|
5316
|
-
]
|
|
5318
|
+
],
|
|
5319
|
+
"gap": "md"
|
|
5317
5320
|
},
|
|
5318
5321
|
{
|
|
5319
|
-
"
|
|
5322
|
+
"gap": "md",
|
|
5320
5323
|
"children": [
|
|
5321
5324
|
{
|
|
5322
|
-
"variant": "caption",
|
|
5323
5325
|
"type": "typography",
|
|
5326
|
+
"variant": "caption",
|
|
5324
5327
|
"content": "Leave Type"
|
|
5325
5328
|
},
|
|
5326
5329
|
{
|
|
5327
|
-
"variant": "body",
|
|
5328
5330
|
"content": "@entity.leaveType",
|
|
5331
|
+
"variant": "body",
|
|
5329
5332
|
"type": "typography"
|
|
5330
5333
|
}
|
|
5331
5334
|
],
|
|
5332
|
-
"
|
|
5333
|
-
"
|
|
5335
|
+
"type": "stack",
|
|
5336
|
+
"direction": "horizontal"
|
|
5334
5337
|
},
|
|
5335
5338
|
{
|
|
5336
|
-
"type": "stack",
|
|
5337
5339
|
"children": [
|
|
5338
5340
|
{
|
|
5339
5341
|
"content": "Start Date",
|
|
@@ -5347,41 +5349,42 @@
|
|
|
5347
5349
|
}
|
|
5348
5350
|
],
|
|
5349
5351
|
"gap": "md",
|
|
5352
|
+
"type": "stack",
|
|
5350
5353
|
"direction": "horizontal"
|
|
5351
5354
|
},
|
|
5352
5355
|
{
|
|
5353
|
-
"direction": "horizontal",
|
|
5354
|
-
"type": "stack",
|
|
5355
|
-
"gap": "md",
|
|
5356
5356
|
"children": [
|
|
5357
5357
|
{
|
|
5358
|
+
"variant": "caption",
|
|
5358
5359
|
"content": "End Date",
|
|
5359
|
-
"type": "typography"
|
|
5360
|
-
"variant": "caption"
|
|
5360
|
+
"type": "typography"
|
|
5361
5361
|
},
|
|
5362
5362
|
{
|
|
5363
5363
|
"variant": "body",
|
|
5364
|
-
"
|
|
5365
|
-
"
|
|
5364
|
+
"type": "typography",
|
|
5365
|
+
"content": "@entity.endDate"
|
|
5366
5366
|
}
|
|
5367
|
-
]
|
|
5367
|
+
],
|
|
5368
|
+
"direction": "horizontal",
|
|
5369
|
+
"gap": "md",
|
|
5370
|
+
"type": "stack"
|
|
5368
5371
|
},
|
|
5369
5372
|
{
|
|
5370
|
-
"type": "stack",
|
|
5371
5373
|
"children": [
|
|
5372
5374
|
{
|
|
5373
5375
|
"variant": "caption",
|
|
5374
|
-
"
|
|
5375
|
-
"
|
|
5376
|
+
"content": "Status",
|
|
5377
|
+
"type": "typography"
|
|
5376
5378
|
},
|
|
5377
5379
|
{
|
|
5378
|
-
"content": "@entity.status",
|
|
5379
5380
|
"variant": "body",
|
|
5380
|
-
"type": "typography"
|
|
5381
|
+
"type": "typography",
|
|
5382
|
+
"content": "@entity.status"
|
|
5381
5383
|
}
|
|
5382
5384
|
],
|
|
5383
|
-
"
|
|
5384
|
-
"
|
|
5385
|
+
"gap": "md",
|
|
5386
|
+
"type": "stack",
|
|
5387
|
+
"direction": "horizontal"
|
|
5385
5388
|
},
|
|
5386
5389
|
{
|
|
5387
5390
|
"type": "divider"
|
|
@@ -5389,28 +5392,25 @@
|
|
|
5389
5392
|
{
|
|
5390
5393
|
"children": [
|
|
5391
5394
|
{
|
|
5395
|
+
"action": "EDIT",
|
|
5392
5396
|
"variant": "primary",
|
|
5393
5397
|
"icon": "edit",
|
|
5394
|
-
"type": "button",
|
|
5395
5398
|
"label": "Edit",
|
|
5396
|
-
"
|
|
5399
|
+
"type": "button"
|
|
5397
5400
|
},
|
|
5398
5401
|
{
|
|
5399
5402
|
"action": "CLOSE",
|
|
5400
|
-
"
|
|
5403
|
+
"type": "button",
|
|
5401
5404
|
"label": "Close",
|
|
5402
|
-
"
|
|
5405
|
+
"variant": "ghost"
|
|
5403
5406
|
}
|
|
5404
5407
|
],
|
|
5405
|
-
"justify": "end",
|
|
5406
|
-
"direction": "horizontal",
|
|
5407
5408
|
"type": "stack",
|
|
5408
|
-
"gap": "sm"
|
|
5409
|
+
"gap": "sm",
|
|
5410
|
+
"direction": "horizontal",
|
|
5411
|
+
"justify": "end"
|
|
5409
5412
|
}
|
|
5410
|
-
]
|
|
5411
|
-
"type": "stack",
|
|
5412
|
-
"direction": "vertical",
|
|
5413
|
-
"gap": "md"
|
|
5413
|
+
]
|
|
5414
5414
|
}
|
|
5415
5415
|
]
|
|
5416
5416
|
]
|
|
@@ -5655,8 +5655,8 @@
|
|
|
5655
5655
|
{
|
|
5656
5656
|
"id": "@payload.id",
|
|
5657
5657
|
"emit": {
|
|
5658
|
-
"
|
|
5659
|
-
"
|
|
5658
|
+
"failure": "TimeOffLoadFailed",
|
|
5659
|
+
"success": "TimeOffLoaded"
|
|
5660
5660
|
}
|
|
5661
5661
|
}
|
|
5662
5662
|
],
|
|
@@ -5664,57 +5664,57 @@
|
|
|
5664
5664
|
"render-ui",
|
|
5665
5665
|
"modal",
|
|
5666
5666
|
{
|
|
5667
|
-
"type": "stack",
|
|
5668
|
-
"gap": "md",
|
|
5669
5667
|
"children": [
|
|
5670
5668
|
{
|
|
5671
|
-
"gap": "sm",
|
|
5672
5669
|
"direction": "horizontal",
|
|
5673
5670
|
"children": [
|
|
5674
5671
|
{
|
|
5675
|
-
"
|
|
5676
|
-
"
|
|
5672
|
+
"name": "alert-triangle",
|
|
5673
|
+
"type": "icon"
|
|
5677
5674
|
},
|
|
5678
5675
|
{
|
|
5679
5676
|
"content": "Delete TimeOff",
|
|
5680
|
-
"
|
|
5681
|
-
"
|
|
5677
|
+
"type": "typography",
|
|
5678
|
+
"variant": "h3"
|
|
5682
5679
|
}
|
|
5683
5680
|
],
|
|
5684
5681
|
"type": "stack",
|
|
5685
|
-
"align": "center"
|
|
5682
|
+
"align": "center",
|
|
5683
|
+
"gap": "sm"
|
|
5686
5684
|
},
|
|
5687
5685
|
{
|
|
5688
5686
|
"type": "divider"
|
|
5689
5687
|
},
|
|
5690
5688
|
{
|
|
5689
|
+
"type": "alert",
|
|
5691
5690
|
"variant": "error",
|
|
5692
|
-
"message": "This action cannot be undone."
|
|
5693
|
-
"type": "alert"
|
|
5691
|
+
"message": "This action cannot be undone."
|
|
5694
5692
|
},
|
|
5695
5693
|
{
|
|
5696
5694
|
"direction": "horizontal",
|
|
5697
5695
|
"type": "stack",
|
|
5698
5696
|
"justify": "end",
|
|
5699
|
-
"gap": "sm",
|
|
5700
5697
|
"children": [
|
|
5701
5698
|
{
|
|
5702
|
-
"action": "CANCEL",
|
|
5703
5699
|
"variant": "ghost",
|
|
5700
|
+
"type": "button",
|
|
5704
5701
|
"label": "Cancel",
|
|
5705
|
-
"
|
|
5702
|
+
"action": "CANCEL"
|
|
5706
5703
|
},
|
|
5707
5704
|
{
|
|
5708
|
-
"label": "Delete",
|
|
5709
|
-
"variant": "danger",
|
|
5710
5705
|
"type": "button",
|
|
5706
|
+
"icon": "check",
|
|
5711
5707
|
"action": "CONFIRM_DELETE",
|
|
5712
|
-
"
|
|
5708
|
+
"variant": "danger",
|
|
5709
|
+
"label": "Delete"
|
|
5713
5710
|
}
|
|
5714
|
-
]
|
|
5711
|
+
],
|
|
5712
|
+
"gap": "sm"
|
|
5715
5713
|
}
|
|
5716
5714
|
],
|
|
5717
|
-
"direction": "vertical"
|
|
5715
|
+
"direction": "vertical",
|
|
5716
|
+
"gap": "md",
|
|
5717
|
+
"type": "stack"
|
|
5718
5718
|
}
|
|
5719
5719
|
]
|
|
5720
5720
|
]
|
|
@@ -5731,8 +5731,8 @@
|
|
|
5731
5731
|
"@entity.pendingId",
|
|
5732
5732
|
{
|
|
5733
5733
|
"emit": {
|
|
5734
|
-
"
|
|
5735
|
-
"
|
|
5734
|
+
"success": "TimeOffDeleted",
|
|
5735
|
+
"failure": "TimeOffDeleteFailed"
|
|
5736
5736
|
}
|
|
5737
5737
|
}
|
|
5738
5738
|
],
|
|
@@ -5753,8 +5753,8 @@
|
|
|
5753
5753
|
"TimeOff",
|
|
5754
5754
|
{
|
|
5755
5755
|
"emit": {
|
|
5756
|
-
"
|
|
5757
|
-
"
|
|
5756
|
+
"success": "TimeOffLoaded",
|
|
5757
|
+
"failure": "TimeOffLoadFailed"
|
|
5758
5758
|
}
|
|
5759
5759
|
}
|
|
5760
5760
|
],
|
|
@@ -6019,8 +6019,8 @@
|
|
|
6019
6019
|
"OrgChart",
|
|
6020
6020
|
{
|
|
6021
6021
|
"emit": {
|
|
6022
|
-
"
|
|
6023
|
-
"
|
|
6022
|
+
"success": "OrgChartLoaded",
|
|
6023
|
+
"failure": "OrgChartLoadFailed"
|
|
6024
6024
|
}
|
|
6025
6025
|
}
|
|
6026
6026
|
],
|
|
@@ -6033,9 +6033,6 @@
|
|
|
6033
6033
|
{
|
|
6034
6034
|
"children": [
|
|
6035
6035
|
{
|
|
6036
|
-
"gap": "lg",
|
|
6037
|
-
"direction": "vertical",
|
|
6038
|
-
"type": "stack",
|
|
6039
6036
|
"children": [
|
|
6040
6037
|
{
|
|
6041
6038
|
"type": "breadcrumb",
|
|
@@ -6050,12 +6047,14 @@
|
|
|
6050
6047
|
]
|
|
6051
6048
|
},
|
|
6052
6049
|
{
|
|
6053
|
-
"justify": "between",
|
|
6054
|
-
"direction": "horizontal",
|
|
6055
6050
|
"type": "stack",
|
|
6051
|
+
"direction": "horizontal",
|
|
6056
6052
|
"gap": "md",
|
|
6053
|
+
"justify": "between",
|
|
6057
6054
|
"children": [
|
|
6058
6055
|
{
|
|
6056
|
+
"type": "stack",
|
|
6057
|
+
"direction": "horizontal",
|
|
6059
6058
|
"children": [
|
|
6060
6059
|
{
|
|
6061
6060
|
"name": "git-branch",
|
|
@@ -6063,18 +6062,16 @@
|
|
|
6063
6062
|
},
|
|
6064
6063
|
{
|
|
6065
6064
|
"variant": "h2",
|
|
6066
|
-
"
|
|
6067
|
-
"
|
|
6065
|
+
"type": "typography",
|
|
6066
|
+
"content": "Org Chart"
|
|
6068
6067
|
}
|
|
6069
6068
|
],
|
|
6070
|
-
"type": "stack",
|
|
6071
|
-
"direction": "horizontal",
|
|
6072
6069
|
"gap": "md"
|
|
6073
6070
|
},
|
|
6074
6071
|
{
|
|
6072
|
+
"label": "Refresh",
|
|
6075
6073
|
"icon": "refresh-cw",
|
|
6076
6074
|
"type": "button",
|
|
6077
|
-
"label": "Refresh",
|
|
6078
6075
|
"action": "REFRESH",
|
|
6079
6076
|
"variant": "secondary"
|
|
6080
6077
|
}
|
|
@@ -6084,10 +6081,9 @@
|
|
|
6084
6081
|
"type": "divider"
|
|
6085
6082
|
},
|
|
6086
6083
|
{
|
|
6087
|
-
"type": "box",
|
|
6088
|
-
"padding": "md",
|
|
6089
6084
|
"children": [
|
|
6090
6085
|
{
|
|
6086
|
+
"cols": 3.0,
|
|
6091
6087
|
"type": "simple-grid",
|
|
6092
6088
|
"children": [
|
|
6093
6089
|
{
|
|
@@ -6096,62 +6092,63 @@
|
|
|
6096
6092
|
"type": "stat-display"
|
|
6097
6093
|
},
|
|
6098
6094
|
{
|
|
6099
|
-
"
|
|
6095
|
+
"value": "@entity.departments",
|
|
6100
6096
|
"label": "Departments",
|
|
6101
|
-
"
|
|
6097
|
+
"type": "stat-display"
|
|
6102
6098
|
},
|
|
6103
6099
|
{
|
|
6104
|
-
"value": "@entity.openPositions",
|
|
6105
6100
|
"type": "stat-display",
|
|
6106
|
-
"label": "OpenPositions"
|
|
6101
|
+
"label": "OpenPositions",
|
|
6102
|
+
"value": "@entity.openPositions"
|
|
6107
6103
|
},
|
|
6108
6104
|
{
|
|
6109
|
-
"type": "card",
|
|
6110
6105
|
"children": [
|
|
6111
6106
|
{
|
|
6112
|
-
"
|
|
6107
|
+
"direction": "vertical",
|
|
6113
6108
|
"children": [
|
|
6114
6109
|
{
|
|
6115
6110
|
"content": "AvgTenure",
|
|
6116
|
-
"
|
|
6117
|
-
"
|
|
6111
|
+
"type": "typography",
|
|
6112
|
+
"variant": "caption"
|
|
6118
6113
|
},
|
|
6119
6114
|
{
|
|
6120
|
-
"content": "@entity.avgTenure",
|
|
6121
6115
|
"variant": "h3",
|
|
6116
|
+
"content": "@entity.avgTenure",
|
|
6122
6117
|
"type": "typography"
|
|
6123
6118
|
}
|
|
6124
6119
|
],
|
|
6125
|
-
"
|
|
6126
|
-
"
|
|
6120
|
+
"type": "stack",
|
|
6121
|
+
"gap": "sm"
|
|
6127
6122
|
}
|
|
6128
|
-
]
|
|
6123
|
+
],
|
|
6124
|
+
"type": "card"
|
|
6129
6125
|
},
|
|
6130
6126
|
{
|
|
6131
|
-
"
|
|
6127
|
+
"type": "stat-display",
|
|
6132
6128
|
"value": "@entity.headcount",
|
|
6133
|
-
"
|
|
6129
|
+
"label": "Headcount"
|
|
6134
6130
|
}
|
|
6135
|
-
]
|
|
6136
|
-
"cols": 3.0
|
|
6131
|
+
]
|
|
6137
6132
|
}
|
|
6138
|
-
]
|
|
6133
|
+
],
|
|
6134
|
+
"type": "box",
|
|
6135
|
+
"padding": "md"
|
|
6139
6136
|
},
|
|
6140
6137
|
{
|
|
6141
6138
|
"type": "divider"
|
|
6142
6139
|
},
|
|
6143
6140
|
{
|
|
6144
|
-
"
|
|
6141
|
+
"type": "grid",
|
|
6145
6142
|
"children": [
|
|
6146
6143
|
{
|
|
6147
|
-
"type": "card",
|
|
6148
6144
|
"children": [
|
|
6149
6145
|
{
|
|
6150
|
-
"variant": "caption",
|
|
6151
6146
|
"type": "typography",
|
|
6152
|
-
"content": "Chart View"
|
|
6147
|
+
"content": "Chart View",
|
|
6148
|
+
"variant": "caption"
|
|
6153
6149
|
}
|
|
6154
|
-
]
|
|
6150
|
+
],
|
|
6151
|
+
"type": "card"
|
|
6155
6152
|
},
|
|
6156
6153
|
{
|
|
6157
6154
|
"type": "card",
|
|
@@ -6164,8 +6161,8 @@
|
|
|
6164
6161
|
]
|
|
6165
6162
|
}
|
|
6166
6163
|
],
|
|
6167
|
-
"
|
|
6168
|
-
"
|
|
6164
|
+
"cols": 2.0,
|
|
6165
|
+
"gap": "md"
|
|
6169
6166
|
},
|
|
6170
6167
|
{
|
|
6171
6168
|
"data": [
|
|
@@ -6174,12 +6171,12 @@
|
|
|
6174
6171
|
"date": "Jan"
|
|
6175
6172
|
},
|
|
6176
6173
|
{
|
|
6177
|
-
"
|
|
6178
|
-
"
|
|
6174
|
+
"value": 19.0,
|
|
6175
|
+
"date": "Feb"
|
|
6179
6176
|
},
|
|
6180
6177
|
{
|
|
6181
|
-
"
|
|
6182
|
-
"
|
|
6178
|
+
"date": "Mar",
|
|
6179
|
+
"value": 15.0
|
|
6183
6180
|
},
|
|
6184
6181
|
{
|
|
6185
6182
|
"value": 25.0,
|
|
@@ -6197,58 +6194,62 @@
|
|
|
6197
6194
|
"type": "line-chart"
|
|
6198
6195
|
},
|
|
6199
6196
|
{
|
|
6197
|
+
"type": "chart-legend",
|
|
6200
6198
|
"items": [
|
|
6201
6199
|
{
|
|
6202
6200
|
"color": "primary",
|
|
6203
6201
|
"label": "Current"
|
|
6204
6202
|
},
|
|
6205
6203
|
{
|
|
6206
|
-
"
|
|
6207
|
-
"
|
|
6204
|
+
"label": "Previous",
|
|
6205
|
+
"color": "muted"
|
|
6208
6206
|
}
|
|
6209
|
-
]
|
|
6210
|
-
"type": "chart-legend"
|
|
6207
|
+
]
|
|
6211
6208
|
},
|
|
6212
6209
|
{
|
|
6213
|
-
"width": 400.0,
|
|
6214
|
-
"edges": [
|
|
6215
|
-
{
|
|
6216
|
-
"source": "a",
|
|
6217
|
-
"target": "b"
|
|
6218
|
-
},
|
|
6219
|
-
{
|
|
6220
|
-
"source": "b",
|
|
6221
|
-
"target": "c"
|
|
6222
|
-
}
|
|
6223
|
-
],
|
|
6224
|
-
"type": "graph-view",
|
|
6225
6210
|
"nodes": [
|
|
6226
6211
|
{
|
|
6227
6212
|
"label": "Start",
|
|
6228
6213
|
"id": "a"
|
|
6229
6214
|
},
|
|
6230
6215
|
{
|
|
6231
|
-
"
|
|
6232
|
-
"
|
|
6216
|
+
"id": "b",
|
|
6217
|
+
"label": "Process"
|
|
6233
6218
|
},
|
|
6234
6219
|
{
|
|
6235
|
-
"
|
|
6236
|
-
"
|
|
6220
|
+
"id": "c",
|
|
6221
|
+
"label": "End"
|
|
6237
6222
|
}
|
|
6238
6223
|
],
|
|
6239
|
-
"
|
|
6224
|
+
"type": "graph-view",
|
|
6225
|
+
"width": 400.0,
|
|
6226
|
+
"height": 200.0,
|
|
6227
|
+
"edges": [
|
|
6228
|
+
{
|
|
6229
|
+
"source": "a",
|
|
6230
|
+
"target": "b"
|
|
6231
|
+
},
|
|
6232
|
+
{
|
|
6233
|
+
"target": "c",
|
|
6234
|
+
"source": "b"
|
|
6235
|
+
}
|
|
6236
|
+
]
|
|
6240
6237
|
}
|
|
6241
|
-
]
|
|
6238
|
+
],
|
|
6239
|
+
"direction": "vertical",
|
|
6240
|
+
"gap": "lg",
|
|
6241
|
+
"type": "stack"
|
|
6242
6242
|
}
|
|
6243
6243
|
],
|
|
6244
6244
|
"type": "scaled-diagram"
|
|
6245
6245
|
}
|
|
6246
6246
|
],
|
|
6247
|
+
"appName": "HRPortal",
|
|
6247
6248
|
"navItems": [
|
|
6248
6249
|
{
|
|
6250
|
+
"label": "Employees",
|
|
6249
6251
|
"href": "/employees",
|
|
6250
|
-
"icon": "users"
|
|
6251
|
-
"label": "Employees"
|
|
6252
|
+
"icon": "users"
|
|
6252
6253
|
},
|
|
6253
6254
|
{
|
|
6254
6255
|
"href": "/onboarding",
|
|
@@ -6256,17 +6257,16 @@
|
|
|
6256
6257
|
"label": "Onboarding"
|
|
6257
6258
|
},
|
|
6258
6259
|
{
|
|
6259
|
-
"href": "/timeoff",
|
|
6260
6260
|
"icon": "calendar",
|
|
6261
|
+
"href": "/timeoff",
|
|
6261
6262
|
"label": "Time Off"
|
|
6262
6263
|
},
|
|
6263
6264
|
{
|
|
6264
6265
|
"href": "/org-chart",
|
|
6265
|
-
"
|
|
6266
|
-
"
|
|
6266
|
+
"label": "Org Chart",
|
|
6267
|
+
"icon": "layout-list"
|
|
6267
6268
|
}
|
|
6268
|
-
]
|
|
6269
|
-
"appName": "HRPortal"
|
|
6269
|
+
]
|
|
6270
6270
|
}
|
|
6271
6271
|
]
|
|
6272
6272
|
]
|
|
@@ -6281,8 +6281,8 @@
|
|
|
6281
6281
|
"OrgChart",
|
|
6282
6282
|
{
|
|
6283
6283
|
"emit": {
|
|
6284
|
-
"
|
|
6285
|
-
"
|
|
6284
|
+
"success": "OrgChartLoaded",
|
|
6285
|
+
"failure": "OrgChartLoadFailed"
|
|
6286
6286
|
}
|
|
6287
6287
|
}
|
|
6288
6288
|
],
|
|
@@ -6290,25 +6290,27 @@
|
|
|
6290
6290
|
"render-ui",
|
|
6291
6291
|
"main",
|
|
6292
6292
|
{
|
|
6293
|
+
"type": "dashboard-layout",
|
|
6294
|
+
"appName": "HRPortal",
|
|
6293
6295
|
"navItems": [
|
|
6294
6296
|
{
|
|
6295
6297
|
"href": "/employees",
|
|
6296
|
-
"
|
|
6297
|
-
"
|
|
6298
|
+
"icon": "users",
|
|
6299
|
+
"label": "Employees"
|
|
6298
6300
|
},
|
|
6299
6301
|
{
|
|
6300
|
-
"
|
|
6302
|
+
"label": "Onboarding",
|
|
6301
6303
|
"icon": "layout-list",
|
|
6302
|
-
"
|
|
6304
|
+
"href": "/onboarding"
|
|
6303
6305
|
},
|
|
6304
6306
|
{
|
|
6305
|
-
"
|
|
6307
|
+
"icon": "calendar",
|
|
6306
6308
|
"href": "/timeoff",
|
|
6307
|
-
"
|
|
6309
|
+
"label": "Time Off"
|
|
6308
6310
|
},
|
|
6309
6311
|
{
|
|
6310
|
-
"icon": "layout-list",
|
|
6311
6312
|
"href": "/org-chart",
|
|
6313
|
+
"icon": "layout-list",
|
|
6312
6314
|
"label": "Org Chart"
|
|
6313
6315
|
}
|
|
6314
6316
|
],
|
|
@@ -6317,9 +6319,11 @@
|
|
|
6317
6319
|
"type": "scaled-diagram",
|
|
6318
6320
|
"children": [
|
|
6319
6321
|
{
|
|
6322
|
+
"type": "stack",
|
|
6323
|
+
"gap": "lg",
|
|
6324
|
+
"direction": "vertical",
|
|
6320
6325
|
"children": [
|
|
6321
6326
|
{
|
|
6322
|
-
"type": "breadcrumb",
|
|
6323
6327
|
"items": [
|
|
6324
6328
|
{
|
|
6325
6329
|
"label": "Home",
|
|
@@ -6328,9 +6332,12 @@
|
|
|
6328
6332
|
{
|
|
6329
6333
|
"label": "Org Chart"
|
|
6330
6334
|
}
|
|
6331
|
-
]
|
|
6335
|
+
],
|
|
6336
|
+
"type": "breadcrumb"
|
|
6332
6337
|
},
|
|
6333
6338
|
{
|
|
6339
|
+
"direction": "horizontal",
|
|
6340
|
+
"type": "stack",
|
|
6334
6341
|
"children": [
|
|
6335
6342
|
{
|
|
6336
6343
|
"children": [
|
|
@@ -6344,112 +6351,109 @@
|
|
|
6344
6351
|
"variant": "h2"
|
|
6345
6352
|
}
|
|
6346
6353
|
],
|
|
6354
|
+
"type": "stack",
|
|
6347
6355
|
"direction": "horizontal",
|
|
6348
|
-
"gap": "md"
|
|
6349
|
-
"type": "stack"
|
|
6356
|
+
"gap": "md"
|
|
6350
6357
|
},
|
|
6351
6358
|
{
|
|
6359
|
+
"action": "REFRESH",
|
|
6352
6360
|
"label": "Refresh",
|
|
6353
|
-
"variant": "secondary",
|
|
6354
6361
|
"icon": "refresh-cw",
|
|
6355
|
-
"
|
|
6356
|
-
"
|
|
6362
|
+
"type": "button",
|
|
6363
|
+
"variant": "secondary"
|
|
6357
6364
|
}
|
|
6358
6365
|
],
|
|
6359
|
-
"
|
|
6360
|
-
"
|
|
6361
|
-
"type": "stack",
|
|
6362
|
-
"justify": "between"
|
|
6366
|
+
"justify": "between",
|
|
6367
|
+
"gap": "md"
|
|
6363
6368
|
},
|
|
6364
6369
|
{
|
|
6365
6370
|
"type": "divider"
|
|
6366
6371
|
},
|
|
6367
6372
|
{
|
|
6368
|
-
"padding": "md",
|
|
6369
|
-
"type": "box",
|
|
6370
6373
|
"children": [
|
|
6371
6374
|
{
|
|
6372
|
-
"cols": 3.0,
|
|
6373
6375
|
"type": "simple-grid",
|
|
6374
6376
|
"children": [
|
|
6375
6377
|
{
|
|
6376
6378
|
"value": "@entity.totalEmployees",
|
|
6377
|
-
"
|
|
6378
|
-
"
|
|
6379
|
+
"label": "TotalEmployees",
|
|
6380
|
+
"type": "stat-display"
|
|
6379
6381
|
},
|
|
6380
6382
|
{
|
|
6383
|
+
"label": "Departments",
|
|
6381
6384
|
"value": "@entity.departments",
|
|
6382
|
-
"type": "stat-display"
|
|
6383
|
-
"label": "Departments"
|
|
6385
|
+
"type": "stat-display"
|
|
6384
6386
|
},
|
|
6385
6387
|
{
|
|
6388
|
+
"label": "OpenPositions",
|
|
6386
6389
|
"type": "stat-display",
|
|
6387
|
-
"value": "@entity.openPositions"
|
|
6388
|
-
"label": "OpenPositions"
|
|
6390
|
+
"value": "@entity.openPositions"
|
|
6389
6391
|
},
|
|
6390
6392
|
{
|
|
6393
|
+
"type": "card",
|
|
6391
6394
|
"children": [
|
|
6392
6395
|
{
|
|
6396
|
+
"gap": "sm",
|
|
6397
|
+
"type": "stack",
|
|
6393
6398
|
"children": [
|
|
6394
6399
|
{
|
|
6400
|
+
"content": "AvgTenure",
|
|
6395
6401
|
"type": "typography",
|
|
6396
|
-
"variant": "caption"
|
|
6397
|
-
"content": "AvgTenure"
|
|
6402
|
+
"variant": "caption"
|
|
6398
6403
|
},
|
|
6399
6404
|
{
|
|
6400
|
-
"content": "@entity.avgTenure",
|
|
6401
6405
|
"variant": "h3",
|
|
6402
|
-
"type": "typography"
|
|
6406
|
+
"type": "typography",
|
|
6407
|
+
"content": "@entity.avgTenure"
|
|
6403
6408
|
}
|
|
6404
6409
|
],
|
|
6405
|
-
"direction": "vertical"
|
|
6406
|
-
"type": "stack",
|
|
6407
|
-
"gap": "sm"
|
|
6410
|
+
"direction": "vertical"
|
|
6408
6411
|
}
|
|
6409
|
-
]
|
|
6410
|
-
"type": "card"
|
|
6412
|
+
]
|
|
6411
6413
|
},
|
|
6412
6414
|
{
|
|
6413
6415
|
"type": "stat-display",
|
|
6414
|
-
"
|
|
6415
|
-
"
|
|
6416
|
+
"value": "@entity.headcount",
|
|
6417
|
+
"label": "Headcount"
|
|
6416
6418
|
}
|
|
6417
|
-
]
|
|
6419
|
+
],
|
|
6420
|
+
"cols": 3.0
|
|
6418
6421
|
}
|
|
6419
|
-
]
|
|
6422
|
+
],
|
|
6423
|
+
"type": "box",
|
|
6424
|
+
"padding": "md"
|
|
6420
6425
|
},
|
|
6421
6426
|
{
|
|
6422
6427
|
"type": "divider"
|
|
6423
6428
|
},
|
|
6424
6429
|
{
|
|
6425
6430
|
"type": "grid",
|
|
6426
|
-
"cols": 2.0,
|
|
6427
6431
|
"children": [
|
|
6428
6432
|
{
|
|
6429
|
-
"type": "card",
|
|
6430
6433
|
"children": [
|
|
6431
6434
|
{
|
|
6432
6435
|
"type": "typography",
|
|
6433
|
-
"
|
|
6434
|
-
"
|
|
6436
|
+
"variant": "caption",
|
|
6437
|
+
"content": "Chart View"
|
|
6435
6438
|
}
|
|
6436
|
-
]
|
|
6439
|
+
],
|
|
6440
|
+
"type": "card"
|
|
6437
6441
|
},
|
|
6438
6442
|
{
|
|
6443
|
+
"type": "card",
|
|
6439
6444
|
"children": [
|
|
6440
6445
|
{
|
|
6441
6446
|
"type": "typography",
|
|
6442
6447
|
"variant": "caption",
|
|
6443
6448
|
"content": "Graph View"
|
|
6444
6449
|
}
|
|
6445
|
-
]
|
|
6446
|
-
"type": "card"
|
|
6450
|
+
]
|
|
6447
6451
|
}
|
|
6448
6452
|
],
|
|
6453
|
+
"cols": 2.0,
|
|
6449
6454
|
"gap": "md"
|
|
6450
6455
|
},
|
|
6451
6456
|
{
|
|
6452
|
-
"type": "line-chart",
|
|
6453
6457
|
"data": [
|
|
6454
6458
|
{
|
|
6455
6459
|
"date": "Jan",
|
|
@@ -6464,18 +6468,19 @@
|
|
|
6464
6468
|
"value": 15.0
|
|
6465
6469
|
},
|
|
6466
6470
|
{
|
|
6467
|
-
"
|
|
6468
|
-
"
|
|
6471
|
+
"date": "Apr",
|
|
6472
|
+
"value": 25.0
|
|
6469
6473
|
},
|
|
6470
6474
|
{
|
|
6471
|
-
"
|
|
6472
|
-
"
|
|
6475
|
+
"date": "May",
|
|
6476
|
+
"value": 22.0
|
|
6473
6477
|
},
|
|
6474
6478
|
{
|
|
6475
|
-
"
|
|
6476
|
-
"
|
|
6479
|
+
"value": 30.0,
|
|
6480
|
+
"date": "Jun"
|
|
6477
6481
|
}
|
|
6478
|
-
]
|
|
6482
|
+
],
|
|
6483
|
+
"type": "line-chart"
|
|
6479
6484
|
},
|
|
6480
6485
|
{
|
|
6481
6486
|
"type": "chart-legend",
|
|
@@ -6485,21 +6490,20 @@
|
|
|
6485
6490
|
"color": "primary"
|
|
6486
6491
|
},
|
|
6487
6492
|
{
|
|
6488
|
-
"
|
|
6489
|
-
"
|
|
6493
|
+
"label": "Previous",
|
|
6494
|
+
"color": "muted"
|
|
6490
6495
|
}
|
|
6491
6496
|
]
|
|
6492
6497
|
},
|
|
6493
6498
|
{
|
|
6494
|
-
"height": 200.0,
|
|
6495
6499
|
"nodes": [
|
|
6496
6500
|
{
|
|
6497
|
-
"
|
|
6498
|
-
"
|
|
6501
|
+
"id": "a",
|
|
6502
|
+
"label": "Start"
|
|
6499
6503
|
},
|
|
6500
6504
|
{
|
|
6501
|
-
"
|
|
6502
|
-
"
|
|
6505
|
+
"id": "b",
|
|
6506
|
+
"label": "Process"
|
|
6503
6507
|
},
|
|
6504
6508
|
{
|
|
6505
6509
|
"id": "c",
|
|
@@ -6507,6 +6511,7 @@
|
|
|
6507
6511
|
}
|
|
6508
6512
|
],
|
|
6509
6513
|
"type": "graph-view",
|
|
6514
|
+
"height": 200.0,
|
|
6510
6515
|
"edges": [
|
|
6511
6516
|
{
|
|
6512
6517
|
"source": "a",
|
|
@@ -6519,16 +6524,11 @@
|
|
|
6519
6524
|
],
|
|
6520
6525
|
"width": 400.0
|
|
6521
6526
|
}
|
|
6522
|
-
]
|
|
6523
|
-
"type": "stack",
|
|
6524
|
-
"gap": "lg",
|
|
6525
|
-
"direction": "vertical"
|
|
6527
|
+
]
|
|
6526
6528
|
}
|
|
6527
6529
|
]
|
|
6528
6530
|
}
|
|
6529
|
-
]
|
|
6530
|
-
"appName": "HRPortal",
|
|
6531
|
-
"type": "dashboard-layout"
|
|
6531
|
+
]
|
|
6532
6532
|
}
|
|
6533
6533
|
]
|
|
6534
6534
|
]
|
|
@@ -6543,8 +6543,8 @@
|
|
|
6543
6543
|
"OrgChart",
|
|
6544
6544
|
{
|
|
6545
6545
|
"emit": {
|
|
6546
|
-
"
|
|
6547
|
-
"
|
|
6546
|
+
"success": "OrgChartLoaded",
|
|
6547
|
+
"failure": "OrgChartLoadFailed"
|
|
6548
6548
|
}
|
|
6549
6549
|
}
|
|
6550
6550
|
],
|
|
@@ -6554,14 +6554,14 @@
|
|
|
6554
6554
|
{
|
|
6555
6555
|
"navItems": [
|
|
6556
6556
|
{
|
|
6557
|
+
"href": "/employees",
|
|
6557
6558
|
"label": "Employees",
|
|
6558
|
-
"icon": "users"
|
|
6559
|
-
"href": "/employees"
|
|
6559
|
+
"icon": "users"
|
|
6560
6560
|
},
|
|
6561
6561
|
{
|
|
6562
6562
|
"label": "Onboarding",
|
|
6563
|
-
"
|
|
6564
|
-
"
|
|
6563
|
+
"icon": "layout-list",
|
|
6564
|
+
"href": "/onboarding"
|
|
6565
6565
|
},
|
|
6566
6566
|
{
|
|
6567
6567
|
"href": "/timeoff",
|
|
@@ -6574,30 +6574,33 @@
|
|
|
6574
6574
|
"label": "Org Chart"
|
|
6575
6575
|
}
|
|
6576
6576
|
],
|
|
6577
|
-
"type": "dashboard-layout",
|
|
6578
6577
|
"children": [
|
|
6579
6578
|
{
|
|
6579
|
+
"type": "scaled-diagram",
|
|
6580
6580
|
"children": [
|
|
6581
6581
|
{
|
|
6582
|
-
"
|
|
6582
|
+
"direction": "vertical",
|
|
6583
6583
|
"children": [
|
|
6584
6584
|
{
|
|
6585
|
-
"type": "breadcrumb",
|
|
6586
6585
|
"items": [
|
|
6587
6586
|
{
|
|
6588
|
-
"
|
|
6589
|
-
"
|
|
6587
|
+
"href": "/",
|
|
6588
|
+
"label": "Home"
|
|
6590
6589
|
},
|
|
6591
6590
|
{
|
|
6592
6591
|
"label": "Org Chart"
|
|
6593
6592
|
}
|
|
6594
|
-
]
|
|
6593
|
+
],
|
|
6594
|
+
"type": "breadcrumb"
|
|
6595
6595
|
},
|
|
6596
6596
|
{
|
|
6597
|
+
"justify": "between",
|
|
6598
|
+
"direction": "horizontal",
|
|
6599
|
+
"gap": "md",
|
|
6600
|
+
"type": "stack",
|
|
6597
6601
|
"children": [
|
|
6598
6602
|
{
|
|
6599
6603
|
"type": "stack",
|
|
6600
|
-
"direction": "horizontal",
|
|
6601
6604
|
"gap": "md",
|
|
6602
6605
|
"children": [
|
|
6603
6606
|
{
|
|
@@ -6606,23 +6609,20 @@
|
|
|
6606
6609
|
},
|
|
6607
6610
|
{
|
|
6608
6611
|
"variant": "h2",
|
|
6609
|
-
"
|
|
6610
|
-
"
|
|
6612
|
+
"content": "Org Chart",
|
|
6613
|
+
"type": "typography"
|
|
6611
6614
|
}
|
|
6612
|
-
]
|
|
6615
|
+
],
|
|
6616
|
+
"direction": "horizontal"
|
|
6613
6617
|
},
|
|
6614
6618
|
{
|
|
6615
|
-
"action": "REFRESH",
|
|
6616
|
-
"label": "Refresh",
|
|
6617
6619
|
"type": "button",
|
|
6620
|
+
"action": "REFRESH",
|
|
6618
6621
|
"variant": "secondary",
|
|
6619
|
-
"icon": "refresh-cw"
|
|
6622
|
+
"icon": "refresh-cw",
|
|
6623
|
+
"label": "Refresh"
|
|
6620
6624
|
}
|
|
6621
|
-
]
|
|
6622
|
-
"justify": "between",
|
|
6623
|
-
"type": "stack",
|
|
6624
|
-
"direction": "horizontal",
|
|
6625
|
-
"gap": "md"
|
|
6625
|
+
]
|
|
6626
6626
|
},
|
|
6627
6627
|
{
|
|
6628
6628
|
"type": "divider"
|
|
@@ -6631,18 +6631,18 @@
|
|
|
6631
6631
|
"type": "box",
|
|
6632
6632
|
"children": [
|
|
6633
6633
|
{
|
|
6634
|
-
"cols": 3.0,
|
|
6635
6634
|
"type": "simple-grid",
|
|
6635
|
+
"cols": 3.0,
|
|
6636
6636
|
"children": [
|
|
6637
6637
|
{
|
|
6638
|
-
"
|
|
6638
|
+
"value": "@entity.totalEmployees",
|
|
6639
6639
|
"type": "stat-display",
|
|
6640
|
-
"
|
|
6640
|
+
"label": "TotalEmployees"
|
|
6641
6641
|
},
|
|
6642
6642
|
{
|
|
6643
|
-
"
|
|
6643
|
+
"label": "Departments",
|
|
6644
6644
|
"type": "stat-display",
|
|
6645
|
-
"
|
|
6645
|
+
"value": "@entity.departments"
|
|
6646
6646
|
},
|
|
6647
6647
|
{
|
|
6648
6648
|
"value": "@entity.openPositions",
|
|
@@ -6650,13 +6650,12 @@
|
|
|
6650
6650
|
"type": "stat-display"
|
|
6651
6651
|
},
|
|
6652
6652
|
{
|
|
6653
|
-
"type": "card",
|
|
6654
6653
|
"children": [
|
|
6655
6654
|
{
|
|
6656
6655
|
"children": [
|
|
6657
6656
|
{
|
|
6658
|
-
"variant": "caption",
|
|
6659
6657
|
"content": "AvgTenure",
|
|
6658
|
+
"variant": "caption",
|
|
6660
6659
|
"type": "typography"
|
|
6661
6660
|
},
|
|
6662
6661
|
{
|
|
@@ -6666,10 +6665,11 @@
|
|
|
6666
6665
|
}
|
|
6667
6666
|
],
|
|
6668
6667
|
"gap": "sm",
|
|
6669
|
-
"
|
|
6670
|
-
"
|
|
6668
|
+
"type": "stack",
|
|
6669
|
+
"direction": "vertical"
|
|
6671
6670
|
}
|
|
6672
|
-
]
|
|
6671
|
+
],
|
|
6672
|
+
"type": "card"
|
|
6673
6673
|
},
|
|
6674
6674
|
{
|
|
6675
6675
|
"value": "@entity.headcount",
|
|
@@ -6691,48 +6691,48 @@
|
|
|
6691
6691
|
"type": "card",
|
|
6692
6692
|
"children": [
|
|
6693
6693
|
{
|
|
6694
|
+
"type": "typography",
|
|
6694
6695
|
"variant": "caption",
|
|
6695
|
-
"content": "Chart View"
|
|
6696
|
-
"type": "typography"
|
|
6696
|
+
"content": "Chart View"
|
|
6697
6697
|
}
|
|
6698
6698
|
]
|
|
6699
6699
|
},
|
|
6700
6700
|
{
|
|
6701
6701
|
"children": [
|
|
6702
6702
|
{
|
|
6703
|
+
"variant": "caption",
|
|
6703
6704
|
"type": "typography",
|
|
6704
|
-
"content": "Graph View"
|
|
6705
|
-
"variant": "caption"
|
|
6705
|
+
"content": "Graph View"
|
|
6706
6706
|
}
|
|
6707
6707
|
],
|
|
6708
6708
|
"type": "card"
|
|
6709
6709
|
}
|
|
6710
6710
|
],
|
|
6711
|
-
"
|
|
6712
|
-
"
|
|
6711
|
+
"gap": "md",
|
|
6712
|
+
"type": "grid"
|
|
6713
6713
|
},
|
|
6714
6714
|
{
|
|
6715
6715
|
"type": "line-chart",
|
|
6716
6716
|
"data": [
|
|
6717
6717
|
{
|
|
6718
|
-
"
|
|
6719
|
-
"
|
|
6718
|
+
"date": "Jan",
|
|
6719
|
+
"value": 12.0
|
|
6720
6720
|
},
|
|
6721
6721
|
{
|
|
6722
6722
|
"value": 19.0,
|
|
6723
6723
|
"date": "Feb"
|
|
6724
6724
|
},
|
|
6725
6725
|
{
|
|
6726
|
-
"
|
|
6727
|
-
"
|
|
6726
|
+
"date": "Mar",
|
|
6727
|
+
"value": 15.0
|
|
6728
6728
|
},
|
|
6729
6729
|
{
|
|
6730
6730
|
"date": "Apr",
|
|
6731
6731
|
"value": 25.0
|
|
6732
6732
|
},
|
|
6733
6733
|
{
|
|
6734
|
-
"
|
|
6735
|
-
"
|
|
6734
|
+
"value": 22.0,
|
|
6735
|
+
"date": "May"
|
|
6736
6736
|
},
|
|
6737
6737
|
{
|
|
6738
6738
|
"date": "Jun",
|
|
@@ -6748,16 +6748,28 @@
|
|
|
6748
6748
|
"color": "primary"
|
|
6749
6749
|
},
|
|
6750
6750
|
{
|
|
6751
|
-
"
|
|
6752
|
-
"
|
|
6751
|
+
"color": "muted",
|
|
6752
|
+
"label": "Previous"
|
|
6753
6753
|
}
|
|
6754
6754
|
]
|
|
6755
6755
|
},
|
|
6756
6756
|
{
|
|
6757
|
+
"height": 200.0,
|
|
6758
|
+
"edges": [
|
|
6759
|
+
{
|
|
6760
|
+
"source": "a",
|
|
6761
|
+
"target": "b"
|
|
6762
|
+
},
|
|
6763
|
+
{
|
|
6764
|
+
"source": "b",
|
|
6765
|
+
"target": "c"
|
|
6766
|
+
}
|
|
6767
|
+
],
|
|
6768
|
+
"type": "graph-view",
|
|
6757
6769
|
"nodes": [
|
|
6758
6770
|
{
|
|
6759
|
-
"
|
|
6760
|
-
"
|
|
6771
|
+
"id": "a",
|
|
6772
|
+
"label": "Start"
|
|
6761
6773
|
},
|
|
6762
6774
|
{
|
|
6763
6775
|
"label": "Process",
|
|
@@ -6768,28 +6780,16 @@
|
|
|
6768
6780
|
"label": "End"
|
|
6769
6781
|
}
|
|
6770
6782
|
],
|
|
6771
|
-
"
|
|
6772
|
-
"height": 200.0,
|
|
6773
|
-
"width": 400.0,
|
|
6774
|
-
"edges": [
|
|
6775
|
-
{
|
|
6776
|
-
"source": "a",
|
|
6777
|
-
"target": "b"
|
|
6778
|
-
},
|
|
6779
|
-
{
|
|
6780
|
-
"source": "b",
|
|
6781
|
-
"target": "c"
|
|
6782
|
-
}
|
|
6783
|
-
]
|
|
6783
|
+
"width": 400.0
|
|
6784
6784
|
}
|
|
6785
6785
|
],
|
|
6786
|
-
"
|
|
6787
|
-
"
|
|
6786
|
+
"gap": "lg",
|
|
6787
|
+
"type": "stack"
|
|
6788
6788
|
}
|
|
6789
|
-
]
|
|
6790
|
-
"type": "scaled-diagram"
|
|
6789
|
+
]
|
|
6791
6790
|
}
|
|
6792
6791
|
],
|
|
6792
|
+
"type": "dashboard-layout",
|
|
6793
6793
|
"appName": "HRPortal"
|
|
6794
6794
|
}
|
|
6795
6795
|
]
|
|
@@ -6805,8 +6805,8 @@
|
|
|
6805
6805
|
"OrgChart",
|
|
6806
6806
|
{
|
|
6807
6807
|
"emit": {
|
|
6808
|
-
"
|
|
6809
|
-
"
|
|
6808
|
+
"success": "OrgChartLoaded",
|
|
6809
|
+
"failure": "OrgChartLoadFailed"
|
|
6810
6810
|
}
|
|
6811
6811
|
}
|
|
6812
6812
|
],
|
|
@@ -6814,29 +6814,6 @@
|
|
|
6814
6814
|
"render-ui",
|
|
6815
6815
|
"main",
|
|
6816
6816
|
{
|
|
6817
|
-
"navItems": [
|
|
6818
|
-
{
|
|
6819
|
-
"icon": "users",
|
|
6820
|
-
"label": "Employees",
|
|
6821
|
-
"href": "/employees"
|
|
6822
|
-
},
|
|
6823
|
-
{
|
|
6824
|
-
"label": "Onboarding",
|
|
6825
|
-
"icon": "layout-list",
|
|
6826
|
-
"href": "/onboarding"
|
|
6827
|
-
},
|
|
6828
|
-
{
|
|
6829
|
-
"icon": "calendar",
|
|
6830
|
-
"href": "/timeoff",
|
|
6831
|
-
"label": "Time Off"
|
|
6832
|
-
},
|
|
6833
|
-
{
|
|
6834
|
-
"icon": "layout-list",
|
|
6835
|
-
"label": "Org Chart",
|
|
6836
|
-
"href": "/org-chart"
|
|
6837
|
-
}
|
|
6838
|
-
],
|
|
6839
|
-
"type": "dashboard-layout",
|
|
6840
6817
|
"children": [
|
|
6841
6818
|
{
|
|
6842
6819
|
"type": "scaled-diagram",
|
|
@@ -6846,8 +6823,8 @@
|
|
|
6846
6823
|
{
|
|
6847
6824
|
"items": [
|
|
6848
6825
|
{
|
|
6849
|
-
"
|
|
6850
|
-
"
|
|
6826
|
+
"href": "/",
|
|
6827
|
+
"label": "Home"
|
|
6851
6828
|
},
|
|
6852
6829
|
{
|
|
6853
6830
|
"label": "Org Chart"
|
|
@@ -6859,10 +6836,9 @@
|
|
|
6859
6836
|
"justify": "between",
|
|
6860
6837
|
"type": "stack",
|
|
6861
6838
|
"direction": "horizontal",
|
|
6839
|
+
"gap": "md",
|
|
6862
6840
|
"children": [
|
|
6863
6841
|
{
|
|
6864
|
-
"gap": "md",
|
|
6865
|
-
"direction": "horizontal",
|
|
6866
6842
|
"children": [
|
|
6867
6843
|
{
|
|
6868
6844
|
"name": "git-branch",
|
|
@@ -6870,39 +6846,39 @@
|
|
|
6870
6846
|
},
|
|
6871
6847
|
{
|
|
6872
6848
|
"content": "Org Chart",
|
|
6873
|
-
"
|
|
6874
|
-
"
|
|
6849
|
+
"type": "typography",
|
|
6850
|
+
"variant": "h2"
|
|
6875
6851
|
}
|
|
6876
6852
|
],
|
|
6877
|
-
"
|
|
6853
|
+
"gap": "md",
|
|
6854
|
+
"type": "stack",
|
|
6855
|
+
"direction": "horizontal"
|
|
6878
6856
|
},
|
|
6879
6857
|
{
|
|
6880
|
-
"label": "Refresh",
|
|
6881
|
-
"action": "REFRESH",
|
|
6882
6858
|
"variant": "secondary",
|
|
6859
|
+
"action": "REFRESH",
|
|
6883
6860
|
"icon": "refresh-cw",
|
|
6884
|
-
"type": "button"
|
|
6861
|
+
"type": "button",
|
|
6862
|
+
"label": "Refresh"
|
|
6885
6863
|
}
|
|
6886
|
-
]
|
|
6887
|
-
"gap": "md"
|
|
6864
|
+
]
|
|
6888
6865
|
},
|
|
6889
6866
|
{
|
|
6890
6867
|
"type": "divider"
|
|
6891
6868
|
},
|
|
6892
6869
|
{
|
|
6893
|
-
"type": "box",
|
|
6894
|
-
"padding": "md",
|
|
6895
6870
|
"children": [
|
|
6896
6871
|
{
|
|
6872
|
+
"cols": 3.0,
|
|
6897
6873
|
"children": [
|
|
6898
6874
|
{
|
|
6899
|
-
"
|
|
6875
|
+
"label": "TotalEmployees",
|
|
6900
6876
|
"value": "@entity.totalEmployees",
|
|
6901
|
-
"
|
|
6877
|
+
"type": "stat-display"
|
|
6902
6878
|
},
|
|
6903
6879
|
{
|
|
6904
|
-
"type": "stat-display",
|
|
6905
6880
|
"label": "Departments",
|
|
6881
|
+
"type": "stat-display",
|
|
6906
6882
|
"value": "@entity.departments"
|
|
6907
6883
|
},
|
|
6908
6884
|
{
|
|
@@ -6911,37 +6887,38 @@
|
|
|
6911
6887
|
"value": "@entity.openPositions"
|
|
6912
6888
|
},
|
|
6913
6889
|
{
|
|
6914
|
-
"type": "card",
|
|
6915
6890
|
"children": [
|
|
6916
6891
|
{
|
|
6892
|
+
"gap": "sm",
|
|
6917
6893
|
"type": "stack",
|
|
6894
|
+
"direction": "vertical",
|
|
6918
6895
|
"children": [
|
|
6919
6896
|
{
|
|
6920
|
-
"type": "typography",
|
|
6921
6897
|
"content": "AvgTenure",
|
|
6898
|
+
"type": "typography",
|
|
6922
6899
|
"variant": "caption"
|
|
6923
6900
|
},
|
|
6924
6901
|
{
|
|
6925
|
-
"variant": "h3",
|
|
6926
6902
|
"type": "typography",
|
|
6903
|
+
"variant": "h3",
|
|
6927
6904
|
"content": "@entity.avgTenure"
|
|
6928
6905
|
}
|
|
6929
|
-
]
|
|
6930
|
-
"direction": "vertical",
|
|
6931
|
-
"gap": "sm"
|
|
6906
|
+
]
|
|
6932
6907
|
}
|
|
6933
|
-
]
|
|
6908
|
+
],
|
|
6909
|
+
"type": "card"
|
|
6934
6910
|
},
|
|
6935
6911
|
{
|
|
6936
6912
|
"label": "Headcount",
|
|
6937
|
-
"
|
|
6938
|
-
"
|
|
6913
|
+
"value": "@entity.headcount",
|
|
6914
|
+
"type": "stat-display"
|
|
6939
6915
|
}
|
|
6940
6916
|
],
|
|
6941
|
-
"type": "simple-grid"
|
|
6942
|
-
"cols": 3.0
|
|
6917
|
+
"type": "simple-grid"
|
|
6943
6918
|
}
|
|
6944
|
-
]
|
|
6919
|
+
],
|
|
6920
|
+
"type": "box",
|
|
6921
|
+
"padding": "md"
|
|
6945
6922
|
},
|
|
6946
6923
|
{
|
|
6947
6924
|
"type": "divider"
|
|
@@ -6949,86 +6926,73 @@
|
|
|
6949
6926
|
{
|
|
6950
6927
|
"children": [
|
|
6951
6928
|
{
|
|
6929
|
+
"type": "card",
|
|
6952
6930
|
"children": [
|
|
6953
6931
|
{
|
|
6954
6932
|
"type": "typography",
|
|
6955
6933
|
"content": "Chart View",
|
|
6956
6934
|
"variant": "caption"
|
|
6957
6935
|
}
|
|
6958
|
-
]
|
|
6959
|
-
"type": "card"
|
|
6936
|
+
]
|
|
6960
6937
|
},
|
|
6961
6938
|
{
|
|
6962
6939
|
"type": "card",
|
|
6963
6940
|
"children": [
|
|
6964
6941
|
{
|
|
6942
|
+
"type": "typography",
|
|
6965
6943
|
"variant": "caption",
|
|
6966
|
-
"content": "Graph View"
|
|
6967
|
-
"type": "typography"
|
|
6944
|
+
"content": "Graph View"
|
|
6968
6945
|
}
|
|
6969
6946
|
]
|
|
6970
6947
|
}
|
|
6971
6948
|
],
|
|
6972
|
-
"cols": 2.0,
|
|
6973
6949
|
"gap": "md",
|
|
6950
|
+
"cols": 2.0,
|
|
6974
6951
|
"type": "grid"
|
|
6975
6952
|
},
|
|
6976
6953
|
{
|
|
6977
6954
|
"type": "line-chart",
|
|
6978
6955
|
"data": [
|
|
6979
6956
|
{
|
|
6980
|
-
"
|
|
6981
|
-
"
|
|
6957
|
+
"date": "Jan",
|
|
6958
|
+
"value": 12.0
|
|
6982
6959
|
},
|
|
6983
6960
|
{
|
|
6984
|
-
"
|
|
6985
|
-
"
|
|
6961
|
+
"value": 19.0,
|
|
6962
|
+
"date": "Feb"
|
|
6986
6963
|
},
|
|
6987
6964
|
{
|
|
6988
6965
|
"date": "Mar",
|
|
6989
6966
|
"value": 15.0
|
|
6990
6967
|
},
|
|
6991
6968
|
{
|
|
6992
|
-
"
|
|
6993
|
-
"
|
|
6969
|
+
"value": 25.0,
|
|
6970
|
+
"date": "Apr"
|
|
6994
6971
|
},
|
|
6995
6972
|
{
|
|
6996
6973
|
"date": "May",
|
|
6997
6974
|
"value": 22.0
|
|
6998
6975
|
},
|
|
6999
6976
|
{
|
|
7000
|
-
"
|
|
7001
|
-
"
|
|
6977
|
+
"date": "Jun",
|
|
6978
|
+
"value": 30.0
|
|
7002
6979
|
}
|
|
7003
6980
|
]
|
|
7004
6981
|
},
|
|
7005
6982
|
{
|
|
6983
|
+
"type": "chart-legend",
|
|
7006
6984
|
"items": [
|
|
7007
6985
|
{
|
|
7008
|
-
"
|
|
7009
|
-
"
|
|
6986
|
+
"label": "Current",
|
|
6987
|
+
"color": "primary"
|
|
7010
6988
|
},
|
|
7011
6989
|
{
|
|
7012
|
-
"
|
|
7013
|
-
"
|
|
6990
|
+
"color": "muted",
|
|
6991
|
+
"label": "Previous"
|
|
7014
6992
|
}
|
|
7015
|
-
]
|
|
7016
|
-
"type": "chart-legend"
|
|
6993
|
+
]
|
|
7017
6994
|
},
|
|
7018
6995
|
{
|
|
7019
|
-
"width": 400.0,
|
|
7020
|
-
"edges": [
|
|
7021
|
-
{
|
|
7022
|
-
"source": "a",
|
|
7023
|
-
"target": "b"
|
|
7024
|
-
},
|
|
7025
|
-
{
|
|
7026
|
-
"target": "c",
|
|
7027
|
-
"source": "b"
|
|
7028
|
-
}
|
|
7029
|
-
],
|
|
7030
|
-
"type": "graph-view",
|
|
7031
|
-
"height": 200.0,
|
|
7032
6996
|
"nodes": [
|
|
7033
6997
|
{
|
|
7034
6998
|
"label": "Start",
|
|
@@ -7042,16 +7006,52 @@
|
|
|
7042
7006
|
"id": "c",
|
|
7043
7007
|
"label": "End"
|
|
7044
7008
|
}
|
|
7009
|
+
],
|
|
7010
|
+
"type": "graph-view",
|
|
7011
|
+
"width": 400.0,
|
|
7012
|
+
"height": 200.0,
|
|
7013
|
+
"edges": [
|
|
7014
|
+
{
|
|
7015
|
+
"source": "a",
|
|
7016
|
+
"target": "b"
|
|
7017
|
+
},
|
|
7018
|
+
{
|
|
7019
|
+
"source": "b",
|
|
7020
|
+
"target": "c"
|
|
7021
|
+
}
|
|
7045
7022
|
]
|
|
7046
7023
|
}
|
|
7047
7024
|
],
|
|
7048
|
-
"gap": "lg",
|
|
7049
7025
|
"type": "stack",
|
|
7050
|
-
"direction": "vertical"
|
|
7026
|
+
"direction": "vertical",
|
|
7027
|
+
"gap": "lg"
|
|
7051
7028
|
}
|
|
7052
7029
|
]
|
|
7053
7030
|
}
|
|
7054
7031
|
],
|
|
7032
|
+
"navItems": [
|
|
7033
|
+
{
|
|
7034
|
+
"href": "/employees",
|
|
7035
|
+
"label": "Employees",
|
|
7036
|
+
"icon": "users"
|
|
7037
|
+
},
|
|
7038
|
+
{
|
|
7039
|
+
"href": "/onboarding",
|
|
7040
|
+
"icon": "layout-list",
|
|
7041
|
+
"label": "Onboarding"
|
|
7042
|
+
},
|
|
7043
|
+
{
|
|
7044
|
+
"icon": "calendar",
|
|
7045
|
+
"href": "/timeoff",
|
|
7046
|
+
"label": "Time Off"
|
|
7047
|
+
},
|
|
7048
|
+
{
|
|
7049
|
+
"href": "/org-chart",
|
|
7050
|
+
"label": "Org Chart",
|
|
7051
|
+
"icon": "layout-list"
|
|
7052
|
+
}
|
|
7053
|
+
],
|
|
7054
|
+
"type": "dashboard-layout",
|
|
7055
7055
|
"appName": "HRPortal"
|
|
7056
7056
|
}
|
|
7057
7057
|
]
|
|
@@ -7067,8 +7067,8 @@
|
|
|
7067
7067
|
"OrgChart",
|
|
7068
7068
|
{
|
|
7069
7069
|
"emit": {
|
|
7070
|
-
"
|
|
7071
|
-
"
|
|
7070
|
+
"failure": "OrgChartLoadFailed",
|
|
7071
|
+
"success": "OrgChartLoaded"
|
|
7072
7072
|
}
|
|
7073
7073
|
}
|
|
7074
7074
|
],
|
|
@@ -7076,57 +7076,32 @@
|
|
|
7076
7076
|
"render-ui",
|
|
7077
7077
|
"main",
|
|
7078
7078
|
{
|
|
7079
|
-
"navItems": [
|
|
7080
|
-
{
|
|
7081
|
-
"href": "/employees",
|
|
7082
|
-
"icon": "users",
|
|
7083
|
-
"label": "Employees"
|
|
7084
|
-
},
|
|
7085
|
-
{
|
|
7086
|
-
"icon": "layout-list",
|
|
7087
|
-
"label": "Onboarding",
|
|
7088
|
-
"href": "/onboarding"
|
|
7089
|
-
},
|
|
7090
|
-
{
|
|
7091
|
-
"label": "Time Off",
|
|
7092
|
-
"href": "/timeoff",
|
|
7093
|
-
"icon": "calendar"
|
|
7094
|
-
},
|
|
7095
|
-
{
|
|
7096
|
-
"href": "/org-chart",
|
|
7097
|
-
"icon": "layout-list",
|
|
7098
|
-
"label": "Org Chart"
|
|
7099
|
-
}
|
|
7100
|
-
],
|
|
7101
|
-
"type": "dashboard-layout",
|
|
7102
|
-
"appName": "HRPortal",
|
|
7103
7079
|
"children": [
|
|
7104
7080
|
{
|
|
7105
7081
|
"children": [
|
|
7106
7082
|
{
|
|
7083
|
+
"type": "stack",
|
|
7107
7084
|
"gap": "lg",
|
|
7108
7085
|
"direction": "vertical",
|
|
7109
|
-
"type": "stack",
|
|
7110
7086
|
"children": [
|
|
7111
7087
|
{
|
|
7088
|
+
"type": "breadcrumb",
|
|
7112
7089
|
"items": [
|
|
7113
7090
|
{
|
|
7114
|
-
"
|
|
7115
|
-
"
|
|
7091
|
+
"href": "/",
|
|
7092
|
+
"label": "Home"
|
|
7116
7093
|
},
|
|
7117
7094
|
{
|
|
7118
7095
|
"label": "Org Chart"
|
|
7119
7096
|
}
|
|
7120
|
-
]
|
|
7121
|
-
"type": "breadcrumb"
|
|
7097
|
+
]
|
|
7122
7098
|
},
|
|
7123
7099
|
{
|
|
7124
|
-
"justify": "between",
|
|
7125
|
-
"gap": "md",
|
|
7126
|
-
"type": "stack",
|
|
7127
7100
|
"children": [
|
|
7128
7101
|
{
|
|
7102
|
+
"gap": "md",
|
|
7129
7103
|
"direction": "horizontal",
|
|
7104
|
+
"type": "stack",
|
|
7130
7105
|
"children": [
|
|
7131
7106
|
{
|
|
7132
7107
|
"type": "icon",
|
|
@@ -7134,21 +7109,22 @@
|
|
|
7134
7109
|
},
|
|
7135
7110
|
{
|
|
7136
7111
|
"type": "typography",
|
|
7137
|
-
"
|
|
7138
|
-
"
|
|
7112
|
+
"content": "Org Chart",
|
|
7113
|
+
"variant": "h2"
|
|
7139
7114
|
}
|
|
7140
|
-
]
|
|
7141
|
-
"type": "stack",
|
|
7142
|
-
"gap": "md"
|
|
7115
|
+
]
|
|
7143
7116
|
},
|
|
7144
7117
|
{
|
|
7145
|
-
"label": "Refresh",
|
|
7146
7118
|
"action": "REFRESH",
|
|
7119
|
+
"variant": "secondary",
|
|
7147
7120
|
"type": "button",
|
|
7148
|
-
"
|
|
7149
|
-
"
|
|
7121
|
+
"label": "Refresh",
|
|
7122
|
+
"icon": "refresh-cw"
|
|
7150
7123
|
}
|
|
7151
7124
|
],
|
|
7125
|
+
"type": "stack",
|
|
7126
|
+
"gap": "md",
|
|
7127
|
+
"justify": "between",
|
|
7152
7128
|
"direction": "horizontal"
|
|
7153
7129
|
},
|
|
7154
7130
|
{
|
|
@@ -7159,17 +7135,15 @@
|
|
|
7159
7135
|
"padding": "md",
|
|
7160
7136
|
"children": [
|
|
7161
7137
|
{
|
|
7162
|
-
"type": "simple-grid",
|
|
7163
|
-
"cols": 3.0,
|
|
7164
7138
|
"children": [
|
|
7165
7139
|
{
|
|
7166
7140
|
"label": "TotalEmployees",
|
|
7167
|
-
"
|
|
7168
|
-
"
|
|
7141
|
+
"type": "stat-display",
|
|
7142
|
+
"value": "@entity.totalEmployees"
|
|
7169
7143
|
},
|
|
7170
7144
|
{
|
|
7171
|
-
"type": "stat-display",
|
|
7172
7145
|
"label": "Departments",
|
|
7146
|
+
"type": "stat-display",
|
|
7173
7147
|
"value": "@entity.departments"
|
|
7174
7148
|
},
|
|
7175
7149
|
{
|
|
@@ -7180,19 +7154,19 @@
|
|
|
7180
7154
|
{
|
|
7181
7155
|
"children": [
|
|
7182
7156
|
{
|
|
7157
|
+
"type": "stack",
|
|
7183
7158
|
"children": [
|
|
7184
7159
|
{
|
|
7185
|
-
"content": "AvgTenure",
|
|
7186
7160
|
"type": "typography",
|
|
7187
|
-
"variant": "caption"
|
|
7161
|
+
"variant": "caption",
|
|
7162
|
+
"content": "AvgTenure"
|
|
7188
7163
|
},
|
|
7189
7164
|
{
|
|
7190
|
-
"variant": "h3",
|
|
7191
7165
|
"content": "@entity.avgTenure",
|
|
7166
|
+
"variant": "h3",
|
|
7192
7167
|
"type": "typography"
|
|
7193
7168
|
}
|
|
7194
7169
|
],
|
|
7195
|
-
"type": "stack",
|
|
7196
7170
|
"direction": "vertical",
|
|
7197
7171
|
"gap": "sm"
|
|
7198
7172
|
}
|
|
@@ -7200,11 +7174,13 @@
|
|
|
7200
7174
|
"type": "card"
|
|
7201
7175
|
},
|
|
7202
7176
|
{
|
|
7203
|
-
"type": "stat-display",
|
|
7204
7177
|
"label": "Headcount",
|
|
7178
|
+
"type": "stat-display",
|
|
7205
7179
|
"value": "@entity.headcount"
|
|
7206
7180
|
}
|
|
7207
|
-
]
|
|
7181
|
+
],
|
|
7182
|
+
"type": "simple-grid",
|
|
7183
|
+
"cols": 3.0
|
|
7208
7184
|
}
|
|
7209
7185
|
]
|
|
7210
7186
|
},
|
|
@@ -7212,29 +7188,29 @@
|
|
|
7212
7188
|
"type": "divider"
|
|
7213
7189
|
},
|
|
7214
7190
|
{
|
|
7215
|
-
"gap": "md",
|
|
7216
7191
|
"type": "grid",
|
|
7217
7192
|
"cols": 2.0,
|
|
7193
|
+
"gap": "md",
|
|
7218
7194
|
"children": [
|
|
7219
7195
|
{
|
|
7220
7196
|
"type": "card",
|
|
7221
7197
|
"children": [
|
|
7222
7198
|
{
|
|
7199
|
+
"variant": "caption",
|
|
7223
7200
|
"content": "Chart View",
|
|
7224
|
-
"type": "typography"
|
|
7225
|
-
"variant": "caption"
|
|
7201
|
+
"type": "typography"
|
|
7226
7202
|
}
|
|
7227
7203
|
]
|
|
7228
7204
|
},
|
|
7229
7205
|
{
|
|
7206
|
+
"type": "card",
|
|
7230
7207
|
"children": [
|
|
7231
7208
|
{
|
|
7232
|
-
"variant": "caption",
|
|
7233
7209
|
"type": "typography",
|
|
7234
|
-
"content": "Graph View"
|
|
7210
|
+
"content": "Graph View",
|
|
7211
|
+
"variant": "caption"
|
|
7235
7212
|
}
|
|
7236
|
-
]
|
|
7237
|
-
"type": "card"
|
|
7213
|
+
]
|
|
7238
7214
|
}
|
|
7239
7215
|
]
|
|
7240
7216
|
},
|
|
@@ -7246,20 +7222,20 @@
|
|
|
7246
7222
|
"date": "Jan"
|
|
7247
7223
|
},
|
|
7248
7224
|
{
|
|
7249
|
-
"
|
|
7250
|
-
"
|
|
7225
|
+
"value": 19.0,
|
|
7226
|
+
"date": "Feb"
|
|
7251
7227
|
},
|
|
7252
7228
|
{
|
|
7253
7229
|
"date": "Mar",
|
|
7254
7230
|
"value": 15.0
|
|
7255
7231
|
},
|
|
7256
7232
|
{
|
|
7257
|
-
"
|
|
7258
|
-
"
|
|
7233
|
+
"date": "Apr",
|
|
7234
|
+
"value": 25.0
|
|
7259
7235
|
},
|
|
7260
7236
|
{
|
|
7261
|
-
"
|
|
7262
|
-
"
|
|
7237
|
+
"value": 22.0,
|
|
7238
|
+
"date": "May"
|
|
7263
7239
|
},
|
|
7264
7240
|
{
|
|
7265
7241
|
"date": "Jun",
|
|
@@ -7268,53 +7244,77 @@
|
|
|
7268
7244
|
]
|
|
7269
7245
|
},
|
|
7270
7246
|
{
|
|
7247
|
+
"type": "chart-legend",
|
|
7271
7248
|
"items": [
|
|
7272
7249
|
{
|
|
7273
7250
|
"label": "Current",
|
|
7274
7251
|
"color": "primary"
|
|
7275
7252
|
},
|
|
7276
7253
|
{
|
|
7277
|
-
"
|
|
7278
|
-
"
|
|
7254
|
+
"label": "Previous",
|
|
7255
|
+
"color": "muted"
|
|
7279
7256
|
}
|
|
7280
|
-
]
|
|
7281
|
-
"type": "chart-legend"
|
|
7257
|
+
]
|
|
7282
7258
|
},
|
|
7283
7259
|
{
|
|
7260
|
+
"height": 200.0,
|
|
7261
|
+
"edges": [
|
|
7262
|
+
{
|
|
7263
|
+
"source": "a",
|
|
7264
|
+
"target": "b"
|
|
7265
|
+
},
|
|
7266
|
+
{
|
|
7267
|
+
"source": "b",
|
|
7268
|
+
"target": "c"
|
|
7269
|
+
}
|
|
7270
|
+
],
|
|
7284
7271
|
"width": 400.0,
|
|
7272
|
+
"type": "graph-view",
|
|
7285
7273
|
"nodes": [
|
|
7286
7274
|
{
|
|
7287
7275
|
"id": "a",
|
|
7288
7276
|
"label": "Start"
|
|
7289
7277
|
},
|
|
7290
7278
|
{
|
|
7291
|
-
"
|
|
7292
|
-
"
|
|
7279
|
+
"id": "b",
|
|
7280
|
+
"label": "Process"
|
|
7293
7281
|
},
|
|
7294
7282
|
{
|
|
7295
7283
|
"label": "End",
|
|
7296
7284
|
"id": "c"
|
|
7297
7285
|
}
|
|
7298
|
-
]
|
|
7299
|
-
"height": 200.0,
|
|
7300
|
-
"edges": [
|
|
7301
|
-
{
|
|
7302
|
-
"source": "a",
|
|
7303
|
-
"target": "b"
|
|
7304
|
-
},
|
|
7305
|
-
{
|
|
7306
|
-
"target": "c",
|
|
7307
|
-
"source": "b"
|
|
7308
|
-
}
|
|
7309
|
-
],
|
|
7310
|
-
"type": "graph-view"
|
|
7286
|
+
]
|
|
7311
7287
|
}
|
|
7312
7288
|
]
|
|
7313
7289
|
}
|
|
7314
7290
|
],
|
|
7315
7291
|
"type": "scaled-diagram"
|
|
7316
7292
|
}
|
|
7317
|
-
]
|
|
7293
|
+
],
|
|
7294
|
+
"navItems": [
|
|
7295
|
+
{
|
|
7296
|
+
"label": "Employees",
|
|
7297
|
+
"icon": "users",
|
|
7298
|
+
"href": "/employees"
|
|
7299
|
+
},
|
|
7300
|
+
{
|
|
7301
|
+
"href": "/onboarding",
|
|
7302
|
+
"icon": "layout-list",
|
|
7303
|
+
"label": "Onboarding"
|
|
7304
|
+
},
|
|
7305
|
+
{
|
|
7306
|
+
"label": "Time Off",
|
|
7307
|
+
"href": "/timeoff",
|
|
7308
|
+
"icon": "calendar"
|
|
7309
|
+
},
|
|
7310
|
+
{
|
|
7311
|
+
"label": "Org Chart",
|
|
7312
|
+
"href": "/org-chart",
|
|
7313
|
+
"icon": "layout-list"
|
|
7314
|
+
}
|
|
7315
|
+
],
|
|
7316
|
+
"appName": "HRPortal",
|
|
7317
|
+
"type": "dashboard-layout"
|
|
7318
7318
|
}
|
|
7319
7319
|
]
|
|
7320
7320
|
]
|