@pega/angular-sdk-components 25.1.11 → 25.1.12

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/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@pega/angular-sdk-components",
3
- "version": "25.1.11",
3
+ "version": "25.1.12",
4
4
  "peerDependencies": {
5
- "@angular/animations": "^20.3.15",
6
- "@angular/cdk": "^20.2.14",
7
- "@angular/common": "^20.3.15",
8
- "@angular/core": "^20.3.15",
9
- "@angular/forms": "^20.3.15",
10
- "@angular/google-maps": "^20.2.14",
11
- "@angular/material": "^20.2.14",
12
- "@angular/material-experimental": "^20.2.14",
13
- "@angular/material-moment-adapter": "^20.2.14",
14
- "@danielmoncada/angular-datetime-picker": "^20.0.1",
5
+ "@angular/animations": "^21.2.4",
6
+ "@angular/cdk": "^21.2.2",
7
+ "@angular/common": "^21.2.4",
8
+ "@angular/core": "^21.2.4",
9
+ "@angular/forms": "^21.2.4",
10
+ "@angular/google-maps": "^21.2.2",
11
+ "@angular/material": "^21.2.2",
12
+ "@angular/material-experimental": "^21.2.2",
13
+ "@angular/material-moment-adapter": "^21.2.2",
14
+ "@danielmoncada/angular-datetime-picker": "^21.0.0",
15
15
  "@pega/auth": "^0.2.0",
16
16
  "@tinymce/tinymce-angular": "^8.0.1",
17
17
  "dayjs": "^1.11.13",
@@ -19,7 +19,7 @@
19
19
  "fast-deep-equal": "^3.1.3",
20
20
  "libphonenumber-js": "^1.10.53",
21
21
  "lodash.clonedeep": "^4.5.0",
22
- "mat-tel-input": "19.0.5-0",
22
+ "mat-tel-input": "^21.1.0",
23
23
  "ngx-currency": "^19.0.0"
24
24
  },
25
25
  "dependencies": {
@@ -27,13 +27,13 @@
27
27
  },
28
28
  "sideEffects": false,
29
29
  "module": "fesm2022/pega-angular-sdk-components.mjs",
30
- "typings": "index.d.ts",
30
+ "typings": "types/pega-angular-sdk-components.d.ts",
31
31
  "exports": {
32
32
  "./package.json": {
33
33
  "default": "./package.json"
34
34
  },
35
35
  ".": {
36
- "types": "./index.d.ts",
36
+ "types": "./types/pega-angular-sdk-components.d.ts",
37
37
  "default": "./fesm2022/pega-angular-sdk-components.mjs"
38
38
  }
39
39
  }
