@pega/angular-sdk-components 24.2.10 → 24.2.12
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 +3 -3
- package/esm2022/lib/_components/designSystemExtension/alert/alert.component.mjs +3 -3
- package/esm2022/lib/_components/designSystemExtension/alert-banner/alert-banner.component.mjs +3 -3
- package/esm2022/lib/_components/designSystemExtension/banner/banner.component.mjs +3 -3
- package/esm2022/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.mjs +3 -3
- 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 +4 -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 -5
- 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 +3 -3
- package/esm2022/lib/_components/designSystemExtension/operator/operator.component.mjs +9 -7
- package/esm2022/lib/_components/designSystemExtension/pulse/pulse.component.mjs +3 -3
- 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 +15 -7
- package/esm2022/lib/_components/field/cancel-alert/cancel-alert.component.mjs +3 -3
- package/esm2022/lib/_components/field/check-box/check-box.component.mjs +5 -5
- package/esm2022/lib/_components/field/currency/currency.component.mjs +23 -18
- package/esm2022/lib/_components/field/date/date.component.mjs +5 -5
- package/esm2022/lib/_components/field/date-time/date-time.component.mjs +21 -8
- package/esm2022/lib/_components/field/decimal/decimal.component.mjs +38 -20
- package/esm2022/lib/_components/field/dropdown/dropdown.component.mjs +17 -9
- package/esm2022/lib/_components/field/email/email.component.mjs +19 -11
- package/esm2022/lib/_components/field/group/group.component.mjs +3 -3
- package/esm2022/lib/_components/field/integer/integer.component.mjs +19 -11
- package/esm2022/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.mjs +8 -7
- package/esm2022/lib/_components/field/multiselect/multiselect.component.mjs +3 -3
- package/esm2022/lib/_components/field/percentage/percentage.component.mjs +31 -23
- package/esm2022/lib/_components/field/phone/phone.component.mjs +11 -16
- package/esm2022/lib/_components/field/radio-buttons/radio-buttons.component.mjs +5 -5
- package/esm2022/lib/_components/field/rich-text/rich-text.component.mjs +14 -7
- package/esm2022/lib/_components/field/scalar-list/scalar-list.component.mjs +3 -3
- package/esm2022/lib/_components/field/semantic-link/semantic-link.component.mjs +3 -3
- package/esm2022/lib/_components/field/text/text.component.mjs +10 -8
- package/esm2022/lib/_components/field/text-area/text-area.component.mjs +19 -11
- package/esm2022/lib/_components/field/text-content/text-content.component.mjs +3 -3
- package/esm2022/lib/_components/field/text-input/text-input.component.mjs +19 -11
- package/esm2022/lib/_components/field/time/time.component.mjs +23 -11
- package/esm2022/lib/_components/field/url/url.component.mjs +19 -11
- package/esm2022/lib/_components/field/user-reference/user-reference.component.mjs +71 -12
- package/esm2022/lib/_components/infra/Containers/flow-container/flow-container.component.mjs +13 -42
- package/esm2022/lib/_components/infra/Containers/flow-container/helpers.mjs +3 -3
- 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 +5 -12
- package/esm2022/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.mjs +3 -3
- package/esm2022/lib/_components/infra/Containers/view-container/view-container.component.mjs +3 -3
- package/esm2022/lib/_components/infra/action-buttons/action-buttons.component.mjs +5 -5
- package/esm2022/lib/_components/infra/assignment/assignment.component.mjs +73 -48
- package/esm2022/lib/_components/infra/assignment-card/assignment-card.component.mjs +5 -5
- 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 -5
- 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 +4 -4
- package/esm2022/lib/_components/infra/reference/reference.component.mjs +74 -81
- package/esm2022/lib/_components/infra/region/region.component.mjs +3 -3
- package/esm2022/lib/_components/infra/root-container/root-container.component.mjs +25 -30
- package/esm2022/lib/_components/infra/stages/stages.component.mjs +3 -3
- package/esm2022/lib/_components/infra/view/view.component.mjs +3 -3
- package/esm2022/lib/_components/template/app-shell/app-shell.component.mjs +3 -3
- package/esm2022/lib/_components/template/banner-page/banner-page.component.mjs +3 -3
- package/esm2022/lib/_components/template/base/details-template-base.mjs +3 -3
- package/esm2022/lib/_components/template/base/form-template-base.mjs +7 -4
- package/esm2022/lib/_components/template/case-summary/case-summary.component.mjs +3 -3
- package/esm2022/lib/_components/template/case-view/case-view.component.mjs +3 -3
- package/esm2022/lib/_components/template/confirmation/confirmation.component.mjs +5 -5
- package/esm2022/lib/_components/template/data-reference/data-reference.component.mjs +3 -3
- package/esm2022/lib/_components/template/default-form/default-form.component.mjs +33 -9
- package/esm2022/lib/_components/template/details/details.component.mjs +3 -3
- package/esm2022/lib/_components/template/details-narrow-wide/details-narrow-wide.component.mjs +3 -3
- package/esm2022/lib/_components/template/details-one-column/details-one-column.component.mjs +3 -3
- package/esm2022/lib/_components/template/details-sub-tabs/details-sub-tabs.component.mjs +3 -3
- package/esm2022/lib/_components/template/details-three-column/details-three-column.component.mjs +3 -3
- package/esm2022/lib/_components/template/details-two-column/details-two-column.component.mjs +3 -3
- package/esm2022/lib/_components/template/details-wide-narrow/details-wide-narrow.component.mjs +3 -3
- package/esm2022/lib/_components/template/dynamic-tabs/dynamic-tabs.component.mjs +3 -3
- 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 +47 -38
- 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 +3 -3
- package/esm2022/lib/_components/template/list-page/list-page.component.mjs +3 -3
- package/esm2022/lib/_components/template/list-view/list-view.component.mjs +5 -5
- package/esm2022/lib/_components/template/list-view/listViewHelpers.mjs +2 -2
- package/esm2022/lib/_components/template/list-view/utils.mjs +1 -1
- package/esm2022/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.mjs +3 -3
- package/esm2022/lib/_components/template/narrow-wide-form/narrow-wide-form.component.mjs +3 -3
- package/esm2022/lib/_components/template/one-column/one-column.component.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/_components/template/page/page.component.mjs +3 -3
- package/esm2022/lib/_components/template/promoted-filters/promoted-filters.component.mjs +3 -3
- package/esm2022/lib/_components/template/repeating-structures/repeating-structures.component.mjs +3 -3
- package/esm2022/lib/_components/template/simple-table/simple-table.component.mjs +3 -3
- package/esm2022/lib/_components/template/simple-table-manual/helpers.mjs +9 -8
- package/esm2022/lib/_components/template/simple-table-manual/simple-table-manual.component.mjs +58 -24
- package/esm2022/lib/_components/template/simple-table-select/simple-table-select.component.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/_components/template/three-column/three-column.component.mjs +3 -3
- 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 +3 -3
- 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 +3 -3
- package/esm2022/lib/_components/template/utils.mjs +17 -1
- package/esm2022/lib/_components/template/wide-narrow-form/wide-narrow-form.component.mjs +3 -3
- package/esm2022/lib/_components/template/wide-narrow-page/wide-narrow-page.component.mjs +3 -3
- package/esm2022/lib/_components/template/wss-nav-bar/wss-nav-bar.component.mjs +3 -3
- package/esm2022/lib/_components/widget/app-announcement/app-announcement.component.mjs +3 -3
- package/esm2022/lib/_components/widget/attachment/attachment.component.mjs +3 -3
- package/esm2022/lib/_components/widget/case-history/case-history.component.mjs +3 -3
- package/esm2022/lib/_components/widget/feed-container/feed-container.component.mjs +4 -4
- package/esm2022/lib/_components/widget/file-utility/file-utility.component.mjs +3 -3
- 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 +8 -6
- package/esm2022/lib/_components/widget/utility/utility.component.mjs +3 -3
- package/esm2022/lib/_directives/thousand-seperator.directive.mjs +3 -3
- package/esm2022/lib/_helpers/formatters/boolean.mjs +2 -2
- package/esm2022/lib/_helpers/formatters/common.mjs +6 -3
- package/esm2022/lib/_helpers/formatters/currency.mjs +2 -2
- package/esm2022/lib/_helpers/formatters/date.mjs +2 -2
- package/esm2022/lib/_helpers/formatters/format-utils.mjs +10 -2
- package/esm2022/lib/_helpers/formatters/index.mjs +16 -16
- package/esm2022/lib/_helpers/template-utils.mjs +3 -3
- package/esm2022/lib/_helpers/utils.mjs +44 -18
- package/esm2022/lib/_messages/error-messages.service.mjs +3 -3
- package/esm2022/lib/_messages/progress-spinner.service.mjs +3 -3
- package/esm2022/lib/_messages/update-worklist.service.mjs +3 -3
- package/esm2022/lib/_services/banner.service.mjs +35 -0
- package/esm2022/lib/_services/case.service.mjs +3 -3
- package/esm2022/lib/_services/datapage.service.mjs +3 -3
- package/esm2022/lib/_services/server-config.service.mjs +3 -3
- package/esm2022/public-api.mjs +13 -9
- package/fesm2022/pega-angular-sdk-components.mjs +1142 -832
- package/fesm2022/pega-angular-sdk-components.mjs.map +1 -1
- package/lib/_components/designSystemExtension/banner/banner.component.d.ts +0 -1
- package/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.d.ts +0 -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 -0
- package/lib/_components/designSystemExtension/operator/operator.component.d.ts +2 -3
- package/lib/_components/designSystemExtension/pulse/pulse.component.d.ts +0 -1
- package/lib/_components/field/auto-complete/auto-complete.component.d.ts +5 -1
- package/lib/_components/field/cancel-alert/cancel-alert.component.d.ts +0 -1
- package/lib/_components/field/check-box/check-box.component.d.ts +0 -1
- package/lib/_components/field/currency/currency.component.d.ts +0 -1
- package/lib/_components/field/date/date.component.d.ts +0 -1
- package/lib/_components/field/date-time/date-time.component.d.ts +1 -1
- package/lib/_components/field/decimal/decimal.component.d.ts +1 -1
- package/lib/_components/field/dropdown/dropdown.component.d.ts +1 -1
- package/lib/_components/field/email/email.component.d.ts +0 -1
- package/lib/_components/field/group/group.component.d.ts +0 -1
- package/lib/_components/field/integer/integer.component.d.ts +1 -2
- package/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.d.ts +1 -2
- package/lib/_components/field/multiselect/multiselect.component.d.ts +0 -1
- package/lib/_components/field/percentage/percentage.component.d.ts +1 -2
- package/lib/_components/field/phone/phone.component.d.ts +0 -7
- package/lib/_components/field/radio-buttons/radio-buttons.component.d.ts +0 -1
- package/lib/_components/field/rich-text/rich-text.component.d.ts +1 -2
- package/lib/_components/field/scalar-list/scalar-list.component.d.ts +0 -1
- package/lib/_components/field/semantic-link/semantic-link.component.d.ts +0 -1
- package/lib/_components/field/text/text.component.d.ts +0 -1
- package/lib/_components/field/text-area/text-area.component.d.ts +1 -2
- package/lib/_components/field/text-content/text-content.component.d.ts +0 -1
- package/lib/_components/field/text-input/text-input.component.d.ts +1 -2
- package/lib/_components/field/time/time.component.d.ts +1 -2
- package/lib/_components/field/url/url.component.d.ts +1 -2
- package/lib/_components/field/user-reference/user-reference.component.d.ts +0 -1
- package/lib/_components/infra/Containers/flow-container/flow-container.component.d.ts +0 -2
- package/lib/_components/infra/Containers/flow-container/helpers.d.ts +1 -0
- package/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.d.ts +0 -1
- package/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.d.ts +1 -4
- package/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.d.ts +0 -1
- package/lib/_components/infra/Containers/view-container/view-container.component.d.ts +0 -1
- package/lib/_components/infra/action-buttons/action-buttons.component.d.ts +1 -1
- package/lib/_components/infra/assignment/assignment.component.d.ts +6 -4
- package/lib/_components/infra/assignment-card/assignment-card.component.d.ts +0 -1
- package/lib/_components/infra/dashboard-filter/dashboard-filter.component.d.ts +0 -1
- package/lib/_components/infra/defer-load/defer-load.component.d.ts +1 -1
- package/lib/_components/infra/error-boundary/error-boundary.component.d.ts +1 -1
- package/lib/_components/infra/multi-step/multi-step.component.d.ts +0 -1
- package/lib/_components/infra/navbar/navbar.component.d.ts +0 -1
- package/lib/_components/infra/reference/reference.component.d.ts +23 -3
- package/lib/_components/infra/region/region.component.d.ts +0 -1
- package/lib/_components/infra/root-container/root-container.component.d.ts +3 -2
- package/lib/_components/infra/stages/stages.component.d.ts +0 -1
- package/lib/_components/infra/view/view.component.d.ts +0 -1
- package/lib/_components/template/app-shell/app-shell.component.d.ts +0 -1
- package/lib/_components/template/banner-page/banner-page.component.d.ts +0 -1
- package/lib/_components/template/base/details-template-base.d.ts +0 -1
- package/lib/_components/template/base/form-template-base.d.ts +2 -0
- package/lib/_components/template/case-summary/case-summary.component.d.ts +0 -1
- package/lib/_components/template/case-view/case-view.component.d.ts +0 -1
- package/lib/_components/template/confirmation/confirmation.component.d.ts +0 -1
- package/lib/_components/template/data-reference/data-reference.component.d.ts +0 -1
- package/lib/_components/template/default-form/default-form.component.d.ts +6 -2
- package/lib/_components/template/details/details.component.d.ts +0 -1
- package/lib/_components/template/details-narrow-wide/details-narrow-wide.component.d.ts +0 -1
- package/lib/_components/template/details-one-column/details-one-column.component.d.ts +0 -1
- package/lib/_components/template/details-sub-tabs/details-sub-tabs.component.d.ts +0 -1
- package/lib/_components/template/details-three-column/details-three-column.component.d.ts +0 -1
- package/lib/_components/template/details-two-column/details-two-column.component.d.ts +0 -1
- package/lib/_components/template/details-wide-narrow/details-wide-narrow.component.d.ts +0 -1
- package/lib/_components/template/dynamic-tabs/dynamic-tabs.component.d.ts +0 -1
- package/lib/_components/template/field-group-template/field-group-template.component.d.ts +12 -9
- package/lib/_components/template/inline-dashboard/inline-dashboard.component.d.ts +0 -1
- package/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.d.ts +0 -1
- package/lib/_components/template/list-page/list-page.component.d.ts +0 -1
- package/lib/_components/template/list-view/list-view.component.d.ts +1 -2
- package/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.d.ts +0 -1
- package/lib/_components/template/narrow-wide-form/narrow-wide-form.component.d.ts +0 -1
- package/lib/_components/template/one-column/one-column.component.d.ts +0 -1
- package/lib/_components/template/one-column-page/one-column-page.component.d.ts +0 -1
- package/lib/_components/template/one-column-tab/one-column-tab.component.d.ts +0 -1
- package/lib/_components/template/page/page.component.d.ts +0 -1
- package/lib/_components/template/promoted-filters/promoted-filters.component.d.ts +0 -1
- package/lib/_components/template/repeating-structures/repeating-structures.component.d.ts +0 -1
- package/lib/_components/template/simple-table/simple-table.component.d.ts +0 -1
- package/lib/_components/template/simple-table-manual/helpers.d.ts +3 -2
- package/lib/_components/template/simple-table-manual/simple-table-manual.component.d.ts +8 -3
- package/lib/_components/template/simple-table-select/simple-table-select.component.d.ts +0 -1
- package/lib/_components/template/single-reference-readonly/single-reference-readonly.component.d.ts +0 -1
- package/lib/_components/template/sub-tabs/sub-tabs.component.d.ts +0 -1
- package/lib/_components/template/three-column/three-column.component.d.ts +0 -1
- package/lib/_components/template/three-column-page/three-column-page.component.d.ts +0 -1
- package/lib/_components/template/two-column/two-column.component.d.ts +0 -1
- package/lib/_components/template/two-column-page/two-column-page.component.d.ts +0 -1
- package/lib/_components/template/two-column-tab/two-column-tab.component.d.ts +0 -1
- package/lib/_components/template/utils.d.ts +7 -0
- package/lib/_components/template/wide-narrow-form/wide-narrow-form.component.d.ts +0 -1
- package/lib/_components/template/wide-narrow-page/wide-narrow-page.component.d.ts +0 -1
- package/lib/_components/template/wss-nav-bar/wss-nav-bar.component.d.ts +1 -2
- package/lib/_components/widget/app-announcement/app-announcement.component.d.ts +0 -1
- package/lib/_components/widget/attachment/attachment.component.d.ts +1 -2
- package/lib/_components/widget/case-history/case-history.component.d.ts +0 -1
- package/lib/_components/widget/feed-container/feed-container.component.d.ts +0 -1
- package/lib/_components/widget/file-utility/file-utility.component.d.ts +0 -1
- package/lib/_components/widget/quick-create/quick-create.component.d.ts +0 -1
- package/lib/_components/widget/todo/todo.component.d.ts +2 -3
- package/lib/_components/widget/utility/utility.component.d.ts +0 -1
- package/lib/_helpers/formatters/boolean.d.ts +1 -2
- package/lib/_helpers/formatters/common.d.ts +1 -1
- package/lib/_helpers/formatters/currency.d.ts +1 -2
- package/lib/_helpers/formatters/date.d.ts +1 -2
- package/lib/_helpers/formatters/index.d.ts +1 -2
- package/lib/_helpers/utils.d.ts +8 -0
- package/lib/_services/banner.service.d.ts +8 -0
- package/package.json +1 -1
- package/public-api.d.ts +12 -8
|
@@ -9,7 +9,7 @@ export declare class MaterialCaseSummaryComponent implements OnInit, OnChanges {
|
|
|
9
9
|
secondaryFields$: any[];
|
|
10
10
|
primaryFieldsWithStatus$: any[];
|
|
11
11
|
constructor(utils: Utils);
|
|
12
|
-
localizedVal: (localeKey: string, localePath?: string
|
|
12
|
+
localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string, componentName?: string | null) => string;
|
|
13
13
|
localeCategory: string;
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
ngOnChanges(): void;
|
|
@@ -7,6 +7,7 @@ export declare class MaterialDetailsFieldsComponent {
|
|
|
7
7
|
arHighlightedFields: any[];
|
|
8
8
|
_getValue(configValue: any, field?: any): any;
|
|
9
9
|
_formatDate(dateValue: string, dateFormat: string): string;
|
|
10
|
+
getVisibility(config: any): boolean;
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDetailsFieldsComponent, never>;
|
|
11
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialDetailsFieldsComponent, "app-material-details-fields", never, { "arFields$": { "alias": "arFields$"; "required": false; }; "arHighlightedFields": { "alias": "arHighlightedFields"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
13
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { ElementRef, OnInit, Renderer2, ChangeDetectorRef, OnChanges, SimpleChanges, OnDestroy } from '@angular/core';
|
|
3
2
|
import { Utils } from '../../../_helpers/utils';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
@@ -9,10 +8,10 @@ export declare class OperatorComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
9
8
|
private utils;
|
|
10
9
|
pConn$: typeof PConnect;
|
|
11
10
|
displayLabel: any;
|
|
11
|
+
name$?: string;
|
|
12
12
|
fields$: any[];
|
|
13
13
|
bShowPopover$: boolean;
|
|
14
14
|
date$: string;
|
|
15
|
-
name$: string;
|
|
16
15
|
label$: string;
|
|
17
16
|
id$: string;
|
|
18
17
|
constructor(el: ElementRef, renderer: Renderer2, cdRef: ChangeDetectorRef, utils: Utils);
|
|
@@ -22,5 +21,5 @@ export declare class OperatorComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
22
21
|
updateSelf(): void;
|
|
23
22
|
showOperator(): void;
|
|
24
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<OperatorComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OperatorComponent, "app-operator", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "displayLabel": { "alias": "displayLabel"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OperatorComponent, "app-operator", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "displayLabel": { "alias": "displayLabel"; "required": false; }; "name$": { "alias": "name$"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
25
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { Observable } from 'rxjs';
|
|
@@ -7,6 +6,10 @@ import { Utils } from '../../../_helpers/utils';
|
|
|
7
6
|
import { DatapageService } from '../../../_services/datapage.service';
|
|
8
7
|
import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
9
8
|
import * as i0 from "@angular/core";
|
|
9
|
+
interface IOption {
|
|
10
|
+
key: string;
|
|
11
|
+
value: string;
|
|
12
|
+
}
|
|
10
13
|
interface AutoCompleteProps extends PConnFieldProps {
|
|
11
14
|
deferDatasource?: boolean;
|
|
12
15
|
datasourceMetadata?: any;
|
|
@@ -51,6 +54,7 @@ export declare class AutoCompleteComponent implements OnInit, OnDestroy {
|
|
|
51
54
|
propName: string;
|
|
52
55
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils, dataPageService: DatapageService);
|
|
53
56
|
ngOnInit(): Promise<void>;
|
|
57
|
+
setOptions(options: IOption[]): void;
|
|
54
58
|
ngOnDestroy(): void;
|
|
55
59
|
private _filter;
|
|
56
60
|
onStateChange(): Promise<void>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -48,6 +47,7 @@ export declare class DateTimeComponent implements OnInit, OnDestroy {
|
|
|
48
47
|
actionsApi: Object;
|
|
49
48
|
propName: string;
|
|
50
49
|
formattedValue$: any;
|
|
50
|
+
timezone: string | undefined;
|
|
51
51
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
52
52
|
ngOnInit(): void;
|
|
53
53
|
ngOnDestroy(): void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -40,6 +39,7 @@ export declare class DecimalComponent implements OnInit, OnDestroy {
|
|
|
40
39
|
formatter: any;
|
|
41
40
|
formattedValue: any;
|
|
42
41
|
inputMode: any;
|
|
42
|
+
suffix: string;
|
|
43
43
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
44
44
|
ngOnInit(): void;
|
|
45
45
|
ngOnDestroy(): void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -55,6 +54,7 @@ export declare class DropdownComponent implements OnInit, OnDestroy {
|
|
|
55
54
|
propName: string;
|
|
56
55
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils, dataPageService: DatapageService);
|
|
57
56
|
ngOnInit(): void;
|
|
57
|
+
set options(options: IOption[]);
|
|
58
58
|
ngOnDestroy(): void;
|
|
59
59
|
onStateChange(): void;
|
|
60
60
|
checkAndUpdate(): void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -37,7 +36,7 @@ export declare class IntegerComponent implements OnInit, OnDestroy {
|
|
|
37
36
|
onStateChange(): void;
|
|
38
37
|
checkAndUpdate(): void;
|
|
39
38
|
updateSelf(): void;
|
|
40
|
-
fieldOnChange(): void;
|
|
39
|
+
fieldOnChange(event: any): void;
|
|
41
40
|
fieldOnBlur(event: any): void;
|
|
42
41
|
getErrorMessage(): string;
|
|
43
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<IntegerComponent, never>;
|
package/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.d.ts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { EventEmitter } from '@angular/core';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class ListViewActionButtonsComponent {
|
|
5
4
|
pConn$: typeof PConnect;
|
|
6
5
|
context$: string;
|
|
7
6
|
closeActionsDialog: EventEmitter<any>;
|
|
8
|
-
localizedVal: (localeKey: string, localePath?: string
|
|
7
|
+
localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string, componentName?: string | null) => string;
|
|
9
8
|
localeCategory: string;
|
|
10
9
|
isDisabled: boolean;
|
|
11
10
|
onCancel(): void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -45,7 +44,7 @@ export declare class PercentageComponent implements OnInit, OnDestroy {
|
|
|
45
44
|
onStateChange(): void;
|
|
46
45
|
checkAndUpdate(): void;
|
|
47
46
|
updateSelf(): void;
|
|
48
|
-
fieldOnChange(): void;
|
|
47
|
+
fieldOnChange(event: any): void;
|
|
49
48
|
fieldOnBlur(event: any): void;
|
|
50
49
|
getErrorMessage(): string;
|
|
51
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<PercentageComponent, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { Utils } from '../../../_helpers/utils';
|
|
@@ -24,15 +23,9 @@ export declare class PhoneComponent implements OnInit, OnDestroy {
|
|
|
24
23
|
displayMode$?: string;
|
|
25
24
|
controlName$: string;
|
|
26
25
|
bHasForm$: boolean;
|
|
27
|
-
componentReference: string;
|
|
28
26
|
testId: string;
|
|
29
|
-
separateDialCode: boolean;
|
|
30
|
-
afterBlur: boolean;
|
|
31
27
|
helperText: string;
|
|
32
28
|
fieldControl: FormControl<string | null>;
|
|
33
|
-
phoneForm: FormGroup<{
|
|
34
|
-
phone: FormControl<string | null>;
|
|
35
|
-
}>;
|
|
36
29
|
actionsApi: Object;
|
|
37
30
|
propName: string;
|
|
38
31
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -36,7 +35,7 @@ export declare class RichTextComponent implements OnInit, OnDestroy {
|
|
|
36
35
|
onStateChange(): void;
|
|
37
36
|
checkAndUpdate(): void;
|
|
38
37
|
updateSelf(): void;
|
|
39
|
-
fieldOnChange(): void;
|
|
38
|
+
fieldOnChange(editorValue: any): void;
|
|
40
39
|
fieldOnBlur(editorValue: any): void;
|
|
41
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextComponent, never>;
|
|
42
41
|
static ɵcmp: i0.ɵɵComponentDeclaration<RichTextComponent, "app-rich-text", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -38,7 +37,7 @@ export declare class TextAreaComponent implements OnInit, OnDestroy {
|
|
|
38
37
|
onStateChange(): void;
|
|
39
38
|
checkAndUpdate(): void;
|
|
40
39
|
updateSelf(): void;
|
|
41
|
-
fieldOnChange(): void;
|
|
40
|
+
fieldOnChange(event: any): void;
|
|
42
41
|
fieldOnBlur(event: any): void;
|
|
43
42
|
getErrorMessage(): string;
|
|
44
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaComponent, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectService, AngularPConnectData } from '../../../_bridge/angular-pconnect';
|
|
@@ -38,7 +37,7 @@ export declare class TextInputComponent implements OnInit, OnDestroy {
|
|
|
38
37
|
onStateChange(): void;
|
|
39
38
|
checkAndUpdate(): void;
|
|
40
39
|
updateSelf(): void;
|
|
41
|
-
fieldOnChange(): void;
|
|
40
|
+
fieldOnChange(event: any): void;
|
|
42
41
|
fieldOnBlur(event: any): void;
|
|
43
42
|
getErrorMessage(): string;
|
|
44
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextInputComponent, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -38,7 +37,7 @@ export declare class TimeComponent implements OnInit, OnDestroy {
|
|
|
38
37
|
onStateChange(): void;
|
|
39
38
|
checkAndUpdate(): void;
|
|
40
39
|
updateSelf(): void;
|
|
41
|
-
fieldOnChange(): void;
|
|
40
|
+
fieldOnChange(event: any): void;
|
|
42
41
|
fieldOnBlur(event: any): void;
|
|
43
42
|
getErrorMessage(): string;
|
|
44
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimeComponent, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -37,7 +36,7 @@ export declare class UrlComponent implements OnInit, OnDestroy {
|
|
|
37
36
|
onStateChange(): void;
|
|
38
37
|
checkAndUpdate(): void;
|
|
39
38
|
updateSelf(): void;
|
|
40
|
-
fieldOnChange(): void;
|
|
39
|
+
fieldOnChange(event: any): void;
|
|
41
40
|
fieldOnBlur(event: any): void;
|
|
42
41
|
getErrorMessage(): string;
|
|
43
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<UrlComponent, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, NgZone, OnDestroy, Injector } from '@angular/core';
|
|
3
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
4
3
|
import { publicConstants } from '@pega/pcore-pconnect-typedefs/constants';
|
|
@@ -63,7 +62,6 @@ export declare class FlowContainerComponent extends FlowContainerBaseComponent i
|
|
|
63
62
|
getTodoVisibilty(): boolean;
|
|
64
63
|
initContainer(): void;
|
|
65
64
|
initComponent(bLoadChildren: boolean): void;
|
|
66
|
-
hasAssignments(): boolean;
|
|
67
65
|
isCaseWideLocalAction(): boolean;
|
|
68
66
|
hasChildCaseAssignments(): any;
|
|
69
67
|
getActiveViewLabel(): string;
|
package/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, EventEmitter, NgZone, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../../_bridge/angular-pconnect';
|
|
@@ -15,7 +14,6 @@ export declare class ModalViewContainerComponent implements OnInit, OnDestroy {
|
|
|
15
14
|
private psService;
|
|
16
15
|
private fb;
|
|
17
16
|
pConn$: typeof PConnect;
|
|
18
|
-
displayOnlyFA$: boolean;
|
|
19
17
|
modalVisibleChange: EventEmitter<boolean>;
|
|
20
18
|
angularPConnectData: AngularPConnectData;
|
|
21
19
|
arChildren$: any[];
|
|
@@ -26,7 +24,6 @@ export declare class ModalViewContainerComponent implements OnInit, OnDestroy {
|
|
|
26
24
|
context$: string;
|
|
27
25
|
title$: string;
|
|
28
26
|
bShowModal$: boolean;
|
|
29
|
-
bShowAsModal$: boolean;
|
|
30
27
|
itemKey$: string;
|
|
31
28
|
formGroup$: FormGroup;
|
|
32
29
|
oCaseInfo: Object;
|
|
@@ -68,5 +65,5 @@ export declare class ModalViewContainerComponent implements OnInit, OnDestroy {
|
|
|
68
65
|
determineModalHeaderByAction(actionName: any, caseTypeName: any, ID: any, caseLocaleRef: any): any;
|
|
69
66
|
closeActionsDialog: () => void;
|
|
70
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalViewContainerComponent, never>;
|
|
71
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModalViewContainerComponent, "app-modal-view-container", never, { "pConn$": { "alias": "pConn$"; "required": false; };
|
|
68
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModalViewContainerComponent, "app-modal-view-container", never, { "pConn$": { "alias": "pConn$"; "required": false; }; }, { "modalVisibleChange": "modalVisibleChange"; }, never, never, true, never>;
|
|
72
69
|
}
|
|
@@ -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
|
|
7
|
+
localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string, componentName?: string | null) => string;
|
|
8
8
|
localeCategory: string;
|
|
9
9
|
buttonClick(sAction: any, sButtonType: any): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionButtonsComponent, never>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, NgZone, OnDestroy, OnChanges } from '@angular/core';
|
|
3
2
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
4
3
|
import { FormGroup } from '@angular/forms';
|
|
5
4
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
6
5
|
import { ErrorMessagesService } from '../../../_messages/error-messages.service';
|
|
7
6
|
import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
|
|
7
|
+
import { BannerService } from '../../../_services/banner.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
interface AssignmentProps {
|
|
10
10
|
template: string;
|
|
@@ -15,6 +15,7 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
|
|
|
15
15
|
private erService;
|
|
16
16
|
private ngZone;
|
|
17
17
|
private snackBar;
|
|
18
|
+
bannerService: BannerService;
|
|
18
19
|
pConn$: typeof PConnect;
|
|
19
20
|
formGroup$: FormGroup;
|
|
20
21
|
arChildren$: any[];
|
|
@@ -22,7 +23,6 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
|
|
|
22
23
|
isCreateStage$: boolean;
|
|
23
24
|
updateToken$: number;
|
|
24
25
|
isInModal$: boolean;
|
|
25
|
-
banners: any;
|
|
26
26
|
angularPConnectData: AngularPConnectData;
|
|
27
27
|
configProps$: AssignmentProps;
|
|
28
28
|
newPConn$: any;
|
|
@@ -49,7 +49,8 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
|
|
|
49
49
|
localizedVal: any;
|
|
50
50
|
localeCategory: string;
|
|
51
51
|
localeReference: any;
|
|
52
|
-
|
|
52
|
+
snackBarRef: any;
|
|
53
|
+
constructor(angularPConnect: AngularPConnectService, psService: ProgressSpinnerService, erService: ErrorMessagesService, ngZone: NgZone, snackBar: MatSnackBar, bannerService: BannerService);
|
|
53
54
|
ngOnInit(): void;
|
|
54
55
|
ngOnDestroy(): void;
|
|
55
56
|
onStateChange(): void;
|
|
@@ -66,7 +67,8 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
|
|
|
66
67
|
formValid(): boolean;
|
|
67
68
|
touchAll(): void;
|
|
68
69
|
topViewRefresh(): void;
|
|
70
|
+
registerForRefresh(): void;
|
|
69
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<AssignmentComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AssignmentComponent, "app-assignment", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "arChildren$": { "alias": "arChildren$"; "required": false; }; "itemKey$": { "alias": "itemKey$"; "required": false; }; "isCreateStage$": { "alias": "isCreateStage$"; "required": false; }; "updateToken$": { "alias": "updateToken$"; "required": false; }; "isInModal$": { "alias": "isInModal$"; "required": false; };
|
|
72
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AssignmentComponent, "app-assignment", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "arChildren$": { "alias": "arChildren$"; "required": false; }; "itemKey$": { "alias": "itemKey$"; "required": false; }; "isCreateStage$": { "alias": "isCreateStage$"; "required": false; }; "updateToken$": { "alias": "updateToken$"; "required": false; }; "isInModal$": { "alias": "isInModal$"; "required": false; }; }, {}, never, never, true, never>;
|
|
71
73
|
}
|
|
72
74
|
export {};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, OnDestroy, OnChanges } from '@angular/core';
|
|
3
2
|
import { publicConstants } from '@pega/pcore-pconnect-typedefs/constants';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -27,6 +26,7 @@ export declare class DeferLoadComponent implements OnInit, OnDestroy, OnChanges
|
|
|
27
26
|
CASE: any;
|
|
28
27
|
PAGE: any;
|
|
29
28
|
DATA: any;
|
|
29
|
+
lastUpdateCaseTime: any;
|
|
30
30
|
constructor(angularPConnect: AngularPConnectService);
|
|
31
31
|
ngOnInit(): void;
|
|
32
32
|
ngOnDestroy(): 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
|
|
4
|
+
localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string, componentName?: string | null) => 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>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, NgZone, OnDestroy } from '@angular/core';
|
|
3
2
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
3
|
import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
|
|
@@ -5,12 +5,32 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
* is totally at your own risk.
|
|
6
6
|
*/
|
|
7
7
|
export declare class ReferenceComponent {
|
|
8
|
-
referencedComponent: any;
|
|
9
8
|
private static bLogging;
|
|
10
|
-
|
|
9
|
+
/**
|
|
10
|
+
* Creates a normalized PConn from a reference component.
|
|
11
|
+
* Resolves the reference to its fully realized View with proper configuration.
|
|
12
|
+
*
|
|
13
|
+
* @param inPConn - The PConn object that represents a reference component
|
|
14
|
+
* @returns The dereferenced PConnect object, or null if reference can't be resolved
|
|
15
|
+
*/
|
|
11
16
|
static createFullReferencedViewFromRef(inPConn: any): any;
|
|
17
|
+
/**
|
|
18
|
+
* Normalizes a PConn object that might be a 'reference'.
|
|
19
|
+
* If the incoming PConn is a reference, returns its dereferenced View.
|
|
20
|
+
* Otherwise, returns the passed in PConn unchanged.
|
|
21
|
+
*
|
|
22
|
+
* @param inPConn - A PConn object (ex: { getPConnect() } or direct PConnect)
|
|
23
|
+
* @returns The normalized PConn object with references resolved
|
|
24
|
+
*/
|
|
12
25
|
static normalizePConn(inPConn: any): any;
|
|
13
|
-
|
|
26
|
+
/**
|
|
27
|
+
* Normalizes an array of PConn objects by replacing any 'reference' components
|
|
28
|
+
* with their referenced views.
|
|
29
|
+
*
|
|
30
|
+
* @param inPConnArray - Array of PConn objects to normalize
|
|
31
|
+
* @returns Normalized array with references resolved, or empty array if input is invalid
|
|
32
|
+
*/
|
|
33
|
+
static normalizePConnArray(inPConnArray: any[]): any[];
|
|
14
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReferenceComponent, never>;
|
|
15
35
|
static ɵcmp: i0.ɵɵComponentDeclaration<ReferenceComponent, "app-reference", never, {}, {}, never, never, true, never>;
|
|
16
36
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, NgZone, OnDestroy } from '@angular/core';
|
|
3
2
|
import { Subscription } from 'rxjs';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
|
+
import { ServerConfigService } from '../../../_services/server-config.service';
|
|
5
5
|
import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class RootContainerComponent implements OnInit, OnDestroy {
|
|
@@ -11,6 +11,7 @@ export declare class RootContainerComponent implements OnInit, OnDestroy {
|
|
|
11
11
|
pConn$: typeof PConnect;
|
|
12
12
|
displayOnlyFA$: boolean;
|
|
13
13
|
isMashup$: boolean;
|
|
14
|
+
scService: ServerConfigService;
|
|
14
15
|
angularPConnectData: AngularPConnectData;
|
|
15
16
|
componentName$: string;
|
|
16
17
|
bIsProgress$: boolean;
|
|
@@ -26,8 +27,8 @@ export declare class RootContainerComponent implements OnInit, OnDestroy {
|
|
|
26
27
|
ngOnInit(): void;
|
|
27
28
|
ngOnDestroy(): void;
|
|
28
29
|
onStateChange(): void;
|
|
29
|
-
modalVisibleChanged(isVisible: any): void;
|
|
30
30
|
updateSelf(): void;
|
|
31
|
+
configureModalContainer(): Promise<void>;
|
|
31
32
|
generateViewContainerForNoPortal(): void;
|
|
32
33
|
showHideProgress(bShow: boolean): void;
|
|
33
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<RootContainerComponent, never>;
|