@pega/angular-sdk-components 0.25.8 → 0.25.9

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.
@@ -1,4 +1,4 @@
1
- import { OnInit, OnDestroy, OnChanges, AfterViewInit } from '@angular/core';
1
+ import { OnInit, OnDestroy, OnChanges } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
4
  import { Utils } from '../../../_helpers/utils';
@@ -18,7 +18,7 @@ interface FieldGroupTemplateProps {
18
18
  allowTableEdit: boolean;
19
19
  targetClassLabel?: string;
20
20
  }
21
- export declare class FieldGroupTemplateComponent implements OnInit, OnDestroy, OnChanges, AfterViewInit {
21
+ export declare class FieldGroupTemplateComponent implements OnInit, OnDestroy, OnChanges {
22
22
  private angularPConnect;
23
23
  private utils;
24
24
  configProps$: FieldGroupTemplateProps;
@@ -32,7 +32,7 @@ export declare class FieldGroupTemplateComponent implements OnInit, OnDestroy, O
32
32
  heading: any;
33
33
  children: any;
34
34
  menuIconOverride$: any;
35
- referenceListLength: number;
35
+ referenceListLength: import("@angular/core").WritableSignal<number | null>;
36
36
  fieldHeader: any;
37
37
  allowAdd: boolean;
38
38
  allowEdit: boolean;
@@ -40,9 +40,7 @@ export declare class FieldGroupTemplateComponent implements OnInit, OnDestroy, O
40
40
  constructor(angularPConnect: AngularPConnectService, utils: Utils);
41
41
  ngOnInit(): void;
42
42
  ngOnDestroy(): void;
43
- onStateChange(): void;
44
43
  ngOnChanges(changes: any): void;
45
- ngAfterViewInit(): void;
46
44
  updateSelf(): void;
47
45
  getStaticHeader: (heading: any, index: any) => string;
48
46
  getDynamicHeader: (item: any, index: any) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pega/angular-sdk-components",
3
- "version": "0.25.8",
3
+ "version": "0.25.9",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^19.0.0",
6
6
  "@angular/cdk": "^19.0.0",