@@ -3,7 +3,7 @@ import { OnInit, OnDestroy, OnChanges, ViewContainerRef, ComponentRef, SimpleCha
3
3
  import * as rxjs from 'rxjs';
4
4
  import { Observable, Subscription } from 'rxjs';
5
5
  import { FormGroup, FormControl, FormBuilder } from '@angular/forms';
6
- import * as _angular_common_module_d from '@angular/common/module.d';
6
+ import * as _angular_common_http from '@angular/common/http';
7
7
  import { HttpClient } from '@angular/common/http';
8
8
  import { NgxCurrencyInputMode } from 'ngx-currency';
9
9
  import * as _angular_cdk_overlay from '@angular/cdk/overlay';
@@ -342,7 +342,7 @@ declare class DatapageService {
342
342
  private scService;
343
343
  constructor(http: HttpClient, scService: ServerConfigService);
344
344
  dataPageUrl: string;
345
- getDataPage(id: any, dpParams: any): rxjs.Observable<_angular_common_module_d.HttpResponse<Object>>;
345
+ getDataPage(id: any, dpParams: any): rxjs.Observable<_angular_common_http.HttpResponse<Object>>;
346
346
  getResults(response: any): any;
347
347
  getDataPageData(dataPageName: any, parameters: any, context: any): Promise<unknown>;
348
348
  static ɵfac: i0.ɵɵFactoryDeclaration<DatapageService, never>;
@@ -1130,9 +1130,8 @@ declare class FlowContainerBaseComponent {
1130
1130
  }
1131
1131
 
1132
1132
  /**
1133
- * WARNING: It is not expected that this file should be modified. It is part of infrastructure code that works with
1134
- * Redux and creation/update of Redux containers and PConnect. Modifying this code could have undesireable results and
1135
- * is totally at your own risk.
1133
+ * WARNING: This file is part of the infrastructure component responsible for working with Redux and managing the creation and update of Redux containers and PConnect.
1134
+ * You may override Material components within this component if needed, but do not modify any container-related logic. Changing this logic can lead to unexpected behavior.
1136
1135
  */
1137
1136
  interface FlowContainerProps {
1138
1137
  children?: any[];
@@ -1210,9 +1209,8 @@ declare const showBanner: (getPConnect: any) => boolean;
1210
1209
  declare function getToDoAssignments(pConnect: any): any;
1211
1210
 
1212
1211
  /**
1213
- * WARNING: It is not expected that this file should be modified. It is part of infrastructure code that works with
1214
- * Redux and creation/update of Redux containers and PConnect. Modifying this code could have undesireable results and
1215
- * is totally at your own risk.
1212
+ * WARNING: This file is part of the infrastructure component responsible for working with Redux and managing the creation and update of Redux containers and PConnect.
1213
+ * You may override Material components within this component if needed, but do not modify any container-related logic. Changing this logic can lead to unexpected behavior.
1216
1214
  */
1217
1215
  declare class HybridViewContainerComponent {
1218
1216
  pConn$: typeof PConnect;
@@ -1223,9 +1221,8 @@ declare class HybridViewContainerComponent {
1223
1221
  }
1224
1222
 
1225
1223
  /**
1226
- * WARNING: It is not expected that this file should be modified. It is part of infrastructure code that works with
1227
- * Redux and creation/update of Redux containers and PConnect. Modifying this code could have undesireable results and
1228
- * is totally at your own risk.
1224
+ * WARNING: This file is part of the infrastructure component responsible for working with Redux and managing the creation and update of Redux containers and PConnect.
1225
+ * You may override Material components within this component if needed, but do not modify any container-related logic. Changing this logic can lead to unexpected behavior.
1229
1226
  */
1230
1227
  declare class ModalViewContainerComponent implements OnInit, OnDestroy {
1231
1228
  private angularPConnect;
@@ -1286,9 +1283,8 @@ declare class ModalViewContainerComponent implements OnInit, OnDestroy {
1286
1283
  }
1287
1284
 
1288
1285
  /**
1289
- * WARNING: It is not expected that this file should be modified. It is part of infrastructure code that works with
1290
- * Redux and creation/update of Redux containers and PConnect. Modifying this code could have undesireable results and
1291
- * is totally at your own risk.
1286
+ * WARNING: This file is part of the infrastructure component responsible for working with Redux and managing the creation and update of Redux containers and PConnect.
1287
+ * You may override Material components within this component if needed, but do not modify any container-related logic. Changing this logic can lead to unexpected behavior.
1292
1288
  */
1293
1289
  declare class PreviewViewContainerComponent implements OnInit {
1294
1290
  pConn$: typeof PConnect;
@@ -1299,9 +1295,8 @@ declare class PreviewViewContainerComponent implements OnInit {
1299
1295
  }
1300
1296
 
1301
1297
  /**
1302
- * WARNING: It is not expected that this file should be modified. It is part of infrastructure code that works with
1303
- * Redux and creation/update of Redux containers and PConnect. Modifying this code could have undesireable results and
1304
- * is totally at your own risk.
1298
+ * WARNING: This file is part of the infrastructure component responsible for working with Redux and managing the creation and update of Redux containers and PConnect.
1299
+ * You may override Material components within this component if needed, but do not modify any container-related logic. Changing this logic can lead to unexpected behavior.
1305
1300
  */
1306
1301
  interface ViewContainerProps {
1307
1302
  mode?: string;
@@ -1361,9 +1356,8 @@ declare class DashboardFilterComponent implements OnInit {
1361
1356
  }
1362
1357
 
1363
1358
  /**
1364
- * WARNING: It is not expected that this file should be modified. It is part of infrastructure code that works with
1365
- * Redux and creation/update of Redux containers and PConnect. Modifying this code could have undesireable results and
1366
- * is totally at your own risk.
1359
+ * WARNING: This file is part of the infrastructure component responsible for working with Redux and managing the creation and update of Redux containers and PConnect.
1360
+ * You may override Material components within this component if needed, but do not modify any container-related logic. Changing this logic can lead to unexpected behavior.
1367
1361
  */
1368
1362
  declare class DeferLoadComponent implements OnInit, OnDestroy, OnChanges {
1369
1363
  private angularPConnect;
@@ -1485,9 +1479,8 @@ declare class NavbarComponent implements OnInit, OnDestroy {
1485
1479
  }
1486
1480
 
1487
1481
  /**
1488
- * WARNING: It is not expected that this file should be modified. It is part of infrastructure code that works with
1489
- * Redux and creation/update of Redux containers and PConnect. Modifying this code could have undesireable results and
1490
- * is totally at your own risk.
1482
+ * WARNING: This file is part of the infrastructure component responsible for working with Redux and managing the creation and update of Redux containers and PConnect.
1483
+ * You may override Material components within this component if needed, but do not modify any container-related logic. Changing this logic can lead to unexpected behavior.
1491
1484
  */
1492
1485
  declare class ReferenceComponent {
1493
1486
  private static bLogging;
@@ -2130,8 +2123,8 @@ declare class FieldGroupTemplateComponent implements OnInit, OnDestroy, OnChange
2130
2123
  menuIconOverride$: any;
2131
2124
  referenceListLength: i0.WritableSignal<number | null>;
2132
2125
  fieldHeader: any;
2133
- allowAdd: boolean;
2134
- allowEdit: boolean;
2126
+ allowAdd: i0.WritableSignal<boolean>;
2127
+ allowEdit: i0.WritableSignal<boolean>;
2135
2128
  allowDelete: boolean;
2136
2129
  constructor(angularPConnect: AngularPConnectService, utils: Utils);
2137
2130
  ngOnInit(): void;
@@ -2369,6 +2362,8 @@ declare class ListViewComponent implements OnInit, OnDestroy {
2369
2362
  }
2370
2363
 
2371
2364
  interface MultiReferenceReadOnlyProps {
2365
+ readonlyContextList: string;
2366
+ referenceList: string;
2372
2367
  label: string;
2373
2368
  hideLabel: boolean;
2374
2369
  }
@@ -2379,6 +2374,7 @@ declare class MultiReferenceReadonlyComponent implements OnInit, OnDestroy {
2379
2374
  angularPConnectData: AngularPConnectData;
2380
2375
  configProps$: MultiReferenceReadOnlyProps;
2381
2376
  label: string;
2377
+ newPConn: any;
2382
2378
  constructor(angularPConnect: AngularPConnectService);
2383
2379
  ngOnInit(): void;
2384
2380
  ngOnDestroy(): void;
@@ -3557,7 +3553,7 @@ declare class CaseService {
3557
3553
  private scService;
3558
3554
  constructor(http: HttpClient, scService: ServerConfigService);
3559
3555
  caseTypeUrl: string;
3560
- getCaseTypes(): rxjs.Observable<_angular_common_module_d.HttpResponse<Object>>;
3556
+ getCaseTypes(): rxjs.Observable<_angular_common_http.HttpResponse<Object>>;
3561
3557
  static ɵfac: i0.ɵɵFactoryDeclaration<CaseService, never>;
3562
3558
  static ɵprov: i0.ɵɵInjectableDeclaration<CaseService>;
3563
3559
  }