@pega/angular-sdk-components 0.25.6 → 0.25.7

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.
@@ -14,6 +14,7 @@ export declare class RichTextEditorComponent implements OnChanges {
14
14
  onBlur: EventEmitter<any>;
15
15
  onChange: EventEmitter<any>;
16
16
  richText: FormControl<any>;
17
+ editorConfig: any;
17
18
  ngOnChanges(): void;
18
19
  filePickerCallback: (cb: any) => void;
19
20
  blur(): void;
@@ -51,6 +51,7 @@ export declare class FlowContainerComponent extends FlowContainerBaseComponent i
51
51
  localeReference: any;
52
52
  banners: any[];
53
53
  pConnectOfActiveContainerItem: any;
54
+ isMultiStep: any;
54
55
  constructor(injector: Injector, cdRef: ChangeDetectorRef, psService: ProgressSpinnerService, fb: FormBuilder, ngZone: NgZone, utils: Utils);
55
56
  ngOnInit(): void;
56
57
  ngOnDestroy(): void;
@@ -34,12 +34,14 @@ export declare class FileUtilityComponent implements OnInit, OnDestroy {
34
34
  link_url$: string;
35
35
  closeSvgIcon$: string;
36
36
  currentCaseID: string;
37
+ debouncedGetAttachments: any;
38
+ attachSubId: any;
37
39
  addAttachmentsActions: any;
38
40
  constructor(angularPConnect: AngularPConnectService, utils: Utils, ngZone: NgZone);
39
41
  ngOnInit(): void;
40
42
  ngOnDestroy(): void;
41
43
  onStateChange(): void;
42
- onAttachFiles(files: any): void;
44
+ onAttachFiles(files?: any[]): void;
43
45
  refreshAttachments(): void;
44
46
  onUploadProgress(): void;
45
47
  errorHandler(): void;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Returns the value of the key from objectInfo/caseInfo
3
+ * Added fallback to retrieve from caseInfo if objectInfo not present.
4
+ * @param pConnect
5
+ * @param key
6
+ * @returns the value of key
7
+ */
8
+ export declare const getResolvedConstantValue: (pConnect: typeof PConnect, key: string) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pega/angular-sdk-components",
3
- "version": "0.25.6",
3
+ "version": "0.25.7",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^19.0.0",
6
6
  "@angular/cdk": "^19.0.0",