@symphony-talent/component-library 4.21.0 → 4.23.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.
Files changed (36) hide show
  1. package/esm2020/lib/molecules/molecules.module.mjs +8 -4
  2. package/esm2020/lib/molecules/tabs/tabs.component.mjs +23 -0
  3. package/esm2020/lib/molecules/tabs/tabs.module.mjs +20 -0
  4. package/esm2020/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.mjs +3 -3
  5. package/esm2020/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model.mjs +1 -1
  6. package/esm2020/lib/pages/setting-detail-page/setting-detail-page.component.mjs +3 -3
  7. package/esm2020/lib/templates/setting-details/setting-details-template.component.mjs +3 -3
  8. package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +8 -4
  9. package/esm2020/projects/component-library/lib/molecules/tabs/tabs.component.mjs +23 -0
  10. package/esm2020/projects/component-library/lib/molecules/tabs/tabs.module.mjs +20 -0
  11. package/esm2020/projects/component-library/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.mjs +3 -3
  12. package/esm2020/projects/component-library/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model.mjs +1 -1
  13. package/esm2020/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.component.mjs +3 -3
  14. package/esm2020/projects/component-library/lib/templates/setting-details/setting-details-template.component.mjs +3 -3
  15. package/esm2020/projects/component-library/public-api.mjs +3 -1
  16. package/esm2020/public-api.mjs +3 -1
  17. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +51 -13
  18. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  19. package/fesm2015/symphony-talent-component-library.mjs +51 -13
  20. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  21. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +51 -13
  22. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  23. package/fesm2020/symphony-talent-component-library.mjs +51 -13
  24. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  25. package/lib/molecules/molecules.module.d.ts +3 -2
  26. package/lib/molecules/tabs/tabs.component.d.ts +11 -0
  27. package/lib/molecules/tabs/tabs.module.d.ts +9 -0
  28. package/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model.d.ts +1 -0
  29. package/package.json +1 -1
  30. package/projects/component-library/global.scss +158 -0
  31. package/projects/component-library/lib/molecules/molecules.module.d.ts +3 -2
  32. package/projects/component-library/lib/molecules/tabs/tabs.component.d.ts +11 -0
  33. package/projects/component-library/lib/molecules/tabs/tabs.module.d.ts +9 -0
  34. package/projects/component-library/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.model.d.ts +1 -0
  35. package/projects/component-library/public-api.d.ts +2 -0
  36. package/public-api.d.ts +2 -0
@@ -20,9 +20,10 @@ import * as i18 from "../atoms/input-textarea/input-textarea.module";
20
20
  import * as i19 from "../atoms/character-counter/character-counter.module";
21
21
  import * as i20 from "./settings-detail-navigation-item/settings-detail-navigation-item.module";
22
22
  import * as i21 from "./editable-setting-item/editable-setting-item.module";
23
- import * as i22 from "./phaser-card/phaser-card.module";
23
+ import * as i22 from "./tabs/tabs.module";
24
+ import * as i23 from "./phaser-card/phaser-card.module";
24
25
  export declare class MoleculesModule {
25
26
  static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
26
- static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule, typeof i9.InvoiceLineItemModule, typeof i10.FeedbackCardModule, typeof i11.SfxAccordionHeaderModule, typeof i12.FileUploadModule, typeof i13.FileUploadStatusModule, typeof i10.FeedbackCardModule, typeof i14.ButtonWithIconModule, typeof i15.IconWithTooltipModule, typeof i16.DocumentManagementItemModule, typeof i17.ActionBarSelectionCounterModule, typeof i18.InputTextareaModule, typeof i19.CharacterCounterModule, typeof i20.SettingsDetailNavigationItemModule, typeof i21.EditableSettingItemModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule, typeof i16.DocumentManagementItemModule, typeof i22.PhaserCardModule, typeof i20.SettingsDetailNavigationItemModule]>;
27
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule, typeof i9.InvoiceLineItemModule, typeof i10.FeedbackCardModule, typeof i11.SfxAccordionHeaderModule, typeof i12.FileUploadModule, typeof i13.FileUploadStatusModule, typeof i10.FeedbackCardModule, typeof i14.ButtonWithIconModule, typeof i15.IconWithTooltipModule, typeof i16.DocumentManagementItemModule, typeof i17.ActionBarSelectionCounterModule, typeof i18.InputTextareaModule, typeof i19.CharacterCounterModule, typeof i20.SettingsDetailNavigationItemModule, typeof i21.EditableSettingItemModule, typeof i22.TabsModules], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule, typeof i16.DocumentManagementItemModule, typeof i23.PhaserCardModule, typeof i20.SettingsDetailNavigationItemModule]>;
27
28
  static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
28
29
  }
