@pega/angular-sdk-components 23.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 +18 -6
- package/esm2022/lib/_bridge/component-mapper/component-mapper.component.mjs +6 -13
- 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 +10 -7
- 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 +9 -9
- 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 +14 -12
- package/esm2022/lib/_components/field/cancel-alert/cancel-alert.component.mjs +5 -7
- package/esm2022/lib/_components/field/check-box/check-box.component.mjs +111 -45
- package/esm2022/lib/_components/field/currency/currency.component.mjs +48 -18
- package/esm2022/lib/_components/field/date/date.component.mjs +21 -41
- package/esm2022/lib/_components/field/date-time/date-time.component.mjs +26 -45
- package/esm2022/lib/_components/field/decimal/decimal.component.mjs +41 -11
- package/esm2022/lib/_components/field/dropdown/dropdown.component.mjs +126 -31
- package/esm2022/lib/_components/field/email/email.component.mjs +15 -8
- package/esm2022/lib/_components/field/group/group.component.mjs +11 -8
- package/esm2022/lib/_components/field/integer/integer.component.mjs +15 -10
- 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 +314 -0
- package/esm2022/lib/_components/field/multiselect/utils.mjs +187 -0
- package/esm2022/lib/_components/field/percentage/percentage.component.mjs +41 -14
- package/esm2022/lib/_components/field/phone/phone.component.mjs +12 -19
- package/esm2022/lib/_components/field/radio-buttons/radio-buttons.component.mjs +12 -19
- package/esm2022/lib/_components/field/rich-text/rich-text.component.mjs +10 -11
- package/esm2022/lib/_components/field/scalar-list/scalar-list.component.mjs +9 -9
- package/esm2022/lib/_components/field/semantic-link/semantic-link.component.mjs +5 -5
- package/esm2022/lib/_components/field/text/text.component.mjs +7 -5
- package/esm2022/lib/_components/field/text-area/text-area.component.mjs +15 -13
- package/esm2022/lib/_components/field/text-content/text-content.component.mjs +5 -5
- package/esm2022/lib/_components/field/text-input/text-input.component.mjs +15 -10
- package/esm2022/lib/_components/field/time/time.component.mjs +23 -12
- package/esm2022/lib/_components/field/url/url.component.mjs +17 -10
- package/esm2022/lib/_components/field/user-reference/user-reference.component.mjs +69 -37
- 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 +40 -41
- 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 +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 +10 -18
- package/esm2022/lib/_components/infra/action-buttons/action-buttons.component.mjs +3 -3
- package/esm2022/lib/_components/infra/assignment/assignment.component.mjs +35 -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 +13 -16
- 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 +12 -8
- 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 +6 -6
- package/esm2022/lib/_components/infra/view/view.component.mjs +24 -9
- package/esm2022/lib/_components/template/app-shell/app-shell.component.mjs +21 -5
- package/esm2022/lib/_components/template/banner-page/banner-page.component.mjs +5 -5
- 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 +38 -9
- package/esm2022/lib/_components/template/case-view/case-view.component.mjs +12 -23
- package/esm2022/lib/_components/template/confirmation/confirmation.component.mjs +6 -6
- package/esm2022/lib/_components/template/data-reference/data-reference.component.mjs +15 -12
- package/esm2022/lib/_components/template/default-form/default-form.component.mjs +9 -21
- 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 +9 -9
- 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 -21
- 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 +6 -6
- 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 +54 -35
- package/esm2022/lib/_components/template/list-view/listViewHelpers.mjs +2 -3
- 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 +6 -5
- 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 +3 -3
- package/esm2022/lib/_components/template/simple-table-manual/simple-table-manual.component.mjs +51 -32
- package/esm2022/lib/_components/template/simple-table-select/simple-table-select.component.mjs +8 -10
- 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 +6 -5
- 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 +6 -5
- 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 +6 -5
- 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 +9 -7
- package/esm2022/lib/_components/widget/app-announcement/app-announcement.component.mjs +4 -4
- package/esm2022/lib/_components/widget/attachment/attachment.component.mjs +229 -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 +6 -10
- 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 +79 -64
- 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/createstage-utils.mjs +15 -0
- 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 +3 -3
- package/esm2022/lib/_helpers/filter-utils.mjs +1 -2
- package/esm2022/lib/_helpers/formatters/boolean.mjs +1 -1
- package/esm2022/lib/_helpers/formatters/common.mjs +3 -5
- package/esm2022/lib/_helpers/formatters/currency.mjs +2 -2
- package/esm2022/lib/_helpers/formatters/date.mjs +4 -4
- package/esm2022/lib/_helpers/formatters/format-utils.mjs +3 -3
- package/esm2022/lib/_helpers/formatters/index.mjs +17 -3
- 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 +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 +4 -4
- package/esm2022/lib/_services/datapage.service.mjs +5 -5
- package/esm2022/lib/_services/endpoints.mjs +1 -2
- package/esm2022/lib/_services/server-config.service.mjs +3 -3
- package/esm2022/public-api.mjs +6 -4
- package/fesm2022/pega-angular-sdk-components.mjs +2722 -2143
- 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/material-details-fields/material-details-fields.component.d.ts +1 -1
- package/lib/_components/designSystemExtension/operator/operator.component.d.ts +2 -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 +18 -0
- package/lib/_components/field/currency/currency.component.d.ts +10 -5
- package/lib/_components/field/date/date.component.d.ts +17 -6
- package/lib/_components/field/date-time/date-time.component.d.ts +10 -3
- package/lib/_components/field/decimal/decimal.component.d.ts +9 -1
- 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 +65 -0
- package/lib/_components/field/multiselect/utils.d.ts +8 -0
- package/lib/_components/field/percentage/percentage.component.d.ts +11 -1
- 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 +5 -1
- package/lib/_components/field/url/url.component.d.ts +4 -1
- package/lib/_components/field/user-reference/user-reference.component.d.ts +16 -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/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/assignment/assignment.component.d.ts +2 -2
- 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 +4 -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-summary/case-summary.component.d.ts +2 -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/field-value-list/field-value-list.component.d.ts +2 -1
- package/lib/_components/template/list-view/list-view.component.d.ts +12 -3
- 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 +2 -2
- package/lib/_components/template/simple-table-manual/simple-table-manual.component.d.ts +4 -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 +4 -2
- package/lib/_components/widget/attachment/attachment.component.d.ts +30 -54
- package/lib/_components/widget/feed-container/feed-container.component.d.ts +2 -2
- package/lib/_components/widget/file-utility/file-utility.component.d.ts +2 -2
- package/lib/_components/widget/todo/todo.component.d.ts +8 -10
- package/lib/_helpers/createstage-utils.d.ts +1 -0
- 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 +1 -1
- package/lib/_helpers/instructions-utils.d.ts +4 -0
- package/lib/_messages/error-messages.service.d.ts +1 -1
- package/lib/_services/endpoints.d.ts +0 -1
- package/lib/doc/KeyReleaseUpdates.md +35 -1
- package/package.json +3 -3
- package/public-api.d.ts +5 -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
|
@@ -3,6 +3,7 @@ import { OnInit, OnDestroy } from '@angular/core';
|
|
|
3
3
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
4
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
5
5
|
import { Utils } from '../../../_helpers/utils';
|
|
6
|
+
import { Observable } from 'rxjs';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class UserReferenceComponent implements OnInit, OnDestroy {
|
|
8
9
|
private angularPConnect;
|
|
@@ -23,15 +24,26 @@ export declare class UserReferenceComponent implements OnInit, OnDestroy {
|
|
|
23
24
|
testId: string;
|
|
24
25
|
helperText: string;
|
|
25
26
|
placeholder: string;
|
|
27
|
+
displayMode$?: string;
|
|
28
|
+
filteredOptions: Observable<any[]>;
|
|
29
|
+
filterValue: string;
|
|
26
30
|
fieldControl: FormControl<string | null>;
|
|
31
|
+
actionsApi: Object;
|
|
32
|
+
propName: string;
|
|
33
|
+
onRecordChange: any;
|
|
27
34
|
constructor(angularPConnect: AngularPConnectService, utils: Utils);
|
|
28
|
-
ngOnInit(): void
|
|
35
|
+
ngOnInit(): Promise<void>;
|
|
29
36
|
ngOnDestroy(): void;
|
|
30
37
|
get type(): string;
|
|
31
|
-
onStateChange(): void
|
|
32
|
-
|
|
33
|
-
|
|
38
|
+
onStateChange(): Promise<void>;
|
|
39
|
+
private _filter;
|
|
40
|
+
isUserNameAvailable: (user: any) => any;
|
|
41
|
+
getUserName: (user: any) => any;
|
|
42
|
+
getValue: (user: any) => any;
|
|
43
|
+
checkAndUpdate(): Promise<void>;
|
|
44
|
+
updateSelf(): Promise<void>;
|
|
34
45
|
fieldOnChange(event: any): void;
|
|
46
|
+
optionChanged(event: any): void;
|
|
35
47
|
fieldOnBlur(event: any): void;
|
|
36
48
|
getErrorMessage(): string;
|
|
37
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserReferenceComponent, never>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { AngularPConnectData } from '../../../../_bridge/angular-pconnect';
|
|
3
|
+
export declare class FlowContainerBaseComponent {
|
|
4
|
+
protected angularPConnectData: AngularPConnectData;
|
|
5
|
+
protected angularPConnect: any;
|
|
6
|
+
constructor(injector: Injector);
|
|
7
|
+
getPConnectOfActiveContainerItem(parentPConnect: any): import("@pega/pcore-pconnect-typedefs/interpreter/c11n-env").C11nEnv | null;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getPConnectOfActiveContainerItem: (containerInfo: any, options: any) => import("@pega/pcore-pconnect-typedefs/interpreter/c11n-env").C11nEnv | null;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
|
-
import { OnInit, ChangeDetectorRef, NgZone, OnDestroy } from '@angular/core';
|
|
2
|
+
import { OnInit, ChangeDetectorRef, NgZone, OnDestroy, Injector } from '@angular/core';
|
|
3
3
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
4
4
|
import { publicConstants } from '@pega/pcore-pconnect-typedefs/constants';
|
|
5
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../../_bridge/angular-pconnect';
|
|
6
5
|
import { ProgressSpinnerService } from '../../../../_messages/progress-spinner.service';
|
|
7
6
|
import { Utils } from '../../../../_helpers/utils';
|
|
7
|
+
import { FlowContainerBaseComponent } from '../base-components/flow-container-base.component';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* WARNING: It is not expected that this file should be modified. It is part of infrastructure code that works with
|
|
@@ -17,15 +17,13 @@ interface FlowContainerProps {
|
|
|
17
17
|
routingInfo?: any;
|
|
18
18
|
pageMessages: any[];
|
|
19
19
|
}
|
|
20
|
-
export declare class FlowContainerComponent implements OnInit, OnDestroy {
|
|
21
|
-
private angularPConnect;
|
|
20
|
+
export declare class FlowContainerComponent extends FlowContainerBaseComponent implements OnInit, OnDestroy {
|
|
22
21
|
private cdRef;
|
|
23
22
|
private psService;
|
|
24
23
|
private fb;
|
|
25
24
|
private ngZone;
|
|
26
25
|
private utils;
|
|
27
26
|
pConn$: typeof PConnect;
|
|
28
|
-
angularPConnectData: AngularPConnectData;
|
|
29
27
|
pCoreConstants: typeof publicConstants;
|
|
30
28
|
configProps$: FlowContainerProps;
|
|
31
29
|
formGroup$: FormGroup;
|
|
@@ -53,7 +51,8 @@ export declare class FlowContainerComponent implements OnInit, OnDestroy {
|
|
|
53
51
|
localeCategory: string;
|
|
54
52
|
localeReference: any;
|
|
55
53
|
banners: any[];
|
|
56
|
-
|
|
54
|
+
pConnectOfActiveContainerItem: any;
|
|
55
|
+
constructor(injector: Injector, cdRef: ChangeDetectorRef, psService: ProgressSpinnerService, fb: FormBuilder, ngZone: NgZone, utils: Utils);
|
|
57
56
|
ngOnInit(): void;
|
|
58
57
|
ngOnDestroy(): void;
|
|
59
58
|
handleCancel(): void;
|
|
@@ -66,7 +65,7 @@ export declare class FlowContainerComponent implements OnInit, OnDestroy {
|
|
|
66
65
|
initComponent(bLoadChildren: boolean): void;
|
|
67
66
|
hasAssignments(): boolean;
|
|
68
67
|
isCaseWideLocalAction(): boolean;
|
|
69
|
-
hasChildCaseAssignments():
|
|
68
|
+
hasChildCaseAssignments(): any;
|
|
70
69
|
getActiveViewLabel(): string;
|
|
71
70
|
findCurrentIndicies(arStepperSteps: any[], arIndicies: number[], depth: number): number[];
|
|
72
71
|
updateSelf(): void;
|
package/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.d.ts
CHANGED
|
@@ -48,9 +48,10 @@ export declare class ModalViewContainerComponent implements OnInit, OnDestroy {
|
|
|
48
48
|
updateSelf(): void;
|
|
49
49
|
createView(routingInfo: any, currentItem: any, latestItem: any, key: any): void;
|
|
50
50
|
hideModal(): void;
|
|
51
|
-
getConfigObject(item: any, pConnect: any): {
|
|
52
|
-
getPConnect: () => import("@pega/pcore-pconnect-typedefs/interpreter/c11n-env").
|
|
51
|
+
getConfigObject(item: any, pConnect: any, isReverseCoexistence?: boolean): {
|
|
52
|
+
getPConnect: () => import("@pega/pcore-pconnect-typedefs/interpreter/c11n-env").C11nEnv;
|
|
53
53
|
} | null;
|
|
54
|
+
checkIfRefComponent(thePConn: any): boolean;
|
|
54
55
|
onAlertState(bData: boolean): void;
|
|
55
56
|
showAlert(payload: any): void;
|
|
56
57
|
hasContainerItems(routingInfo: any): any;
|
|
@@ -4,7 +4,7 @@ export declare class ActionButtonsComponent {
|
|
|
4
4
|
arMainButtons$: any[];
|
|
5
5
|
arSecondaryButtons$: any[];
|
|
6
6
|
actionButtonClick: EventEmitter<any>;
|
|
7
|
-
localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined) => string;
|
|
7
|
+
localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
|
|
8
8
|
localeCategory: string;
|
|
9
9
|
buttonClick(sAction: any, sButtonType: any): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionButtonsComponent, never>;
|
|
@@ -27,7 +27,6 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
|
|
|
27
27
|
configProps$: AssignmentProps;
|
|
28
28
|
newPConn$: any;
|
|
29
29
|
containerName$: string;
|
|
30
|
-
bIsRefComponent: boolean;
|
|
31
30
|
bInitialized: boolean;
|
|
32
31
|
templateName$: string;
|
|
33
32
|
arMainButtons$: any[];
|
|
@@ -44,6 +43,8 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
|
|
|
44
43
|
cancelAssignment: any;
|
|
45
44
|
cancelCreateStageAssignment: any;
|
|
46
45
|
showPage: any;
|
|
46
|
+
approveCase: any;
|
|
47
|
+
rejectCase: any;
|
|
47
48
|
bReInit: boolean;
|
|
48
49
|
localizedVal: any;
|
|
49
50
|
localeCategory: string;
|
|
@@ -55,7 +56,6 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
|
|
|
55
56
|
checkAndUpdate(): void;
|
|
56
57
|
ngOnChanges(): void;
|
|
57
58
|
updateChanges(): void;
|
|
58
|
-
checkIfRefComponent(thePConn: any): boolean;
|
|
59
59
|
initComponent(): void;
|
|
60
60
|
createButtons(): void;
|
|
61
61
|
createButtonsForMultiStepForm(oCaseInfo: any): void;
|
|
@@ -35,8 +35,8 @@ export declare class DeferLoadComponent implements OnInit, OnDestroy, OnChanges
|
|
|
35
35
|
getViewOptions: () => {
|
|
36
36
|
viewContext: any;
|
|
37
37
|
pageClass: any;
|
|
38
|
-
container: string |
|
|
39
|
-
containerName: string |
|
|
38
|
+
container: string | undefined;
|
|
39
|
+
containerName: string | undefined;
|
|
40
40
|
updateData: boolean;
|
|
41
41
|
};
|
|
42
42
|
onResponse(data: any): void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ErrorBoundaryComponent {
|
|
3
3
|
message: string;
|
|
4
|
-
localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined) => string;
|
|
4
|
+
localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
|
|
5
5
|
localeCategory: string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorBoundaryComponent, never>;
|
|
7
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorBoundaryComponent, "app-error-boundary", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -22,10 +22,10 @@ export declare class NavbarComponent implements OnInit, OnDestroy {
|
|
|
22
22
|
navPages$: any[];
|
|
23
23
|
navExpandCollapse$: string;
|
|
24
24
|
bShowCaseTypes$: boolean;
|
|
25
|
-
portalApp$: string;
|
|
25
|
+
portalApp$: string | undefined;
|
|
26
26
|
portalLogoImage$: string;
|
|
27
27
|
showAppName$?: boolean;
|
|
28
|
-
portalOperator$: string;
|
|
28
|
+
portalOperator$: string | undefined;
|
|
29
29
|
portalOperatorInitials$: string;
|
|
30
30
|
actionsAPI: any;
|
|
31
31
|
createWork: any;
|
|
@@ -34,6 +34,8 @@ export declare class NavbarComponent implements OnInit, OnDestroy {
|
|
|
34
34
|
navIcon$: string;
|
|
35
35
|
localizedVal: any;
|
|
36
36
|
localeCategory: string;
|
|
37
|
+
localeUtils: import("@pega/pcore-pconnect-typedefs/locale/locale-utils").LocaleUtils;
|
|
38
|
+
localeReference: any;
|
|
37
39
|
constructor(angularPConnect: AngularPConnectService, chRef: ChangeDetectorRef, psService: ProgressSpinnerService, ngZone: NgZone, utils: Utils);
|
|
38
40
|
ngOnInit(): void;
|
|
39
41
|
ngOnDestroy(): void;
|
|
@@ -18,6 +18,7 @@ export declare class ViewComponent implements OnInit, OnDestroy, OnChanges {
|
|
|
18
18
|
formGroup$: FormGroup;
|
|
19
19
|
displayOnlyFA$: boolean;
|
|
20
20
|
angularPConnectData: AngularPConnectData;
|
|
21
|
+
noHeaderTemplates: string[];
|
|
21
22
|
configProps$: ViewProps;
|
|
22
23
|
inheritedProps$: any;
|
|
23
24
|
arChildren$: any[];
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
|
+
import { OnInit, OnDestroy, Injector } from '@angular/core';
|
|
3
|
+
import { AngularPConnectData } from '../../../_bridge/angular-pconnect';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DetailsTemplateBase implements OnInit, OnDestroy {
|
|
6
|
+
pConn$: typeof PConnect;
|
|
7
|
+
protected angularPConnectData: AngularPConnectData;
|
|
8
|
+
protected angularPConnect: any;
|
|
9
|
+
childrenMetadataOld: any;
|
|
10
|
+
constructor(injector: Injector);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
ngOnDestroy(): void;
|
|
13
|
+
onStateChange(): void;
|
|
14
|
+
checkAndUpdate(): void;
|
|
15
|
+
updateSelf(): void;
|
|
16
|
+
hasRawMetadataChanged(): boolean;
|
|
17
|
+
fetchChildrenMetadata(): {
|
|
18
|
+
[key: string]: any;
|
|
19
|
+
}[];
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsTemplateBase, never>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DetailsTemplateBase, never, never, { "pConn$": { "alias": "pConn$"; "required": false; }; }, {}, never, never, false, never>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FormTemplateBase implements OnDestroy {
|
|
4
|
+
pConn$: any;
|
|
5
|
+
ngOnDestroy(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormTemplateBase, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FormTemplateBase, never, never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -28,6 +28,8 @@ export declare class CaseSummaryComponent implements OnInit, OnDestroy, OnChange
|
|
|
28
28
|
updateSelf(): void;
|
|
29
29
|
ngOnChanges(): void;
|
|
30
30
|
generatePrimaryAndSecondaryFields(): void;
|
|
31
|
+
prepareComponentInCaseSummary(pConnectMeta: any, getPConnect: any): any;
|
|
32
|
+
prepareCaseSummaryData(summaryFieldChildren: any): any;
|
|
31
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseSummaryComponent, never>;
|
|
32
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaseSummaryComponent, "app-case-summary", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|
|
33
35
|
}
|
|
@@ -15,7 +15,6 @@ export declare class CaseViewComponent implements OnInit, OnDestroy {
|
|
|
15
15
|
private utils;
|
|
16
16
|
pConn$: typeof PConnect;
|
|
17
17
|
formGroup$: FormGroup;
|
|
18
|
-
displayOnlyFA$: boolean;
|
|
19
18
|
angularPConnectData: AngularPConnectData;
|
|
20
19
|
configProps$: CaseViewProps;
|
|
21
20
|
arChildren$: any[];
|
|
@@ -51,6 +50,6 @@ export declare class CaseViewComponent implements OnInit, OnDestroy {
|
|
|
51
50
|
_menuActionClick(data: any): void;
|
|
52
51
|
_menuProcessClick(data: any): void;
|
|
53
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseViewComponent, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaseViewComponent, "app-case-view", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; };
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaseViewComponent, "app-case-view", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|
|
55
54
|
}
|
|
56
55
|
export {};
|
|
@@ -2,18 +2,15 @@
|
|
|
2
2
|
import { OnInit } from '@angular/core';
|
|
3
3
|
import { FormGroup } from '@angular/forms';
|
|
4
4
|
import { TemplateUtils } from '../../../_helpers/template-utils';
|
|
5
|
+
import { FormTemplateBase } from '../base/form-template-base';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DefaultFormComponent implements OnInit {
|
|
7
|
+
export declare class DefaultFormComponent extends FormTemplateBase implements OnInit {
|
|
7
8
|
private templateUtils;
|
|
8
9
|
pConn$: typeof PConnect;
|
|
9
10
|
formGroup$: FormGroup;
|
|
10
11
|
arChildren$: any[];
|
|
11
12
|
divClass$: string;
|
|
12
|
-
template: any;
|
|
13
|
-
showLabel: any;
|
|
14
|
-
label: any;
|
|
15
13
|
instructions: string;
|
|
16
|
-
NO_HEADER_TEMPLATES: string[];
|
|
17
14
|
constructor(templateUtils: TemplateUtils);
|
|
18
15
|
ngOnInit(): void;
|
|
19
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultFormComponent, never>;
|
|
@@ -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;
|
|
@@ -3,6 +3,7 @@ export declare class FieldValueListComponent {
|
|
|
3
3
|
label$: any;
|
|
4
4
|
value$: any;
|
|
5
5
|
displayMode$: any;
|
|
6
|
+
isHtml$: boolean;
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<FieldValueListComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FieldValueListComponent, "app-field-value-list", never, { "label$": { "alias": "label$"; "required": false; }; "value$": { "alias": "value$"; "required": false; }; "displayMode$": { "alias": "displayMode$"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FieldValueListComponent, "app-field-value-list", never, { "label$": { "alias": "label$"; "required": false; }; "value$": { "alias": "value$"; "required": false; }; "displayMode$": { "alias": "displayMode$"; "required": false; }; "isHtml$": { "alias": "isHtml$"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
9
|
}
|
|
@@ -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;
|
|
@@ -18,6 +20,9 @@ interface ListViewProps {
|
|
|
18
20
|
presets?: any;
|
|
19
21
|
reorderFields: string | boolean;
|
|
20
22
|
grouping: string | boolean;
|
|
23
|
+
value: any;
|
|
24
|
+
readonlyContextList: any;
|
|
25
|
+
label?: string;
|
|
21
26
|
}
|
|
22
27
|
export declare class Group {
|
|
23
28
|
level: number;
|
|
@@ -89,28 +94,31 @@ export declare class ListViewComponent implements OnInit, OnDestroy {
|
|
|
89
94
|
fieldDefs: any;
|
|
90
95
|
xRayApis: import("@pega/pcore-pconnect-typedefs/debug/xray-runtime").default;
|
|
91
96
|
xRayUid: string | null;
|
|
97
|
+
checkBoxValue: string;
|
|
98
|
+
label?: string;
|
|
92
99
|
constructor(psService: ProgressSpinnerService, utils: Utils);
|
|
93
100
|
ngOnInit(): void;
|
|
94
101
|
getFieldFromFilter(filter: any, dateRange?: boolean): any;
|
|
95
102
|
processFilterChange(data: any): void;
|
|
96
103
|
filterBasedOnDateRange(dashboardFilterPayload: any, filter: any, relationalOp: any, selectParam: any, index: any): any;
|
|
97
104
|
processFilterClear(): void;
|
|
98
|
-
getFieldsMetadata(refList: any): Promise<
|
|
105
|
+
getFieldsMetadata(refList: any): Promise<{
|
|
106
|
+
data: any;
|
|
107
|
+
}>;
|
|
99
108
|
getListData(): void;
|
|
100
109
|
preparePayload(): void;
|
|
101
110
|
ngOnDestroy(): void;
|
|
102
111
|
drop(event: CdkDragDrop<string[]>): void;
|
|
103
112
|
updateFields(arFields: any[], arColumns: any, fields: any): any[];
|
|
104
113
|
applySearch(event: Event): void;
|
|
114
|
+
isChecked(rowIn: any): any;
|
|
105
115
|
fieldOnChange(row: any): void;
|
|
106
116
|
onCheckboxClick(row: any, event: any): void;
|
|
107
117
|
_getIconStyle(level: any): string;
|
|
108
118
|
_getGroupName(fieldName: any): any;
|
|
109
119
|
_showButton(name: any, row: any): boolean;
|
|
110
120
|
_listViewClick(column: any, row: any): void;
|
|
111
|
-
compare(a: number | string, b: number | string, isAsc: boolean): number;
|
|
112
121
|
_headerSortClick(event: any, columnData: any): void;
|
|
113
|
-
clearOutArrows(event: any, columnData: any): void;
|
|
114
122
|
sortCompare(a: any, b: any): number;
|
|
115
123
|
compareByColumnPxRefObjectInsName(aValue: any, bValue: any): number | undefined;
|
|
116
124
|
updateFilterDisplay(type: any): void;
|
|
@@ -148,6 +156,7 @@ export declare class ListViewComponent implements OnInit, OnDestroy {
|
|
|
148
156
|
initializeColumns(fields?: never[]): any[];
|
|
149
157
|
getHeaderCells(colFields: any, fields: any): any;
|
|
150
158
|
buildSelect(fieldDefs: any, colId: any, patchQueryFields?: never[], compositeKeys?: never[]): any;
|
|
159
|
+
getResultsText(): string;
|
|
151
160
|
getField(fieldDefs: any, columnId: any): any;
|
|
152
161
|
getFieldsMap(fieldDefs: any): Map<any, any>;
|
|
153
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;
|
|
@@ -78,4 +78,4 @@ export declare const getAddRowCallback: (pConnect: any, index: any) => () => any
|
|
|
78
78
|
* @param {string} referenceList - referenceList
|
|
79
79
|
* @param {string} pageReference - pageReference
|
|
80
80
|
*/
|
|
81
|
-
export declare const createPConnect: (contextName: any, referenceList: any, pageReference: any) => import("@pega/pcore-pconnect-typedefs/interpreter/c11n-env").
|
|
81
|
+
export declare const createPConnect: (contextName: any, referenceList: any, pageReference: any) => import("@pega/pcore-pconnect-typedefs/interpreter/c11n-env").C11nEnv;
|
|
@@ -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;
|
|
@@ -108,11 +109,14 @@ export declare class SimpleTableManualComponent implements OnInit, OnDestroy {
|
|
|
108
109
|
bUseSeparateViewForEdit: any;
|
|
109
110
|
editView: any;
|
|
110
111
|
settingsSvgIcon$: string;
|
|
112
|
+
isInitialized: boolean;
|
|
113
|
+
targetClassLabel: string;
|
|
111
114
|
constructor(angularPConnect: AngularPConnectService, utils: Utils, dataPageService: DatapageService);
|
|
112
115
|
ngOnInit(): void;
|
|
113
116
|
ngOnDestroy(): void;
|
|
114
117
|
checkAndUpdate(): void;
|
|
115
118
|
updateSelf(): void;
|
|
119
|
+
initializeDefaultPageInstructions(): void;
|
|
116
120
|
getResultsText(): string;
|
|
117
121
|
sortCompare(a: any, b: any): number;
|
|
118
122
|
compareByColumnPxRefObjectInsName(aValue: any, bValue: any): number | undefined;
|