@almadar/std 7.4.7 → 7.4.8
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/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -257,130 +257,130 @@
|
|
|
257
257
|
"render-ui",
|
|
258
258
|
"main",
|
|
259
259
|
{
|
|
260
|
-
"appName": "HRPortal",
|
|
261
260
|
"type": "dashboard-layout",
|
|
262
|
-
"navItems": [
|
|
263
|
-
{
|
|
264
|
-
"href": "/employees",
|
|
265
|
-
"label": "Employees",
|
|
266
|
-
"icon": "users"
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"label": "Onboarding",
|
|
270
|
-
"icon": "layout-list",
|
|
271
|
-
"href": "/onboarding"
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"href": "/timeoff",
|
|
275
|
-
"icon": "calendar",
|
|
276
|
-
"label": "Time Off"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"label": "Org Chart",
|
|
280
|
-
"icon": "layout-list",
|
|
281
|
-
"href": "/org-chart"
|
|
282
|
-
}
|
|
283
|
-
],
|
|
284
261
|
"children": [
|
|
285
262
|
{
|
|
286
263
|
"type": "stack",
|
|
287
264
|
"className": "max-w-5xl mx-auto w-full",
|
|
288
|
-
"gap": "lg",
|
|
289
|
-
"direction": "vertical",
|
|
290
265
|
"children": [
|
|
291
266
|
{
|
|
292
|
-
"gap": "md",
|
|
293
|
-
"direction": "horizontal",
|
|
294
|
-
"align": "center",
|
|
295
267
|
"type": "stack",
|
|
296
|
-
"
|
|
268
|
+
"direction": "horizontal",
|
|
297
269
|
"children": [
|
|
298
270
|
{
|
|
299
|
-
"direction": "horizontal",
|
|
300
271
|
"type": "stack",
|
|
301
272
|
"align": "center",
|
|
302
273
|
"gap": "sm",
|
|
303
274
|
"children": [
|
|
304
275
|
{
|
|
305
|
-
"
|
|
306
|
-
"
|
|
276
|
+
"type": "icon",
|
|
277
|
+
"name": "users"
|
|
307
278
|
},
|
|
308
279
|
{
|
|
280
|
+
"type": "typography",
|
|
309
281
|
"content": "Employees",
|
|
310
|
-
"variant": "h2"
|
|
311
|
-
"type": "typography"
|
|
282
|
+
"variant": "h2"
|
|
312
283
|
}
|
|
313
|
-
]
|
|
284
|
+
],
|
|
285
|
+
"direction": "horizontal"
|
|
314
286
|
},
|
|
315
287
|
{
|
|
316
288
|
"type": "stack",
|
|
317
289
|
"children": [
|
|
318
290
|
{
|
|
319
|
-
"label": "Add Employee",
|
|
320
|
-
"type": "button",
|
|
321
291
|
"icon": "plus",
|
|
292
|
+
"label": "Add Employee",
|
|
322
293
|
"action": "CREATE",
|
|
294
|
+
"type": "button",
|
|
323
295
|
"variant": "primary"
|
|
324
296
|
}
|
|
325
297
|
],
|
|
326
|
-
"
|
|
327
|
-
"
|
|
298
|
+
"gap": "sm",
|
|
299
|
+
"direction": "horizontal"
|
|
328
300
|
}
|
|
329
|
-
]
|
|
301
|
+
],
|
|
302
|
+
"gap": "md",
|
|
303
|
+
"justify": "between",
|
|
304
|
+
"align": "center"
|
|
330
305
|
},
|
|
331
306
|
{
|
|
332
307
|
"type": "divider"
|
|
333
308
|
},
|
|
334
309
|
{
|
|
310
|
+
"fields": [],
|
|
335
311
|
"type": "data-list",
|
|
312
|
+
"gap": "sm",
|
|
313
|
+
"itemActions": [
|
|
314
|
+
{
|
|
315
|
+
"event": "VIEW",
|
|
316
|
+
"variant": "ghost",
|
|
317
|
+
"label": "View"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"variant": "ghost",
|
|
321
|
+
"event": "EDIT",
|
|
322
|
+
"label": "Edit"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"label": "Delete",
|
|
326
|
+
"event": "DELETE",
|
|
327
|
+
"variant": "danger"
|
|
328
|
+
}
|
|
329
|
+
],
|
|
330
|
+
"entity": "Employee",
|
|
336
331
|
"columns": [
|
|
337
332
|
{
|
|
338
|
-
"name": "name",
|
|
339
333
|
"variant": "h3",
|
|
340
|
-
"icon": "user"
|
|
334
|
+
"icon": "user",
|
|
335
|
+
"name": "name"
|
|
341
336
|
},
|
|
342
337
|
{
|
|
343
|
-
"
|
|
344
|
-
"
|
|
338
|
+
"name": "department",
|
|
339
|
+
"variant": "badge"
|
|
345
340
|
},
|
|
346
341
|
{
|
|
347
|
-
"
|
|
348
|
-
"
|
|
342
|
+
"name": "role",
|
|
343
|
+
"variant": "body"
|
|
349
344
|
},
|
|
350
345
|
{
|
|
351
|
-
"
|
|
352
|
-
"
|
|
346
|
+
"name": "email",
|
|
347
|
+
"variant": "caption"
|
|
353
348
|
},
|
|
354
349
|
{
|
|
355
|
-
"name": "startDate",
|
|
356
350
|
"variant": "caption",
|
|
357
351
|
"format": "date",
|
|
352
|
+
"name": "startDate",
|
|
358
353
|
"label": "Joined"
|
|
359
354
|
}
|
|
360
355
|
],
|
|
361
|
-
"variant": "card"
|
|
362
|
-
"gap": "sm",
|
|
363
|
-
"fields": [],
|
|
364
|
-
"itemActions": [
|
|
365
|
-
{
|
|
366
|
-
"label": "View",
|
|
367
|
-
"variant": "ghost",
|
|
368
|
-
"event": "VIEW"
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"event": "EDIT",
|
|
372
|
-
"variant": "ghost",
|
|
373
|
-
"label": "Edit"
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"variant": "danger",
|
|
377
|
-
"event": "DELETE",
|
|
378
|
-
"label": "Delete"
|
|
379
|
-
}
|
|
380
|
-
],
|
|
381
|
-
"entity": "Employee"
|
|
356
|
+
"variant": "card"
|
|
382
357
|
}
|
|
383
|
-
]
|
|
358
|
+
],
|
|
359
|
+
"gap": "lg",
|
|
360
|
+
"direction": "vertical"
|
|
361
|
+
}
|
|
362
|
+
],
|
|
363
|
+
"appName": "HRPortal",
|
|
364
|
+
"navItems": [
|
|
365
|
+
{
|
|
366
|
+
"href": "/employees",
|
|
367
|
+
"label": "Employees",
|
|
368
|
+
"icon": "users"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"label": "Onboarding",
|
|
372
|
+
"href": "/onboarding",
|
|
373
|
+
"icon": "layout-list"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"label": "Time Off",
|
|
377
|
+
"href": "/timeoff",
|
|
378
|
+
"icon": "calendar"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"label": "Org Chart",
|
|
382
|
+
"href": "/org-chart",
|
|
383
|
+
"icon": "layout-list"
|
|
384
384
|
}
|
|
385
385
|
]
|
|
386
386
|
}
|
|
@@ -569,23 +569,20 @@
|
|
|
569
569
|
"render-ui",
|
|
570
570
|
"modal",
|
|
571
571
|
{
|
|
572
|
-
"direction": "vertical",
|
|
573
|
-
"gap": "md",
|
|
574
|
-
"type": "stack",
|
|
575
572
|
"children": [
|
|
576
573
|
{
|
|
574
|
+
"type": "stack",
|
|
577
575
|
"children": [
|
|
578
576
|
{
|
|
579
|
-
"
|
|
580
|
-
"
|
|
577
|
+
"type": "icon",
|
|
578
|
+
"name": "plus-circle"
|
|
581
579
|
},
|
|
582
580
|
{
|
|
583
581
|
"content": "New Employee",
|
|
584
|
-
"
|
|
585
|
-
"
|
|
582
|
+
"variant": "h3",
|
|
583
|
+
"type": "typography"
|
|
586
584
|
}
|
|
587
585
|
],
|
|
588
|
-
"type": "stack",
|
|
589
586
|
"direction": "horizontal",
|
|
590
587
|
"gap": "sm"
|
|
591
588
|
},
|
|
@@ -593,10 +590,9 @@
|
|
|
593
590
|
"type": "divider"
|
|
594
591
|
},
|
|
595
592
|
{
|
|
596
|
-
"
|
|
593
|
+
"entity": "Employee",
|
|
597
594
|
"mode": "create",
|
|
598
595
|
"submitEvent": "SAVE",
|
|
599
|
-
"entity": "Employee",
|
|
600
596
|
"cancelEvent": "CLOSE",
|
|
601
597
|
"fields": [
|
|
602
598
|
"name",
|
|
@@ -604,9 +600,13 @@
|
|
|
604
600
|
"department",
|
|
605
601
|
"role",
|
|
606
602
|
"startDate"
|
|
607
|
-
]
|
|
603
|
+
],
|
|
604
|
+
"type": "form-section"
|
|
608
605
|
}
|
|
609
|
-
]
|
|
606
|
+
],
|
|
607
|
+
"direction": "vertical",
|
|
608
|
+
"type": "stack",
|
|
609
|
+
"gap": "md"
|
|
610
610
|
}
|
|
611
611
|
]
|
|
612
612
|
]
|
|
@@ -845,8 +845,8 @@
|
|
|
845
845
|
{
|
|
846
846
|
"id": "@payload.id",
|
|
847
847
|
"emit": {
|
|
848
|
-
"
|
|
849
|
-
"
|
|
848
|
+
"failure": "EmployeeLoadFailed",
|
|
849
|
+
"success": "EmployeeLoaded"
|
|
850
850
|
}
|
|
851
851
|
}
|
|
852
852
|
],
|
|
@@ -855,42 +855,42 @@
|
|
|
855
855
|
"modal",
|
|
856
856
|
{
|
|
857
857
|
"type": "stack",
|
|
858
|
-
"direction": "vertical",
|
|
859
858
|
"gap": "md",
|
|
859
|
+
"direction": "vertical",
|
|
860
860
|
"children": [
|
|
861
861
|
{
|
|
862
862
|
"direction": "horizontal",
|
|
863
863
|
"gap": "sm",
|
|
864
|
-
"type": "stack",
|
|
865
864
|
"children": [
|
|
866
865
|
{
|
|
867
866
|
"type": "icon",
|
|
868
867
|
"name": "edit"
|
|
869
868
|
},
|
|
870
869
|
{
|
|
871
|
-
"type": "typography",
|
|
872
870
|
"content": "Edit Employee",
|
|
871
|
+
"type": "typography",
|
|
873
872
|
"variant": "h3"
|
|
874
873
|
}
|
|
875
|
-
]
|
|
874
|
+
],
|
|
875
|
+
"type": "stack"
|
|
876
876
|
},
|
|
877
877
|
{
|
|
878
878
|
"type": "divider"
|
|
879
879
|
},
|
|
880
880
|
{
|
|
881
|
+
"entityId": "@entity.id",
|
|
881
882
|
"mode": "edit",
|
|
882
883
|
"entity": "Employee",
|
|
884
|
+
"type": "form-section",
|
|
883
885
|
"submitEvent": "SAVE",
|
|
886
|
+
"cancelEvent": "CLOSE",
|
|
884
887
|
"fields": [
|
|
885
888
|
"name",
|
|
886
889
|
"email",
|
|
887
890
|
"department",
|
|
888
891
|
"role",
|
|
889
892
|
"startDate"
|
|
890
|
-
]
|
|
891
|
-
"cancelEvent": "CLOSE",
|
|
892
|
-
"entityId": "@entity.id",
|
|
893
|
-
"type": "form-section"
|
|
893
|
+
]
|
|
894
894
|
}
|
|
895
895
|
]
|
|
896
896
|
}
|
|
@@ -1115,151 +1115,151 @@
|
|
|
1115
1115
|
"fetch",
|
|
1116
1116
|
"Employee",
|
|
1117
1117
|
{
|
|
1118
|
-
"id": "@payload.id",
|
|
1119
1118
|
"emit": {
|
|
1120
1119
|
"failure": "EmployeeLoadFailed",
|
|
1121
1120
|
"success": "EmployeeLoaded"
|
|
1122
|
-
}
|
|
1121
|
+
},
|
|
1122
|
+
"id": "@payload.id"
|
|
1123
1123
|
}
|
|
1124
1124
|
],
|
|
1125
1125
|
[
|
|
1126
1126
|
"render-ui",
|
|
1127
1127
|
"modal",
|
|
1128
1128
|
{
|
|
1129
|
-
"
|
|
1129
|
+
"gap": "md",
|
|
1130
1130
|
"type": "stack",
|
|
1131
1131
|
"children": [
|
|
1132
1132
|
{
|
|
1133
|
-
"
|
|
1134
|
-
"direction": "horizontal",
|
|
1133
|
+
"type": "stack",
|
|
1135
1134
|
"children": [
|
|
1136
1135
|
{
|
|
1137
1136
|
"name": "eye",
|
|
1138
1137
|
"type": "icon"
|
|
1139
1138
|
},
|
|
1140
1139
|
{
|
|
1141
|
-
"type": "typography",
|
|
1142
1140
|
"variant": "h3",
|
|
1143
|
-
"content": "@entity.name"
|
|
1141
|
+
"content": "@entity.name",
|
|
1142
|
+
"type": "typography"
|
|
1144
1143
|
}
|
|
1145
1144
|
],
|
|
1146
|
-
"
|
|
1145
|
+
"gap": "sm",
|
|
1146
|
+
"direction": "horizontal",
|
|
1147
1147
|
"align": "center"
|
|
1148
1148
|
},
|
|
1149
1149
|
{
|
|
1150
1150
|
"type": "divider"
|
|
1151
1151
|
},
|
|
1152
1152
|
{
|
|
1153
|
+
"gap": "md",
|
|
1154
|
+
"direction": "horizontal",
|
|
1153
1155
|
"children": [
|
|
1154
1156
|
{
|
|
1155
|
-
"
|
|
1157
|
+
"content": "Name",
|
|
1156
1158
|
"variant": "caption",
|
|
1157
|
-
"
|
|
1159
|
+
"type": "typography"
|
|
1158
1160
|
},
|
|
1159
1161
|
{
|
|
1160
|
-
"variant": "body",
|
|
1161
1162
|
"content": "@entity.name",
|
|
1162
|
-
"type": "typography"
|
|
1163
|
+
"type": "typography",
|
|
1164
|
+
"variant": "body"
|
|
1163
1165
|
}
|
|
1164
1166
|
],
|
|
1165
|
-
"
|
|
1166
|
-
"type": "stack",
|
|
1167
|
-
"gap": "md"
|
|
1167
|
+
"type": "stack"
|
|
1168
1168
|
},
|
|
1169
1169
|
{
|
|
1170
1170
|
"type": "stack",
|
|
1171
1171
|
"gap": "md",
|
|
1172
|
-
"direction": "horizontal",
|
|
1173
1172
|
"children": [
|
|
1174
1173
|
{
|
|
1175
|
-
"
|
|
1174
|
+
"type": "typography",
|
|
1176
1175
|
"content": "Email",
|
|
1177
|
-
"
|
|
1176
|
+
"variant": "caption"
|
|
1178
1177
|
},
|
|
1179
1178
|
{
|
|
1180
|
-
"type": "typography",
|
|
1181
1179
|
"variant": "body",
|
|
1182
|
-
"content": "@entity.email"
|
|
1180
|
+
"content": "@entity.email",
|
|
1181
|
+
"type": "typography"
|
|
1183
1182
|
}
|
|
1184
|
-
]
|
|
1183
|
+
],
|
|
1184
|
+
"direction": "horizontal"
|
|
1185
1185
|
},
|
|
1186
1186
|
{
|
|
1187
|
-
"type": "stack",
|
|
1188
|
-
"gap": "md",
|
|
1189
1187
|
"children": [
|
|
1190
1188
|
{
|
|
1191
|
-
"variant": "caption",
|
|
1192
1189
|
"content": "Department",
|
|
1190
|
+
"variant": "caption",
|
|
1193
1191
|
"type": "typography"
|
|
1194
1192
|
},
|
|
1195
1193
|
{
|
|
1196
|
-
"type": "typography",
|
|
1197
1194
|
"content": "@entity.department",
|
|
1195
|
+
"type": "typography",
|
|
1198
1196
|
"variant": "body"
|
|
1199
1197
|
}
|
|
1200
1198
|
],
|
|
1201
|
-
"direction": "horizontal"
|
|
1199
|
+
"direction": "horizontal",
|
|
1200
|
+
"gap": "md",
|
|
1201
|
+
"type": "stack"
|
|
1202
1202
|
},
|
|
1203
1203
|
{
|
|
1204
|
+
"type": "stack",
|
|
1205
|
+
"direction": "horizontal",
|
|
1204
1206
|
"children": [
|
|
1205
1207
|
{
|
|
1208
|
+
"variant": "caption",
|
|
1206
1209
|
"type": "typography",
|
|
1207
|
-
"content": "Role"
|
|
1208
|
-
"variant": "caption"
|
|
1210
|
+
"content": "Role"
|
|
1209
1211
|
},
|
|
1210
1212
|
{
|
|
1213
|
+
"variant": "body",
|
|
1211
1214
|
"type": "typography",
|
|
1212
|
-
"content": "@entity.role"
|
|
1213
|
-
"variant": "body"
|
|
1215
|
+
"content": "@entity.role"
|
|
1214
1216
|
}
|
|
1215
1217
|
],
|
|
1216
|
-
"gap": "md"
|
|
1217
|
-
"type": "stack",
|
|
1218
|
-
"direction": "horizontal"
|
|
1218
|
+
"gap": "md"
|
|
1219
1219
|
},
|
|
1220
1220
|
{
|
|
1221
|
-
"gap": "md",
|
|
1222
|
-
"direction": "horizontal",
|
|
1223
|
-
"type": "stack",
|
|
1224
1221
|
"children": [
|
|
1225
1222
|
{
|
|
1223
|
+
"variant": "caption",
|
|
1226
1224
|
"content": "Start Date",
|
|
1227
|
-
"type": "typography"
|
|
1228
|
-
"variant": "caption"
|
|
1225
|
+
"type": "typography"
|
|
1229
1226
|
},
|
|
1230
1227
|
{
|
|
1231
1228
|
"type": "typography",
|
|
1232
1229
|
"content": "@entity.startDate",
|
|
1233
1230
|
"variant": "body"
|
|
1234
1231
|
}
|
|
1235
|
-
]
|
|
1232
|
+
],
|
|
1233
|
+
"direction": "horizontal",
|
|
1234
|
+
"type": "stack",
|
|
1235
|
+
"gap": "md"
|
|
1236
1236
|
},
|
|
1237
1237
|
{
|
|
1238
1238
|
"type": "divider"
|
|
1239
1239
|
},
|
|
1240
1240
|
{
|
|
1241
|
-
"gap": "sm",
|
|
1242
1241
|
"justify": "end",
|
|
1243
1242
|
"children": [
|
|
1244
1243
|
{
|
|
1245
|
-
"
|
|
1244
|
+
"type": "button",
|
|
1245
|
+
"action": "EDIT",
|
|
1246
1246
|
"icon": "edit",
|
|
1247
1247
|
"label": "Edit",
|
|
1248
|
-
"
|
|
1249
|
-
"type": "button"
|
|
1248
|
+
"variant": "primary"
|
|
1250
1249
|
},
|
|
1251
1250
|
{
|
|
1252
|
-
"variant": "ghost",
|
|
1253
|
-
"type": "button",
|
|
1254
1251
|
"label": "Close",
|
|
1255
|
-
"
|
|
1252
|
+
"type": "button",
|
|
1253
|
+
"action": "CLOSE",
|
|
1254
|
+
"variant": "ghost"
|
|
1256
1255
|
}
|
|
1257
1256
|
],
|
|
1258
|
-
"
|
|
1259
|
-
"direction": "horizontal"
|
|
1257
|
+
"gap": "sm",
|
|
1258
|
+
"direction": "horizontal",
|
|
1259
|
+
"type": "stack"
|
|
1260
1260
|
}
|
|
1261
1261
|
],
|
|
1262
|
-
"
|
|
1262
|
+
"direction": "vertical"
|
|
1263
1263
|
}
|
|
1264
1264
|
]
|
|
1265
1265
|
]
|
|
@@ -1499,57 +1499,57 @@
|
|
|
1499
1499
|
"render-ui",
|
|
1500
1500
|
"modal",
|
|
1501
1501
|
{
|
|
1502
|
+
"direction": "vertical",
|
|
1503
|
+
"type": "stack",
|
|
1504
|
+
"gap": "md",
|
|
1502
1505
|
"children": [
|
|
1503
1506
|
{
|
|
1504
|
-
"type": "stack",
|
|
1505
|
-
"align": "center",
|
|
1506
|
-
"gap": "sm",
|
|
1507
1507
|
"children": [
|
|
1508
1508
|
{
|
|
1509
1509
|
"type": "icon",
|
|
1510
1510
|
"name": "alert-triangle"
|
|
1511
1511
|
},
|
|
1512
1512
|
{
|
|
1513
|
-
"content": "Delete Employee",
|
|
1514
1513
|
"type": "typography",
|
|
1515
|
-
"variant": "h3"
|
|
1514
|
+
"variant": "h3",
|
|
1515
|
+
"content": "Delete Employee"
|
|
1516
1516
|
}
|
|
1517
1517
|
],
|
|
1518
|
-
"
|
|
1518
|
+
"gap": "sm",
|
|
1519
|
+
"direction": "horizontal",
|
|
1520
|
+
"align": "center",
|
|
1521
|
+
"type": "stack"
|
|
1519
1522
|
},
|
|
1520
1523
|
{
|
|
1521
1524
|
"type": "divider"
|
|
1522
1525
|
},
|
|
1523
1526
|
{
|
|
1524
|
-
"variant": "error",
|
|
1525
1527
|
"type": "alert",
|
|
1526
|
-
"message": "This action cannot be undone."
|
|
1528
|
+
"message": "This action cannot be undone.",
|
|
1529
|
+
"variant": "error"
|
|
1527
1530
|
},
|
|
1528
1531
|
{
|
|
1529
|
-
"justify": "end",
|
|
1530
|
-
"gap": "sm",
|
|
1531
1532
|
"type": "stack",
|
|
1533
|
+
"justify": "end",
|
|
1532
1534
|
"direction": "horizontal",
|
|
1535
|
+
"gap": "sm",
|
|
1533
1536
|
"children": [
|
|
1534
1537
|
{
|
|
1535
|
-
"label": "Cancel",
|
|
1536
1538
|
"type": "button",
|
|
1537
1539
|
"variant": "ghost",
|
|
1538
|
-
"action": "CANCEL"
|
|
1540
|
+
"action": "CANCEL",
|
|
1541
|
+
"label": "Cancel"
|
|
1539
1542
|
},
|
|
1540
1543
|
{
|
|
1541
|
-
"
|
|
1542
|
-
"type": "button",
|
|
1544
|
+
"action": "CONFIRM_DELETE",
|
|
1543
1545
|
"label": "Delete",
|
|
1544
1546
|
"icon": "check",
|
|
1545
|
-
"
|
|
1547
|
+
"type": "button",
|
|
1548
|
+
"variant": "danger"
|
|
1546
1549
|
}
|
|
1547
1550
|
]
|
|
1548
1551
|
}
|
|
1549
|
-
]
|
|
1550
|
-
"type": "stack",
|
|
1551
|
-
"direction": "vertical",
|
|
1552
|
-
"gap": "md"
|
|
1552
|
+
]
|
|
1553
1553
|
}
|
|
1554
1554
|
]
|
|
1555
1555
|
]
|
|
@@ -1864,59 +1864,56 @@
|
|
|
1864
1864
|
"main",
|
|
1865
1865
|
{
|
|
1866
1866
|
"type": "dashboard-layout",
|
|
1867
|
-
"appName": "HRPortal",
|
|
1868
1867
|
"navItems": [
|
|
1869
1868
|
{
|
|
1869
|
+
"icon": "users",
|
|
1870
1870
|
"href": "/employees",
|
|
1871
|
-
"label": "Employees"
|
|
1872
|
-
"icon": "users"
|
|
1871
|
+
"label": "Employees"
|
|
1873
1872
|
},
|
|
1874
1873
|
{
|
|
1875
1874
|
"icon": "layout-list",
|
|
1876
|
-
"
|
|
1877
|
-
"
|
|
1875
|
+
"label": "Onboarding",
|
|
1876
|
+
"href": "/onboarding"
|
|
1878
1877
|
},
|
|
1879
1878
|
{
|
|
1880
|
-
"
|
|
1879
|
+
"href": "/timeoff",
|
|
1881
1880
|
"label": "Time Off",
|
|
1882
|
-
"
|
|
1881
|
+
"icon": "calendar"
|
|
1883
1882
|
},
|
|
1884
1883
|
{
|
|
1885
|
-
"label": "Org Chart",
|
|
1886
1884
|
"icon": "layout-list",
|
|
1885
|
+
"label": "Org Chart",
|
|
1887
1886
|
"href": "/org-chart"
|
|
1888
1887
|
}
|
|
1889
1888
|
],
|
|
1889
|
+
"appName": "HRPortal",
|
|
1890
1890
|
"children": [
|
|
1891
1891
|
{
|
|
1892
1892
|
"type": "container",
|
|
1893
|
-
"padding": "lg",
|
|
1894
|
-
"maxWidth": "lg",
|
|
1895
1893
|
"children": [
|
|
1896
1894
|
{
|
|
1897
|
-
"type": "stack",
|
|
1898
1895
|
"children": [
|
|
1899
1896
|
{
|
|
1900
1897
|
"type": "stack",
|
|
1901
|
-
"align": "center",
|
|
1902
|
-
"direction": "horizontal",
|
|
1903
1898
|
"gap": "sm",
|
|
1899
|
+
"direction": "horizontal",
|
|
1904
1900
|
"children": [
|
|
1905
1901
|
{
|
|
1906
|
-
"
|
|
1907
|
-
"
|
|
1902
|
+
"name": "clipboard-check",
|
|
1903
|
+
"type": "icon"
|
|
1908
1904
|
},
|
|
1909
1905
|
{
|
|
1906
|
+
"variant": "h2",
|
|
1910
1907
|
"content": "Employee Onboarding",
|
|
1911
|
-
"type": "typography"
|
|
1912
|
-
"variant": "h2"
|
|
1908
|
+
"type": "typography"
|
|
1913
1909
|
}
|
|
1914
|
-
]
|
|
1910
|
+
],
|
|
1911
|
+
"align": "center"
|
|
1915
1912
|
},
|
|
1916
1913
|
{
|
|
1917
|
-
"
|
|
1914
|
+
"type": "progress-dots",
|
|
1918
1915
|
"currentIndex": 0.0,
|
|
1919
|
-
"
|
|
1916
|
+
"count": 3.0
|
|
1920
1917
|
},
|
|
1921
1918
|
{
|
|
1922
1919
|
"type": "wizard-progress",
|
|
@@ -1937,35 +1934,38 @@
|
|
|
1937
1934
|
},
|
|
1938
1935
|
{
|
|
1939
1936
|
"type": "form-section",
|
|
1937
|
+
"submitEvent": "NEXT",
|
|
1938
|
+
"entity": "Onboarding",
|
|
1939
|
+
"mode": "create",
|
|
1940
|
+
"cancelEvent": "INIT",
|
|
1940
1941
|
"fields": [
|
|
1941
1942
|
"employeeName",
|
|
1942
1943
|
"department"
|
|
1943
|
-
]
|
|
1944
|
-
"submitEvent": "NEXT",
|
|
1945
|
-
"cancelEvent": "INIT",
|
|
1946
|
-
"entity": "Onboarding",
|
|
1947
|
-
"mode": "create"
|
|
1944
|
+
]
|
|
1948
1945
|
},
|
|
1949
1946
|
{
|
|
1950
|
-
"justify": "end",
|
|
1951
1947
|
"children": [
|
|
1952
1948
|
{
|
|
1953
|
-
"
|
|
1949
|
+
"action": "NEXT",
|
|
1954
1950
|
"icon": "arrow-right",
|
|
1955
|
-
"type": "button",
|
|
1956
1951
|
"variant": "primary",
|
|
1957
|
-
"
|
|
1952
|
+
"label": "Next",
|
|
1953
|
+
"type": "button"
|
|
1958
1954
|
}
|
|
1959
1955
|
],
|
|
1960
|
-
"
|
|
1956
|
+
"justify": "end",
|
|
1957
|
+
"gap": "sm",
|
|
1961
1958
|
"type": "stack",
|
|
1962
|
-
"
|
|
1959
|
+
"direction": "horizontal"
|
|
1963
1960
|
}
|
|
1964
1961
|
],
|
|
1965
|
-
"
|
|
1966
|
-
"gap": "lg"
|
|
1962
|
+
"type": "stack",
|
|
1963
|
+
"gap": "lg",
|
|
1964
|
+
"direction": "vertical"
|
|
1967
1965
|
}
|
|
1968
|
-
]
|
|
1966
|
+
],
|
|
1967
|
+
"maxWidth": "lg",
|
|
1968
|
+
"padding": "lg"
|
|
1969
1969
|
}
|
|
1970
1970
|
]
|
|
1971
1971
|
}
|
|
@@ -1994,112 +1994,112 @@
|
|
|
1994
1994
|
"navItems": [
|
|
1995
1995
|
{
|
|
1996
1996
|
"href": "/employees",
|
|
1997
|
-
"
|
|
1998
|
-
"
|
|
1997
|
+
"label": "Employees",
|
|
1998
|
+
"icon": "users"
|
|
1999
1999
|
},
|
|
2000
2000
|
{
|
|
2001
|
-
"icon": "layout-list",
|
|
2002
2001
|
"href": "/onboarding",
|
|
2003
|
-
"label": "Onboarding"
|
|
2002
|
+
"label": "Onboarding",
|
|
2003
|
+
"icon": "layout-list"
|
|
2004
2004
|
},
|
|
2005
2005
|
{
|
|
2006
|
+
"label": "Time Off",
|
|
2006
2007
|
"href": "/timeoff",
|
|
2007
|
-
"icon": "calendar"
|
|
2008
|
-
"label": "Time Off"
|
|
2008
|
+
"icon": "calendar"
|
|
2009
2009
|
},
|
|
2010
2010
|
{
|
|
2011
2011
|
"label": "Org Chart",
|
|
2012
|
-
"
|
|
2013
|
-
"
|
|
2012
|
+
"icon": "layout-list",
|
|
2013
|
+
"href": "/org-chart"
|
|
2014
2014
|
}
|
|
2015
2015
|
],
|
|
2016
|
-
"appName": "HRPortal",
|
|
2017
2016
|
"type": "dashboard-layout",
|
|
2017
|
+
"appName": "HRPortal",
|
|
2018
2018
|
"children": [
|
|
2019
2019
|
{
|
|
2020
|
+
"type": "container",
|
|
2021
|
+
"padding": "lg",
|
|
2020
2022
|
"children": [
|
|
2021
2023
|
{
|
|
2022
|
-
"direction": "vertical",
|
|
2023
|
-
"type": "stack",
|
|
2024
|
-
"gap": "lg",
|
|
2025
2024
|
"children": [
|
|
2026
2025
|
{
|
|
2027
2026
|
"direction": "horizontal",
|
|
2027
|
+
"type": "stack",
|
|
2028
|
+
"align": "center",
|
|
2029
|
+
"gap": "sm",
|
|
2028
2030
|
"children": [
|
|
2029
2031
|
{
|
|
2030
|
-
"
|
|
2031
|
-
"
|
|
2032
|
+
"type": "icon",
|
|
2033
|
+
"name": "clipboard-check"
|
|
2032
2034
|
},
|
|
2033
2035
|
{
|
|
2034
2036
|
"variant": "h2",
|
|
2035
2037
|
"content": "Employee Onboarding",
|
|
2036
2038
|
"type": "typography"
|
|
2037
2039
|
}
|
|
2038
|
-
]
|
|
2039
|
-
"gap": "sm",
|
|
2040
|
-
"align": "center",
|
|
2041
|
-
"type": "stack"
|
|
2040
|
+
]
|
|
2042
2041
|
},
|
|
2043
2042
|
{
|
|
2044
|
-
"count": 3.0,
|
|
2045
2043
|
"currentIndex": 1.0,
|
|
2046
|
-
"type": "progress-dots"
|
|
2044
|
+
"type": "progress-dots",
|
|
2045
|
+
"count": 3.0
|
|
2047
2046
|
},
|
|
2048
2047
|
{
|
|
2049
|
-
"type": "wizard-progress",
|
|
2050
2048
|
"steps": [
|
|
2051
2049
|
"Employee Details",
|
|
2052
2050
|
"Manager Assignment",
|
|
2053
2051
|
"Setup Checklist"
|
|
2054
2052
|
],
|
|
2055
|
-
"currentStep": 1.0
|
|
2053
|
+
"currentStep": 1.0,
|
|
2054
|
+
"type": "wizard-progress"
|
|
2056
2055
|
},
|
|
2057
2056
|
{
|
|
2058
2057
|
"type": "divider"
|
|
2059
2058
|
},
|
|
2060
2059
|
{
|
|
2061
|
-
"type": "typography",
|
|
2062
2060
|
"content": "Manager Assignment",
|
|
2061
|
+
"type": "typography",
|
|
2063
2062
|
"variant": "h3"
|
|
2064
2063
|
},
|
|
2065
2064
|
{
|
|
2066
|
-
"cancelEvent": "PREV",
|
|
2067
|
-
"type": "form-section",
|
|
2068
2065
|
"entity": "Onboarding",
|
|
2069
|
-
"
|
|
2070
|
-
"submitEvent": "NEXT",
|
|
2066
|
+
"type": "form-section",
|
|
2071
2067
|
"fields": [
|
|
2072
2068
|
"manager"
|
|
2073
|
-
]
|
|
2069
|
+
],
|
|
2070
|
+
"cancelEvent": "PREV",
|
|
2071
|
+
"submitEvent": "NEXT",
|
|
2072
|
+
"mode": "create"
|
|
2074
2073
|
},
|
|
2075
2074
|
{
|
|
2076
|
-
"gap": "sm",
|
|
2077
2075
|
"type": "stack",
|
|
2076
|
+
"direction": "horizontal",
|
|
2077
|
+
"justify": "end",
|
|
2078
2078
|
"children": [
|
|
2079
2079
|
{
|
|
2080
|
-
"type": "button",
|
|
2081
|
-
"action": "PREV",
|
|
2082
|
-
"label": "Back",
|
|
2083
2080
|
"variant": "ghost",
|
|
2084
|
-
"icon": "arrow-left"
|
|
2081
|
+
"icon": "arrow-left",
|
|
2082
|
+
"label": "Back",
|
|
2083
|
+
"action": "PREV",
|
|
2084
|
+
"type": "button"
|
|
2085
2085
|
},
|
|
2086
2086
|
{
|
|
2087
|
-
"action": "NEXT",
|
|
2088
|
-
"icon": "arrow-right",
|
|
2089
|
-
"type": "button",
|
|
2090
2087
|
"variant": "primary",
|
|
2091
|
-
"
|
|
2088
|
+
"icon": "arrow-right",
|
|
2089
|
+
"label": "Next",
|
|
2090
|
+
"action": "NEXT",
|
|
2091
|
+
"type": "button"
|
|
2092
2092
|
}
|
|
2093
2093
|
],
|
|
2094
|
-
"
|
|
2095
|
-
"direction": "horizontal"
|
|
2094
|
+
"gap": "sm"
|
|
2096
2095
|
}
|
|
2097
|
-
]
|
|
2096
|
+
],
|
|
2097
|
+
"type": "stack",
|
|
2098
|
+
"direction": "vertical",
|
|
2099
|
+
"gap": "lg"
|
|
2098
2100
|
}
|
|
2099
2101
|
],
|
|
2100
|
-
"
|
|
2101
|
-
"maxWidth": "lg",
|
|
2102
|
-
"padding": "lg"
|
|
2102
|
+
"maxWidth": "lg"
|
|
2103
2103
|
}
|
|
2104
2104
|
]
|
|
2105
2105
|
}
|
|
@@ -2116,8 +2116,8 @@
|
|
|
2116
2116
|
"Onboarding",
|
|
2117
2117
|
{
|
|
2118
2118
|
"emit": {
|
|
2119
|
-
"
|
|
2120
|
-
"
|
|
2119
|
+
"failure": "OnboardingLoadFailed",
|
|
2120
|
+
"success": "OnboardingLoaded"
|
|
2121
2121
|
}
|
|
2122
2122
|
}
|
|
2123
2123
|
],
|
|
@@ -2125,62 +2125,38 @@
|
|
|
2125
2125
|
"render-ui",
|
|
2126
2126
|
"main",
|
|
2127
2127
|
{
|
|
2128
|
-
"navItems": [
|
|
2129
|
-
{
|
|
2130
|
-
"href": "/employees",
|
|
2131
|
-
"label": "Employees",
|
|
2132
|
-
"icon": "users"
|
|
2133
|
-
},
|
|
2134
|
-
{
|
|
2135
|
-
"href": "/onboarding",
|
|
2136
|
-
"label": "Onboarding",
|
|
2137
|
-
"icon": "layout-list"
|
|
2138
|
-
},
|
|
2139
|
-
{
|
|
2140
|
-
"href": "/timeoff",
|
|
2141
|
-
"label": "Time Off",
|
|
2142
|
-
"icon": "calendar"
|
|
2143
|
-
},
|
|
2144
|
-
{
|
|
2145
|
-
"href": "/org-chart",
|
|
2146
|
-
"label": "Org Chart",
|
|
2147
|
-
"icon": "layout-list"
|
|
2148
|
-
}
|
|
2149
|
-
],
|
|
2150
|
-
"type": "dashboard-layout",
|
|
2151
|
-
"appName": "HRPortal",
|
|
2152
2128
|
"children": [
|
|
2153
2129
|
{
|
|
2130
|
+
"type": "container",
|
|
2154
2131
|
"padding": "lg",
|
|
2155
2132
|
"maxWidth": "lg",
|
|
2156
|
-
"type": "container",
|
|
2157
2133
|
"children": [
|
|
2158
2134
|
{
|
|
2135
|
+
"direction": "vertical",
|
|
2159
2136
|
"type": "stack",
|
|
2160
2137
|
"gap": "lg",
|
|
2161
|
-
"direction": "vertical",
|
|
2162
2138
|
"children": [
|
|
2163
2139
|
{
|
|
2164
|
-
"direction": "horizontal",
|
|
2165
|
-
"gap": "sm",
|
|
2166
|
-
"align": "center",
|
|
2167
|
-
"type": "stack",
|
|
2168
2140
|
"children": [
|
|
2169
2141
|
{
|
|
2170
2142
|
"type": "icon",
|
|
2171
2143
|
"name": "clipboard-check"
|
|
2172
2144
|
},
|
|
2173
2145
|
{
|
|
2174
|
-
"content": "Employee Onboarding",
|
|
2175
2146
|
"type": "typography",
|
|
2147
|
+
"content": "Employee Onboarding",
|
|
2176
2148
|
"variant": "h2"
|
|
2177
2149
|
}
|
|
2178
|
-
]
|
|
2150
|
+
],
|
|
2151
|
+
"direction": "horizontal",
|
|
2152
|
+
"gap": "sm",
|
|
2153
|
+
"align": "center",
|
|
2154
|
+
"type": "stack"
|
|
2179
2155
|
},
|
|
2180
2156
|
{
|
|
2181
2157
|
"type": "progress-dots",
|
|
2182
|
-
"
|
|
2183
|
-
"
|
|
2158
|
+
"currentIndex": 2.0,
|
|
2159
|
+
"count": 3.0
|
|
2184
2160
|
},
|
|
2185
2161
|
{
|
|
2186
2162
|
"steps": [
|
|
@@ -2195,55 +2171,79 @@
|
|
|
2195
2171
|
"type": "divider"
|
|
2196
2172
|
},
|
|
2197
2173
|
{
|
|
2198
|
-
"variant": "h3",
|
|
2199
2174
|
"type": "typography",
|
|
2175
|
+
"variant": "h3",
|
|
2200
2176
|
"content": "Setup Checklist"
|
|
2201
2177
|
},
|
|
2202
2178
|
{
|
|
2203
|
-
"entity": "Onboarding",
|
|
2204
|
-
"cancelEvent": "PREV",
|
|
2205
2179
|
"type": "form-section",
|
|
2180
|
+
"submitEvent": "NEXT",
|
|
2181
|
+
"entity": "Onboarding",
|
|
2182
|
+
"mode": "create",
|
|
2206
2183
|
"fields": [
|
|
2207
2184
|
"equipmentReady",
|
|
2208
2185
|
"accessGranted"
|
|
2209
2186
|
],
|
|
2210
|
-
"
|
|
2211
|
-
"mode": "create"
|
|
2187
|
+
"cancelEvent": "PREV"
|
|
2212
2188
|
},
|
|
2213
2189
|
{
|
|
2214
2190
|
"type": "stack",
|
|
2191
|
+
"gap": "sm",
|
|
2215
2192
|
"justify": "end",
|
|
2216
2193
|
"children": [
|
|
2217
2194
|
{
|
|
2218
|
-
"type": "button",
|
|
2219
2195
|
"label": "Back",
|
|
2196
|
+
"type": "button",
|
|
2220
2197
|
"icon": "arrow-left",
|
|
2221
2198
|
"action": "PREV",
|
|
2222
2199
|
"variant": "ghost"
|
|
2223
2200
|
},
|
|
2224
2201
|
{
|
|
2202
|
+
"variant": "primary",
|
|
2225
2203
|
"type": "button",
|
|
2204
|
+
"label": "Next",
|
|
2226
2205
|
"icon": "arrow-right",
|
|
2227
|
-
"
|
|
2228
|
-
"action": "NEXT",
|
|
2229
|
-
"label": "Next"
|
|
2206
|
+
"action": "NEXT"
|
|
2230
2207
|
}
|
|
2231
2208
|
],
|
|
2232
|
-
"direction": "horizontal"
|
|
2233
|
-
"gap": "sm"
|
|
2209
|
+
"direction": "horizontal"
|
|
2234
2210
|
}
|
|
2235
2211
|
]
|
|
2236
2212
|
}
|
|
2237
2213
|
]
|
|
2238
2214
|
}
|
|
2239
|
-
]
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2215
|
+
],
|
|
2216
|
+
"navItems": [
|
|
2217
|
+
{
|
|
2218
|
+
"label": "Employees",
|
|
2219
|
+
"icon": "users",
|
|
2220
|
+
"href": "/employees"
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"label": "Onboarding",
|
|
2224
|
+
"href": "/onboarding",
|
|
2225
|
+
"icon": "layout-list"
|
|
2226
|
+
},
|
|
2227
|
+
{
|
|
2228
|
+
"icon": "calendar",
|
|
2229
|
+
"href": "/timeoff",
|
|
2230
|
+
"label": "Time Off"
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"label": "Org Chart",
|
|
2234
|
+
"icon": "layout-list",
|
|
2235
|
+
"href": "/org-chart"
|
|
2236
|
+
}
|
|
2237
|
+
],
|
|
2238
|
+
"appName": "HRPortal",
|
|
2239
|
+
"type": "dashboard-layout"
|
|
2240
|
+
}
|
|
2241
|
+
]
|
|
2242
|
+
]
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"from": "step2",
|
|
2246
|
+
"to": "step1",
|
|
2247
2247
|
"event": "PREV",
|
|
2248
2248
|
"effects": [
|
|
2249
2249
|
[
|
|
@@ -2260,12 +2260,11 @@
|
|
|
2260
2260
|
"render-ui",
|
|
2261
2261
|
"main",
|
|
2262
2262
|
{
|
|
2263
|
-
"type": "dashboard-layout",
|
|
2264
2263
|
"navItems": [
|
|
2265
2264
|
{
|
|
2266
|
-
"label": "Employees",
|
|
2267
2265
|
"icon": "users",
|
|
2268
|
-
"href": "/employees"
|
|
2266
|
+
"href": "/employees",
|
|
2267
|
+
"label": "Employees"
|
|
2269
2268
|
},
|
|
2270
2269
|
{
|
|
2271
2270
|
"label": "Onboarding",
|
|
@@ -2273,98 +2272,99 @@
|
|
|
2273
2272
|
"icon": "layout-list"
|
|
2274
2273
|
},
|
|
2275
2274
|
{
|
|
2276
|
-
"
|
|
2275
|
+
"label": "Time Off",
|
|
2277
2276
|
"href": "/timeoff",
|
|
2278
|
-
"
|
|
2277
|
+
"icon": "calendar"
|
|
2279
2278
|
},
|
|
2280
2279
|
{
|
|
2281
|
-
"label": "Org Chart",
|
|
2282
2280
|
"icon": "layout-list",
|
|
2283
|
-
"href": "/org-chart"
|
|
2281
|
+
"href": "/org-chart",
|
|
2282
|
+
"label": "Org Chart"
|
|
2284
2283
|
}
|
|
2285
2284
|
],
|
|
2285
|
+
"appName": "HRPortal",
|
|
2286
2286
|
"children": [
|
|
2287
2287
|
{
|
|
2288
|
+
"type": "container",
|
|
2288
2289
|
"children": [
|
|
2289
2290
|
{
|
|
2290
2291
|
"children": [
|
|
2291
2292
|
{
|
|
2293
|
+
"direction": "horizontal",
|
|
2292
2294
|
"children": [
|
|
2293
2295
|
{
|
|
2294
2296
|
"name": "clipboard-check",
|
|
2295
2297
|
"type": "icon"
|
|
2296
2298
|
},
|
|
2297
2299
|
{
|
|
2298
|
-
"variant": "h2",
|
|
2299
2300
|
"content": "Employee Onboarding",
|
|
2301
|
+
"variant": "h2",
|
|
2300
2302
|
"type": "typography"
|
|
2301
2303
|
}
|
|
2302
2304
|
],
|
|
2303
|
-
"direction": "horizontal",
|
|
2304
2305
|
"type": "stack",
|
|
2305
2306
|
"gap": "sm",
|
|
2306
2307
|
"align": "center"
|
|
2307
2308
|
},
|
|
2308
2309
|
{
|
|
2309
|
-
"type": "progress-dots",
|
|
2310
2310
|
"count": 3.0,
|
|
2311
|
-
"currentIndex": 0.0
|
|
2311
|
+
"currentIndex": 0.0,
|
|
2312
|
+
"type": "progress-dots"
|
|
2312
2313
|
},
|
|
2313
2314
|
{
|
|
2314
|
-
"currentStep": 0.0,
|
|
2315
|
-
"type": "wizard-progress",
|
|
2316
2315
|
"steps": [
|
|
2317
2316
|
"Employee Details",
|
|
2318
2317
|
"Manager Assignment",
|
|
2319
2318
|
"Setup Checklist"
|
|
2320
|
-
]
|
|
2319
|
+
],
|
|
2320
|
+
"type": "wizard-progress",
|
|
2321
|
+
"currentStep": 0.0
|
|
2321
2322
|
},
|
|
2322
2323
|
{
|
|
2323
2324
|
"type": "divider"
|
|
2324
2325
|
},
|
|
2325
2326
|
{
|
|
2326
|
-
"
|
|
2327
|
+
"content": "Employee Details",
|
|
2327
2328
|
"variant": "h3",
|
|
2328
|
-
"
|
|
2329
|
+
"type": "typography"
|
|
2329
2330
|
},
|
|
2330
2331
|
{
|
|
2332
|
+
"cancelEvent": "INIT",
|
|
2331
2333
|
"fields": [
|
|
2332
2334
|
"employeeName",
|
|
2333
2335
|
"department"
|
|
2334
2336
|
],
|
|
2335
|
-
"entity": "Onboarding",
|
|
2336
2337
|
"type": "form-section",
|
|
2337
|
-
"submitEvent": "NEXT",
|
|
2338
2338
|
"mode": "create",
|
|
2339
|
-
"
|
|
2339
|
+
"entity": "Onboarding",
|
|
2340
|
+
"submitEvent": "NEXT"
|
|
2340
2341
|
},
|
|
2341
2342
|
{
|
|
2343
|
+
"direction": "horizontal",
|
|
2342
2344
|
"justify": "end",
|
|
2345
|
+
"type": "stack",
|
|
2343
2346
|
"children": [
|
|
2344
2347
|
{
|
|
2348
|
+
"variant": "primary",
|
|
2349
|
+
"label": "Next",
|
|
2345
2350
|
"action": "NEXT",
|
|
2346
|
-
"icon": "arrow-right",
|
|
2347
2351
|
"type": "button",
|
|
2348
|
-
"
|
|
2349
|
-
"label": "Next"
|
|
2352
|
+
"icon": "arrow-right"
|
|
2350
2353
|
}
|
|
2351
2354
|
],
|
|
2352
|
-
"gap": "sm"
|
|
2353
|
-
"type": "stack",
|
|
2354
|
-
"direction": "horizontal"
|
|
2355
|
+
"gap": "sm"
|
|
2355
2356
|
}
|
|
2356
2357
|
],
|
|
2358
|
+
"gap": "lg",
|
|
2357
2359
|
"type": "stack",
|
|
2358
|
-
"direction": "vertical"
|
|
2359
|
-
"gap": "lg"
|
|
2360
|
+
"direction": "vertical"
|
|
2360
2361
|
}
|
|
2361
2362
|
],
|
|
2362
|
-
"
|
|
2363
|
-
"
|
|
2364
|
-
"maxWidth": "lg"
|
|
2363
|
+
"maxWidth": "lg",
|
|
2364
|
+
"padding": "lg"
|
|
2365
2365
|
}
|
|
2366
2366
|
],
|
|
2367
|
-
"
|
|
2367
|
+
"type": "dashboard-layout"
|
|
2368
2368
|
}
|
|
2369
2369
|
]
|
|
2370
2370
|
]
|
|
@@ -2388,77 +2388,79 @@
|
|
|
2388
2388
|
"render-ui",
|
|
2389
2389
|
"main",
|
|
2390
2390
|
{
|
|
2391
|
-
"
|
|
2391
|
+
"appName": "HRPortal",
|
|
2392
2392
|
"children": [
|
|
2393
2393
|
{
|
|
2394
2394
|
"direction": "vertical",
|
|
2395
|
-
"gap": "lg",
|
|
2396
2395
|
"type": "stack",
|
|
2396
|
+
"gap": "lg",
|
|
2397
2397
|
"children": [
|
|
2398
2398
|
{
|
|
2399
|
+
"type": "stack",
|
|
2399
2400
|
"children": [
|
|
2400
2401
|
{
|
|
2401
2402
|
"name": "clipboard-check",
|
|
2402
2403
|
"type": "icon"
|
|
2403
2404
|
},
|
|
2404
2405
|
{
|
|
2406
|
+
"variant": "h2",
|
|
2405
2407
|
"type": "typography",
|
|
2406
|
-
"content": "Employee Onboarding"
|
|
2407
|
-
"variant": "h2"
|
|
2408
|
+
"content": "Employee Onboarding"
|
|
2408
2409
|
}
|
|
2409
2410
|
],
|
|
2410
|
-
"direction": "horizontal",
|
|
2411
|
-
"type": "stack",
|
|
2412
2411
|
"gap": "sm",
|
|
2413
|
-
"align": "center"
|
|
2412
|
+
"align": "center",
|
|
2413
|
+
"direction": "horizontal"
|
|
2414
2414
|
},
|
|
2415
2415
|
{
|
|
2416
|
-
"
|
|
2417
|
-
"
|
|
2416
|
+
"type": "badge",
|
|
2417
|
+
"label": "Review"
|
|
2418
2418
|
},
|
|
2419
2419
|
{
|
|
2420
|
+
"type": "wizard-progress",
|
|
2420
2421
|
"steps": [
|
|
2421
2422
|
"Employee Details",
|
|
2422
2423
|
"Manager Assignment",
|
|
2423
2424
|
"Setup Checklist"
|
|
2424
2425
|
],
|
|
2425
|
-
"type": "wizard-progress",
|
|
2426
2426
|
"currentStep": 3.0
|
|
2427
2427
|
},
|
|
2428
2428
|
{
|
|
2429
2429
|
"type": "divider"
|
|
2430
2430
|
},
|
|
2431
2431
|
{
|
|
2432
|
+
"direction": "vertical",
|
|
2432
2433
|
"type": "stack",
|
|
2434
|
+
"gap": "sm",
|
|
2433
2435
|
"children": [
|
|
2434
2436
|
{
|
|
2435
|
-
"gap": "md",
|
|
2436
|
-
"justify": "between",
|
|
2437
|
-
"type": "stack",
|
|
2438
2437
|
"children": [
|
|
2439
2438
|
{
|
|
2440
|
-
"content": "Employee Name",
|
|
2441
2439
|
"type": "typography",
|
|
2440
|
+
"content": "Employee Name",
|
|
2442
2441
|
"variant": "caption"
|
|
2443
2442
|
},
|
|
2444
2443
|
{
|
|
2445
|
-
"type": "typography",
|
|
2446
2444
|
"content": "@entity.employeeName",
|
|
2447
|
-
"variant": "body"
|
|
2445
|
+
"variant": "body",
|
|
2446
|
+
"type": "typography"
|
|
2448
2447
|
}
|
|
2449
2448
|
],
|
|
2449
|
+
"gap": "md",
|
|
2450
|
+
"type": "stack",
|
|
2451
|
+
"justify": "between",
|
|
2450
2452
|
"direction": "horizontal"
|
|
2451
2453
|
},
|
|
2452
2454
|
{
|
|
2455
|
+
"justify": "between",
|
|
2456
|
+
"gap": "md",
|
|
2453
2457
|
"direction": "horizontal",
|
|
2454
2458
|
"type": "stack",
|
|
2455
|
-
"gap": "md",
|
|
2456
|
-
"justify": "between",
|
|
2457
2459
|
"children": [
|
|
2458
2460
|
{
|
|
2459
|
-
"content": "Department",
|
|
2460
2461
|
"type": "typography",
|
|
2461
|
-
"variant": "caption"
|
|
2462
|
+
"variant": "caption",
|
|
2463
|
+
"content": "Department"
|
|
2462
2464
|
},
|
|
2463
2465
|
{
|
|
2464
2466
|
"content": "@entity.department",
|
|
@@ -2470,26 +2472,26 @@
|
|
|
2470
2472
|
{
|
|
2471
2473
|
"direction": "horizontal",
|
|
2472
2474
|
"gap": "md",
|
|
2475
|
+
"type": "stack",
|
|
2473
2476
|
"justify": "between",
|
|
2474
2477
|
"children": [
|
|
2475
2478
|
{
|
|
2479
|
+
"variant": "caption",
|
|
2476
2480
|
"content": "Manager",
|
|
2477
|
-
"type": "typography"
|
|
2478
|
-
"variant": "caption"
|
|
2481
|
+
"type": "typography"
|
|
2479
2482
|
},
|
|
2480
2483
|
{
|
|
2481
|
-
"variant": "body",
|
|
2482
2484
|
"type": "typography",
|
|
2485
|
+
"variant": "body",
|
|
2483
2486
|
"content": "@entity.manager"
|
|
2484
2487
|
}
|
|
2485
|
-
]
|
|
2486
|
-
"type": "stack"
|
|
2488
|
+
]
|
|
2487
2489
|
},
|
|
2488
2490
|
{
|
|
2489
2491
|
"type": "stack",
|
|
2490
|
-
"direction": "horizontal",
|
|
2491
|
-
"gap": "md",
|
|
2492
2492
|
"justify": "between",
|
|
2493
|
+
"gap": "md",
|
|
2494
|
+
"direction": "horizontal",
|
|
2493
2495
|
"children": [
|
|
2494
2496
|
{
|
|
2495
2497
|
"variant": "caption",
|
|
@@ -2504,61 +2506,59 @@
|
|
|
2504
2506
|
]
|
|
2505
2507
|
},
|
|
2506
2508
|
{
|
|
2509
|
+
"gap": "md",
|
|
2507
2510
|
"type": "stack",
|
|
2511
|
+
"justify": "between",
|
|
2508
2512
|
"direction": "horizontal",
|
|
2509
2513
|
"children": [
|
|
2510
2514
|
{
|
|
2511
|
-
"variant": "caption",
|
|
2512
2515
|
"content": "Access Granted",
|
|
2513
|
-
"type": "typography"
|
|
2516
|
+
"type": "typography",
|
|
2517
|
+
"variant": "caption"
|
|
2514
2518
|
},
|
|
2515
2519
|
{
|
|
2516
2520
|
"content": "@entity.accessGranted",
|
|
2517
2521
|
"type": "typography",
|
|
2518
2522
|
"variant": "body"
|
|
2519
2523
|
}
|
|
2520
|
-
]
|
|
2521
|
-
"gap": "md",
|
|
2522
|
-
"justify": "between"
|
|
2524
|
+
]
|
|
2523
2525
|
}
|
|
2524
|
-
]
|
|
2525
|
-
"direction": "vertical",
|
|
2526
|
-
"gap": "sm"
|
|
2526
|
+
]
|
|
2527
2527
|
},
|
|
2528
2528
|
{
|
|
2529
2529
|
"type": "wizard-navigation",
|
|
2530
|
-
"showNext": false,
|
|
2531
|
-
"totalSteps": 4.0,
|
|
2532
2530
|
"showBack": true,
|
|
2533
2531
|
"showComplete": true,
|
|
2534
|
-
"currentStep": 3.0
|
|
2532
|
+
"currentStep": 3.0,
|
|
2533
|
+
"showNext": false,
|
|
2534
|
+
"totalSteps": 4.0
|
|
2535
2535
|
}
|
|
2536
2536
|
]
|
|
2537
2537
|
}
|
|
2538
2538
|
],
|
|
2539
|
-
"appName": "HRPortal",
|
|
2540
2539
|
"navItems": [
|
|
2541
2540
|
{
|
|
2541
|
+
"label": "Employees",
|
|
2542
2542
|
"href": "/employees",
|
|
2543
|
-
"icon": "users"
|
|
2544
|
-
"label": "Employees"
|
|
2543
|
+
"icon": "users"
|
|
2545
2544
|
},
|
|
2546
2545
|
{
|
|
2546
|
+
"href": "/onboarding",
|
|
2547
2547
|
"icon": "layout-list",
|
|
2548
|
-
"label": "Onboarding"
|
|
2549
|
-
"href": "/onboarding"
|
|
2548
|
+
"label": "Onboarding"
|
|
2550
2549
|
},
|
|
2551
2550
|
{
|
|
2551
|
+
"label": "Time Off",
|
|
2552
2552
|
"icon": "calendar",
|
|
2553
|
-
"href": "/timeoff"
|
|
2554
|
-
"label": "Time Off"
|
|
2553
|
+
"href": "/timeoff"
|
|
2555
2554
|
},
|
|
2556
2555
|
{
|
|
2557
2556
|
"label": "Org Chart",
|
|
2558
|
-
"
|
|
2559
|
-
"
|
|
2557
|
+
"href": "/org-chart",
|
|
2558
|
+
"icon": "layout-list"
|
|
2560
2559
|
}
|
|
2561
|
-
]
|
|
2560
|
+
],
|
|
2561
|
+
"type": "dashboard-layout"
|
|
2562
2562
|
}
|
|
2563
2563
|
]
|
|
2564
2564
|
]
|
|
@@ -2573,8 +2573,8 @@
|
|
|
2573
2573
|
"Onboarding",
|
|
2574
2574
|
{
|
|
2575
2575
|
"emit": {
|
|
2576
|
-
"
|
|
2577
|
-
"
|
|
2576
|
+
"success": "OnboardingLoaded",
|
|
2577
|
+
"failure": "OnboardingLoadFailed"
|
|
2578
2578
|
}
|
|
2579
2579
|
}
|
|
2580
2580
|
],
|
|
@@ -2582,38 +2582,22 @@
|
|
|
2582
2582
|
"render-ui",
|
|
2583
2583
|
"main",
|
|
2584
2584
|
{
|
|
2585
|
-
"
|
|
2586
|
-
{
|
|
2587
|
-
"href": "/employees",
|
|
2588
|
-
"icon": "users",
|
|
2589
|
-
"label": "Employees"
|
|
2590
|
-
},
|
|
2591
|
-
{
|
|
2592
|
-
"label": "Onboarding",
|
|
2593
|
-
"href": "/onboarding",
|
|
2594
|
-
"icon": "layout-list"
|
|
2595
|
-
},
|
|
2596
|
-
{
|
|
2597
|
-
"href": "/timeoff",
|
|
2598
|
-
"icon": "calendar",
|
|
2599
|
-
"label": "Time Off"
|
|
2600
|
-
},
|
|
2601
|
-
{
|
|
2602
|
-
"icon": "layout-list",
|
|
2603
|
-
"label": "Org Chart",
|
|
2604
|
-
"href": "/org-chart"
|
|
2605
|
-
}
|
|
2606
|
-
],
|
|
2585
|
+
"appName": "HRPortal",
|
|
2607
2586
|
"children": [
|
|
2608
2587
|
{
|
|
2588
|
+
"maxWidth": "lg",
|
|
2589
|
+
"padding": "lg",
|
|
2609
2590
|
"type": "container",
|
|
2610
2591
|
"children": [
|
|
2611
2592
|
{
|
|
2612
|
-
"direction": "vertical",
|
|
2613
|
-
"gap": "lg",
|
|
2614
2593
|
"type": "stack",
|
|
2594
|
+
"gap": "lg",
|
|
2615
2595
|
"children": [
|
|
2616
2596
|
{
|
|
2597
|
+
"direction": "horizontal",
|
|
2598
|
+
"type": "stack",
|
|
2599
|
+
"gap": "sm",
|
|
2600
|
+
"align": "center",
|
|
2617
2601
|
"children": [
|
|
2618
2602
|
{
|
|
2619
2603
|
"name": "clipboard-check",
|
|
@@ -2621,14 +2605,10 @@
|
|
|
2621
2605
|
},
|
|
2622
2606
|
{
|
|
2623
2607
|
"type": "typography",
|
|
2624
|
-
"
|
|
2625
|
-
"
|
|
2608
|
+
"content": "Employee Onboarding",
|
|
2609
|
+
"variant": "h2"
|
|
2626
2610
|
}
|
|
2627
|
-
]
|
|
2628
|
-
"type": "stack",
|
|
2629
|
-
"align": "center",
|
|
2630
|
-
"direction": "horizontal",
|
|
2631
|
-
"gap": "sm"
|
|
2611
|
+
]
|
|
2632
2612
|
},
|
|
2633
2613
|
{
|
|
2634
2614
|
"count": 3.0,
|
|
@@ -2636,62 +2616,82 @@
|
|
|
2636
2616
|
"type": "progress-dots"
|
|
2637
2617
|
},
|
|
2638
2618
|
{
|
|
2619
|
+
"currentStep": 1.0,
|
|
2620
|
+
"type": "wizard-progress",
|
|
2639
2621
|
"steps": [
|
|
2640
2622
|
"Employee Details",
|
|
2641
2623
|
"Manager Assignment",
|
|
2642
2624
|
"Setup Checklist"
|
|
2643
|
-
]
|
|
2644
|
-
"currentStep": 1.0,
|
|
2645
|
-
"type": "wizard-progress"
|
|
2625
|
+
]
|
|
2646
2626
|
},
|
|
2647
2627
|
{
|
|
2648
2628
|
"type": "divider"
|
|
2649
2629
|
},
|
|
2650
2630
|
{
|
|
2651
|
-
"content": "Manager Assignment",
|
|
2652
2631
|
"variant": "h3",
|
|
2653
|
-
"type": "typography"
|
|
2632
|
+
"type": "typography",
|
|
2633
|
+
"content": "Manager Assignment"
|
|
2654
2634
|
},
|
|
2655
2635
|
{
|
|
2656
|
-
"
|
|
2657
|
-
"mode": "create",
|
|
2636
|
+
"cancelEvent": "PREV",
|
|
2658
2637
|
"submitEvent": "NEXT",
|
|
2659
2638
|
"fields": [
|
|
2660
2639
|
"manager"
|
|
2661
2640
|
],
|
|
2662
|
-
"
|
|
2663
|
-
"type": "form-section"
|
|
2641
|
+
"entity": "Onboarding",
|
|
2642
|
+
"type": "form-section",
|
|
2643
|
+
"mode": "create"
|
|
2664
2644
|
},
|
|
2665
2645
|
{
|
|
2646
|
+
"gap": "sm",
|
|
2647
|
+
"justify": "end",
|
|
2648
|
+
"direction": "horizontal",
|
|
2666
2649
|
"children": [
|
|
2667
2650
|
{
|
|
2668
|
-
"
|
|
2651
|
+
"type": "button",
|
|
2669
2652
|
"action": "PREV",
|
|
2670
|
-
"
|
|
2653
|
+
"label": "Back",
|
|
2671
2654
|
"variant": "ghost",
|
|
2672
|
-
"
|
|
2655
|
+
"icon": "arrow-left"
|
|
2673
2656
|
},
|
|
2674
2657
|
{
|
|
2675
|
-
"variant": "primary",
|
|
2676
|
-
"icon": "arrow-right",
|
|
2677
|
-
"action": "NEXT",
|
|
2678
2658
|
"label": "Next",
|
|
2679
|
-
"
|
|
2659
|
+
"action": "NEXT",
|
|
2660
|
+
"icon": "arrow-right",
|
|
2661
|
+
"type": "button",
|
|
2662
|
+
"variant": "primary"
|
|
2680
2663
|
}
|
|
2681
2664
|
],
|
|
2682
|
-
"type": "stack"
|
|
2683
|
-
"justify": "end",
|
|
2684
|
-
"direction": "horizontal",
|
|
2685
|
-
"gap": "sm"
|
|
2665
|
+
"type": "stack"
|
|
2686
2666
|
}
|
|
2687
|
-
]
|
|
2667
|
+
],
|
|
2668
|
+
"direction": "vertical"
|
|
2688
2669
|
}
|
|
2689
|
-
]
|
|
2690
|
-
|
|
2691
|
-
|
|
2670
|
+
]
|
|
2671
|
+
}
|
|
2672
|
+
],
|
|
2673
|
+
"navItems": [
|
|
2674
|
+
{
|
|
2675
|
+
"icon": "users",
|
|
2676
|
+
"href": "/employees",
|
|
2677
|
+
"label": "Employees"
|
|
2678
|
+
},
|
|
2679
|
+
{
|
|
2680
|
+
"icon": "layout-list",
|
|
2681
|
+
"label": "Onboarding",
|
|
2682
|
+
"href": "/onboarding"
|
|
2683
|
+
},
|
|
2684
|
+
{
|
|
2685
|
+
"label": "Time Off",
|
|
2686
|
+
"href": "/timeoff",
|
|
2687
|
+
"icon": "calendar"
|
|
2688
|
+
},
|
|
2689
|
+
{
|
|
2690
|
+
"icon": "layout-list",
|
|
2691
|
+
"label": "Org Chart",
|
|
2692
|
+
"href": "/org-chart"
|
|
2692
2693
|
}
|
|
2693
2694
|
],
|
|
2694
|
-
"appName": "HRPortal",
|
|
2695
2695
|
"type": "dashboard-layout"
|
|
2696
2696
|
}
|
|
2697
2697
|
]
|
|
@@ -2718,51 +2718,49 @@
|
|
|
2718
2718
|
{
|
|
2719
2719
|
"children": [
|
|
2720
2720
|
{
|
|
2721
|
-
"padding": "lg",
|
|
2722
|
-
"maxWidth": "lg",
|
|
2723
|
-
"type": "container",
|
|
2724
2721
|
"children": [
|
|
2725
2722
|
{
|
|
2726
|
-
"gap": "lg",
|
|
2727
2723
|
"type": "stack",
|
|
2724
|
+
"gap": "lg",
|
|
2725
|
+
"direction": "vertical",
|
|
2728
2726
|
"children": [
|
|
2729
2727
|
{
|
|
2730
|
-
"
|
|
2728
|
+
"gap": "sm",
|
|
2731
2729
|
"align": "center",
|
|
2730
|
+
"type": "stack",
|
|
2732
2731
|
"direction": "horizontal",
|
|
2733
|
-
"gap": "sm",
|
|
2734
2732
|
"children": [
|
|
2735
2733
|
{
|
|
2736
2734
|
"type": "icon",
|
|
2737
2735
|
"name": "clipboard-check"
|
|
2738
2736
|
},
|
|
2739
2737
|
{
|
|
2740
|
-
"
|
|
2738
|
+
"variant": "h2",
|
|
2741
2739
|
"type": "typography",
|
|
2742
|
-
"
|
|
2740
|
+
"content": "Employee Onboarding"
|
|
2743
2741
|
}
|
|
2744
2742
|
]
|
|
2745
2743
|
},
|
|
2746
2744
|
{
|
|
2747
|
-
"count": 3.0,
|
|
2748
2745
|
"currentIndex": 2.0,
|
|
2749
|
-
"type": "progress-dots"
|
|
2746
|
+
"type": "progress-dots",
|
|
2747
|
+
"count": 3.0
|
|
2750
2748
|
},
|
|
2751
2749
|
{
|
|
2752
|
-
"currentStep": 2.0,
|
|
2753
|
-
"type": "wizard-progress",
|
|
2754
2750
|
"steps": [
|
|
2755
2751
|
"Employee Details",
|
|
2756
2752
|
"Manager Assignment",
|
|
2757
2753
|
"Setup Checklist"
|
|
2758
|
-
]
|
|
2754
|
+
],
|
|
2755
|
+
"type": "wizard-progress",
|
|
2756
|
+
"currentStep": 2.0
|
|
2759
2757
|
},
|
|
2760
2758
|
{
|
|
2761
2759
|
"type": "divider"
|
|
2762
2760
|
},
|
|
2763
2761
|
{
|
|
2764
|
-
"type": "typography",
|
|
2765
2762
|
"content": "Setup Checklist",
|
|
2763
|
+
"type": "typography",
|
|
2766
2764
|
"variant": "h3"
|
|
2767
2765
|
},
|
|
2768
2766
|
{
|
|
@@ -2770,42 +2768,42 @@
|
|
|
2770
2768
|
"equipmentReady",
|
|
2771
2769
|
"accessGranted"
|
|
2772
2770
|
],
|
|
2773
|
-
"submitEvent": "NEXT",
|
|
2774
2771
|
"entity": "Onboarding",
|
|
2775
2772
|
"type": "form-section",
|
|
2776
2773
|
"mode": "create",
|
|
2777
|
-
"cancelEvent": "PREV"
|
|
2774
|
+
"cancelEvent": "PREV",
|
|
2775
|
+
"submitEvent": "NEXT"
|
|
2778
2776
|
},
|
|
2779
2777
|
{
|
|
2778
|
+
"type": "stack",
|
|
2779
|
+
"direction": "horizontal",
|
|
2780
2780
|
"justify": "end",
|
|
2781
2781
|
"children": [
|
|
2782
2782
|
{
|
|
2783
2783
|
"type": "button",
|
|
2784
|
-
"action": "PREV",
|
|
2785
|
-
"label": "Back",
|
|
2786
2784
|
"variant": "ghost",
|
|
2787
|
-
"
|
|
2785
|
+
"action": "PREV",
|
|
2786
|
+
"icon": "arrow-left",
|
|
2787
|
+
"label": "Back"
|
|
2788
2788
|
},
|
|
2789
2789
|
{
|
|
2790
|
-
"
|
|
2790
|
+
"type": "button",
|
|
2791
2791
|
"action": "NEXT",
|
|
2792
|
-
"label": "Next",
|
|
2793
2792
|
"icon": "arrow-right",
|
|
2794
|
-
"
|
|
2793
|
+
"label": "Next",
|
|
2794
|
+
"variant": "primary"
|
|
2795
2795
|
}
|
|
2796
2796
|
],
|
|
2797
|
-
"
|
|
2798
|
-
"gap": "sm",
|
|
2799
|
-
"type": "stack"
|
|
2797
|
+
"gap": "sm"
|
|
2800
2798
|
}
|
|
2801
|
-
]
|
|
2802
|
-
"direction": "vertical"
|
|
2799
|
+
]
|
|
2803
2800
|
}
|
|
2804
|
-
]
|
|
2801
|
+
],
|
|
2802
|
+
"type": "container",
|
|
2803
|
+
"maxWidth": "lg",
|
|
2804
|
+
"padding": "lg"
|
|
2805
2805
|
}
|
|
2806
2806
|
],
|
|
2807
|
-
"appName": "HRPortal",
|
|
2808
|
-
"type": "dashboard-layout",
|
|
2809
2807
|
"navItems": [
|
|
2810
2808
|
{
|
|
2811
2809
|
"href": "/employees",
|
|
@@ -2813,13 +2811,13 @@
|
|
|
2813
2811
|
"label": "Employees"
|
|
2814
2812
|
},
|
|
2815
2813
|
{
|
|
2816
|
-
"label": "Onboarding",
|
|
2817
2814
|
"href": "/onboarding",
|
|
2815
|
+
"label": "Onboarding",
|
|
2818
2816
|
"icon": "layout-list"
|
|
2819
2817
|
},
|
|
2820
2818
|
{
|
|
2821
|
-
"label": "Time Off",
|
|
2822
2819
|
"icon": "calendar",
|
|
2820
|
+
"label": "Time Off",
|
|
2823
2821
|
"href": "/timeoff"
|
|
2824
2822
|
},
|
|
2825
2823
|
{
|
|
@@ -2827,7 +2825,9 @@
|
|
|
2827
2825
|
"icon": "layout-list",
|
|
2828
2826
|
"href": "/org-chart"
|
|
2829
2827
|
}
|
|
2830
|
-
]
|
|
2828
|
+
],
|
|
2829
|
+
"appName": "HRPortal",
|
|
2830
|
+
"type": "dashboard-layout"
|
|
2831
2831
|
}
|
|
2832
2832
|
]
|
|
2833
2833
|
]
|
|
@@ -2852,33 +2852,35 @@
|
|
|
2852
2852
|
"render-ui",
|
|
2853
2853
|
"main",
|
|
2854
2854
|
{
|
|
2855
|
+
"type": "dashboard-layout",
|
|
2856
|
+
"appName": "HRPortal",
|
|
2855
2857
|
"navItems": [
|
|
2856
2858
|
{
|
|
2857
|
-
"icon": "users",
|
|
2858
2859
|
"label": "Employees",
|
|
2860
|
+
"icon": "users",
|
|
2859
2861
|
"href": "/employees"
|
|
2860
2862
|
},
|
|
2861
2863
|
{
|
|
2862
|
-
"icon": "layout-list",
|
|
2863
2864
|
"href": "/onboarding",
|
|
2865
|
+
"icon": "layout-list",
|
|
2864
2866
|
"label": "Onboarding"
|
|
2865
2867
|
},
|
|
2866
2868
|
{
|
|
2867
|
-
"
|
|
2869
|
+
"href": "/timeoff",
|
|
2868
2870
|
"icon": "calendar",
|
|
2869
|
-
"
|
|
2871
|
+
"label": "Time Off"
|
|
2870
2872
|
},
|
|
2871
2873
|
{
|
|
2872
|
-
"
|
|
2874
|
+
"href": "/org-chart",
|
|
2873
2875
|
"label": "Org Chart",
|
|
2874
|
-
"
|
|
2876
|
+
"icon": "layout-list"
|
|
2875
2877
|
}
|
|
2876
2878
|
],
|
|
2877
2879
|
"children": [
|
|
2878
2880
|
{
|
|
2879
|
-
"gap": "lg",
|
|
2880
|
-
"direction": "vertical",
|
|
2881
2881
|
"type": "stack",
|
|
2882
|
+
"direction": "vertical",
|
|
2883
|
+
"gap": "lg",
|
|
2882
2884
|
"align": "center",
|
|
2883
2885
|
"children": [
|
|
2884
2886
|
{
|
|
@@ -2887,26 +2889,24 @@
|
|
|
2887
2889
|
},
|
|
2888
2890
|
{
|
|
2889
2891
|
"type": "typography",
|
|
2890
|
-
"
|
|
2891
|
-
"
|
|
2892
|
+
"content": "Onboarding Complete!",
|
|
2893
|
+
"variant": "h2"
|
|
2892
2894
|
},
|
|
2893
2895
|
{
|
|
2894
|
-
"
|
|
2896
|
+
"content": "The new employee has been fully onboarded.",
|
|
2895
2897
|
"type": "typography",
|
|
2896
|
-
"
|
|
2898
|
+
"variant": "body"
|
|
2897
2899
|
},
|
|
2898
2900
|
{
|
|
2901
|
+
"variant": "primary",
|
|
2902
|
+
"action": "RESTART",
|
|
2899
2903
|
"label": "Start New",
|
|
2900
2904
|
"icon": "refresh-cw",
|
|
2901
|
-
"type": "button"
|
|
2902
|
-
"action": "RESTART",
|
|
2903
|
-
"variant": "primary"
|
|
2905
|
+
"type": "button"
|
|
2904
2906
|
}
|
|
2905
2907
|
]
|
|
2906
2908
|
}
|
|
2907
|
-
]
|
|
2908
|
-
"appName": "HRPortal",
|
|
2909
|
-
"type": "dashboard-layout"
|
|
2909
|
+
]
|
|
2910
2910
|
}
|
|
2911
2911
|
]
|
|
2912
2912
|
]
|
|
@@ -2930,67 +2930,45 @@
|
|
|
2930
2930
|
"render-ui",
|
|
2931
2931
|
"main",
|
|
2932
2932
|
{
|
|
2933
|
-
"navItems": [
|
|
2934
|
-
{
|
|
2935
|
-
"href": "/employees",
|
|
2936
|
-
"label": "Employees",
|
|
2937
|
-
"icon": "users"
|
|
2938
|
-
},
|
|
2939
|
-
{
|
|
2940
|
-
"icon": "layout-list",
|
|
2941
|
-
"href": "/onboarding",
|
|
2942
|
-
"label": "Onboarding"
|
|
2943
|
-
},
|
|
2944
|
-
{
|
|
2945
|
-
"icon": "calendar",
|
|
2946
|
-
"label": "Time Off",
|
|
2947
|
-
"href": "/timeoff"
|
|
2948
|
-
},
|
|
2949
|
-
{
|
|
2950
|
-
"icon": "layout-list",
|
|
2951
|
-
"href": "/org-chart",
|
|
2952
|
-
"label": "Org Chart"
|
|
2953
|
-
}
|
|
2954
|
-
],
|
|
2955
|
-
"appName": "HRPortal",
|
|
2956
2933
|
"children": [
|
|
2957
2934
|
{
|
|
2958
|
-
"maxWidth": "lg",
|
|
2959
|
-
"padding": "lg",
|
|
2960
2935
|
"type": "container",
|
|
2936
|
+
"maxWidth": "lg",
|
|
2961
2937
|
"children": [
|
|
2962
2938
|
{
|
|
2939
|
+
"type": "stack",
|
|
2940
|
+
"direction": "vertical",
|
|
2963
2941
|
"children": [
|
|
2964
2942
|
{
|
|
2965
|
-
"direction": "horizontal",
|
|
2966
|
-
"align": "center",
|
|
2967
2943
|
"children": [
|
|
2968
2944
|
{
|
|
2969
|
-
"
|
|
2970
|
-
"
|
|
2945
|
+
"name": "clipboard-check",
|
|
2946
|
+
"type": "icon"
|
|
2971
2947
|
},
|
|
2972
2948
|
{
|
|
2973
|
-
"type": "typography",
|
|
2974
2949
|
"content": "Employee Onboarding",
|
|
2975
|
-
"variant": "h2"
|
|
2950
|
+
"variant": "h2",
|
|
2951
|
+
"type": "typography"
|
|
2976
2952
|
}
|
|
2977
2953
|
],
|
|
2954
|
+
"type": "stack",
|
|
2978
2955
|
"gap": "sm",
|
|
2979
|
-
"
|
|
2956
|
+
"direction": "horizontal",
|
|
2957
|
+
"align": "center"
|
|
2980
2958
|
},
|
|
2981
2959
|
{
|
|
2982
|
-
"currentIndex": 0.0,
|
|
2983
2960
|
"type": "progress-dots",
|
|
2984
|
-
"count": 3.0
|
|
2961
|
+
"count": 3.0,
|
|
2962
|
+
"currentIndex": 0.0
|
|
2985
2963
|
},
|
|
2986
2964
|
{
|
|
2987
2965
|
"type": "wizard-progress",
|
|
2988
|
-
"currentStep": 0.0,
|
|
2989
2966
|
"steps": [
|
|
2990
2967
|
"Employee Details",
|
|
2991
2968
|
"Manager Assignment",
|
|
2992
2969
|
"Setup Checklist"
|
|
2993
|
-
]
|
|
2970
|
+
],
|
|
2971
|
+
"currentStep": 0.0
|
|
2994
2972
|
},
|
|
2995
2973
|
{
|
|
2996
2974
|
"type": "divider"
|
|
@@ -3003,38 +2981,60 @@
|
|
|
3003
2981
|
{
|
|
3004
2982
|
"type": "form-section",
|
|
3005
2983
|
"submitEvent": "NEXT",
|
|
3006
|
-
"
|
|
2984
|
+
"entity": "Onboarding",
|
|
3007
2985
|
"cancelEvent": "INIT",
|
|
2986
|
+
"mode": "create",
|
|
3008
2987
|
"fields": [
|
|
3009
2988
|
"employeeName",
|
|
3010
2989
|
"department"
|
|
3011
|
-
]
|
|
3012
|
-
"entity": "Onboarding"
|
|
2990
|
+
]
|
|
3013
2991
|
},
|
|
3014
2992
|
{
|
|
3015
|
-
"direction": "horizontal",
|
|
3016
|
-
"type": "stack",
|
|
3017
2993
|
"gap": "sm",
|
|
3018
2994
|
"justify": "end",
|
|
2995
|
+
"type": "stack",
|
|
3019
2996
|
"children": [
|
|
3020
2997
|
{
|
|
3021
2998
|
"label": "Next",
|
|
3022
|
-
"
|
|
2999
|
+
"action": "NEXT",
|
|
3023
3000
|
"type": "button",
|
|
3024
3001
|
"variant": "primary",
|
|
3025
|
-
"
|
|
3002
|
+
"icon": "arrow-right"
|
|
3026
3003
|
}
|
|
3027
|
-
]
|
|
3004
|
+
],
|
|
3005
|
+
"direction": "horizontal"
|
|
3028
3006
|
}
|
|
3029
3007
|
],
|
|
3030
|
-
"
|
|
3031
|
-
"gap": "lg",
|
|
3032
|
-
"direction": "vertical"
|
|
3008
|
+
"gap": "lg"
|
|
3033
3009
|
}
|
|
3034
|
-
]
|
|
3010
|
+
],
|
|
3011
|
+
"padding": "lg"
|
|
3035
3012
|
}
|
|
3036
3013
|
],
|
|
3037
|
-
"
|
|
3014
|
+
"appName": "HRPortal",
|
|
3015
|
+
"type": "dashboard-layout",
|
|
3016
|
+
"navItems": [
|
|
3017
|
+
{
|
|
3018
|
+
"href": "/employees",
|
|
3019
|
+
"label": "Employees",
|
|
3020
|
+
"icon": "users"
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"label": "Onboarding",
|
|
3024
|
+
"href": "/onboarding",
|
|
3025
|
+
"icon": "layout-list"
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
"icon": "calendar",
|
|
3029
|
+
"label": "Time Off",
|
|
3030
|
+
"href": "/timeoff"
|
|
3031
|
+
},
|
|
3032
|
+
{
|
|
3033
|
+
"label": "Org Chart",
|
|
3034
|
+
"href": "/org-chart",
|
|
3035
|
+
"icon": "layout-list"
|
|
3036
|
+
}
|
|
3037
|
+
]
|
|
3038
3038
|
}
|
|
3039
3039
|
]
|
|
3040
3040
|
]
|
|
@@ -3049,8 +3049,8 @@
|
|
|
3049
3049
|
"Onboarding",
|
|
3050
3050
|
{
|
|
3051
3051
|
"emit": {
|
|
3052
|
-
"
|
|
3053
|
-
"
|
|
3052
|
+
"success": "OnboardingLoaded",
|
|
3053
|
+
"failure": "OnboardingLoadFailed"
|
|
3054
3054
|
}
|
|
3055
3055
|
}
|
|
3056
3056
|
],
|
|
@@ -3059,22 +3059,21 @@
|
|
|
3059
3059
|
"main",
|
|
3060
3060
|
{
|
|
3061
3061
|
"appName": "HRPortal",
|
|
3062
|
-
"type": "dashboard-layout",
|
|
3063
3062
|
"navItems": [
|
|
3064
3063
|
{
|
|
3065
|
-
"label": "Employees",
|
|
3066
3064
|
"href": "/employees",
|
|
3065
|
+
"label": "Employees",
|
|
3067
3066
|
"icon": "users"
|
|
3068
3067
|
},
|
|
3069
3068
|
{
|
|
3069
|
+
"icon": "layout-list",
|
|
3070
3070
|
"label": "Onboarding",
|
|
3071
|
-
"href": "/onboarding"
|
|
3072
|
-
"icon": "layout-list"
|
|
3071
|
+
"href": "/onboarding"
|
|
3073
3072
|
},
|
|
3074
3073
|
{
|
|
3075
3074
|
"icon": "calendar",
|
|
3076
|
-
"
|
|
3077
|
-
"
|
|
3075
|
+
"href": "/timeoff",
|
|
3076
|
+
"label": "Time Off"
|
|
3078
3077
|
},
|
|
3079
3078
|
{
|
|
3080
3079
|
"label": "Org Chart",
|
|
@@ -3082,12 +3081,15 @@
|
|
|
3082
3081
|
"icon": "layout-list"
|
|
3083
3082
|
}
|
|
3084
3083
|
],
|
|
3084
|
+
"type": "dashboard-layout",
|
|
3085
3085
|
"children": [
|
|
3086
3086
|
{
|
|
3087
3087
|
"maxWidth": "lg",
|
|
3088
|
-
"padding": "lg",
|
|
3089
3088
|
"children": [
|
|
3090
3089
|
{
|
|
3090
|
+
"direction": "vertical",
|
|
3091
|
+
"type": "stack",
|
|
3092
|
+
"gap": "lg",
|
|
3091
3093
|
"children": [
|
|
3092
3094
|
{
|
|
3093
3095
|
"children": [
|
|
@@ -3096,15 +3098,15 @@
|
|
|
3096
3098
|
"name": "clipboard-check"
|
|
3097
3099
|
},
|
|
3098
3100
|
{
|
|
3101
|
+
"variant": "h2",
|
|
3099
3102
|
"type": "typography",
|
|
3100
|
-
"content": "Employee Onboarding"
|
|
3101
|
-
"variant": "h2"
|
|
3103
|
+
"content": "Employee Onboarding"
|
|
3102
3104
|
}
|
|
3103
3105
|
],
|
|
3106
|
+
"type": "stack",
|
|
3104
3107
|
"direction": "horizontal",
|
|
3105
|
-
"align": "center",
|
|
3106
3108
|
"gap": "sm",
|
|
3107
|
-
"
|
|
3109
|
+
"align": "center"
|
|
3108
3110
|
},
|
|
3109
3111
|
{
|
|
3110
3112
|
"type": "progress-dots",
|
|
@@ -3112,55 +3114,53 @@
|
|
|
3112
3114
|
"currentIndex": 0.0
|
|
3113
3115
|
},
|
|
3114
3116
|
{
|
|
3115
|
-
"currentStep": 0.0,
|
|
3116
3117
|
"type": "wizard-progress",
|
|
3117
3118
|
"steps": [
|
|
3118
3119
|
"Employee Details",
|
|
3119
3120
|
"Manager Assignment",
|
|
3120
3121
|
"Setup Checklist"
|
|
3121
|
-
]
|
|
3122
|
+
],
|
|
3123
|
+
"currentStep": 0.0
|
|
3122
3124
|
},
|
|
3123
3125
|
{
|
|
3124
3126
|
"type": "divider"
|
|
3125
3127
|
},
|
|
3126
3128
|
{
|
|
3127
|
-
"variant": "h3",
|
|
3128
3129
|
"type": "typography",
|
|
3130
|
+
"variant": "h3",
|
|
3129
3131
|
"content": "Employee Details"
|
|
3130
3132
|
},
|
|
3131
3133
|
{
|
|
3132
|
-
"entity": "Onboarding",
|
|
3133
3134
|
"type": "form-section",
|
|
3134
|
-
"
|
|
3135
|
+
"cancelEvent": "INIT",
|
|
3136
|
+
"entity": "Onboarding",
|
|
3135
3137
|
"submitEvent": "NEXT",
|
|
3138
|
+
"mode": "create",
|
|
3136
3139
|
"fields": [
|
|
3137
3140
|
"employeeName",
|
|
3138
3141
|
"department"
|
|
3139
|
-
]
|
|
3140
|
-
"cancelEvent": "INIT"
|
|
3142
|
+
]
|
|
3141
3143
|
},
|
|
3142
3144
|
{
|
|
3145
|
+
"direction": "horizontal",
|
|
3146
|
+
"gap": "sm",
|
|
3147
|
+
"justify": "end",
|
|
3143
3148
|
"children": [
|
|
3144
3149
|
{
|
|
3145
3150
|
"type": "button",
|
|
3146
|
-
"label": "Next",
|
|
3147
|
-
"variant": "primary",
|
|
3148
3151
|
"action": "NEXT",
|
|
3152
|
+
"variant": "primary",
|
|
3153
|
+
"label": "Next",
|
|
3149
3154
|
"icon": "arrow-right"
|
|
3150
3155
|
}
|
|
3151
3156
|
],
|
|
3152
|
-
"type": "stack"
|
|
3153
|
-
"justify": "end",
|
|
3154
|
-
"direction": "horizontal",
|
|
3155
|
-
"gap": "sm"
|
|
3157
|
+
"type": "stack"
|
|
3156
3158
|
}
|
|
3157
|
-
]
|
|
3158
|
-
"gap": "lg",
|
|
3159
|
-
"direction": "vertical",
|
|
3160
|
-
"type": "stack"
|
|
3159
|
+
]
|
|
3161
3160
|
}
|
|
3162
3161
|
],
|
|
3163
|
-
"type": "container"
|
|
3162
|
+
"type": "container",
|
|
3163
|
+
"padding": "lg"
|
|
3164
3164
|
}
|
|
3165
3165
|
]
|
|
3166
3166
|
}
|
|
@@ -3389,134 +3389,134 @@
|
|
|
3389
3389
|
"render-ui",
|
|
3390
3390
|
"main",
|
|
3391
3391
|
{
|
|
3392
|
-
"appName": "HRPortal",
|
|
3393
|
-
"navItems": [
|
|
3394
|
-
{
|
|
3395
|
-
"href": "/employees",
|
|
3396
|
-
"icon": "users",
|
|
3397
|
-
"label": "Employees"
|
|
3398
|
-
},
|
|
3399
|
-
{
|
|
3400
|
-
"label": "Onboarding",
|
|
3401
|
-
"icon": "layout-list",
|
|
3402
|
-
"href": "/onboarding"
|
|
3403
|
-
},
|
|
3404
|
-
{
|
|
3405
|
-
"href": "/timeoff",
|
|
3406
|
-
"label": "Time Off",
|
|
3407
|
-
"icon": "calendar"
|
|
3408
|
-
},
|
|
3409
|
-
{
|
|
3410
|
-
"href": "/org-chart",
|
|
3411
|
-
"icon": "layout-list",
|
|
3412
|
-
"label": "Org Chart"
|
|
3413
|
-
}
|
|
3414
|
-
],
|
|
3415
3392
|
"type": "dashboard-layout",
|
|
3393
|
+
"appName": "HRPortal",
|
|
3416
3394
|
"children": [
|
|
3417
3395
|
{
|
|
3418
|
-
"type": "stack",
|
|
3419
3396
|
"gap": "lg",
|
|
3420
3397
|
"children": [
|
|
3421
3398
|
{
|
|
3422
3399
|
"type": "stack",
|
|
3400
|
+
"align": "center",
|
|
3401
|
+
"justify": "between",
|
|
3423
3402
|
"direction": "horizontal",
|
|
3424
3403
|
"gap": "md",
|
|
3425
3404
|
"children": [
|
|
3426
3405
|
{
|
|
3427
|
-
"type": "stack",
|
|
3428
|
-
"gap": "sm",
|
|
3429
|
-
"direction": "horizontal",
|
|
3430
3406
|
"align": "center",
|
|
3431
3407
|
"children": [
|
|
3432
3408
|
{
|
|
3433
|
-
"
|
|
3434
|
-
"
|
|
3409
|
+
"type": "icon",
|
|
3410
|
+
"name": "calendar"
|
|
3435
3411
|
},
|
|
3436
3412
|
{
|
|
3437
3413
|
"type": "typography",
|
|
3438
3414
|
"content": "Time Off Requests",
|
|
3439
3415
|
"variant": "h2"
|
|
3440
3416
|
}
|
|
3441
|
-
]
|
|
3417
|
+
],
|
|
3418
|
+
"direction": "horizontal",
|
|
3419
|
+
"type": "stack",
|
|
3420
|
+
"gap": "sm"
|
|
3442
3421
|
},
|
|
3443
3422
|
{
|
|
3423
|
+
"gap": "sm",
|
|
3444
3424
|
"children": [
|
|
3445
3425
|
{
|
|
3446
|
-
"action": "CREATE",
|
|
3447
3426
|
"icon": "plus",
|
|
3427
|
+
"action": "CREATE",
|
|
3448
3428
|
"variant": "primary",
|
|
3449
|
-
"
|
|
3450
|
-
"
|
|
3429
|
+
"type": "button",
|
|
3430
|
+
"label": "Request Time Off"
|
|
3451
3431
|
}
|
|
3452
3432
|
],
|
|
3453
|
-
"
|
|
3454
|
-
"
|
|
3455
|
-
"direction": "horizontal"
|
|
3433
|
+
"direction": "horizontal",
|
|
3434
|
+
"type": "stack"
|
|
3456
3435
|
}
|
|
3457
|
-
]
|
|
3458
|
-
"align": "center",
|
|
3459
|
-
"justify": "between"
|
|
3436
|
+
]
|
|
3460
3437
|
},
|
|
3461
3438
|
{
|
|
3462
3439
|
"type": "divider"
|
|
3463
3440
|
},
|
|
3464
3441
|
{
|
|
3442
|
+
"type": "data-list",
|
|
3443
|
+
"itemActions": [
|
|
3444
|
+
{
|
|
3445
|
+
"label": "View",
|
|
3446
|
+
"variant": "ghost",
|
|
3447
|
+
"event": "VIEW"
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"variant": "ghost",
|
|
3451
|
+
"label": "Edit",
|
|
3452
|
+
"event": "EDIT"
|
|
3453
|
+
},
|
|
3454
|
+
{
|
|
3455
|
+
"label": "Delete",
|
|
3456
|
+
"variant": "danger",
|
|
3457
|
+
"event": "DELETE"
|
|
3458
|
+
}
|
|
3459
|
+
],
|
|
3465
3460
|
"columns": [
|
|
3466
3461
|
{
|
|
3467
|
-
"
|
|
3462
|
+
"name": "employeeName",
|
|
3468
3463
|
"label": "Employee",
|
|
3469
3464
|
"icon": "calendar",
|
|
3470
|
-
"
|
|
3465
|
+
"variant": "h3"
|
|
3471
3466
|
},
|
|
3472
3467
|
{
|
|
3473
|
-
"name": "leaveType",
|
|
3474
3468
|
"variant": "badge",
|
|
3469
|
+
"name": "leaveType",
|
|
3475
3470
|
"label": "Type"
|
|
3476
3471
|
},
|
|
3477
3472
|
{
|
|
3478
3473
|
"name": "status",
|
|
3479
|
-
"variant": "badge"
|
|
3480
|
-
},
|
|
3481
|
-
{
|
|
3482
|
-
"name": "startDate",
|
|
3483
|
-
"label": "From",
|
|
3484
|
-
"format": "date",
|
|
3485
|
-
"variant": "body"
|
|
3486
|
-
},
|
|
3487
|
-
{
|
|
3488
|
-
"format": "date",
|
|
3489
|
-
"label": "To",
|
|
3490
|
-
"variant": "body",
|
|
3491
|
-
"name": "endDate"
|
|
3492
|
-
}
|
|
3493
|
-
],
|
|
3494
|
-
"type": "data-list",
|
|
3495
|
-
"fields": [],
|
|
3496
|
-
"gap": "sm",
|
|
3497
|
-
"variant": "card",
|
|
3498
|
-
"itemActions": [
|
|
3499
|
-
{
|
|
3500
|
-
"variant": "ghost",
|
|
3501
|
-
"label": "View",
|
|
3502
|
-
"event": "VIEW"
|
|
3474
|
+
"variant": "badge"
|
|
3503
3475
|
},
|
|
3504
3476
|
{
|
|
3505
|
-
"
|
|
3506
|
-
"
|
|
3507
|
-
"
|
|
3477
|
+
"variant": "body",
|
|
3478
|
+
"format": "date",
|
|
3479
|
+
"name": "startDate",
|
|
3480
|
+
"label": "From"
|
|
3508
3481
|
},
|
|
3509
3482
|
{
|
|
3510
|
-
"
|
|
3511
|
-
"variant": "
|
|
3512
|
-
"
|
|
3483
|
+
"label": "To",
|
|
3484
|
+
"variant": "body",
|
|
3485
|
+
"name": "endDate",
|
|
3486
|
+
"format": "date"
|
|
3513
3487
|
}
|
|
3514
3488
|
],
|
|
3515
|
-
"
|
|
3489
|
+
"variant": "card",
|
|
3490
|
+
"fields": [],
|
|
3491
|
+
"entity": "TimeOff",
|
|
3492
|
+
"gap": "sm"
|
|
3516
3493
|
}
|
|
3517
3494
|
],
|
|
3495
|
+
"direction": "vertical",
|
|
3518
3496
|
"className": "max-w-5xl mx-auto w-full",
|
|
3519
|
-
"
|
|
3497
|
+
"type": "stack"
|
|
3498
|
+
}
|
|
3499
|
+
],
|
|
3500
|
+
"navItems": [
|
|
3501
|
+
{
|
|
3502
|
+
"icon": "users",
|
|
3503
|
+
"href": "/employees",
|
|
3504
|
+
"label": "Employees"
|
|
3505
|
+
},
|
|
3506
|
+
{
|
|
3507
|
+
"icon": "layout-list",
|
|
3508
|
+
"label": "Onboarding",
|
|
3509
|
+
"href": "/onboarding"
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
"href": "/timeoff",
|
|
3513
|
+
"label": "Time Off",
|
|
3514
|
+
"icon": "calendar"
|
|
3515
|
+
},
|
|
3516
|
+
{
|
|
3517
|
+
"href": "/org-chart",
|
|
3518
|
+
"label": "Org Chart",
|
|
3519
|
+
"icon": "layout-list"
|
|
3520
3520
|
}
|
|
3521
3521
|
]
|
|
3522
3522
|
}
|
|
@@ -3688,8 +3688,8 @@
|
|
|
3688
3688
|
"TimeOff",
|
|
3689
3689
|
{
|
|
3690
3690
|
"emit": {
|
|
3691
|
-
"
|
|
3692
|
-
"
|
|
3691
|
+
"failure": "TimeOffLoadFailed",
|
|
3692
|
+
"success": "TimeOffLoaded"
|
|
3693
3693
|
}
|
|
3694
3694
|
}
|
|
3695
3695
|
],
|
|
@@ -3698,42 +3698,42 @@
|
|
|
3698
3698
|
"modal",
|
|
3699
3699
|
{
|
|
3700
3700
|
"type": "stack",
|
|
3701
|
-
"gap": "md",
|
|
3702
3701
|
"children": [
|
|
3703
3702
|
{
|
|
3703
|
+
"gap": "sm",
|
|
3704
|
+
"type": "stack",
|
|
3704
3705
|
"children": [
|
|
3705
3706
|
{
|
|
3706
|
-
"
|
|
3707
|
-
"
|
|
3707
|
+
"name": "plus-circle",
|
|
3708
|
+
"type": "icon"
|
|
3708
3709
|
},
|
|
3709
3710
|
{
|
|
3710
|
-
"variant": "h3",
|
|
3711
3711
|
"type": "typography",
|
|
3712
|
+
"variant": "h3",
|
|
3712
3713
|
"content": "New Time Off Request"
|
|
3713
3714
|
}
|
|
3714
3715
|
],
|
|
3715
|
-
"direction": "horizontal"
|
|
3716
|
-
"type": "stack",
|
|
3717
|
-
"gap": "sm"
|
|
3716
|
+
"direction": "horizontal"
|
|
3718
3717
|
},
|
|
3719
3718
|
{
|
|
3720
3719
|
"type": "divider"
|
|
3721
3720
|
},
|
|
3722
3721
|
{
|
|
3723
|
-
"submitEvent": "SAVE",
|
|
3724
3722
|
"cancelEvent": "CLOSE",
|
|
3725
|
-
"entity": "TimeOff",
|
|
3726
|
-
"type": "form-section",
|
|
3727
|
-
"mode": "create",
|
|
3728
3723
|
"fields": [
|
|
3729
3724
|
"employeeName",
|
|
3730
3725
|
"leaveType",
|
|
3731
3726
|
"startDate",
|
|
3732
3727
|
"endDate",
|
|
3733
3728
|
"status"
|
|
3734
|
-
]
|
|
3729
|
+
],
|
|
3730
|
+
"mode": "create",
|
|
3731
|
+
"entity": "TimeOff",
|
|
3732
|
+
"submitEvent": "SAVE",
|
|
3733
|
+
"type": "form-section"
|
|
3735
3734
|
}
|
|
3736
3735
|
],
|
|
3736
|
+
"gap": "md",
|
|
3737
3737
|
"direction": "vertical"
|
|
3738
3738
|
}
|
|
3739
3739
|
]
|
|
@@ -3964,8 +3964,8 @@
|
|
|
3964
3964
|
{
|
|
3965
3965
|
"id": "@payload.id",
|
|
3966
3966
|
"emit": {
|
|
3967
|
-
"
|
|
3968
|
-
"
|
|
3967
|
+
"failure": "TimeOffLoadFailed",
|
|
3968
|
+
"success": "TimeOffLoaded"
|
|
3969
3969
|
}
|
|
3970
3970
|
}
|
|
3971
3971
|
],
|
|
@@ -3973,13 +3973,13 @@
|
|
|
3973
3973
|
"render-ui",
|
|
3974
3974
|
"modal",
|
|
3975
3975
|
{
|
|
3976
|
+
"direction": "vertical",
|
|
3976
3977
|
"gap": "md",
|
|
3977
3978
|
"type": "stack",
|
|
3978
3979
|
"children": [
|
|
3979
3980
|
{
|
|
3980
|
-
"gap": "sm",
|
|
3981
|
-
"direction": "horizontal",
|
|
3982
3981
|
"type": "stack",
|
|
3982
|
+
"gap": "sm",
|
|
3983
3983
|
"children": [
|
|
3984
3984
|
{
|
|
3985
3985
|
"name": "edit",
|
|
@@ -3987,31 +3987,31 @@
|
|
|
3987
3987
|
},
|
|
3988
3988
|
{
|
|
3989
3989
|
"type": "typography",
|
|
3990
|
-
"
|
|
3991
|
-
"
|
|
3990
|
+
"variant": "h3",
|
|
3991
|
+
"content": "Edit TimeOff"
|
|
3992
3992
|
}
|
|
3993
|
-
]
|
|
3993
|
+
],
|
|
3994
|
+
"direction": "horizontal"
|
|
3994
3995
|
},
|
|
3995
3996
|
{
|
|
3996
3997
|
"type": "divider"
|
|
3997
3998
|
},
|
|
3998
3999
|
{
|
|
3999
4000
|
"entityId": "@entity.id",
|
|
4001
|
+
"entity": "TimeOff",
|
|
4002
|
+
"mode": "edit",
|
|
4003
|
+
"submitEvent": "SAVE",
|
|
4004
|
+
"type": "form-section",
|
|
4005
|
+
"cancelEvent": "CLOSE",
|
|
4000
4006
|
"fields": [
|
|
4001
4007
|
"employeeName",
|
|
4002
4008
|
"leaveType",
|
|
4003
4009
|
"startDate",
|
|
4004
4010
|
"endDate",
|
|
4005
4011
|
"status"
|
|
4006
|
-
]
|
|
4007
|
-
"type": "form-section",
|
|
4008
|
-
"cancelEvent": "CLOSE",
|
|
4009
|
-
"mode": "edit",
|
|
4010
|
-
"submitEvent": "SAVE",
|
|
4011
|
-
"entity": "TimeOff"
|
|
4012
|
+
]
|
|
4012
4013
|
}
|
|
4013
|
-
]
|
|
4014
|
-
"direction": "vertical"
|
|
4014
|
+
]
|
|
4015
4015
|
}
|
|
4016
4016
|
]
|
|
4017
4017
|
]
|
|
@@ -4227,8 +4227,8 @@
|
|
|
4227
4227
|
"TimeOff",
|
|
4228
4228
|
{
|
|
4229
4229
|
"emit": {
|
|
4230
|
-
"
|
|
4231
|
-
"
|
|
4230
|
+
"failure": "TimeOffLoadFailed",
|
|
4231
|
+
"success": "TimeOffLoaded"
|
|
4232
4232
|
},
|
|
4233
4233
|
"id": "@payload.id"
|
|
4234
4234
|
}
|
|
@@ -4237,32 +4237,31 @@
|
|
|
4237
4237
|
"render-ui",
|
|
4238
4238
|
"modal",
|
|
4239
4239
|
{
|
|
4240
|
-
"direction": "vertical",
|
|
4241
4240
|
"type": "stack",
|
|
4241
|
+
"direction": "vertical",
|
|
4242
4242
|
"children": [
|
|
4243
4243
|
{
|
|
4244
|
-
"type": "stack",
|
|
4245
|
-
"gap": "sm",
|
|
4246
4244
|
"direction": "horizontal",
|
|
4247
|
-
"
|
|
4245
|
+
"type": "stack",
|
|
4248
4246
|
"children": [
|
|
4249
4247
|
{
|
|
4250
|
-
"
|
|
4251
|
-
"
|
|
4248
|
+
"name": "eye",
|
|
4249
|
+
"type": "icon"
|
|
4252
4250
|
},
|
|
4253
4251
|
{
|
|
4254
|
-
"
|
|
4252
|
+
"variant": "h3",
|
|
4255
4253
|
"content": "@entity.employeeName",
|
|
4256
|
-
"
|
|
4254
|
+
"type": "typography"
|
|
4257
4255
|
}
|
|
4258
|
-
]
|
|
4256
|
+
],
|
|
4257
|
+
"gap": "sm",
|
|
4258
|
+
"align": "center"
|
|
4259
4259
|
},
|
|
4260
4260
|
{
|
|
4261
4261
|
"type": "divider"
|
|
4262
4262
|
},
|
|
4263
4263
|
{
|
|
4264
|
-
"
|
|
4265
|
-
"type": "stack",
|
|
4264
|
+
"gap": "md",
|
|
4266
4265
|
"children": [
|
|
4267
4266
|
{
|
|
4268
4267
|
"type": "typography",
|
|
@@ -4270,80 +4269,81 @@
|
|
|
4270
4269
|
"content": "Employee Name"
|
|
4271
4270
|
},
|
|
4272
4271
|
{
|
|
4273
|
-
"content": "@entity.employeeName",
|
|
4274
4272
|
"type": "typography",
|
|
4273
|
+
"content": "@entity.employeeName",
|
|
4275
4274
|
"variant": "body"
|
|
4276
4275
|
}
|
|
4277
4276
|
],
|
|
4278
|
-
"
|
|
4277
|
+
"type": "stack",
|
|
4278
|
+
"direction": "horizontal"
|
|
4279
4279
|
},
|
|
4280
4280
|
{
|
|
4281
|
-
"gap": "md",
|
|
4282
4281
|
"type": "stack",
|
|
4282
|
+
"direction": "horizontal",
|
|
4283
4283
|
"children": [
|
|
4284
4284
|
{
|
|
4285
|
-
"variant": "caption",
|
|
4286
4285
|
"type": "typography",
|
|
4286
|
+
"variant": "caption",
|
|
4287
4287
|
"content": "Leave Type"
|
|
4288
4288
|
},
|
|
4289
4289
|
{
|
|
4290
|
-
"
|
|
4290
|
+
"variant": "body",
|
|
4291
4291
|
"content": "@entity.leaveType",
|
|
4292
|
-
"
|
|
4292
|
+
"type": "typography"
|
|
4293
4293
|
}
|
|
4294
4294
|
],
|
|
4295
|
-
"
|
|
4295
|
+
"gap": "md"
|
|
4296
4296
|
},
|
|
4297
4297
|
{
|
|
4298
|
+
"direction": "horizontal",
|
|
4299
|
+
"gap": "md",
|
|
4298
4300
|
"children": [
|
|
4299
4301
|
{
|
|
4300
|
-
"content": "Start Date",
|
|
4301
4302
|
"type": "typography",
|
|
4302
|
-
"variant": "caption"
|
|
4303
|
+
"variant": "caption",
|
|
4304
|
+
"content": "Start Date"
|
|
4303
4305
|
},
|
|
4304
4306
|
{
|
|
4305
|
-
"content": "@entity.startDate",
|
|
4306
4307
|
"variant": "body",
|
|
4308
|
+
"content": "@entity.startDate",
|
|
4307
4309
|
"type": "typography"
|
|
4308
4310
|
}
|
|
4309
4311
|
],
|
|
4310
|
-
"type": "stack"
|
|
4311
|
-
"direction": "horizontal",
|
|
4312
|
-
"gap": "md"
|
|
4312
|
+
"type": "stack"
|
|
4313
4313
|
},
|
|
4314
4314
|
{
|
|
4315
|
+
"type": "stack",
|
|
4315
4316
|
"children": [
|
|
4316
4317
|
{
|
|
4317
|
-
"type": "typography",
|
|
4318
4318
|
"variant": "caption",
|
|
4319
|
+
"type": "typography",
|
|
4319
4320
|
"content": "End Date"
|
|
4320
4321
|
},
|
|
4321
4322
|
{
|
|
4322
|
-
"content": "@entity.endDate",
|
|
4323
4323
|
"type": "typography",
|
|
4324
|
+
"content": "@entity.endDate",
|
|
4324
4325
|
"variant": "body"
|
|
4325
4326
|
}
|
|
4326
4327
|
],
|
|
4327
4328
|
"direction": "horizontal",
|
|
4328
|
-
"gap": "md"
|
|
4329
|
-
"type": "stack"
|
|
4329
|
+
"gap": "md"
|
|
4330
4330
|
},
|
|
4331
4331
|
{
|
|
4332
|
+
"direction": "horizontal",
|
|
4333
|
+
"gap": "md",
|
|
4334
|
+
"type": "stack",
|
|
4332
4335
|
"children": [
|
|
4333
4336
|
{
|
|
4334
4337
|
"content": "Status",
|
|
4335
|
-
"
|
|
4336
|
-
"
|
|
4338
|
+
"type": "typography",
|
|
4339
|
+
"variant": "caption"
|
|
4337
4340
|
},
|
|
4338
4341
|
{
|
|
4339
|
-
"variant": "body",
|
|
4340
4342
|
"content": "@entity.status",
|
|
4343
|
+
"variant": "body",
|
|
4341
4344
|
"type": "typography"
|
|
4342
4345
|
}
|
|
4343
|
-
]
|
|
4344
|
-
"direction": "horizontal",
|
|
4345
|
-
"type": "stack",
|
|
4346
|
-
"gap": "md"
|
|
4346
|
+
]
|
|
4347
4347
|
},
|
|
4348
4348
|
{
|
|
4349
4349
|
"type": "divider"
|
|
@@ -4351,23 +4351,23 @@
|
|
|
4351
4351
|
{
|
|
4352
4352
|
"children": [
|
|
4353
4353
|
{
|
|
4354
|
-
"type": "button",
|
|
4355
|
-
"label": "Edit",
|
|
4356
4354
|
"variant": "primary",
|
|
4355
|
+
"type": "button",
|
|
4357
4356
|
"icon": "edit",
|
|
4357
|
+
"label": "Edit",
|
|
4358
4358
|
"action": "EDIT"
|
|
4359
4359
|
},
|
|
4360
4360
|
{
|
|
4361
4361
|
"action": "CLOSE",
|
|
4362
|
-
"label": "Close",
|
|
4363
4362
|
"type": "button",
|
|
4364
|
-
"variant": "ghost"
|
|
4363
|
+
"variant": "ghost",
|
|
4364
|
+
"label": "Close"
|
|
4365
4365
|
}
|
|
4366
4366
|
],
|
|
4367
|
-
"
|
|
4368
|
-
"justify": "end",
|
|
4367
|
+
"direction": "horizontal",
|
|
4369
4368
|
"gap": "sm",
|
|
4370
|
-
"
|
|
4369
|
+
"justify": "end",
|
|
4370
|
+
"type": "stack"
|
|
4371
4371
|
}
|
|
4372
4372
|
],
|
|
4373
4373
|
"gap": "md"
|
|
@@ -4591,24 +4591,20 @@
|
|
|
4591
4591
|
"fetch",
|
|
4592
4592
|
"TimeOff",
|
|
4593
4593
|
{
|
|
4594
|
-
"id": "@payload.id",
|
|
4595
4594
|
"emit": {
|
|
4596
|
-
"
|
|
4597
|
-
"
|
|
4598
|
-
}
|
|
4595
|
+
"success": "TimeOffLoaded",
|
|
4596
|
+
"failure": "TimeOffLoadFailed"
|
|
4597
|
+
},
|
|
4598
|
+
"id": "@payload.id"
|
|
4599
4599
|
}
|
|
4600
4600
|
],
|
|
4601
4601
|
[
|
|
4602
4602
|
"render-ui",
|
|
4603
4603
|
"modal",
|
|
4604
4604
|
{
|
|
4605
|
-
"
|
|
4605
|
+
"gap": "md",
|
|
4606
4606
|
"children": [
|
|
4607
4607
|
{
|
|
4608
|
-
"type": "stack",
|
|
4609
|
-
"align": "center",
|
|
4610
|
-
"gap": "sm",
|
|
4611
|
-
"direction": "horizontal",
|
|
4612
4608
|
"children": [
|
|
4613
4609
|
{
|
|
4614
4610
|
"name": "alert-triangle",
|
|
@@ -4616,10 +4612,14 @@
|
|
|
4616
4612
|
},
|
|
4617
4613
|
{
|
|
4618
4614
|
"type": "typography",
|
|
4619
|
-
"
|
|
4620
|
-
"
|
|
4615
|
+
"variant": "h3",
|
|
4616
|
+
"content": "Delete TimeOff"
|
|
4621
4617
|
}
|
|
4622
|
-
]
|
|
4618
|
+
],
|
|
4619
|
+
"direction": "horizontal",
|
|
4620
|
+
"align": "center",
|
|
4621
|
+
"gap": "sm",
|
|
4622
|
+
"type": "stack"
|
|
4623
4623
|
},
|
|
4624
4624
|
{
|
|
4625
4625
|
"type": "divider"
|
|
@@ -4631,28 +4631,28 @@
|
|
|
4631
4631
|
},
|
|
4632
4632
|
{
|
|
4633
4633
|
"direction": "horizontal",
|
|
4634
|
-
"justify": "end",
|
|
4635
|
-
"type": "stack",
|
|
4636
|
-
"gap": "sm",
|
|
4637
4634
|
"children": [
|
|
4638
4635
|
{
|
|
4639
4636
|
"type": "button",
|
|
4640
|
-
"action": "CANCEL",
|
|
4641
4637
|
"label": "Cancel",
|
|
4642
|
-
"variant": "ghost"
|
|
4638
|
+
"variant": "ghost",
|
|
4639
|
+
"action": "CANCEL"
|
|
4643
4640
|
},
|
|
4644
4641
|
{
|
|
4645
4642
|
"action": "CONFIRM_DELETE",
|
|
4646
|
-
"variant": "danger",
|
|
4647
4643
|
"label": "Delete",
|
|
4648
|
-
"
|
|
4649
|
-
"
|
|
4644
|
+
"type": "button",
|
|
4645
|
+
"variant": "danger",
|
|
4646
|
+
"icon": "check"
|
|
4650
4647
|
}
|
|
4651
|
-
]
|
|
4648
|
+
],
|
|
4649
|
+
"justify": "end",
|
|
4650
|
+
"type": "stack",
|
|
4651
|
+
"gap": "sm"
|
|
4652
4652
|
}
|
|
4653
4653
|
],
|
|
4654
|
-
"
|
|
4655
|
-
"
|
|
4654
|
+
"type": "stack",
|
|
4655
|
+
"direction": "vertical"
|
|
4656
4656
|
}
|
|
4657
4657
|
]
|
|
4658
4658
|
]
|
|
@@ -4938,55 +4938,29 @@
|
|
|
4938
4938
|
[
|
|
4939
4939
|
"fetch",
|
|
4940
4940
|
"OrgChart",
|
|
4941
|
-
{
|
|
4942
|
-
"emit": {
|
|
4943
|
-
"
|
|
4944
|
-
"
|
|
4945
|
-
}
|
|
4946
|
-
}
|
|
4947
|
-
],
|
|
4948
|
-
[
|
|
4949
|
-
"render-ui",
|
|
4950
|
-
"main",
|
|
4951
|
-
{
|
|
4952
|
-
"appName": "HRPortal",
|
|
4953
|
-
"navItems": [
|
|
4954
|
-
{
|
|
4955
|
-
"icon": "users",
|
|
4956
|
-
"label": "Employees",
|
|
4957
|
-
"href": "/employees"
|
|
4958
|
-
},
|
|
4959
|
-
{
|
|
4960
|
-
"label": "Onboarding",
|
|
4961
|
-
"href": "/onboarding",
|
|
4962
|
-
"icon": "layout-list"
|
|
4963
|
-
},
|
|
4964
|
-
{
|
|
4965
|
-
"icon": "calendar",
|
|
4966
|
-
"href": "/timeoff",
|
|
4967
|
-
"label": "Time Off"
|
|
4968
|
-
},
|
|
4969
|
-
{
|
|
4970
|
-
"icon": "layout-list",
|
|
4971
|
-
"label": "Org Chart",
|
|
4972
|
-
"href": "/org-chart"
|
|
4973
|
-
}
|
|
4974
|
-
],
|
|
4975
|
-
"type": "dashboard-layout",
|
|
4941
|
+
{
|
|
4942
|
+
"emit": {
|
|
4943
|
+
"failure": "OrgChartLoadFailed",
|
|
4944
|
+
"success": "OrgChartLoaded"
|
|
4945
|
+
}
|
|
4946
|
+
}
|
|
4947
|
+
],
|
|
4948
|
+
[
|
|
4949
|
+
"render-ui",
|
|
4950
|
+
"main",
|
|
4951
|
+
{
|
|
4952
|
+
"appName": "HRPortal",
|
|
4976
4953
|
"children": [
|
|
4977
4954
|
{
|
|
4978
4955
|
"type": "scaled-diagram",
|
|
4979
4956
|
"children": [
|
|
4980
4957
|
{
|
|
4981
|
-
"gap": "lg",
|
|
4982
|
-
"direction": "vertical",
|
|
4983
|
-
"type": "stack",
|
|
4984
4958
|
"children": [
|
|
4985
4959
|
{
|
|
4986
4960
|
"items": [
|
|
4987
4961
|
{
|
|
4988
|
-
"
|
|
4989
|
-
"
|
|
4962
|
+
"label": "Home",
|
|
4963
|
+
"href": "/"
|
|
4990
4964
|
},
|
|
4991
4965
|
{
|
|
4992
4966
|
"label": "Org Chart"
|
|
@@ -4995,33 +4969,33 @@
|
|
|
4995
4969
|
"type": "breadcrumb"
|
|
4996
4970
|
},
|
|
4997
4971
|
{
|
|
4972
|
+
"type": "stack",
|
|
4998
4973
|
"justify": "between",
|
|
4999
4974
|
"children": [
|
|
5000
4975
|
{
|
|
4976
|
+
"gap": "md",
|
|
4977
|
+
"type": "stack",
|
|
4978
|
+
"direction": "horizontal",
|
|
5001
4979
|
"children": [
|
|
5002
4980
|
{
|
|
5003
|
-
"
|
|
5004
|
-
"
|
|
4981
|
+
"name": "git-branch",
|
|
4982
|
+
"type": "icon"
|
|
5005
4983
|
},
|
|
5006
4984
|
{
|
|
4985
|
+
"type": "typography",
|
|
5007
4986
|
"variant": "h2",
|
|
5008
|
-
"content": "Org Chart"
|
|
5009
|
-
"type": "typography"
|
|
4987
|
+
"content": "Org Chart"
|
|
5010
4988
|
}
|
|
5011
|
-
]
|
|
5012
|
-
"gap": "md",
|
|
5013
|
-
"type": "stack",
|
|
5014
|
-
"direction": "horizontal"
|
|
4989
|
+
]
|
|
5015
4990
|
},
|
|
5016
4991
|
{
|
|
5017
|
-
"action": "REFRESH",
|
|
5018
|
-
"variant": "secondary",
|
|
5019
4992
|
"type": "button",
|
|
4993
|
+
"action": "REFRESH",
|
|
4994
|
+
"label": "Refresh",
|
|
5020
4995
|
"icon": "refresh-cw",
|
|
5021
|
-
"
|
|
4996
|
+
"variant": "secondary"
|
|
5022
4997
|
}
|
|
5023
4998
|
],
|
|
5024
|
-
"type": "stack",
|
|
5025
4999
|
"gap": "md",
|
|
5026
5000
|
"direction": "horizontal"
|
|
5027
5001
|
},
|
|
@@ -5032,8 +5006,6 @@
|
|
|
5032
5006
|
"padding": "md",
|
|
5033
5007
|
"children": [
|
|
5034
5008
|
{
|
|
5035
|
-
"type": "simple-grid",
|
|
5036
|
-
"cols": 3.0,
|
|
5037
5009
|
"children": [
|
|
5038
5010
|
{
|
|
5039
5011
|
"value": [
|
|
@@ -5048,6 +5020,7 @@
|
|
|
5048
5020
|
"type": "stat-display"
|
|
5049
5021
|
},
|
|
5050
5022
|
{
|
|
5023
|
+
"label": "Departments",
|
|
5051
5024
|
"value": [
|
|
5052
5025
|
"object/get",
|
|
5053
5026
|
[
|
|
@@ -5056,12 +5029,9 @@
|
|
|
5056
5029
|
],
|
|
5057
5030
|
"departments"
|
|
5058
5031
|
],
|
|
5059
|
-
"type": "stat-display"
|
|
5060
|
-
"label": "Departments"
|
|
5032
|
+
"type": "stat-display"
|
|
5061
5033
|
},
|
|
5062
5034
|
{
|
|
5063
|
-
"label": "OpenPositions",
|
|
5064
|
-
"type": "stat-display",
|
|
5065
5035
|
"value": [
|
|
5066
5036
|
"object/get",
|
|
5067
5037
|
[
|
|
@@ -5069,23 +5039,22 @@
|
|
|
5069
5039
|
"@entity"
|
|
5070
5040
|
],
|
|
5071
5041
|
"openPositions"
|
|
5072
|
-
]
|
|
5042
|
+
],
|
|
5043
|
+
"type": "stat-display",
|
|
5044
|
+
"label": "OpenPositions"
|
|
5073
5045
|
},
|
|
5074
5046
|
{
|
|
5075
|
-
"type": "card",
|
|
5076
5047
|
"children": [
|
|
5077
5048
|
{
|
|
5078
|
-
"gap": "sm",
|
|
5079
|
-
"direction": "vertical",
|
|
5080
5049
|
"type": "stack",
|
|
5050
|
+
"gap": "sm",
|
|
5081
5051
|
"children": [
|
|
5082
5052
|
{
|
|
5083
|
-
"type": "typography",
|
|
5084
5053
|
"variant": "caption",
|
|
5085
|
-
"content": "AvgTenure"
|
|
5054
|
+
"content": "AvgTenure",
|
|
5055
|
+
"type": "typography"
|
|
5086
5056
|
},
|
|
5087
5057
|
{
|
|
5088
|
-
"variant": "h3",
|
|
5089
5058
|
"content": [
|
|
5090
5059
|
"object/get",
|
|
5091
5060
|
[
|
|
@@ -5094,11 +5063,14 @@
|
|
|
5094
5063
|
],
|
|
5095
5064
|
"avgTenure"
|
|
5096
5065
|
],
|
|
5066
|
+
"variant": "h3",
|
|
5097
5067
|
"type": "typography"
|
|
5098
5068
|
}
|
|
5099
|
-
]
|
|
5069
|
+
],
|
|
5070
|
+
"direction": "vertical"
|
|
5100
5071
|
}
|
|
5101
|
-
]
|
|
5072
|
+
],
|
|
5073
|
+
"type": "card"
|
|
5102
5074
|
},
|
|
5103
5075
|
{
|
|
5104
5076
|
"type": "stat-display",
|
|
@@ -5112,7 +5084,9 @@
|
|
|
5112
5084
|
"headcount"
|
|
5113
5085
|
]
|
|
5114
5086
|
}
|
|
5115
|
-
]
|
|
5087
|
+
],
|
|
5088
|
+
"type": "simple-grid",
|
|
5089
|
+
"cols": 3.0
|
|
5116
5090
|
}
|
|
5117
5091
|
],
|
|
5118
5092
|
"type": "box"
|
|
@@ -5121,15 +5095,16 @@
|
|
|
5121
5095
|
"type": "divider"
|
|
5122
5096
|
},
|
|
5123
5097
|
{
|
|
5098
|
+
"cols": 2.0,
|
|
5124
5099
|
"gap": "md",
|
|
5125
5100
|
"children": [
|
|
5126
5101
|
{
|
|
5127
5102
|
"type": "card",
|
|
5128
5103
|
"children": [
|
|
5129
5104
|
{
|
|
5105
|
+
"type": "typography",
|
|
5130
5106
|
"content": "Chart View",
|
|
5131
|
-
"variant": "caption"
|
|
5132
|
-
"type": "typography"
|
|
5107
|
+
"variant": "caption"
|
|
5133
5108
|
}
|
|
5134
5109
|
]
|
|
5135
5110
|
},
|
|
@@ -5137,18 +5112,16 @@
|
|
|
5137
5112
|
"type": "card",
|
|
5138
5113
|
"children": [
|
|
5139
5114
|
{
|
|
5140
|
-
"type": "typography",
|
|
5141
5115
|
"variant": "caption",
|
|
5116
|
+
"type": "typography",
|
|
5142
5117
|
"content": "Graph View"
|
|
5143
5118
|
}
|
|
5144
5119
|
]
|
|
5145
5120
|
}
|
|
5146
5121
|
],
|
|
5147
|
-
"type": "grid"
|
|
5148
|
-
"cols": 2.0
|
|
5122
|
+
"type": "grid"
|
|
5149
5123
|
},
|
|
5150
5124
|
{
|
|
5151
|
-
"type": "line-chart",
|
|
5152
5125
|
"data": [
|
|
5153
5126
|
{
|
|
5154
5127
|
"date": "Jan",
|
|
@@ -5167,14 +5140,15 @@
|
|
|
5167
5140
|
"date": "Apr"
|
|
5168
5141
|
},
|
|
5169
5142
|
{
|
|
5170
|
-
"
|
|
5171
|
-
"
|
|
5143
|
+
"date": "May",
|
|
5144
|
+
"value": 22.0
|
|
5172
5145
|
},
|
|
5173
5146
|
{
|
|
5174
|
-
"
|
|
5175
|
-
"
|
|
5147
|
+
"value": 30.0,
|
|
5148
|
+
"date": "Jun"
|
|
5176
5149
|
}
|
|
5177
|
-
]
|
|
5150
|
+
],
|
|
5151
|
+
"type": "line-chart"
|
|
5178
5152
|
},
|
|
5179
5153
|
{
|
|
5180
5154
|
"type": "chart-legend",
|
|
@@ -5184,16 +5158,16 @@
|
|
|
5184
5158
|
"label": "Current"
|
|
5185
5159
|
},
|
|
5186
5160
|
{
|
|
5187
|
-
"
|
|
5188
|
-
"
|
|
5161
|
+
"label": "Previous",
|
|
5162
|
+
"color": "muted"
|
|
5189
5163
|
}
|
|
5190
5164
|
]
|
|
5191
5165
|
},
|
|
5192
5166
|
{
|
|
5193
5167
|
"edges": [
|
|
5194
5168
|
{
|
|
5195
|
-
"
|
|
5196
|
-
"
|
|
5169
|
+
"to": "b",
|
|
5170
|
+
"from": "a"
|
|
5197
5171
|
},
|
|
5198
5172
|
{
|
|
5199
5173
|
"from": "b",
|
|
@@ -5202,19 +5176,18 @@
|
|
|
5202
5176
|
],
|
|
5203
5177
|
"width": 400.0,
|
|
5204
5178
|
"type": "graph-view",
|
|
5205
|
-
"height": 200.0,
|
|
5206
5179
|
"nodes": [
|
|
5207
5180
|
{
|
|
5208
|
-
"label": "Start",
|
|
5209
5181
|
"x": 50.0,
|
|
5210
|
-
"
|
|
5211
|
-
"y": 100.0
|
|
5182
|
+
"label": "Start",
|
|
5183
|
+
"y": 100.0,
|
|
5184
|
+
"id": "a"
|
|
5212
5185
|
},
|
|
5213
5186
|
{
|
|
5187
|
+
"id": "b",
|
|
5214
5188
|
"label": "Process",
|
|
5215
5189
|
"y": 50.0,
|
|
5216
|
-
"x": 200.0
|
|
5217
|
-
"id": "b"
|
|
5190
|
+
"x": 200.0
|
|
5218
5191
|
},
|
|
5219
5192
|
{
|
|
5220
5193
|
"x": 350.0,
|
|
@@ -5222,13 +5195,40 @@
|
|
|
5222
5195
|
"id": "c",
|
|
5223
5196
|
"y": 100.0
|
|
5224
5197
|
}
|
|
5225
|
-
]
|
|
5198
|
+
],
|
|
5199
|
+
"height": 200.0
|
|
5226
5200
|
}
|
|
5227
|
-
]
|
|
5201
|
+
],
|
|
5202
|
+
"type": "stack",
|
|
5203
|
+
"gap": "lg",
|
|
5204
|
+
"direction": "vertical"
|
|
5228
5205
|
}
|
|
5229
5206
|
]
|
|
5230
5207
|
}
|
|
5231
|
-
]
|
|
5208
|
+
],
|
|
5209
|
+
"navItems": [
|
|
5210
|
+
{
|
|
5211
|
+
"href": "/employees",
|
|
5212
|
+
"icon": "users",
|
|
5213
|
+
"label": "Employees"
|
|
5214
|
+
},
|
|
5215
|
+
{
|
|
5216
|
+
"label": "Onboarding",
|
|
5217
|
+
"href": "/onboarding",
|
|
5218
|
+
"icon": "layout-list"
|
|
5219
|
+
},
|
|
5220
|
+
{
|
|
5221
|
+
"icon": "calendar",
|
|
5222
|
+
"href": "/timeoff",
|
|
5223
|
+
"label": "Time Off"
|
|
5224
|
+
},
|
|
5225
|
+
{
|
|
5226
|
+
"label": "Org Chart",
|
|
5227
|
+
"icon": "layout-list",
|
|
5228
|
+
"href": "/org-chart"
|
|
5229
|
+
}
|
|
5230
|
+
],
|
|
5231
|
+
"type": "dashboard-layout"
|
|
5232
5232
|
}
|
|
5233
5233
|
]
|
|
5234
5234
|
]
|
|
@@ -5252,42 +5252,16 @@
|
|
|
5252
5252
|
"render-ui",
|
|
5253
5253
|
"main",
|
|
5254
5254
|
{
|
|
5255
|
-
"navItems": [
|
|
5256
|
-
{
|
|
5257
|
-
"icon": "users",
|
|
5258
|
-
"href": "/employees",
|
|
5259
|
-
"label": "Employees"
|
|
5260
|
-
},
|
|
5261
|
-
{
|
|
5262
|
-
"label": "Onboarding",
|
|
5263
|
-
"href": "/onboarding",
|
|
5264
|
-
"icon": "layout-list"
|
|
5265
|
-
},
|
|
5266
|
-
{
|
|
5267
|
-
"href": "/timeoff",
|
|
5268
|
-
"icon": "calendar",
|
|
5269
|
-
"label": "Time Off"
|
|
5270
|
-
},
|
|
5271
|
-
{
|
|
5272
|
-
"label": "Org Chart",
|
|
5273
|
-
"icon": "layout-list",
|
|
5274
|
-
"href": "/org-chart"
|
|
5275
|
-
}
|
|
5276
|
-
],
|
|
5277
|
-
"type": "dashboard-layout",
|
|
5278
|
-
"appName": "HRPortal",
|
|
5279
5255
|
"children": [
|
|
5280
5256
|
{
|
|
5281
5257
|
"children": [
|
|
5282
5258
|
{
|
|
5283
|
-
"direction": "vertical",
|
|
5284
|
-
"gap": "lg",
|
|
5285
5259
|
"children": [
|
|
5286
5260
|
{
|
|
5287
5261
|
"items": [
|
|
5288
5262
|
{
|
|
5289
|
-
"
|
|
5290
|
-
"
|
|
5263
|
+
"label": "Home",
|
|
5264
|
+
"href": "/"
|
|
5291
5265
|
},
|
|
5292
5266
|
{
|
|
5293
5267
|
"label": "Org Chart"
|
|
@@ -5296,42 +5270,40 @@
|
|
|
5296
5270
|
"type": "breadcrumb"
|
|
5297
5271
|
},
|
|
5298
5272
|
{
|
|
5273
|
+
"type": "stack",
|
|
5274
|
+
"direction": "horizontal",
|
|
5299
5275
|
"children": [
|
|
5300
5276
|
{
|
|
5277
|
+
"type": "stack",
|
|
5278
|
+
"gap": "md",
|
|
5279
|
+
"direction": "horizontal",
|
|
5301
5280
|
"children": [
|
|
5302
5281
|
{
|
|
5303
|
-
"
|
|
5304
|
-
"
|
|
5282
|
+
"name": "git-branch",
|
|
5283
|
+
"type": "icon"
|
|
5305
5284
|
},
|
|
5306
5285
|
{
|
|
5307
5286
|
"content": "Org Chart",
|
|
5308
5287
|
"variant": "h2",
|
|
5309
5288
|
"type": "typography"
|
|
5310
5289
|
}
|
|
5311
|
-
]
|
|
5312
|
-
"direction": "horizontal",
|
|
5313
|
-
"gap": "md",
|
|
5314
|
-
"type": "stack"
|
|
5290
|
+
]
|
|
5315
5291
|
},
|
|
5316
5292
|
{
|
|
5293
|
+
"variant": "secondary",
|
|
5317
5294
|
"icon": "refresh-cw",
|
|
5318
|
-
"action": "REFRESH",
|
|
5319
|
-
"label": "Refresh",
|
|
5320
5295
|
"type": "button",
|
|
5321
|
-
"
|
|
5296
|
+
"action": "REFRESH",
|
|
5297
|
+
"label": "Refresh"
|
|
5322
5298
|
}
|
|
5323
5299
|
],
|
|
5324
|
-
"
|
|
5325
|
-
"
|
|
5326
|
-
"gap": "md",
|
|
5327
|
-
"justify": "between"
|
|
5300
|
+
"justify": "between",
|
|
5301
|
+
"gap": "md"
|
|
5328
5302
|
},
|
|
5329
5303
|
{
|
|
5330
5304
|
"type": "divider"
|
|
5331
5305
|
},
|
|
5332
5306
|
{
|
|
5333
|
-
"type": "box",
|
|
5334
|
-
"padding": "md",
|
|
5335
5307
|
"children": [
|
|
5336
5308
|
{
|
|
5337
5309
|
"type": "simple-grid",
|
|
@@ -5362,8 +5334,6 @@
|
|
|
5362
5334
|
"type": "stat-display"
|
|
5363
5335
|
},
|
|
5364
5336
|
{
|
|
5365
|
-
"type": "stat-display",
|
|
5366
|
-
"label": "OpenPositions",
|
|
5367
5337
|
"value": [
|
|
5368
5338
|
"object/get",
|
|
5369
5339
|
[
|
|
@@ -5371,22 +5341,24 @@
|
|
|
5371
5341
|
"@entity"
|
|
5372
5342
|
],
|
|
5373
5343
|
"openPositions"
|
|
5374
|
-
]
|
|
5344
|
+
],
|
|
5345
|
+
"label": "OpenPositions",
|
|
5346
|
+
"type": "stat-display"
|
|
5375
5347
|
},
|
|
5376
5348
|
{
|
|
5349
|
+
"type": "card",
|
|
5377
5350
|
"children": [
|
|
5378
5351
|
{
|
|
5379
5352
|
"type": "stack",
|
|
5380
|
-
"
|
|
5353
|
+
"gap": "sm",
|
|
5381
5354
|
"children": [
|
|
5382
5355
|
{
|
|
5383
|
-
"
|
|
5356
|
+
"type": "typography",
|
|
5384
5357
|
"variant": "caption",
|
|
5385
|
-
"
|
|
5358
|
+
"content": "AvgTenure"
|
|
5386
5359
|
},
|
|
5387
5360
|
{
|
|
5388
5361
|
"variant": "h3",
|
|
5389
|
-
"type": "typography",
|
|
5390
5362
|
"content": [
|
|
5391
5363
|
"object/get",
|
|
5392
5364
|
[
|
|
@@ -5394,16 +5366,15 @@
|
|
|
5394
5366
|
"@entity"
|
|
5395
5367
|
],
|
|
5396
5368
|
"avgTenure"
|
|
5397
|
-
]
|
|
5369
|
+
],
|
|
5370
|
+
"type": "typography"
|
|
5398
5371
|
}
|
|
5399
5372
|
],
|
|
5400
|
-
"
|
|
5373
|
+
"direction": "vertical"
|
|
5401
5374
|
}
|
|
5402
|
-
]
|
|
5403
|
-
"type": "card"
|
|
5375
|
+
]
|
|
5404
5376
|
},
|
|
5405
5377
|
{
|
|
5406
|
-
"type": "stat-display",
|
|
5407
5378
|
"label": "Headcount",
|
|
5408
5379
|
"value": [
|
|
5409
5380
|
"object/get",
|
|
@@ -5412,19 +5383,19 @@
|
|
|
5412
5383
|
"@entity"
|
|
5413
5384
|
],
|
|
5414
5385
|
"headcount"
|
|
5415
|
-
]
|
|
5386
|
+
],
|
|
5387
|
+
"type": "stat-display"
|
|
5416
5388
|
}
|
|
5417
5389
|
]
|
|
5418
5390
|
}
|
|
5419
|
-
]
|
|
5391
|
+
],
|
|
5392
|
+
"type": "box",
|
|
5393
|
+
"padding": "md"
|
|
5420
5394
|
},
|
|
5421
5395
|
{
|
|
5422
5396
|
"type": "divider"
|
|
5423
5397
|
},
|
|
5424
5398
|
{
|
|
5425
|
-
"type": "grid",
|
|
5426
|
-
"gap": "md",
|
|
5427
|
-
"cols": 2.0,
|
|
5428
5399
|
"children": [
|
|
5429
5400
|
{
|
|
5430
5401
|
"type": "card",
|
|
@@ -5437,42 +5408,45 @@
|
|
|
5437
5408
|
]
|
|
5438
5409
|
},
|
|
5439
5410
|
{
|
|
5411
|
+
"type": "card",
|
|
5440
5412
|
"children": [
|
|
5441
5413
|
{
|
|
5442
|
-
"variant": "caption",
|
|
5443
5414
|
"content": "Graph View",
|
|
5444
|
-
"type": "typography"
|
|
5415
|
+
"type": "typography",
|
|
5416
|
+
"variant": "caption"
|
|
5445
5417
|
}
|
|
5446
|
-
]
|
|
5447
|
-
"type": "card"
|
|
5418
|
+
]
|
|
5448
5419
|
}
|
|
5449
|
-
]
|
|
5420
|
+
],
|
|
5421
|
+
"cols": 2.0,
|
|
5422
|
+
"gap": "md",
|
|
5423
|
+
"type": "grid"
|
|
5450
5424
|
},
|
|
5451
5425
|
{
|
|
5452
5426
|
"data": [
|
|
5453
5427
|
{
|
|
5454
|
-
"
|
|
5455
|
-
"
|
|
5428
|
+
"date": "Jan",
|
|
5429
|
+
"value": 12.0
|
|
5456
5430
|
},
|
|
5457
5431
|
{
|
|
5458
|
-
"
|
|
5459
|
-
"
|
|
5432
|
+
"value": 19.0,
|
|
5433
|
+
"date": "Feb"
|
|
5460
5434
|
},
|
|
5461
5435
|
{
|
|
5462
|
-
"
|
|
5463
|
-
"
|
|
5436
|
+
"value": 15.0,
|
|
5437
|
+
"date": "Mar"
|
|
5464
5438
|
},
|
|
5465
5439
|
{
|
|
5466
5440
|
"date": "Apr",
|
|
5467
5441
|
"value": 25.0
|
|
5468
5442
|
},
|
|
5469
5443
|
{
|
|
5470
|
-
"
|
|
5471
|
-
"
|
|
5444
|
+
"value": 22.0,
|
|
5445
|
+
"date": "May"
|
|
5472
5446
|
},
|
|
5473
5447
|
{
|
|
5474
|
-
"
|
|
5475
|
-
"
|
|
5448
|
+
"date": "Jun",
|
|
5449
|
+
"value": 30.0
|
|
5476
5450
|
}
|
|
5477
5451
|
],
|
|
5478
5452
|
"type": "line-chart"
|
|
@@ -5481,57 +5455,83 @@
|
|
|
5481
5455
|
"type": "chart-legend",
|
|
5482
5456
|
"items": [
|
|
5483
5457
|
{
|
|
5484
|
-
"
|
|
5485
|
-
"
|
|
5458
|
+
"label": "Current",
|
|
5459
|
+
"color": "primary"
|
|
5486
5460
|
},
|
|
5487
5461
|
{
|
|
5488
|
-
"
|
|
5489
|
-
"
|
|
5462
|
+
"color": "muted",
|
|
5463
|
+
"label": "Previous"
|
|
5490
5464
|
}
|
|
5491
5465
|
]
|
|
5492
5466
|
},
|
|
5493
5467
|
{
|
|
5494
|
-
"type": "graph-view",
|
|
5495
|
-
"height": 200.0,
|
|
5496
|
-
"edges": [
|
|
5497
|
-
{
|
|
5498
|
-
"to": "b",
|
|
5499
|
-
"from": "a"
|
|
5500
|
-
},
|
|
5501
|
-
{
|
|
5502
|
-
"from": "b",
|
|
5503
|
-
"to": "c"
|
|
5504
|
-
}
|
|
5505
|
-
],
|
|
5506
5468
|
"nodes": [
|
|
5507
5469
|
{
|
|
5508
|
-
"id": "a",
|
|
5509
|
-
"x": 50.0,
|
|
5510
5470
|
"label": "Start",
|
|
5511
|
-
"
|
|
5471
|
+
"x": 50.0,
|
|
5472
|
+
"y": 100.0,
|
|
5473
|
+
"id": "a"
|
|
5512
5474
|
},
|
|
5513
5475
|
{
|
|
5514
5476
|
"label": "Process",
|
|
5477
|
+
"x": 200.0,
|
|
5515
5478
|
"y": 50.0,
|
|
5516
|
-
"id": "b"
|
|
5517
|
-
"x": 200.0
|
|
5479
|
+
"id": "b"
|
|
5518
5480
|
},
|
|
5519
5481
|
{
|
|
5520
|
-
"id": "c",
|
|
5521
|
-
"x": 350.0,
|
|
5522
5482
|
"y": 100.0,
|
|
5523
|
-
"label": "End"
|
|
5483
|
+
"label": "End",
|
|
5484
|
+
"id": "c",
|
|
5485
|
+
"x": 350.0
|
|
5524
5486
|
}
|
|
5525
5487
|
],
|
|
5526
|
-
"
|
|
5488
|
+
"edges": [
|
|
5489
|
+
{
|
|
5490
|
+
"from": "a",
|
|
5491
|
+
"to": "b"
|
|
5492
|
+
},
|
|
5493
|
+
{
|
|
5494
|
+
"to": "c",
|
|
5495
|
+
"from": "b"
|
|
5496
|
+
}
|
|
5497
|
+
],
|
|
5498
|
+
"width": 400.0,
|
|
5499
|
+
"height": 200.0,
|
|
5500
|
+
"type": "graph-view"
|
|
5527
5501
|
}
|
|
5528
5502
|
],
|
|
5529
|
-
"
|
|
5503
|
+
"direction": "vertical",
|
|
5504
|
+
"type": "stack",
|
|
5505
|
+
"gap": "lg"
|
|
5530
5506
|
}
|
|
5531
5507
|
],
|
|
5532
5508
|
"type": "scaled-diagram"
|
|
5533
5509
|
}
|
|
5534
|
-
]
|
|
5510
|
+
],
|
|
5511
|
+
"type": "dashboard-layout",
|
|
5512
|
+
"navItems": [
|
|
5513
|
+
{
|
|
5514
|
+
"label": "Employees",
|
|
5515
|
+
"href": "/employees",
|
|
5516
|
+
"icon": "users"
|
|
5517
|
+
},
|
|
5518
|
+
{
|
|
5519
|
+
"icon": "layout-list",
|
|
5520
|
+
"href": "/onboarding",
|
|
5521
|
+
"label": "Onboarding"
|
|
5522
|
+
},
|
|
5523
|
+
{
|
|
5524
|
+
"label": "Time Off",
|
|
5525
|
+
"icon": "calendar",
|
|
5526
|
+
"href": "/timeoff"
|
|
5527
|
+
},
|
|
5528
|
+
{
|
|
5529
|
+
"href": "/org-chart",
|
|
5530
|
+
"icon": "layout-list",
|
|
5531
|
+
"label": "Org Chart"
|
|
5532
|
+
}
|
|
5533
|
+
],
|
|
5534
|
+
"appName": "HRPortal"
|
|
5535
5535
|
}
|
|
5536
5536
|
]
|
|
5537
5537
|
]
|
|
@@ -5546,8 +5546,8 @@
|
|
|
5546
5546
|
"OrgChart",
|
|
5547
5547
|
{
|
|
5548
5548
|
"emit": {
|
|
5549
|
-
"
|
|
5550
|
-
"
|
|
5549
|
+
"success": "OrgChartLoaded",
|
|
5550
|
+
"failure": "OrgChartLoadFailed"
|
|
5551
5551
|
}
|
|
5552
5552
|
}
|
|
5553
5553
|
],
|
|
@@ -5555,23 +5555,20 @@
|
|
|
5555
5555
|
"render-ui",
|
|
5556
5556
|
"main",
|
|
5557
5557
|
{
|
|
5558
|
-
"appName": "HRPortal",
|
|
5559
5558
|
"type": "dashboard-layout",
|
|
5559
|
+
"appName": "HRPortal",
|
|
5560
5560
|
"children": [
|
|
5561
5561
|
{
|
|
5562
|
-
"type": "scaled-diagram",
|
|
5563
5562
|
"children": [
|
|
5564
5563
|
{
|
|
5565
5564
|
"gap": "lg",
|
|
5566
|
-
"type": "stack",
|
|
5567
|
-
"direction": "vertical",
|
|
5568
5565
|
"children": [
|
|
5569
5566
|
{
|
|
5570
5567
|
"type": "breadcrumb",
|
|
5571
5568
|
"items": [
|
|
5572
5569
|
{
|
|
5573
|
-
"
|
|
5574
|
-
"
|
|
5570
|
+
"label": "Home",
|
|
5571
|
+
"href": "/"
|
|
5575
5572
|
},
|
|
5576
5573
|
{
|
|
5577
5574
|
"label": "Org Chart"
|
|
@@ -5579,11 +5576,11 @@
|
|
|
5579
5576
|
]
|
|
5580
5577
|
},
|
|
5581
5578
|
{
|
|
5579
|
+
"justify": "between",
|
|
5582
5580
|
"children": [
|
|
5583
5581
|
{
|
|
5584
|
-
"type": "stack",
|
|
5585
5582
|
"direction": "horizontal",
|
|
5586
|
-
"
|
|
5583
|
+
"type": "stack",
|
|
5587
5584
|
"children": [
|
|
5588
5585
|
{
|
|
5589
5586
|
"type": "icon",
|
|
@@ -5591,35 +5588,33 @@
|
|
|
5591
5588
|
},
|
|
5592
5589
|
{
|
|
5593
5590
|
"content": "Org Chart",
|
|
5594
|
-
"
|
|
5595
|
-
"
|
|
5591
|
+
"type": "typography",
|
|
5592
|
+
"variant": "h2"
|
|
5596
5593
|
}
|
|
5597
|
-
]
|
|
5594
|
+
],
|
|
5595
|
+
"gap": "md"
|
|
5598
5596
|
},
|
|
5599
5597
|
{
|
|
5600
|
-
"type": "button",
|
|
5601
5598
|
"icon": "refresh-cw",
|
|
5602
|
-
"label": "Refresh",
|
|
5603
5599
|
"variant": "secondary",
|
|
5600
|
+
"label": "Refresh",
|
|
5601
|
+
"type": "button",
|
|
5604
5602
|
"action": "REFRESH"
|
|
5605
5603
|
}
|
|
5606
5604
|
],
|
|
5607
|
-
"direction": "horizontal",
|
|
5608
|
-
"gap": "md",
|
|
5609
5605
|
"type": "stack",
|
|
5610
|
-
"
|
|
5606
|
+
"gap": "md",
|
|
5607
|
+
"direction": "horizontal"
|
|
5611
5608
|
},
|
|
5612
5609
|
{
|
|
5613
5610
|
"type": "divider"
|
|
5614
5611
|
},
|
|
5615
5612
|
{
|
|
5613
|
+
"padding": "md",
|
|
5616
5614
|
"children": [
|
|
5617
5615
|
{
|
|
5618
|
-
"type": "simple-grid",
|
|
5619
5616
|
"children": [
|
|
5620
5617
|
{
|
|
5621
|
-
"type": "stat-display",
|
|
5622
|
-
"label": "TotalEmployees",
|
|
5623
5618
|
"value": [
|
|
5624
5619
|
"object/get",
|
|
5625
5620
|
[
|
|
@@ -5627,11 +5622,13 @@
|
|
|
5627
5622
|
"@entity"
|
|
5628
5623
|
],
|
|
5629
5624
|
"totalEmployees"
|
|
5630
|
-
]
|
|
5625
|
+
],
|
|
5626
|
+
"type": "stat-display",
|
|
5627
|
+
"label": "TotalEmployees"
|
|
5631
5628
|
},
|
|
5632
5629
|
{
|
|
5633
|
-
"type": "stat-display",
|
|
5634
5630
|
"label": "Departments",
|
|
5631
|
+
"type": "stat-display",
|
|
5635
5632
|
"value": [
|
|
5636
5633
|
"object/get",
|
|
5637
5634
|
[
|
|
@@ -5642,7 +5639,6 @@
|
|
|
5642
5639
|
]
|
|
5643
5640
|
},
|
|
5644
5641
|
{
|
|
5645
|
-
"type": "stat-display",
|
|
5646
5642
|
"label": "OpenPositions",
|
|
5647
5643
|
"value": [
|
|
5648
5644
|
"object/get",
|
|
@@ -5651,18 +5647,19 @@
|
|
|
5651
5647
|
"@entity"
|
|
5652
5648
|
],
|
|
5653
5649
|
"openPositions"
|
|
5654
|
-
]
|
|
5650
|
+
],
|
|
5651
|
+
"type": "stat-display"
|
|
5655
5652
|
},
|
|
5656
5653
|
{
|
|
5657
5654
|
"children": [
|
|
5658
5655
|
{
|
|
5659
|
-
"gap": "sm",
|
|
5660
5656
|
"type": "stack",
|
|
5657
|
+
"gap": "sm",
|
|
5661
5658
|
"children": [
|
|
5662
5659
|
{
|
|
5663
|
-
"
|
|
5660
|
+
"content": "AvgTenure",
|
|
5664
5661
|
"variant": "caption",
|
|
5665
|
-
"
|
|
5662
|
+
"type": "typography"
|
|
5666
5663
|
},
|
|
5667
5664
|
{
|
|
5668
5665
|
"type": "typography",
|
|
@@ -5683,8 +5680,8 @@
|
|
|
5683
5680
|
"type": "card"
|
|
5684
5681
|
},
|
|
5685
5682
|
{
|
|
5686
|
-
"label": "Headcount",
|
|
5687
5683
|
"type": "stat-display",
|
|
5684
|
+
"label": "Headcount",
|
|
5688
5685
|
"value": [
|
|
5689
5686
|
"object/get",
|
|
5690
5687
|
[
|
|
@@ -5695,43 +5692,44 @@
|
|
|
5695
5692
|
]
|
|
5696
5693
|
}
|
|
5697
5694
|
],
|
|
5695
|
+
"type": "simple-grid",
|
|
5698
5696
|
"cols": 3.0
|
|
5699
5697
|
}
|
|
5700
5698
|
],
|
|
5701
|
-
"type": "box"
|
|
5702
|
-
"padding": "md"
|
|
5699
|
+
"type": "box"
|
|
5703
5700
|
},
|
|
5704
5701
|
{
|
|
5705
5702
|
"type": "divider"
|
|
5706
5703
|
},
|
|
5707
5704
|
{
|
|
5708
|
-
"type": "grid",
|
|
5709
|
-
"gap": "md",
|
|
5710
5705
|
"cols": 2.0,
|
|
5706
|
+
"type": "grid",
|
|
5711
5707
|
"children": [
|
|
5712
5708
|
{
|
|
5713
5709
|
"type": "card",
|
|
5714
5710
|
"children": [
|
|
5715
5711
|
{
|
|
5716
|
-
"
|
|
5712
|
+
"content": "Chart View",
|
|
5717
5713
|
"variant": "caption",
|
|
5718
|
-
"
|
|
5714
|
+
"type": "typography"
|
|
5719
5715
|
}
|
|
5720
5716
|
]
|
|
5721
5717
|
},
|
|
5722
5718
|
{
|
|
5723
5719
|
"children": [
|
|
5724
5720
|
{
|
|
5725
|
-
"variant": "caption",
|
|
5726
5721
|
"content": "Graph View",
|
|
5727
|
-
"type": "typography"
|
|
5722
|
+
"type": "typography",
|
|
5723
|
+
"variant": "caption"
|
|
5728
5724
|
}
|
|
5729
5725
|
],
|
|
5730
5726
|
"type": "card"
|
|
5731
5727
|
}
|
|
5732
|
-
]
|
|
5728
|
+
],
|
|
5729
|
+
"gap": "md"
|
|
5733
5730
|
},
|
|
5734
5731
|
{
|
|
5732
|
+
"type": "line-chart",
|
|
5735
5733
|
"data": [
|
|
5736
5734
|
{
|
|
5737
5735
|
"value": 12.0,
|
|
@@ -5750,89 +5748,91 @@
|
|
|
5750
5748
|
"date": "Apr"
|
|
5751
5749
|
},
|
|
5752
5750
|
{
|
|
5753
|
-
"
|
|
5754
|
-
"
|
|
5751
|
+
"value": 22.0,
|
|
5752
|
+
"date": "May"
|
|
5755
5753
|
},
|
|
5756
5754
|
{
|
|
5757
|
-
"
|
|
5758
|
-
"
|
|
5755
|
+
"value": 30.0,
|
|
5756
|
+
"date": "Jun"
|
|
5759
5757
|
}
|
|
5760
|
-
]
|
|
5761
|
-
"type": "line-chart"
|
|
5758
|
+
]
|
|
5762
5759
|
},
|
|
5763
5760
|
{
|
|
5764
5761
|
"type": "chart-legend",
|
|
5765
5762
|
"items": [
|
|
5766
5763
|
{
|
|
5767
|
-
"
|
|
5768
|
-
"
|
|
5764
|
+
"color": "primary",
|
|
5765
|
+
"label": "Current"
|
|
5769
5766
|
},
|
|
5770
5767
|
{
|
|
5771
|
-
"
|
|
5772
|
-
"
|
|
5768
|
+
"label": "Previous",
|
|
5769
|
+
"color": "muted"
|
|
5773
5770
|
}
|
|
5774
5771
|
]
|
|
5775
5772
|
},
|
|
5776
5773
|
{
|
|
5777
|
-
"
|
|
5778
|
-
"edges": [
|
|
5779
|
-
{
|
|
5780
|
-
"from": "a",
|
|
5781
|
-
"to": "b"
|
|
5782
|
-
},
|
|
5783
|
-
{
|
|
5784
|
-
"from": "b",
|
|
5785
|
-
"to": "c"
|
|
5786
|
-
}
|
|
5787
|
-
],
|
|
5788
|
-
"height": 200.0,
|
|
5774
|
+
"type": "graph-view",
|
|
5789
5775
|
"nodes": [
|
|
5790
5776
|
{
|
|
5777
|
+
"x": 50.0,
|
|
5791
5778
|
"id": "a",
|
|
5792
|
-
"y": 100.0,
|
|
5793
5779
|
"label": "Start",
|
|
5794
|
-
"
|
|
5780
|
+
"y": 100.0
|
|
5795
5781
|
},
|
|
5796
5782
|
{
|
|
5797
5783
|
"id": "b",
|
|
5798
|
-
"y": 50.0,
|
|
5799
5784
|
"x": 200.0,
|
|
5800
|
-
"label": "Process"
|
|
5785
|
+
"label": "Process",
|
|
5786
|
+
"y": 50.0
|
|
5801
5787
|
},
|
|
5802
5788
|
{
|
|
5803
|
-
"id": "c",
|
|
5804
5789
|
"y": 100.0,
|
|
5805
|
-
"
|
|
5806
|
-
"
|
|
5790
|
+
"x": 350.0,
|
|
5791
|
+
"id": "c",
|
|
5792
|
+
"label": "End"
|
|
5807
5793
|
}
|
|
5808
5794
|
],
|
|
5809
|
-
"
|
|
5795
|
+
"edges": [
|
|
5796
|
+
{
|
|
5797
|
+
"from": "a",
|
|
5798
|
+
"to": "b"
|
|
5799
|
+
},
|
|
5800
|
+
{
|
|
5801
|
+
"from": "b",
|
|
5802
|
+
"to": "c"
|
|
5803
|
+
}
|
|
5804
|
+
],
|
|
5805
|
+
"height": 200.0,
|
|
5806
|
+
"width": 400.0
|
|
5810
5807
|
}
|
|
5811
|
-
]
|
|
5808
|
+
],
|
|
5809
|
+
"direction": "vertical",
|
|
5810
|
+
"type": "stack"
|
|
5812
5811
|
}
|
|
5813
|
-
]
|
|
5812
|
+
],
|
|
5813
|
+
"type": "scaled-diagram"
|
|
5814
5814
|
}
|
|
5815
5815
|
],
|
|
5816
5816
|
"navItems": [
|
|
5817
5817
|
{
|
|
5818
|
-
"
|
|
5818
|
+
"label": "Employees",
|
|
5819
5819
|
"href": "/employees",
|
|
5820
|
-
"
|
|
5820
|
+
"icon": "users"
|
|
5821
5821
|
},
|
|
5822
5822
|
{
|
|
5823
|
-
"label": "Onboarding",
|
|
5824
5823
|
"href": "/onboarding",
|
|
5824
|
+
"label": "Onboarding",
|
|
5825
5825
|
"icon": "layout-list"
|
|
5826
5826
|
},
|
|
5827
5827
|
{
|
|
5828
|
+
"label": "Time Off",
|
|
5828
5829
|
"href": "/timeoff",
|
|
5829
|
-
"icon": "calendar"
|
|
5830
|
-
"label": "Time Off"
|
|
5830
|
+
"icon": "calendar"
|
|
5831
5831
|
},
|
|
5832
5832
|
{
|
|
5833
|
-
"
|
|
5833
|
+
"icon": "layout-list",
|
|
5834
5834
|
"href": "/org-chart",
|
|
5835
|
-
"
|
|
5835
|
+
"label": "Org Chart"
|
|
5836
5836
|
}
|
|
5837
5837
|
]
|
|
5838
5838
|
}
|
|
@@ -5858,30 +5858,30 @@
|
|
|
5858
5858
|
"render-ui",
|
|
5859
5859
|
"main",
|
|
5860
5860
|
{
|
|
5861
|
-
"appName": "HRPortal",
|
|
5862
|
-
"type": "dashboard-layout",
|
|
5863
5861
|
"navItems": [
|
|
5864
5862
|
{
|
|
5865
|
-
"href": "/employees",
|
|
5866
5863
|
"label": "Employees",
|
|
5867
|
-
"icon": "users"
|
|
5864
|
+
"icon": "users",
|
|
5865
|
+
"href": "/employees"
|
|
5868
5866
|
},
|
|
5869
5867
|
{
|
|
5870
|
-
"icon": "layout-list",
|
|
5871
5868
|
"href": "/onboarding",
|
|
5869
|
+
"icon": "layout-list",
|
|
5872
5870
|
"label": "Onboarding"
|
|
5873
5871
|
},
|
|
5874
5872
|
{
|
|
5873
|
+
"icon": "calendar",
|
|
5875
5874
|
"href": "/timeoff",
|
|
5876
|
-
"label": "Time Off"
|
|
5877
|
-
"icon": "calendar"
|
|
5875
|
+
"label": "Time Off"
|
|
5878
5876
|
},
|
|
5879
5877
|
{
|
|
5880
5878
|
"label": "Org Chart",
|
|
5881
|
-
"
|
|
5882
|
-
"
|
|
5879
|
+
"href": "/org-chart",
|
|
5880
|
+
"icon": "layout-list"
|
|
5883
5881
|
}
|
|
5884
5882
|
],
|
|
5883
|
+
"appName": "HRPortal",
|
|
5884
|
+
"type": "dashboard-layout",
|
|
5885
5885
|
"children": [
|
|
5886
5886
|
{
|
|
5887
5887
|
"type": "scaled-diagram",
|
|
@@ -5889,61 +5889,64 @@
|
|
|
5889
5889
|
{
|
|
5890
5890
|
"type": "stack",
|
|
5891
5891
|
"gap": "lg",
|
|
5892
|
-
"direction": "vertical",
|
|
5893
5892
|
"children": [
|
|
5894
5893
|
{
|
|
5895
|
-
"type": "breadcrumb",
|
|
5896
5894
|
"items": [
|
|
5897
5895
|
{
|
|
5898
|
-
"
|
|
5899
|
-
"
|
|
5896
|
+
"label": "Home",
|
|
5897
|
+
"href": "/"
|
|
5900
5898
|
},
|
|
5901
5899
|
{
|
|
5902
5900
|
"label": "Org Chart"
|
|
5903
5901
|
}
|
|
5904
|
-
]
|
|
5902
|
+
],
|
|
5903
|
+
"type": "breadcrumb"
|
|
5905
5904
|
},
|
|
5906
5905
|
{
|
|
5907
5906
|
"justify": "between",
|
|
5908
5907
|
"type": "stack",
|
|
5908
|
+
"direction": "horizontal",
|
|
5909
5909
|
"children": [
|
|
5910
5910
|
{
|
|
5911
|
+
"gap": "md",
|
|
5912
|
+
"direction": "horizontal",
|
|
5911
5913
|
"children": [
|
|
5912
5914
|
{
|
|
5913
5915
|
"name": "git-branch",
|
|
5914
5916
|
"type": "icon"
|
|
5915
5917
|
},
|
|
5916
5918
|
{
|
|
5917
|
-
"content": "Org Chart",
|
|
5918
5919
|
"variant": "h2",
|
|
5919
|
-
"type": "typography"
|
|
5920
|
+
"type": "typography",
|
|
5921
|
+
"content": "Org Chart"
|
|
5920
5922
|
}
|
|
5921
5923
|
],
|
|
5922
|
-
"
|
|
5923
|
-
"type": "stack",
|
|
5924
|
-
"gap": "md"
|
|
5924
|
+
"type": "stack"
|
|
5925
5925
|
},
|
|
5926
5926
|
{
|
|
5927
|
-
"
|
|
5928
|
-
"icon": "refresh-cw",
|
|
5929
|
-
"variant": "secondary",
|
|
5927
|
+
"type": "button",
|
|
5930
5928
|
"label": "Refresh",
|
|
5931
|
-
"
|
|
5929
|
+
"icon": "refresh-cw",
|
|
5930
|
+
"action": "REFRESH",
|
|
5931
|
+
"variant": "secondary"
|
|
5932
5932
|
}
|
|
5933
5933
|
],
|
|
5934
|
-
"gap": "md"
|
|
5935
|
-
"direction": "horizontal"
|
|
5934
|
+
"gap": "md"
|
|
5936
5935
|
},
|
|
5937
5936
|
{
|
|
5938
5937
|
"type": "divider"
|
|
5939
5938
|
},
|
|
5940
5939
|
{
|
|
5940
|
+
"type": "box",
|
|
5941
|
+
"padding": "md",
|
|
5941
5942
|
"children": [
|
|
5942
5943
|
{
|
|
5943
|
-
"cols": 3.0,
|
|
5944
5944
|
"type": "simple-grid",
|
|
5945
|
+
"cols": 3.0,
|
|
5945
5946
|
"children": [
|
|
5946
5947
|
{
|
|
5948
|
+
"type": "stat-display",
|
|
5949
|
+
"label": "TotalEmployees",
|
|
5947
5950
|
"value": [
|
|
5948
5951
|
"object/get",
|
|
5949
5952
|
[
|
|
@@ -5951,12 +5954,9 @@
|
|
|
5951
5954
|
"@entity"
|
|
5952
5955
|
],
|
|
5953
5956
|
"totalEmployees"
|
|
5954
|
-
]
|
|
5955
|
-
"type": "stat-display",
|
|
5956
|
-
"label": "TotalEmployees"
|
|
5957
|
+
]
|
|
5957
5958
|
},
|
|
5958
5959
|
{
|
|
5959
|
-
"type": "stat-display",
|
|
5960
5960
|
"label": "Departments",
|
|
5961
5961
|
"value": [
|
|
5962
5962
|
"object/get",
|
|
@@ -5965,7 +5965,8 @@
|
|
|
5965
5965
|
"@entity"
|
|
5966
5966
|
],
|
|
5967
5967
|
"departments"
|
|
5968
|
-
]
|
|
5968
|
+
],
|
|
5969
|
+
"type": "stat-display"
|
|
5969
5970
|
},
|
|
5970
5971
|
{
|
|
5971
5972
|
"type": "stat-display",
|
|
@@ -5982,15 +5983,18 @@
|
|
|
5982
5983
|
{
|
|
5983
5984
|
"children": [
|
|
5984
5985
|
{
|
|
5986
|
+
"gap": "sm",
|
|
5987
|
+
"type": "stack",
|
|
5985
5988
|
"direction": "vertical",
|
|
5986
5989
|
"children": [
|
|
5987
5990
|
{
|
|
5988
|
-
"
|
|
5991
|
+
"variant": "caption",
|
|
5989
5992
|
"content": "AvgTenure",
|
|
5990
|
-
"
|
|
5993
|
+
"type": "typography"
|
|
5991
5994
|
},
|
|
5992
5995
|
{
|
|
5993
5996
|
"type": "typography",
|
|
5997
|
+
"variant": "h3",
|
|
5994
5998
|
"content": [
|
|
5995
5999
|
"object/get",
|
|
5996
6000
|
[
|
|
@@ -5998,19 +6002,14 @@
|
|
|
5998
6002
|
"@entity"
|
|
5999
6003
|
],
|
|
6000
6004
|
"avgTenure"
|
|
6001
|
-
]
|
|
6002
|
-
"variant": "h3"
|
|
6005
|
+
]
|
|
6003
6006
|
}
|
|
6004
|
-
]
|
|
6005
|
-
"type": "stack",
|
|
6006
|
-
"gap": "sm"
|
|
6007
|
+
]
|
|
6007
6008
|
}
|
|
6008
6009
|
],
|
|
6009
6010
|
"type": "card"
|
|
6010
6011
|
},
|
|
6011
6012
|
{
|
|
6012
|
-
"label": "Headcount",
|
|
6013
|
-
"type": "stat-display",
|
|
6014
6013
|
"value": [
|
|
6015
6014
|
"object/get",
|
|
6016
6015
|
[
|
|
@@ -6018,43 +6017,43 @@
|
|
|
6018
6017
|
"@entity"
|
|
6019
6018
|
],
|
|
6020
6019
|
"headcount"
|
|
6021
|
-
]
|
|
6020
|
+
],
|
|
6021
|
+
"type": "stat-display",
|
|
6022
|
+
"label": "Headcount"
|
|
6022
6023
|
}
|
|
6023
6024
|
]
|
|
6024
6025
|
}
|
|
6025
|
-
]
|
|
6026
|
-
"type": "box",
|
|
6027
|
-
"padding": "md"
|
|
6026
|
+
]
|
|
6028
6027
|
},
|
|
6029
6028
|
{
|
|
6030
6029
|
"type": "divider"
|
|
6031
6030
|
},
|
|
6032
6031
|
{
|
|
6033
|
-
"gap": "md",
|
|
6034
|
-
"type": "grid",
|
|
6035
|
-
"cols": 2.0,
|
|
6036
6032
|
"children": [
|
|
6037
6033
|
{
|
|
6038
6034
|
"type": "card",
|
|
6039
6035
|
"children": [
|
|
6040
6036
|
{
|
|
6041
|
-
"type": "typography",
|
|
6042
6037
|
"variant": "caption",
|
|
6038
|
+
"type": "typography",
|
|
6043
6039
|
"content": "Chart View"
|
|
6044
6040
|
}
|
|
6045
6041
|
]
|
|
6046
6042
|
},
|
|
6047
6043
|
{
|
|
6044
|
+
"type": "card",
|
|
6048
6045
|
"children": [
|
|
6049
6046
|
{
|
|
6050
|
-
"content": "Graph View",
|
|
6051
6047
|
"type": "typography",
|
|
6048
|
+
"content": "Graph View",
|
|
6052
6049
|
"variant": "caption"
|
|
6053
6050
|
}
|
|
6054
|
-
]
|
|
6055
|
-
"type": "card"
|
|
6051
|
+
]
|
|
6056
6052
|
}
|
|
6057
|
-
]
|
|
6053
|
+
],
|
|
6054
|
+
"cols": 2.0,
|
|
6055
|
+
"gap": "md",
|
|
6056
|
+
"type": "grid"
|
|
6058
6057
|
},
|
|
6059
6058
|
{
|
|
6060
6059
|
"data": [
|
|
@@ -6075,8 +6074,8 @@
|
|
|
6075
6074
|
"value": 25.0
|
|
6076
6075
|
},
|
|
6077
6076
|
{
|
|
6078
|
-
"
|
|
6079
|
-
"
|
|
6077
|
+
"date": "May",
|
|
6078
|
+
"value": 22.0
|
|
6080
6079
|
},
|
|
6081
6080
|
{
|
|
6082
6081
|
"value": 30.0,
|
|
@@ -6086,54 +6085,55 @@
|
|
|
6086
6085
|
"type": "line-chart"
|
|
6087
6086
|
},
|
|
6088
6087
|
{
|
|
6088
|
+
"type": "chart-legend",
|
|
6089
6089
|
"items": [
|
|
6090
6090
|
{
|
|
6091
|
-
"
|
|
6092
|
-
"
|
|
6091
|
+
"label": "Current",
|
|
6092
|
+
"color": "primary"
|
|
6093
6093
|
},
|
|
6094
6094
|
{
|
|
6095
6095
|
"label": "Previous",
|
|
6096
6096
|
"color": "muted"
|
|
6097
6097
|
}
|
|
6098
|
-
]
|
|
6099
|
-
"type": "chart-legend"
|
|
6098
|
+
]
|
|
6100
6099
|
},
|
|
6101
6100
|
{
|
|
6101
|
+
"edges": [
|
|
6102
|
+
{
|
|
6103
|
+
"from": "a",
|
|
6104
|
+
"to": "b"
|
|
6105
|
+
},
|
|
6106
|
+
{
|
|
6107
|
+
"from": "b",
|
|
6108
|
+
"to": "c"
|
|
6109
|
+
}
|
|
6110
|
+
],
|
|
6111
|
+
"width": 400.0,
|
|
6102
6112
|
"height": 200.0,
|
|
6103
6113
|
"nodes": [
|
|
6104
6114
|
{
|
|
6105
|
-
"x": 50.0,
|
|
6106
|
-
"id": "a",
|
|
6107
6115
|
"y": 100.0,
|
|
6108
|
-
"label": "Start"
|
|
6116
|
+
"label": "Start",
|
|
6117
|
+
"x": 50.0,
|
|
6118
|
+
"id": "a"
|
|
6109
6119
|
},
|
|
6110
6120
|
{
|
|
6111
|
-
"label": "Process",
|
|
6112
|
-
"x": 200.0,
|
|
6113
6121
|
"id": "b",
|
|
6114
|
-
"
|
|
6122
|
+
"x": 200.0,
|
|
6123
|
+
"y": 50.0,
|
|
6124
|
+
"label": "Process"
|
|
6115
6125
|
},
|
|
6116
6126
|
{
|
|
6117
|
-
"label": "End",
|
|
6118
|
-
"x": 350.0,
|
|
6119
6127
|
"y": 100.0,
|
|
6120
|
-
"id": "c"
|
|
6121
|
-
|
|
6122
|
-
|
|
6123
|
-
"type": "graph-view",
|
|
6124
|
-
"edges": [
|
|
6125
|
-
{
|
|
6126
|
-
"from": "a",
|
|
6127
|
-
"to": "b"
|
|
6128
|
-
},
|
|
6129
|
-
{
|
|
6130
|
-
"from": "b",
|
|
6131
|
-
"to": "c"
|
|
6128
|
+
"id": "c",
|
|
6129
|
+
"label": "End",
|
|
6130
|
+
"x": 350.0
|
|
6132
6131
|
}
|
|
6133
6132
|
],
|
|
6134
|
-
"
|
|
6133
|
+
"type": "graph-view"
|
|
6135
6134
|
}
|
|
6136
|
-
]
|
|
6135
|
+
],
|
|
6136
|
+
"direction": "vertical"
|
|
6137
6137
|
}
|
|
6138
6138
|
]
|
|
6139
6139
|
}
|
|
@@ -6163,12 +6163,13 @@
|
|
|
6163
6163
|
{
|
|
6164
6164
|
"children": [
|
|
6165
6165
|
{
|
|
6166
|
-
"type": "scaled-diagram",
|
|
6167
6166
|
"children": [
|
|
6168
6167
|
{
|
|
6168
|
+
"gap": "lg",
|
|
6169
|
+
"type": "stack",
|
|
6170
|
+
"direction": "vertical",
|
|
6169
6171
|
"children": [
|
|
6170
6172
|
{
|
|
6171
|
-
"type": "breadcrumb",
|
|
6172
6173
|
"items": [
|
|
6173
6174
|
{
|
|
6174
6175
|
"href": "/",
|
|
@@ -6177,50 +6178,52 @@
|
|
|
6177
6178
|
{
|
|
6178
6179
|
"label": "Org Chart"
|
|
6179
6180
|
}
|
|
6180
|
-
]
|
|
6181
|
+
],
|
|
6182
|
+
"type": "breadcrumb"
|
|
6181
6183
|
},
|
|
6182
6184
|
{
|
|
6185
|
+
"type": "stack",
|
|
6186
|
+
"gap": "md",
|
|
6183
6187
|
"children": [
|
|
6184
6188
|
{
|
|
6185
|
-
"type": "stack",
|
|
6186
6189
|
"direction": "horizontal",
|
|
6187
|
-
"
|
|
6190
|
+
"type": "stack",
|
|
6188
6191
|
"children": [
|
|
6189
6192
|
{
|
|
6190
|
-
"
|
|
6191
|
-
"
|
|
6193
|
+
"name": "git-branch",
|
|
6194
|
+
"type": "icon"
|
|
6192
6195
|
},
|
|
6193
6196
|
{
|
|
6197
|
+
"variant": "h2",
|
|
6194
6198
|
"content": "Org Chart",
|
|
6195
|
-
"type": "typography"
|
|
6196
|
-
"variant": "h2"
|
|
6199
|
+
"type": "typography"
|
|
6197
6200
|
}
|
|
6198
|
-
]
|
|
6201
|
+
],
|
|
6202
|
+
"gap": "md"
|
|
6199
6203
|
},
|
|
6200
6204
|
{
|
|
6201
6205
|
"icon": "refresh-cw",
|
|
6202
|
-
"variant": "secondary",
|
|
6203
6206
|
"type": "button",
|
|
6207
|
+
"variant": "secondary",
|
|
6204
6208
|
"label": "Refresh",
|
|
6205
6209
|
"action": "REFRESH"
|
|
6206
6210
|
}
|
|
6207
6211
|
],
|
|
6208
|
-
"justify": "between",
|
|
6209
6212
|
"direction": "horizontal",
|
|
6210
|
-
"
|
|
6211
|
-
"type": "stack"
|
|
6213
|
+
"justify": "between"
|
|
6212
6214
|
},
|
|
6213
6215
|
{
|
|
6214
6216
|
"type": "divider"
|
|
6215
6217
|
},
|
|
6216
6218
|
{
|
|
6217
6219
|
"type": "box",
|
|
6218
|
-
"padding": "md",
|
|
6219
6220
|
"children": [
|
|
6220
6221
|
{
|
|
6221
6222
|
"cols": 3.0,
|
|
6222
6223
|
"children": [
|
|
6223
6224
|
{
|
|
6225
|
+
"type": "stat-display",
|
|
6226
|
+
"label": "TotalEmployees",
|
|
6224
6227
|
"value": [
|
|
6225
6228
|
"object/get",
|
|
6226
6229
|
[
|
|
@@ -6228,9 +6231,7 @@
|
|
|
6228
6231
|
"@entity"
|
|
6229
6232
|
],
|
|
6230
6233
|
"totalEmployees"
|
|
6231
|
-
]
|
|
6232
|
-
"type": "stat-display",
|
|
6233
|
-
"label": "TotalEmployees"
|
|
6234
|
+
]
|
|
6234
6235
|
},
|
|
6235
6236
|
{
|
|
6236
6237
|
"type": "stat-display",
|
|
@@ -6245,7 +6246,6 @@
|
|
|
6245
6246
|
]
|
|
6246
6247
|
},
|
|
6247
6248
|
{
|
|
6248
|
-
"type": "stat-display",
|
|
6249
6249
|
"label": "OpenPositions",
|
|
6250
6250
|
"value": [
|
|
6251
6251
|
"object/get",
|
|
@@ -6254,14 +6254,15 @@
|
|
|
6254
6254
|
"@entity"
|
|
6255
6255
|
],
|
|
6256
6256
|
"openPositions"
|
|
6257
|
-
]
|
|
6257
|
+
],
|
|
6258
|
+
"type": "stat-display"
|
|
6258
6259
|
},
|
|
6259
6260
|
{
|
|
6260
6261
|
"type": "card",
|
|
6261
6262
|
"children": [
|
|
6262
6263
|
{
|
|
6263
|
-
"direction": "vertical",
|
|
6264
6264
|
"type": "stack",
|
|
6265
|
+
"direction": "vertical",
|
|
6265
6266
|
"gap": "sm",
|
|
6266
6267
|
"children": [
|
|
6267
6268
|
{
|
|
@@ -6271,7 +6272,6 @@
|
|
|
6271
6272
|
},
|
|
6272
6273
|
{
|
|
6273
6274
|
"variant": "h3",
|
|
6274
|
-
"type": "typography",
|
|
6275
6275
|
"content": [
|
|
6276
6276
|
"object/get",
|
|
6277
6277
|
[
|
|
@@ -6279,14 +6279,14 @@
|
|
|
6279
6279
|
"@entity"
|
|
6280
6280
|
],
|
|
6281
6281
|
"avgTenure"
|
|
6282
|
-
]
|
|
6282
|
+
],
|
|
6283
|
+
"type": "typography"
|
|
6283
6284
|
}
|
|
6284
6285
|
]
|
|
6285
6286
|
}
|
|
6286
6287
|
]
|
|
6287
6288
|
},
|
|
6288
6289
|
{
|
|
6289
|
-
"type": "stat-display",
|
|
6290
6290
|
"label": "Headcount",
|
|
6291
6291
|
"value": [
|
|
6292
6292
|
"object/get",
|
|
@@ -6295,26 +6295,30 @@
|
|
|
6295
6295
|
"@entity"
|
|
6296
6296
|
],
|
|
6297
6297
|
"headcount"
|
|
6298
|
-
]
|
|
6298
|
+
],
|
|
6299
|
+
"type": "stat-display"
|
|
6299
6300
|
}
|
|
6300
6301
|
],
|
|
6301
6302
|
"type": "simple-grid"
|
|
6302
6303
|
}
|
|
6303
|
-
]
|
|
6304
|
+
],
|
|
6305
|
+
"padding": "md"
|
|
6304
6306
|
},
|
|
6305
6307
|
{
|
|
6306
6308
|
"type": "divider"
|
|
6307
6309
|
},
|
|
6308
6310
|
{
|
|
6311
|
+
"gap": "md",
|
|
6312
|
+
"cols": 2.0,
|
|
6309
6313
|
"type": "grid",
|
|
6310
6314
|
"children": [
|
|
6311
6315
|
{
|
|
6312
6316
|
"type": "card",
|
|
6313
6317
|
"children": [
|
|
6314
6318
|
{
|
|
6315
|
-
"variant": "caption",
|
|
6316
6319
|
"content": "Chart View",
|
|
6317
|
-
"type": "typography"
|
|
6320
|
+
"type": "typography",
|
|
6321
|
+
"variant": "caption"
|
|
6318
6322
|
}
|
|
6319
6323
|
]
|
|
6320
6324
|
},
|
|
@@ -6322,30 +6326,27 @@
|
|
|
6322
6326
|
"type": "card",
|
|
6323
6327
|
"children": [
|
|
6324
6328
|
{
|
|
6325
|
-
"type": "typography",
|
|
6326
6329
|
"variant": "caption",
|
|
6327
|
-
"content": "Graph View"
|
|
6330
|
+
"content": "Graph View",
|
|
6331
|
+
"type": "typography"
|
|
6328
6332
|
}
|
|
6329
6333
|
]
|
|
6330
6334
|
}
|
|
6331
|
-
]
|
|
6332
|
-
"cols": 2.0,
|
|
6333
|
-
"gap": "md"
|
|
6335
|
+
]
|
|
6334
6336
|
},
|
|
6335
6337
|
{
|
|
6336
|
-
"type": "line-chart",
|
|
6337
6338
|
"data": [
|
|
6338
6339
|
{
|
|
6339
6340
|
"date": "Jan",
|
|
6340
6341
|
"value": 12.0
|
|
6341
6342
|
},
|
|
6342
6343
|
{
|
|
6343
|
-
"
|
|
6344
|
-
"
|
|
6344
|
+
"value": 19.0,
|
|
6345
|
+
"date": "Feb"
|
|
6345
6346
|
},
|
|
6346
6347
|
{
|
|
6347
|
-
"
|
|
6348
|
-
"
|
|
6348
|
+
"date": "Mar",
|
|
6349
|
+
"value": 15.0
|
|
6349
6350
|
},
|
|
6350
6351
|
{
|
|
6351
6352
|
"date": "Apr",
|
|
@@ -6356,10 +6357,11 @@
|
|
|
6356
6357
|
"date": "May"
|
|
6357
6358
|
},
|
|
6358
6359
|
{
|
|
6359
|
-
"
|
|
6360
|
-
"
|
|
6360
|
+
"date": "Jun",
|
|
6361
|
+
"value": 30.0
|
|
6361
6362
|
}
|
|
6362
|
-
]
|
|
6363
|
+
],
|
|
6364
|
+
"type": "line-chart"
|
|
6363
6365
|
},
|
|
6364
6366
|
{
|
|
6365
6367
|
"type": "chart-legend",
|
|
@@ -6369,76 +6371,74 @@
|
|
|
6369
6371
|
"color": "primary"
|
|
6370
6372
|
},
|
|
6371
6373
|
{
|
|
6372
|
-
"
|
|
6373
|
-
"
|
|
6374
|
+
"label": "Previous",
|
|
6375
|
+
"color": "muted"
|
|
6374
6376
|
}
|
|
6375
6377
|
]
|
|
6376
6378
|
},
|
|
6377
6379
|
{
|
|
6378
|
-
"width": 400.0,
|
|
6379
|
-
"height": 200.0,
|
|
6380
|
-
"type": "graph-view",
|
|
6381
6380
|
"edges": [
|
|
6382
6381
|
{
|
|
6383
6382
|
"to": "b",
|
|
6384
6383
|
"from": "a"
|
|
6385
6384
|
},
|
|
6386
6385
|
{
|
|
6387
|
-
"
|
|
6388
|
-
"
|
|
6386
|
+
"from": "b",
|
|
6387
|
+
"to": "c"
|
|
6389
6388
|
}
|
|
6390
6389
|
],
|
|
6390
|
+
"height": 200.0,
|
|
6391
|
+
"type": "graph-view",
|
|
6391
6392
|
"nodes": [
|
|
6392
6393
|
{
|
|
6393
|
-
"label": "Start",
|
|
6394
|
-
"y": 100.0,
|
|
6395
6394
|
"id": "a",
|
|
6395
|
+
"y": 100.0,
|
|
6396
|
+
"label": "Start",
|
|
6396
6397
|
"x": 50.0
|
|
6397
6398
|
},
|
|
6398
6399
|
{
|
|
6399
|
-
"id": "b",
|
|
6400
6400
|
"x": 200.0,
|
|
6401
6401
|
"y": 50.0,
|
|
6402
|
+
"id": "b",
|
|
6402
6403
|
"label": "Process"
|
|
6403
6404
|
},
|
|
6404
6405
|
{
|
|
6405
|
-
"
|
|
6406
|
+
"y": 100.0,
|
|
6406
6407
|
"id": "c",
|
|
6407
|
-
"
|
|
6408
|
-
"
|
|
6408
|
+
"label": "End",
|
|
6409
|
+
"x": 350.0
|
|
6409
6410
|
}
|
|
6410
|
-
]
|
|
6411
|
+
],
|
|
6412
|
+
"width": 400.0
|
|
6411
6413
|
}
|
|
6412
|
-
]
|
|
6413
|
-
"type": "stack",
|
|
6414
|
-
"direction": "vertical",
|
|
6415
|
-
"gap": "lg"
|
|
6414
|
+
]
|
|
6416
6415
|
}
|
|
6417
|
-
]
|
|
6416
|
+
],
|
|
6417
|
+
"type": "scaled-diagram"
|
|
6418
6418
|
}
|
|
6419
6419
|
],
|
|
6420
6420
|
"type": "dashboard-layout",
|
|
6421
6421
|
"appName": "HRPortal",
|
|
6422
6422
|
"navItems": [
|
|
6423
6423
|
{
|
|
6424
|
-
"href": "/employees",
|
|
6425
6424
|
"icon": "users",
|
|
6426
|
-
"label": "Employees"
|
|
6425
|
+
"label": "Employees",
|
|
6426
|
+
"href": "/employees"
|
|
6427
6427
|
},
|
|
6428
6428
|
{
|
|
6429
|
-
"
|
|
6429
|
+
"label": "Onboarding",
|
|
6430
6430
|
"href": "/onboarding",
|
|
6431
|
-
"
|
|
6431
|
+
"icon": "layout-list"
|
|
6432
6432
|
},
|
|
6433
6433
|
{
|
|
6434
|
-
"icon": "calendar",
|
|
6435
6434
|
"label": "Time Off",
|
|
6435
|
+
"icon": "calendar",
|
|
6436
6436
|
"href": "/timeoff"
|
|
6437
6437
|
},
|
|
6438
6438
|
{
|
|
6439
6439
|
"icon": "layout-list",
|
|
6440
|
-
"
|
|
6441
|
-
"
|
|
6440
|
+
"label": "Org Chart",
|
|
6441
|
+
"href": "/org-chart"
|
|
6442
6442
|
}
|
|
6443
6443
|
]
|
|
6444
6444
|
}
|