@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
|
@@ -9908,6 +9908,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
9908
9908
|
|
|
9909
9909
|
class LinkedinPremiumJobPostingsModalComponent {
|
|
9910
9910
|
constructor() {
|
|
9911
|
+
this.title = 'LinkedIn Premium Postings';
|
|
9912
|
+
this.subtitle = 'LinkedIn Terms & Conditions';
|
|
9913
|
+
this.subtitleLink = 'https://www.linkedin.com/legal/jobs-terms-conditions';
|
|
9911
9914
|
this.closeModal = new EventEmitter();
|
|
9912
9915
|
}
|
|
9913
9916
|
onCloseClick() {
|
|
@@ -9915,12 +9918,18 @@ class LinkedinPremiumJobPostingsModalComponent {
|
|
|
9915
9918
|
}
|
|
9916
9919
|
}
|
|
9917
9920
|
LinkedinPremiumJobPostingsModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LinkedinPremiumJobPostingsModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9918
|
-
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>
|
|
9921
|
+
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"] }] });
|
|
9919
9922
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: LinkedinPremiumJobPostingsModalComponent, decorators: [{
|
|
9920
9923
|
type: Component,
|
|
9921
|
-
args: [{ selector: 'symphony-linkedin-premium-job-postings-modal', template: "<symphony-two-column-modal-template [hideFooter]=\"true\" [hideSubtitle]=\"false\">\n <symphony-h4 sfx-modal-title>
|
|
9924
|
+
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"] }]
|
|
9922
9925
|
}], ctorParameters: function () { return []; }, propDecorators: { isLoading: [{
|
|
9923
9926
|
type: Input
|
|
9927
|
+
}], title: [{
|
|
9928
|
+
type: Input
|
|
9929
|
+
}], subtitle: [{
|
|
9930
|
+
type: Input
|
|
9931
|
+
}], subtitleLink: [{
|
|
9932
|
+
type: Input
|
|
9924
9933
|
}], closeModal: [{
|
|
9925
9934
|
type: Output
|
|
9926
9935
|
}] } });
|