@symphony-talent/component-library 4.223.0 → 4.224.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/pages/modals/linkedin-premium-job-postings-modal/linkedin-premium-job-postings-modal.component.mjs +12 -3
- package/esm2020/projects/component-library/lib/pages/modals/linkedin-premium-job-postings-modal/linkedin-premium-job-postings-modal.component.mjs +12 -3
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +11 -2
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +11 -2
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +11 -2
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +11 -2
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/pages/modals/linkedin-premium-job-postings-modal/linkedin-premium-job-postings-modal.component.d.ts +4 -1
- package/package.json +1 -1
- package/projects/component-library/lib/pages/modals/linkedin-premium-job-postings-modal/linkedin-premium-job-postings-modal.component.d.ts +4 -1
|
@@ -9919,6 +9919,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
9919
9919
|
|
|
9920
9920
|
class LinkedinPremiumJobPostingsModalComponent {
|
|
9921
9921
|
constructor() {
|
|
9922
|
+
this.title = 'LinkedIn Premium Postings';
|
|
9923
|
+
this.subtitle = 'LinkedIn Terms & Conditions';
|
|
9924
|
+
this.subtitleLink = 'https://www.linkedin.com/legal/jobs-terms-conditions';
|
|
9922
9925
|
this.closeModal = new EventEmitter();
|
|
9923
9926
|
}
|
|
9924
9927
|
onCloseClick() {
|
|
@@ -9926,12 +9929,18 @@ class LinkedinPremiumJobPostingsModalComponent {
|
|
|
9926
9929
|
}
|
|
9927
9930
|
}
|
|
9928
9931
|
LinkedinPremiumJobPostingsModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LinkedinPremiumJobPostingsModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9929
|
-
LinkedinPremiumJobPostingsModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: LinkedinPremiumJobPostingsModalComponent, selector: "symphony-linkedin-premium-job-postings-modal", inputs: { isLoading: "isLoading" }, outputs: { closeModal: "closeModal" }, ngImport: i0, template: "<symphony-two-column-modal-template [hideFooter]=\"true\" [hideSubtitle]=\"false\">\n <symphony-h4 sfx-modal-title>
|
|
9932
|
+
LinkedinPremiumJobPostingsModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: LinkedinPremiumJobPostingsModalComponent, selector: "symphony-linkedin-premium-job-postings-modal", inputs: { isLoading: "isLoading", title: "title", subtitle: "subtitle", subtitleLink: "subtitleLink" }, outputs: { closeModal: "closeModal" }, ngImport: i0, template: "<symphony-two-column-modal-template [hideFooter]=\"true\" [hideSubtitle]=\"false\">\n <symphony-h4 sfx-modal-title>{{ title }}</symphony-h4>\n <symphony-paragraph sfx-modal-subtitle>\n <a *ngIf=\"subtitleLink; else plainSubtitle\"\n sfx-modal-subtitle\n [href]=\"subtitleLink\"\n target=\"_blank\">\n {{ subtitle }}\n </a>\n <ng-template #plainSubtitle>{{ subtitle }}</ng-template>\n </symphony-paragraph>\n\n <symphony-icon\n sfx-close-button\n [icon]=\"'si-close-modal'\"\n (click)=\"onCloseClick()\"\n ></symphony-icon>\n <div class=\"loader-container\" *ngIf=\"isLoading\" sfx-modal-body-area>\n <div class=\"loader-position\">\n <symphony-sfx-loader></symphony-sfx-loader>\n </div>\n </div>\n <ng-content\n ngProjectAs=\"[sfx-modal-body-area]\"\n select=\"[sfx-modal-body-area]\"\n ></ng-content>\n</symphony-two-column-modal-template>\n", styles: [".loader-container{padding:20px;height:400px;position:relative}.loader-position{position:absolute;top:50%;left:47%;transform:translateY(-50%)}\n"], components: [{ type: TwoColumnModalTemplateComponent, selector: "symphony-two-column-modal-template", inputs: ["hideFooter", "hideSubtitle"] }, { type: H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: SfxLoaderComponent, selector: "symphony-sfx-loader", inputs: ["leftStyle", "message", "hasCustomMessage"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
9930
9933
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LinkedinPremiumJobPostingsModalComponent, decorators: [{
|
|
9931
9934
|
type: Component,
|
|
9932
|
-
args: [{ selector: 'symphony-linkedin-premium-job-postings-modal', template: "<symphony-two-column-modal-template [hideFooter]=\"true\" [hideSubtitle]=\"false\">\n <symphony-h4 sfx-modal-title>
|
|
9935
|
+
args: [{ selector: 'symphony-linkedin-premium-job-postings-modal', template: "<symphony-two-column-modal-template [hideFooter]=\"true\" [hideSubtitle]=\"false\">\n <symphony-h4 sfx-modal-title>{{ title }}</symphony-h4>\n <symphony-paragraph sfx-modal-subtitle>\n <a *ngIf=\"subtitleLink; else plainSubtitle\"\n sfx-modal-subtitle\n [href]=\"subtitleLink\"\n target=\"_blank\">\n {{ subtitle }}\n </a>\n <ng-template #plainSubtitle>{{ subtitle }}</ng-template>\n </symphony-paragraph>\n\n <symphony-icon\n sfx-close-button\n [icon]=\"'si-close-modal'\"\n (click)=\"onCloseClick()\"\n ></symphony-icon>\n <div class=\"loader-container\" *ngIf=\"isLoading\" sfx-modal-body-area>\n <div class=\"loader-position\">\n <symphony-sfx-loader></symphony-sfx-loader>\n </div>\n </div>\n <ng-content\n ngProjectAs=\"[sfx-modal-body-area]\"\n select=\"[sfx-modal-body-area]\"\n ></ng-content>\n</symphony-two-column-modal-template>\n", styles: [".loader-container{padding:20px;height:400px;position:relative}.loader-position{position:absolute;top:50%;left:47%;transform:translateY(-50%)}\n"] }]
|
|
9933
9936
|
}], ctorParameters: function () { return []; }, propDecorators: { isLoading: [{
|
|
9934
9937
|
type: Input
|
|
9938
|
+
}], title: [{
|
|
9939
|
+
type: Input
|
|
9940
|
+
}], subtitle: [{
|
|
9941
|
+
type: Input
|
|
9942
|
+
}], subtitleLink: [{
|
|
9943
|
+
type: Input
|
|
9935
9944
|
}], closeModal: [{
|
|
9936
9945
|
type: Output
|
|
9937
9946
|
}] } });
|