@pega/angular-sdk-components 0.25.2 → 0.25.3

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.
@@ -40,7 +40,6 @@ import * as i1$2 from '@angular/common/http';
40
40
  import { HttpHeaders, HttpParams } from '@angular/common/http';
41
41
  import * as i1$3 from '@angular/material/grid-list';
42
42
  import { MatGridListModule } from '@angular/material/grid-list';
43
- import { ComponentMapperComponent as ComponentMapperComponent$1 } from 'packages/angular-sdk-components/src/public-api';
44
43
  import * as i3$2 from '@angular/material/checkbox';
45
44
  import { MatCheckboxModule } from '@angular/material/checkbox';
46
45
  import { NgxCurrencyInputMode, NgxCurrencyDirective } from 'ngx-currency';
@@ -4724,11 +4723,11 @@ class CancelAlertComponent {
4724
4723
  }
4725
4724
  }
4726
4725
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: CancelAlertComponent, deps: [{ token: ProgressSpinnerService }], target: i0.ɵɵFactoryTarget.Component }); }
4727
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: CancelAlertComponent, isStandalone: true, selector: "app-cancel-alert", inputs: { pConn$: "pConn$", bShowAlert$: "bShowAlert$" }, outputs: { onAlertState$: "onAlertState$" }, usesOnChanges: true, ngImport: i0, template: "<div *ngIf=\"bShowAlert$\" class=\"psdk-cancel-alert-background\">\n <div class=\"psdk-cancel-alert-top\">\n <h3>{{ localizedVal('Discard unsaved changes?', localeCategory) }}</h3>\n <div>\n <p>{{ localizedVal('You have unsaved changes. You can discard them or go back to keep working.', localeCategory) }}</p>\n </div>\n <component-mapper\n name=\"ActionButtons\"\n [props]=\"{ arMainButtons$: [discardButton], arSecondaryButtons$: [goBackButton] }\"\n [parent]=\"this\"\n [outputEvents]=\"{ actionButtonClick: buttonClick }\"\n ></component-mapper>\n </div>\n</div>\n", styles: [".psdk-cancel-alert-background{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;position:fixed;z-index:9999;top:0;left:0;background:#00000080}.psdk-cancel-alert-top{margin:auto;min-width:550px;border:1px solid var(--app-inverse-form-color);border-radius:10px;padding:20px;box-shadow:0 0 10px 3px var(--app-box-shadow-color);background-color:var(--mat-sys-surface-container)}\n"], dependencies: [{ kind: "ngmodule", type: i0.forwardRef(() => CommonModule) }, { kind: "directive", type: i0.forwardRef(() => i1.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: i0.forwardRef(() => MatGridListModule) }, { kind: "ngmodule", type: i0.forwardRef(() => MatButtonModule) }, { kind: "component", type: i0.forwardRef(() => ComponentMapperComponent$1), selector: "component-mapper", inputs: ["name", "props", "errorMsg", "outputEvents", "parent"] }] }); }
4726
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: CancelAlertComponent, isStandalone: true, selector: "app-cancel-alert", inputs: { pConn$: "pConn$", bShowAlert$: "bShowAlert$" }, outputs: { onAlertState$: "onAlertState$" }, usesOnChanges: true, ngImport: i0, template: "<div *ngIf=\"bShowAlert$\" class=\"psdk-cancel-alert-background\">\n <div class=\"psdk-cancel-alert-top\">\n <h3>{{ localizedVal('Discard unsaved changes?', localeCategory) }}</h3>\n <div>\n <p>{{ localizedVal('You have unsaved changes. You can discard them or go back to keep working.', localeCategory) }}</p>\n </div>\n <component-mapper\n name=\"ActionButtons\"\n [props]=\"{ arMainButtons$: [discardButton], arSecondaryButtons$: [goBackButton] }\"\n [parent]=\"this\"\n [outputEvents]=\"{ actionButtonClick: buttonClick }\"\n ></component-mapper>\n </div>\n</div>\n", styles: [".psdk-cancel-alert-background{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;position:fixed;z-index:9999;top:0;left:0;background:#00000080}.psdk-cancel-alert-top{margin:auto;min-width:550px;border:1px solid var(--app-inverse-form-color);border-radius:10px;padding:20px;box-shadow:0 0 10px 3px var(--app-box-shadow-color);background-color:var(--mat-sys-surface-container)}\n"], dependencies: [{ kind: "ngmodule", type: i0.forwardRef(() => CommonModule) }, { kind: "directive", type: i0.forwardRef(() => i1.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: i0.forwardRef(() => MatGridListModule) }, { kind: "ngmodule", type: i0.forwardRef(() => MatButtonModule) }, { kind: "component", type: i0.forwardRef(() => ComponentMapperComponent), selector: "component-mapper", inputs: ["name", "props", "errorMsg", "outputEvents", "parent"] }] }); }
4728
4727
  }
