master-control 0.3.72 → 0.3.73

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.
@@ -9,10 +9,10 @@ export class FooterDesignComponent {
9
9
  this.progress = Math.min(100, Math.max(0, value));
10
10
  }
11
11
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FooterDesignComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.2.13", type: FooterDesignComponent, isStandalone: true, selector: "lib-footer-design", inputs: { field: { classPropertyName: "field", publicName: "field", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: "<div class=\"progress-container\" *ngIf=\"field() && field()?.isVisible\">\r\n <div class=\"circular-progress-wrapper\">\r\n <div class=\"circular-progress\"\r\n [style.--progress]=\"field()?.configData?.Progressbar\"\r\n [class.medium-progress]=\"field()?.configData?.Progressbar >= 25 && field()?.configData?.Progressbar < 50\"\r\n [class.high-progress]=\"field()?.configData?.Progressbar >= 50\">\r\n <div class=\"progress-value\">{{ field()?.configData?.Progressbar }}%</div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"text-content\">\r\n <p class=\"sub-heading\" [innerHTML]=\"field()?.configData?.Progressbarmsg\"></p>\r\n <h2 class=\"main-heading\">{{ field()?.configData?.QuoteNumber }}</h2>\r\n <h2 class=\"main-heading1\">{{ field()?.configData?.GrossPremium }}</h2>\r\n </div>\r\n</div>\r\n", styles: [".progress-container{display:flex;align-items:center;padding:20px}.circular-progress-wrapper{position:relative;width:80px;height:80px}.circular-progress{width:70px;height:70px;border-radius:50%;background:conic-gradient(#ff5252 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 10px #0000001a}.circular-progress.medium-progress{background:conic-gradient(#ffc107 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%)}.circular-progress.high-progress{background:conic-gradient(#4caf50 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%)}.circular-progress:before{content:\"\";position:absolute;width:60px;height:60px;border-radius:50%;background:#fff}.progress-value{position:relative;z-index:1;font-size:18px;font-weight:700;color:#333}.text-content{display:flex;flex-direction:column;gap:4px;height:60px;justify-content:center}.sub-heading{margin:0;font-size:8px;color:#666;font-weight:400;letter-spacing:.5px;line-height:1.2}.sub-heading strong{font-weight:700;color:#333}.main-heading,.main-heading1{margin:0;font-size:12px;color:#333;font-weight:600;line-height:1.3}.quote-value{font-weight:400}@media (max-width: 768px){.progress-container{flex-direction:column;align-items:flex-start;gap:20px}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
12
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.2.13", type: FooterDesignComponent, isStandalone: true, selector: "lib-footer-design", inputs: { field: { classPropertyName: "field", publicName: "field", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: "<div class=\"progress-container\" *ngIf=\"field() && field()?.isVisible\">\r\n <div class=\"circular-progress-wrapper\">\r\n <div class=\"circular-progress\"\r\n [style.--progress]=\"field()?.configData?.Progressbar\"\r\n [class.medium-progress]=\"field()?.configData?.Progressbar >= 25 && field()?.configData?.Progressbar < 50\"\r\n [class.high-progress]=\"field()?.configData?.Progressbar >= 50\">\r\n <div class=\"progress-value\">{{ field()?.configData?.Progressbar }}%</div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"text-content\">\r\n <h2 class=\"main-heading\" [innerHTML]=\"field()?.configData?.Progressbarmsg\"></h2>\r\n <h2 class=\"main-heading1\">{{ field()?.configData?.GrossPremium }}</h2>\r\n </div>\r\n</div>\r\n", styles: [".progress-container{display:flex;align-items:center;gap:12px;height:48px;width:auto;box-sizing:border-box}.circular-progress-wrapper{position:relative;width:48px;height:48px;flex-shrink:0}.circular-progress{width:55px;height:55px;border-radius:50%;background:conic-gradient(#ff5252 0% calc(var(--progress) * 1%),#ececec calc(var(--progress) * 1%) 100%);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 10px #0000001a}.circular-progress.medium-progress{background:conic-gradient(#fb0 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%)}.circular-progress.high-progress{background:conic-gradient(#4caf50 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%)}.circular-progress:before{content:\"\";position:absolute;width:48px;height:48px;border-radius:50%;background:#ececec}.progress-value{position:relative;z-index:1;font-size:10px;font-weight:700;color:#444}.text-content{display:flex;flex-direction:column;height:48px;justify-content:center;margin-left:7px;row-gap:5px}.main-heading,.main-heading1{margin:0;font-size:10px;color:#222;font-weight:400;line-height:14px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
13
13
  }
14
14
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FooterDesignComponent, decorators: [{
15
15
  type: Component,
16
- args: [{ selector: 'lib-footer-design', standalone: true, imports: [CommonModule], template: "<div class=\"progress-container\" *ngIf=\"field() && field()?.isVisible\">\r\n <div class=\"circular-progress-wrapper\">\r\n <div class=\"circular-progress\"\r\n [style.--progress]=\"field()?.configData?.Progressbar\"\r\n [class.medium-progress]=\"field()?.configData?.Progressbar >= 25 && field()?.configData?.Progressbar < 50\"\r\n [class.high-progress]=\"field()?.configData?.Progressbar >= 50\">\r\n <div class=\"progress-value\">{{ field()?.configData?.Progressbar }}%</div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"text-content\">\r\n <p class=\"sub-heading\" [innerHTML]=\"field()?.configData?.Progressbarmsg\"></p>\r\n <h2 class=\"main-heading\">{{ field()?.configData?.QuoteNumber }}</h2>\r\n <h2 class=\"main-heading1\">{{ field()?.configData?.GrossPremium }}</h2>\r\n </div>\r\n</div>\r\n", styles: [".progress-container{display:flex;align-items:center;padding:20px}.circular-progress-wrapper{position:relative;width:80px;height:80px}.circular-progress{width:70px;height:70px;border-radius:50%;background:conic-gradient(#ff5252 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 10px #0000001a}.circular-progress.medium-progress{background:conic-gradient(#ffc107 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%)}.circular-progress.high-progress{background:conic-gradient(#4caf50 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%)}.circular-progress:before{content:\"\";position:absolute;width:60px;height:60px;border-radius:50%;background:#fff}.progress-value{position:relative;z-index:1;font-size:18px;font-weight:700;color:#333}.text-content{display:flex;flex-direction:column;gap:4px;height:60px;justify-content:center}.sub-heading{margin:0;font-size:8px;color:#666;font-weight:400;letter-spacing:.5px;line-height:1.2}.sub-heading strong{font-weight:700;color:#333}.main-heading,.main-heading1{margin:0;font-size:12px;color:#333;font-weight:600;line-height:1.3}.quote-value{font-weight:400}@media (max-width: 768px){.progress-container{flex-direction:column;align-items:flex-start;gap:20px}}\n"] }]
16
+ args: [{ selector: 'lib-footer-design', standalone: true, imports: [CommonModule], template: "<div class=\"progress-container\" *ngIf=\"field() && field()?.isVisible\">\r\n <div class=\"circular-progress-wrapper\">\r\n <div class=\"circular-progress\"\r\n [style.--progress]=\"field()?.configData?.Progressbar\"\r\n [class.medium-progress]=\"field()?.configData?.Progressbar >= 25 && field()?.configData?.Progressbar < 50\"\r\n [class.high-progress]=\"field()?.configData?.Progressbar >= 50\">\r\n <div class=\"progress-value\">{{ field()?.configData?.Progressbar }}%</div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"text-content\">\r\n <h2 class=\"main-heading\" [innerHTML]=\"field()?.configData?.Progressbarmsg\"></h2>\r\n <h2 class=\"main-heading1\">{{ field()?.configData?.GrossPremium }}</h2>\r\n </div>\r\n</div>\r\n", styles: [".progress-container{display:flex;align-items:center;gap:12px;height:48px;width:auto;box-sizing:border-box}.circular-progress-wrapper{position:relative;width:48px;height:48px;flex-shrink:0}.circular-progress{width:55px;height:55px;border-radius:50%;background:conic-gradient(#ff5252 0% calc(var(--progress) * 1%),#ececec calc(var(--progress) * 1%) 100%);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 10px #0000001a}.circular-progress.medium-progress{background:conic-gradient(#fb0 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%)}.circular-progress.high-progress{background:conic-gradient(#4caf50 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%)}.circular-progress:before{content:\"\";position:absolute;width:48px;height:48px;border-radius:50%;background:#ececec}.progress-value{position:relative;z-index:1;font-size:10px;font-weight:700;color:#444}.text-content{display:flex;flex-direction:column;height:48px;justify-content:center;margin-left:7px;row-gap:5px}.main-heading,.main-heading1{margin:0;font-size:10px;color:#222;font-weight:400;line-height:14px}\n"] }]
17
17
  }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLWRlc2lnbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXN0ZXItY29udHJvbC9zcmMvbGliL2Zvb3Rlci1kZXNpZ24vZm9vdGVyLWRlc2lnbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXN0ZXItY29udHJvbC9zcmMvbGliL2Zvb3Rlci1kZXNpZ24vZm9vdGVyLWRlc2lnbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQVNqRCxNQUFNLE9BQU8scUJBQXFCO0lBQ2hDLEtBQUssR0FBUyxLQUFLLENBQUMsUUFBUSxFQUFPLENBQUM7SUFDcEMsUUFBUSxHQUFXLEVBQUUsQ0FBQztJQUN0QixjQUFjLENBQUMsS0FBYTtRQUMxQixJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxHQUFHLENBQUMsR0FBRyxFQUFFLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxFQUFFLEtBQUssQ0FBQyxDQUFDLENBQUM7SUFDcEQsQ0FBQzt3R0FMVSxxQkFBcUI7NEZBQXJCLHFCQUFxQixnTkNWbEMsbTFCQWdCQSw0M0NEVlksWUFBWTs7NEZBSVgscUJBQXFCO2tCQVBqQyxTQUFTOytCQUNFLG1CQUFtQixjQUNqQixJQUFJLFdBQ1AsQ0FBQyxZQUFZLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBDb21wb25lbnQsIGlucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2xpYi1mb290ZXItZGVzaWduJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9mb290ZXItZGVzaWduLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vZm9vdGVyLWRlc2lnbi5jb21wb25lbnQuY3NzJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgRm9vdGVyRGVzaWduQ29tcG9uZW50IHtcclxuICBmaWVsZCA6IGFueSA9IGlucHV0LnJlcXVpcmVkPGFueT4oKTtcclxuICBwcm9ncmVzczogbnVtYmVyID0gOTU7XHJcbiAgdXBkYXRlUHJvZ3Jlc3ModmFsdWU6IG51bWJlcikge1xyXG4gICAgdGhpcy5wcm9ncmVzcyA9IE1hdGgubWluKDEwMCwgTWF0aC5tYXgoMCwgdmFsdWUpKTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cInByb2dyZXNzLWNvbnRhaW5lclwiICpuZ0lmPVwiZmllbGQoKSAmJiBmaWVsZCgpPy5pc1Zpc2libGVcIj5cclxuICA8ZGl2IGNsYXNzPVwiY2lyY3VsYXItcHJvZ3Jlc3Mtd3JhcHBlclwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImNpcmN1bGFyLXByb2dyZXNzXCJcclxuICAgICAgICAgW3N0eWxlLi0tcHJvZ3Jlc3NdPVwiZmllbGQoKT8uY29uZmlnRGF0YT8uUHJvZ3Jlc3NiYXJcIlxyXG4gICAgICAgICBbY2xhc3MubWVkaXVtLXByb2dyZXNzXT1cImZpZWxkKCk/LmNvbmZpZ0RhdGE/LlByb2dyZXNzYmFyID49IDI1ICYmIGZpZWxkKCk/LmNvbmZpZ0RhdGE/LlByb2dyZXNzYmFyIDwgNTBcIlxyXG4gICAgICAgICBbY2xhc3MuaGlnaC1wcm9ncmVzc109XCJmaWVsZCgpPy5jb25maWdEYXRhPy5Qcm9ncmVzc2JhciA+PSA1MFwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwicHJvZ3Jlc3MtdmFsdWVcIj57eyBmaWVsZCgpPy5jb25maWdEYXRhPy5Qcm9ncmVzc2JhciB9fSU8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG5cclxuICA8ZGl2IGNsYXNzPVwidGV4dC1jb250ZW50XCI+XHJcbiAgICA8cCBjbGFzcz1cInN1Yi1oZWFkaW5nXCIgW2lubmVySFRNTF09XCJmaWVsZCgpPy5jb25maWdEYXRhPy5Qcm9ncmVzc2Jhcm1zZ1wiPjwvcD5cclxuICAgIDxoMiBjbGFzcz1cIm1haW4taGVhZGluZ1wiPnt7IGZpZWxkKCk/LmNvbmZpZ0RhdGE/LlF1b3RlTnVtYmVyIH19PC9oMj5cclxuICAgIDxoMiBjbGFzcz1cIm1haW4taGVhZGluZzFcIj57eyBmaWVsZCgpPy5jb25maWdEYXRhPy5Hcm9zc1ByZW1pdW0gfX08L2gyPlxyXG4gIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLWRlc2lnbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXN0ZXItY29udHJvbC9zcmMvbGliL2Zvb3Rlci1kZXNpZ24vZm9vdGVyLWRlc2lnbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tYXN0ZXItY29udHJvbC9zcmMvbGliL2Zvb3Rlci1kZXNpZ24vZm9vdGVyLWRlc2lnbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQVNqRCxNQUFNLE9BQU8scUJBQXFCO0lBQ2hDLEtBQUssR0FBUyxLQUFLLENBQUMsUUFBUSxFQUFPLENBQUM7SUFDcEMsUUFBUSxHQUFXLEVBQUUsQ0FBQztJQUN0QixjQUFjLENBQUMsS0FBYTtRQUMxQixJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxHQUFHLENBQUMsR0FBRyxFQUFFLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxFQUFFLEtBQUssQ0FBQyxDQUFDLENBQUM7SUFDcEQsQ0FBQzt3R0FMVSxxQkFBcUI7NEZBQXJCLHFCQUFxQixnTkNWbEMsd3dCQWVBLG9yQ0RUWSxZQUFZOzs0RkFJWCxxQkFBcUI7a0JBUGpDLFNBQVM7K0JBQ0UsbUJBQW1CLGNBQ2pCLElBQUksV0FDUCxDQUFDLFlBQVksQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IENvbXBvbmVudCwgaW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbGliLWZvb3Rlci1kZXNpZ24nLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2Zvb3Rlci1kZXNpZ24uY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9mb290ZXItZGVzaWduLmNvbXBvbmVudC5jc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBGb290ZXJEZXNpZ25Db21wb25lbnQge1xyXG4gIGZpZWxkIDogYW55ID0gaW5wdXQucmVxdWlyZWQ8YW55PigpO1xyXG4gIHByb2dyZXNzOiBudW1iZXIgPSA5NTtcclxuICB1cGRhdGVQcm9ncmVzcyh2YWx1ZTogbnVtYmVyKSB7XHJcbiAgICB0aGlzLnByb2dyZXNzID0gTWF0aC5taW4oMTAwLCBNYXRoLm1heCgwLCB2YWx1ZSkpO1xyXG4gIH1cclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwicHJvZ3Jlc3MtY29udGFpbmVyXCIgKm5nSWY9XCJmaWVsZCgpICYmIGZpZWxkKCk/LmlzVmlzaWJsZVwiPlxyXG4gIDxkaXYgY2xhc3M9XCJjaXJjdWxhci1wcm9ncmVzcy13cmFwcGVyXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY2lyY3VsYXItcHJvZ3Jlc3NcIlxyXG4gICAgICAgICBbc3R5bGUuLS1wcm9ncmVzc109XCJmaWVsZCgpPy5jb25maWdEYXRhPy5Qcm9ncmVzc2JhclwiXHJcbiAgICAgICAgIFtjbGFzcy5tZWRpdW0tcHJvZ3Jlc3NdPVwiZmllbGQoKT8uY29uZmlnRGF0YT8uUHJvZ3Jlc3NiYXIgPj0gMjUgJiYgZmllbGQoKT8uY29uZmlnRGF0YT8uUHJvZ3Jlc3NiYXIgPCA1MFwiXHJcbiAgICAgICAgIFtjbGFzcy5oaWdoLXByb2dyZXNzXT1cImZpZWxkKCk/LmNvbmZpZ0RhdGE/LlByb2dyZXNzYmFyID49IDUwXCI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJwcm9ncmVzcy12YWx1ZVwiPnt7IGZpZWxkKCk/LmNvbmZpZ0RhdGE/LlByb2dyZXNzYmFyIH19JTwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcblxyXG4gIDxkaXYgY2xhc3M9XCJ0ZXh0LWNvbnRlbnRcIj5cclxuICAgIDxoMiBjbGFzcz1cIm1haW4taGVhZGluZ1wiIFtpbm5lckhUTUxdPVwiZmllbGQoKT8uY29uZmlnRGF0YT8uUHJvZ3Jlc3NiYXJtc2dcIj48L2gyPlxyXG4gICAgPGgyIGNsYXNzPVwibWFpbi1oZWFkaW5nMVwiPnt7IGZpZWxkKCk/LmNvbmZpZ0RhdGE/Lkdyb3NzUHJlbWl1bSB9fTwvaDI+XHJcbiAgPC9kaXY+XHJcbjwvZGl2PlxyXG4iXX0=
@@ -6899,11 +6899,11 @@ class FooterDesignComponent {
6899
6899
  this.progress = Math.min(100, Math.max(0, value));
6900
6900
  }
6901
6901
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FooterDesignComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6902
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.2.13", type: FooterDesignComponent, isStandalone: true, selector: "lib-footer-design", inputs: { field: { classPropertyName: "field", publicName: "field", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: "<div class=\"progress-container\" *ngIf=\"field() && field()?.isVisible\">\r\n <div class=\"circular-progress-wrapper\">\r\n <div class=\"circular-progress\"\r\n [style.--progress]=\"field()?.configData?.Progressbar\"\r\n [class.medium-progress]=\"field()?.configData?.Progressbar >= 25 && field()?.configData?.Progressbar < 50\"\r\n [class.high-progress]=\"field()?.configData?.Progressbar >= 50\">\r\n <div class=\"progress-value\">{{ field()?.configData?.Progressbar }}%</div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"text-content\">\r\n <p class=\"sub-heading\" [innerHTML]=\"field()?.configData?.Progressbarmsg\"></p>\r\n <h2 class=\"main-heading\">{{ field()?.configData?.QuoteNumber }}</h2>\r\n <h2 class=\"main-heading1\">{{ field()?.configData?.GrossPremium }}</h2>\r\n </div>\r\n</div>\r\n", styles: [".progress-container{display:flex;align-items:center;padding:20px}.circular-progress-wrapper{position:relative;width:80px;height:80px}.circular-progress{width:70px;height:70px;border-radius:50%;background:conic-gradient(#ff5252 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 10px #0000001a}.circular-progress.medium-progress{background:conic-gradient(#ffc107 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%)}.circular-progress.high-progress{background:conic-gradient(#4caf50 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%)}.circular-progress:before{content:\"\";position:absolute;width:60px;height:60px;border-radius:50%;background:#fff}.progress-value{position:relative;z-index:1;font-size:18px;font-weight:700;color:#333}.text-content{display:flex;flex-direction:column;gap:4px;height:60px;justify-content:center}.sub-heading{margin:0;font-size:8px;color:#666;font-weight:400;letter-spacing:.5px;line-height:1.2}.sub-heading strong{font-weight:700;color:#333}.main-heading,.main-heading1{margin:0;font-size:12px;color:#333;font-weight:600;line-height:1.3}.quote-value{font-weight:400}@media (max-width: 768px){.progress-container{flex-direction:column;align-items:flex-start;gap:20px}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
6902
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.2.13", type: FooterDesignComponent, isStandalone: true, selector: "lib-footer-design", inputs: { field: { classPropertyName: "field", publicName: "field", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: "<div class=\"progress-container\" *ngIf=\"field() && field()?.isVisible\">\r\n <div class=\"circular-progress-wrapper\">\r\n <div class=\"circular-progress\"\r\n [style.--progress]=\"field()?.configData?.Progressbar\"\r\n [class.medium-progress]=\"field()?.configData?.Progressbar >= 25 && field()?.configData?.Progressbar < 50\"\r\n [class.high-progress]=\"field()?.configData?.Progressbar >= 50\">\r\n <div class=\"progress-value\">{{ field()?.configData?.Progressbar }}%</div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"text-content\">\r\n <h2 class=\"main-heading\" [innerHTML]=\"field()?.configData?.Progressbarmsg\"></h2>\r\n <h2 class=\"main-heading1\">{{ field()?.configData?.GrossPremium }}</h2>\r\n </div>\r\n</div>\r\n", styles: [".progress-container{display:flex;align-items:center;gap:12px;height:48px;width:auto;box-sizing:border-box}.circular-progress-wrapper{position:relative;width:48px;height:48px;flex-shrink:0}.circular-progress{width:55px;height:55px;border-radius:50%;background:conic-gradient(#ff5252 0% calc(var(--progress) * 1%),#ececec calc(var(--progress) * 1%) 100%);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 10px #0000001a}.circular-progress.medium-progress{background:conic-gradient(#fb0 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%)}.circular-progress.high-progress{background:conic-gradient(#4caf50 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%)}.circular-progress:before{content:\"\";position:absolute;width:48px;height:48px;border-radius:50%;background:#ececec}.progress-value{position:relative;z-index:1;font-size:10px;font-weight:700;color:#444}.text-content{display:flex;flex-direction:column;height:48px;justify-content:center;margin-left:7px;row-gap:5px}.main-heading,.main-heading1{margin:0;font-size:10px;color:#222;font-weight:400;line-height:14px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
6903
6903
  }
6904
6904
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FooterDesignComponent, decorators: [{
6905
6905
  type: Component,
6906
- args: [{ selector: 'lib-footer-design', standalone: true, imports: [CommonModule], template: "<div class=\"progress-container\" *ngIf=\"field() && field()?.isVisible\">\r\n <div class=\"circular-progress-wrapper\">\r\n <div class=\"circular-progress\"\r\n [style.--progress]=\"field()?.configData?.Progressbar\"\r\n [class.medium-progress]=\"field()?.configData?.Progressbar >= 25 && field()?.configData?.Progressbar < 50\"\r\n [class.high-progress]=\"field()?.configData?.Progressbar >= 50\">\r\n <div class=\"progress-value\">{{ field()?.configData?.Progressbar }}%</div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"text-content\">\r\n <p class=\"sub-heading\" [innerHTML]=\"field()?.configData?.Progressbarmsg\"></p>\r\n <h2 class=\"main-heading\">{{ field()?.configData?.QuoteNumber }}</h2>\r\n <h2 class=\"main-heading1\">{{ field()?.configData?.GrossPremium }}</h2>\r\n </div>\r\n</div>\r\n", styles: [".progress-container{display:flex;align-items:center;padding:20px}.circular-progress-wrapper{position:relative;width:80px;height:80px}.circular-progress{width:70px;height:70px;border-radius:50%;background:conic-gradient(#ff5252 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 10px #0000001a}.circular-progress.medium-progress{background:conic-gradient(#ffc107 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%)}.circular-progress.high-progress{background:conic-gradient(#4caf50 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%)}.circular-progress:before{content:\"\";position:absolute;width:60px;height:60px;border-radius:50%;background:#fff}.progress-value{position:relative;z-index:1;font-size:18px;font-weight:700;color:#333}.text-content{display:flex;flex-direction:column;gap:4px;height:60px;justify-content:center}.sub-heading{margin:0;font-size:8px;color:#666;font-weight:400;letter-spacing:.5px;line-height:1.2}.sub-heading strong{font-weight:700;color:#333}.main-heading,.main-heading1{margin:0;font-size:12px;color:#333;font-weight:600;line-height:1.3}.quote-value{font-weight:400}@media (max-width: 768px){.progress-container{flex-direction:column;align-items:flex-start;gap:20px}}\n"] }]
6906
+ args: [{ selector: 'lib-footer-design', standalone: true, imports: [CommonModule], template: "<div class=\"progress-container\" *ngIf=\"field() && field()?.isVisible\">\r\n <div class=\"circular-progress-wrapper\">\r\n <div class=\"circular-progress\"\r\n [style.--progress]=\"field()?.configData?.Progressbar\"\r\n [class.medium-progress]=\"field()?.configData?.Progressbar >= 25 && field()?.configData?.Progressbar < 50\"\r\n [class.high-progress]=\"field()?.configData?.Progressbar >= 50\">\r\n <div class=\"progress-value\">{{ field()?.configData?.Progressbar }}%</div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"text-content\">\r\n <h2 class=\"main-heading\" [innerHTML]=\"field()?.configData?.Progressbarmsg\"></h2>\r\n <h2 class=\"main-heading1\">{{ field()?.configData?.GrossPremium }}</h2>\r\n </div>\r\n</div>\r\n", styles: [".progress-container{display:flex;align-items:center;gap:12px;height:48px;width:auto;box-sizing:border-box}.circular-progress-wrapper{position:relative;width:48px;height:48px;flex-shrink:0}.circular-progress{width:55px;height:55px;border-radius:50%;background:conic-gradient(#ff5252 0% calc(var(--progress) * 1%),#ececec calc(var(--progress) * 1%) 100%);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 10px #0000001a}.circular-progress.medium-progress{background:conic-gradient(#fb0 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%)}.circular-progress.high-progress{background:conic-gradient(#4caf50 0% calc(var(--progress) * 1%),#e0e0e0 calc(var(--progress) * 1%) 100%)}.circular-progress:before{content:\"\";position:absolute;width:48px;height:48px;border-radius:50%;background:#ececec}.progress-value{position:relative;z-index:1;font-size:10px;font-weight:700;color:#444}.text-content{display:flex;flex-direction:column;height:48px;justify-content:center;margin-left:7px;row-gap:5px}.main-heading,.main-heading1{margin:0;font-size:10px;color:#222;font-weight:400;line-height:14px}\n"] }]
6907
6907
  }] });
6908
6908
 
6909
6909
  class MasterControlComponent {