@pega/angular-sdk-components 0.25.11 → 0.25.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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pega/angular-sdk-components",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.12",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/animations": "^21.2.4",
|
|
6
6
|
"@angular/cdk": "^21.2.2",
|
|
@@ -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
|
-
"
|
|
22
|
+
"mat-tel-input": "^21.1.0",
|
|
23
23
|
"ngx-currency": "^19.0.0"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
@@ -2123,8 +2123,8 @@ declare class FieldGroupTemplateComponent implements OnInit, OnDestroy, OnChange
|
|
|
2123
2123
|
menuIconOverride$: any;
|
|
2124
2124
|
referenceListLength: i0.WritableSignal<number | null>;
|
|
2125
2125
|
fieldHeader: any;
|
|
2126
|
-
allowAdd: boolean
|
|
2127
|
-
allowEdit: boolean
|
|
2126
|
+
allowAdd: i0.WritableSignal<boolean>;
|
|
2127
|
+
allowEdit: i0.WritableSignal<boolean>;
|
|
2128
2128
|
allowDelete: boolean;
|
|
2129
2129
|
constructor(angularPConnect: AngularPConnectService, utils: Utils);
|
|
2130
2130
|
ngOnInit(): void;
|