@pega/angular-sdk-components 24.1.10 → 24.2.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 +3 -3
- package/esm2022/lib/_bridge/component-mapper/component-mapper.component.mjs +6 -13
- package/esm2022/lib/_components/designSystemExtension/alert/alert.component.mjs +3 -3
- package/esm2022/lib/_components/designSystemExtension/alert-banner/alert-banner.component.mjs +4 -4
- package/esm2022/lib/_components/designSystemExtension/banner/banner.component.mjs +3 -3
- package/esm2022/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.mjs +4 -4
- 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 +5 -5
- package/esm2022/lib/_components/designSystemExtension/material-details/material-details.component.mjs +3 -3
- package/esm2022/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.mjs +9 -6
- package/esm2022/lib/_components/designSystemExtension/material-summary-item/material-summary-item.component.mjs +3 -3
- package/esm2022/lib/_components/designSystemExtension/material-summary-list/material-summary-list.component.mjs +3 -3
- package/esm2022/lib/_components/designSystemExtension/material-utility/material-utility.component.mjs +3 -3
- package/esm2022/lib/_components/designSystemExtension/material-vertical-tabs/material-vertical-tabs.component.mjs +4 -4
- package/esm2022/lib/_components/designSystemExtension/operator/operator.component.mjs +4 -4
- package/esm2022/lib/_components/designSystemExtension/pulse/pulse.component.mjs +9 -9
- package/esm2022/lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component.mjs +3 -3
- 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 +12 -10
- package/esm2022/lib/_components/field/cancel-alert/cancel-alert.component.mjs +3 -3
- package/esm2022/lib/_components/field/check-box/check-box.component.mjs +11 -9
- package/esm2022/lib/_components/field/currency/currency.component.mjs +30 -17
- package/esm2022/lib/_components/field/date/date.component.mjs +19 -39
- package/esm2022/lib/_components/field/date-time/date-time.component.mjs +16 -14
- package/esm2022/lib/_components/field/decimal/decimal.component.mjs +22 -20
- package/esm2022/lib/_components/field/dropdown/dropdown.component.mjs +124 -24
- package/esm2022/lib/_components/field/email/email.component.mjs +14 -7
- package/esm2022/lib/_components/field/group/group.component.mjs +6 -6
- package/esm2022/lib/_components/field/integer/integer.component.mjs +14 -9
- 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 +13 -6
- package/esm2022/lib/_components/field/percentage/percentage.component.mjs +31 -23
- package/esm2022/lib/_components/field/phone/phone.component.mjs +11 -18
- package/esm2022/lib/_components/field/radio-buttons/radio-buttons.component.mjs +9 -11
- package/esm2022/lib/_components/field/rich-text/rich-text.component.mjs +8 -9
- package/esm2022/lib/_components/field/scalar-list/scalar-list.component.mjs +7 -8
- package/esm2022/lib/_components/field/semantic-link/semantic-link.component.mjs +3 -3
- package/esm2022/lib/_components/field/text/text.component.mjs +6 -4
- package/esm2022/lib/_components/field/text-area/text-area.component.mjs +14 -10
- package/esm2022/lib/_components/field/text-content/text-content.component.mjs +3 -3
- package/esm2022/lib/_components/field/text-input/text-input.component.mjs +14 -9
- package/esm2022/lib/_components/field/time/time.component.mjs +20 -11
- package/esm2022/lib/_components/field/url/url.component.mjs +14 -9
- package/esm2022/lib/_components/field/user-reference/user-reference.component.mjs +37 -17
- package/esm2022/lib/_components/infra/Containers/flow-container/flow-container.component.mjs +10 -7
- 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 +4 -4
- package/esm2022/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.mjs +4 -4
- package/esm2022/lib/_components/infra/Containers/view-container/helper.mjs +22 -0
- package/esm2022/lib/_components/infra/Containers/view-container/view-container.component.mjs +9 -16
- package/esm2022/lib/_components/infra/action-buttons/action-buttons.component.mjs +3 -3
- package/esm2022/lib/_components/infra/assignment/assignment.component.mjs +4 -5
- package/esm2022/lib/_components/infra/assignment-card/assignment-card.component.mjs +3 -3
- package/esm2022/lib/_components/infra/dashboard-filter/dashboard-filter.component.mjs +3 -3
- package/esm2022/lib/_components/infra/defer-load/defer-load.component.mjs +7 -7
- package/esm2022/lib/_components/infra/error-boundary/error-boundary.component.mjs +3 -3
- package/esm2022/lib/_components/infra/multi-step/multi-step.component.mjs +3 -3
- package/esm2022/lib/_components/infra/navbar/navbar.component.mjs +5 -5
- package/esm2022/lib/_components/infra/reference/reference.component.mjs +3 -3
- package/esm2022/lib/_components/infra/region/region.component.mjs +3 -3
- package/esm2022/lib/_components/infra/root-container/root-container.component.mjs +4 -4
- package/esm2022/lib/_components/infra/stages/stages.component.mjs +5 -5
- package/esm2022/lib/_components/infra/view/view.component.mjs +22 -7
- package/esm2022/lib/_components/template/app-shell/app-shell.component.mjs +20 -4
- package/esm2022/lib/_components/template/banner-page/banner-page.component.mjs +3 -3
- package/esm2022/lib/_components/template/base/details-template-base.mjs +56 -0
- package/esm2022/lib/_components/template/base/form-template-base.mjs +13 -0
- package/esm2022/lib/_components/template/case-summary/case-summary.component.mjs +4 -4
- package/esm2022/lib/_components/template/case-view/case-view.component.mjs +11 -16
- package/esm2022/lib/_components/template/confirmation/confirmation.component.mjs +5 -5
- package/esm2022/lib/_components/template/data-reference/data-reference.component.mjs +13 -8
- package/esm2022/lib/_components/template/default-form/default-form.component.mjs +8 -20
- package/esm2022/lib/_components/template/details/details.component.mjs +12 -39
- package/esm2022/lib/_components/template/details-narrow-wide/details-narrow-wide.component.mjs +11 -38
- package/esm2022/lib/_components/template/details-one-column/details-one-column.component.mjs +12 -41
- package/esm2022/lib/_components/template/details-sub-tabs/details-sub-tabs.component.mjs +13 -40
- package/esm2022/lib/_components/template/details-three-column/details-three-column.component.mjs +12 -41
- package/esm2022/lib/_components/template/details-two-column/details-two-column.component.mjs +13 -42
- package/esm2022/lib/_components/template/details-wide-narrow/details-wide-narrow.component.mjs +12 -41
- package/esm2022/lib/_components/template/dynamic-tabs/dynamic-tabs.component.mjs +8 -7
- package/esm2022/lib/_components/template/field-group-list/field-group-list.component.mjs +3 -3
- package/esm2022/lib/_components/template/field-group-template/field-group-template.component.mjs +6 -8
- package/esm2022/lib/_components/template/field-value-list/field-value-list.component.mjs +5 -5
- package/esm2022/lib/_components/template/inline-dashboard/inline-dashboard.component.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/_components/template/list-view/list-view.component.mjs +24 -9
- package/esm2022/lib/_components/template/list-view/listViewHelpers.mjs +2 -2
- package/esm2022/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.mjs +3 -3
- 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 +6 -5
- package/esm2022/lib/_components/template/one-column-page/one-column-page.component.mjs +3 -3
- package/esm2022/lib/_components/template/one-column-tab/one-column-tab.component.mjs +4 -4
- package/esm2022/lib/_components/template/page/page.component.mjs +4 -4
- package/esm2022/lib/_components/template/promoted-filters/promoted-filters.component.mjs +4 -4
- package/esm2022/lib/_components/template/repeating-structures/repeating-structures.component.mjs +4 -4
- package/esm2022/lib/_components/template/simple-table/simple-table.component.mjs +3 -3
- 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 +9 -11
- package/esm2022/lib/_components/template/simple-table-select/simple-table-select.component.mjs +5 -5
- package/esm2022/lib/_components/template/single-reference-readonly/single-reference-readonly.component.mjs +3 -3
- package/esm2022/lib/_components/template/sub-tabs/sub-tabs.component.mjs +4 -4
- package/esm2022/lib/_components/template/three-column/three-column.component.mjs +6 -5
- package/esm2022/lib/_components/template/three-column-page/three-column-page.component.mjs +3 -3
- package/esm2022/lib/_components/template/two-column/two-column.component.mjs +6 -5
- package/esm2022/lib/_components/template/two-column-page/two-column-page.component.mjs +3 -3
- package/esm2022/lib/_components/template/two-column-tab/two-column-tab.component.mjs +4 -4
- package/esm2022/lib/_components/template/wide-narrow-form/wide-narrow-form.component.mjs +6 -5
- package/esm2022/lib/_components/template/wide-narrow-page/wide-narrow-page.component.mjs +4 -4
- package/esm2022/lib/_components/template/wss-nav-bar/wss-nav-bar.component.mjs +5 -5
- package/esm2022/lib/_components/widget/app-announcement/app-announcement.component.mjs +3 -3
- package/esm2022/lib/_components/widget/attachment/attachment.component.mjs +6 -8
- package/esm2022/lib/_components/widget/case-history/case-history.component.mjs +3 -3
- package/esm2022/lib/_components/widget/feed-container/feed-container.component.mjs +5 -5
- package/esm2022/lib/_components/widget/file-utility/file-utility.component.mjs +4 -4
- package/esm2022/lib/_components/widget/list-utility/list-utility.component.mjs +3 -3
- package/esm2022/lib/_components/widget/quick-create/quick-create.component.mjs +3 -3
- package/esm2022/lib/_components/widget/todo/todo.component.mjs +77 -63
- package/esm2022/lib/_components/widget/utility/utility.component.mjs +3 -3
- package/esm2022/lib/_directives/thousand-seperator.directive.mjs +4 -4
- package/esm2022/lib/_helpers/createstage-utils.mjs +15 -0
- package/esm2022/lib/_helpers/field-group-utils.mjs +3 -3
- package/esm2022/lib/_helpers/filter-utils.mjs +1 -2
- package/esm2022/lib/_helpers/formatters/common.mjs +3 -5
- package/esm2022/lib/_helpers/formatters/date.mjs +4 -4
- package/esm2022/lib/_helpers/formatters/index.mjs +17 -3
- package/esm2022/lib/_helpers/template-utils.mjs +3 -3
- package/esm2022/lib/_helpers/utils.mjs +3 -3
- package/esm2022/lib/_messages/error-messages.service.mjs +4 -4
- package/esm2022/lib/_messages/progress-spinner.service.mjs +3 -3
- package/esm2022/lib/_messages/update-worklist.service.mjs +3 -3
- package/esm2022/lib/_services/case.service.mjs +3 -3
- package/esm2022/lib/_services/datapage.service.mjs +3 -3
- package/esm2022/lib/_services/endpoints.mjs +1 -2
- package/esm2022/lib/_services/server-config.service.mjs +3 -3
- package/esm2022/public-api.mjs +4 -4
- package/fesm2022/pega-angular-sdk-components.mjs +1286 -1274
- package/fesm2022/pega-angular-sdk-components.mjs.map +1 -1
- package/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.d.ts +1 -1
- package/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.d.ts +1 -1
- package/lib/_components/designSystemExtension/pulse/pulse.component.d.ts +2 -2
- package/lib/_components/field/auto-complete/auto-complete.component.d.ts +3 -2
- package/lib/_components/field/check-box/check-box.component.d.ts +2 -2
- package/lib/_components/field/currency/currency.component.d.ts +6 -3
- package/lib/_components/field/date/date.component.d.ts +17 -6
- package/lib/_components/field/date-time/date-time.component.d.ts +9 -2
- package/lib/_components/field/decimal/decimal.component.d.ts +3 -3
- package/lib/_components/field/dropdown/dropdown.component.d.ts +13 -2
- package/lib/_components/field/email/email.component.d.ts +2 -0
- package/lib/_components/field/integer/integer.component.d.ts +3 -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 +3 -2
- package/lib/_components/field/percentage/percentage.component.d.ts +7 -3
- package/lib/_components/field/phone/phone.component.d.ts +3 -1
- package/lib/_components/field/radio-buttons/radio-buttons.component.d.ts +2 -1
- package/lib/_components/field/rich-text/rich-text.component.d.ts +2 -0
- package/lib/_components/field/text/text.component.d.ts +3 -1
- package/lib/_components/field/text-area/text-area.component.d.ts +3 -1
- package/lib/_components/field/text-input/text-input.component.d.ts +3 -1
- package/lib/_components/field/time/time.component.d.ts +4 -1
- package/lib/_components/field/url/url.component.d.ts +3 -1
- package/lib/_components/field/user-reference/user-reference.component.d.ts +7 -0
- package/lib/_components/infra/Containers/view-container/helper.d.ts +2 -0
- package/lib/_components/infra/action-buttons/action-buttons.component.d.ts +1 -1
- package/lib/_components/infra/defer-load/defer-load.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 -2
- package/lib/_components/infra/view/view.component.d.ts +1 -0
- package/lib/_components/template/base/details-template-base.d.ts +22 -0
- package/lib/_components/template/base/form-template-base.d.ts +8 -0
- package/lib/_components/template/case-view/case-view.component.d.ts +1 -2
- package/lib/_components/template/default-form/default-form.component.d.ts +2 -5
- package/lib/_components/template/details/details.component.d.ts +3 -11
- package/lib/_components/template/details-narrow-wide/details-narrow-wide.component.d.ts +3 -11
- package/lib/_components/template/details-one-column/details-one-column.component.d.ts +3 -13
- package/lib/_components/template/details-sub-tabs/details-sub-tabs.component.d.ts +3 -13
- package/lib/_components/template/details-three-column/details-three-column.component.d.ts +3 -13
- package/lib/_components/template/details-two-column/details-two-column.component.d.ts +3 -13
- package/lib/_components/template/details-wide-narrow/details-wide-narrow.component.d.ts +3 -13
- package/lib/_components/template/dynamic-tabs/dynamic-tabs.component.d.ts +1 -0
- package/lib/_components/template/list-view/list-view.component.d.ts +6 -1
- package/lib/_components/template/list-view/listViewHelpers.d.ts +1 -1
- package/lib/_components/template/one-column/one-column.component.d.ts +2 -1
- 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/three-column/three-column.component.d.ts +2 -1
- package/lib/_components/template/two-column/two-column.component.d.ts +2 -1
- package/lib/_components/template/wide-narrow-form/wide-narrow-form.component.d.ts +2 -1
- package/lib/_components/template/wide-narrow-page/wide-narrow-page.component.d.ts +1 -1
- package/lib/_components/template/wss-nav-bar/wss-nav-bar.component.d.ts +3 -3
- package/lib/_components/widget/attachment/attachment.component.d.ts +3 -3
- package/lib/_components/widget/feed-container/feed-container.component.d.ts +2 -2
- package/lib/_components/widget/file-utility/file-utility.component.d.ts +1 -1
- package/lib/_components/widget/todo/todo.component.d.ts +9 -12
- package/lib/_helpers/common.d.ts +1 -1
- package/lib/_helpers/createstage-utils.d.ts +1 -0
- package/lib/_helpers/formatters/common.d.ts +2 -2
- package/lib/_messages/error-messages.service.d.ts +1 -1
- package/lib/_services/endpoints.d.ts +0 -1
- package/lib/doc/KeyReleaseUpdates.md +23 -6
- package/package.json +3 -3
- package/public-api.d.ts +3 -3
- package/esm2022/lib/_messages/get-login-status.service.mjs +0 -26
- package/esm2022/lib/_messages/oauth-response.service.mjs +0 -30
- package/esm2022/lib/_messages/reset-pconnect.service.mjs +0 -31
- package/lib/_messages/get-login-status.service.d.ts +0 -10
- package/lib/_messages/oauth-response.service.d.ts +0 -14
- package/lib/_messages/reset-pconnect.service.d.ts +0 -15
|
@@ -1,20 +1,12 @@
|
|
|
1
1
|
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
|
-
import {
|
|
3
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
2
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DetailsComponent
|
|
6
|
-
private angularPConnect;
|
|
7
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
4
|
+
export declare class DetailsComponent extends DetailsTemplateBase {
|
|
8
5
|
pConn$: typeof PConnect;
|
|
9
6
|
highlightedDataArr: any[];
|
|
10
7
|
showHighlightedData: boolean;
|
|
11
8
|
arFields$: any[];
|
|
12
|
-
angularPConnectData: AngularPConnectData;
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
ngOnDestroy(): void;
|
|
15
|
-
onStateChange(): void;
|
|
16
|
-
checkAndUpdate(): void;
|
|
17
9
|
updateSelf(): void;
|
|
18
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsComponent, "app-details", never, {
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsComponent, "app-details", never, {}, {}, never, never, true, never>;
|
|
20
12
|
}
|
|
@@ -1,21 +1,13 @@
|
|
|
1
1
|
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
|
-
import {
|
|
3
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
2
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DetailsNarrowWideComponent
|
|
6
|
-
private angularPConnect;
|
|
7
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
4
|
+
export declare class DetailsNarrowWideComponent extends DetailsTemplateBase {
|
|
8
5
|
pConn$: typeof PConnect;
|
|
9
6
|
arFields$: any[];
|
|
10
7
|
arFields2$: any[];
|
|
11
8
|
highlightedDataArr: any[];
|
|
12
9
|
showHighlightedData: boolean;
|
|
13
|
-
angularPConnectData: AngularPConnectData;
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
ngOnDestroy(): void;
|
|
16
|
-
onStateChange(): void;
|
|
17
|
-
checkAndUpdate(): void;
|
|
18
10
|
updateSelf(): void;
|
|
19
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsNarrowWideComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsNarrowWideComponent, "app-details-narrow-wide", never, {
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsNarrowWideComponent, "app-details-narrow-wide", never, {}, {}, never, never, true, never>;
|
|
21
13
|
}
|
|
@@ -1,22 +1,12 @@
|
|
|
1
1
|
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
|
-
import {
|
|
3
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
|
-
import { FormGroup } from '@angular/forms';
|
|
2
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DetailsOneColumnComponent
|
|
7
|
-
private angularPConnect;
|
|
8
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
4
|
+
export declare class DetailsOneColumnComponent extends DetailsTemplateBase {
|
|
9
5
|
pConn$: typeof PConnect;
|
|
10
|
-
formGroup$: FormGroup;
|
|
11
6
|
showHighlightedData: boolean;
|
|
12
7
|
highlightedDataArr: any;
|
|
13
8
|
arFields$: any[];
|
|
14
|
-
angularPConnectData: AngularPConnectData;
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
ngOnDestroy(): void;
|
|
17
|
-
onStateChange(): void;
|
|
18
|
-
checkAndUpdate(): void;
|
|
19
9
|
updateSelf(): void;
|
|
20
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsOneColumnComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsOneColumnComponent, "app-details-one-column", never, {
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsOneColumnComponent, "app-details-one-column", never, {}, {}, never, never, true, never>;
|
|
22
12
|
}
|
|
@@ -1,24 +1,14 @@
|
|
|
1
1
|
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
|
-
import {
|
|
3
|
-
import { FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
2
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DetailsSubTabsComponent
|
|
7
|
-
private angularPConnect;
|
|
4
|
+
export declare class DetailsSubTabsComponent extends DetailsTemplateBase {
|
|
8
5
|
pConn$: typeof PConnect;
|
|
9
|
-
formGroup$: FormGroup;
|
|
10
|
-
angularPConnectData: AngularPConnectData;
|
|
11
6
|
currentTabId: string;
|
|
12
7
|
tabItems: any[];
|
|
13
8
|
availableTabs: any[];
|
|
14
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
ngOnDestroy(): void;
|
|
17
|
-
onStateChange(): void;
|
|
18
|
-
checkAndUpdate(): void;
|
|
19
9
|
updateSelf(): void;
|
|
20
10
|
updateTabContent(): void;
|
|
21
11
|
handleTabClick(event: any): void;
|
|
22
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsSubTabsComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsSubTabsComponent, "app-details-sub-tabs", never, {
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsSubTabsComponent, "app-details-sub-tabs", never, {}, {}, never, never, true, never>;
|
|
24
14
|
}
|
|
@@ -1,25 +1,15 @@
|
|
|
1
1
|
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
|
-
import {
|
|
3
|
-
import { FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
2
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DetailsThreeColumnComponent
|
|
7
|
-
private angularPConnect;
|
|
8
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
4
|
+
export declare class DetailsThreeColumnComponent extends DetailsTemplateBase {
|
|
9
5
|
pConn$: typeof PConnect;
|
|
10
|
-
formGroup$: FormGroup;
|
|
11
6
|
showHighlightedData: boolean;
|
|
12
7
|
highlightedDataArr: any;
|
|
13
8
|
arFields$: any[];
|
|
14
9
|
arFields2$: any[];
|
|
15
10
|
arFields3$: any[];
|
|
16
11
|
propsToUse: any;
|
|
17
|
-
angularPConnectData: AngularPConnectData;
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
ngOnDestroy(): void;
|
|
20
|
-
onStateChange(): void;
|
|
21
|
-
checkAndUpdate(): void;
|
|
22
12
|
updateSelf(): void;
|
|
23
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsThreeColumnComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsThreeColumnComponent, "app-details-three-column", never, {
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsThreeColumnComponent, "app-details-three-column", never, {}, {}, never, never, true, never>;
|
|
25
15
|
}
|
|
@@ -1,25 +1,15 @@
|
|
|
1
1
|
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
|
-
import {
|
|
3
|
-
import { FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
2
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DetailsTwoColumnComponent
|
|
7
|
-
private angularPConnect;
|
|
8
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
4
|
+
export declare class DetailsTwoColumnComponent extends DetailsTemplateBase {
|
|
9
5
|
pConn$: typeof PConnect;
|
|
10
|
-
formGroup$: FormGroup;
|
|
11
6
|
showHighlightedData: boolean;
|
|
12
7
|
highlightedDataArr: any;
|
|
13
8
|
arFields$: any[];
|
|
14
9
|
arFields2$: any[];
|
|
15
10
|
arFields3$: any[];
|
|
16
11
|
propsToUse: any;
|
|
17
|
-
angularPConnectData: AngularPConnectData;
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
ngOnDestroy(): void;
|
|
20
|
-
onStateChange(): void;
|
|
21
|
-
checkAndUpdate(): void;
|
|
22
12
|
updateSelf(): void;
|
|
23
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsTwoColumnComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsTwoColumnComponent, "app-details-two-column", never, {
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsTwoColumnComponent, "app-details-two-column", never, {}, {}, never, never, true, never>;
|
|
25
15
|
}
|
|
@@ -1,24 +1,14 @@
|
|
|
1
1
|
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
|
-
import {
|
|
3
|
-
import { FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
2
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DetailsWideNarrowComponent
|
|
7
|
-
private angularPConnect;
|
|
8
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
4
|
+
export declare class DetailsWideNarrowComponent extends DetailsTemplateBase {
|
|
9
5
|
pConn$: typeof PConnect;
|
|
10
|
-
formGroup$: FormGroup;
|
|
11
6
|
highlightedDataArr: any[];
|
|
12
7
|
showHighlightedData: boolean;
|
|
13
8
|
arFields$: any[];
|
|
14
9
|
arFields2$: any[];
|
|
15
10
|
propsToUse: any;
|
|
16
|
-
angularPConnectData: AngularPConnectData;
|
|
17
|
-
ngOnInit(): void;
|
|
18
|
-
ngOnDestroy(): void;
|
|
19
|
-
onStateChange(): void;
|
|
20
|
-
checkAndUpdate(): void;
|
|
21
11
|
updateSelf(): void;
|
|
22
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsWideNarrowComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsWideNarrowComponent, "app-details-wide-narrow", never, {
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsWideNarrowComponent, "app-details-wide-narrow", never, {}, {}, never, never, true, never>;
|
|
24
14
|
}
|
|
@@ -9,6 +9,7 @@ export declare class DynamicTabsComponent implements OnInit, OnDestroy {
|
|
|
9
9
|
formGroup$: FormGroup;
|
|
10
10
|
angularPConnectData: AngularPConnectData;
|
|
11
11
|
tabsItems: any[];
|
|
12
|
+
propsToUse: any;
|
|
12
13
|
constructor(angularPConnect: AngularPConnectService);
|
|
13
14
|
ngOnInit(): void;
|
|
14
15
|
ngOnDestroy(): void;
|
|
@@ -8,6 +8,8 @@ import { ProgressSpinnerService } from '../../../_messages/progress-spinner.serv
|
|
|
8
8
|
import { Utils } from '../../../_helpers/utils';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
interface ListViewProps {
|
|
11
|
+
inheritedProps: any;
|
|
12
|
+
title: string | undefined;
|
|
11
13
|
globalSearch?: boolean;
|
|
12
14
|
referenceList?: any;
|
|
13
15
|
rowClickAction?: any;
|
|
@@ -20,6 +22,7 @@ interface ListViewProps {
|
|
|
20
22
|
grouping: string | boolean;
|
|
21
23
|
value: any;
|
|
22
24
|
readonlyContextList: any;
|
|
25
|
+
label?: string;
|
|
23
26
|
}
|
|
24
27
|
export declare class Group {
|
|
25
28
|
level: number;
|
|
@@ -90,8 +93,9 @@ export declare class ListViewComponent implements OnInit, OnDestroy {
|
|
|
90
93
|
paging: any;
|
|
91
94
|
fieldDefs: any;
|
|
92
95
|
xRayApis: import("@pega/pcore-pconnect-typedefs/debug/xray-runtime").default;
|
|
93
|
-
xRayUid: string;
|
|
96
|
+
xRayUid: string | null;
|
|
94
97
|
checkBoxValue: string;
|
|
98
|
+
label?: string;
|
|
95
99
|
constructor(psService: ProgressSpinnerService, utils: Utils);
|
|
96
100
|
ngOnInit(): void;
|
|
97
101
|
getFieldFromFilter(filter: any, dateRange?: boolean): any;
|
|
@@ -152,6 +156,7 @@ export declare class ListViewComponent implements OnInit, OnDestroy {
|
|
|
152
156
|
initializeColumns(fields?: never[]): any[];
|
|
153
157
|
getHeaderCells(colFields: any, fields: any): any;
|
|
154
158
|
buildSelect(fieldDefs: any, colId: any, patchQueryFields?: never[], compositeKeys?: never[]): any;
|
|
159
|
+
getResultsText(): string;
|
|
155
160
|
getField(fieldDefs: any, columnId: any): any;
|
|
156
161
|
getFieldsMap(fieldDefs: any): Map<any, any>;
|
|
157
162
|
addItemKeyInSelect(fieldDefs: any, itemKey: any, select: any, compositeKeys: any): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function
|
|
1
|
+
export declare function init(props: any): Promise<any>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
2
|
import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
3
|
import { FormGroup } from '@angular/forms';
|
|
4
|
+
import { FormTemplateBase } from '../base/form-template-base';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class OneColumnComponent implements OnInit, OnChanges {
|
|
6
|
+
export declare class OneColumnComponent extends FormTemplateBase implements OnInit, OnChanges {
|
|
6
7
|
pConn$: typeof PConnect;
|
|
7
8
|
formGroup$: FormGroup;
|
|
8
9
|
arChildren$: any[];
|
|
@@ -62,7 +62,7 @@ export declare const createMetaForTable: (fields: any, renderMode: any) => {
|
|
|
62
62
|
footer: boolean;
|
|
63
63
|
filterExpression: null;
|
|
64
64
|
editing: boolean;
|
|
65
|
-
timezone: string;
|
|
65
|
+
timezone: string | undefined;
|
|
66
66
|
};
|
|
67
67
|
export declare const filterDataByDate: (item: any, filterObj: any) => any;
|
|
68
68
|
export declare const filterDataByCommonFields: (item: any, filterObj: any) => any;
|
|
@@ -28,6 +28,7 @@ interface SimpleTableManualProps {
|
|
|
28
28
|
displayMode?: string;
|
|
29
29
|
useSeparateViewForEdit: any;
|
|
30
30
|
viewForEditModal: any;
|
|
31
|
+
targetClassLabel: string;
|
|
31
32
|
}
|
|
32
33
|
declare class Group {
|
|
33
34
|
level: number;
|
|
@@ -109,6 +110,7 @@ export declare class SimpleTableManualComponent implements OnInit, OnDestroy {
|
|
|
109
110
|
editView: any;
|
|
110
111
|
settingsSvgIcon$: string;
|
|
111
112
|
isInitialized: boolean;
|
|
113
|
+
targetClassLabel: string;
|
|
112
114
|
constructor(angularPConnect: AngularPConnectService, utils: Utils, dataPageService: DatapageService);
|
|
113
115
|
ngOnInit(): void;
|
|
114
116
|
ngOnDestroy(): void;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
2
|
import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
3
|
import { FormGroup } from '@angular/forms';
|
|
4
|
+
import { FormTemplateBase } from '../base/form-template-base';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ThreeColumnComponent implements OnInit, OnChanges {
|
|
6
|
+
export declare class ThreeColumnComponent extends FormTemplateBase implements OnInit, OnChanges {
|
|
6
7
|
pConn$: typeof PConnect;
|
|
7
8
|
formGroup$: FormGroup;
|
|
8
9
|
arChildren$: any[];
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
2
|
import { OnInit, SimpleChanges, OnChanges } from '@angular/core';
|
|
3
3
|
import { FormGroup } from '@angular/forms';
|
|
4
|
+
import { FormTemplateBase } from '../base/form-template-base';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TwoColumnComponent implements OnInit, OnChanges {
|
|
6
|
+
export declare class TwoColumnComponent extends FormTemplateBase implements OnInit, OnChanges {
|
|
6
7
|
pConn$: typeof PConnect;
|
|
7
8
|
formGroup$: FormGroup;
|
|
8
9
|
arChildren$: any[];
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
2
|
import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
3
|
import { FormGroup } from '@angular/forms';
|
|
4
|
+
import { FormTemplateBase } from '../base/form-template-base';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class WideNarrowFormComponent implements OnInit, OnChanges {
|
|
6
|
+
export declare class WideNarrowFormComponent extends FormTemplateBase implements OnInit, OnChanges {
|
|
6
7
|
pConn$: typeof PConnect;
|
|
7
8
|
formGroup$: FormGroup;
|
|
8
9
|
arChildren$: any[];
|
|
@@ -7,7 +7,7 @@ export declare class WideNarrowPageComponent implements OnInit, OnDestroy {
|
|
|
7
7
|
private angularPConnect;
|
|
8
8
|
pConn$: typeof PConnect;
|
|
9
9
|
formGroup$: FormGroup;
|
|
10
|
-
thePConnType: string;
|
|
10
|
+
thePConnType: string | undefined;
|
|
11
11
|
angularPConnectData: AngularPConnectData;
|
|
12
12
|
constructor(angularPConnect: AngularPConnectService);
|
|
13
13
|
ngOnInit(): void;
|
|
@@ -23,17 +23,17 @@ export declare class WssNavBarComponent implements OnInit, OnDestroy {
|
|
|
23
23
|
navPages$: any[];
|
|
24
24
|
navExpandCollapse$: string;
|
|
25
25
|
bShowCaseTypes$: boolean;
|
|
26
|
-
portalApp$: string;
|
|
26
|
+
portalApp$: string | undefined;
|
|
27
27
|
portalLogoImage$: string;
|
|
28
28
|
showAppName$: boolean;
|
|
29
|
-
portalOperator$: string;
|
|
29
|
+
portalOperator$: string | undefined;
|
|
30
30
|
portalOperatorInitials$: string;
|
|
31
31
|
actionsAPI: any;
|
|
32
32
|
createWork: any;
|
|
33
33
|
showPage: any;
|
|
34
34
|
logout: any;
|
|
35
35
|
navIcon$: string;
|
|
36
|
-
localizedVal: (localeKey:
|
|
36
|
+
localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
|
|
37
37
|
localeCategory: string;
|
|
38
38
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, psService: ProgressSpinnerService, ngZone: NgZone, utils: Utils);
|
|
39
39
|
ngOnInit(): void;
|
|
@@ -29,10 +29,10 @@ export declare class AttachmentComponent implements OnInit, OnDestroy {
|
|
|
29
29
|
validateMessage: string | undefined;
|
|
30
30
|
valueRef: string;
|
|
31
31
|
imagePath$: string;
|
|
32
|
-
localizedVal: (localeKey:
|
|
32
|
+
localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
|
|
33
33
|
localeCategory: string;
|
|
34
|
-
uploadMultipleFilesLabel:
|
|
35
|
-
uploadSingleFileLabel:
|
|
34
|
+
uploadMultipleFilesLabel: string;
|
|
35
|
+
uploadSingleFileLabel: string;
|
|
36
36
|
filesWithError: any;
|
|
37
37
|
files: any;
|
|
38
38
|
categoryName: string;
|
|
@@ -9,8 +9,8 @@ export declare class FeedContainerComponent implements OnInit, OnDestroy {
|
|
|
9
9
|
private utils;
|
|
10
10
|
pConn$: typeof PConnect;
|
|
11
11
|
angularPConnectData: AngularPConnectData;
|
|
12
|
-
userName$: string;
|
|
13
|
-
imageKey$: string;
|
|
12
|
+
userName$: string | undefined;
|
|
13
|
+
imageKey$: string | undefined;
|
|
14
14
|
currentUserInitials$: string;
|
|
15
15
|
currentUserName$: string;
|
|
16
16
|
pulseMessages$: any[];
|
|
@@ -120,7 +120,7 @@ export declare class FileUtilityComponent implements OnInit, OnDestroy {
|
|
|
120
120
|
_fieldOnChangeURL(event: any): void;
|
|
121
121
|
updateSelf(): void;
|
|
122
122
|
getCaseID(): any;
|
|
123
|
-
fetchCaseAttachments(caseID: any):
|
|
123
|
+
fetchCaseAttachments(caseID: any): Promise<object>;
|
|
124
124
|
handleAttachmentsResponse(resp: any): void;
|
|
125
125
|
getUtilityItems(attachments: any): any;
|
|
126
126
|
mapAttachmentToUtilityItem(att: any): {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
|
-
import { OnInit,
|
|
2
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
3
|
import { publicConstants } from '@pega/pcore-pconnect-typedefs/constants';
|
|
4
4
|
import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
|
|
5
5
|
import { ErrorMessagesService } from '../../../_messages/error-messages.service';
|
|
@@ -12,10 +12,9 @@ interface ToDoProps {
|
|
|
12
12
|
label?: string;
|
|
13
13
|
readOnly?: boolean;
|
|
14
14
|
}
|
|
15
|
-
export declare class TodoComponent implements OnInit, OnDestroy
|
|
15
|
+
export declare class TodoComponent implements OnInit, OnDestroy {
|
|
16
16
|
private psService;
|
|
17
17
|
private erService;
|
|
18
|
-
private ngZone;
|
|
19
18
|
private utils;
|
|
20
19
|
pConn$: typeof PConnect;
|
|
21
20
|
caseInfoID$: string;
|
|
@@ -28,32 +27,30 @@ export declare class TodoComponent implements OnInit, OnDestroy, OnChanges {
|
|
|
28
27
|
myWorkList$: any;
|
|
29
28
|
isConfirm: any;
|
|
30
29
|
configProps$: ToDoProps;
|
|
31
|
-
currentUser$: string;
|
|
30
|
+
currentUser$: string | undefined;
|
|
32
31
|
currentUserInitials$: string;
|
|
33
|
-
assignmentCount$: number;
|
|
34
32
|
bShowMore$: boolean;
|
|
35
33
|
arAssignments$: any[];
|
|
36
34
|
assignmentsSource$: any;
|
|
37
35
|
CONSTS: typeof publicConstants;
|
|
38
36
|
bLogging: boolean;
|
|
39
|
-
localizedVal: (localeKey:
|
|
37
|
+
localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
|
|
40
38
|
localeCategory: string;
|
|
41
|
-
showlessLocalizedValue:
|
|
42
|
-
showMoreLocalizedValue:
|
|
39
|
+
showlessLocalizedValue: string;
|
|
40
|
+
showMoreLocalizedValue: string;
|
|
43
41
|
canPerform: boolean;
|
|
44
|
-
|
|
42
|
+
count: number;
|
|
43
|
+
constructor(psService: ProgressSpinnerService, erService: ErrorMessagesService, utils: Utils);
|
|
45
44
|
ngOnInit(): void;
|
|
46
45
|
ngOnDestroy(): void;
|
|
47
|
-
ngOnChanges(): void;
|
|
48
|
-
updateWorkList(key: any): void;
|
|
49
46
|
updateList(): void;
|
|
50
47
|
updateToDo(): void;
|
|
48
|
+
deferLoadWorklistItems(responseData: any): void;
|
|
51
49
|
getID(assignment: any): any;
|
|
52
50
|
topThreeAssignments(assignmentsSource: any[]): any[];
|
|
53
51
|
getAssignmentId(assignment: any): any;
|
|
54
52
|
getPriority(assignment: any): any;
|
|
55
53
|
getAssignmentName(assignment: any): any;
|
|
56
|
-
initAssignments(): any[];
|
|
57
54
|
getCaseInfoAssignment(assignmentsSource: any[], caseInfoID: string): any[];
|
|
58
55
|
_showMore(): void;
|
|
59
56
|
_showLess(): void;
|
package/lib/_helpers/common.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function updateWorkList(pConnect: any, key: any, payload?: undefined): void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare function getLocale(locale?: string): string;
|
|
2
|
-
export declare function getCurrentTimezone(
|
|
1
|
+
export declare function getLocale(locale?: string): string | undefined;
|
|
2
|
+
export declare function getCurrentTimezone(): string | undefined;
|
|
@@ -9,7 +9,7 @@ export declare class ErrorMessagesService {
|
|
|
9
9
|
*/
|
|
10
10
|
sendMessage(sAction: string, sActionMessage: string): void;
|
|
11
11
|
clearMessage(): void;
|
|
12
|
-
getMessage(): Observable<
|
|
12
|
+
getMessage(): Observable<void | object>;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorMessagesService, never>;
|
|
14
14
|
static ɵprov: i0.ɵɵInjectableDeclaration<ErrorMessagesService>;
|
|
15
15
|
}
|
|
@@ -1,20 +1,37 @@
|
|
|
1
|
-
### Angular SDK - Release Announcement - v24.
|
|
1
|
+
### Angular SDK - Release Announcement - v24.2.10 (26 December 2024)
|
|
2
2
|
|
|
3
|
-
This release - **SDK-A v24.
|
|
3
|
+
This release - **SDK-A v24.2.10** - is **only compatible with Pega Infinity 24.2**. This release is related to the [**release/24.2.10** branch of the Angular SDK repository](https://github.com/pegasystems/angular-sdk/tree/release/24.2.10).
|
|
4
4
|
<br>
|
|
5
5
|
|
|
6
|
-
The SDK-
|
|
6
|
+
The SDK-A v24.2.10 release allow Angular 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/angular-sdk-updates.html) including:
|
|
7
|
+
|
|
8
|
+
* Upgraded the Angular version to 18 and the Angular Material version to 18.
|
|
9
|
+
* Field components have been updated to perform event handling using the handleEvent utility function.
|
|
10
|
+
* Updated the value of the displayMode property from LABELS_LEFT to DISPLAY_ONLY.
|
|
11
|
+
* Enhanced the support for the details component in a form view.
|
|
12
|
+
* Bug fixes
|
|
13
|
+
* Full set of merged PRs can be found in the [angular-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) #214.
|
|
14
|
+
<br />
|
|
15
|
+
<hr />
|
|
16
|
+
|
|
17
|
+
### Previous Releases
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
#### Angular SDK - v24.1.10 (08 August 2024)
|
|
21
|
+
|
|
22
|
+
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 Angular SDK repository](https://github.com/pegasystems/angular-sdk/tree/release/24.1.10).
|
|
23
|
+
<br>
|
|
24
|
+
|
|
25
|
+
The SDK-A v24.1.10 release allow Angular 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/angular-sdk-updates.html) including:
|
|
7
26
|
|
|
8
27
|
* Support has been added for the approve and reject case actions
|
|
9
28
|
* Support for the Checkbox group and Combo-Box display options in the MultiSelect mode for the Data Reference and Case Reference fields.
|
|
10
29
|
* Save For Later functionality now works as expected
|
|
11
30
|
* Bug fixes
|
|
12
|
-
* Full set of merged PRs can be found in the [
|
|
31
|
+
* Full set of merged PRs can be found in the [angular-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
32
|
<br />
|
|
14
33
|
<hr />
|
|
15
34
|
|
|
16
|
-
### Previous Releases
|
|
17
|
-
|
|
18
35
|
#### Angular SDK - v23.1.10 (20 March 2024)
|
|
19
36
|
|
|
20
37
|
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).
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pega/angular-sdk-components",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.2.10",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
5
|
+
"@angular/common": "^18.2.12",
|
|
6
|
+
"@angular/core": "^18.2.12"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"tslib": "^2.6.2"
|
package/public-api.d.ts
CHANGED
|
@@ -43,6 +43,8 @@ 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
45
|
export * from './lib/_components/infra/Containers/base-components/flow-container-base.component';
|
|
46
|
+
export * from './lib/_components/template/base/form-template-base';
|
|
47
|
+
export * from './lib/_components/template/base/details-template-base';
|
|
46
48
|
export * from './lib/_components/template/app-shell/app-shell.component';
|
|
47
49
|
export * from './lib/_components/template/case-summary/case-summary.component';
|
|
48
50
|
export * from './lib/_components/template/case-view/case-view.component';
|
|
@@ -114,6 +116,7 @@ export * from './lib/_services/endpoints';
|
|
|
114
116
|
export * from './lib/_helpers/case-utils';
|
|
115
117
|
export * from './lib/_helpers/currency-utils';
|
|
116
118
|
export * from './lib/_helpers/common';
|
|
119
|
+
export * from './lib/_helpers/createstage-utils';
|
|
117
120
|
export * from './lib/_helpers/date-format-utils';
|
|
118
121
|
export * from './lib/_helpers/event-util';
|
|
119
122
|
export * from './lib/_helpers/field-group-utils';
|
|
@@ -127,10 +130,7 @@ export * from './lib/_helpers/versionHelpers';
|
|
|
127
130
|
export * from './lib/_helpers/filter-utils';
|
|
128
131
|
export * from './lib/_helpers/instructions-utils';
|
|
129
132
|
export * from './lib/_messages/error-messages.service';
|
|
130
|
-
export * from './lib/_messages/get-login-status.service';
|
|
131
|
-
export * from './lib/_messages/oauth-response.service';
|
|
132
133
|
export * from './lib/_messages/progress-spinner.service';
|
|
133
|
-
export * from './lib/_messages/reset-pconnect.service';
|
|
134
134
|
export * from './lib/_messages/update-worklist.service';
|
|
135
135
|
export * from './lib/_types/PConnProps.interface';
|
|
136
136
|
export * from './sdk-local-component-map';
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { Subject } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class GetLoginStatusService {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.subject = new Subject();
|
|
7
|
-
}
|
|
8
|
-
sendMessage(sLoginStatus) {
|
|
9
|
-
this.subject.next({ loginStatus: sLoginStatus });
|
|
10
|
-
}
|
|
11
|
-
clearMessage() {
|
|
12
|
-
this.subject.next();
|
|
13
|
-
}
|
|
14
|
-
getMessage() {
|
|
15
|
-
return this.subject.asObservable();
|
|
16
|
-
}
|
|
17
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GetLoginStatusService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GetLoginStatusService, providedIn: 'root' }); }
|
|
19
|
-
}
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GetLoginStatusService, decorators: [{
|
|
21
|
-
type: Injectable,
|
|
22
|
-
args: [{
|
|
23
|
-
providedIn: 'root'
|
|
24
|
-
}]
|
|
25
|
-
}] });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0LWxvZ2luLXN0YXR1cy5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvYW5ndWxhci1zZGstY29tcG9uZW50cy9zcmMvbGliL19tZXNzYWdlcy9nZXQtbG9naW4tc3RhdHVzLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQWMsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDOztBQUszQyxNQUFNLE9BQU8scUJBQXFCO0lBSGxDO1FBSVUsWUFBTyxHQUFHLElBQUksT0FBTyxFQUFpQixDQUFDO0tBYWhEO0lBWEMsV0FBVyxDQUFDLFlBQW9CO1FBQzlCLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEVBQUUsV0FBVyxFQUFFLFlBQVksRUFBRSxDQUFDLENBQUM7SUFDbkQsQ0FBQztJQUVELFlBQVk7UUFDVixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3RCLENBQUM7SUFFRCxVQUFVO1FBQ1IsT0FBTyxJQUFJLENBQUMsT0FBTyxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQ3JDLENBQUM7K0dBYlUscUJBQXFCO21IQUFyQixxQkFBcUIsY0FGcEIsTUFBTTs7NEZBRVAscUJBQXFCO2tCQUhqQyxVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE9ic2VydmFibGUsIFN1YmplY3QgfSBmcm9tICdyeGpzJztcblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCdcbn0pXG5leHBvcnQgY2xhc3MgR2V0TG9naW5TdGF0dXNTZXJ2aWNlIHtcbiAgcHJpdmF0ZSBzdWJqZWN0ID0gbmV3IFN1YmplY3Q8dm9pZCB8IG9iamVjdD4oKTtcblxuICBzZW5kTWVzc2FnZShzTG9naW5TdGF0dXM6IHN0cmluZykge1xuICAgIHRoaXMuc3ViamVjdC5uZXh0KHsgbG9naW5TdGF0dXM6IHNMb2dpblN0YXR1cyB9KTtcbiAgfVxuXG4gIGNsZWFyTWVzc2FnZSgpIHtcbiAgICB0aGlzLnN1YmplY3QubmV4dCgpO1xuICB9XG5cbiAgZ2V0TWVzc2FnZSgpOiBPYnNlcnZhYmxlPGFueT4ge1xuICAgIHJldHVybiB0aGlzLnN1YmplY3QuYXNPYnNlcnZhYmxlKCk7XG4gIH1cbn1cbiJdfQ==
|