4729
4728
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: CancelAlertComponent, decorators: [{
4730
4729
  type: Component,
4731
- args: [{ selector: 'app-cancel-alert', imports: [CommonModule, MatGridListModule, MatButtonModule, forwardRef(() => ComponentMapperComponent$1)], template: "<div *ngIf=\"bShowAlert$\" class=\"psdk-cancel-alert-background\">\n <div class=\"psdk-cancel-alert-top\">\n <h3>{{ localizedVal('Discard unsaved changes?', localeCategory) }}</h3>\n <div>\n <p>{{ localizedVal('You have unsaved changes. You can discard them or go back to keep working.', localeCategory) }}</p>\n </div>\n <component-mapper\n name=\"ActionButtons\"\n [props]=\"{ arMainButtons$: [discardButton], arSecondaryButtons$: [goBackButton] }\"\n [parent]=\"this\"\n [outputEvents]=\"{ actionButtonClick: buttonClick }\"\n ></component-mapper>\n </div>\n</div>\n", styles: [".psdk-cancel-alert-background{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;position:fixed;z-index:9999;top:0;left:0;background:#00000080}.psdk-cancel-alert-top{margin:auto;min-width:550px;border:1px solid var(--app-inverse-form-color);border-radius:10px;padding:20px;box-shadow:0 0 10px 3px var(--app-box-shadow-color);background-color:var(--mat-sys-surface-container)}\n"] }]
4730
+ args: [{ selector: 'app-cancel-alert', imports: [CommonModule, MatGridListModule, MatButtonModule, forwardRef(() => ComponentMapperComponent)], template: "<div *ngIf=\"bShowAlert$\" class=\"psdk-cancel-alert-background\">\n <div class=\"psdk-cancel-alert-top\">\n <h3>{{ localizedVal('Discard unsaved changes?', localeCategory) }}</h3>\n <div>\n <p>{{ localizedVal('You have unsaved changes. You can discard them or go back to keep working.', localeCategory) }}</p>\n </div>\n <component-mapper\n name=\"ActionButtons\"\n [props]=\"{ arMainButtons$: [discardButton], arSecondaryButtons$: [goBackButton] }\"\n [parent]=\"this\"\n [outputEvents]=\"{ actionButtonClick: buttonClick }\"\n ></component-mapper>\n </div>\n</div>\n", styles: [".psdk-cancel-alert-background{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;position:fixed;z-index:9999;top:0;left:0;background:#00000080}.psdk-cancel-alert-top{margin:auto;min-width:550px;border:1px solid var(--app-inverse-form-color);border-radius:10px;padding:20px;box-shadow:0 0 10px 3px var(--app-box-shadow-color);background-color:var(--mat-sys-surface-container)}\n"] }]
4732
4731
  }], ctorParameters: () => [{ type: ProgressSpinnerService }], propDecorators: { pConn$: [{
4733
4732
  type: Input
4734
4733
  }], bShowAlert$: [{