@pega/angular-sdk-components 23.1.10 → 24.1.10
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/esm2022/lib/_bridge/angular-pconnect.mjs +18 -6
- package/esm2022/lib/_bridge/component-mapper/component-mapper.component.mjs +4 -4
- package/esm2022/lib/_bridge/helpers/sdk-pega-component-map.mjs +3 -1
- package/esm2022/lib/_bridge/helpers/sdk_component_map.mjs +1 -1
- package/esm2022/lib/_components/designSystemExtension/alert/alert.component.mjs +4 -4
- package/esm2022/lib/_components/designSystemExtension/alert-banner/alert-banner.component.mjs +4 -4
- package/esm2022/lib/_components/designSystemExtension/banner/banner.component.mjs +4 -4
- package/esm2022/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.mjs +5 -5
- package/esm2022/lib/_components/designSystemExtension/field-group/field-group.component.mjs +3 -3
- package/esm2022/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.mjs +9 -6
- package/esm2022/lib/_components/designSystemExtension/material-details/material-details.component.mjs +5 -5
- package/esm2022/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.mjs +5 -5
- package/esm2022/lib/_components/designSystemExtension/material-summary-item/material-summary-item.component.mjs +5 -5
- package/esm2022/lib/_components/designSystemExtension/material-summary-list/material-summary-list.component.mjs +4 -4
- package/esm2022/lib/_components/designSystemExtension/material-utility/material-utility.component.mjs +5 -5
- package/esm2022/lib/_components/designSystemExtension/material-vertical-tabs/material-vertical-tabs.component.mjs +5 -5
- package/esm2022/lib/_components/designSystemExtension/operator/operator.component.mjs +16 -9
- package/esm2022/lib/_components/designSystemExtension/pulse/pulse.component.mjs +4 -4
- package/esm2022/lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component.mjs +4 -4
- package/esm2022/lib/_components/designSystemExtension/wss-quick-create/wss-quick-create.component.mjs +3 -3
- package/esm2022/lib/_components/field/auto-complete/auto-complete.component.mjs +6 -6
- package/esm2022/lib/_components/field/cancel-alert/cancel-alert.component.mjs +5 -7
- package/esm2022/lib/_components/field/check-box/check-box.component.mjs +109 -45
- package/esm2022/lib/_components/field/currency/currency.component.mjs +34 -17
- package/esm2022/lib/_components/field/date/date.component.mjs +6 -6
- package/esm2022/lib/_components/field/date-time/date-time.component.mjs +21 -42
- package/esm2022/lib/_components/field/decimal/decimal.component.mjs +38 -10
- package/esm2022/lib/_components/field/dropdown/dropdown.component.mjs +7 -12
- package/esm2022/lib/_components/field/email/email.component.mjs +5 -5
- package/esm2022/lib/_components/field/group/group.component.mjs +9 -6
- package/esm2022/lib/_components/field/integer/integer.component.mjs +5 -5
- package/esm2022/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.mjs +3 -3
- package/esm2022/lib/_components/field/multiselect/multiselect.component.mjs +307 -0
- package/esm2022/lib/_components/field/multiselect/utils.mjs +187 -0
- package/esm2022/lib/_components/field/percentage/percentage.component.mjs +27 -8
- package/esm2022/lib/_components/field/phone/phone.component.mjs +5 -5
- package/esm2022/lib/_components/field/radio-buttons/radio-buttons.component.mjs +7 -12
- package/esm2022/lib/_components/field/rich-text/rich-text.component.mjs +6 -6
- package/esm2022/lib/_components/field/scalar-list/scalar-list.component.mjs +7 -6
- package/esm2022/lib/_components/field/semantic-link/semantic-link.component.mjs +5 -5
- package/esm2022/lib/_components/field/text/text.component.mjs +5 -5
- package/esm2022/lib/_components/field/text-area/text-area.component.mjs +5 -7
- package/esm2022/lib/_components/field/text-content/text-content.component.mjs +5 -5
- package/esm2022/lib/_components/field/text-input/text-input.component.mjs +5 -5
- package/esm2022/lib/_components/field/time/time.component.mjs +8 -6
- package/esm2022/lib/_components/field/url/url.component.mjs +8 -6
- package/esm2022/lib/_components/field/user-reference/user-reference.component.mjs +38 -26
- package/esm2022/lib/_components/infra/Containers/base-components/flow-container-base.component.mjs +18 -0
- package/esm2022/lib/_components/infra/Containers/base-components/helper.mjs +71 -0
- package/esm2022/lib/_components/infra/Containers/flow-container/flow-container.component.mjs +35 -39
- package/esm2022/lib/_components/infra/Containers/flow-container/helpers.mjs +1 -1
- package/esm2022/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.mjs +3 -3
- package/esm2022/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.mjs +41 -13
- package/esm2022/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.mjs +3 -3
- package/esm2022/lib/_components/infra/Containers/view-container/view-container.component.mjs +5 -6
- package/esm2022/lib/_components/infra/action-buttons/action-buttons.component.mjs +3 -3
- package/esm2022/lib/_components/infra/assignment/assignment.component.mjs +36 -40
- package/esm2022/lib/_components/infra/assignment-card/assignment-card.component.mjs +4 -4
- package/esm2022/lib/_components/infra/dashboard-filter/dashboard-filter.component.mjs +5 -6
- package/esm2022/lib/_components/infra/defer-load/defer-load.component.mjs +10 -13
- package/esm2022/lib/_components/infra/error-boundary/error-boundary.component.mjs +3 -3
- package/esm2022/lib/_components/infra/multi-step/multi-step.component.mjs +6 -6
- package/esm2022/lib/_components/infra/navbar/navbar.component.mjs +11 -7
- package/esm2022/lib/_components/infra/reference/reference.component.mjs +5 -5
- package/esm2022/lib/_components/infra/region/region.component.mjs +4 -4
- package/esm2022/lib/_components/infra/root-container/root-container.component.mjs +5 -5
- package/esm2022/lib/_components/infra/stages/stages.component.mjs +5 -5
- package/esm2022/lib/_components/infra/view/view.component.mjs +6 -6
- package/esm2022/lib/_components/template/app-shell/app-shell.component.mjs +5 -5
- package/esm2022/lib/_components/template/banner-page/banner-page.component.mjs +5 -5
- package/esm2022/lib/_components/template/case-summary/case-summary.component.mjs +38 -9
- package/esm2022/lib/_components/template/case-view/case-view.component.mjs +6 -12
- package/esm2022/lib/_components/template/confirmation/confirmation.component.mjs +5 -5
- package/esm2022/lib/_components/template/data-reference/data-reference.component.mjs +6 -8
- package/esm2022/lib/_components/template/default-form/default-form.component.mjs +5 -5
- package/esm2022/lib/_components/template/details/details.component.mjs +5 -5
- package/esm2022/lib/_components/template/details-narrow-wide/details-narrow-wide.component.mjs +5 -5
- package/esm2022/lib/_components/template/details-one-column/details-one-column.component.mjs +5 -5
- package/esm2022/lib/_components/template/details-sub-tabs/details-sub-tabs.component.mjs +5 -5
- package/esm2022/lib/_components/template/details-three-column/details-three-column.component.mjs +5 -5
- package/esm2022/lib/_components/template/details-two-column/details-two-column.component.mjs +5 -5
- package/esm2022/lib/_components/template/details-wide-narrow/details-wide-narrow.component.mjs +5 -5
- package/esm2022/lib/_components/template/dynamic-tabs/dynamic-tabs.component.mjs +5 -6
- package/esm2022/lib/_components/template/field-group-list/field-group-list.component.mjs +4 -4
- package/esm2022/lib/_components/template/field-group-template/field-group-template.component.mjs +9 -19
- package/esm2022/lib/_components/template/field-value-list/field-value-list.component.mjs +10 -5
- package/esm2022/lib/_components/template/inline-dashboard/inline-dashboard.component.mjs +4 -4
- package/esm2022/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.mjs +5 -5
- package/esm2022/lib/_components/template/list-page/list-page.component.mjs +4 -4
- package/esm2022/lib/_components/template/list-view/DefaultViewMeta.mjs +1 -1
- package/esm2022/lib/_components/template/list-view/list-view.component.mjs +35 -31
- package/esm2022/lib/_components/template/list-view/listViewHelpers.mjs +1 -2
- package/esm2022/lib/_components/template/list-view/utils.mjs +1 -1
- package/esm2022/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.mjs +5 -5
- package/esm2022/lib/_components/template/narrow-wide-form/narrow-wide-form.component.mjs +4 -4
- package/esm2022/lib/_components/template/one-column/one-column.component.mjs +4 -4
- package/esm2022/lib/_components/template/one-column-page/one-column-page.component.mjs +4 -4
- package/esm2022/lib/_components/template/one-column-tab/one-column-tab.component.mjs +4 -4
- package/esm2022/lib/_components/template/page/page.component.mjs +5 -5
- package/esm2022/lib/_components/template/promoted-filters/promoted-filters.component.mjs +5 -5
- package/esm2022/lib/_components/template/repeating-structures/repeating-structures.component.mjs +5 -6
- package/esm2022/lib/_components/template/simple-table/simple-table.component.mjs +5 -7
- package/esm2022/lib/_components/template/simple-table-manual/helpers.mjs +2 -2
- package/esm2022/lib/_components/template/simple-table-manual/simple-table-manual.component.mjs +49 -28
- package/esm2022/lib/_components/template/simple-table-select/simple-table-select.component.mjs +7 -9
- package/esm2022/lib/_components/template/single-reference-readonly/single-reference-readonly.component.mjs +4 -4
- package/esm2022/lib/_components/template/sub-tabs/sub-tabs.component.mjs +5 -5
- package/esm2022/lib/_components/template/three-column/three-column.component.mjs +4 -4
- package/esm2022/lib/_components/template/three-column-page/three-column-page.component.mjs +4 -4
- package/esm2022/lib/_components/template/two-column/two-column.component.mjs +4 -4
- package/esm2022/lib/_components/template/two-column-page/two-column-page.component.mjs +5 -5
- package/esm2022/lib/_components/template/two-column-tab/two-column-tab.component.mjs +4 -4
- package/esm2022/lib/_components/template/utils.mjs +1 -1
- package/esm2022/lib/_components/template/wide-narrow-form/wide-narrow-form.component.mjs +4 -4
- package/esm2022/lib/_components/template/wide-narrow-page/wide-narrow-page.component.mjs +5 -5
- package/esm2022/lib/_components/template/wss-nav-bar/wss-nav-bar.component.mjs +8 -6
- package/esm2022/lib/_components/widget/app-announcement/app-announcement.component.mjs +4 -4
- package/esm2022/lib/_components/widget/attachment/attachment.component.mjs +231 -424
- package/esm2022/lib/_components/widget/case-history/case-history.component.mjs +6 -7
- package/esm2022/lib/_components/widget/feed-container/feed-container.component.mjs +5 -9
- package/esm2022/lib/_components/widget/file-utility/file-utility.component.mjs +18 -22
- package/esm2022/lib/_components/widget/list-utility/list-utility.component.mjs +6 -6
- package/esm2022/lib/_components/widget/quick-create/quick-create.component.mjs +5 -5
- package/esm2022/lib/_components/widget/todo/todo.component.mjs +8 -7
- package/esm2022/lib/_components/widget/utility/utility.component.mjs +5 -5
- package/esm2022/lib/_directives/thousand-seperator.directive.mjs +5 -5
- package/esm2022/lib/_helpers/case-utils.mjs +1 -1
- package/esm2022/lib/_helpers/currency-utils.mjs +1 -1
- package/esm2022/lib/_helpers/event-util.mjs +1 -1
- package/esm2022/lib/_helpers/field-group-utils.mjs +1 -1
- package/esm2022/lib/_helpers/filter-utils.mjs +1 -1
- package/esm2022/lib/_helpers/formatters/boolean.mjs +1 -1
- package/esm2022/lib/_helpers/formatters/currency.mjs +2 -2
- package/esm2022/lib/_helpers/formatters/date.mjs +1 -1
- package/esm2022/lib/_helpers/formatters/format-utils.mjs +3 -3
- package/esm2022/lib/_helpers/formatters/index.mjs +1 -1
- package/esm2022/lib/_helpers/instructions-utils.mjs +36 -0
- package/esm2022/lib/_helpers/tab-utils.mjs +1 -1
- package/esm2022/lib/_helpers/template-utils.mjs +4 -4
- package/esm2022/lib/_helpers/utils.mjs +6 -6
- package/esm2022/lib/_messages/error-messages.service.mjs +3 -3
- package/esm2022/lib/_messages/get-login-status.service.mjs +3 -3
- package/esm2022/lib/_messages/oauth-response.service.mjs +3 -3
- package/esm2022/lib/_messages/progress-spinner.service.mjs +3 -3
- package/esm2022/lib/_messages/reset-pconnect.service.mjs +3 -3
- package/esm2022/lib/_messages/update-worklist.service.mjs +3 -3
- package/esm2022/lib/_services/case.service.mjs +4 -4
- package/esm2022/lib/_services/datapage.service.mjs +5 -5
- package/esm2022/lib/_services/server-config.service.mjs +3 -3
- package/esm2022/public-api.mjs +3 -1
- package/fesm2022/pega-angular-sdk-components.mjs +1996 -1429
- package/fesm2022/pega-angular-sdk-components.mjs.map +1 -1
- package/lib/_bridge/angular-pconnect.d.ts +2 -0
- package/lib/_bridge/helpers/sdk-pega-component-map.d.ts +2 -0
- package/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.d.ts +2 -0
- package/lib/_components/designSystemExtension/operator/operator.component.d.ts +2 -1
- package/lib/_components/field/check-box/check-box.component.d.ts +18 -0
- package/lib/_components/field/currency/currency.component.d.ts +7 -5
- package/lib/_components/field/date-time/date-time.component.d.ts +1 -1
- package/lib/_components/field/decimal/decimal.component.d.ts +9 -1
- package/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.d.ts +1 -1
- package/lib/_components/field/multiselect/multiselect.component.d.ts +64 -0
- package/lib/_components/field/multiselect/utils.d.ts +8 -0
- package/lib/_components/field/percentage/percentage.component.d.ts +6 -0
- package/lib/_components/field/time/time.component.d.ts +1 -0
- package/lib/_components/field/url/url.component.d.ts +1 -0
- package/lib/_components/field/user-reference/user-reference.component.d.ts +9 -4
- package/lib/_components/infra/Containers/base-components/flow-container-base.component.d.ts +8 -0
- package/lib/_components/infra/Containers/base-components/helper.d.ts +1 -0
- package/lib/_components/infra/Containers/flow-container/flow-container.component.d.ts +6 -7
- package/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.d.ts +3 -2
- package/lib/_components/infra/action-buttons/action-buttons.component.d.ts +1 -1
- package/lib/_components/infra/assignment/assignment.component.d.ts +2 -2
- package/lib/_components/infra/error-boundary/error-boundary.component.d.ts +1 -1
- package/lib/_components/infra/navbar/navbar.component.d.ts +2 -0
- package/lib/_components/template/case-summary/case-summary.component.d.ts +2 -0
- package/lib/_components/template/field-value-list/field-value-list.component.d.ts +2 -1
- package/lib/_components/template/list-view/list-view.component.d.ts +8 -4
- package/lib/_components/template/simple-table-manual/helpers.d.ts +1 -1
- package/lib/_components/template/simple-table-manual/simple-table-manual.component.d.ts +2 -0
- package/lib/_components/template/wss-nav-bar/wss-nav-bar.component.d.ts +2 -0
- package/lib/_components/widget/attachment/attachment.component.d.ts +30 -54
- package/lib/_components/widget/file-utility/file-utility.component.d.ts +3 -3
- package/lib/_components/widget/todo/todo.component.d.ts +4 -3
- package/lib/_helpers/common.d.ts +1 -1
- package/lib/_helpers/field-group-utils.d.ts +1 -1
- package/lib/_helpers/filter-utils.d.ts +1 -1
- package/lib/_helpers/formatters/common.d.ts +2 -2
- package/lib/_helpers/instructions-utils.d.ts +4 -0
- package/lib/doc/KeyReleaseUpdates.md +18 -1
- package/package.json +3 -3
- package/public-api.d.ts +2 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
|
-
import { OnInit, NgZone, OnDestroy } from '@angular/core';
|
|
2
|
+
import { OnInit, NgZone, OnDestroy, ElementRef } from '@angular/core';
|
|
3
3
|
import { FormGroup } from '@angular/forms';
|
|
4
4
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
5
5
|
import { Utils } from '../../../_helpers/utils';
|
|
@@ -11,6 +11,7 @@ export declare class AttachmentComponent implements OnInit, OnDestroy {
|
|
|
11
11
|
pConn$: typeof PConnect;
|
|
12
12
|
formGroup$: FormGroup;
|
|
13
13
|
angularPConnectData: AngularPConnectData;
|
|
14
|
+
fileInput: ElementRef;
|
|
14
15
|
label$: string;
|
|
15
16
|
value$: any;
|
|
16
17
|
bRequired$: boolean;
|
|
@@ -18,16 +19,8 @@ export declare class AttachmentComponent implements OnInit, OnDestroy {
|
|
|
18
19
|
bDisabled$: boolean;
|
|
19
20
|
bVisible$: boolean;
|
|
20
21
|
bLoading$: boolean;
|
|
21
|
-
arFiles$: any[];
|
|
22
|
-
arFileList$: any[];
|
|
23
|
-
removeFileFromList$: any;
|
|
24
|
-
arMenuList$: any[];
|
|
25
22
|
bShowSelector$: boolean;
|
|
26
|
-
bShowJustDelete$: boolean;
|
|
27
|
-
att_valueRef: any;
|
|
28
23
|
att_categoryName: string;
|
|
29
|
-
att_id: string;
|
|
30
|
-
myFiles: any;
|
|
31
24
|
fileTemp: any;
|
|
32
25
|
caseID: any;
|
|
33
26
|
allowMultiple$: boolean;
|
|
@@ -36,56 +29,23 @@ export declare class AttachmentComponent implements OnInit, OnDestroy {
|
|
|
36
29
|
validateMessage: string | undefined;
|
|
37
30
|
valueRef: string;
|
|
38
31
|
imagePath$: string;
|
|
32
|
+
localizedVal: (localeKey: any, localePath: any, localeRuleKey?: string | undefined) => any;
|
|
33
|
+
localeCategory: string;
|
|
34
|
+
uploadMultipleFilesLabel: any;
|
|
35
|
+
uploadSingleFileLabel: any;
|
|
36
|
+
filesWithError: any;
|
|
37
|
+
files: any;
|
|
38
|
+
categoryName: string;
|
|
39
|
+
displayMode: string | undefined;
|
|
40
|
+
srcImg: any;
|
|
41
|
+
deleteIcon: string;
|
|
42
|
+
tempFilesToBeUploaded: any[];
|
|
39
43
|
constructor(angularPConnect: AngularPConnectService, utils: Utils, ngZone: NgZone);
|
|
40
44
|
ngOnInit(): void;
|
|
45
|
+
getAttachments(): () => void;
|
|
41
46
|
checkAndUpdate(): void;
|
|
42
|
-
ngOnDestroy(): void;
|
|
43
47
|
onStateChange(): void;
|
|
44
|
-
updateAttachmentsInfo(): void;
|
|
45
|
-
processFile(file: any, i: any): void;
|
|
46
48
|
updateSelf(): void;
|
|
47
|
-
updateAttachments(): void;
|
|
48
|
-
updateAttachmentsFromServer(): void;
|
|
49
|
-
resetAttachmentStoredState(): void;
|
|
50
|
-
_downloadFileFromList(fileObj: any): void;
|
|
51
|
-
fileDownload: (data: any, fileName: any, ext: any) => void;
|
|
52
|
-
getAttachmentKey: (name?: string) => string;
|
|
53
|
-
CheckForInvalidAttachment(): void;
|
|
54
|
-
_removeFileFromList(item: any): void;
|
|
55
|
-
getCurrentAttachmentsList(key: any, context: any): any;
|
|
56
|
-
errorHandler(isFetchCanceled: any, file: any): (error: any) => never;
|
|
57
|
-
uploadMyFiles(event: any): void;
|
|
58
|
-
handleFileUploadSuccess(fileResponses: any): void;
|
|
59
|
-
handleFileUploadFailure(): void;
|
|
60
|
-
getNewListUtilityItemProps: ({ att, cancelFile, downloadFile, deleteFile, removeFile }: {
|
|
61
|
-
att: any;
|
|
62
|
-
cancelFile: any;
|
|
63
|
-
downloadFile: any;
|
|
64
|
-
deleteFile: any;
|
|
65
|
-
removeFile: any;
|
|
66
|
-
}) => {
|
|
67
|
-
id: any;
|
|
68
|
-
visual: {
|
|
69
|
-
icon: any;
|
|
70
|
-
progress: any;
|
|
71
|
-
};
|
|
72
|
-
primary: {
|
|
73
|
-
type: any;
|
|
74
|
-
name: any;
|
|
75
|
-
icon: string;
|
|
76
|
-
click: any;
|
|
77
|
-
};
|
|
78
|
-
secondary: {
|
|
79
|
-
text: any;
|
|
80
|
-
error: any;
|
|
81
|
-
};
|
|
82
|
-
actions: any;
|
|
83
|
-
};
|
|
84
|
-
onUploadProgress(): void;
|
|
85
|
-
getFiles(arFiles: any[]): any[];
|
|
86
|
-
setNewFiles(arFiles: any): any[];
|
|
87
|
-
validateMaxSize(fileObj: any, maxSizeInMB: any): boolean;
|
|
88
|
-
validateFileExtension: (fileObj: any, allowedExtensions: any) => any;
|
|
89
49
|
buildFilePropsFromResponse(respObj: any): {
|
|
90
50
|
props: {
|
|
91
51
|
meta: string;
|
|
@@ -94,6 +54,22 @@ export declare class AttachmentComponent implements OnInit, OnDestroy {
|
|
|
94
54
|
};
|
|
95
55
|
responseProps: any;
|
|
96
56
|
};
|
|
57
|
+
updateAttachments(): void;
|
|
58
|
+
resetAttachmentStoredState(): void;
|
|
59
|
+
downloadFile(fileObj: any): void;
|
|
60
|
+
fileDownload: (data: any, fileName: any, ext: any) => void;
|
|
61
|
+
getAttachmentKey: (name?: string) => string;
|
|
62
|
+
getCurrentAttachmentsList(key: any, context: any): any;
|
|
63
|
+
validateMaxSize(fileObj: any, maxSizeInMB: any): boolean;
|
|
64
|
+
validateFileExtension: (fileObj: any, allowedExtensions: any) => any;
|
|
65
|
+
updateAttachmentState(pConn: any, key: any, attachments: any): void;
|
|
66
|
+
deleteFile(file: any): void;
|
|
67
|
+
onFileAdded(event: any): void;
|
|
68
|
+
clearFieldErrorMessages(): void;
|
|
69
|
+
onUploadProgress(): void;
|
|
70
|
+
errorHandler(isFetchCanceled: any, attachedFile: any): (error: any) => never;
|
|
71
|
+
uploadFiles(): void;
|
|
72
|
+
ngOnDestroy(): void;
|
|
97
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<AttachmentComponent, never>;
|
|
98
74
|
static ɵcmp: i0.ɵɵComponentDeclaration<AttachmentComponent, "app-attachment", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|
|
99
75
|
}
|
|
@@ -35,7 +35,7 @@ export declare class FileUtilityComponent implements OnInit, OnDestroy {
|
|
|
35
35
|
link_url$: string;
|
|
36
36
|
closeSvgIcon$: string;
|
|
37
37
|
currentCaseID: string;
|
|
38
|
-
addAttachmentsActions: any
|
|
38
|
+
addAttachmentsActions: any;
|
|
39
39
|
constructor(angularPConnect: AngularPConnectService, utils: Utils, ngZone: NgZone);
|
|
40
40
|
ngOnInit(): void;
|
|
41
41
|
ngOnDestroy(): void;
|
|
@@ -119,8 +119,8 @@ export declare class FileUtilityComponent implements OnInit, OnDestroy {
|
|
|
119
119
|
_fieldOnChangeLink(event: any): void;
|
|
120
120
|
_fieldOnChangeURL(event: any): void;
|
|
121
121
|
updateSelf(): void;
|
|
122
|
-
getCaseID():
|
|
123
|
-
fetchCaseAttachments(caseID: any):
|
|
122
|
+
getCaseID(): any;
|
|
123
|
+
fetchCaseAttachments(caseID: any): any;
|
|
124
124
|
handleAttachmentsResponse(resp: any): void;
|
|
125
125
|
getUtilityItems(attachments: any): any;
|
|
126
126
|
mapAttachmentToUtilityItem(att: any): {
|
|
@@ -36,10 +36,11 @@ export declare class TodoComponent implements OnInit, OnDestroy, OnChanges {
|
|
|
36
36
|
assignmentsSource$: any;
|
|
37
37
|
CONSTS: typeof publicConstants;
|
|
38
38
|
bLogging: boolean;
|
|
39
|
-
localizedVal: (localeKey:
|
|
39
|
+
localizedVal: (localeKey: any, localePath: any, localeRuleKey?: string | undefined) => any;
|
|
40
40
|
localeCategory: string;
|
|
41
|
-
showlessLocalizedValue:
|
|
42
|
-
showMoreLocalizedValue:
|
|
41
|
+
showlessLocalizedValue: any;
|
|
42
|
+
showMoreLocalizedValue: any;
|
|
43
|
+
canPerform: boolean;
|
|
43
44
|
constructor(psService: ProgressSpinnerService, erService: ErrorMessagesService, ngZone: NgZone, utils: Utils);
|
|
44
45
|
ngOnInit(): void;
|
|
45
46
|
ngOnDestroy(): void;
|
package/lib/_helpers/common.d.ts
CHANGED
|
@@ -12,5 +12,5 @@ export declare const getReferenceList: (pConn: any) => any;
|
|
|
12
12
|
* @returns {*} - return the react element of the view
|
|
13
13
|
*/
|
|
14
14
|
export declare const buildView: (pConn: any, index: any, viewConfigPath: any) => {
|
|
15
|
-
getPConnect: () => import("@pega/pcore-pconnect-typedefs/interpreter/c11n-env").
|
|
15
|
+
getPConnect: () => import("@pega/pcore-pconnect-typedefs/interpreter/c11n-env").C11nEnv;
|
|
16
16
|
};
|
|
@@ -26,7 +26,7 @@ export declare const createFilterComponent: (getPConnect: any, filterMeta: any,
|
|
|
26
26
|
filterProp: string;
|
|
27
27
|
metadata: any;
|
|
28
28
|
c11nEnv: {
|
|
29
|
-
getPConnect: () => import("@pega/pcore-pconnect-typedefs/interpreter/c11n-env").
|
|
29
|
+
getPConnect: () => import("@pega/pcore-pconnect-typedefs/interpreter/c11n-env").C11nEnv;
|
|
30
30
|
};
|
|
31
31
|
filterId: any;
|
|
32
32
|
label?: undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare function getLocale(locale?: string): string
|
|
2
|
-
export declare function getCurrentTimezone(timezone?: string):
|
|
1
|
+
export declare function getLocale(locale?: string): string;
|
|
2
|
+
export declare function getCurrentTimezone(timezone?: string): any;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
declare function updateNewInstructions(c11nEnv: any, selectionList: any): void;
|
|
2
|
+
declare function insertInstruction(c11nEnv: any, selectionList: any, selectionKey: any, primaryField: any, item: any): void;
|
|
3
|
+
declare function deleteInstruction(c11nEnv: any, selectionList: any, selectionKey: any, item: any): void;
|
|
4
|
+
export { updateNewInstructions, insertInstruction, deleteInstruction };
|
|
@@ -1,4 +1,21 @@
|
|
|
1
|
-
### Angular SDK - Release Announcement -
|
|
1
|
+
### Angular SDK - Release Announcement - v24.1.10 (08 August 2024)
|
|
2
|
+
|
|
3
|
+
This release - **SDK-A v24.1.10** - is **only compatible with Pega Infinity 24.1**. This release is related to the [**release/24.1.10** branch of the React SDK repository](https://github.com/pegasystems/angular-sdk/tree/release/24.1.10).
|
|
4
|
+
<br>
|
|
5
|
+
|
|
6
|
+
The SDK-R v24.1.10 release allow React SDK users to to take advantage of the latest [SDK enhancements and fixes noted in **What's New in the SDK?**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/react-sdk-updates.html) including:
|
|
7
|
+
|
|
8
|
+
* Support has been added for the approve and reject case actions
|
|
9
|
+
* Support for the Checkbox group and Combo-Box display options in the MultiSelect mode for the Data Reference and Case Reference fields.
|
|
10
|
+
* Save For Later functionality now works as expected
|
|
11
|
+
* Bug fixes
|
|
12
|
+
* Full set of merged PRs can be found in the [react-sdk-components GitHub repo list of merged PRs](https://github.com/pegasystems/angular-sdk-components/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+). This release includes all PRs since (and including) #153.
|
|
13
|
+
<br />
|
|
14
|
+
<hr />
|
|
15
|
+
|
|
16
|
+
### Previous Releases
|
|
17
|
+
|
|
18
|
+
#### Angular SDK - v23.1.10 (20 March 2024)
|
|
2
19
|
|
|
3
20
|
This release - **SDK-A v23.1.10** - is **only compatible with Pega Infinity 23**. This release is related to the [**release/23.1.10** branch of the Angular SDK repository](https://github.com/pegasystems/angular-sdk/tree/release/23.1.10).
|
|
4
21
|
<br>
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pega/angular-sdk-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "24.1.10",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
5
|
+
"@angular/common": "^17.3.12",
|
|
6
|
+
"@angular/core": "^17.3.12"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"tslib": "^2.6.2"
|
package/public-api.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ export * from './lib/_components/infra/region/region.component';
|
|
|
42
42
|
export * from './lib/_components/infra/root-container/root-container.component';
|
|
43
43
|
export * from './lib/_components/infra/stages/stages.component';
|
|
44
44
|
export * from './lib/_components/infra/view/view.component';
|
|
45
|
+
export * from './lib/_components/infra/Containers/base-components/flow-container-base.component';
|
|
45
46
|
export * from './lib/_components/template/app-shell/app-shell.component';
|
|
46
47
|
export * from './lib/_components/template/case-summary/case-summary.component';
|
|
47
48
|
export * from './lib/_components/template/case-view/case-view.component';
|
|
@@ -124,6 +125,7 @@ export * from './lib/_helpers/template-utils';
|
|
|
124
125
|
export * from './lib/_helpers/utils';
|
|
125
126
|
export * from './lib/_helpers/versionHelpers';
|
|
126
127
|
export * from './lib/_helpers/filter-utils';
|
|
128
|
+
export * from './lib/_helpers/instructions-utils';
|
|
127
129
|
export * from './lib/_messages/error-messages.service';
|
|
128
130
|
export * from './lib/_messages/get-login-status.service';
|
|
129
131
|
export * from './lib/_messages/oauth-response.service';
|