@symphony-talent/component-library 4.118.0 → 4.120.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/esm2020/lib/molecules/filter-detail-tree/filter-detail-tree.component.mjs +17 -0
- package/esm2020/lib/molecules/filter-detail-tree/filter-detail-tree.component.model.mjs +2 -0
- package/esm2020/lib/molecules/filter-detail-tree/filter-detail-tree.module.mjs +18 -0
- package/esm2020/lib/molecules/molecules.module.mjs +8 -4
- package/esm2020/lib/organisms/filter-detail/filter-detail.component.mjs +16 -0
- package/esm2020/lib/organisms/filter-detail/filter-detail.component.model.mjs +2 -0
- package/esm2020/lib/organisms/filter-detail/filter-detail.module.mjs +19 -0
- package/esm2020/lib/organisms/organisms.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/molecules/filter-detail-tree/filter-detail-tree.component.mjs +17 -0
- package/esm2020/projects/component-library/lib/molecules/filter-detail-tree/filter-detail-tree.component.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/filter-detail-tree/filter-detail-tree.module.mjs +18 -0
- package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/organisms/filter-detail/filter-detail.component.mjs +16 -0
- package/esm2020/projects/component-library/lib/organisms/filter-detail/filter-detail.component.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/organisms/filter-detail/filter-detail.module.mjs +19 -0
- package/esm2020/projects/component-library/lib/organisms/organisms.module.mjs +8 -4
- package/esm2020/projects/component-library/public-api.mjs +7 -1
- package/esm2020/public-api.mjs +7 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +67 -7
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +67 -7
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +67 -7
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +67 -7
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/molecules/filter-detail-tree/filter-detail-tree.component.d.ts +9 -0
- package/lib/molecules/filter-detail-tree/filter-detail-tree.component.model.d.ts +10 -0
- package/lib/molecules/filter-detail-tree/filter-detail-tree.module.d.ts +8 -0
- package/lib/molecules/molecules.module.d.ts +3 -2
- package/lib/organisms/filter-detail/filter-detail.component.d.ts +8 -0
- package/lib/organisms/filter-detail/filter-detail.component.model.d.ts +10 -0
- package/lib/organisms/filter-detail/filter-detail.module.d.ts +9 -0
- package/lib/organisms/organisms.module.d.ts +2 -1
- package/package.json +1 -1
- package/projects/component-library/lib/molecules/filter-detail-tree/filter-detail-tree.component.d.ts +9 -0
- package/projects/component-library/lib/molecules/filter-detail-tree/filter-detail-tree.component.model.d.ts +10 -0
- package/projects/component-library/lib/molecules/filter-detail-tree/filter-detail-tree.module.d.ts +8 -0
- package/projects/component-library/lib/molecules/molecules.module.d.ts +3 -2
- package/projects/component-library/lib/organisms/filter-detail/filter-detail.component.d.ts +8 -0
- package/projects/component-library/lib/organisms/filter-detail/filter-detail.component.model.d.ts +10 -0
- package/projects/component-library/lib/organisms/filter-detail/filter-detail.module.d.ts +9 -0
- package/projects/component-library/lib/organisms/organisms.module.d.ts +2 -1
- package/projects/component-library/public-api.d.ts +6 -0
- package/public-api.d.ts +6 -0
|
@@ -3691,6 +3691,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
3691
3691
|
}]
|
|
3692
3692
|
}] });
|
|
3693
3693
|
|
|
3694
|
+
class FilterDetailTreeComponent {
|
|
3695
|
+
constructor() { }
|
|
3696
|
+
}
|
|
3697
|
+
FilterDetailTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterDetailTreeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3698
|
+
FilterDetailTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: FilterDetailTreeComponent, selector: "symphony-filter-detail-tree", inputs: { filterBooleanGroupOperator: "filterBooleanGroupOperator", groupItemList: "groupItemList" }, ngImport: i0, template: "<ul class=\"list-unstyled\">\n <li class=\"parent-group-wrapper filter-detailTree-wrapper\">\n <div class=\"filterBooleanGroupOperator\">\n {{ filterBooleanGroupOperator }}\n </div>\n <ul class=\"list-unstyled tier1-group-wrapper\">\n <li class=\"t1-li\" *ngFor=\"let groupItem of groupItemList\">\n <div class=\"t1-wrapper\">\n <div class=\"group-title-wrap\">\n <h5>\n {{ groupItem.groupName }}\n <span class=\"filterBooleanGroupOperator sfx-d-inline-block\">{{\n groupItem.filterBooleanOperator\n }}</span>\n </h5>\n </div>\n <div class=\"detail-group-wrap\">\n <div *ngFor=\"let detailItem of groupItem.detailItemList\">\n <h6>{{ detailItem.filterLabel }}</h6>\n <div>\n <span class=\"filterOperator sfx-mr-5\">{{\n detailItem.filterOperator\n }}</span\n ><span [innerHTML]=\"detailItem.content\"></span>\n </div>\n </div>\n </div>\n </div>\n </li>\n </ul>\n </li>\n</ul>\n", styles: [".sfx-p-0{padding:0}.sfx-p-5{padding:.3rem}.sfx-p-10{padding:.625rem}.sfx-p-15{padding:.9375rem}.sfx-p-20{padding:1.25rem}.sfx-p-30{padding:1.875rem}.sfx-pt-0{padding-top:0}.sfx-pt-5{padding-top:.3rem}.sfx-pt-10{padding-top:.625rem}.sfx-pt-15{padding-top:.9375rem}.sfx-pt-20{padding-top:1.25rem}.sfx-pt-25{padding-top:1.5625rem}.sfx-pt-30{padding-top:1.875rem}.sfx-pt-35{padding-top:2.1875rem}.sfx-pt-40{padding-top:2.5rem}.sfx-pt-50{padding-top:3.125rem}.sfx-pb-0{padding-bottom:0}.sfx-pb-5{padding-bottom:.3rem}.sfx-pb-10{padding-bottom:.625rem}.sfx-pb-15{padding-bottom:.9375rem}.sfx-pb-20{padding-bottom:1.25rem}.sfx-pb-25{padding-bottom:1.5625rem}.sfx-pb-30{padding-bottom:1.875rem}.sfx-pb-35{padding-bottom:2.1875rem}.sfx-pb-40{padding-bottom:2.5rem}.sfx-pb-50{padding-bottom:3.125rem}.sfx-pl-0{padding-left:0}.sfx-pl-5{padding-left:.3rem}.sfx-pl-10{padding-left:.625rem}.sfx-pl-15{padding-left:.9375rem}.sfx-pl-20{padding-left:1.25rem}.sfx-pl-25{padding-left:1.5625rem}.sfx-pl-30{padding-left:1.875rem}.sfx-pr-0{padding-right:0}.sfx-pr-5{padding-right:.3rem}.sfx-pr-10{padding-right:.625rem}.sfx-pr-15{padding-right:.9375rem}.sfx-pr-20{padding-right:1.25rem}.sfx-pr-25{padding-right:1.5625rem}.sfx-pr-30{padding-right:1.875rem}.sfx-py-15{padding-left:.9375rem;padding-right:.9375rem}.sfx-py-30{padding-left:1.875rem;padding-right:1.875rem}.sfx-px-0{padding-top:0;padding-bottom:0}.sfx-px-15{padding-top:.9375rem;padding-bottom:.9375rem}.sfx-px-20{padding-top:1.25rem;padding-bottom:1.25rem}.sfx-px-30{padding-top:1.875rem;padding-bottom:1.875rem}.sfx-m-0{margin:0}.sfx-m-5{margin:.3rem}.sfx-m-10{margin:.625rem}.sfx-m-15{margin:.9375rem}.sfx-m-20{margin:1.25rem}.sfx-m-auto{margin:0 auto}.sfx-mt-0{margin-top:0}.sfx-mt-5{margin-top:.3rem}.sfx-mt-10{margin-top:.625rem}.sfx-mt-15{margin-top:.9375rem}.sfx-mt-20{margin-top:1.25rem}.sfx-mt-25{margin-top:1.5625rem}.sfx-mt-30{margin-top:1.875rem}.sfx-mt-40{margin-top:2.5rem}.sfx-mt-80{margin-top:5rem}.sfx-mb-0{margin-bottom:0}.sfx-mb-5{margin-bottom:.3rem}.sfx-mb-10{margin-bottom:.625rem}.sfx-mb-15{margin-bottom:.9375rem}.sfx-mb-20{margin-bottom:1.25rem}.sfx-mb-25{margin-bottom:1.5625rem}.sfx-mb-30{margin-bottom:1.875rem}.sfx-mb-40{margin-bottom:2.5rem}.sfx-mb-50{margin-bottom:3.125rem}.sfx-ml-0{margin-left:0}.sfx-ml-5{margin-left:.3rem}.sfx-ml-10{margin-left:.625rem}.sfx-ml-15{margin-left:.9375rem}.sfx-ml-20{margin-left:1.25rem}.sfx-ml-auto{margin-left:auto}.sfx-mr-0{margin-right:0}.sfx-mr-5{margin-right:.3rem}.sfx-mr-10{margin-right:.625rem}.sfx-mr-15{margin-right:.9375rem}.sfx-mr-20{margin-right:1.25rem}.sfx-mr-25{margin-right:1.5625rem}.sfx-mr-30{margin-right:1.875rem}.sfx-mr-40{margin-right:2.5rem}.parent-group-wrapper.filter-detailTree-wrapper .filterBooleanGroupOperator{font-size:12px;line-height:18px;text-align:center;border:1px solid #334860;text-transform:uppercase;font-weight:500;width:50px;background:#334860;color:#fff;border-radius:10px;position:relative;z-index:1}.parent-group-wrapper.filter-detailTree-wrapper .tier1-group-wrapper{margin-left:25px;position:relative}.parent-group-wrapper.filter-detailTree-wrapper .tier1-group-wrapper .t1-li{margin-left:30px;position:relative;margin-bottom:20px}.parent-group-wrapper.filter-detailTree-wrapper .tier1-group-wrapper .t1-li .t1-wrapper{padding:20px;border:1px solid #5B6D80;border-radius:4px;margin-bottom:10px}.parent-group-wrapper.filter-detailTree-wrapper .tier1-group-wrapper .t1-li .t1-wrapper .detail-group-wrap{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.parent-group-wrapper.filter-detailTree-wrapper .tier1-group-wrapper .t1-li .t1-wrapper .detail-group-wrap .filterOperator{background:#bababa;border-radius:10px;padding:2px 5px}.parent-group-wrapper.filter-detailTree-wrapper .tier1-group-wrapper .t1-li:before{content:\"\";position:absolute;top:-10px;border-left:1px solid #5B6D80;border-bottom:1px solid #5B6D80;left:-30px;width:30px;height:30px}.parent-group-wrapper.filter-detailTree-wrapper .tier1-group-wrapper .t1-li:after{position:absolute;content:\"\";top:20px;border-left:1px solid #5B6D80;width:30px;height:100%;left:-30px}.parent-group-wrapper.filter-detailTree-wrapper .tier1-group-wrapper .t1-li:last-child:before{border-bottom-left-radius:4px}.parent-group-wrapper.filter-detailTree-wrapper .tier1-group-wrapper .t1-li:last-child:after{display:none}\n"], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
3699
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterDetailTreeComponent, decorators: [{
|
|
3700
|
+
type: Component,
|
|
3701
|
+
args: [{ selector: 'symphony-filter-detail-tree', template: "<ul class=\"list-unstyled\">\n <li class=\"parent-group-wrapper filter-detailTree-wrapper\">\n <div class=\"filterBooleanGroupOperator\">\n {{ filterBooleanGroupOperator }}\n </div>\n <ul class=\"list-unstyled tier1-group-wrapper\">\n <li class=\"t1-li\" *ngFor=\"let groupItem of groupItemList\">\n <div class=\"t1-wrapper\">\n <div class=\"group-title-wrap\">\n <h5>\n {{ groupItem.groupName }}\n <span class=\"filterBooleanGroupOperator sfx-d-inline-block\">{{\n groupItem.filterBooleanOperator\n }}</span>\n </h5>\n </div>\n <div class=\"detail-group-wrap\">\n <div *ngFor=\"let detailItem of groupItem.detailItemList\">\n <h6>{{ detailItem.filterLabel }}</h6>\n <div>\n <span class=\"filterOperator sfx-mr-5\">{{\n detailItem.filterOperator\n }}</span\n ><span [innerHTML]=\"detailItem.content\"></span>\n </div>\n </div>\n </div>\n </div>\n </li>\n </ul>\n </li>\n</ul>\n", styles: [".sfx-p-0{padding:0}.sfx-p-5{padding:.3rem}.sfx-p-10{padding:.625rem}.sfx-p-15{padding:.9375rem}.sfx-p-20{padding:1.25rem}.sfx-p-30{padding:1.875rem}.sfx-pt-0{padding-top:0}.sfx-pt-5{padding-top:.3rem}.sfx-pt-10{padding-top:.625rem}.sfx-pt-15{padding-top:.9375rem}.sfx-pt-20{padding-top:1.25rem}.sfx-pt-25{padding-top:1.5625rem}.sfx-pt-30{padding-top:1.875rem}.sfx-pt-35{padding-top:2.1875rem}.sfx-pt-40{padding-top:2.5rem}.sfx-pt-50{padding-top:3.125rem}.sfx-pb-0{padding-bottom:0}.sfx-pb-5{padding-bottom:.3rem}.sfx-pb-10{padding-bottom:.625rem}.sfx-pb-15{padding-bottom:.9375rem}.sfx-pb-20{padding-bottom:1.25rem}.sfx-pb-25{padding-bottom:1.5625rem}.sfx-pb-30{padding-bottom:1.875rem}.sfx-pb-35{padding-bottom:2.1875rem}.sfx-pb-40{padding-bottom:2.5rem}.sfx-pb-50{padding-bottom:3.125rem}.sfx-pl-0{padding-left:0}.sfx-pl-5{padding-left:.3rem}.sfx-pl-10{padding-left:.625rem}.sfx-pl-15{padding-left:.9375rem}.sfx-pl-20{padding-left:1.25rem}.sfx-pl-25{padding-left:1.5625rem}.sfx-pl-30{padding-left:1.875rem}.sfx-pr-0{padding-right:0}.sfx-pr-5{padding-right:.3rem}.sfx-pr-10{padding-right:.625rem}.sfx-pr-15{padding-right:.9375rem}.sfx-pr-20{padding-right:1.25rem}.sfx-pr-25{padding-right:1.5625rem}.sfx-pr-30{padding-right:1.875rem}.sfx-py-15{padding-left:.9375rem;padding-right:.9375rem}.sfx-py-30{padding-left:1.875rem;padding-right:1.875rem}.sfx-px-0{padding-top:0;padding-bottom:0}.sfx-px-15{padding-top:.9375rem;padding-bottom:.9375rem}.sfx-px-20{padding-top:1.25rem;padding-bottom:1.25rem}.sfx-px-30{padding-top:1.875rem;padding-bottom:1.875rem}.sfx-m-0{margin:0}.sfx-m-5{margin:.3rem}.sfx-m-10{margin:.625rem}.sfx-m-15{margin:.9375rem}.sfx-m-20{margin:1.25rem}.sfx-m-auto{margin:0 auto}.sfx-mt-0{margin-top:0}.sfx-mt-5{margin-top:.3rem}.sfx-mt-10{margin-top:.625rem}.sfx-mt-15{margin-top:.9375rem}.sfx-mt-20{margin-top:1.25rem}.sfx-mt-25{margin-top:1.5625rem}.sfx-mt-30{margin-top:1.875rem}.sfx-mt-40{margin-top:2.5rem}.sfx-mt-80{margin-top:5rem}.sfx-mb-0{margin-bottom:0}.sfx-mb-5{margin-bottom:.3rem}.sfx-mb-10{margin-bottom:.625rem}.sfx-mb-15{margin-bottom:.9375rem}.sfx-mb-20{margin-bottom:1.25rem}.sfx-mb-25{margin-bottom:1.5625rem}.sfx-mb-30{margin-bottom:1.875rem}.sfx-mb-40{margin-bottom:2.5rem}.sfx-mb-50{margin-bottom:3.125rem}.sfx-ml-0{margin-left:0}.sfx-ml-5{margin-left:.3rem}.sfx-ml-10{margin-left:.625rem}.sfx-ml-15{margin-left:.9375rem}.sfx-ml-20{margin-left:1.25rem}.sfx-ml-auto{margin-left:auto}.sfx-mr-0{margin-right:0}.sfx-mr-5{margin-right:.3rem}.sfx-mr-10{margin-right:.625rem}.sfx-mr-15{margin-right:.9375rem}.sfx-mr-20{margin-right:1.25rem}.sfx-mr-25{margin-right:1.5625rem}.sfx-mr-30{margin-right:1.875rem}.sfx-mr-40{margin-right:2.5rem}.parent-group-wrapper.filter-detailTree-wrapper .filterBooleanGroupOperator{font-size:12px;line-height:18px;text-align:center;border:1px solid #334860;text-transform:uppercase;font-weight:500;width:50px;background:#334860;color:#fff;border-radius:10px;position:relative;z-index:1}.parent-group-wrapper.filter-detailTree-wrapper .tier1-group-wrapper{margin-left:25px;position:relative}.parent-group-wrapper.filter-detailTree-wrapper .tier1-group-wrapper .t1-li{margin-left:30px;position:relative;margin-bottom:20px}.parent-group-wrapper.filter-detailTree-wrapper .tier1-group-wrapper .t1-li .t1-wrapper{padding:20px;border:1px solid #5B6D80;border-radius:4px;margin-bottom:10px}.parent-group-wrapper.filter-detailTree-wrapper .tier1-group-wrapper .t1-li .t1-wrapper .detail-group-wrap{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.parent-group-wrapper.filter-detailTree-wrapper .tier1-group-wrapper .t1-li .t1-wrapper .detail-group-wrap .filterOperator{background:#bababa;border-radius:10px;padding:2px 5px}.parent-group-wrapper.filter-detailTree-wrapper .tier1-group-wrapper .t1-li:before{content:\"\";position:absolute;top:-10px;border-left:1px solid #5B6D80;border-bottom:1px solid #5B6D80;left:-30px;width:30px;height:30px}.parent-group-wrapper.filter-detailTree-wrapper .tier1-group-wrapper .t1-li:after{position:absolute;content:\"\";top:20px;border-left:1px solid #5B6D80;width:30px;height:100%;left:-30px}.parent-group-wrapper.filter-detailTree-wrapper .tier1-group-wrapper .t1-li:last-child:before{border-bottom-left-radius:4px}.parent-group-wrapper.filter-detailTree-wrapper .tier1-group-wrapper .t1-li:last-child:after{display:none}\n"] }]
|
|
3702
|
+
}], ctorParameters: function () { return []; }, propDecorators: { filterBooleanGroupOperator: [{
|
|
3703
|
+
type: Input
|
|
3704
|
+
}], groupItemList: [{
|
|
3705
|
+
type: Input
|
|
3706
|
+
}] } });
|
|
3707
|
+
|
|
3708
|
+
class FilterDetailTreeModule {
|
|
3709
|
+
}
|
|
3710
|
+
FilterDetailTreeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterDetailTreeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3711
|
+
FilterDetailTreeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterDetailTreeModule, declarations: [FilterDetailTreeComponent], imports: [CommonModule], exports: [FilterDetailTreeComponent] });
|
|
3712
|
+
FilterDetailTreeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterDetailTreeModule, imports: [[CommonModule]] });
|
|
3713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterDetailTreeModule, decorators: [{
|
|
3714
|
+
type: NgModule,
|
|
3715
|
+
args: [{
|
|
3716
|
+
declarations: [FilterDetailTreeComponent],
|
|
3717
|
+
imports: [CommonModule],
|
|
3718
|
+
exports: [FilterDetailTreeComponent],
|
|
3719
|
+
}]
|
|
3720
|
+
}] });
|
|
3721
|
+
|
|
3694
3722
|
class TabsComponent {
|
|
3695
3723
|
constructor() { }
|
|
3696
3724
|
ngOnInit() {
|
|
@@ -3978,7 +4006,8 @@ MoleculesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
3978
4006
|
LabelledInputToggleModule,
|
|
3979
4007
|
LabelledToggleListModule,
|
|
3980
4008
|
ChatHistoryMessageItemModule,
|
|
3981
|
-
FilterTabsModule
|
|
4009
|
+
FilterTabsModule,
|
|
4010
|
+
FilterDetailTreeModule], exports: [PillsModule,
|
|
3982
4011
|
BreadcrumbModule,
|
|
3983
4012
|
FeedbackCardModule,
|
|
3984
4013
|
DocumentManagementItemModule,
|
|
@@ -4012,7 +4041,8 @@ MoleculesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
4012
4041
|
LabelledInputToggleModule,
|
|
4013
4042
|
LabelledToggleListModule,
|
|
4014
4043
|
ChatHistoryMessageItemModule,
|
|
4015
|
-
FilterTabsModule
|
|
4044
|
+
FilterTabsModule,
|
|
4045
|
+
FilterDetailTreeModule
|
|
4016
4046
|
], PillsModule,
|
|
4017
4047
|
BreadcrumbModule,
|
|
4018
4048
|
FeedbackCardModule,
|
|
@@ -4059,7 +4089,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
4059
4089
|
LabelledInputToggleModule,
|
|
4060
4090
|
LabelledToggleListModule,
|
|
4061
4091
|
ChatHistoryMessageItemModule,
|
|
4062
|
-
FilterTabsModule
|
|
4092
|
+
FilterTabsModule,
|
|
4093
|
+
FilterDetailTreeModule
|
|
4063
4094
|
]
|
|
4064
4095
|
}]
|
|
4065
4096
|
}] });
|
|
@@ -6400,6 +6431,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
6400
6431
|
}]
|
|
6401
6432
|
}] });
|
|
6402
6433
|
|
|
6434
|
+
class FilterDetailComponent {
|
|
6435
|
+
constructor() { }
|
|
6436
|
+
}
|
|
6437
|
+
FilterDetailComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterDetailComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6438
|
+
FilterDetailComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: FilterDetailComponent, selector: "symphony-filter-detail", inputs: { filterDetailModal: "filterDetailModal" }, ngImport: i0, template: "<div class=\"row\" *ngIf=\"filterDetailModal\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 filter-detail-wrapper\">\n <div class=\"col-xs-12 col-sm-6 col-md-4 col-lg-3 sfx-pl-0\">\n <h5 class=\"sfx-mb-15\">Folder Details</h5>\n <ul class=\"list-unstyled\">\n <li\n *ngFor=\"\n let filterDetailItem of filterDetailModal.filterFolderDetailList\n \"\n >\n <h6 class=\"sfx-mb-5\">{{ filterDetailItem.detailLabel }}</h6>\n <p class=\"sfx-mb-20\">{{ filterDetailItem.detailcontent }}</p>\n </li>\n </ul>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-8 col-lg-9 sfx-pl-0\">\n <h5 class=\"sfx-mb-15\">Advance Search Criteria</h5>\n <symphony-filter-detail-tree\n [filterBooleanGroupOperator]=\"\n filterDetailModal.filterBooleanGroupOperator\n \"\n [groupItemList]=\"filterDetailModal.groupItemList\"\n ></symphony-filter-detail-tree>\n </div>\n </div>\n</div>\n", styles: [".filter-detail-wrapper{background:#F1F2F5;padding:30px 30px 40px}\n"], components: [{ type: FilterDetailTreeComponent, selector: "symphony-filter-detail-tree", inputs: ["filterBooleanGroupOperator", "groupItemList"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
6439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterDetailComponent, decorators: [{
|
|
6440
|
+
type: Component,
|
|
6441
|
+
args: [{ selector: 'symphony-filter-detail', template: "<div class=\"row\" *ngIf=\"filterDetailModal\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 filter-detail-wrapper\">\n <div class=\"col-xs-12 col-sm-6 col-md-4 col-lg-3 sfx-pl-0\">\n <h5 class=\"sfx-mb-15\">Folder Details</h5>\n <ul class=\"list-unstyled\">\n <li\n *ngFor=\"\n let filterDetailItem of filterDetailModal.filterFolderDetailList\n \"\n >\n <h6 class=\"sfx-mb-5\">{{ filterDetailItem.detailLabel }}</h6>\n <p class=\"sfx-mb-20\">{{ filterDetailItem.detailcontent }}</p>\n </li>\n </ul>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-8 col-lg-9 sfx-pl-0\">\n <h5 class=\"sfx-mb-15\">Advance Search Criteria</h5>\n <symphony-filter-detail-tree\n [filterBooleanGroupOperator]=\"\n filterDetailModal.filterBooleanGroupOperator\n \"\n [groupItemList]=\"filterDetailModal.groupItemList\"\n ></symphony-filter-detail-tree>\n </div>\n </div>\n</div>\n", styles: [".filter-detail-wrapper{background:#F1F2F5;padding:30px 30px 40px}\n"] }]
|
|
6442
|
+
}], ctorParameters: function () { return []; }, propDecorators: { filterDetailModal: [{
|
|
6443
|
+
type: Input
|
|
6444
|
+
}] } });
|
|
6445
|
+
|
|
6446
|
+
class FilterDetailModule {
|
|
6447
|
+
}
|
|
6448
|
+
FilterDetailModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterDetailModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6449
|
+
FilterDetailModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterDetailModule, declarations: [FilterDetailComponent], imports: [CommonModule, FilterDetailTreeModule], exports: [FilterDetailComponent] });
|
|
6450
|
+
FilterDetailModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterDetailModule, imports: [[CommonModule, FilterDetailTreeModule]] });
|
|
6451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterDetailModule, decorators: [{
|
|
6452
|
+
type: NgModule,
|
|
6453
|
+
args: [{
|
|
6454
|
+
declarations: [FilterDetailComponent],
|
|
6455
|
+
imports: [CommonModule, FilterDetailTreeModule],
|
|
6456
|
+
exports: [FilterDetailComponent],
|
|
6457
|
+
}]
|
|
6458
|
+
}] });
|
|
6459
|
+
|
|
6403
6460
|
class OrganismsModule {
|
|
6404
6461
|
}
|
|
6405
6462
|
OrganismsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -6431,7 +6488,8 @@ OrganismsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
6431
6488
|
ButtonModule,
|
|
6432
6489
|
InformationModalModule,
|
|
6433
6490
|
ChatHistoryMessageListModule,
|
|
6434
|
-
AssignedToWidgetModule
|
|
6491
|
+
AssignedToWidgetModule,
|
|
6492
|
+
FilterDetailModule] });
|
|
6435
6493
|
OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, imports: [[
|
|
6436
6494
|
CommonModule,
|
|
6437
6495
|
NoteListModule,
|
|
@@ -6461,7 +6519,8 @@ OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
6461
6519
|
ButtonModule,
|
|
6462
6520
|
InformationModalModule,
|
|
6463
6521
|
ChatHistoryMessageListModule,
|
|
6464
|
-
AssignedToWidgetModule
|
|
6522
|
+
AssignedToWidgetModule,
|
|
6523
|
+
FilterDetailModule
|
|
6465
6524
|
]] });
|
|
6466
6525
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, decorators: [{
|
|
6467
6526
|
type: NgModule,
|
|
@@ -6496,7 +6555,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
6496
6555
|
ButtonModule,
|
|
6497
6556
|
InformationModalModule,
|
|
6498
6557
|
ChatHistoryMessageListModule,
|
|
6499
|
-
AssignedToWidgetModule
|
|
6558
|
+
AssignedToWidgetModule,
|
|
6559
|
+
FilterDetailModule
|
|
6500
6560
|
]
|
|
6501
6561
|
}]
|
|
6502
6562
|
}] });
|
|
@@ -9178,5 +9238,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
9178
9238
|
* Generated bundle index. Do not edit.
|
|
9179
9239
|
*/
|
|
9180
9240
|
|
|
9181
|
-
export { ActionBarComponent, ActionBarJobListComponent, ActionBarJobListModule, ActionBarModule, ActionBarSelectionCounterComponent, ActionBarSelectionCounterModule, ActivityScoreLevel, AdditionModalComponent, AdditionModalModule, AdditionalInformationCardListComponent, AdditionalInformationCardListModule, AdvanceFilterSelectedCounterComponent, AdvanceFilterSelectedCounterModule, AdvanceSearchModalComponent, AdvanceSearchModalModule, AdvertiseModalComponent, AdvertiseModalModule, AdvertisedJobPostingsListPageComponent, AdvertisedJobPostingsListPageModule, AdvertisedJobPostingsModalComponent, AdvertisedJobPostingsModalModule, AdvertisedJobsCostComponent, AdvertisedJobsCostModule, AlertDuration, AssignToUserModalComponent, AssignToUserModalModule, AssignedToWidgetComponent, AssignedToWidgetModule, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonDropdownComponent, ButtonDropdownModule, ButtonModule, ButtonV2Component, ButtonV2Module, ButtonWithIconComponent, ButtonWithIconModule, CapitalizeFirstCharacterPipe, CardComponent, CardListComponent, CardListModule, CardModule, CharacterCounterComponent, CharacterCounterModule, ChatHistoryDateStampComponent, ChatHistoryDateStampModule, ChatHistoryMessageAvatarComponent, ChatHistoryMessageAvatarModule, ChatHistoryMessageBubbleComponent, ChatHistoryMessageBubbleModule, ChatHistoryMessageItemComponent, ChatHistoryMessageItemModule, ChatHistoryMessageListComponent, ChatHistoryMessageListModule, ChatbotHistoryModalComponent, ChatbotHistoryModalModule, ColorNames, ColoredTextIndicatorComponent, ColoredTextIndicatorModule, ConfirmationModalComponent, ConfirmationModalModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, DocumentManagementItemComponent, DocumentManagementItemModule, DocumentManagementListComponent, DocumentManagementListModule, DomainWhitelistingPartialPageComponent, DomainWhitelistingPartialPageModule, EditableSettingItemComponent, EditableSettingItemListComponent, EditableSettingItemListModule, EditableSettingItemModule, EditableSettingKey, EditableSettingPartialPageComponent, EditableSettingPartialPageModule, EmailValidator, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FeedbackCardComponent, FeedbackCardListComponent, FeedbackCardListModule, FeedbackCardModule, FeedbackCardState, FeedbackDetailPageComponent, FeedbackDetailPageModule, FeedbackListPageComponent, FeedbackListPageModule, FeedbackLoginModalComponent, FeedbackLoginModalModule, FeedbackRequestListPageComponent, FeedbackRequestListPageModule, FeedbackSettingDetailsPageComponent, FeedbackSettingDetailsPageModule, FileUploadComponent, FileUploadModule, FileUploadV2Component, FileUploadV2Module, FilterAreaComponent, FilterAreaModule, FilterTabsComponent, FilterTabsModule, FormattedCounterComponent, FormattedCounterModule, FrameworkModule, GridActionsComponent, GridActionsModule, GridCellClickableComponent, GridCellClickableModule, GridCellLoaderModule, GridComponent, GridControlsComponent, GridControlsModule, GridDownloadComponent, GridDownloadModule, GridLoadingCellComponent, GridModule, GridNoRowsOverlayComponent, GridNoRowsOverlayModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWithTooltipComponent, IconWithTooltipModule, IconWrapperComponent, IconWrapperModule, Icons, InformationModalComponent, InformationModalModule, InputCheckboxComponent, InputCheckboxListComponent, InputCheckboxListModule, InputCheckboxModule, InputChipsComponent, InputChipsModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputFileUploadComponent, InputFileUploadModule, InputLimitedTextComponent, InputLimitedTextModule, InputRadioComponent, InputRadioModule, InputRadioToggleComponent, InputRadioToggleModule, InputSearchCheckboxDropdownComponent, InputSearchCheckboxDropdownModule, InputTextComponent, InputTextModule, InputTextareaComponent, InputTextareaModule, InputToggleComponent, InputToggleModule, JobListPageComponent, JobListPageModule, LibrariesPageComponent, LibrariesPageModule, LinkedinPremiumJobPostingsModalComponent, LinkedinPremiumJobPostingsModalModule, MoleculesModule, MultiSelectDataModule, MultiselectSearchCheckbox, NavigationLinkComponent, NavigationLinkModule, NotificationsComponent, NotificationsModule, OrganismsModule, OverflowTextComponent, OverflowTextModule, OverflowTextTooltipComponent, OverflowTextTooltipModule, ParagraphComponent, ParagraphModule, PartialPages, PhaserCardComponent, PhaserCardModule, PhaserComponent, PhaserModule, PillComponent, PillModule, PillsComponent, PillsModule, PipeModule, RelevanceScoreComponent, RelevanceScoreModule, ScheduleInterviewModalComponent, ScheduleInterviewModalModule, SettingDetailPageComponent, SettingDetailPageModule, SettingListPageComponent, SettingListPageModule, SettingsDetailNavigationItemComponent, SettingsDetailNavigationItemModule, SettingsDetailNavigationListComponent, SettingsDetailNavigationListModule, SettingsLicenseManagementComponent, SettingsLicenseManagementModule, SettingsReportManagementComponent, SettingsReportManagementModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, SidebarNavigationComponent, SidebarNavigationModule, SidebarNavigationV2Component, SidebarNavigationV2Module, SymphonyModalComponent, SymphonyModalModule, TabsComponent, TabsModules, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TrimIdPipe, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, VerticalSeparatorComponent, VerticalSeparatorModule, gridType };
|
|
9241
|
+
export { ActionBarComponent, ActionBarJobListComponent, ActionBarJobListModule, ActionBarModule, ActionBarSelectionCounterComponent, ActionBarSelectionCounterModule, ActivityScoreLevel, AdditionModalComponent, AdditionModalModule, AdditionalInformationCardListComponent, AdditionalInformationCardListModule, AdvanceFilterSelectedCounterComponent, AdvanceFilterSelectedCounterModule, AdvanceSearchModalComponent, AdvanceSearchModalModule, AdvertiseModalComponent, AdvertiseModalModule, AdvertisedJobPostingsListPageComponent, AdvertisedJobPostingsListPageModule, AdvertisedJobPostingsModalComponent, AdvertisedJobPostingsModalModule, AdvertisedJobsCostComponent, AdvertisedJobsCostModule, AlertDuration, AssignToUserModalComponent, AssignToUserModalModule, AssignedToWidgetComponent, AssignedToWidgetModule, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonDropdownComponent, ButtonDropdownModule, ButtonModule, ButtonV2Component, ButtonV2Module, ButtonWithIconComponent, ButtonWithIconModule, CapitalizeFirstCharacterPipe, CardComponent, CardListComponent, CardListModule, CardModule, CharacterCounterComponent, CharacterCounterModule, ChatHistoryDateStampComponent, ChatHistoryDateStampModule, ChatHistoryMessageAvatarComponent, ChatHistoryMessageAvatarModule, ChatHistoryMessageBubbleComponent, ChatHistoryMessageBubbleModule, ChatHistoryMessageItemComponent, ChatHistoryMessageItemModule, ChatHistoryMessageListComponent, ChatHistoryMessageListModule, ChatbotHistoryModalComponent, ChatbotHistoryModalModule, ColorNames, ColoredTextIndicatorComponent, ColoredTextIndicatorModule, ConfirmationModalComponent, ConfirmationModalModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, DocumentManagementItemComponent, DocumentManagementItemModule, DocumentManagementListComponent, DocumentManagementListModule, DomainWhitelistingPartialPageComponent, DomainWhitelistingPartialPageModule, EditableSettingItemComponent, EditableSettingItemListComponent, EditableSettingItemListModule, EditableSettingItemModule, EditableSettingKey, EditableSettingPartialPageComponent, EditableSettingPartialPageModule, EmailValidator, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FeedbackCardComponent, FeedbackCardListComponent, FeedbackCardListModule, FeedbackCardModule, FeedbackCardState, FeedbackDetailPageComponent, FeedbackDetailPageModule, FeedbackListPageComponent, FeedbackListPageModule, FeedbackLoginModalComponent, FeedbackLoginModalModule, FeedbackRequestListPageComponent, FeedbackRequestListPageModule, FeedbackSettingDetailsPageComponent, FeedbackSettingDetailsPageModule, FileUploadComponent, FileUploadModule, FileUploadV2Component, FileUploadV2Module, FilterAreaComponent, FilterAreaModule, FilterDetailComponent, FilterDetailModule, FilterDetailTreeComponent, FilterDetailTreeModule, FilterTabsComponent, FilterTabsModule, FormattedCounterComponent, FormattedCounterModule, FrameworkModule, GridActionsComponent, GridActionsModule, GridCellClickableComponent, GridCellClickableModule, GridCellLoaderModule, GridComponent, GridControlsComponent, GridControlsModule, GridDownloadComponent, GridDownloadModule, GridLoadingCellComponent, GridModule, GridNoRowsOverlayComponent, GridNoRowsOverlayModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWithTooltipComponent, IconWithTooltipModule, IconWrapperComponent, IconWrapperModule, Icons, InformationModalComponent, InformationModalModule, InputCheckboxComponent, InputCheckboxListComponent, InputCheckboxListModule, InputCheckboxModule, InputChipsComponent, InputChipsModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputFileUploadComponent, InputFileUploadModule, InputLimitedTextComponent, InputLimitedTextModule, InputRadioComponent, InputRadioModule, InputRadioToggleComponent, InputRadioToggleModule, InputSearchCheckboxDropdownComponent, InputSearchCheckboxDropdownModule, InputTextComponent, InputTextModule, InputTextareaComponent, InputTextareaModule, InputToggleComponent, InputToggleModule, JobListPageComponent, JobListPageModule, LibrariesPageComponent, LibrariesPageModule, LinkedinPremiumJobPostingsModalComponent, LinkedinPremiumJobPostingsModalModule, MoleculesModule, MultiSelectDataModule, MultiselectSearchCheckbox, NavigationLinkComponent, NavigationLinkModule, NotificationsComponent, NotificationsModule, OrganismsModule, OverflowTextComponent, OverflowTextModule, OverflowTextTooltipComponent, OverflowTextTooltipModule, ParagraphComponent, ParagraphModule, PartialPages, PhaserCardComponent, PhaserCardModule, PhaserComponent, PhaserModule, PillComponent, PillModule, PillsComponent, PillsModule, PipeModule, RelevanceScoreComponent, RelevanceScoreModule, ScheduleInterviewModalComponent, ScheduleInterviewModalModule, SettingDetailPageComponent, SettingDetailPageModule, SettingListPageComponent, SettingListPageModule, SettingsDetailNavigationItemComponent, SettingsDetailNavigationItemModule, SettingsDetailNavigationListComponent, SettingsDetailNavigationListModule, SettingsLicenseManagementComponent, SettingsLicenseManagementModule, SettingsReportManagementComponent, SettingsReportManagementModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, SidebarNavigationComponent, SidebarNavigationModule, SidebarNavigationV2Component, SidebarNavigationV2Module, SymphonyModalComponent, SymphonyModalModule, TabsComponent, TabsModules, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TrimIdPipe, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, VerticalSeparatorComponent, VerticalSeparatorModule, gridType };
|
|
9182
9242
|
//# sourceMappingURL=symphony-talent-component-library.mjs.map
|