@@ -0,0 +1,11 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TabsComponent implements OnInit {
4
+ displayTabs: boolean;
5
+ constructor();
6
+ ngOnInit(): void;
7
+ toggleTabs(): void;
8
+ onSelectTab(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "symphony-tabs", never, {}, {}, never, never>;
11
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./tabs.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "ngx-bootstrap/tabs";
5
+ export declare class TabsModules {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TabsModules, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TabsModules, [typeof i1.TabsComponent], [typeof i2.CommonModule, typeof i3.TabsModule], [typeof i1.TabsComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<TabsModules>;
9
+ }
@@ -5,4 +5,5 @@ export interface EditableSettingPartialPageModel {
5
5
  partialDescription: string;
6
6
  isLoadingList?: boolean;
7
7
  errorListState?: boolean;
8
+ saveBtnDisabled?: boolean;
8
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symphony-talent/component-library",
3
- "version": "4.21.0",
3
+ "version": "4.23.0",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "ag-grid-angular": "^24.0.0",
@@ -598,4 +598,162 @@ body {
598
598
 
599
599
  .sfx-page-title {
600
600
  margin-block: 1.5625rem;
601
+ }
602
+
603
+ .sfx-tab-wrapper {
604
+ .si-arrow-bold-next {
605
+ width: 40px;
606
+ height: 40px;
607
+ border-radius: 50%;
608
+ text-align: center;
609
+ line-height: 40px;
610
+ color: $color-v2-slate-2;
611
+ &.down {
612
+ display: inline-block;
613
+ -ms-transform: rotate(90deg);
614
+ transform: rotate(90deg);
615
+ }
616
+ &.up {
617
+ display: inline-block;
618
+ -ms-transform: rotate(270deg);
619
+ transform: rotate(270deg);
620
+ }
621
+ &:hover {
622
+ background: $color-v2-gray-4;
623
+ }
624
+ }
625
+ .tab-container {
626
+ color: $color-black;
627
+ &.tab-not-active {
628
+ ul {
629
+ &.nav-tabs {
630
+ li{
631
+ &.active {
632
+ a {
633
+ border-color: $color-transparent!important;
634
+ color: $color-v2-slate-4!important;
635
+ }
636
+ &:hover {
637
+ a {
638
+ color: $color-v2-purple-1!important;
639
+ cursor: pointer;
640
+ }
641
+ }
642
+ }
643
+ }
644
+ }
645
+ }
646
+ .tab-content {
647
+ display: none;
648
+ }
649
+ }
650
+ ul {
651
+ &.nav-tabs {
652
+ border-bottom: 0px solid $color-v2-slate-4!important;
653
+ li{
654
+ background-color: $color-white!important;
655
+ color: $color-black!important;
656
+ &.active {
657
+ a {
658
+ background-color: $color-white!important;
659
+ color: $color-v2-purple-1!important;
660
+ border-bottom: 5px solid $color-v2-purple-1!important;
661
+ border: none;
662
+ }
663
+ }
664
+ a {
665
+ background-color: $color-white!important;
666
+ color: $color-v2-slate-4!important;
667
+ font-weight: $font-v2-500!important;
668
+ border: none;
669
+ border-bottom: 5px solid transparent;
670
+ }
671
+ &:hover {
672
+ a {
673
+ color: $color-v2-purple-1!important;
674
+ }
675
+ }
676
+ }
677
+ }
678
+ }
679
+ .tab-content {
680
+ // background: $color-v2-gray-4!important;
681
+ .icon-hover-effect{
682
+ .icon-bg-white {
683
+ background: $color-transparent!important;
684
+ }
685
+ &:hover {
686
+ background: $color-v2-slate-2!important;
687
+ i {
688
+ background: $color-transparent;
689
+ color: $color-white;
690
+ }
691
+ }
692
+ }
693
+ .detailsTopSection {
694
+ border-color: $color-v2-gray-2!important;
695
+ margin-inline: 20px!important;
696
+ .jobDetailsMain {
697
+ .count {
698
+ span {
699
+ font-weight: $font-v2-300!important;
700
+ }
701
+ }
702
+ }
703
+ }
704
+ .sfx-tab-content-wrapper {
705
+ border-bottom: 1px solid $color-white!important;
706
+ padding-inline: $space-20!important;
707
+ .ag-theme-alpine {
708
+ .ag-root-wrapper {
709
+ border-color: transparent!important;
710
+ background: $color-v2-gray-4!important;
711
+ padding-bottom: $space-20;
712
+ .ag-root {
713
+ color: $color-black!important;
714
+ .ag-header {
715
+ background: $color-v2-gray-4!important;
716
+ border-bottom-color: $color-black!important;
717
+ .ag-header-cell-label {
718
+ .ag-header-cell-text {
719
+ color: $color-black!important;
720
+ }
721
+ }
722
+ }
723
+ .ag-body-viewport {
724
+ .ag-row {
725
+ border-color: $color-v2-gray-2!important;
726
+ background: $color-v2-gray-4!important;
727
+ color: $color-black!important;
728
+ .ag-cell {
729
+ color: $color-black!important;
730
+ }
731
+ }
732
+ }
733
+ }
734
+ .sfx-more-dropdown{
735
+ &.open {
736
+ button{
737
+ &.dropdown-toggle {
738
+ &.btn {
739
+ background: $color-white!important;
740
+ }
741
+ }
742
+ }
743
+ }
744
+ &:hover{
745
+ button{
746
+ &.dropdown-toggle {
747
+ &.btn {
748
+ background: $color-white!important;
749
+ }
750
+ }
751
+ }
752
+ }
753
+ }
754
+ }
755
+ }
756
+ }
757
+ }
758
+ }
601
759
  }
@@ -20,9 +20,10 @@ import * as i18 from "../atoms/input-textarea/input-textarea.module";
20
20
  import * as i19 from "../atoms/character-counter/character-counter.module";
21
21
  import * as i20 from "./settings-detail-navigation-item/settings-detail-navigation-item.module";
22
22
  import * as i21 from "./editable-setting-item/editable-setting-item.module";
23
- import * as i22 from "./phaser-card/phaser-card.module";
23
+ import * as i22 from "./tabs/tabs.module";
24
+ import * as i23 from "./phaser-card/phaser-card.module";
24
25
  export declare class MoleculesModule {
25
26
  static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
26
- static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule, typeof i9.InvoiceLineItemModule, typeof i10.FeedbackCardModule, typeof i11.SfxAccordionHeaderModule, typeof i12.FileUploadModule, typeof i13.FileUploadStatusModule, typeof i10.FeedbackCardModule, typeof i14.ButtonWithIconModule, typeof i15.IconWithTooltipModule, typeof i16.DocumentManagementItemModule, typeof i17.ActionBarSelectionCounterModule, typeof i18.InputTextareaModule, typeof i19.CharacterCounterModule, typeof i20.SettingsDetailNavigationItemModule, typeof i21.EditableSettingItemModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule, typeof i16.DocumentManagementItemModule, typeof i22.PhaserCardModule, typeof i20.SettingsDetailNavigationItemModule]>;
27
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule, typeof i9.InvoiceLineItemModule, typeof i10.FeedbackCardModule, typeof i11.SfxAccordionHeaderModule, typeof i12.FileUploadModule, typeof i13.FileUploadStatusModule, typeof i10.FeedbackCardModule, typeof i14.ButtonWithIconModule, typeof i15.IconWithTooltipModule, typeof i16.DocumentManagementItemModule, typeof i17.ActionBarSelectionCounterModule, typeof i18.InputTextareaModule, typeof i19.CharacterCounterModule, typeof i20.SettingsDetailNavigationItemModule, typeof i21.EditableSettingItemModule, typeof i22.TabsModules], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule, typeof i16.DocumentManagementItemModule, typeof i23.PhaserCardModule, typeof i20.SettingsDetailNavigationItemModule]>;
27
28
  static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
28
29
  }
@@ -0,0 +1,11 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TabsComponent implements OnInit {
4
+ displayTabs: boolean;
5
+ constructor();
6
+ ngOnInit(): void;
7
+ toggleTabs(): void;
8
+ onSelectTab(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "symphony-tabs", never, {}, {}, never, never>;
11
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./tabs.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "ngx-bootstrap/tabs";
5
+ export declare class TabsModules {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TabsModules, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TabsModules, [typeof i1.TabsComponent], [typeof i2.CommonModule, typeof i3.TabsModule], [typeof i1.TabsComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<TabsModules>;
9
+ }
@@ -5,4 +5,5 @@ export interface EditableSettingPartialPageModel {
5
5
  partialDescription: string;
6
6
  isLoadingList?: boolean;
7
7
  errorListState?: boolean;
8
+ saveBtnDisabled?: boolean;
8
9
  }
@@ -142,6 +142,8 @@ export * from './lib/molecules/settings-detail-navigation-item/settings-detail-n
142
142
  export * from './lib/molecules/editable-setting-item/editable-setting-item.component';
143
143
  export * from './lib/molecules/editable-setting-item/editable-setting-item.component.model';
144
144
  export * from './lib/molecules/editable-setting-item/editable-setting-item.module';
145
+ export * from './lib/molecules/tabs/tabs.component';
146
+ export * from './lib/molecules/tabs/tabs.module';
145
147
  export * from './lib/molecules/molecules.module';
146
148
  export * from './lib/organisms/card-list/card-list.component';
147
149
  export * from './lib/organisms/card-list/card-list.module';
package/public-api.d.ts CHANGED
@@ -142,6 +142,8 @@ export * from './lib/molecules/settings-detail-navigation-item/settings-detail-n
142
142
  export * from './lib/molecules/editable-setting-item/editable-setting-item.component';
143
143
  export * from './lib/molecules/editable-setting-item/editable-setting-item.component.model';
144
144
  export * from './lib/molecules/editable-setting-item/editable-setting-item.module';
145
+ export * from './lib/molecules/tabs/tabs.component';
146
+ export * from './lib/molecules/tabs/tabs.module';
145
147
  export * from './lib/molecules/molecules.module';
146
148
  export * from './lib/organisms/card-list/card-list.component';
147
149
  export * from './lib/organisms/card-list/card-list.module';