@almadar/std 8.2.0 → 8.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -557,22 +557,22 @@
|
|
|
557
557
|
"render-ui",
|
|
558
558
|
"main",
|
|
559
559
|
{
|
|
560
|
+
"type": "stack",
|
|
560
561
|
"align": "center",
|
|
561
|
-
"
|
|
562
|
-
"direction": "vertical",
|
|
562
|
+
"className": "py-12",
|
|
563
563
|
"children": [
|
|
564
564
|
{
|
|
565
565
|
"type": "spinner"
|
|
566
566
|
},
|
|
567
567
|
{
|
|
568
|
-
"
|
|
568
|
+
"variant": "caption",
|
|
569
569
|
"color": "muted",
|
|
570
570
|
"content": "Loading…",
|
|
571
|
-
"
|
|
571
|
+
"type": "typography"
|
|
572
572
|
}
|
|
573
573
|
],
|
|
574
|
-
"
|
|
575
|
-
"
|
|
574
|
+
"direction": "vertical",
|
|
575
|
+
"gap": "md"
|
|
576
576
|
}
|
|
577
577
|
]
|
|
578
578
|
]
|
|
@@ -587,129 +587,129 @@
|
|
|
587
587
|
"main",
|
|
588
588
|
{
|
|
589
589
|
"type": "dashboard-layout",
|
|
590
|
-
"appName": "HRPortal",
|
|
591
|
-
"navItems": [
|
|
592
|
-
{
|
|
593
|
-
"icon": "users",
|
|
594
|
-
"label": "Employees",
|
|
595
|
-
"href": "/employees"
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"icon": "layout-list",
|
|
599
|
-
"label": "Onboarding",
|
|
600
|
-
"href": "/onboarding"
|
|
601
|
-
},
|
|
602
|
-
{
|
|
603
|
-
"href": "/timeoff",
|
|
604
|
-
"label": "Time Off",
|
|
605
|
-
"icon": "calendar"
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"label": "Org Chart",
|
|
609
|
-
"href": "/org-chart",
|
|
610
|
-
"icon": "layout-list"
|
|
611
|
-
}
|
|
612
|
-
],
|
|
613
590
|
"children": [
|
|
614
591
|
{
|
|
615
592
|
"direction": "vertical",
|
|
593
|
+
"gap": "lg",
|
|
616
594
|
"children": [
|
|
617
595
|
{
|
|
618
|
-
"
|
|
596
|
+
"type": "stack",
|
|
619
597
|
"direction": "horizontal",
|
|
620
598
|
"gap": "md",
|
|
621
|
-
"
|
|
599
|
+
"align": "center",
|
|
622
600
|
"children": [
|
|
623
601
|
{
|
|
624
602
|
"align": "center",
|
|
625
|
-
"type": "stack",
|
|
626
603
|
"direction": "horizontal",
|
|
627
|
-
"gap": "sm",
|
|
628
604
|
"children": [
|
|
629
605
|
{
|
|
630
|
-
"
|
|
631
|
-
"
|
|
606
|
+
"name": "users",
|
|
607
|
+
"type": "icon"
|
|
632
608
|
},
|
|
633
609
|
{
|
|
634
|
-
"variant": "h2",
|
|
635
610
|
"type": "typography",
|
|
636
|
-
"content": "Employees"
|
|
611
|
+
"content": "Employees",
|
|
612
|
+
"variant": "h2"
|
|
637
613
|
}
|
|
638
|
-
]
|
|
614
|
+
],
|
|
615
|
+
"type": "stack",
|
|
616
|
+
"gap": "sm"
|
|
639
617
|
},
|
|
640
618
|
{
|
|
641
|
-
"type": "stack",
|
|
642
619
|
"gap": "sm",
|
|
643
620
|
"direction": "horizontal",
|
|
621
|
+
"type": "stack",
|
|
644
622
|
"children": [
|
|
645
623
|
{
|
|
624
|
+
"icon": "plus",
|
|
646
625
|
"type": "button",
|
|
647
626
|
"label": "Add Employee",
|
|
648
627
|
"action": "CREATE",
|
|
649
|
-
"variant": "primary"
|
|
650
|
-
"icon": "plus"
|
|
628
|
+
"variant": "primary"
|
|
651
629
|
}
|
|
652
630
|
]
|
|
653
631
|
}
|
|
654
632
|
],
|
|
655
|
-
"
|
|
633
|
+
"justify": "between"
|
|
656
634
|
},
|
|
657
635
|
{
|
|
658
636
|
"type": "divider"
|
|
659
637
|
},
|
|
660
638
|
{
|
|
661
|
-
"gap": "sm",
|
|
662
|
-
"itemActions": [
|
|
663
|
-
{
|
|
664
|
-
"variant": "ghost",
|
|
665
|
-
"label": "View",
|
|
666
|
-
"event": "VIEW"
|
|
667
|
-
},
|
|
668
|
-
{
|
|
669
|
-
"event": "EDIT",
|
|
670
|
-
"label": "Edit",
|
|
671
|
-
"variant": "ghost"
|
|
672
|
-
},
|
|
673
|
-
{
|
|
674
|
-
"event": "DELETE",
|
|
675
|
-
"label": "Delete",
|
|
676
|
-
"variant": "danger"
|
|
677
|
-
}
|
|
678
|
-
],
|
|
679
|
-
"fields": [],
|
|
680
|
-
"type": "data-list",
|
|
681
639
|
"columns": [
|
|
682
640
|
{
|
|
683
|
-
"name": "name",
|
|
684
641
|
"icon": "user",
|
|
642
|
+
"name": "name",
|
|
685
643
|
"variant": "h3"
|
|
686
644
|
},
|
|
687
645
|
{
|
|
688
|
-
"
|
|
689
|
-
"
|
|
646
|
+
"name": "department",
|
|
647
|
+
"variant": "badge"
|
|
690
648
|
},
|
|
691
649
|
{
|
|
692
|
-
"
|
|
693
|
-
"
|
|
650
|
+
"variant": "body",
|
|
651
|
+
"name": "role"
|
|
694
652
|
},
|
|
695
653
|
{
|
|
696
654
|
"variant": "caption",
|
|
697
655
|
"name": "email"
|
|
698
656
|
},
|
|
699
657
|
{
|
|
700
|
-
"variant": "caption",
|
|
701
658
|
"name": "startDate",
|
|
702
659
|
"format": "date",
|
|
703
|
-
"label": "Joined"
|
|
660
|
+
"label": "Joined",
|
|
661
|
+
"variant": "caption"
|
|
662
|
+
}
|
|
663
|
+
],
|
|
664
|
+
"fields": [],
|
|
665
|
+
"type": "data-list",
|
|
666
|
+
"entity": "@payload.data",
|
|
667
|
+
"itemActions": [
|
|
668
|
+
{
|
|
669
|
+
"variant": "ghost",
|
|
670
|
+
"event": "VIEW",
|
|
671
|
+
"label": "View"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"variant": "ghost",
|
|
675
|
+
"label": "Edit",
|
|
676
|
+
"event": "EDIT"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"variant": "danger",
|
|
680
|
+
"label": "Delete",
|
|
681
|
+
"event": "DELETE"
|
|
704
682
|
}
|
|
705
683
|
],
|
|
706
684
|
"variant": "card",
|
|
707
|
-
"
|
|
685
|
+
"gap": "sm"
|
|
708
686
|
}
|
|
709
687
|
],
|
|
710
|
-
"
|
|
711
|
-
"
|
|
712
|
-
|
|
688
|
+
"type": "stack",
|
|
689
|
+
"className": "max-w-5xl mx-auto w-full"
|
|
690
|
+
}
|
|
691
|
+
],
|
|
692
|
+
"appName": "HRPortal",
|
|
693
|
+
"navItems": [
|
|
694
|
+
{
|
|
695
|
+
"href": "/employees",
|
|
696
|
+
"icon": "users",
|
|
697
|
+
"label": "Employees"
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"icon": "layout-list",
|
|
701
|
+
"label": "Onboarding",
|
|
702
|
+
"href": "/onboarding"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"label": "Time Off",
|
|
706
|
+
"icon": "calendar",
|
|
707
|
+
"href": "/timeoff"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"icon": "layout-list",
|
|
711
|
+
"label": "Org Chart",
|
|
712
|
+
"href": "/org-chart"
|
|
713
713
|
}
|
|
714
714
|
]
|
|
715
715
|
}
|
|
@@ -725,12 +725,13 @@
|
|
|
725
725
|
"render-ui",
|
|
726
726
|
"main",
|
|
727
727
|
{
|
|
728
|
+
"className": "py-12",
|
|
728
729
|
"direction": "vertical",
|
|
729
730
|
"children": [
|
|
730
731
|
{
|
|
732
|
+
"name": "alert-triangle",
|
|
731
733
|
"color": "destructive",
|
|
732
|
-
"type": "icon"
|
|
733
|
-
"name": "alert-triangle"
|
|
734
|
+
"type": "icon"
|
|
734
735
|
},
|
|
735
736
|
{
|
|
736
737
|
"type": "typography",
|
|
@@ -738,23 +739,22 @@
|
|
|
738
739
|
"content": "Failed to load employee"
|
|
739
740
|
},
|
|
740
741
|
{
|
|
741
|
-
"type": "typography",
|
|
742
742
|
"variant": "body",
|
|
743
|
-
"
|
|
744
|
-
"
|
|
743
|
+
"content": "@payload.error",
|
|
744
|
+
"type": "typography",
|
|
745
|
+
"color": "muted"
|
|
745
746
|
},
|
|
746
747
|
{
|
|
747
|
-
"
|
|
748
|
-
"type": "button",
|
|
748
|
+
"action": "INIT",
|
|
749
749
|
"label": "Retry",
|
|
750
|
+
"variant": "primary",
|
|
750
751
|
"icon": "rotate-ccw",
|
|
751
|
-
"
|
|
752
|
+
"type": "button"
|
|
752
753
|
}
|
|
753
754
|
],
|
|
754
|
-
"
|
|
755
|
-
"className": "py-12",
|
|
755
|
+
"align": "center",
|
|
756
756
|
"type": "stack",
|
|
757
|
-
"
|
|
757
|
+
"gap": "md"
|
|
758
758
|
}
|
|
759
759
|
]
|
|
760
760
|
]
|
|
@@ -947,10 +947,10 @@
|
|
|
947
947
|
"render-ui",
|
|
948
948
|
"modal",
|
|
949
949
|
{
|
|
950
|
-
"type": "stack",
|
|
951
950
|
"children": [
|
|
952
951
|
{
|
|
953
952
|
"type": "stack",
|
|
953
|
+
"gap": "sm",
|
|
954
954
|
"direction": "horizontal",
|
|
955
955
|
"children": [
|
|
956
956
|
{
|
|
@@ -958,18 +958,18 @@
|
|
|
958
958
|
"name": "plus-circle"
|
|
959
959
|
},
|
|
960
960
|
{
|
|
961
|
+
"type": "typography",
|
|
961
962
|
"content": "New Employee",
|
|
962
|
-
"variant": "h3"
|
|
963
|
-
"type": "typography"
|
|
963
|
+
"variant": "h3"
|
|
964
964
|
}
|
|
965
|
-
]
|
|
966
|
-
"gap": "sm"
|
|
965
|
+
]
|
|
967
966
|
},
|
|
968
967
|
{
|
|
969
968
|
"type": "divider"
|
|
970
969
|
},
|
|
971
970
|
{
|
|
972
|
-
"
|
|
971
|
+
"submitEvent": "SAVE",
|
|
972
|
+
"type": "form-section",
|
|
973
973
|
"fields": [
|
|
974
974
|
"name",
|
|
975
975
|
"email",
|
|
@@ -977,13 +977,13 @@
|
|
|
977
977
|
"role",
|
|
978
978
|
"startDate"
|
|
979
979
|
],
|
|
980
|
-
"
|
|
981
|
-
"
|
|
982
|
-
"submitEvent": "SAVE"
|
|
980
|
+
"mode": "create",
|
|
981
|
+
"cancelEvent": "CLOSE"
|
|
983
982
|
}
|
|
984
983
|
],
|
|
985
984
|
"gap": "md",
|
|
986
|
-
"direction": "vertical"
|
|
985
|
+
"direction": "vertical",
|
|
986
|
+
"type": "stack"
|
|
987
987
|
}
|
|
988
988
|
]
|
|
989
989
|
]
|
|
@@ -1024,8 +1024,8 @@
|
|
|
1024
1024
|
"@payload.data",
|
|
1025
1025
|
{
|
|
1026
1026
|
"emit": {
|
|
1027
|
-
"
|
|
1028
|
-
"
|
|
1027
|
+
"success": "EmployeeSaved",
|
|
1028
|
+
"failure": "EmployeeSaveFailed"
|
|
1029
1029
|
}
|
|
1030
1030
|
}
|
|
1031
1031
|
],
|
|
@@ -1236,42 +1236,43 @@
|
|
|
1236
1236
|
"fetch",
|
|
1237
1237
|
"Employee",
|
|
1238
1238
|
{
|
|
1239
|
+
"id": "@payload.id",
|
|
1239
1240
|
"emit": {
|
|
1240
1241
|
"success": "EmployeeLoaded",
|
|
1241
1242
|
"failure": "EmployeeLoadFailed"
|
|
1242
|
-
}
|
|
1243
|
-
"id": "@payload.id"
|
|
1243
|
+
}
|
|
1244
1244
|
}
|
|
1245
1245
|
],
|
|
1246
1246
|
[
|
|
1247
1247
|
"render-ui",
|
|
1248
1248
|
"modal",
|
|
1249
1249
|
{
|
|
1250
|
-
"
|
|
1250
|
+
"type": "stack",
|
|
1251
1251
|
"children": [
|
|
1252
1252
|
{
|
|
1253
|
-
"type": "stack",
|
|
1254
|
-
"direction": "horizontal",
|
|
1255
1253
|
"children": [
|
|
1256
1254
|
{
|
|
1257
1255
|
"name": "edit",
|
|
1258
1256
|
"type": "icon"
|
|
1259
1257
|
},
|
|
1260
1258
|
{
|
|
1261
|
-
"
|
|
1259
|
+
"variant": "h3",
|
|
1262
1260
|
"type": "typography",
|
|
1263
|
-
"
|
|
1261
|
+
"content": "Edit Employee"
|
|
1264
1262
|
}
|
|
1265
1263
|
],
|
|
1264
|
+
"type": "stack",
|
|
1265
|
+
"direction": "horizontal",
|
|
1266
1266
|
"gap": "sm"
|
|
1267
1267
|
},
|
|
1268
1268
|
{
|
|
1269
1269
|
"type": "divider"
|
|
1270
1270
|
},
|
|
1271
1271
|
{
|
|
1272
|
+
"entity": "@payload.row",
|
|
1273
|
+
"submitEvent": "SAVE",
|
|
1272
1274
|
"type": "form-section",
|
|
1273
1275
|
"mode": "edit",
|
|
1274
|
-
"submitEvent": "SAVE",
|
|
1275
1276
|
"cancelEvent": "CLOSE",
|
|
1276
1277
|
"fields": [
|
|
1277
1278
|
"name",
|
|
@@ -1279,12 +1280,11 @@
|
|
|
1279
1280
|
"department",
|
|
1280
1281
|
"role",
|
|
1281
1282
|
"startDate"
|
|
1282
|
-
]
|
|
1283
|
-
"entity": "@payload.row"
|
|
1283
|
+
]
|
|
1284
1284
|
}
|
|
1285
1285
|
],
|
|
1286
1286
|
"direction": "vertical",
|
|
1287
|
-
"
|
|
1287
|
+
"gap": "md"
|
|
1288
1288
|
}
|
|
1289
1289
|
]
|
|
1290
1290
|
]
|
|
@@ -1482,11 +1482,9 @@
|
|
|
1482
1482
|
"render-ui",
|
|
1483
1483
|
"modal",
|
|
1484
1484
|
{
|
|
1485
|
-
"gap": "md",
|
|
1486
|
-
"type": "stack",
|
|
1487
1485
|
"children": [
|
|
1488
1486
|
{
|
|
1489
|
-
"
|
|
1487
|
+
"type": "stack",
|
|
1490
1488
|
"children": [
|
|
1491
1489
|
{
|
|
1492
1490
|
"type": "icon",
|
|
@@ -1498,124 +1496,126 @@
|
|
|
1498
1496
|
"content": "@entity.name"
|
|
1499
1497
|
}
|
|
1500
1498
|
],
|
|
1501
|
-
"direction": "horizontal",
|
|
1502
1499
|
"align": "center",
|
|
1503
|
-
"
|
|
1500
|
+
"gap": "sm",
|
|
1501
|
+
"direction": "horizontal"
|
|
1504
1502
|
},
|
|
1505
1503
|
{
|
|
1506
1504
|
"type": "divider"
|
|
1507
1505
|
},
|
|
1508
1506
|
{
|
|
1509
1507
|
"type": "stack",
|
|
1510
|
-
"direction": "horizontal",
|
|
1511
|
-
"gap": "md",
|
|
1512
1508
|
"children": [
|
|
1513
1509
|
{
|
|
1514
|
-
"
|
|
1510
|
+
"content": "Name",
|
|
1515
1511
|
"variant": "caption",
|
|
1516
|
-
"
|
|
1512
|
+
"type": "typography"
|
|
1517
1513
|
},
|
|
1518
1514
|
{
|
|
1519
|
-
"content": "@entity.name",
|
|
1520
1515
|
"variant": "body",
|
|
1516
|
+
"content": "@entity.name",
|
|
1521
1517
|
"type": "typography"
|
|
1522
1518
|
}
|
|
1523
|
-
]
|
|
1519
|
+
],
|
|
1520
|
+
"gap": "md",
|
|
1521
|
+
"direction": "horizontal"
|
|
1524
1522
|
},
|
|
1525
1523
|
{
|
|
1526
|
-
"gap": "md",
|
|
1527
|
-
"type": "stack",
|
|
1528
1524
|
"children": [
|
|
1529
1525
|
{
|
|
1530
|
-
"content": "Email",
|
|
1531
1526
|
"type": "typography",
|
|
1532
|
-
"variant": "caption"
|
|
1527
|
+
"variant": "caption",
|
|
1528
|
+
"content": "Email"
|
|
1533
1529
|
},
|
|
1534
1530
|
{
|
|
1535
|
-
"
|
|
1531
|
+
"content": "@entity.email",
|
|
1536
1532
|
"variant": "body",
|
|
1537
|
-
"
|
|
1533
|
+
"type": "typography"
|
|
1538
1534
|
}
|
|
1539
1535
|
],
|
|
1540
|
-
"direction": "horizontal"
|
|
1536
|
+
"direction": "horizontal",
|
|
1537
|
+
"gap": "md",
|
|
1538
|
+
"type": "stack"
|
|
1541
1539
|
},
|
|
1542
1540
|
{
|
|
1541
|
+
"type": "stack",
|
|
1542
|
+
"direction": "horizontal",
|
|
1543
1543
|
"children": [
|
|
1544
1544
|
{
|
|
1545
1545
|
"content": "Department",
|
|
1546
|
-
"
|
|
1547
|
-
"
|
|
1546
|
+
"type": "typography",
|
|
1547
|
+
"variant": "caption"
|
|
1548
1548
|
},
|
|
1549
1549
|
{
|
|
1550
|
-
"content": "@entity.department",
|
|
1551
1550
|
"variant": "body",
|
|
1551
|
+
"content": "@entity.department",
|
|
1552
1552
|
"type": "typography"
|
|
1553
1553
|
}
|
|
1554
1554
|
],
|
|
1555
|
-
"
|
|
1556
|
-
"gap": "md",
|
|
1557
|
-
"direction": "horizontal"
|
|
1555
|
+
"gap": "md"
|
|
1558
1556
|
},
|
|
1559
1557
|
{
|
|
1558
|
+
"type": "stack",
|
|
1559
|
+
"gap": "md",
|
|
1560
|
+
"direction": "horizontal",
|
|
1560
1561
|
"children": [
|
|
1561
1562
|
{
|
|
1562
|
-
"type": "typography",
|
|
1563
1563
|
"variant": "caption",
|
|
1564
|
+
"type": "typography",
|
|
1564
1565
|
"content": "Role"
|
|
1565
1566
|
},
|
|
1566
1567
|
{
|
|
1567
1568
|
"variant": "body",
|
|
1568
|
-
"
|
|
1569
|
-
"
|
|
1569
|
+
"type": "typography",
|
|
1570
|
+
"content": "@entity.role"
|
|
1570
1571
|
}
|
|
1571
|
-
]
|
|
1572
|
-
"type": "stack",
|
|
1573
|
-
"direction": "horizontal",
|
|
1574
|
-
"gap": "md"
|
|
1572
|
+
]
|
|
1575
1573
|
},
|
|
1576
1574
|
{
|
|
1577
1575
|
"children": [
|
|
1578
1576
|
{
|
|
1577
|
+
"type": "typography",
|
|
1579
1578
|
"variant": "caption",
|
|
1580
|
-
"content": "Start Date"
|
|
1581
|
-
"type": "typography"
|
|
1579
|
+
"content": "Start Date"
|
|
1582
1580
|
},
|
|
1583
1581
|
{
|
|
1582
|
+
"variant": "body",
|
|
1584
1583
|
"type": "typography",
|
|
1585
|
-
"content": "@entity.startDate"
|
|
1586
|
-
"variant": "body"
|
|
1584
|
+
"content": "@entity.startDate"
|
|
1587
1585
|
}
|
|
1588
1586
|
],
|
|
1589
1587
|
"direction": "horizontal",
|
|
1590
|
-
"
|
|
1591
|
-
"
|
|
1588
|
+
"type": "stack",
|
|
1589
|
+
"gap": "md"
|
|
1592
1590
|
},
|
|
1593
1591
|
{
|
|
1594
1592
|
"type": "divider"
|
|
1595
1593
|
},
|
|
1596
1594
|
{
|
|
1595
|
+
"direction": "horizontal",
|
|
1597
1596
|
"gap": "sm",
|
|
1598
|
-
"justify": "end",
|
|
1599
1597
|
"children": [
|
|
1600
1598
|
{
|
|
1599
|
+
"type": "button",
|
|
1600
|
+
"label": "Edit",
|
|
1601
1601
|
"variant": "primary",
|
|
1602
1602
|
"icon": "edit",
|
|
1603
|
-
"
|
|
1604
|
-
"action": "EDIT",
|
|
1605
|
-
"label": "Edit"
|
|
1603
|
+
"action": "EDIT"
|
|
1606
1604
|
},
|
|
1607
1605
|
{
|
|
1608
1606
|
"type": "button",
|
|
1609
|
-
"action": "CLOSE",
|
|
1610
1607
|
"variant": "ghost",
|
|
1611
|
-
"label": "Close"
|
|
1608
|
+
"label": "Close",
|
|
1609
|
+
"action": "CLOSE"
|
|
1612
1610
|
}
|
|
1613
1611
|
],
|
|
1614
1612
|
"type": "stack",
|
|
1615
|
-
"
|
|
1613
|
+
"justify": "end"
|
|
1616
1614
|
}
|
|
1617
1615
|
],
|
|
1618
|
-
"direction": "vertical"
|
|
1616
|
+
"direction": "vertical",
|
|
1617
|
+
"gap": "md",
|
|
1618
|
+
"type": "stack"
|
|
1619
1619
|
}
|
|
1620
1620
|
]
|
|
1621
1621
|
]
|
|
@@ -1850,11 +1850,11 @@
|
|
|
1850
1850
|
"fetch",
|
|
1851
1851
|
"Employee",
|
|
1852
1852
|
{
|
|
1853
|
+
"id": "@payload.id",
|
|
1853
1854
|
"emit": {
|
|
1854
1855
|
"failure": "EmployeeLoadFailed",
|
|
1855
1856
|
"success": "EmployeeLoaded"
|
|
1856
|
-
}
|
|
1857
|
-
"id": "@payload.id"
|
|
1857
|
+
}
|
|
1858
1858
|
}
|
|
1859
1859
|
],
|
|
1860
1860
|
[
|
|
@@ -1862,55 +1862,55 @@
|
|
|
1862
1862
|
"modal",
|
|
1863
1863
|
{
|
|
1864
1864
|
"direction": "vertical",
|
|
1865
|
+
"type": "stack",
|
|
1865
1866
|
"children": [
|
|
1866
1867
|
{
|
|
1867
|
-
"
|
|
1868
|
+
"type": "stack",
|
|
1868
1869
|
"direction": "horizontal",
|
|
1870
|
+
"gap": "sm",
|
|
1869
1871
|
"align": "center",
|
|
1870
1872
|
"children": [
|
|
1871
1873
|
{
|
|
1872
|
-
"
|
|
1873
|
-
"
|
|
1874
|
+
"name": "alert-triangle",
|
|
1875
|
+
"type": "icon"
|
|
1874
1876
|
},
|
|
1875
1877
|
{
|
|
1876
1878
|
"content": "Delete Employee",
|
|
1877
1879
|
"type": "typography",
|
|
1878
1880
|
"variant": "h3"
|
|
1879
1881
|
}
|
|
1880
|
-
]
|
|
1881
|
-
"type": "stack"
|
|
1882
|
+
]
|
|
1882
1883
|
},
|
|
1883
1884
|
{
|
|
1884
1885
|
"type": "divider"
|
|
1885
1886
|
},
|
|
1886
1887
|
{
|
|
1887
1888
|
"message": "This action cannot be undone.",
|
|
1888
|
-
"
|
|
1889
|
-
"
|
|
1889
|
+
"type": "alert",
|
|
1890
|
+
"variant": "error"
|
|
1890
1891
|
},
|
|
1891
1892
|
{
|
|
1892
1893
|
"direction": "horizontal",
|
|
1893
1894
|
"gap": "sm",
|
|
1894
|
-
"justify": "end",
|
|
1895
1895
|
"type": "stack",
|
|
1896
|
+
"justify": "end",
|
|
1896
1897
|
"children": [
|
|
1897
1898
|
{
|
|
1898
|
-
"
|
|
1899
|
+
"label": "Cancel",
|
|
1899
1900
|
"type": "button",
|
|
1900
|
-
"
|
|
1901
|
-
"
|
|
1901
|
+
"action": "CANCEL",
|
|
1902
|
+
"variant": "ghost"
|
|
1902
1903
|
},
|
|
1903
1904
|
{
|
|
1904
|
-
"label": "Delete",
|
|
1905
1905
|
"variant": "danger",
|
|
1906
|
-
"
|
|
1906
|
+
"label": "Delete",
|
|
1907
1907
|
"type": "button",
|
|
1908
|
+
"action": "CONFIRM_DELETE",
|
|
1908
1909
|
"icon": "check"
|
|
1909
1910
|
}
|
|
1910
1911
|
]
|
|
1911
1912
|
}
|
|
1912
1913
|
],
|
|
1913
|
-
"type": "stack",
|
|
1914
1914
|
"gap": "md"
|
|
1915
1915
|
}
|
|
1916
1916
|
]
|
|
@@ -2236,8 +2236,8 @@
|
|
|
2236
2236
|
"Onboarding",
|
|
2237
2237
|
{
|
|
2238
2238
|
"emit": {
|
|
2239
|
-
"
|
|
2240
|
-
"
|
|
2239
|
+
"success": "OnboardingLoaded",
|
|
2240
|
+
"failure": "OnboardingLoadFailed"
|
|
2241
2241
|
}
|
|
2242
2242
|
}
|
|
2243
2243
|
],
|
|
@@ -2245,110 +2245,110 @@
|
|
|
2245
2245
|
"render-ui",
|
|
2246
2246
|
"main",
|
|
2247
2247
|
{
|
|
2248
|
+
"navItems": [
|
|
2249
|
+
{
|
|
2250
|
+
"label": "Employees",
|
|
2251
|
+
"href": "/employees",
|
|
2252
|
+
"icon": "users"
|
|
2253
|
+
},
|
|
2254
|
+
{
|
|
2255
|
+
"label": "Onboarding",
|
|
2256
|
+
"icon": "layout-list",
|
|
2257
|
+
"href": "/onboarding"
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"href": "/timeoff",
|
|
2261
|
+
"icon": "calendar",
|
|
2262
|
+
"label": "Time Off"
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
"icon": "layout-list",
|
|
2266
|
+
"label": "Org Chart",
|
|
2267
|
+
"href": "/org-chart"
|
|
2268
|
+
}
|
|
2269
|
+
],
|
|
2270
|
+
"type": "dashboard-layout",
|
|
2248
2271
|
"children": [
|
|
2249
2272
|
{
|
|
2273
|
+
"type": "container",
|
|
2274
|
+
"maxWidth": "lg",
|
|
2275
|
+
"padding": "lg",
|
|
2250
2276
|
"children": [
|
|
2251
2277
|
{
|
|
2252
2278
|
"gap": "lg",
|
|
2253
|
-
"type": "stack",
|
|
2254
|
-
"direction": "vertical",
|
|
2255
2279
|
"children": [
|
|
2256
2280
|
{
|
|
2257
|
-
"direction": "horizontal",
|
|
2258
|
-
"gap": "sm",
|
|
2259
|
-
"type": "stack",
|
|
2260
|
-
"align": "center",
|
|
2261
2281
|
"children": [
|
|
2262
2282
|
{
|
|
2263
|
-
"
|
|
2264
|
-
"
|
|
2283
|
+
"name": "clipboard-check",
|
|
2284
|
+
"type": "icon"
|
|
2265
2285
|
},
|
|
2266
2286
|
{
|
|
2267
2287
|
"content": "Employee Onboarding",
|
|
2268
2288
|
"variant": "h2",
|
|
2269
2289
|
"type": "typography"
|
|
2270
2290
|
}
|
|
2271
|
-
]
|
|
2291
|
+
],
|
|
2292
|
+
"type": "stack",
|
|
2293
|
+
"gap": "sm",
|
|
2294
|
+
"align": "center",
|
|
2295
|
+
"direction": "horizontal"
|
|
2272
2296
|
},
|
|
2273
2297
|
{
|
|
2274
|
-
"
|
|
2298
|
+
"currentIndex": 0.0,
|
|
2275
2299
|
"type": "progress-dots",
|
|
2276
|
-
"
|
|
2300
|
+
"count": 3.0
|
|
2277
2301
|
},
|
|
2278
2302
|
{
|
|
2303
|
+
"currentStep": 0.0,
|
|
2304
|
+
"type": "wizard-progress",
|
|
2279
2305
|
"steps": [
|
|
2280
2306
|
"Employee Details",
|
|
2281
2307
|
"Manager Assignment",
|
|
2282
2308
|
"Setup Checklist"
|
|
2283
|
-
]
|
|
2284
|
-
"type": "wizard-progress",
|
|
2285
|
-
"currentStep": 0.0
|
|
2309
|
+
]
|
|
2286
2310
|
},
|
|
2287
2311
|
{
|
|
2288
2312
|
"type": "divider"
|
|
2289
2313
|
},
|
|
2290
2314
|
{
|
|
2291
2315
|
"content": "Employee Details",
|
|
2292
|
-
"
|
|
2293
|
-
"
|
|
2316
|
+
"variant": "h3",
|
|
2317
|
+
"type": "typography"
|
|
2294
2318
|
},
|
|
2295
2319
|
{
|
|
2296
|
-
"mode": "create",
|
|
2297
2320
|
"fields": [
|
|
2298
2321
|
"employeeName",
|
|
2299
2322
|
"department"
|
|
2300
2323
|
],
|
|
2301
2324
|
"type": "form-section",
|
|
2325
|
+
"cancelEvent": "INIT",
|
|
2302
2326
|
"submitEvent": "NEXT",
|
|
2303
|
-
"
|
|
2327
|
+
"mode": "create"
|
|
2304
2328
|
},
|
|
2305
2329
|
{
|
|
2306
2330
|
"gap": "sm",
|
|
2307
|
-
"justify": "end",
|
|
2308
|
-
"type": "stack",
|
|
2309
2331
|
"children": [
|
|
2310
2332
|
{
|
|
2333
|
+
"variant": "primary",
|
|
2311
2334
|
"label": "Next",
|
|
2312
|
-
"action": "NEXT",
|
|
2313
|
-
"icon": "arrow-right",
|
|
2314
2335
|
"type": "button",
|
|
2315
|
-
"
|
|
2336
|
+
"icon": "arrow-right",
|
|
2337
|
+
"action": "NEXT"
|
|
2316
2338
|
}
|
|
2317
2339
|
],
|
|
2318
|
-
"direction": "horizontal"
|
|
2340
|
+
"direction": "horizontal",
|
|
2341
|
+
"type": "stack",
|
|
2342
|
+
"justify": "end"
|
|
2319
2343
|
}
|
|
2320
|
-
]
|
|
2344
|
+
],
|
|
2345
|
+
"direction": "vertical",
|
|
2346
|
+
"type": "stack"
|
|
2321
2347
|
}
|
|
2322
|
-
]
|
|
2323
|
-
"padding": "lg",
|
|
2324
|
-
"type": "container",
|
|
2325
|
-
"maxWidth": "lg"
|
|
2348
|
+
]
|
|
2326
2349
|
}
|
|
2327
2350
|
],
|
|
2328
|
-
"appName": "HRPortal"
|
|
2329
|
-
"type": "dashboard-layout",
|
|
2330
|
-
"navItems": [
|
|
2331
|
-
{
|
|
2332
|
-
"icon": "users",
|
|
2333
|
-
"href": "/employees",
|
|
2334
|
-
"label": "Employees"
|
|
2335
|
-
},
|
|
2336
|
-
{
|
|
2337
|
-
"label": "Onboarding",
|
|
2338
|
-
"icon": "layout-list",
|
|
2339
|
-
"href": "/onboarding"
|
|
2340
|
-
},
|
|
2341
|
-
{
|
|
2342
|
-
"label": "Time Off",
|
|
2343
|
-
"href": "/timeoff",
|
|
2344
|
-
"icon": "calendar"
|
|
2345
|
-
},
|
|
2346
|
-
{
|
|
2347
|
-
"href": "/org-chart",
|
|
2348
|
-
"icon": "layout-list",
|
|
2349
|
-
"label": "Org Chart"
|
|
2350
|
-
}
|
|
2351
|
-
]
|
|
2351
|
+
"appName": "HRPortal"
|
|
2352
2352
|
}
|
|
2353
2353
|
]
|
|
2354
2354
|
]
|
|
@@ -2363,8 +2363,8 @@
|
|
|
2363
2363
|
"Onboarding",
|
|
2364
2364
|
{
|
|
2365
2365
|
"emit": {
|
|
2366
|
-
"
|
|
2367
|
-
"
|
|
2366
|
+
"failure": "OnboardingLoadFailed",
|
|
2367
|
+
"success": "OnboardingLoaded"
|
|
2368
2368
|
}
|
|
2369
2369
|
}
|
|
2370
2370
|
],
|
|
@@ -2372,57 +2372,58 @@
|
|
|
2372
2372
|
"render-ui",
|
|
2373
2373
|
"main",
|
|
2374
2374
|
{
|
|
2375
|
+
"appName": "HRPortal",
|
|
2375
2376
|
"navItems": [
|
|
2376
2377
|
{
|
|
2377
|
-
"icon": "users",
|
|
2378
2378
|
"label": "Employees",
|
|
2379
|
-
"href": "/employees"
|
|
2379
|
+
"href": "/employees",
|
|
2380
|
+
"icon": "users"
|
|
2380
2381
|
},
|
|
2381
2382
|
{
|
|
2382
|
-
"
|
|
2383
|
+
"href": "/onboarding",
|
|
2383
2384
|
"label": "Onboarding",
|
|
2384
|
-
"
|
|
2385
|
+
"icon": "layout-list"
|
|
2385
2386
|
},
|
|
2386
2387
|
{
|
|
2387
|
-
"label": "Time Off",
|
|
2388
2388
|
"href": "/timeoff",
|
|
2389
|
+
"label": "Time Off",
|
|
2389
2390
|
"icon": "calendar"
|
|
2390
2391
|
},
|
|
2391
2392
|
{
|
|
2392
2393
|
"label": "Org Chart",
|
|
2393
|
-
"
|
|
2394
|
-
"
|
|
2394
|
+
"href": "/org-chart",
|
|
2395
|
+
"icon": "layout-list"
|
|
2395
2396
|
}
|
|
2396
2397
|
],
|
|
2397
|
-
"type": "dashboard-layout",
|
|
2398
2398
|
"children": [
|
|
2399
2399
|
{
|
|
2400
|
+
"maxWidth": "lg",
|
|
2401
|
+
"type": "container",
|
|
2400
2402
|
"children": [
|
|
2401
2403
|
{
|
|
2402
|
-
"gap": "lg",
|
|
2403
|
-
"type": "stack",
|
|
2404
2404
|
"direction": "vertical",
|
|
2405
|
+
"type": "stack",
|
|
2405
2406
|
"children": [
|
|
2406
2407
|
{
|
|
2407
2408
|
"type": "stack",
|
|
2409
|
+
"direction": "horizontal",
|
|
2410
|
+
"align": "center",
|
|
2408
2411
|
"children": [
|
|
2409
2412
|
{
|
|
2410
|
-
"
|
|
2411
|
-
"
|
|
2413
|
+
"name": "clipboard-check",
|
|
2414
|
+
"type": "icon"
|
|
2412
2415
|
},
|
|
2413
2416
|
{
|
|
2414
|
-
"content": "Employee Onboarding",
|
|
2415
2417
|
"type": "typography",
|
|
2418
|
+
"content": "Employee Onboarding",
|
|
2416
2419
|
"variant": "h2"
|
|
2417
2420
|
}
|
|
2418
2421
|
],
|
|
2419
|
-
"
|
|
2420
|
-
"gap": "sm",
|
|
2421
|
-
"align": "center"
|
|
2422
|
+
"gap": "sm"
|
|
2422
2423
|
},
|
|
2423
2424
|
{
|
|
2424
|
-
"type": "progress-dots",
|
|
2425
2425
|
"currentIndex": 1.0,
|
|
2426
|
+
"type": "progress-dots",
|
|
2426
2427
|
"count": 3.0
|
|
2427
2428
|
},
|
|
2428
2429
|
{
|
|
@@ -2438,50 +2439,49 @@
|
|
|
2438
2439
|
"type": "divider"
|
|
2439
2440
|
},
|
|
2440
2441
|
{
|
|
2442
|
+
"content": "Manager Assignment",
|
|
2441
2443
|
"type": "typography",
|
|
2442
|
-
"variant": "h3"
|
|
2443
|
-
"content": "Manager Assignment"
|
|
2444
|
+
"variant": "h3"
|
|
2444
2445
|
},
|
|
2445
2446
|
{
|
|
2446
|
-
"mode": "create",
|
|
2447
|
-
"cancelEvent": "PREV",
|
|
2448
2447
|
"fields": [
|
|
2449
2448
|
"manager"
|
|
2450
2449
|
],
|
|
2450
|
+
"type": "form-section",
|
|
2451
|
+
"mode": "create",
|
|
2451
2452
|
"submitEvent": "NEXT",
|
|
2452
|
-
"
|
|
2453
|
+
"cancelEvent": "PREV"
|
|
2453
2454
|
},
|
|
2454
2455
|
{
|
|
2455
|
-
"
|
|
2456
|
+
"direction": "horizontal",
|
|
2457
|
+
"justify": "end",
|
|
2456
2458
|
"type": "stack",
|
|
2457
2459
|
"children": [
|
|
2458
2460
|
{
|
|
2461
|
+
"variant": "ghost",
|
|
2459
2462
|
"icon": "arrow-left",
|
|
2460
|
-
"label": "Back",
|
|
2461
2463
|
"action": "PREV",
|
|
2462
|
-
"
|
|
2463
|
-
"
|
|
2464
|
+
"type": "button",
|
|
2465
|
+
"label": "Back"
|
|
2464
2466
|
},
|
|
2465
2467
|
{
|
|
2466
|
-
"variant": "primary",
|
|
2467
2468
|
"icon": "arrow-right",
|
|
2468
2469
|
"action": "NEXT",
|
|
2469
2470
|
"type": "button",
|
|
2471
|
+
"variant": "primary",
|
|
2470
2472
|
"label": "Next"
|
|
2471
2473
|
}
|
|
2472
2474
|
],
|
|
2473
|
-
"
|
|
2474
|
-
"justify": "end"
|
|
2475
|
+
"gap": "sm"
|
|
2475
2476
|
}
|
|
2476
|
-
]
|
|
2477
|
+
],
|
|
2478
|
+
"gap": "lg"
|
|
2477
2479
|
}
|
|
2478
2480
|
],
|
|
2479
|
-
"
|
|
2480
|
-
"padding": "lg",
|
|
2481
|
-
"maxWidth": "lg"
|
|
2481
|
+
"padding": "lg"
|
|
2482
2482
|
}
|
|
2483
2483
|
],
|
|
2484
|
-
"
|
|
2484
|
+
"type": "dashboard-layout"
|
|
2485
2485
|
}
|
|
2486
2486
|
]
|
|
2487
2487
|
]
|
|
@@ -2505,52 +2505,54 @@
|
|
|
2505
2505
|
"render-ui",
|
|
2506
2506
|
"main",
|
|
2507
2507
|
{
|
|
2508
|
+
"type": "dashboard-layout",
|
|
2508
2509
|
"navItems": [
|
|
2509
2510
|
{
|
|
2510
|
-
"icon": "users",
|
|
2511
2511
|
"href": "/employees",
|
|
2512
|
-
"label": "Employees"
|
|
2512
|
+
"label": "Employees",
|
|
2513
|
+
"icon": "users"
|
|
2513
2514
|
},
|
|
2514
2515
|
{
|
|
2515
|
-
"href": "/onboarding",
|
|
2516
2516
|
"icon": "layout-list",
|
|
2517
|
+
"href": "/onboarding",
|
|
2517
2518
|
"label": "Onboarding"
|
|
2518
2519
|
},
|
|
2519
2520
|
{
|
|
2520
2521
|
"icon": "calendar",
|
|
2521
|
-
"
|
|
2522
|
-
"
|
|
2522
|
+
"href": "/timeoff",
|
|
2523
|
+
"label": "Time Off"
|
|
2523
2524
|
},
|
|
2524
2525
|
{
|
|
2525
|
-
"
|
|
2526
|
+
"icon": "layout-list",
|
|
2526
2527
|
"href": "/org-chart",
|
|
2527
|
-
"
|
|
2528
|
+
"label": "Org Chart"
|
|
2528
2529
|
}
|
|
2529
2530
|
],
|
|
2531
|
+
"appName": "HRPortal",
|
|
2530
2532
|
"children": [
|
|
2531
2533
|
{
|
|
2532
2534
|
"maxWidth": "lg",
|
|
2535
|
+
"padding": "lg",
|
|
2533
2536
|
"children": [
|
|
2534
2537
|
{
|
|
2535
2538
|
"direction": "vertical",
|
|
2536
|
-
"gap": "lg",
|
|
2537
2539
|
"type": "stack",
|
|
2538
2540
|
"children": [
|
|
2539
2541
|
{
|
|
2540
|
-
"
|
|
2542
|
+
"direction": "horizontal",
|
|
2541
2543
|
"children": [
|
|
2542
2544
|
{
|
|
2543
2545
|
"type": "icon",
|
|
2544
2546
|
"name": "clipboard-check"
|
|
2545
2547
|
},
|
|
2546
2548
|
{
|
|
2547
|
-
"
|
|
2549
|
+
"type": "typography",
|
|
2548
2550
|
"content": "Employee Onboarding",
|
|
2549
|
-
"
|
|
2551
|
+
"variant": "h2"
|
|
2550
2552
|
}
|
|
2551
2553
|
],
|
|
2554
|
+
"align": "center",
|
|
2552
2555
|
"type": "stack",
|
|
2553
|
-
"direction": "horizontal",
|
|
2554
2556
|
"gap": "sm"
|
|
2555
2557
|
},
|
|
2556
2558
|
{
|
|
@@ -2559,8 +2561,8 @@
|
|
|
2559
2561
|
"currentIndex": 2.0
|
|
2560
2562
|
},
|
|
2561
2563
|
{
|
|
2562
|
-
"currentStep": 2.0,
|
|
2563
2564
|
"type": "wizard-progress",
|
|
2565
|
+
"currentStep": 2.0,
|
|
2564
2566
|
"steps": [
|
|
2565
2567
|
"Employee Details",
|
|
2566
2568
|
"Manager Assignment",
|
|
@@ -2571,51 +2573,49 @@
|
|
|
2571
2573
|
"type": "divider"
|
|
2572
2574
|
},
|
|
2573
2575
|
{
|
|
2574
|
-
"
|
|
2576
|
+
"type": "typography",
|
|
2575
2577
|
"variant": "h3",
|
|
2576
|
-
"
|
|
2578
|
+
"content": "Setup Checklist"
|
|
2577
2579
|
},
|
|
2578
2580
|
{
|
|
2579
2581
|
"submitEvent": "NEXT",
|
|
2580
|
-
"cancelEvent": "PREV",
|
|
2581
|
-
"mode": "create",
|
|
2582
|
-
"type": "form-section",
|
|
2583
2582
|
"fields": [
|
|
2584
2583
|
"equipmentReady",
|
|
2585
2584
|
"accessGranted"
|
|
2586
|
-
]
|
|
2585
|
+
],
|
|
2586
|
+
"type": "form-section",
|
|
2587
|
+
"mode": "create",
|
|
2588
|
+
"cancelEvent": "PREV"
|
|
2587
2589
|
},
|
|
2588
2590
|
{
|
|
2591
|
+
"gap": "sm",
|
|
2589
2592
|
"type": "stack",
|
|
2590
2593
|
"children": [
|
|
2591
2594
|
{
|
|
2592
2595
|
"action": "PREV",
|
|
2593
|
-
"
|
|
2594
|
-
"variant": "ghost",
|
|
2596
|
+
"label": "Back",
|
|
2595
2597
|
"icon": "arrow-left",
|
|
2596
|
-
"
|
|
2598
|
+
"type": "button",
|
|
2599
|
+
"variant": "ghost"
|
|
2597
2600
|
},
|
|
2598
2601
|
{
|
|
2599
|
-
"
|
|
2602
|
+
"variant": "primary",
|
|
2600
2603
|
"action": "NEXT",
|
|
2601
|
-
"type": "button",
|
|
2602
2604
|
"label": "Next",
|
|
2603
|
-
"
|
|
2605
|
+
"icon": "arrow-right",
|
|
2606
|
+
"type": "button"
|
|
2604
2607
|
}
|
|
2605
2608
|
],
|
|
2606
|
-
"
|
|
2607
|
-
"
|
|
2608
|
-
"direction": "horizontal"
|
|
2609
|
+
"direction": "horizontal",
|
|
2610
|
+
"justify": "end"
|
|
2609
2611
|
}
|
|
2610
|
-
]
|
|
2612
|
+
],
|
|
2613
|
+
"gap": "lg"
|
|
2611
2614
|
}
|
|
2612
2615
|
],
|
|
2613
|
-
"padding": "lg",
|
|
2614
2616
|
"type": "container"
|
|
2615
2617
|
}
|
|
2616
|
-
]
|
|
2617
|
-
"appName": "HRPortal",
|
|
2618
|
-
"type": "dashboard-layout"
|
|
2618
|
+
]
|
|
2619
2619
|
}
|
|
2620
2620
|
]
|
|
2621
2621
|
]
|
|
@@ -2639,108 +2639,108 @@
|
|
|
2639
2639
|
"render-ui",
|
|
2640
2640
|
"main",
|
|
2641
2641
|
{
|
|
2642
|
-
"type": "dashboard-layout",
|
|
2643
|
-
"navItems": [
|
|
2644
|
-
{
|
|
2645
|
-
"href": "/employees",
|
|
2646
|
-
"label": "Employees",
|
|
2647
|
-
"icon": "users"
|
|
2648
|
-
},
|
|
2649
|
-
{
|
|
2650
|
-
"icon": "layout-list",
|
|
2651
|
-
"href": "/onboarding",
|
|
2652
|
-
"label": "Onboarding"
|
|
2653
|
-
},
|
|
2654
|
-
{
|
|
2655
|
-
"icon": "calendar",
|
|
2656
|
-
"label": "Time Off",
|
|
2657
|
-
"href": "/timeoff"
|
|
2658
|
-
},
|
|
2659
|
-
{
|
|
2660
|
-
"href": "/org-chart",
|
|
2661
|
-
"label": "Org Chart",
|
|
2662
|
-
"icon": "layout-list"
|
|
2663
|
-
}
|
|
2664
|
-
],
|
|
2665
|
-
"appName": "HRPortal",
|
|
2666
2642
|
"children": [
|
|
2667
2643
|
{
|
|
2668
|
-
"type": "container",
|
|
2669
2644
|
"padding": "lg",
|
|
2645
|
+
"maxWidth": "lg",
|
|
2670
2646
|
"children": [
|
|
2671
2647
|
{
|
|
2672
|
-
"type": "stack",
|
|
2673
|
-
"gap": "lg",
|
|
2674
2648
|
"children": [
|
|
2675
2649
|
{
|
|
2650
|
+
"direction": "horizontal",
|
|
2651
|
+
"align": "center",
|
|
2652
|
+
"type": "stack",
|
|
2653
|
+
"gap": "sm",
|
|
2676
2654
|
"children": [
|
|
2677
2655
|
{
|
|
2678
|
-
"
|
|
2679
|
-
"
|
|
2656
|
+
"name": "clipboard-check",
|
|
2657
|
+
"type": "icon"
|
|
2680
2658
|
},
|
|
2681
2659
|
{
|
|
2682
2660
|
"content": "Employee Onboarding",
|
|
2683
|
-
"
|
|
2684
|
-
"
|
|
2661
|
+
"type": "typography",
|
|
2662
|
+
"variant": "h2"
|
|
2685
2663
|
}
|
|
2686
|
-
]
|
|
2687
|
-
"direction": "horizontal",
|
|
2688
|
-
"align": "center",
|
|
2689
|
-
"type": "stack",
|
|
2690
|
-
"gap": "sm"
|
|
2664
|
+
]
|
|
2691
2665
|
},
|
|
2692
2666
|
{
|
|
2667
|
+
"type": "progress-dots",
|
|
2693
2668
|
"count": 3.0,
|
|
2694
|
-
"currentIndex": 0.0
|
|
2695
|
-
"type": "progress-dots"
|
|
2669
|
+
"currentIndex": 0.0
|
|
2696
2670
|
},
|
|
2697
2671
|
{
|
|
2672
|
+
"type": "wizard-progress",
|
|
2698
2673
|
"steps": [
|
|
2699
2674
|
"Employee Details",
|
|
2700
2675
|
"Manager Assignment",
|
|
2701
2676
|
"Setup Checklist"
|
|
2702
2677
|
],
|
|
2703
|
-
"currentStep": 0.0
|
|
2704
|
-
"type": "wizard-progress"
|
|
2678
|
+
"currentStep": 0.0
|
|
2705
2679
|
},
|
|
2706
2680
|
{
|
|
2707
2681
|
"type": "divider"
|
|
2708
2682
|
},
|
|
2709
2683
|
{
|
|
2710
|
-
"
|
|
2684
|
+
"content": "Employee Details",
|
|
2711
2685
|
"variant": "h3",
|
|
2712
|
-
"
|
|
2686
|
+
"type": "typography"
|
|
2713
2687
|
},
|
|
2714
2688
|
{
|
|
2715
|
-
"cancelEvent": "INIT",
|
|
2716
|
-
"type": "form-section",
|
|
2717
|
-
"submitEvent": "NEXT",
|
|
2718
2689
|
"fields": [
|
|
2719
2690
|
"employeeName",
|
|
2720
2691
|
"department"
|
|
2721
2692
|
],
|
|
2722
|
-
"
|
|
2693
|
+
"cancelEvent": "INIT",
|
|
2694
|
+
"type": "form-section",
|
|
2695
|
+
"mode": "create",
|
|
2696
|
+
"submitEvent": "NEXT"
|
|
2723
2697
|
},
|
|
2724
2698
|
{
|
|
2699
|
+
"gap": "sm",
|
|
2725
2700
|
"justify": "end",
|
|
2701
|
+
"direction": "horizontal",
|
|
2726
2702
|
"type": "stack",
|
|
2727
2703
|
"children": [
|
|
2728
2704
|
{
|
|
2729
|
-
"label": "Next",
|
|
2730
|
-
"type": "button",
|
|
2731
2705
|
"variant": "primary",
|
|
2732
2706
|
"icon": "arrow-right",
|
|
2733
|
-
"
|
|
2707
|
+
"label": "Next",
|
|
2708
|
+
"action": "NEXT",
|
|
2709
|
+
"type": "button"
|
|
2734
2710
|
}
|
|
2735
|
-
]
|
|
2736
|
-
"gap": "sm",
|
|
2737
|
-
"direction": "horizontal"
|
|
2711
|
+
]
|
|
2738
2712
|
}
|
|
2739
2713
|
],
|
|
2740
|
-
"direction": "vertical"
|
|
2714
|
+
"direction": "vertical",
|
|
2715
|
+
"gap": "lg",
|
|
2716
|
+
"type": "stack"
|
|
2741
2717
|
}
|
|
2742
2718
|
],
|
|
2743
|
-
"
|
|
2719
|
+
"type": "container"
|
|
2720
|
+
}
|
|
2721
|
+
],
|
|
2722
|
+
"type": "dashboard-layout",
|
|
2723
|
+
"appName": "HRPortal",
|
|
2724
|
+
"navItems": [
|
|
2725
|
+
{
|
|
2726
|
+
"icon": "users",
|
|
2727
|
+
"label": "Employees",
|
|
2728
|
+
"href": "/employees"
|
|
2729
|
+
},
|
|
2730
|
+
{
|
|
2731
|
+
"label": "Onboarding",
|
|
2732
|
+
"href": "/onboarding",
|
|
2733
|
+
"icon": "layout-list"
|
|
2734
|
+
},
|
|
2735
|
+
{
|
|
2736
|
+
"label": "Time Off",
|
|
2737
|
+
"href": "/timeoff",
|
|
2738
|
+
"icon": "calendar"
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"icon": "layout-list",
|
|
2742
|
+
"label": "Org Chart",
|
|
2743
|
+
"href": "/org-chart"
|
|
2744
2744
|
}
|
|
2745
2745
|
]
|
|
2746
2746
|
}
|
|
@@ -2757,8 +2757,8 @@
|
|
|
2757
2757
|
"Onboarding",
|
|
2758
2758
|
{
|
|
2759
2759
|
"emit": {
|
|
2760
|
-
"
|
|
2761
|
-
"
|
|
2760
|
+
"success": "OnboardingLoaded",
|
|
2761
|
+
"failure": "OnboardingLoadFailed"
|
|
2762
2762
|
}
|
|
2763
2763
|
}
|
|
2764
2764
|
],
|
|
@@ -2766,36 +2766,34 @@
|
|
|
2766
2766
|
"render-ui",
|
|
2767
2767
|
"main",
|
|
2768
2768
|
{
|
|
2769
|
-
"type": "dashboard-layout",
|
|
2770
2769
|
"children": [
|
|
2771
2770
|
{
|
|
2772
2771
|
"type": "stack",
|
|
2773
|
-
"direction": "vertical",
|
|
2774
2772
|
"children": [
|
|
2775
2773
|
{
|
|
2776
|
-
"type": "stack",
|
|
2777
|
-
"direction": "horizontal",
|
|
2778
|
-
"gap": "sm",
|
|
2779
2774
|
"children": [
|
|
2780
2775
|
{
|
|
2781
|
-
"
|
|
2782
|
-
"
|
|
2776
|
+
"name": "clipboard-check",
|
|
2777
|
+
"type": "icon"
|
|
2783
2778
|
},
|
|
2784
2779
|
{
|
|
2785
2780
|
"type": "typography",
|
|
2786
|
-
"
|
|
2787
|
-
"
|
|
2781
|
+
"content": "Employee Onboarding",
|
|
2782
|
+
"variant": "h2"
|
|
2788
2783
|
}
|
|
2789
2784
|
],
|
|
2785
|
+
"type": "stack",
|
|
2786
|
+
"gap": "sm",
|
|
2787
|
+
"direction": "horizontal",
|
|
2790
2788
|
"align": "center"
|
|
2791
2789
|
},
|
|
2792
2790
|
{
|
|
2793
|
-
"
|
|
2794
|
-
"
|
|
2791
|
+
"type": "badge",
|
|
2792
|
+
"label": "Review"
|
|
2795
2793
|
},
|
|
2796
2794
|
{
|
|
2797
|
-
"type": "wizard-progress",
|
|
2798
2795
|
"currentStep": 3.0,
|
|
2796
|
+
"type": "wizard-progress",
|
|
2799
2797
|
"steps": [
|
|
2800
2798
|
"Employee Details",
|
|
2801
2799
|
"Manager Assignment",
|
|
@@ -2806,24 +2804,27 @@
|
|
|
2806
2804
|
"type": "divider"
|
|
2807
2805
|
},
|
|
2808
2806
|
{
|
|
2807
|
+
"gap": "sm",
|
|
2808
|
+
"type": "stack",
|
|
2809
|
+
"direction": "vertical",
|
|
2809
2810
|
"children": [
|
|
2810
2811
|
{
|
|
2811
|
-
"direction": "horizontal",
|
|
2812
2812
|
"gap": "md",
|
|
2813
|
+
"type": "stack",
|
|
2814
|
+
"justify": "between",
|
|
2813
2815
|
"children": [
|
|
2814
2816
|
{
|
|
2815
|
-
"
|
|
2817
|
+
"variant": "caption",
|
|
2816
2818
|
"content": "Employee Name",
|
|
2817
|
-
"
|
|
2819
|
+
"type": "typography"
|
|
2818
2820
|
},
|
|
2819
2821
|
{
|
|
2820
|
-
"type": "typography",
|
|
2821
2822
|
"content": "@entity.employeeName",
|
|
2823
|
+
"type": "typography",
|
|
2822
2824
|
"variant": "body"
|
|
2823
2825
|
}
|
|
2824
2826
|
],
|
|
2825
|
-
"
|
|
2826
|
-
"type": "stack"
|
|
2827
|
+
"direction": "horizontal"
|
|
2827
2828
|
},
|
|
2828
2829
|
{
|
|
2829
2830
|
"direction": "horizontal",
|
|
@@ -2835,48 +2836,48 @@
|
|
|
2835
2836
|
},
|
|
2836
2837
|
{
|
|
2837
2838
|
"content": "@entity.department",
|
|
2838
|
-
"
|
|
2839
|
-
"
|
|
2839
|
+
"variant": "body",
|
|
2840
|
+
"type": "typography"
|
|
2840
2841
|
}
|
|
2841
2842
|
],
|
|
2842
|
-
"
|
|
2843
|
+
"gap": "md",
|
|
2843
2844
|
"justify": "between",
|
|
2844
|
-
"
|
|
2845
|
+
"type": "stack"
|
|
2845
2846
|
},
|
|
2846
2847
|
{
|
|
2848
|
+
"type": "stack",
|
|
2847
2849
|
"direction": "horizontal",
|
|
2848
2850
|
"gap": "md",
|
|
2851
|
+
"justify": "between",
|
|
2849
2852
|
"children": [
|
|
2850
2853
|
{
|
|
2854
|
+
"content": "Manager",
|
|
2851
2855
|
"type": "typography",
|
|
2852
|
-
"variant": "caption"
|
|
2853
|
-
"content": "Manager"
|
|
2856
|
+
"variant": "caption"
|
|
2854
2857
|
},
|
|
2855
2858
|
{
|
|
2856
|
-
"
|
|
2859
|
+
"variant": "body",
|
|
2857
2860
|
"type": "typography",
|
|
2858
|
-
"
|
|
2861
|
+
"content": "@entity.manager"
|
|
2859
2862
|
}
|
|
2860
|
-
]
|
|
2861
|
-
"justify": "between",
|
|
2862
|
-
"type": "stack"
|
|
2863
|
+
]
|
|
2863
2864
|
},
|
|
2864
2865
|
{
|
|
2866
|
+
"type": "stack",
|
|
2867
|
+
"gap": "md",
|
|
2868
|
+
"justify": "between",
|
|
2865
2869
|
"children": [
|
|
2866
2870
|
{
|
|
2867
|
-
"variant": "caption",
|
|
2868
2871
|
"content": "Equipment Ready",
|
|
2872
|
+
"variant": "caption",
|
|
2869
2873
|
"type": "typography"
|
|
2870
2874
|
},
|
|
2871
2875
|
{
|
|
2872
|
-
"
|
|
2876
|
+
"type": "typography",
|
|
2873
2877
|
"variant": "body",
|
|
2874
|
-
"
|
|
2878
|
+
"content": "@entity.equipmentReady"
|
|
2875
2879
|
}
|
|
2876
2880
|
],
|
|
2877
|
-
"gap": "md",
|
|
2878
|
-
"type": "stack",
|
|
2879
|
-
"justify": "between",
|
|
2880
2881
|
"direction": "horizontal"
|
|
2881
2882
|
},
|
|
2882
2883
|
{
|
|
@@ -2887,33 +2888,32 @@
|
|
|
2887
2888
|
"variant": "caption"
|
|
2888
2889
|
},
|
|
2889
2890
|
{
|
|
2890
|
-
"variant": "body",
|
|
2891
2891
|
"content": "@entity.accessGranted",
|
|
2892
|
-
"type": "typography"
|
|
2892
|
+
"type": "typography",
|
|
2893
|
+
"variant": "body"
|
|
2893
2894
|
}
|
|
2894
2895
|
],
|
|
2895
|
-
"type": "stack",
|
|
2896
|
-
"gap": "md",
|
|
2897
2896
|
"direction": "horizontal",
|
|
2898
|
-
"
|
|
2897
|
+
"gap": "md",
|
|
2898
|
+
"justify": "between",
|
|
2899
|
+
"type": "stack"
|
|
2899
2900
|
}
|
|
2900
|
-
]
|
|
2901
|
-
"type": "stack",
|
|
2902
|
-
"gap": "sm",
|
|
2903
|
-
"direction": "vertical"
|
|
2901
|
+
]
|
|
2904
2902
|
},
|
|
2905
2903
|
{
|
|
2906
|
-
"
|
|
2907
|
-
"showBack": true,
|
|
2904
|
+
"showComplete": true,
|
|
2908
2905
|
"currentStep": 3.0,
|
|
2906
|
+
"type": "wizard-navigation",
|
|
2907
|
+
"showBack": true,
|
|
2909
2908
|
"showNext": false,
|
|
2910
|
-
"
|
|
2911
|
-
"type": "wizard-navigation"
|
|
2909
|
+
"totalSteps": 4.0
|
|
2912
2910
|
}
|
|
2913
2911
|
],
|
|
2912
|
+
"direction": "vertical",
|
|
2914
2913
|
"gap": "lg"
|
|
2915
2914
|
}
|
|
2916
2915
|
],
|
|
2916
|
+
"type": "dashboard-layout",
|
|
2917
2917
|
"navItems": [
|
|
2918
2918
|
{
|
|
2919
2919
|
"href": "/employees",
|
|
@@ -2921,19 +2921,19 @@
|
|
|
2921
2921
|
"label": "Employees"
|
|
2922
2922
|
},
|
|
2923
2923
|
{
|
|
2924
|
+
"icon": "layout-list",
|
|
2924
2925
|
"href": "/onboarding",
|
|
2925
|
-
"label": "Onboarding"
|
|
2926
|
-
"icon": "layout-list"
|
|
2926
|
+
"label": "Onboarding"
|
|
2927
2927
|
},
|
|
2928
2928
|
{
|
|
2929
|
+
"label": "Time Off",
|
|
2929
2930
|
"icon": "calendar",
|
|
2930
|
-
"href": "/timeoff"
|
|
2931
|
-
"label": "Time Off"
|
|
2931
|
+
"href": "/timeoff"
|
|
2932
2932
|
},
|
|
2933
2933
|
{
|
|
2934
2934
|
"icon": "layout-list",
|
|
2935
|
-
"
|
|
2936
|
-
"
|
|
2935
|
+
"label": "Org Chart",
|
|
2936
|
+
"href": "/org-chart"
|
|
2937
2937
|
}
|
|
2938
2938
|
],
|
|
2939
2939
|
"appName": "HRPortal"
|
|
@@ -2960,17 +2960,15 @@
|
|
|
2960
2960
|
"render-ui",
|
|
2961
2961
|
"main",
|
|
2962
2962
|
{
|
|
2963
|
-
"appName": "HRPortal",
|
|
2964
|
-
"type": "dashboard-layout",
|
|
2965
2963
|
"navItems": [
|
|
2966
2964
|
{
|
|
2967
|
-
"href": "/employees",
|
|
2968
2965
|
"icon": "users",
|
|
2969
|
-
"label": "Employees"
|
|
2966
|
+
"label": "Employees",
|
|
2967
|
+
"href": "/employees"
|
|
2970
2968
|
},
|
|
2971
2969
|
{
|
|
2972
|
-
"href": "/onboarding",
|
|
2973
2970
|
"icon": "layout-list",
|
|
2971
|
+
"href": "/onboarding",
|
|
2974
2972
|
"label": "Onboarding"
|
|
2975
2973
|
},
|
|
2976
2974
|
{
|
|
@@ -2979,41 +2977,40 @@
|
|
|
2979
2977
|
"icon": "calendar"
|
|
2980
2978
|
},
|
|
2981
2979
|
{
|
|
2982
|
-
"href": "/org-chart",
|
|
2983
2980
|
"icon": "layout-list",
|
|
2981
|
+
"href": "/org-chart",
|
|
2984
2982
|
"label": "Org Chart"
|
|
2985
2983
|
}
|
|
2986
2984
|
],
|
|
2985
|
+
"type": "dashboard-layout",
|
|
2987
2986
|
"children": [
|
|
2988
2987
|
{
|
|
2989
|
-
"type": "container",
|
|
2990
2988
|
"maxWidth": "lg",
|
|
2991
2989
|
"padding": "lg",
|
|
2992
2990
|
"children": [
|
|
2993
2991
|
{
|
|
2994
|
-
"
|
|
2995
|
-
"direction": "vertical",
|
|
2992
|
+
"gap": "lg",
|
|
2996
2993
|
"children": [
|
|
2997
2994
|
{
|
|
2998
|
-
"gap": "sm",
|
|
2999
|
-
"direction": "horizontal",
|
|
3000
|
-
"align": "center",
|
|
3001
|
-
"type": "stack",
|
|
3002
2995
|
"children": [
|
|
3003
2996
|
{
|
|
3004
|
-
"
|
|
3005
|
-
"
|
|
2997
|
+
"name": "clipboard-check",
|
|
2998
|
+
"type": "icon"
|
|
3006
2999
|
},
|
|
3007
3000
|
{
|
|
3008
|
-
"type": "typography",
|
|
3009
3001
|
"variant": "h2",
|
|
3010
|
-
"content": "Employee Onboarding"
|
|
3002
|
+
"content": "Employee Onboarding",
|
|
3003
|
+
"type": "typography"
|
|
3011
3004
|
}
|
|
3012
|
-
]
|
|
3005
|
+
],
|
|
3006
|
+
"gap": "sm",
|
|
3007
|
+
"type": "stack",
|
|
3008
|
+
"direction": "horizontal",
|
|
3009
|
+
"align": "center"
|
|
3013
3010
|
},
|
|
3014
3011
|
{
|
|
3015
|
-
"currentIndex": 1.0,
|
|
3016
3012
|
"type": "progress-dots",
|
|
3013
|
+
"currentIndex": 1.0,
|
|
3017
3014
|
"count": 3.0
|
|
3018
3015
|
},
|
|
3019
3016
|
{
|
|
@@ -3029,47 +3026,50 @@
|
|
|
3029
3026
|
"type": "divider"
|
|
3030
3027
|
},
|
|
3031
3028
|
{
|
|
3029
|
+
"variant": "h3",
|
|
3032
3030
|
"type": "typography",
|
|
3033
|
-
"content": "Manager Assignment"
|
|
3034
|
-
"variant": "h3"
|
|
3031
|
+
"content": "Manager Assignment"
|
|
3035
3032
|
},
|
|
3036
3033
|
{
|
|
3037
|
-
"
|
|
3034
|
+
"cancelEvent": "PREV",
|
|
3038
3035
|
"mode": "create",
|
|
3039
3036
|
"submitEvent": "NEXT",
|
|
3040
|
-
"cancelEvent": "PREV",
|
|
3041
3037
|
"fields": [
|
|
3042
3038
|
"manager"
|
|
3043
|
-
]
|
|
3039
|
+
],
|
|
3040
|
+
"type": "form-section"
|
|
3044
3041
|
},
|
|
3045
3042
|
{
|
|
3046
|
-
"
|
|
3047
|
-
"justify": "end",
|
|
3043
|
+
"gap": "sm",
|
|
3048
3044
|
"type": "stack",
|
|
3045
|
+
"justify": "end",
|
|
3049
3046
|
"children": [
|
|
3050
3047
|
{
|
|
3051
3048
|
"variant": "ghost",
|
|
3052
3049
|
"icon": "arrow-left",
|
|
3053
|
-
"action": "PREV",
|
|
3054
3050
|
"label": "Back",
|
|
3051
|
+
"action": "PREV",
|
|
3055
3052
|
"type": "button"
|
|
3056
3053
|
},
|
|
3057
3054
|
{
|
|
3058
|
-
"icon": "arrow-right",
|
|
3059
3055
|
"variant": "primary",
|
|
3060
|
-
"action": "NEXT",
|
|
3061
3056
|
"type": "button",
|
|
3062
|
-
"
|
|
3057
|
+
"icon": "arrow-right",
|
|
3058
|
+
"label": "Next",
|
|
3059
|
+
"action": "NEXT"
|
|
3063
3060
|
}
|
|
3064
3061
|
],
|
|
3065
|
-
"
|
|
3062
|
+
"direction": "horizontal"
|
|
3066
3063
|
}
|
|
3067
3064
|
],
|
|
3068
|
-
"
|
|
3065
|
+
"type": "stack",
|
|
3066
|
+
"direction": "vertical"
|
|
3069
3067
|
}
|
|
3070
|
-
]
|
|
3068
|
+
],
|
|
3069
|
+
"type": "container"
|
|
3071
3070
|
}
|
|
3072
|
-
]
|
|
3071
|
+
],
|
|
3072
|
+
"appName": "HRPortal"
|
|
3073
3073
|
}
|
|
3074
3074
|
]
|
|
3075
3075
|
]
|
|
@@ -3093,117 +3093,117 @@
|
|
|
3093
3093
|
"render-ui",
|
|
3094
3094
|
"main",
|
|
3095
3095
|
{
|
|
3096
|
+
"navItems": [
|
|
3097
|
+
{
|
|
3098
|
+
"href": "/employees",
|
|
3099
|
+
"icon": "users",
|
|
3100
|
+
"label": "Employees"
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"href": "/onboarding",
|
|
3104
|
+
"icon": "layout-list",
|
|
3105
|
+
"label": "Onboarding"
|
|
3106
|
+
},
|
|
3107
|
+
{
|
|
3108
|
+
"icon": "calendar",
|
|
3109
|
+
"label": "Time Off",
|
|
3110
|
+
"href": "/timeoff"
|
|
3111
|
+
},
|
|
3112
|
+
{
|
|
3113
|
+
"href": "/org-chart",
|
|
3114
|
+
"label": "Org Chart",
|
|
3115
|
+
"icon": "layout-list"
|
|
3116
|
+
}
|
|
3117
|
+
],
|
|
3096
3118
|
"type": "dashboard-layout",
|
|
3097
3119
|
"children": [
|
|
3098
3120
|
{
|
|
3099
|
-
"type": "container",
|
|
3100
3121
|
"children": [
|
|
3101
3122
|
{
|
|
3102
|
-
"gap": "lg",
|
|
3103
|
-
"direction": "vertical",
|
|
3104
|
-
"type": "stack",
|
|
3105
3123
|
"children": [
|
|
3106
3124
|
{
|
|
3107
|
-
"gap": "sm",
|
|
3108
|
-
"align": "center",
|
|
3109
|
-
"type": "stack",
|
|
3110
|
-
"direction": "horizontal",
|
|
3111
3125
|
"children": [
|
|
3112
3126
|
{
|
|
3113
|
-
"
|
|
3114
|
-
"
|
|
3127
|
+
"name": "clipboard-check",
|
|
3128
|
+
"type": "icon"
|
|
3115
3129
|
},
|
|
3116
3130
|
{
|
|
3117
|
-
"variant": "h2",
|
|
3118
3131
|
"type": "typography",
|
|
3119
|
-
"content": "Employee Onboarding"
|
|
3132
|
+
"content": "Employee Onboarding",
|
|
3133
|
+
"variant": "h2"
|
|
3120
3134
|
}
|
|
3121
|
-
]
|
|
3135
|
+
],
|
|
3136
|
+
"type": "stack",
|
|
3137
|
+
"gap": "sm",
|
|
3138
|
+
"direction": "horizontal",
|
|
3139
|
+
"align": "center"
|
|
3122
3140
|
},
|
|
3123
3141
|
{
|
|
3124
|
-
"currentIndex": 2.0,
|
|
3125
3142
|
"type": "progress-dots",
|
|
3143
|
+
"currentIndex": 2.0,
|
|
3126
3144
|
"count": 3.0
|
|
3127
3145
|
},
|
|
3128
3146
|
{
|
|
3129
3147
|
"type": "wizard-progress",
|
|
3130
|
-
"currentStep": 2.0,
|
|
3131
3148
|
"steps": [
|
|
3132
3149
|
"Employee Details",
|
|
3133
3150
|
"Manager Assignment",
|
|
3134
3151
|
"Setup Checklist"
|
|
3135
|
-
]
|
|
3152
|
+
],
|
|
3153
|
+
"currentStep": 2.0
|
|
3136
3154
|
},
|
|
3137
3155
|
{
|
|
3138
3156
|
"type": "divider"
|
|
3139
3157
|
},
|
|
3140
3158
|
{
|
|
3141
3159
|
"content": "Setup Checklist",
|
|
3142
|
-
"
|
|
3143
|
-
"
|
|
3160
|
+
"type": "typography",
|
|
3161
|
+
"variant": "h3"
|
|
3144
3162
|
},
|
|
3145
3163
|
{
|
|
3164
|
+
"cancelEvent": "PREV",
|
|
3146
3165
|
"fields": [
|
|
3147
3166
|
"equipmentReady",
|
|
3148
3167
|
"accessGranted"
|
|
3149
3168
|
],
|
|
3150
3169
|
"mode": "create",
|
|
3151
|
-
"
|
|
3152
|
-
"
|
|
3153
|
-
"submitEvent": "NEXT"
|
|
3170
|
+
"submitEvent": "NEXT",
|
|
3171
|
+
"type": "form-section"
|
|
3154
3172
|
},
|
|
3155
3173
|
{
|
|
3156
|
-
"justify": "end",
|
|
3157
|
-
"direction": "horizontal",
|
|
3158
|
-
"type": "stack",
|
|
3159
3174
|
"children": [
|
|
3160
3175
|
{
|
|
3161
3176
|
"label": "Back",
|
|
3162
|
-
"type": "button",
|
|
3163
3177
|
"variant": "ghost",
|
|
3164
|
-
"
|
|
3165
|
-
"action": "PREV"
|
|
3178
|
+
"type": "button",
|
|
3179
|
+
"action": "PREV",
|
|
3180
|
+
"icon": "arrow-left"
|
|
3166
3181
|
},
|
|
3167
3182
|
{
|
|
3183
|
+
"label": "Next",
|
|
3184
|
+
"action": "NEXT",
|
|
3168
3185
|
"icon": "arrow-right",
|
|
3169
|
-
"variant": "primary",
|
|
3170
3186
|
"type": "button",
|
|
3171
|
-
"
|
|
3172
|
-
"action": "NEXT"
|
|
3187
|
+
"variant": "primary"
|
|
3173
3188
|
}
|
|
3174
3189
|
],
|
|
3175
|
-
"
|
|
3190
|
+
"type": "stack",
|
|
3191
|
+
"direction": "horizontal",
|
|
3192
|
+
"gap": "sm",
|
|
3193
|
+
"justify": "end"
|
|
3176
3194
|
}
|
|
3177
|
-
]
|
|
3195
|
+
],
|
|
3196
|
+
"gap": "lg",
|
|
3197
|
+
"direction": "vertical",
|
|
3198
|
+
"type": "stack"
|
|
3178
3199
|
}
|
|
3179
3200
|
],
|
|
3180
3201
|
"maxWidth": "lg",
|
|
3181
|
-
"padding": "lg"
|
|
3202
|
+
"padding": "lg",
|
|
3203
|
+
"type": "container"
|
|
3182
3204
|
}
|
|
3183
3205
|
],
|
|
3184
|
-
"appName": "HRPortal"
|
|
3185
|
-
"navItems": [
|
|
3186
|
-
{
|
|
3187
|
-
"label": "Employees",
|
|
3188
|
-
"href": "/employees",
|
|
3189
|
-
"icon": "users"
|
|
3190
|
-
},
|
|
3191
|
-
{
|
|
3192
|
-
"href": "/onboarding",
|
|
3193
|
-
"icon": "layout-list",
|
|
3194
|
-
"label": "Onboarding"
|
|
3195
|
-
},
|
|
3196
|
-
{
|
|
3197
|
-
"href": "/timeoff",
|
|
3198
|
-
"label": "Time Off",
|
|
3199
|
-
"icon": "calendar"
|
|
3200
|
-
},
|
|
3201
|
-
{
|
|
3202
|
-
"label": "Org Chart",
|
|
3203
|
-
"href": "/org-chart",
|
|
3204
|
-
"icon": "layout-list"
|
|
3205
|
-
}
|
|
3206
|
-
]
|
|
3206
|
+
"appName": "HRPortal"
|
|
3207
3207
|
}
|
|
3208
3208
|
]
|
|
3209
3209
|
]
|
|
@@ -3220,8 +3220,8 @@
|
|
|
3220
3220
|
"@payload.data",
|
|
3221
3221
|
{
|
|
3222
3222
|
"emit": {
|
|
3223
|
-
"
|
|
3224
|
-
"
|
|
3223
|
+
"success": "OnboardingSaved",
|
|
3224
|
+
"failure": "OnboardingSaveFailed"
|
|
3225
3225
|
}
|
|
3226
3226
|
}
|
|
3227
3227
|
],
|
|
@@ -3234,43 +3234,44 @@
|
|
|
3234
3234
|
"render-ui",
|
|
3235
3235
|
"main",
|
|
3236
3236
|
{
|
|
3237
|
-
"appName": "HRPortal",
|
|
3238
3237
|
"navItems": [
|
|
3239
3238
|
{
|
|
3240
3239
|
"href": "/employees",
|
|
3241
|
-
"
|
|
3242
|
-
"
|
|
3240
|
+
"label": "Employees",
|
|
3241
|
+
"icon": "users"
|
|
3243
3242
|
},
|
|
3244
3243
|
{
|
|
3244
|
+
"label": "Onboarding",
|
|
3245
3245
|
"href": "/onboarding",
|
|
3246
|
-
"icon": "layout-list"
|
|
3247
|
-
"label": "Onboarding"
|
|
3246
|
+
"icon": "layout-list"
|
|
3248
3247
|
},
|
|
3249
3248
|
{
|
|
3250
|
-
"label": "Time Off",
|
|
3251
3249
|
"href": "/timeoff",
|
|
3250
|
+
"label": "Time Off",
|
|
3252
3251
|
"icon": "calendar"
|
|
3253
3252
|
},
|
|
3254
3253
|
{
|
|
3255
3254
|
"icon": "layout-list",
|
|
3256
|
-
"
|
|
3257
|
-
"
|
|
3255
|
+
"href": "/org-chart",
|
|
3256
|
+
"label": "Org Chart"
|
|
3258
3257
|
}
|
|
3259
3258
|
],
|
|
3259
|
+
"type": "dashboard-layout",
|
|
3260
3260
|
"children": [
|
|
3261
3261
|
{
|
|
3262
|
+
"gap": "lg",
|
|
3262
3263
|
"type": "stack",
|
|
3263
|
-
"direction": "vertical",
|
|
3264
3264
|
"align": "center",
|
|
3265
|
+
"direction": "vertical",
|
|
3265
3266
|
"children": [
|
|
3266
3267
|
{
|
|
3267
|
-
"
|
|
3268
|
-
"
|
|
3268
|
+
"type": "icon",
|
|
3269
|
+
"name": "check-circle"
|
|
3269
3270
|
},
|
|
3270
3271
|
{
|
|
3271
|
-
"
|
|
3272
|
+
"type": "typography",
|
|
3272
3273
|
"content": "Onboarding Complete!",
|
|
3273
|
-
"
|
|
3274
|
+
"variant": "h2"
|
|
3274
3275
|
},
|
|
3275
3276
|
{
|
|
3276
3277
|
"type": "typography",
|
|
@@ -3278,17 +3279,16 @@
|
|
|
3278
3279
|
"content": "The new employee has been fully onboarded."
|
|
3279
3280
|
},
|
|
3280
3281
|
{
|
|
3282
|
+
"label": "Start New",
|
|
3283
|
+
"type": "button",
|
|
3281
3284
|
"icon": "refresh-cw",
|
|
3282
|
-
"variant": "primary",
|
|
3283
3285
|
"action": "RESTART",
|
|
3284
|
-
"
|
|
3285
|
-
"label": "Start New"
|
|
3286
|
+
"variant": "primary"
|
|
3286
3287
|
}
|
|
3287
|
-
]
|
|
3288
|
-
"gap": "lg"
|
|
3288
|
+
]
|
|
3289
3289
|
}
|
|
3290
3290
|
],
|
|
3291
|
-
"
|
|
3291
|
+
"appName": "HRPortal"
|
|
3292
3292
|
}
|
|
3293
3293
|
]
|
|
3294
3294
|
]
|
|
@@ -3312,55 +3312,37 @@
|
|
|
3312
3312
|
"render-ui",
|
|
3313
3313
|
"main",
|
|
3314
3314
|
{
|
|
3315
|
-
"
|
|
3316
|
-
{
|
|
3317
|
-
"href": "/employees",
|
|
3318
|
-
"label": "Employees",
|
|
3319
|
-
"icon": "users"
|
|
3320
|
-
},
|
|
3321
|
-
{
|
|
3322
|
-
"href": "/onboarding",
|
|
3323
|
-
"label": "Onboarding",
|
|
3324
|
-
"icon": "layout-list"
|
|
3325
|
-
},
|
|
3326
|
-
{
|
|
3327
|
-
"icon": "calendar",
|
|
3328
|
-
"label": "Time Off",
|
|
3329
|
-
"href": "/timeoff"
|
|
3330
|
-
},
|
|
3331
|
-
{
|
|
3332
|
-
"href": "/org-chart",
|
|
3333
|
-
"label": "Org Chart",
|
|
3334
|
-
"icon": "layout-list"
|
|
3335
|
-
}
|
|
3336
|
-
],
|
|
3315
|
+
"appName": "HRPortal",
|
|
3337
3316
|
"children": [
|
|
3338
3317
|
{
|
|
3318
|
+
"padding": "lg",
|
|
3319
|
+
"maxWidth": "lg",
|
|
3339
3320
|
"type": "container",
|
|
3340
3321
|
"children": [
|
|
3341
3322
|
{
|
|
3323
|
+
"gap": "lg",
|
|
3342
3324
|
"children": [
|
|
3343
3325
|
{
|
|
3326
|
+
"direction": "horizontal",
|
|
3327
|
+
"type": "stack",
|
|
3328
|
+
"align": "center",
|
|
3344
3329
|
"children": [
|
|
3345
3330
|
{
|
|
3346
3331
|
"type": "icon",
|
|
3347
3332
|
"name": "clipboard-check"
|
|
3348
3333
|
},
|
|
3349
3334
|
{
|
|
3350
|
-
"
|
|
3335
|
+
"type": "typography",
|
|
3351
3336
|
"content": "Employee Onboarding",
|
|
3352
|
-
"
|
|
3337
|
+
"variant": "h2"
|
|
3353
3338
|
}
|
|
3354
3339
|
],
|
|
3355
|
-
"type": "stack",
|
|
3356
|
-
"align": "center",
|
|
3357
|
-
"direction": "horizontal",
|
|
3358
3340
|
"gap": "sm"
|
|
3359
3341
|
},
|
|
3360
3342
|
{
|
|
3361
3343
|
"currentIndex": 0.0,
|
|
3362
|
-
"
|
|
3363
|
-
"
|
|
3344
|
+
"type": "progress-dots",
|
|
3345
|
+
"count": 3.0
|
|
3364
3346
|
},
|
|
3365
3347
|
{
|
|
3366
3348
|
"steps": [
|
|
@@ -3375,15 +3357,15 @@
|
|
|
3375
3357
|
"type": "divider"
|
|
3376
3358
|
},
|
|
3377
3359
|
{
|
|
3378
|
-
"variant": "h3",
|
|
3379
3360
|
"type": "typography",
|
|
3380
|
-
"content": "Employee Details"
|
|
3361
|
+
"content": "Employee Details",
|
|
3362
|
+
"variant": "h3"
|
|
3381
3363
|
},
|
|
3382
3364
|
{
|
|
3383
3365
|
"mode": "create",
|
|
3384
|
-
"cancelEvent": "INIT",
|
|
3385
|
-
"submitEvent": "NEXT",
|
|
3386
3366
|
"type": "form-section",
|
|
3367
|
+
"submitEvent": "NEXT",
|
|
3368
|
+
"cancelEvent": "INIT",
|
|
3387
3369
|
"fields": [
|
|
3388
3370
|
"employeeName",
|
|
3389
3371
|
"department"
|
|
@@ -3393,29 +3375,47 @@
|
|
|
3393
3375
|
"gap": "sm",
|
|
3394
3376
|
"children": [
|
|
3395
3377
|
{
|
|
3396
|
-
"variant": "primary",
|
|
3397
|
-
"action": "NEXT",
|
|
3398
|
-
"label": "Next",
|
|
3399
3378
|
"icon": "arrow-right",
|
|
3400
|
-
"
|
|
3379
|
+
"action": "NEXT",
|
|
3380
|
+
"variant": "primary",
|
|
3381
|
+
"type": "button",
|
|
3382
|
+
"label": "Next"
|
|
3401
3383
|
}
|
|
3402
3384
|
],
|
|
3403
|
-
"type": "stack",
|
|
3404
3385
|
"justify": "end",
|
|
3386
|
+
"type": "stack",
|
|
3405
3387
|
"direction": "horizontal"
|
|
3406
3388
|
}
|
|
3407
3389
|
],
|
|
3408
|
-
"
|
|
3409
|
-
"type": "stack"
|
|
3410
|
-
"direction": "vertical"
|
|
3390
|
+
"direction": "vertical",
|
|
3391
|
+
"type": "stack"
|
|
3411
3392
|
}
|
|
3412
|
-
]
|
|
3413
|
-
"padding": "lg",
|
|
3414
|
-
"maxWidth": "lg"
|
|
3393
|
+
]
|
|
3415
3394
|
}
|
|
3416
3395
|
],
|
|
3417
|
-
"
|
|
3418
|
-
|
|
3396
|
+
"navItems": [
|
|
3397
|
+
{
|
|
3398
|
+
"label": "Employees",
|
|
3399
|
+
"icon": "users",
|
|
3400
|
+
"href": "/employees"
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"label": "Onboarding",
|
|
3404
|
+
"icon": "layout-list",
|
|
3405
|
+
"href": "/onboarding"
|
|
3406
|
+
},
|
|
3407
|
+
{
|
|
3408
|
+
"href": "/timeoff",
|
|
3409
|
+
"label": "Time Off",
|
|
3410
|
+
"icon": "calendar"
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"label": "Org Chart",
|
|
3414
|
+
"icon": "layout-list",
|
|
3415
|
+
"href": "/org-chart"
|
|
3416
|
+
}
|
|
3417
|
+
],
|
|
3418
|
+
"type": "dashboard-layout"
|
|
3419
3419
|
}
|
|
3420
3420
|
]
|
|
3421
3421
|
]
|
|
@@ -3442,107 +3442,107 @@
|
|
|
3442
3442
|
"children": [
|
|
3443
3443
|
{
|
|
3444
3444
|
"padding": "lg",
|
|
3445
|
+
"maxWidth": "lg",
|
|
3445
3446
|
"type": "container",
|
|
3446
3447
|
"children": [
|
|
3447
3448
|
{
|
|
3449
|
+
"type": "stack",
|
|
3450
|
+
"direction": "vertical",
|
|
3448
3451
|
"children": [
|
|
3449
3452
|
{
|
|
3450
3453
|
"children": [
|
|
3451
3454
|
{
|
|
3452
|
-
"
|
|
3453
|
-
"
|
|
3455
|
+
"type": "icon",
|
|
3456
|
+
"name": "clipboard-check"
|
|
3454
3457
|
},
|
|
3455
3458
|
{
|
|
3456
|
-
"type": "typography",
|
|
3457
3459
|
"content": "Employee Onboarding",
|
|
3460
|
+
"type": "typography",
|
|
3458
3461
|
"variant": "h2"
|
|
3459
3462
|
}
|
|
3460
3463
|
],
|
|
3461
|
-
"direction": "horizontal",
|
|
3462
3464
|
"type": "stack",
|
|
3463
|
-
"
|
|
3464
|
-
"
|
|
3465
|
+
"gap": "sm",
|
|
3466
|
+
"direction": "horizontal",
|
|
3467
|
+
"align": "center"
|
|
3465
3468
|
},
|
|
3466
3469
|
{
|
|
3470
|
+
"currentIndex": 0.0,
|
|
3467
3471
|
"type": "progress-dots",
|
|
3468
|
-
"count": 3.0
|
|
3469
|
-
"currentIndex": 0.0
|
|
3472
|
+
"count": 3.0
|
|
3470
3473
|
},
|
|
3471
3474
|
{
|
|
3475
|
+
"currentStep": 0.0,
|
|
3472
3476
|
"steps": [
|
|
3473
3477
|
"Employee Details",
|
|
3474
3478
|
"Manager Assignment",
|
|
3475
3479
|
"Setup Checklist"
|
|
3476
3480
|
],
|
|
3477
|
-
"type": "wizard-progress"
|
|
3478
|
-
"currentStep": 0.0
|
|
3481
|
+
"type": "wizard-progress"
|
|
3479
3482
|
},
|
|
3480
3483
|
{
|
|
3481
3484
|
"type": "divider"
|
|
3482
3485
|
},
|
|
3483
3486
|
{
|
|
3484
|
-
"
|
|
3487
|
+
"type": "typography",
|
|
3485
3488
|
"content": "Employee Details",
|
|
3486
|
-
"
|
|
3489
|
+
"variant": "h3"
|
|
3487
3490
|
},
|
|
3488
3491
|
{
|
|
3489
|
-
"type": "form-section",
|
|
3490
|
-
"mode": "create",
|
|
3491
3492
|
"submitEvent": "NEXT",
|
|
3492
|
-
"
|
|
3493
|
+
"mode": "create",
|
|
3494
|
+
"type": "form-section",
|
|
3493
3495
|
"fields": [
|
|
3494
3496
|
"employeeName",
|
|
3495
3497
|
"department"
|
|
3496
|
-
]
|
|
3498
|
+
],
|
|
3499
|
+
"cancelEvent": "INIT"
|
|
3497
3500
|
},
|
|
3498
3501
|
{
|
|
3499
3502
|
"gap": "sm",
|
|
3503
|
+
"direction": "horizontal",
|
|
3500
3504
|
"type": "stack",
|
|
3501
3505
|
"justify": "end",
|
|
3502
3506
|
"children": [
|
|
3503
3507
|
{
|
|
3504
|
-
"
|
|
3505
|
-
"label": "Next",
|
|
3508
|
+
"action": "NEXT",
|
|
3506
3509
|
"type": "button",
|
|
3507
3510
|
"variant": "primary",
|
|
3508
|
-
"
|
|
3511
|
+
"icon": "arrow-right",
|
|
3512
|
+
"label": "Next"
|
|
3509
3513
|
}
|
|
3510
|
-
]
|
|
3511
|
-
"direction": "horizontal"
|
|
3514
|
+
]
|
|
3512
3515
|
}
|
|
3513
3516
|
],
|
|
3514
|
-
"
|
|
3515
|
-
"gap": "lg",
|
|
3516
|
-
"type": "stack"
|
|
3517
|
+
"gap": "lg"
|
|
3517
3518
|
}
|
|
3518
|
-
]
|
|
3519
|
-
"maxWidth": "lg"
|
|
3519
|
+
]
|
|
3520
3520
|
}
|
|
3521
3521
|
],
|
|
3522
|
-
"appName": "HRPortal",
|
|
3523
|
-
"type": "dashboard-layout",
|
|
3524
3522
|
"navItems": [
|
|
3525
3523
|
{
|
|
3526
|
-
"icon": "users",
|
|
3527
3524
|
"href": "/employees",
|
|
3528
|
-
"label": "Employees"
|
|
3525
|
+
"label": "Employees",
|
|
3526
|
+
"icon": "users"
|
|
3529
3527
|
},
|
|
3530
3528
|
{
|
|
3531
|
-
"
|
|
3529
|
+
"label": "Onboarding",
|
|
3532
3530
|
"icon": "layout-list",
|
|
3533
|
-
"
|
|
3531
|
+
"href": "/onboarding"
|
|
3534
3532
|
},
|
|
3535
3533
|
{
|
|
3536
3534
|
"href": "/timeoff",
|
|
3537
|
-
"
|
|
3538
|
-
"
|
|
3535
|
+
"icon": "calendar",
|
|
3536
|
+
"label": "Time Off"
|
|
3539
3537
|
},
|
|
3540
3538
|
{
|
|
3541
|
-
"
|
|
3539
|
+
"label": "Org Chart",
|
|
3542
3540
|
"href": "/org-chart",
|
|
3543
|
-
"
|
|
3541
|
+
"icon": "layout-list"
|
|
3544
3542
|
}
|
|
3545
|
-
]
|
|
3543
|
+
],
|
|
3544
|
+
"type": "dashboard-layout",
|
|
3545
|
+
"appName": "HRPortal"
|
|
3546
3546
|
}
|
|
3547
3547
|
]
|
|
3548
3548
|
]
|
|
@@ -3733,21 +3733,21 @@
|
|
|
3733
3733
|
"render-ui",
|
|
3734
3734
|
"main",
|
|
3735
3735
|
{
|
|
3736
|
+
"gap": "md",
|
|
3737
|
+
"className": "py-12",
|
|
3736
3738
|
"children": [
|
|
3737
3739
|
{
|
|
3738
3740
|
"type": "spinner"
|
|
3739
3741
|
},
|
|
3740
3742
|
{
|
|
3741
|
-
"
|
|
3743
|
+
"type": "typography",
|
|
3742
3744
|
"variant": "caption",
|
|
3743
3745
|
"color": "muted",
|
|
3744
|
-
"
|
|
3746
|
+
"content": "Loading…"
|
|
3745
3747
|
}
|
|
3746
3748
|
],
|
|
3747
|
-
"className": "py-12",
|
|
3748
|
-
"gap": "md",
|
|
3749
|
-
"direction": "vertical",
|
|
3750
3749
|
"align": "center",
|
|
3750
|
+
"direction": "vertical",
|
|
3751
3751
|
"type": "stack"
|
|
3752
3752
|
}
|
|
3753
3753
|
]
|
|
@@ -3762,134 +3762,134 @@
|
|
|
3762
3762
|
"render-ui",
|
|
3763
3763
|
"main",
|
|
3764
3764
|
{
|
|
3765
|
-
"
|
|
3765
|
+
"navItems": [
|
|
3766
|
+
{
|
|
3767
|
+
"label": "Employees",
|
|
3768
|
+
"icon": "users",
|
|
3769
|
+
"href": "/employees"
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"label": "Onboarding",
|
|
3773
|
+
"href": "/onboarding",
|
|
3774
|
+
"icon": "layout-list"
|
|
3775
|
+
},
|
|
3776
|
+
{
|
|
3777
|
+
"label": "Time Off",
|
|
3778
|
+
"href": "/timeoff",
|
|
3779
|
+
"icon": "calendar"
|
|
3780
|
+
},
|
|
3781
|
+
{
|
|
3782
|
+
"href": "/org-chart",
|
|
3783
|
+
"label": "Org Chart",
|
|
3784
|
+
"icon": "layout-list"
|
|
3785
|
+
}
|
|
3786
|
+
],
|
|
3766
3787
|
"appName": "HRPortal",
|
|
3788
|
+
"type": "dashboard-layout",
|
|
3767
3789
|
"children": [
|
|
3768
3790
|
{
|
|
3769
|
-
"
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
"gap": "md",
|
|
3791
|
+
"type": "stack",
|
|
3792
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
3793
|
+
"direction": "vertical",
|
|
3794
|
+
"children": [
|
|
3795
|
+
{
|
|
3775
3796
|
"children": [
|
|
3776
3797
|
{
|
|
3798
|
+
"align": "center",
|
|
3799
|
+
"direction": "horizontal",
|
|
3800
|
+
"type": "stack",
|
|
3777
3801
|
"gap": "sm",
|
|
3778
3802
|
"children": [
|
|
3779
3803
|
{
|
|
3780
|
-
"
|
|
3781
|
-
"
|
|
3804
|
+
"name": "calendar",
|
|
3805
|
+
"type": "icon"
|
|
3782
3806
|
},
|
|
3783
3807
|
{
|
|
3784
|
-
"
|
|
3808
|
+
"variant": "h2",
|
|
3785
3809
|
"content": "Time Off Requests",
|
|
3786
|
-
"
|
|
3810
|
+
"type": "typography"
|
|
3787
3811
|
}
|
|
3788
|
-
]
|
|
3789
|
-
"align": "center",
|
|
3790
|
-
"direction": "horizontal",
|
|
3791
|
-
"type": "stack"
|
|
3812
|
+
]
|
|
3792
3813
|
},
|
|
3793
3814
|
{
|
|
3815
|
+
"type": "stack",
|
|
3816
|
+
"gap": "sm",
|
|
3794
3817
|
"children": [
|
|
3795
3818
|
{
|
|
3819
|
+
"type": "button",
|
|
3796
3820
|
"label": "Request Time Off",
|
|
3797
|
-
"variant": "primary",
|
|
3798
|
-
"icon": "plus",
|
|
3799
3821
|
"action": "CREATE",
|
|
3800
|
-
"
|
|
3822
|
+
"icon": "plus",
|
|
3823
|
+
"variant": "primary"
|
|
3801
3824
|
}
|
|
3802
3825
|
],
|
|
3803
|
-
"gap": "sm",
|
|
3804
|
-
"type": "stack",
|
|
3805
3826
|
"direction": "horizontal"
|
|
3806
3827
|
}
|
|
3807
3828
|
],
|
|
3829
|
+
"gap": "md",
|
|
3830
|
+
"direction": "horizontal",
|
|
3831
|
+
"justify": "between",
|
|
3832
|
+
"align": "center",
|
|
3808
3833
|
"type": "stack"
|
|
3809
3834
|
},
|
|
3810
3835
|
{
|
|
3811
3836
|
"type": "divider"
|
|
3812
3837
|
},
|
|
3813
3838
|
{
|
|
3814
|
-
"type": "data-list",
|
|
3815
3839
|
"entity": "@payload.data",
|
|
3816
|
-
"itemActions": [
|
|
3817
|
-
{
|
|
3818
|
-
"variant": "ghost",
|
|
3819
|
-
"label": "View",
|
|
3820
|
-
"event": "VIEW"
|
|
3821
|
-
},
|
|
3822
|
-
{
|
|
3823
|
-
"variant": "ghost",
|
|
3824
|
-
"label": "Edit",
|
|
3825
|
-
"event": "EDIT"
|
|
3826
|
-
},
|
|
3827
|
-
{
|
|
3828
|
-
"variant": "danger",
|
|
3829
|
-
"label": "Delete",
|
|
3830
|
-
"event": "DELETE"
|
|
3831
|
-
}
|
|
3832
|
-
],
|
|
3833
3840
|
"fields": [],
|
|
3841
|
+
"variant": "card",
|
|
3834
3842
|
"columns": [
|
|
3835
3843
|
{
|
|
3836
|
-
"
|
|
3844
|
+
"icon": "calendar",
|
|
3837
3845
|
"name": "employeeName",
|
|
3838
|
-
"
|
|
3839
|
-
"
|
|
3846
|
+
"label": "Employee",
|
|
3847
|
+
"variant": "h3"
|
|
3840
3848
|
},
|
|
3841
3849
|
{
|
|
3842
|
-
"
|
|
3850
|
+
"label": "Type",
|
|
3843
3851
|
"name": "leaveType",
|
|
3844
|
-
"
|
|
3852
|
+
"variant": "badge"
|
|
3845
3853
|
},
|
|
3846
3854
|
{
|
|
3847
3855
|
"name": "status",
|
|
3848
3856
|
"variant": "badge"
|
|
3849
3857
|
},
|
|
3850
3858
|
{
|
|
3851
|
-
"
|
|
3859
|
+
"name": "startDate",
|
|
3852
3860
|
"format": "date",
|
|
3853
|
-
"
|
|
3854
|
-
"
|
|
3861
|
+
"variant": "body",
|
|
3862
|
+
"label": "From"
|
|
3855
3863
|
},
|
|
3856
3864
|
{
|
|
3857
|
-
"name": "endDate",
|
|
3858
|
-
"variant": "body",
|
|
3859
3865
|
"format": "date",
|
|
3860
|
-
"
|
|
3866
|
+
"name": "endDate",
|
|
3867
|
+
"label": "To",
|
|
3868
|
+
"variant": "body"
|
|
3861
3869
|
}
|
|
3862
3870
|
],
|
|
3863
3871
|
"gap": "sm",
|
|
3864
|
-
"
|
|
3872
|
+
"type": "data-list",
|
|
3873
|
+
"itemActions": [
|
|
3874
|
+
{
|
|
3875
|
+
"event": "VIEW",
|
|
3876
|
+
"variant": "ghost",
|
|
3877
|
+
"label": "View"
|
|
3878
|
+
},
|
|
3879
|
+
{
|
|
3880
|
+
"variant": "ghost",
|
|
3881
|
+
"label": "Edit",
|
|
3882
|
+
"event": "EDIT"
|
|
3883
|
+
},
|
|
3884
|
+
{
|
|
3885
|
+
"label": "Delete",
|
|
3886
|
+
"event": "DELETE",
|
|
3887
|
+
"variant": "danger"
|
|
3888
|
+
}
|
|
3889
|
+
]
|
|
3865
3890
|
}
|
|
3866
3891
|
],
|
|
3867
|
-
"gap": "lg"
|
|
3868
|
-
"direction": "vertical",
|
|
3869
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
3870
|
-
"type": "stack"
|
|
3871
|
-
}
|
|
3872
|
-
],
|
|
3873
|
-
"navItems": [
|
|
3874
|
-
{
|
|
3875
|
-
"label": "Employees",
|
|
3876
|
-
"icon": "users",
|
|
3877
|
-
"href": "/employees"
|
|
3878
|
-
},
|
|
3879
|
-
{
|
|
3880
|
-
"label": "Onboarding",
|
|
3881
|
-
"href": "/onboarding",
|
|
3882
|
-
"icon": "layout-list"
|
|
3883
|
-
},
|
|
3884
|
-
{
|
|
3885
|
-
"label": "Time Off",
|
|
3886
|
-
"href": "/timeoff",
|
|
3887
|
-
"icon": "calendar"
|
|
3888
|
-
},
|
|
3889
|
-
{
|
|
3890
|
-
"href": "/org-chart",
|
|
3891
|
-
"label": "Org Chart",
|
|
3892
|
-
"icon": "layout-list"
|
|
3892
|
+
"gap": "lg"
|
|
3893
3893
|
}
|
|
3894
3894
|
]
|
|
3895
3895
|
}
|
|
@@ -3905,6 +3905,9 @@
|
|
|
3905
3905
|
"render-ui",
|
|
3906
3906
|
"main",
|
|
3907
3907
|
{
|
|
3908
|
+
"align": "center",
|
|
3909
|
+
"direction": "vertical",
|
|
3910
|
+
"type": "stack",
|
|
3908
3911
|
"className": "py-12",
|
|
3909
3912
|
"children": [
|
|
3910
3913
|
{
|
|
@@ -3913,28 +3916,25 @@
|
|
|
3913
3916
|
"color": "destructive"
|
|
3914
3917
|
},
|
|
3915
3918
|
{
|
|
3916
|
-
"variant": "h3",
|
|
3917
3919
|
"content": "Failed to load timeoff",
|
|
3920
|
+
"variant": "h3",
|
|
3918
3921
|
"type": "typography"
|
|
3919
3922
|
},
|
|
3920
3923
|
{
|
|
3921
|
-
"
|
|
3922
|
-
"variant": "body",
|
|
3924
|
+
"color": "muted",
|
|
3923
3925
|
"content": "@payload.error",
|
|
3924
|
-
"
|
|
3926
|
+
"variant": "body",
|
|
3927
|
+
"type": "typography"
|
|
3925
3928
|
},
|
|
3926
3929
|
{
|
|
3927
|
-
"type": "button",
|
|
3928
|
-
"label": "Retry",
|
|
3929
|
-
"action": "INIT",
|
|
3930
3930
|
"variant": "primary",
|
|
3931
|
-
"icon": "rotate-ccw"
|
|
3931
|
+
"icon": "rotate-ccw",
|
|
3932
|
+
"action": "INIT",
|
|
3933
|
+
"type": "button",
|
|
3934
|
+
"label": "Retry"
|
|
3932
3935
|
}
|
|
3933
3936
|
],
|
|
3934
|
-
"gap": "md"
|
|
3935
|
-
"type": "stack",
|
|
3936
|
-
"direction": "vertical",
|
|
3937
|
-
"align": "center"
|
|
3937
|
+
"gap": "md"
|
|
3938
3938
|
}
|
|
3939
3939
|
]
|
|
3940
3940
|
]
|
|
@@ -4110,8 +4110,8 @@
|
|
|
4110
4110
|
"TimeOff",
|
|
4111
4111
|
{
|
|
4112
4112
|
"emit": {
|
|
4113
|
-
"
|
|
4114
|
-
"
|
|
4113
|
+
"failure": "TimeOffLoadFailed",
|
|
4114
|
+
"success": "TimeOffLoaded"
|
|
4115
4115
|
}
|
|
4116
4116
|
}
|
|
4117
4117
|
],
|
|
@@ -4119,32 +4119,31 @@
|
|
|
4119
4119
|
"render-ui",
|
|
4120
4120
|
"modal",
|
|
4121
4121
|
{
|
|
4122
|
-
"direction": "vertical",
|
|
4123
|
-
"type": "stack",
|
|
4124
4122
|
"gap": "md",
|
|
4123
|
+
"type": "stack",
|
|
4124
|
+
"direction": "vertical",
|
|
4125
4125
|
"children": [
|
|
4126
4126
|
{
|
|
4127
|
-
"direction": "horizontal",
|
|
4128
4127
|
"type": "stack",
|
|
4128
|
+
"gap": "sm",
|
|
4129
|
+
"direction": "horizontal",
|
|
4129
4130
|
"children": [
|
|
4130
4131
|
{
|
|
4131
4132
|
"type": "icon",
|
|
4132
4133
|
"name": "plus-circle"
|
|
4133
4134
|
},
|
|
4134
4135
|
{
|
|
4136
|
+
"type": "typography",
|
|
4135
4137
|
"content": "New Time Off Request",
|
|
4136
|
-
"variant": "h3"
|
|
4137
|
-
"type": "typography"
|
|
4138
|
+
"variant": "h3"
|
|
4138
4139
|
}
|
|
4139
|
-
]
|
|
4140
|
-
"gap": "sm"
|
|
4140
|
+
]
|
|
4141
4141
|
},
|
|
4142
4142
|
{
|
|
4143
4143
|
"type": "divider"
|
|
4144
4144
|
},
|
|
4145
4145
|
{
|
|
4146
|
-
"
|
|
4147
|
-
"cancelEvent": "CLOSE",
|
|
4146
|
+
"mode": "create",
|
|
4148
4147
|
"fields": [
|
|
4149
4148
|
"employeeName",
|
|
4150
4149
|
"leaveType",
|
|
@@ -4153,7 +4152,8 @@
|
|
|
4153
4152
|
"status"
|
|
4154
4153
|
],
|
|
4155
4154
|
"submitEvent": "SAVE",
|
|
4156
|
-
"
|
|
4155
|
+
"type": "form-section",
|
|
4156
|
+
"cancelEvent": "CLOSE"
|
|
4157
4157
|
}
|
|
4158
4158
|
]
|
|
4159
4159
|
}
|
|
@@ -4399,41 +4399,41 @@
|
|
|
4399
4399
|
"fetch",
|
|
4400
4400
|
"TimeOff",
|
|
4401
4401
|
{
|
|
4402
|
+
"id": "@payload.id",
|
|
4402
4403
|
"emit": {
|
|
4403
|
-
"
|
|
4404
|
-
"
|
|
4405
|
-
}
|
|
4406
|
-
"id": "@payload.id"
|
|
4404
|
+
"failure": "TimeOffLoadFailed",
|
|
4405
|
+
"success": "TimeOffLoaded"
|
|
4406
|
+
}
|
|
4407
4407
|
}
|
|
4408
4408
|
],
|
|
4409
4409
|
[
|
|
4410
4410
|
"render-ui",
|
|
4411
4411
|
"modal",
|
|
4412
4412
|
{
|
|
4413
|
-
"gap": "md",
|
|
4414
4413
|
"direction": "vertical",
|
|
4415
4414
|
"children": [
|
|
4416
4415
|
{
|
|
4417
4416
|
"type": "stack",
|
|
4418
|
-
"
|
|
4417
|
+
"gap": "sm",
|
|
4419
4418
|
"children": [
|
|
4420
4419
|
{
|
|
4421
|
-
"
|
|
4422
|
-
"
|
|
4420
|
+
"type": "icon",
|
|
4421
|
+
"name": "edit"
|
|
4423
4422
|
},
|
|
4424
4423
|
{
|
|
4425
|
-
"type": "typography",
|
|
4426
4424
|
"content": "Edit TimeOff",
|
|
4425
|
+
"type": "typography",
|
|
4427
4426
|
"variant": "h3"
|
|
4428
4427
|
}
|
|
4429
4428
|
],
|
|
4430
|
-
"
|
|
4429
|
+
"direction": "horizontal"
|
|
4431
4430
|
},
|
|
4432
4431
|
{
|
|
4433
4432
|
"type": "divider"
|
|
4434
4433
|
},
|
|
4435
4434
|
{
|
|
4436
4435
|
"cancelEvent": "CLOSE",
|
|
4436
|
+
"entity": "@payload.row",
|
|
4437
4437
|
"fields": [
|
|
4438
4438
|
"employeeName",
|
|
4439
4439
|
"leaveType",
|
|
@@ -4443,10 +4443,10 @@
|
|
|
4443
4443
|
],
|
|
4444
4444
|
"type": "form-section",
|
|
4445
4445
|
"mode": "edit",
|
|
4446
|
-
"entity": "@payload.row",
|
|
4447
4446
|
"submitEvent": "SAVE"
|
|
4448
4447
|
}
|
|
4449
4448
|
],
|
|
4449
|
+
"gap": "md",
|
|
4450
4450
|
"type": "stack"
|
|
4451
4451
|
}
|
|
4452
4452
|
]
|
|
@@ -4626,11 +4626,11 @@
|
|
|
4626
4626
|
"fetch",
|
|
4627
4627
|
"TimeOff",
|
|
4628
4628
|
{
|
|
4629
|
+
"id": "@payload.id",
|
|
4629
4630
|
"emit": {
|
|
4630
4631
|
"success": "TimeOffLoaded",
|
|
4631
4632
|
"failure": "TimeOffLoadFailed"
|
|
4632
|
-
}
|
|
4633
|
-
"id": "@payload.id"
|
|
4633
|
+
}
|
|
4634
4634
|
}
|
|
4635
4635
|
],
|
|
4636
4636
|
[
|
|
@@ -4638,23 +4638,25 @@
|
|
|
4638
4638
|
"modal",
|
|
4639
4639
|
{
|
|
4640
4640
|
"type": "stack",
|
|
4641
|
+
"gap": "md",
|
|
4642
|
+
"direction": "vertical",
|
|
4641
4643
|
"children": [
|
|
4642
4644
|
{
|
|
4643
|
-
"align": "center",
|
|
4644
|
-
"direction": "horizontal",
|
|
4645
4645
|
"gap": "sm",
|
|
4646
|
+
"align": "center",
|
|
4647
|
+
"type": "stack",
|
|
4646
4648
|
"children": [
|
|
4647
4649
|
{
|
|
4648
|
-
"
|
|
4649
|
-
"
|
|
4650
|
+
"type": "icon",
|
|
4651
|
+
"name": "eye"
|
|
4650
4652
|
},
|
|
4651
4653
|
{
|
|
4654
|
+
"type": "typography",
|
|
4652
4655
|
"variant": "h3",
|
|
4653
|
-
"content": "@entity.employeeName"
|
|
4654
|
-
"type": "typography"
|
|
4656
|
+
"content": "@entity.employeeName"
|
|
4655
4657
|
}
|
|
4656
4658
|
],
|
|
4657
|
-
"
|
|
4659
|
+
"direction": "horizontal"
|
|
4658
4660
|
},
|
|
4659
4661
|
{
|
|
4660
4662
|
"type": "divider"
|
|
@@ -4664,9 +4666,9 @@
|
|
|
4664
4666
|
"gap": "md",
|
|
4665
4667
|
"children": [
|
|
4666
4668
|
{
|
|
4669
|
+
"type": "typography",
|
|
4667
4670
|
"variant": "caption",
|
|
4668
|
-
"content": "Employee Name"
|
|
4669
|
-
"type": "typography"
|
|
4671
|
+
"content": "Employee Name"
|
|
4670
4672
|
},
|
|
4671
4673
|
{
|
|
4672
4674
|
"content": "@entity.employeeName",
|
|
@@ -4677,14 +4679,14 @@
|
|
|
4677
4679
|
"direction": "horizontal"
|
|
4678
4680
|
},
|
|
4679
4681
|
{
|
|
4680
|
-
"gap": "md",
|
|
4681
|
-
"type": "stack",
|
|
4682
4682
|
"direction": "horizontal",
|
|
4683
|
+
"type": "stack",
|
|
4684
|
+
"gap": "md",
|
|
4683
4685
|
"children": [
|
|
4684
4686
|
{
|
|
4685
4687
|
"content": "Leave Type",
|
|
4686
|
-
"
|
|
4687
|
-
"
|
|
4688
|
+
"variant": "caption",
|
|
4689
|
+
"type": "typography"
|
|
4688
4690
|
},
|
|
4689
4691
|
{
|
|
4690
4692
|
"content": "@entity.leaveType",
|
|
@@ -4694,9 +4696,7 @@
|
|
|
4694
4696
|
]
|
|
4695
4697
|
},
|
|
4696
4698
|
{
|
|
4697
|
-
"gap": "md",
|
|
4698
4699
|
"type": "stack",
|
|
4699
|
-
"direction": "horizontal",
|
|
4700
4700
|
"children": [
|
|
4701
4701
|
{
|
|
4702
4702
|
"variant": "caption",
|
|
@@ -4704,73 +4704,73 @@
|
|
|
4704
4704
|
"content": "Start Date"
|
|
4705
4705
|
},
|
|
4706
4706
|
{
|
|
4707
|
-
"
|
|
4707
|
+
"type": "typography",
|
|
4708
4708
|
"content": "@entity.startDate",
|
|
4709
|
-
"
|
|
4709
|
+
"variant": "body"
|
|
4710
4710
|
}
|
|
4711
|
-
]
|
|
4711
|
+
],
|
|
4712
|
+
"direction": "horizontal",
|
|
4713
|
+
"gap": "md"
|
|
4712
4714
|
},
|
|
4713
4715
|
{
|
|
4716
|
+
"type": "stack",
|
|
4717
|
+
"direction": "horizontal",
|
|
4714
4718
|
"children": [
|
|
4715
4719
|
{
|
|
4716
|
-
"content": "End Date",
|
|
4717
4720
|
"type": "typography",
|
|
4718
|
-
"variant": "caption"
|
|
4721
|
+
"variant": "caption",
|
|
4722
|
+
"content": "End Date"
|
|
4719
4723
|
},
|
|
4720
4724
|
{
|
|
4721
|
-
"
|
|
4725
|
+
"content": "@entity.endDate",
|
|
4722
4726
|
"variant": "body",
|
|
4723
|
-
"
|
|
4727
|
+
"type": "typography"
|
|
4724
4728
|
}
|
|
4725
4729
|
],
|
|
4726
|
-
"gap": "md"
|
|
4727
|
-
"direction": "horizontal",
|
|
4728
|
-
"type": "stack"
|
|
4730
|
+
"gap": "md"
|
|
4729
4731
|
},
|
|
4730
4732
|
{
|
|
4731
|
-
"
|
|
4733
|
+
"direction": "horizontal",
|
|
4732
4734
|
"children": [
|
|
4733
4735
|
{
|
|
4734
|
-
"
|
|
4736
|
+
"type": "typography",
|
|
4735
4737
|
"variant": "caption",
|
|
4736
|
-
"
|
|
4738
|
+
"content": "Status"
|
|
4737
4739
|
},
|
|
4738
4740
|
{
|
|
4739
4741
|
"type": "typography",
|
|
4740
|
-
"
|
|
4741
|
-
"
|
|
4742
|
+
"variant": "body",
|
|
4743
|
+
"content": "@entity.status"
|
|
4742
4744
|
}
|
|
4743
4745
|
],
|
|
4744
|
-
"
|
|
4745
|
-
"
|
|
4746
|
+
"gap": "md",
|
|
4747
|
+
"type": "stack"
|
|
4746
4748
|
},
|
|
4747
4749
|
{
|
|
4748
4750
|
"type": "divider"
|
|
4749
4751
|
},
|
|
4750
4752
|
{
|
|
4751
|
-
"justify": "end",
|
|
4752
|
-
"gap": "sm",
|
|
4753
4753
|
"type": "stack",
|
|
4754
4754
|
"direction": "horizontal",
|
|
4755
4755
|
"children": [
|
|
4756
4756
|
{
|
|
4757
|
-
"action": "EDIT",
|
|
4758
4757
|
"type": "button",
|
|
4759
4758
|
"label": "Edit",
|
|
4759
|
+
"icon": "edit",
|
|
4760
4760
|
"variant": "primary",
|
|
4761
|
-
"
|
|
4761
|
+
"action": "EDIT"
|
|
4762
4762
|
},
|
|
4763
4763
|
{
|
|
4764
|
-
"variant": "ghost",
|
|
4765
4764
|
"type": "button",
|
|
4765
|
+
"label": "Close",
|
|
4766
4766
|
"action": "CLOSE",
|
|
4767
|
-
"
|
|
4767
|
+
"variant": "ghost"
|
|
4768
4768
|
}
|
|
4769
|
-
]
|
|
4769
|
+
],
|
|
4770
|
+
"justify": "end",
|
|
4771
|
+
"gap": "sm"
|
|
4770
4772
|
}
|
|
4771
|
-
]
|
|
4772
|
-
"direction": "vertical",
|
|
4773
|
-
"gap": "md"
|
|
4773
|
+
]
|
|
4774
4774
|
}
|
|
4775
4775
|
]
|
|
4776
4776
|
]
|
|
@@ -4997,37 +4997,34 @@
|
|
|
4997
4997
|
"fetch",
|
|
4998
4998
|
"TimeOff",
|
|
4999
4999
|
{
|
|
5000
|
+
"id": "@payload.id",
|
|
5000
5001
|
"emit": {
|
|
5001
5002
|
"success": "TimeOffLoaded",
|
|
5002
5003
|
"failure": "TimeOffLoadFailed"
|
|
5003
|
-
}
|
|
5004
|
-
"id": "@payload.id"
|
|
5004
|
+
}
|
|
5005
5005
|
}
|
|
5006
5006
|
],
|
|
5007
5007
|
[
|
|
5008
5008
|
"render-ui",
|
|
5009
5009
|
"modal",
|
|
5010
5010
|
{
|
|
5011
|
-
"type": "stack",
|
|
5012
|
-
"direction": "vertical",
|
|
5013
|
-
"gap": "md",
|
|
5014
5011
|
"children": [
|
|
5015
5012
|
{
|
|
5016
|
-
"direction": "horizontal",
|
|
5017
|
-
"gap": "sm",
|
|
5018
|
-
"align": "center",
|
|
5019
|
-
"type": "stack",
|
|
5020
5013
|
"children": [
|
|
5021
5014
|
{
|
|
5022
|
-
"
|
|
5023
|
-
"
|
|
5015
|
+
"type": "icon",
|
|
5016
|
+
"name": "alert-triangle"
|
|
5024
5017
|
},
|
|
5025
5018
|
{
|
|
5019
|
+
"type": "typography",
|
|
5026
5020
|
"content": "Delete TimeOff",
|
|
5027
|
-
"variant": "h3"
|
|
5028
|
-
"type": "typography"
|
|
5021
|
+
"variant": "h3"
|
|
5029
5022
|
}
|
|
5030
|
-
]
|
|
5023
|
+
],
|
|
5024
|
+
"type": "stack",
|
|
5025
|
+
"direction": "horizontal",
|
|
5026
|
+
"gap": "sm",
|
|
5027
|
+
"align": "center"
|
|
5031
5028
|
},
|
|
5032
5029
|
{
|
|
5033
5030
|
"type": "divider"
|
|
@@ -5038,27 +5035,30 @@
|
|
|
5038
5035
|
"variant": "error"
|
|
5039
5036
|
},
|
|
5040
5037
|
{
|
|
5041
|
-
"justify": "end",
|
|
5042
5038
|
"children": [
|
|
5043
5039
|
{
|
|
5044
|
-
"
|
|
5045
|
-
"action": "CANCEL",
|
|
5040
|
+
"label": "Cancel",
|
|
5046
5041
|
"variant": "ghost",
|
|
5047
|
-
"
|
|
5042
|
+
"action": "CANCEL",
|
|
5043
|
+
"type": "button"
|
|
5048
5044
|
},
|
|
5049
5045
|
{
|
|
5050
5046
|
"action": "CONFIRM_DELETE",
|
|
5051
|
-
"icon": "check",
|
|
5052
|
-
"type": "button",
|
|
5053
5047
|
"label": "Delete",
|
|
5054
|
-
"
|
|
5048
|
+
"type": "button",
|
|
5049
|
+
"variant": "danger",
|
|
5050
|
+
"icon": "check"
|
|
5055
5051
|
}
|
|
5056
5052
|
],
|
|
5053
|
+
"justify": "end",
|
|
5057
5054
|
"direction": "horizontal",
|
|
5058
5055
|
"type": "stack",
|
|
5059
5056
|
"gap": "sm"
|
|
5060
5057
|
}
|
|
5061
|
-
]
|
|
5058
|
+
],
|
|
5059
|
+
"type": "stack",
|
|
5060
|
+
"gap": "md",
|
|
5061
|
+
"direction": "vertical"
|
|
5062
5062
|
}
|
|
5063
5063
|
]
|
|
5064
5064
|
]
|
|
@@ -5318,8 +5318,8 @@
|
|
|
5318
5318
|
"OrgChart",
|
|
5319
5319
|
{
|
|
5320
5320
|
"emit": {
|
|
5321
|
-
"
|
|
5322
|
-
"
|
|
5321
|
+
"failure": "OrgChartLoadFailed",
|
|
5322
|
+
"success": "OrgChartLoaded"
|
|
5323
5323
|
}
|
|
5324
5324
|
}
|
|
5325
5325
|
],
|
|
@@ -5327,111 +5327,134 @@
|
|
|
5327
5327
|
"render-ui",
|
|
5328
5328
|
"main",
|
|
5329
5329
|
{
|
|
5330
|
+
"type": "dashboard-layout",
|
|
5331
|
+
"navItems": [
|
|
5332
|
+
{
|
|
5333
|
+
"icon": "users",
|
|
5334
|
+
"href": "/employees",
|
|
5335
|
+
"label": "Employees"
|
|
5336
|
+
},
|
|
5337
|
+
{
|
|
5338
|
+
"icon": "layout-list",
|
|
5339
|
+
"href": "/onboarding",
|
|
5340
|
+
"label": "Onboarding"
|
|
5341
|
+
},
|
|
5342
|
+
{
|
|
5343
|
+
"icon": "calendar",
|
|
5344
|
+
"label": "Time Off",
|
|
5345
|
+
"href": "/timeoff"
|
|
5346
|
+
},
|
|
5347
|
+
{
|
|
5348
|
+
"label": "Org Chart",
|
|
5349
|
+
"href": "/org-chart",
|
|
5350
|
+
"icon": "layout-list"
|
|
5351
|
+
}
|
|
5352
|
+
],
|
|
5330
5353
|
"children": [
|
|
5331
5354
|
{
|
|
5332
5355
|
"children": [
|
|
5333
5356
|
{
|
|
5334
|
-
"
|
|
5357
|
+
"direction": "vertical",
|
|
5335
5358
|
"children": [
|
|
5336
5359
|
{
|
|
5337
|
-
"type": "breadcrumb",
|
|
5338
5360
|
"items": [
|
|
5339
5361
|
{
|
|
5340
|
-
"
|
|
5341
|
-
"
|
|
5362
|
+
"href": "/",
|
|
5363
|
+
"label": "Home"
|
|
5342
5364
|
},
|
|
5343
5365
|
{
|
|
5344
5366
|
"label": "Org Chart"
|
|
5345
5367
|
}
|
|
5346
|
-
]
|
|
5368
|
+
],
|
|
5369
|
+
"type": "breadcrumb"
|
|
5347
5370
|
},
|
|
5348
5371
|
{
|
|
5349
|
-
"gap": "md",
|
|
5350
5372
|
"children": [
|
|
5351
5373
|
{
|
|
5352
|
-
"
|
|
5353
|
-
"direction": "horizontal",
|
|
5374
|
+
"gap": "md",
|
|
5354
5375
|
"children": [
|
|
5355
5376
|
{
|
|
5356
5377
|
"type": "icon",
|
|
5357
5378
|
"name": "git-branch"
|
|
5358
5379
|
},
|
|
5359
5380
|
{
|
|
5360
|
-
"type": "typography",
|
|
5361
5381
|
"content": "Org Chart",
|
|
5382
|
+
"type": "typography",
|
|
5362
5383
|
"variant": "h2"
|
|
5363
5384
|
}
|
|
5364
5385
|
],
|
|
5365
|
-
"
|
|
5386
|
+
"direction": "horizontal",
|
|
5387
|
+
"type": "stack"
|
|
5366
5388
|
},
|
|
5367
5389
|
{
|
|
5390
|
+
"variant": "secondary",
|
|
5368
5391
|
"icon": "refresh-cw",
|
|
5369
|
-
"type": "button",
|
|
5370
5392
|
"action": "REFRESH",
|
|
5371
|
-
"
|
|
5372
|
-
"
|
|
5393
|
+
"type": "button",
|
|
5394
|
+
"label": "Refresh"
|
|
5373
5395
|
}
|
|
5374
5396
|
],
|
|
5375
|
-
"
|
|
5397
|
+
"justify": "between",
|
|
5376
5398
|
"type": "stack",
|
|
5377
|
-
"
|
|
5399
|
+
"direction": "horizontal",
|
|
5400
|
+
"gap": "md"
|
|
5378
5401
|
},
|
|
5379
5402
|
{
|
|
5380
5403
|
"type": "divider"
|
|
5381
5404
|
},
|
|
5382
5405
|
{
|
|
5406
|
+
"type": "box",
|
|
5407
|
+
"padding": "md",
|
|
5383
5408
|
"children": [
|
|
5384
5409
|
{
|
|
5385
5410
|
"children": [
|
|
5386
5411
|
{
|
|
5387
|
-
"label": "TotalEmployees",
|
|
5388
5412
|
"value": "@entity.totalEmployees",
|
|
5389
|
-
"type": "stat-display"
|
|
5413
|
+
"type": "stat-display",
|
|
5414
|
+
"label": "TotalEmployees"
|
|
5390
5415
|
},
|
|
5391
5416
|
{
|
|
5392
|
-
"label": "Departments",
|
|
5393
5417
|
"type": "stat-display",
|
|
5418
|
+
"label": "Departments",
|
|
5394
5419
|
"value": "@entity.departments"
|
|
5395
5420
|
},
|
|
5396
5421
|
{
|
|
5397
|
-
"type": "stat-display",
|
|
5398
5422
|
"value": "@entity.openPositions",
|
|
5399
|
-
"label": "OpenPositions"
|
|
5423
|
+
"label": "OpenPositions",
|
|
5424
|
+
"type": "stat-display"
|
|
5400
5425
|
},
|
|
5401
5426
|
{
|
|
5402
|
-
"type": "card",
|
|
5403
5427
|
"children": [
|
|
5404
5428
|
{
|
|
5429
|
+
"type": "stack",
|
|
5405
5430
|
"children": [
|
|
5406
5431
|
{
|
|
5407
5432
|
"type": "typography",
|
|
5408
|
-
"
|
|
5409
|
-
"
|
|
5433
|
+
"variant": "caption",
|
|
5434
|
+
"content": "AvgTenure"
|
|
5410
5435
|
},
|
|
5411
5436
|
{
|
|
5412
|
-
"variant": "h3",
|
|
5413
5437
|
"content": "@entity.avgTenure",
|
|
5438
|
+
"variant": "h3",
|
|
5414
5439
|
"type": "typography"
|
|
5415
5440
|
}
|
|
5416
5441
|
],
|
|
5417
|
-
"
|
|
5418
|
-
"
|
|
5419
|
-
"gap": "sm"
|
|
5442
|
+
"gap": "sm",
|
|
5443
|
+
"direction": "vertical"
|
|
5420
5444
|
}
|
|
5421
|
-
]
|
|
5445
|
+
],
|
|
5446
|
+
"type": "card"
|
|
5422
5447
|
},
|
|
5423
5448
|
{
|
|
5424
5449
|
"type": "stat-display",
|
|
5425
|
-
"
|
|
5426
|
-
"
|
|
5450
|
+
"value": "@entity.headcount",
|
|
5451
|
+
"label": "Headcount"
|
|
5427
5452
|
}
|
|
5428
5453
|
],
|
|
5429
5454
|
"type": "simple-grid",
|
|
5430
5455
|
"cols": 3.0
|
|
5431
5456
|
}
|
|
5432
|
-
]
|
|
5433
|
-
"padding": "md",
|
|
5434
|
-
"type": "box"
|
|
5457
|
+
]
|
|
5435
5458
|
},
|
|
5436
5459
|
{
|
|
5437
5460
|
"type": "divider"
|
|
@@ -5444,22 +5467,22 @@
|
|
|
5444
5467
|
{
|
|
5445
5468
|
"children": [
|
|
5446
5469
|
{
|
|
5447
|
-
"
|
|
5470
|
+
"variant": "caption",
|
|
5448
5471
|
"content": "Chart View",
|
|
5449
|
-
"
|
|
5472
|
+
"type": "typography"
|
|
5450
5473
|
}
|
|
5451
5474
|
],
|
|
5452
5475
|
"type": "card"
|
|
5453
5476
|
},
|
|
5454
5477
|
{
|
|
5478
|
+
"type": "card",
|
|
5455
5479
|
"children": [
|
|
5456
5480
|
{
|
|
5457
5481
|
"variant": "caption",
|
|
5458
|
-
"
|
|
5459
|
-
"
|
|
5482
|
+
"content": "Graph View",
|
|
5483
|
+
"type": "typography"
|
|
5460
5484
|
}
|
|
5461
|
-
]
|
|
5462
|
-
"type": "card"
|
|
5485
|
+
]
|
|
5463
5486
|
}
|
|
5464
5487
|
]
|
|
5465
5488
|
},
|
|
@@ -5467,12 +5490,12 @@
|
|
|
5467
5490
|
"type": "line-chart",
|
|
5468
5491
|
"data": [
|
|
5469
5492
|
{
|
|
5470
|
-
"
|
|
5471
|
-
"
|
|
5493
|
+
"value": 12.0,
|
|
5494
|
+
"date": "Jan"
|
|
5472
5495
|
},
|
|
5473
5496
|
{
|
|
5474
|
-
"
|
|
5475
|
-
"
|
|
5497
|
+
"date": "Feb",
|
|
5498
|
+
"value": 19.0
|
|
5476
5499
|
},
|
|
5477
5500
|
{
|
|
5478
5501
|
"date": "Mar",
|
|
@@ -5493,19 +5516,31 @@
|
|
|
5493
5516
|
]
|
|
5494
5517
|
},
|
|
5495
5518
|
{
|
|
5519
|
+
"type": "chart-legend",
|
|
5496
5520
|
"items": [
|
|
5497
5521
|
{
|
|
5498
|
-
"
|
|
5499
|
-
"
|
|
5522
|
+
"color": "primary",
|
|
5523
|
+
"label": "Current"
|
|
5500
5524
|
},
|
|
5501
5525
|
{
|
|
5502
5526
|
"label": "Previous",
|
|
5503
5527
|
"color": "muted"
|
|
5504
5528
|
}
|
|
5505
|
-
]
|
|
5506
|
-
"type": "chart-legend"
|
|
5529
|
+
]
|
|
5507
5530
|
},
|
|
5508
5531
|
{
|
|
5532
|
+
"height": 200.0,
|
|
5533
|
+
"edges": [
|
|
5534
|
+
{
|
|
5535
|
+
"source": "a",
|
|
5536
|
+
"target": "b"
|
|
5537
|
+
},
|
|
5538
|
+
{
|
|
5539
|
+
"target": "c",
|
|
5540
|
+
"source": "b"
|
|
5541
|
+
}
|
|
5542
|
+
],
|
|
5543
|
+
"width": 400.0,
|
|
5509
5544
|
"nodes": [
|
|
5510
5545
|
{
|
|
5511
5546
|
"label": "Start",
|
|
@@ -5520,52 +5555,17 @@
|
|
|
5520
5555
|
"label": "End"
|
|
5521
5556
|
}
|
|
5522
5557
|
],
|
|
5523
|
-
"
|
|
5524
|
-
"edges": [
|
|
5525
|
-
{
|
|
5526
|
-
"source": "a",
|
|
5527
|
-
"target": "b"
|
|
5528
|
-
},
|
|
5529
|
-
{
|
|
5530
|
-
"target": "c",
|
|
5531
|
-
"source": "b"
|
|
5532
|
-
}
|
|
5533
|
-
],
|
|
5534
|
-
"type": "graph-view",
|
|
5535
|
-
"width": 400.0
|
|
5558
|
+
"type": "graph-view"
|
|
5536
5559
|
}
|
|
5537
5560
|
],
|
|
5538
|
-
"
|
|
5539
|
-
"
|
|
5561
|
+
"type": "stack",
|
|
5562
|
+
"gap": "lg"
|
|
5540
5563
|
}
|
|
5541
5564
|
],
|
|
5542
5565
|
"type": "scaled-diagram"
|
|
5543
5566
|
}
|
|
5544
5567
|
],
|
|
5545
|
-
"appName": "HRPortal"
|
|
5546
|
-
"navItems": [
|
|
5547
|
-
{
|
|
5548
|
-
"href": "/employees",
|
|
5549
|
-
"icon": "users",
|
|
5550
|
-
"label": "Employees"
|
|
5551
|
-
},
|
|
5552
|
-
{
|
|
5553
|
-
"label": "Onboarding",
|
|
5554
|
-
"href": "/onboarding",
|
|
5555
|
-
"icon": "layout-list"
|
|
5556
|
-
},
|
|
5557
|
-
{
|
|
5558
|
-
"icon": "calendar",
|
|
5559
|
-
"label": "Time Off",
|
|
5560
|
-
"href": "/timeoff"
|
|
5561
|
-
},
|
|
5562
|
-
{
|
|
5563
|
-
"label": "Org Chart",
|
|
5564
|
-
"href": "/org-chart",
|
|
5565
|
-
"icon": "layout-list"
|
|
5566
|
-
}
|
|
5567
|
-
],
|
|
5568
|
-
"type": "dashboard-layout"
|
|
5568
|
+
"appName": "HRPortal"
|
|
5569
5569
|
}
|
|
5570
5570
|
]
|
|
5571
5571
|
]
|
|
@@ -5580,8 +5580,8 @@
|
|
|
5580
5580
|
"OrgChart",
|
|
5581
5581
|
{
|
|
5582
5582
|
"emit": {
|
|
5583
|
-
"
|
|
5584
|
-
"
|
|
5583
|
+
"success": "OrgChartLoaded",
|
|
5584
|
+
"failure": "OrgChartLoadFailed"
|
|
5585
5585
|
}
|
|
5586
5586
|
}
|
|
5587
5587
|
],
|
|
@@ -5589,6 +5589,7 @@
|
|
|
5589
5589
|
"render-ui",
|
|
5590
5590
|
"main",
|
|
5591
5591
|
{
|
|
5592
|
+
"type": "dashboard-layout",
|
|
5592
5593
|
"navItems": [
|
|
5593
5594
|
{
|
|
5594
5595
|
"label": "Employees",
|
|
@@ -5602,146 +5603,146 @@
|
|
|
5602
5603
|
},
|
|
5603
5604
|
{
|
|
5604
5605
|
"icon": "calendar",
|
|
5605
|
-
"
|
|
5606
|
-
"
|
|
5606
|
+
"href": "/timeoff",
|
|
5607
|
+
"label": "Time Off"
|
|
5607
5608
|
},
|
|
5608
5609
|
{
|
|
5609
5610
|
"label": "Org Chart",
|
|
5610
|
-
"
|
|
5611
|
-
"
|
|
5611
|
+
"href": "/org-chart",
|
|
5612
|
+
"icon": "layout-list"
|
|
5612
5613
|
}
|
|
5613
5614
|
],
|
|
5614
|
-
"type": "dashboard-layout",
|
|
5615
5615
|
"children": [
|
|
5616
5616
|
{
|
|
5617
5617
|
"children": [
|
|
5618
5618
|
{
|
|
5619
|
-
"gap": "lg",
|
|
5620
5619
|
"direction": "vertical",
|
|
5620
|
+
"type": "stack",
|
|
5621
|
+
"gap": "lg",
|
|
5621
5622
|
"children": [
|
|
5622
5623
|
{
|
|
5623
|
-
"type": "breadcrumb",
|
|
5624
5624
|
"items": [
|
|
5625
5625
|
{
|
|
5626
|
-
"
|
|
5627
|
-
"
|
|
5626
|
+
"label": "Home",
|
|
5627
|
+
"href": "/"
|
|
5628
5628
|
},
|
|
5629
5629
|
{
|
|
5630
5630
|
"label": "Org Chart"
|
|
5631
5631
|
}
|
|
5632
|
-
]
|
|
5632
|
+
],
|
|
5633
|
+
"type": "breadcrumb"
|
|
5633
5634
|
},
|
|
5634
5635
|
{
|
|
5635
|
-
"type": "stack",
|
|
5636
5636
|
"children": [
|
|
5637
5637
|
{
|
|
5638
|
-
"gap": "md",
|
|
5639
5638
|
"type": "stack",
|
|
5640
|
-
"direction": "horizontal",
|
|
5641
5639
|
"children": [
|
|
5642
5640
|
{
|
|
5643
5641
|
"name": "git-branch",
|
|
5644
5642
|
"type": "icon"
|
|
5645
5643
|
},
|
|
5646
5644
|
{
|
|
5647
|
-
"content": "Org Chart",
|
|
5648
5645
|
"variant": "h2",
|
|
5649
|
-
"type": "typography"
|
|
5646
|
+
"type": "typography",
|
|
5647
|
+
"content": "Org Chart"
|
|
5650
5648
|
}
|
|
5651
|
-
]
|
|
5649
|
+
],
|
|
5650
|
+
"gap": "md",
|
|
5651
|
+
"direction": "horizontal"
|
|
5652
5652
|
},
|
|
5653
5653
|
{
|
|
5654
5654
|
"label": "Refresh",
|
|
5655
|
-
"type": "button",
|
|
5656
|
-
"action": "REFRESH",
|
|
5657
5655
|
"icon": "refresh-cw",
|
|
5658
|
-
"variant": "secondary"
|
|
5656
|
+
"variant": "secondary",
|
|
5657
|
+
"type": "button",
|
|
5658
|
+
"action": "REFRESH"
|
|
5659
5659
|
}
|
|
5660
5660
|
],
|
|
5661
|
+
"type": "stack",
|
|
5662
|
+
"gap": "md",
|
|
5661
5663
|
"justify": "between",
|
|
5662
|
-
"direction": "horizontal"
|
|
5663
|
-
"gap": "md"
|
|
5664
|
+
"direction": "horizontal"
|
|
5664
5665
|
},
|
|
5665
5666
|
{
|
|
5666
5667
|
"type": "divider"
|
|
5667
5668
|
},
|
|
5668
5669
|
{
|
|
5669
|
-
"padding": "md",
|
|
5670
5670
|
"children": [
|
|
5671
5671
|
{
|
|
5672
|
-
"type": "simple-grid",
|
|
5673
|
-
"cols": 3.0,
|
|
5674
5672
|
"children": [
|
|
5675
5673
|
{
|
|
5676
|
-
"value": "@entity.totalEmployees",
|
|
5677
5674
|
"type": "stat-display",
|
|
5675
|
+
"value": "@entity.totalEmployees",
|
|
5678
5676
|
"label": "TotalEmployees"
|
|
5679
5677
|
},
|
|
5680
5678
|
{
|
|
5681
|
-
"value": "@entity.departments",
|
|
5682
5679
|
"type": "stat-display",
|
|
5683
|
-
"label": "Departments"
|
|
5680
|
+
"label": "Departments",
|
|
5681
|
+
"value": "@entity.departments"
|
|
5684
5682
|
},
|
|
5685
5683
|
{
|
|
5684
|
+
"value": "@entity.openPositions",
|
|
5686
5685
|
"type": "stat-display",
|
|
5687
|
-
"label": "OpenPositions"
|
|
5688
|
-
"value": "@entity.openPositions"
|
|
5686
|
+
"label": "OpenPositions"
|
|
5689
5687
|
},
|
|
5690
5688
|
{
|
|
5689
|
+
"type": "card",
|
|
5691
5690
|
"children": [
|
|
5692
5691
|
{
|
|
5693
|
-
"gap": "sm",
|
|
5694
5692
|
"type": "stack",
|
|
5695
|
-
"direction": "vertical",
|
|
5696
5693
|
"children": [
|
|
5697
5694
|
{
|
|
5695
|
+
"type": "typography",
|
|
5698
5696
|
"variant": "caption",
|
|
5699
|
-
"content": "AvgTenure"
|
|
5700
|
-
"type": "typography"
|
|
5697
|
+
"content": "AvgTenure"
|
|
5701
5698
|
},
|
|
5702
5699
|
{
|
|
5703
|
-
"type": "typography",
|
|
5704
5700
|
"variant": "h3",
|
|
5705
|
-
"content": "@entity.avgTenure"
|
|
5701
|
+
"content": "@entity.avgTenure",
|
|
5702
|
+
"type": "typography"
|
|
5706
5703
|
}
|
|
5707
|
-
]
|
|
5704
|
+
],
|
|
5705
|
+
"direction": "vertical",
|
|
5706
|
+
"gap": "sm"
|
|
5708
5707
|
}
|
|
5709
|
-
]
|
|
5710
|
-
"type": "card"
|
|
5708
|
+
]
|
|
5711
5709
|
},
|
|
5712
5710
|
{
|
|
5713
|
-
"
|
|
5711
|
+
"label": "Headcount",
|
|
5714
5712
|
"type": "stat-display",
|
|
5715
|
-
"
|
|
5713
|
+
"value": "@entity.headcount"
|
|
5716
5714
|
}
|
|
5717
|
-
]
|
|
5715
|
+
],
|
|
5716
|
+
"cols": 3.0,
|
|
5717
|
+
"type": "simple-grid"
|
|
5718
5718
|
}
|
|
5719
5719
|
],
|
|
5720
|
+
"padding": "md",
|
|
5720
5721
|
"type": "box"
|
|
5721
5722
|
},
|
|
5722
5723
|
{
|
|
5723
5724
|
"type": "divider"
|
|
5724
5725
|
},
|
|
5725
5726
|
{
|
|
5727
|
+
"cols": 2.0,
|
|
5726
5728
|
"gap": "md",
|
|
5727
5729
|
"type": "grid",
|
|
5728
|
-
"cols": 2.0,
|
|
5729
5730
|
"children": [
|
|
5730
5731
|
{
|
|
5731
|
-
"type": "card",
|
|
5732
5732
|
"children": [
|
|
5733
5733
|
{
|
|
5734
|
-
"
|
|
5734
|
+
"type": "typography",
|
|
5735
5735
|
"variant": "caption",
|
|
5736
|
-
"
|
|
5736
|
+
"content": "Chart View"
|
|
5737
5737
|
}
|
|
5738
|
-
]
|
|
5738
|
+
],
|
|
5739
|
+
"type": "card"
|
|
5739
5740
|
},
|
|
5740
5741
|
{
|
|
5741
5742
|
"children": [
|
|
5742
5743
|
{
|
|
5743
|
-
"content": "Graph View",
|
|
5744
5744
|
"type": "typography",
|
|
5745
|
+
"content": "Graph View",
|
|
5745
5746
|
"variant": "caption"
|
|
5746
5747
|
}
|
|
5747
5748
|
],
|
|
@@ -5752,16 +5753,16 @@
|
|
|
5752
5753
|
{
|
|
5753
5754
|
"data": [
|
|
5754
5755
|
{
|
|
5755
|
-
"
|
|
5756
|
-
"
|
|
5756
|
+
"date": "Jan",
|
|
5757
|
+
"value": 12.0
|
|
5757
5758
|
},
|
|
5758
5759
|
{
|
|
5759
|
-
"
|
|
5760
|
-
"
|
|
5760
|
+
"date": "Feb",
|
|
5761
|
+
"value": 19.0
|
|
5761
5762
|
},
|
|
5762
5763
|
{
|
|
5763
|
-
"
|
|
5764
|
-
"
|
|
5764
|
+
"date": "Mar",
|
|
5765
|
+
"value": 15.0
|
|
5765
5766
|
},
|
|
5766
5767
|
{
|
|
5767
5768
|
"date": "Apr",
|
|
@@ -5779,35 +5780,36 @@
|
|
|
5779
5780
|
"type": "line-chart"
|
|
5780
5781
|
},
|
|
5781
5782
|
{
|
|
5782
|
-
"type": "chart-legend",
|
|
5783
5783
|
"items": [
|
|
5784
5784
|
{
|
|
5785
5785
|
"color": "primary",
|
|
5786
5786
|
"label": "Current"
|
|
5787
5787
|
},
|
|
5788
5788
|
{
|
|
5789
|
-
"
|
|
5790
|
-
"
|
|
5789
|
+
"color": "muted",
|
|
5790
|
+
"label": "Previous"
|
|
5791
5791
|
}
|
|
5792
|
-
]
|
|
5792
|
+
],
|
|
5793
|
+
"type": "chart-legend"
|
|
5793
5794
|
},
|
|
5794
5795
|
{
|
|
5796
|
+
"height": 200.0,
|
|
5795
5797
|
"edges": [
|
|
5796
5798
|
{
|
|
5797
|
-
"
|
|
5798
|
-
"
|
|
5799
|
+
"source": "a",
|
|
5800
|
+
"target": "b"
|
|
5799
5801
|
},
|
|
5800
5802
|
{
|
|
5801
5803
|
"source": "b",
|
|
5802
5804
|
"target": "c"
|
|
5803
5805
|
}
|
|
5804
5806
|
],
|
|
5805
|
-
"type": "graph-view",
|
|
5806
5807
|
"width": 400.0,
|
|
5808
|
+
"type": "graph-view",
|
|
5807
5809
|
"nodes": [
|
|
5808
5810
|
{
|
|
5809
|
-
"
|
|
5810
|
-
"
|
|
5811
|
+
"id": "a",
|
|
5812
|
+
"label": "Start"
|
|
5811
5813
|
},
|
|
5812
5814
|
{
|
|
5813
5815
|
"label": "Process",
|
|
@@ -5817,11 +5819,9 @@
|
|
|
5817
5819
|
"id": "c",
|
|
5818
5820
|
"label": "End"
|
|
5819
5821
|
}
|
|
5820
|
-
]
|
|
5821
|
-
"height": 200.0
|
|
5822
|
+
]
|
|
5822
5823
|
}
|
|
5823
|
-
]
|
|
5824
|
-
"type": "stack"
|
|
5824
|
+
]
|
|
5825
5825
|
}
|
|
5826
5826
|
],
|
|
5827
5827
|
"type": "scaled-diagram"
|
|
@@ -5842,8 +5842,8 @@
|
|
|
5842
5842
|
"OrgChart",
|
|
5843
5843
|
{
|
|
5844
5844
|
"emit": {
|
|
5845
|
-
"
|
|
5846
|
-
"
|
|
5845
|
+
"success": "OrgChartLoaded",
|
|
5846
|
+
"failure": "OrgChartLoadFailed"
|
|
5847
5847
|
}
|
|
5848
5848
|
}
|
|
5849
5849
|
],
|
|
@@ -5853,28 +5853,6 @@
|
|
|
5853
5853
|
{
|
|
5854
5854
|
"appName": "HRPortal",
|
|
5855
5855
|
"type": "dashboard-layout",
|
|
5856
|
-
"navItems": [
|
|
5857
|
-
{
|
|
5858
|
-
"icon": "users",
|
|
5859
|
-
"label": "Employees",
|
|
5860
|
-
"href": "/employees"
|
|
5861
|
-
},
|
|
5862
|
-
{
|
|
5863
|
-
"label": "Onboarding",
|
|
5864
|
-
"href": "/onboarding",
|
|
5865
|
-
"icon": "layout-list"
|
|
5866
|
-
},
|
|
5867
|
-
{
|
|
5868
|
-
"label": "Time Off",
|
|
5869
|
-
"href": "/timeoff",
|
|
5870
|
-
"icon": "calendar"
|
|
5871
|
-
},
|
|
5872
|
-
{
|
|
5873
|
-
"label": "Org Chart",
|
|
5874
|
-
"href": "/org-chart",
|
|
5875
|
-
"icon": "layout-list"
|
|
5876
|
-
}
|
|
5877
|
-
],
|
|
5878
5856
|
"children": [
|
|
5879
5857
|
{
|
|
5880
5858
|
"type": "scaled-diagram",
|
|
@@ -5882,21 +5860,21 @@
|
|
|
5882
5860
|
{
|
|
5883
5861
|
"children": [
|
|
5884
5862
|
{
|
|
5885
|
-
"type": "breadcrumb",
|
|
5886
5863
|
"items": [
|
|
5887
5864
|
{
|
|
5888
|
-
"
|
|
5889
|
-
"
|
|
5865
|
+
"label": "Home",
|
|
5866
|
+
"href": "/"
|
|
5890
5867
|
},
|
|
5891
5868
|
{
|
|
5892
5869
|
"label": "Org Chart"
|
|
5893
5870
|
}
|
|
5894
|
-
]
|
|
5871
|
+
],
|
|
5872
|
+
"type": "breadcrumb"
|
|
5895
5873
|
},
|
|
5896
5874
|
{
|
|
5897
|
-
"direction": "horizontal",
|
|
5898
|
-
"type": "stack",
|
|
5899
5875
|
"gap": "md",
|
|
5876
|
+
"type": "stack",
|
|
5877
|
+
"direction": "horizontal",
|
|
5900
5878
|
"justify": "between",
|
|
5901
5879
|
"children": [
|
|
5902
5880
|
{
|
|
@@ -5909,18 +5887,18 @@
|
|
|
5909
5887
|
},
|
|
5910
5888
|
{
|
|
5911
5889
|
"type": "typography",
|
|
5912
|
-
"
|
|
5913
|
-
"
|
|
5890
|
+
"content": "Org Chart",
|
|
5891
|
+
"variant": "h2"
|
|
5914
5892
|
}
|
|
5915
5893
|
],
|
|
5916
5894
|
"type": "stack"
|
|
5917
5895
|
},
|
|
5918
5896
|
{
|
|
5919
|
-
"variant": "secondary",
|
|
5920
|
-
"type": "button",
|
|
5921
|
-
"icon": "refresh-cw",
|
|
5922
5897
|
"label": "Refresh",
|
|
5923
|
-
"
|
|
5898
|
+
"type": "button",
|
|
5899
|
+
"variant": "secondary",
|
|
5900
|
+
"action": "REFRESH",
|
|
5901
|
+
"icon": "refresh-cw"
|
|
5924
5902
|
}
|
|
5925
5903
|
]
|
|
5926
5904
|
},
|
|
@@ -5928,88 +5906,88 @@
|
|
|
5928
5906
|
"type": "divider"
|
|
5929
5907
|
},
|
|
5930
5908
|
{
|
|
5909
|
+
"type": "box",
|
|
5931
5910
|
"padding": "md",
|
|
5932
5911
|
"children": [
|
|
5933
5912
|
{
|
|
5934
|
-
"cols": 3.0,
|
|
5935
5913
|
"type": "simple-grid",
|
|
5914
|
+
"cols": 3.0,
|
|
5936
5915
|
"children": [
|
|
5937
5916
|
{
|
|
5917
|
+
"label": "TotalEmployees",
|
|
5938
5918
|
"value": "@entity.totalEmployees",
|
|
5939
|
-
"type": "stat-display"
|
|
5940
|
-
"label": "TotalEmployees"
|
|
5919
|
+
"type": "stat-display"
|
|
5941
5920
|
},
|
|
5942
5921
|
{
|
|
5922
|
+
"type": "stat-display",
|
|
5943
5923
|
"label": "Departments",
|
|
5944
|
-
"value": "@entity.departments"
|
|
5945
|
-
"type": "stat-display"
|
|
5924
|
+
"value": "@entity.departments"
|
|
5946
5925
|
},
|
|
5947
5926
|
{
|
|
5948
|
-
"type": "stat-display",
|
|
5949
5927
|
"value": "@entity.openPositions",
|
|
5928
|
+
"type": "stat-display",
|
|
5950
5929
|
"label": "OpenPositions"
|
|
5951
5930
|
},
|
|
5952
5931
|
{
|
|
5953
5932
|
"children": [
|
|
5954
5933
|
{
|
|
5955
5934
|
"type": "stack",
|
|
5935
|
+
"direction": "vertical",
|
|
5956
5936
|
"children": [
|
|
5957
5937
|
{
|
|
5938
|
+
"content": "AvgTenure",
|
|
5958
5939
|
"variant": "caption",
|
|
5959
|
-
"type": "typography"
|
|
5960
|
-
"content": "AvgTenure"
|
|
5940
|
+
"type": "typography"
|
|
5961
5941
|
},
|
|
5962
5942
|
{
|
|
5963
|
-
"type": "typography",
|
|
5964
5943
|
"variant": "h3",
|
|
5965
|
-
"content": "@entity.avgTenure"
|
|
5944
|
+
"content": "@entity.avgTenure",
|
|
5945
|
+
"type": "typography"
|
|
5966
5946
|
}
|
|
5967
5947
|
],
|
|
5968
|
-
"gap": "sm"
|
|
5969
|
-
"direction": "vertical"
|
|
5948
|
+
"gap": "sm"
|
|
5970
5949
|
}
|
|
5971
5950
|
],
|
|
5972
5951
|
"type": "card"
|
|
5973
5952
|
},
|
|
5974
5953
|
{
|
|
5975
|
-
"
|
|
5954
|
+
"type": "stat-display",
|
|
5976
5955
|
"value": "@entity.headcount",
|
|
5977
|
-
"
|
|
5956
|
+
"label": "Headcount"
|
|
5978
5957
|
}
|
|
5979
5958
|
]
|
|
5980
5959
|
}
|
|
5981
|
-
]
|
|
5982
|
-
"type": "box"
|
|
5960
|
+
]
|
|
5983
5961
|
},
|
|
5984
5962
|
{
|
|
5985
5963
|
"type": "divider"
|
|
5986
5964
|
},
|
|
5987
5965
|
{
|
|
5988
|
-
"gap": "md",
|
|
5989
|
-
"cols": 2.0,
|
|
5990
5966
|
"children": [
|
|
5991
5967
|
{
|
|
5968
|
+
"type": "card",
|
|
5992
5969
|
"children": [
|
|
5993
5970
|
{
|
|
5994
5971
|
"variant": "caption",
|
|
5995
|
-
"
|
|
5996
|
-
"
|
|
5972
|
+
"type": "typography",
|
|
5973
|
+
"content": "Chart View"
|
|
5997
5974
|
}
|
|
5998
|
-
]
|
|
5999
|
-
"type": "card"
|
|
5975
|
+
]
|
|
6000
5976
|
},
|
|
6001
5977
|
{
|
|
5978
|
+
"type": "card",
|
|
6002
5979
|
"children": [
|
|
6003
5980
|
{
|
|
6004
|
-
"
|
|
5981
|
+
"type": "typography",
|
|
6005
5982
|
"variant": "caption",
|
|
6006
|
-
"
|
|
5983
|
+
"content": "Graph View"
|
|
6007
5984
|
}
|
|
6008
|
-
]
|
|
6009
|
-
"type": "card"
|
|
5985
|
+
]
|
|
6010
5986
|
}
|
|
6011
5987
|
],
|
|
6012
|
-
"
|
|
5988
|
+
"gap": "md",
|
|
5989
|
+
"type": "grid",
|
|
5990
|
+
"cols": 2.0
|
|
6013
5991
|
},
|
|
6014
5992
|
{
|
|
6015
5993
|
"type": "line-chart",
|
|
@@ -6031,55 +6009,55 @@
|
|
|
6031
6009
|
"value": 25.0
|
|
6032
6010
|
},
|
|
6033
6011
|
{
|
|
6034
|
-
"
|
|
6035
|
-
"
|
|
6012
|
+
"value": 22.0,
|
|
6013
|
+
"date": "May"
|
|
6036
6014
|
},
|
|
6037
6015
|
{
|
|
6038
|
-
"
|
|
6039
|
-
"
|
|
6016
|
+
"value": 30.0,
|
|
6017
|
+
"date": "Jun"
|
|
6040
6018
|
}
|
|
6041
6019
|
]
|
|
6042
6020
|
},
|
|
6043
6021
|
{
|
|
6044
|
-
"type": "chart-legend",
|
|
6045
6022
|
"items": [
|
|
6046
6023
|
{
|
|
6047
|
-
"
|
|
6048
|
-
"
|
|
6024
|
+
"label": "Current",
|
|
6025
|
+
"color": "primary"
|
|
6049
6026
|
},
|
|
6050
6027
|
{
|
|
6051
|
-
"
|
|
6052
|
-
"
|
|
6028
|
+
"label": "Previous",
|
|
6029
|
+
"color": "muted"
|
|
6053
6030
|
}
|
|
6054
|
-
]
|
|
6031
|
+
],
|
|
6032
|
+
"type": "chart-legend"
|
|
6055
6033
|
},
|
|
6056
6034
|
{
|
|
6057
6035
|
"type": "graph-view",
|
|
6058
|
-
"nodes": [
|
|
6059
|
-
{
|
|
6060
|
-
"id": "a",
|
|
6061
|
-
"label": "Start"
|
|
6062
|
-
},
|
|
6063
|
-
{
|
|
6064
|
-
"id": "b",
|
|
6065
|
-
"label": "Process"
|
|
6066
|
-
},
|
|
6067
|
-
{
|
|
6068
|
-
"id": "c",
|
|
6069
|
-
"label": "End"
|
|
6070
|
-
}
|
|
6071
|
-
],
|
|
6072
6036
|
"width": 400.0,
|
|
6073
6037
|
"height": 200.0,
|
|
6074
6038
|
"edges": [
|
|
6075
6039
|
{
|
|
6076
|
-
"
|
|
6077
|
-
"
|
|
6040
|
+
"source": "a",
|
|
6041
|
+
"target": "b"
|
|
6078
6042
|
},
|
|
6079
6043
|
{
|
|
6080
6044
|
"target": "c",
|
|
6081
6045
|
"source": "b"
|
|
6082
6046
|
}
|
|
6047
|
+
],
|
|
6048
|
+
"nodes": [
|
|
6049
|
+
{
|
|
6050
|
+
"id": "a",
|
|
6051
|
+
"label": "Start"
|
|
6052
|
+
},
|
|
6053
|
+
{
|
|
6054
|
+
"label": "Process",
|
|
6055
|
+
"id": "b"
|
|
6056
|
+
},
|
|
6057
|
+
{
|
|
6058
|
+
"label": "End",
|
|
6059
|
+
"id": "c"
|
|
6060
|
+
}
|
|
6083
6061
|
]
|
|
6084
6062
|
}
|
|
6085
6063
|
],
|
|
@@ -6089,6 +6067,28 @@
|
|
|
6089
6067
|
}
|
|
6090
6068
|
]
|
|
6091
6069
|
}
|
|
6070
|
+
],
|
|
6071
|
+
"navItems": [
|
|
6072
|
+
{
|
|
6073
|
+
"icon": "users",
|
|
6074
|
+
"label": "Employees",
|
|
6075
|
+
"href": "/employees"
|
|
6076
|
+
},
|
|
6077
|
+
{
|
|
6078
|
+
"icon": "layout-list",
|
|
6079
|
+
"label": "Onboarding",
|
|
6080
|
+
"href": "/onboarding"
|
|
6081
|
+
},
|
|
6082
|
+
{
|
|
6083
|
+
"icon": "calendar",
|
|
6084
|
+
"href": "/timeoff",
|
|
6085
|
+
"label": "Time Off"
|
|
6086
|
+
},
|
|
6087
|
+
{
|
|
6088
|
+
"label": "Org Chart",
|
|
6089
|
+
"href": "/org-chart",
|
|
6090
|
+
"icon": "layout-list"
|
|
6091
|
+
}
|
|
6092
6092
|
]
|
|
6093
6093
|
}
|
|
6094
6094
|
]
|
|
@@ -6117,8 +6117,8 @@
|
|
|
6117
6117
|
{
|
|
6118
6118
|
"children": [
|
|
6119
6119
|
{
|
|
6120
|
-
"type": "stack",
|
|
6121
6120
|
"direction": "vertical",
|
|
6121
|
+
"type": "stack",
|
|
6122
6122
|
"children": [
|
|
6123
6123
|
{
|
|
6124
6124
|
"type": "breadcrumb",
|
|
@@ -6133,14 +6133,12 @@
|
|
|
6133
6133
|
]
|
|
6134
6134
|
},
|
|
6135
6135
|
{
|
|
6136
|
-
"
|
|
6137
|
-
"justify": "between",
|
|
6138
|
-
"type": "stack",
|
|
6136
|
+
"direction": "horizontal",
|
|
6139
6137
|
"children": [
|
|
6140
6138
|
{
|
|
6141
|
-
"gap": "md",
|
|
6142
6139
|
"type": "stack",
|
|
6143
6140
|
"direction": "horizontal",
|
|
6141
|
+
"gap": "md",
|
|
6144
6142
|
"children": [
|
|
6145
6143
|
{
|
|
6146
6144
|
"name": "git-branch",
|
|
@@ -6148,36 +6146,36 @@
|
|
|
6148
6146
|
},
|
|
6149
6147
|
{
|
|
6150
6148
|
"variant": "h2",
|
|
6151
|
-
"
|
|
6152
|
-
"
|
|
6149
|
+
"type": "typography",
|
|
6150
|
+
"content": "Org Chart"
|
|
6153
6151
|
}
|
|
6154
6152
|
]
|
|
6155
6153
|
},
|
|
6156
6154
|
{
|
|
6155
|
+
"action": "REFRESH",
|
|
6156
|
+
"type": "button",
|
|
6157
6157
|
"variant": "secondary",
|
|
6158
|
-
"icon": "refresh-cw",
|
|
6159
6158
|
"label": "Refresh",
|
|
6160
|
-
"
|
|
6161
|
-
"action": "REFRESH"
|
|
6159
|
+
"icon": "refresh-cw"
|
|
6162
6160
|
}
|
|
6163
6161
|
],
|
|
6164
|
-
"
|
|
6162
|
+
"type": "stack",
|
|
6163
|
+
"gap": "md",
|
|
6164
|
+
"justify": "between"
|
|
6165
6165
|
},
|
|
6166
6166
|
{
|
|
6167
6167
|
"type": "divider"
|
|
6168
6168
|
},
|
|
6169
6169
|
{
|
|
6170
|
-
"type": "box",
|
|
6171
|
-
"padding": "md",
|
|
6172
6170
|
"children": [
|
|
6173
6171
|
{
|
|
6174
|
-
"type": "simple-grid",
|
|
6175
6172
|
"cols": 3.0,
|
|
6173
|
+
"type": "simple-grid",
|
|
6176
6174
|
"children": [
|
|
6177
6175
|
{
|
|
6178
|
-
"type": "stat-display",
|
|
6179
6176
|
"label": "TotalEmployees",
|
|
6180
|
-
"value": "@entity.totalEmployees"
|
|
6177
|
+
"value": "@entity.totalEmployees",
|
|
6178
|
+
"type": "stat-display"
|
|
6181
6179
|
},
|
|
6182
6180
|
{
|
|
6183
6181
|
"label": "Departments",
|
|
@@ -6185,15 +6183,17 @@
|
|
|
6185
6183
|
"type": "stat-display"
|
|
6186
6184
|
},
|
|
6187
6185
|
{
|
|
6188
|
-
"label": "OpenPositions",
|
|
6189
6186
|
"value": "@entity.openPositions",
|
|
6190
|
-
"type": "stat-display"
|
|
6187
|
+
"type": "stat-display",
|
|
6188
|
+
"label": "OpenPositions"
|
|
6191
6189
|
},
|
|
6192
6190
|
{
|
|
6193
6191
|
"type": "card",
|
|
6194
6192
|
"children": [
|
|
6195
6193
|
{
|
|
6194
|
+
"type": "stack",
|
|
6196
6195
|
"direction": "vertical",
|
|
6196
|
+
"gap": "sm",
|
|
6197
6197
|
"children": [
|
|
6198
6198
|
{
|
|
6199
6199
|
"type": "typography",
|
|
@@ -6205,20 +6205,20 @@
|
|
|
6205
6205
|
"variant": "h3",
|
|
6206
6206
|
"content": "@entity.avgTenure"
|
|
6207
6207
|
}
|
|
6208
|
-
]
|
|
6209
|
-
"type": "stack",
|
|
6210
|
-
"gap": "sm"
|
|
6208
|
+
]
|
|
6211
6209
|
}
|
|
6212
6210
|
]
|
|
6213
6211
|
},
|
|
6214
6212
|
{
|
|
6215
|
-
"
|
|
6213
|
+
"label": "Headcount",
|
|
6216
6214
|
"value": "@entity.headcount",
|
|
6217
|
-
"
|
|
6215
|
+
"type": "stat-display"
|
|
6218
6216
|
}
|
|
6219
6217
|
]
|
|
6220
6218
|
}
|
|
6221
|
-
]
|
|
6219
|
+
],
|
|
6220
|
+
"type": "box",
|
|
6221
|
+
"padding": "md"
|
|
6222
6222
|
},
|
|
6223
6223
|
{
|
|
6224
6224
|
"type": "divider"
|
|
@@ -6226,90 +6226,79 @@
|
|
|
6226
6226
|
{
|
|
6227
6227
|
"children": [
|
|
6228
6228
|
{
|
|
6229
|
-
"type": "card",
|
|
6230
6229
|
"children": [
|
|
6231
6230
|
{
|
|
6232
|
-
"type": "typography",
|
|
6233
6231
|
"variant": "caption",
|
|
6234
|
-
"content": "Chart View"
|
|
6232
|
+
"content": "Chart View",
|
|
6233
|
+
"type": "typography"
|
|
6235
6234
|
}
|
|
6236
|
-
]
|
|
6235
|
+
],
|
|
6236
|
+
"type": "card"
|
|
6237
6237
|
},
|
|
6238
6238
|
{
|
|
6239
|
+
"type": "card",
|
|
6239
6240
|
"children": [
|
|
6240
6241
|
{
|
|
6241
|
-
"variant": "caption",
|
|
6242
6242
|
"type": "typography",
|
|
6243
|
-
"content": "Graph View"
|
|
6243
|
+
"content": "Graph View",
|
|
6244
|
+
"variant": "caption"
|
|
6244
6245
|
}
|
|
6245
|
-
]
|
|
6246
|
-
"type": "card"
|
|
6246
|
+
]
|
|
6247
6247
|
}
|
|
6248
6248
|
],
|
|
6249
|
-
"cols": 2.0,
|
|
6250
6249
|
"type": "grid",
|
|
6251
|
-
"gap": "md"
|
|
6250
|
+
"gap": "md",
|
|
6251
|
+
"cols": 2.0
|
|
6252
6252
|
},
|
|
6253
6253
|
{
|
|
6254
|
+
"type": "line-chart",
|
|
6254
6255
|
"data": [
|
|
6255
6256
|
{
|
|
6256
6257
|
"value": 12.0,
|
|
6257
6258
|
"date": "Jan"
|
|
6258
6259
|
},
|
|
6259
6260
|
{
|
|
6260
|
-
"
|
|
6261
|
-
"
|
|
6261
|
+
"date": "Feb",
|
|
6262
|
+
"value": 19.0
|
|
6262
6263
|
},
|
|
6263
6264
|
{
|
|
6264
|
-
"
|
|
6265
|
-
"
|
|
6265
|
+
"value": 15.0,
|
|
6266
|
+
"date": "Mar"
|
|
6266
6267
|
},
|
|
6267
6268
|
{
|
|
6268
|
-
"
|
|
6269
|
-
"
|
|
6269
|
+
"value": 25.0,
|
|
6270
|
+
"date": "Apr"
|
|
6270
6271
|
},
|
|
6271
6272
|
{
|
|
6272
|
-
"
|
|
6273
|
-
"
|
|
6273
|
+
"date": "May",
|
|
6274
|
+
"value": 22.0
|
|
6274
6275
|
},
|
|
6275
6276
|
{
|
|
6276
6277
|
"value": 30.0,
|
|
6277
6278
|
"date": "Jun"
|
|
6278
6279
|
}
|
|
6279
|
-
]
|
|
6280
|
-
"type": "line-chart"
|
|
6280
|
+
]
|
|
6281
6281
|
},
|
|
6282
6282
|
{
|
|
6283
|
+
"type": "chart-legend",
|
|
6283
6284
|
"items": [
|
|
6284
6285
|
{
|
|
6285
|
-
"
|
|
6286
|
-
"
|
|
6286
|
+
"color": "primary",
|
|
6287
|
+
"label": "Current"
|
|
6287
6288
|
},
|
|
6288
6289
|
{
|
|
6289
6290
|
"label": "Previous",
|
|
6290
6291
|
"color": "muted"
|
|
6291
6292
|
}
|
|
6292
|
-
]
|
|
6293
|
-
"type": "chart-legend"
|
|
6293
|
+
]
|
|
6294
6294
|
},
|
|
6295
6295
|
{
|
|
6296
|
-
"edges": [
|
|
6297
|
-
{
|
|
6298
|
-
"target": "b",
|
|
6299
|
-
"source": "a"
|
|
6300
|
-
},
|
|
6301
|
-
{
|
|
6302
|
-
"target": "c",
|
|
6303
|
-
"source": "b"
|
|
6304
|
-
}
|
|
6305
|
-
],
|
|
6306
|
-
"type": "graph-view",
|
|
6307
6296
|
"width": 400.0,
|
|
6308
6297
|
"height": 200.0,
|
|
6309
6298
|
"nodes": [
|
|
6310
6299
|
{
|
|
6311
|
-
"
|
|
6312
|
-
"
|
|
6300
|
+
"id": "a",
|
|
6301
|
+
"label": "Start"
|
|
6313
6302
|
},
|
|
6314
6303
|
{
|
|
6315
6304
|
"label": "Process",
|
|
@@ -6319,7 +6308,18 @@
|
|
|
6319
6308
|
"label": "End",
|
|
6320
6309
|
"id": "c"
|
|
6321
6310
|
}
|
|
6322
|
-
]
|
|
6311
|
+
],
|
|
6312
|
+
"edges": [
|
|
6313
|
+
{
|
|
6314
|
+
"source": "a",
|
|
6315
|
+
"target": "b"
|
|
6316
|
+
},
|
|
6317
|
+
{
|
|
6318
|
+
"source": "b",
|
|
6319
|
+
"target": "c"
|
|
6320
|
+
}
|
|
6321
|
+
],
|
|
6322
|
+
"type": "graph-view"
|
|
6323
6323
|
}
|
|
6324
6324
|
],
|
|
6325
6325
|
"gap": "lg"
|
|
@@ -6328,12 +6328,11 @@
|
|
|
6328
6328
|
"type": "scaled-diagram"
|
|
6329
6329
|
}
|
|
6330
6330
|
],
|
|
6331
|
-
"type": "dashboard-layout",
|
|
6332
6331
|
"navItems": [
|
|
6333
6332
|
{
|
|
6334
|
-
"
|
|
6333
|
+
"icon": "users",
|
|
6335
6334
|
"label": "Employees",
|
|
6336
|
-
"
|
|
6335
|
+
"href": "/employees"
|
|
6337
6336
|
},
|
|
6338
6337
|
{
|
|
6339
6338
|
"href": "/onboarding",
|
|
@@ -6341,16 +6340,17 @@
|
|
|
6341
6340
|
"label": "Onboarding"
|
|
6342
6341
|
},
|
|
6343
6342
|
{
|
|
6344
|
-
"label": "Time Off",
|
|
6345
6343
|
"href": "/timeoff",
|
|
6346
|
-
"icon": "calendar"
|
|
6344
|
+
"icon": "calendar",
|
|
6345
|
+
"label": "Time Off"
|
|
6347
6346
|
},
|
|
6348
6347
|
{
|
|
6349
|
-
"label": "Org Chart",
|
|
6350
6348
|
"href": "/org-chart",
|
|
6351
|
-
"icon": "layout-list"
|
|
6349
|
+
"icon": "layout-list",
|
|
6350
|
+
"label": "Org Chart"
|
|
6352
6351
|
}
|
|
6353
6352
|
],
|
|
6353
|
+
"type": "dashboard-layout",
|
|
6354
6354
|
"appName": "HRPortal"
|
|
6355
6355
|
}
|
|
6356
6356
|
]
|
|
@@ -6375,21 +6375,42 @@
|
|
|
6375
6375
|
"render-ui",
|
|
6376
6376
|
"main",
|
|
6377
6377
|
{
|
|
6378
|
-
"
|
|
6379
|
-
|
|
6378
|
+
"navItems": [
|
|
6379
|
+
{
|
|
6380
|
+
"icon": "users",
|
|
6381
|
+
"label": "Employees",
|
|
6382
|
+
"href": "/employees"
|
|
6383
|
+
},
|
|
6384
|
+
{
|
|
6385
|
+
"href": "/onboarding",
|
|
6386
|
+
"icon": "layout-list",
|
|
6387
|
+
"label": "Onboarding"
|
|
6388
|
+
},
|
|
6389
|
+
{
|
|
6390
|
+
"label": "Time Off",
|
|
6391
|
+
"href": "/timeoff",
|
|
6392
|
+
"icon": "calendar"
|
|
6393
|
+
},
|
|
6394
|
+
{
|
|
6395
|
+
"href": "/org-chart",
|
|
6396
|
+
"label": "Org Chart",
|
|
6397
|
+
"icon": "layout-list"
|
|
6398
|
+
}
|
|
6399
|
+
],
|
|
6380
6400
|
"children": [
|
|
6381
6401
|
{
|
|
6402
|
+
"type": "scaled-diagram",
|
|
6382
6403
|
"children": [
|
|
6383
6404
|
{
|
|
6384
|
-
"gap": "lg",
|
|
6385
6405
|
"direction": "vertical",
|
|
6386
6406
|
"type": "stack",
|
|
6407
|
+
"gap": "lg",
|
|
6387
6408
|
"children": [
|
|
6388
6409
|
{
|
|
6389
6410
|
"items": [
|
|
6390
6411
|
{
|
|
6391
|
-
"
|
|
6392
|
-
"
|
|
6412
|
+
"label": "Home",
|
|
6413
|
+
"href": "/"
|
|
6393
6414
|
},
|
|
6394
6415
|
{
|
|
6395
6416
|
"label": "Org Chart"
|
|
@@ -6400,6 +6421,8 @@
|
|
|
6400
6421
|
{
|
|
6401
6422
|
"children": [
|
|
6402
6423
|
{
|
|
6424
|
+
"type": "stack",
|
|
6425
|
+
"gap": "md",
|
|
6403
6426
|
"children": [
|
|
6404
6427
|
{
|
|
6405
6428
|
"type": "icon",
|
|
@@ -6407,45 +6430,42 @@
|
|
|
6407
6430
|
},
|
|
6408
6431
|
{
|
|
6409
6432
|
"content": "Org Chart",
|
|
6410
|
-
"
|
|
6411
|
-
"
|
|
6433
|
+
"type": "typography",
|
|
6434
|
+
"variant": "h2"
|
|
6412
6435
|
}
|
|
6413
6436
|
],
|
|
6414
|
-
"gap": "md",
|
|
6415
|
-
"type": "stack",
|
|
6416
6437
|
"direction": "horizontal"
|
|
6417
6438
|
},
|
|
6418
6439
|
{
|
|
6419
6440
|
"action": "REFRESH",
|
|
6420
|
-
"icon": "refresh-cw",
|
|
6421
6441
|
"type": "button",
|
|
6442
|
+
"label": "Refresh",
|
|
6422
6443
|
"variant": "secondary",
|
|
6423
|
-
"
|
|
6444
|
+
"icon": "refresh-cw"
|
|
6424
6445
|
}
|
|
6425
6446
|
],
|
|
6426
|
-
"justify": "between",
|
|
6427
6447
|
"type": "stack",
|
|
6428
6448
|
"direction": "horizontal",
|
|
6429
|
-
"gap": "md"
|
|
6449
|
+
"gap": "md",
|
|
6450
|
+
"justify": "between"
|
|
6430
6451
|
},
|
|
6431
6452
|
{
|
|
6432
6453
|
"type": "divider"
|
|
6433
6454
|
},
|
|
6434
6455
|
{
|
|
6456
|
+
"padding": "md",
|
|
6435
6457
|
"children": [
|
|
6436
6458
|
{
|
|
6437
|
-
"cols": 3.0,
|
|
6438
|
-
"type": "simple-grid",
|
|
6439
6459
|
"children": [
|
|
6440
6460
|
{
|
|
6461
|
+
"label": "TotalEmployees",
|
|
6441
6462
|
"type": "stat-display",
|
|
6442
|
-
"value": "@entity.totalEmployees"
|
|
6443
|
-
"label": "TotalEmployees"
|
|
6463
|
+
"value": "@entity.totalEmployees"
|
|
6444
6464
|
},
|
|
6445
6465
|
{
|
|
6466
|
+
"type": "stat-display",
|
|
6446
6467
|
"label": "Departments",
|
|
6447
|
-
"value": "@entity.departments"
|
|
6448
|
-
"type": "stat-display"
|
|
6468
|
+
"value": "@entity.departments"
|
|
6449
6469
|
},
|
|
6450
6470
|
{
|
|
6451
6471
|
"label": "OpenPositions",
|
|
@@ -6455,13 +6475,11 @@
|
|
|
6455
6475
|
{
|
|
6456
6476
|
"children": [
|
|
6457
6477
|
{
|
|
6458
|
-
"direction": "vertical",
|
|
6459
6478
|
"gap": "sm",
|
|
6460
|
-
"type": "stack",
|
|
6461
6479
|
"children": [
|
|
6462
6480
|
{
|
|
6463
|
-
"type": "typography",
|
|
6464
6481
|
"variant": "caption",
|
|
6482
|
+
"type": "typography",
|
|
6465
6483
|
"content": "AvgTenure"
|
|
6466
6484
|
},
|
|
6467
6485
|
{
|
|
@@ -6469,62 +6487,64 @@
|
|
|
6469
6487
|
"type": "typography",
|
|
6470
6488
|
"variant": "h3"
|
|
6471
6489
|
}
|
|
6472
|
-
]
|
|
6490
|
+
],
|
|
6491
|
+
"direction": "vertical",
|
|
6492
|
+
"type": "stack"
|
|
6473
6493
|
}
|
|
6474
6494
|
],
|
|
6475
6495
|
"type": "card"
|
|
6476
6496
|
},
|
|
6477
6497
|
{
|
|
6478
|
-
"label": "Headcount",
|
|
6479
6498
|
"type": "stat-display",
|
|
6499
|
+
"label": "Headcount",
|
|
6480
6500
|
"value": "@entity.headcount"
|
|
6481
6501
|
}
|
|
6482
|
-
]
|
|
6502
|
+
],
|
|
6503
|
+
"cols": 3.0,
|
|
6504
|
+
"type": "simple-grid"
|
|
6483
6505
|
}
|
|
6484
6506
|
],
|
|
6485
|
-
"type": "box"
|
|
6486
|
-
"padding": "md"
|
|
6507
|
+
"type": "box"
|
|
6487
6508
|
},
|
|
6488
6509
|
{
|
|
6489
6510
|
"type": "divider"
|
|
6490
6511
|
},
|
|
6491
6512
|
{
|
|
6492
|
-
"cols": 2.0,
|
|
6493
6513
|
"gap": "md",
|
|
6494
|
-
"
|
|
6514
|
+
"cols": 2.0,
|
|
6495
6515
|
"children": [
|
|
6496
6516
|
{
|
|
6497
|
-
"type": "card",
|
|
6498
6517
|
"children": [
|
|
6499
6518
|
{
|
|
6500
|
-
"
|
|
6519
|
+
"type": "typography",
|
|
6501
6520
|
"variant": "caption",
|
|
6502
|
-
"
|
|
6521
|
+
"content": "Chart View"
|
|
6503
6522
|
}
|
|
6504
|
-
]
|
|
6523
|
+
],
|
|
6524
|
+
"type": "card"
|
|
6505
6525
|
},
|
|
6506
6526
|
{
|
|
6507
6527
|
"type": "card",
|
|
6508
6528
|
"children": [
|
|
6509
6529
|
{
|
|
6510
6530
|
"content": "Graph View",
|
|
6511
|
-
"
|
|
6512
|
-
"
|
|
6531
|
+
"variant": "caption",
|
|
6532
|
+
"type": "typography"
|
|
6513
6533
|
}
|
|
6514
6534
|
]
|
|
6515
6535
|
}
|
|
6516
|
-
]
|
|
6536
|
+
],
|
|
6537
|
+
"type": "grid"
|
|
6517
6538
|
},
|
|
6518
6539
|
{
|
|
6519
|
-
"type": "line-chart",
|
|
6520
6540
|
"data": [
|
|
6521
6541
|
{
|
|
6522
6542
|
"date": "Jan",
|
|
6523
6543
|
"value": 12.0
|
|
6524
6544
|
},
|
|
6525
6545
|
{
|
|
6526
|
-
"
|
|
6527
|
-
"
|
|
6546
|
+
"date": "Feb",
|
|
6547
|
+
"value": 19.0
|
|
6528
6548
|
},
|
|
6529
6549
|
{
|
|
6530
6550
|
"value": 15.0,
|
|
@@ -6535,29 +6555,32 @@
|
|
|
6535
6555
|
"value": 25.0
|
|
6536
6556
|
},
|
|
6537
6557
|
{
|
|
6538
|
-
"
|
|
6539
|
-
"
|
|
6558
|
+
"date": "May",
|
|
6559
|
+
"value": 22.0
|
|
6540
6560
|
},
|
|
6541
6561
|
{
|
|
6542
|
-
"
|
|
6543
|
-
"
|
|
6562
|
+
"value": 30.0,
|
|
6563
|
+
"date": "Jun"
|
|
6544
6564
|
}
|
|
6545
|
-
]
|
|
6565
|
+
],
|
|
6566
|
+
"type": "line-chart"
|
|
6546
6567
|
},
|
|
6547
6568
|
{
|
|
6548
|
-
"type": "chart-legend",
|
|
6549
6569
|
"items": [
|
|
6550
6570
|
{
|
|
6551
|
-
"
|
|
6552
|
-
"
|
|
6571
|
+
"label": "Current",
|
|
6572
|
+
"color": "primary"
|
|
6553
6573
|
},
|
|
6554
6574
|
{
|
|
6555
|
-
"
|
|
6556
|
-
"
|
|
6575
|
+
"color": "muted",
|
|
6576
|
+
"label": "Previous"
|
|
6557
6577
|
}
|
|
6558
|
-
]
|
|
6578
|
+
],
|
|
6579
|
+
"type": "chart-legend"
|
|
6559
6580
|
},
|
|
6560
6581
|
{
|
|
6582
|
+
"type": "graph-view",
|
|
6583
|
+
"width": 400.0,
|
|
6561
6584
|
"edges": [
|
|
6562
6585
|
{
|
|
6563
6586
|
"source": "a",
|
|
@@ -6568,52 +6591,29 @@
|
|
|
6568
6591
|
"source": "b"
|
|
6569
6592
|
}
|
|
6570
6593
|
],
|
|
6571
|
-
"
|
|
6572
|
-
"width": 400.0,
|
|
6594
|
+
"height": 200.0,
|
|
6573
6595
|
"nodes": [
|
|
6574
6596
|
{
|
|
6575
|
-
"
|
|
6576
|
-
"
|
|
6597
|
+
"label": "Start",
|
|
6598
|
+
"id": "a"
|
|
6577
6599
|
},
|
|
6578
6600
|
{
|
|
6579
6601
|
"id": "b",
|
|
6580
6602
|
"label": "Process"
|
|
6581
6603
|
},
|
|
6582
6604
|
{
|
|
6583
|
-
"
|
|
6584
|
-
"
|
|
6605
|
+
"id": "c",
|
|
6606
|
+
"label": "End"
|
|
6585
6607
|
}
|
|
6586
|
-
]
|
|
6587
|
-
"height": 200.0
|
|
6608
|
+
]
|
|
6588
6609
|
}
|
|
6589
6610
|
]
|
|
6590
6611
|
}
|
|
6591
|
-
]
|
|
6592
|
-
"type": "scaled-diagram"
|
|
6612
|
+
]
|
|
6593
6613
|
}
|
|
6594
6614
|
],
|
|
6595
|
-
"
|
|
6596
|
-
|
|
6597
|
-
"href": "/employees",
|
|
6598
|
-
"icon": "users",
|
|
6599
|
-
"label": "Employees"
|
|
6600
|
-
},
|
|
6601
|
-
{
|
|
6602
|
-
"href": "/onboarding",
|
|
6603
|
-
"icon": "layout-list",
|
|
6604
|
-
"label": "Onboarding"
|
|
6605
|
-
},
|
|
6606
|
-
{
|
|
6607
|
-
"href": "/timeoff",
|
|
6608
|
-
"icon": "calendar",
|
|
6609
|
-
"label": "Time Off"
|
|
6610
|
-
},
|
|
6611
|
-
{
|
|
6612
|
-
"href": "/org-chart",
|
|
6613
|
-
"label": "Org Chart",
|
|
6614
|
-
"icon": "layout-list"
|
|
6615
|
-
}
|
|
6616
|
-
]
|
|
6615
|
+
"appName": "HRPortal",
|
|
6616
|
+
"type": "dashboard-layout"
|
|
6617
6617
|
}
|
|
6618
6618
|
]
|
|
6619
6619
|
]
|
|
@@ -6636,4 +6636,4 @@
|
|
|
6636
6636
|
]
|
|
6637
6637
|
}
|
|
6638
6638
|
]
|
|
6639
|
-
}
|
|
6639
|
+
}
|