@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
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
2
|
import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
3
|
import { FormGroup } from '@angular/forms';
|
|
4
|
+
import { FormTemplateBase } from '../base/form-template-base';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ThreeColumnComponent implements OnInit, OnChanges {
|
|
6
|
+
export declare class ThreeColumnComponent extends FormTemplateBase implements OnInit, OnChanges {
|
|
6
7
|
pConn$: typeof PConnect;
|
|
7
8
|
formGroup$: FormGroup;
|
|
8
9
|
arChildren$: any[];
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
2
|
import { OnInit, SimpleChanges, OnChanges } from '@angular/core';
|
|
3
3
|
import { FormGroup } from '@angular/forms';
|
|
4
|
+
import { FormTemplateBase } from '../base/form-template-base';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TwoColumnComponent implements OnInit, OnChanges {
|
|
6
|
+
export declare class TwoColumnComponent extends FormTemplateBase implements OnInit, OnChanges {
|
|
6
7
|
pConn$: typeof PConnect;
|
|
7
8
|
formGroup$: FormGroup;
|
|
8
9
|
arChildren$: any[];
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
2
|
import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
3
|
import { FormGroup } from '@angular/forms';
|
|
4
|
+
import { FormTemplateBase } from '../base/form-template-base';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class WideNarrowFormComponent implements OnInit, OnChanges {
|
|
6
|
+
export declare class WideNarrowFormComponent extends FormTemplateBase implements OnInit, OnChanges {
|
|
6
7
|
pConn$: typeof PConnect;
|
|
7
8
|
formGroup$: FormGroup;
|
|
8
9
|
arChildren$: any[];
|
|
@@ -7,7 +7,7 @@ export declare class WideNarrowPageComponent implements OnInit, OnDestroy {
|
|
|
7
7
|
private angularPConnect;
|
|
8
8
|
pConn$: typeof PConnect;
|
|
9
9
|
formGroup$: FormGroup;
|
|
10
|
-
thePConnType: string;
|
|
10
|
+
thePConnType: string | undefined;
|
|
11
11
|
angularPConnectData: AngularPConnectData;
|
|
12
12
|
constructor(angularPConnect: AngularPConnectService);
|
|
13
13
|
ngOnInit(): void;
|
|
@@ -23,16 +23,18 @@ export declare class WssNavBarComponent implements OnInit, OnDestroy {
|
|
|
23
23
|
navPages$: any[];
|
|
24
24
|
navExpandCollapse$: string;
|
|
25
25
|
bShowCaseTypes$: boolean;
|
|
26
|
-
portalApp$: string;
|
|
26
|
+
portalApp$: string | undefined;
|
|
27
27
|
portalLogoImage$: string;
|
|
28
28
|
showAppName$: boolean;
|
|
29
|
-
portalOperator$: string;
|
|
29
|
+
portalOperator$: string | undefined;
|
|
30
30
|
portalOperatorInitials$: string;
|
|
31
31
|
actionsAPI: any;
|
|
32
32
|
createWork: any;
|
|
33
33
|
showPage: any;
|
|
34
34
|
logout: any;
|
|
35
35
|
navIcon$: string;
|
|
36
|
+
localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
|
|
37
|
+
localeCategory: string;
|
|
36
38
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, psService: ProgressSpinnerService, ngZone: NgZone, utils: Utils);
|
|
37
39
|
ngOnInit(): void;
|
|
38
40
|
ngOnDestroy(): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
|
-
import { OnInit, NgZone, OnDestroy } from '@angular/core';
|
|
2
|
+
import { OnInit, NgZone, OnDestroy, ElementRef } from '@angular/core';
|
|
3
3
|
import { FormGroup } from '@angular/forms';
|
|
4
4
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
5
5
|
import { Utils } from '../../../_helpers/utils';
|
|
@@ -11,6 +11,7 @@ export declare class AttachmentComponent implements OnInit, OnDestroy {
|
|
|
11
11
|
pConn$: typeof PConnect;
|
|
12
12
|
formGroup$: FormGroup;
|
|
13
13
|
angularPConnectData: AngularPConnectData;
|
|
14
|
+
fileInput: ElementRef;
|
|
14
15
|
label$: string;
|
|
15
16
|
value$: any;
|
|
16
17
|
bRequired$: boolean;
|
|
@@ -18,16 +19,8 @@ export declare class AttachmentComponent implements OnInit, OnDestroy {
|
|
|
18
19
|
bDisabled$: boolean;
|
|
19
20
|
bVisible$: boolean;
|
|
20
21
|
bLoading$: boolean;
|
|
21
|
-
arFiles$: any[];
|
|
22
|
-
arFileList$: any[];
|
|
23
|
-
removeFileFromList$: any;
|
|
24
|
-
arMenuList$: any[];
|
|
25
22
|
bShowSelector$: boolean;
|
|
26
|
-
bShowJustDelete$: boolean;
|
|
27
|
-
att_valueRef: any;
|
|
28
23
|
att_categoryName: string;
|
|
29
|
-
att_id: string;
|
|
30
|
-
myFiles: any;
|
|
31
24
|
fileTemp: any;
|
|
32
25
|
caseID: any;
|
|
33
26
|
allowMultiple$: boolean;
|
|
@@ -36,56 +29,23 @@ export declare class AttachmentComponent implements OnInit, OnDestroy {
|
|
|
36
29
|
validateMessage: string | undefined;
|
|
37
30
|
valueRef: string;
|
|
38
31
|
imagePath$: string;
|
|
32
|
+
localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
|
|
33
|
+
localeCategory: string;
|
|
34
|
+
uploadMultipleFilesLabel: string;
|
|
35
|
+
uploadSingleFileLabel: string;
|
|
36
|
+
filesWithError: any;
|
|
37
|
+
files: any;
|
|
38
|
+
categoryName: string;
|
|
39
|
+
displayMode: string | undefined;
|
|
40
|
+
srcImg: any;
|
|
41
|
+
deleteIcon: string;
|
|
42
|
+
tempFilesToBeUploaded: any[];
|
|
39
43
|
constructor(angularPConnect: AngularPConnectService, utils: Utils, ngZone: NgZone);
|
|
40
44
|
ngOnInit(): void;
|
|
45
|
+
getAttachments(): () => void;
|
|
41
46
|
checkAndUpdate(): void;
|
|
42
|
-
ngOnDestroy(): void;
|
|
43
47
|
onStateChange(): void;
|
|
44
|
-
updateAttachmentsInfo(): void;
|
|
45
|
-
processFile(file: any, i: any): void;
|
|
46
48
|
updateSelf(): void;
|
|
47
|
-
updateAttachments(): void;
|
|
48
|
-
updateAttachmentsFromServer(): void;
|
|
49
|
-
resetAttachmentStoredState(): void;
|
|
50
|
-
_downloadFileFromList(fileObj: any): void;
|
|
51
|
-
fileDownload: (data: any, fileName: any, ext: any) => void;
|
|
52
|
-
getAttachmentKey: (name?: string) => string;
|
|
53
|
-
CheckForInvalidAttachment(): void;
|
|
54
|
-
_removeFileFromList(item: any): void;
|
|
55
|
-
getCurrentAttachmentsList(key: any, context: any): any;
|
|
56
|
-
errorHandler(isFetchCanceled: any, file: any): (error: any) => never;
|
|
57
|
-
uploadMyFiles(event: any): void;
|
|
58
|
-
handleFileUploadSuccess(fileResponses: any): void;
|
|
59
|
-
handleFileUploadFailure(): void;
|
|
60
|
-
getNewListUtilityItemProps: ({ att, cancelFile, downloadFile, deleteFile, removeFile }: {
|
|
61
|
-
att: any;
|
|
62
|
-
cancelFile: any;
|
|
63
|
-
downloadFile: any;
|
|
64
|
-
deleteFile: any;
|
|
65
|
-
removeFile: any;
|
|
66
|
-
}) => {
|
|
67
|
-
id: any;
|
|
68
|
-
visual: {
|
|
69
|
-
icon: any;
|
|
70
|
-
progress: any;
|
|
71
|
-
};
|
|
72
|
-
primary: {
|
|
73
|
-
type: any;
|
|
74
|
-
name: any;
|
|
75
|
-
icon: string;
|
|
76
|
-
click: any;
|
|
77
|
-
};
|
|
78
|
-
secondary: {
|
|
79
|
-
text: any;
|
|
80
|
-
error: any;
|
|
81
|
-
};
|
|
82
|
-
actions: any;
|
|
83
|
-
};
|
|
84
|
-
onUploadProgress(): void;
|
|
85
|
-
getFiles(arFiles: any[]): any[];
|
|
86
|
-
setNewFiles(arFiles: any): any[];
|
|
87
|
-
validateMaxSize(fileObj: any, maxSizeInMB: any): boolean;
|
|
88
|
-
validateFileExtension: (fileObj: any, allowedExtensions: any) => any;
|
|
89
49
|
buildFilePropsFromResponse(respObj: any): {
|
|
90
50
|
props: {
|
|
91
51
|
meta: string;
|
|
@@ -94,6 +54,22 @@ export declare class AttachmentComponent implements OnInit, OnDestroy {
|
|
|
94
54
|
};
|
|
95
55
|
responseProps: any;
|
|
96
56
|
};
|
|
57
|
+
updateAttachments(): void;
|
|
58
|
+
resetAttachmentStoredState(): void;
|
|
59
|
+
downloadFile(fileObj: any): void;
|
|
60
|
+
fileDownload: (data: any, fileName: any, ext: any) => void;
|
|
61
|
+
getAttachmentKey: (name?: string) => string;
|
|
62
|
+
getCurrentAttachmentsList(key: any, context: any): any;
|
|
63
|
+
validateMaxSize(fileObj: any, maxSizeInMB: any): boolean;
|
|
64
|
+
validateFileExtension: (fileObj: any, allowedExtensions: any) => any;
|
|
65
|
+
updateAttachmentState(pConn: any, key: any, attachments: any): void;
|
|
66
|
+
deleteFile(file: any): void;
|
|
67
|
+
onFileAdded(event: any): void;
|
|
68
|
+
clearFieldErrorMessages(): void;
|
|
69
|
+
onUploadProgress(): void;
|
|
70
|
+
errorHandler(isFetchCanceled: any, attachedFile: any): (error: any) => never;
|
|
71
|
+
uploadFiles(): void;
|
|
72
|
+
ngOnDestroy(): void;
|
|
97
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<AttachmentComponent, never>;
|
|
98
74
|
static ɵcmp: i0.ɵɵComponentDeclaration<AttachmentComponent, "app-attachment", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|
|
99
75
|
}
|
|
@@ -9,8 +9,8 @@ export declare class FeedContainerComponent implements OnInit, OnDestroy {
|
|
|
9
9
|
private utils;
|
|
10
10
|
pConn$: typeof PConnect;
|
|
11
11
|
angularPConnectData: AngularPConnectData;
|
|
12
|
-
userName$: string;
|
|
13
|
-
imageKey$: string;
|
|
12
|
+
userName$: string | undefined;
|
|
13
|
+
imageKey$: string | undefined;
|
|
14
14
|
currentUserInitials$: string;
|
|
15
15
|
currentUserName$: string;
|
|
16
16
|
pulseMessages$: any[];
|
|
@@ -35,7 +35,7 @@ export declare class FileUtilityComponent implements OnInit, OnDestroy {
|
|
|
35
35
|
link_url$: string;
|
|
36
36
|
closeSvgIcon$: string;
|
|
37
37
|
currentCaseID: string;
|
|
38
|
-
addAttachmentsActions: any
|
|
38
|
+
addAttachmentsActions: any;
|
|
39
39
|
constructor(angularPConnect: AngularPConnectService, utils: Utils, ngZone: NgZone);
|
|
40
40
|
ngOnInit(): void;
|
|
41
41
|
ngOnDestroy(): void;
|
|
@@ -119,7 +119,7 @@ export declare class FileUtilityComponent implements OnInit, OnDestroy {
|
|
|
119
119
|
_fieldOnChangeLink(event: any): void;
|
|
120
120
|
_fieldOnChangeURL(event: any): void;
|
|
121
121
|
updateSelf(): void;
|
|
122
|
-
getCaseID():
|
|
122
|
+
getCaseID(): any;
|
|
123
123
|
fetchCaseAttachments(caseID: any): Promise<object>;
|
|
124
124
|
handleAttachmentsResponse(resp: any): void;
|
|
125
125
|
getUtilityItems(attachments: any): any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
|
-
import { OnInit,
|
|
2
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
3
|
import { publicConstants } from '@pega/pcore-pconnect-typedefs/constants';
|
|
4
4
|
import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
|
|
5
5
|
import { ErrorMessagesService } from '../../../_messages/error-messages.service';
|
|
@@ -12,10 +12,9 @@ interface ToDoProps {
|
|
|
12
12
|
label?: string;
|
|
13
13
|
readOnly?: boolean;
|
|
14
14
|
}
|
|
15
|
-
export declare class TodoComponent implements OnInit, OnDestroy
|
|
15
|
+
export declare class TodoComponent implements OnInit, OnDestroy {
|
|
16
16
|
private psService;
|
|
17
17
|
private erService;
|
|
18
|
-
private ngZone;
|
|
19
18
|
private utils;
|
|
20
19
|
pConn$: typeof PConnect;
|
|
21
20
|
caseInfoID$: string;
|
|
@@ -28,31 +27,30 @@ export declare class TodoComponent implements OnInit, OnDestroy, OnChanges {
|
|
|
28
27
|
myWorkList$: any;
|
|
29
28
|
isConfirm: any;
|
|
30
29
|
configProps$: ToDoProps;
|
|
31
|
-
currentUser$: string;
|
|
30
|
+
currentUser$: string | undefined;
|
|
32
31
|
currentUserInitials$: string;
|
|
33
|
-
assignmentCount$: number;
|
|
34
32
|
bShowMore$: boolean;
|
|
35
33
|
arAssignments$: any[];
|
|
36
34
|
assignmentsSource$: any;
|
|
37
35
|
CONSTS: typeof publicConstants;
|
|
38
36
|
bLogging: boolean;
|
|
39
|
-
localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined) => string;
|
|
37
|
+
localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
|
|
40
38
|
localeCategory: string;
|
|
41
39
|
showlessLocalizedValue: string;
|
|
42
40
|
showMoreLocalizedValue: string;
|
|
43
|
-
|
|
41
|
+
canPerform: boolean;
|
|
42
|
+
count: number;
|
|
43
|
+
constructor(psService: ProgressSpinnerService, erService: ErrorMessagesService, utils: Utils);
|
|
44
44
|
ngOnInit(): void;
|
|
45
45
|
ngOnDestroy(): void;
|
|
46
|
-
ngOnChanges(): void;
|
|
47
|
-
updateWorkList(key: any): void;
|
|
48
46
|
updateList(): void;
|
|
49
47
|
updateToDo(): void;
|
|
48
|
+
deferLoadWorklistItems(responseData: any): void;
|
|
50
49
|
getID(assignment: any): any;
|
|
51
50
|
topThreeAssignments(assignmentsSource: any[]): any[];
|
|
52
51
|
getAssignmentId(assignment: any): any;
|
|
53
52
|
getPriority(assignment: any): any;
|
|
54
53
|
getAssignmentName(assignment: any): any;
|
|
55
|
-
initAssignments(): any[];
|
|
56
54
|
getCaseInfoAssignment(assignmentsSource: any[], caseInfoID: string): any[];
|
|
57
55
|
_showMore(): void;
|
|
58
56
|
_showLess(): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function updateWorkList(pConnect: any, key: any, payload?: undefined): void;
|
|
@@ -12,5 +12,5 @@ export declare const getReferenceList: (pConn: any) => any;
|
|
|
12
12
|
* @returns {*} - return the react element of the view
|
|
13
13
|
*/
|
|
14
14
|
export declare const buildView: (pConn: any, index: any, viewConfigPath: any) => {
|
|
15
|
-
getPConnect: () => import("@pega/pcore-pconnect-typedefs/interpreter/c11n-env").
|
|
15
|
+
getPConnect: () => import("@pega/pcore-pconnect-typedefs/interpreter/c11n-env").C11nEnv;
|
|
16
16
|
};
|
|
@@ -26,7 +26,7 @@ export declare const createFilterComponent: (getPConnect: any, filterMeta: any,
|
|
|
26
26
|
filterProp: string;
|
|
27
27
|
metadata: any;
|
|
28
28
|
c11nEnv: {
|
|
29
|
-
getPConnect: () => import("@pega/pcore-pconnect-typedefs/interpreter/c11n-env").
|
|
29
|
+
getPConnect: () => import("@pega/pcore-pconnect-typedefs/interpreter/c11n-env").C11nEnv;
|
|
30
30
|
};
|
|
31
31
|
filterId: any;
|
|
32
32
|
label?: undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare function getLocale(locale?: string): string | undefined;
|
|
2
|
-
export declare function getCurrentTimezone(
|
|
2
|
+
export declare function getCurrentTimezone(): string | undefined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
declare function updateNewInstructions(c11nEnv: any, selectionList: any): void;
|
|
2
|
+
declare function insertInstruction(c11nEnv: any, selectionList: any, selectionKey: any, primaryField: any, item: any): void;
|
|
3
|
+
declare function deleteInstruction(c11nEnv: any, selectionList: any, selectionKey: any, item: any): void;
|
|
4
|
+
export { updateNewInstructions, insertInstruction, deleteInstruction };
|
|
@@ -9,7 +9,7 @@ export declare class ErrorMessagesService {
|
|
|
9
9
|
*/
|
|
10
10
|
sendMessage(sAction: string, sActionMessage: string): void;
|
|
11
11
|
clearMessage(): void;
|
|
12
|
-
getMessage(): Observable<
|
|
12
|
+
getMessage(): Observable<void | object>;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorMessagesService, never>;
|
|
14
14
|
static ɵprov: i0.ɵɵInjectableDeclaration<ErrorMessagesService>;
|
|
15
15
|
}
|
|
@@ -1,4 +1,38 @@
|
|
|
1
|
-
### Angular SDK - Release Announcement -
|
|
1
|
+
### Angular SDK - Release Announcement - v24.2.10 (26 December 2024)
|
|
2
|
+
|
|
3
|
+
This release - **SDK-A v24.2.10** - is **only compatible with Pega Infinity 24.2**. This release is related to the [**release/24.2.10** branch of the Angular SDK repository](https://github.com/pegasystems/angular-sdk/tree/release/24.2.10).
|
|
4
|
+
<br>
|
|
5
|
+
|
|
6
|
+
The SDK-A v24.2.10 release allow Angular SDK users to to take advantage of the latest [SDK enhancements and fixes noted in **What's New in the SDK?**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/angular-sdk-updates.html) including:
|
|
7
|
+
|
|
8
|
+
* Upgraded the Angular version to 18 and the Angular Material version to 18.
|
|
9
|
+
* Field components have been updated to perform event handling using the handleEvent utility function.
|
|
10
|
+
* Updated the value of the displayMode property from LABELS_LEFT to DISPLAY_ONLY.
|
|
11
|
+
* Enhanced the support for the details component in a form view.
|
|
12
|
+
* Bug fixes
|
|
13
|
+
* Full set of merged PRs can be found in the [angular-sdk-components GitHub repo list of merged PRs](https://github.com/pegasystems/angular-sdk-components/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+). This release includes all PRs since (and including) #214.
|
|
14
|
+
<br />
|
|
15
|
+
<hr />
|
|
16
|
+
|
|
17
|
+
### Previous Releases
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
#### Angular SDK - v24.1.10 (08 August 2024)
|
|
21
|
+
|
|
22
|
+
This release - **SDK-A v24.1.10** - is **only compatible with Pega Infinity 24.1**. This release is related to the [**release/24.1.10** branch of the Angular SDK repository](https://github.com/pegasystems/angular-sdk/tree/release/24.1.10).
|
|
23
|
+
<br>
|
|
24
|
+
|
|
25
|
+
The SDK-A v24.1.10 release allow Angular SDK users to to take advantage of the latest [SDK enhancements and fixes noted in **What's New in the SDK?**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/angular-sdk-updates.html) including:
|
|
26
|
+
|
|
27
|
+
* Support has been added for the approve and reject case actions
|
|
28
|
+
* Support for the Checkbox group and Combo-Box display options in the MultiSelect mode for the Data Reference and Case Reference fields.
|
|
29
|
+
* Save For Later functionality now works as expected
|
|
30
|
+
* Bug fixes
|
|
31
|
+
* Full set of merged PRs can be found in the [angular-sdk-components GitHub repo list of merged PRs](https://github.com/pegasystems/angular-sdk-components/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+). This release includes all PRs since (and including) #153.
|
|
32
|
+
<br />
|
|
33
|
+
<hr />
|
|
34
|
+
|
|
35
|
+
#### Angular SDK - v23.1.10 (20 March 2024)
|
|
2
36
|
|
|
3
37
|
This release - **SDK-A v23.1.10** - is **only compatible with Pega Infinity 23**. This release is related to the [**release/23.1.10** branch of the Angular SDK repository](https://github.com/pegasystems/angular-sdk/tree/release/23.1.10).
|
|
4
38
|
<br>
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pega/angular-sdk-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "24.2.10",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
5
|
+
"@angular/common": "^18.2.12",
|
|
6
|
+
"@angular/core": "^18.2.12"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"tslib": "^2.6.2"
|
package/public-api.d.ts
CHANGED
|
@@ -42,6 +42,9 @@ export * from './lib/_components/infra/region/region.component';
|
|
|
42
42
|
export * from './lib/_components/infra/root-container/root-container.component';
|
|
43
43
|
export * from './lib/_components/infra/stages/stages.component';
|
|
44
44
|
export * from './lib/_components/infra/view/view.component';
|
|
45
|
+
export * from './lib/_components/infra/Containers/base-components/flow-container-base.component';
|
|
46
|
+
export * from './lib/_components/template/base/form-template-base';
|
|
47
|
+
export * from './lib/_components/template/base/details-template-base';
|
|
45
48
|
export * from './lib/_components/template/app-shell/app-shell.component';
|
|
46
49
|
export * from './lib/_components/template/case-summary/case-summary.component';
|
|
47
50
|
export * from './lib/_components/template/case-view/case-view.component';
|
|
@@ -113,6 +116,7 @@ export * from './lib/_services/endpoints';
|
|
|
113
116
|
export * from './lib/_helpers/case-utils';
|
|
114
117
|
export * from './lib/_helpers/currency-utils';
|
|
115
118
|
export * from './lib/_helpers/common';
|
|
119
|
+
export * from './lib/_helpers/createstage-utils';
|
|
116
120
|
export * from './lib/_helpers/date-format-utils';
|
|
117
121
|
export * from './lib/_helpers/event-util';
|
|
118
122
|
export * from './lib/_helpers/field-group-utils';
|
|
@@ -124,11 +128,9 @@ export * from './lib/_helpers/template-utils';
|
|
|
124
128
|
export * from './lib/_helpers/utils';
|
|
125
129
|
export * from './lib/_helpers/versionHelpers';
|
|
126
130
|
export * from './lib/_helpers/filter-utils';
|
|
131
|
+
export * from './lib/_helpers/instructions-utils';
|
|
127
132
|
export * from './lib/_messages/error-messages.service';
|
|
128
|
-
export * from './lib/_messages/get-login-status.service';
|
|
129
|
-
export * from './lib/_messages/oauth-response.service';
|
|
130
133
|
export * from './lib/_messages/progress-spinner.service';
|
|
131
|
-
export * from './lib/_messages/reset-pconnect.service';
|
|
132
134
|
export * from './lib/_messages/update-worklist.service';
|
|
133
135
|
export * from './lib/_types/PConnProps.interface';
|
|
134
136
|
export * from './sdk-local-component-map';
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { Subject } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class GetLoginStatusService {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.subject = new Subject();
|
|
7
|
-
}
|
|
8
|
-
sendMessage(sLoginStatus) {
|
|
9
|
-
this.subject.next({ loginStatus: sLoginStatus });
|
|
10
|
-
}
|
|
11
|
-
clearMessage() {
|
|
12
|
-
this.subject.next();
|
|
13
|
-
}
|
|
14
|
-
getMessage() {
|
|
15
|
-
return this.subject.asObservable();
|
|
16
|
-
}
|
|
17
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GetLoginStatusService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GetLoginStatusService, providedIn: 'root' }); }
|
|
19
|
-
}
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GetLoginStatusService, decorators: [{
|
|
21
|
-
type: Injectable,
|
|
22
|
-
args: [{
|
|
23
|
-
providedIn: 'root'
|
|
24
|
-
}]
|
|
25
|
-
}] });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0LWxvZ2luLXN0YXR1cy5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvYW5ndWxhci1zZGstY29tcG9uZW50cy9zcmMvbGliL19tZXNzYWdlcy9nZXQtbG9naW4tc3RhdHVzLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQWMsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDOztBQUszQyxNQUFNLE9BQU8scUJBQXFCO0lBSGxDO1FBSVUsWUFBTyxHQUFHLElBQUksT0FBTyxFQUFpQixDQUFDO0tBYWhEO0lBWEMsV0FBVyxDQUFDLFlBQW9CO1FBQzlCLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEVBQUUsV0FBVyxFQUFFLFlBQVksRUFBRSxDQUFDLENBQUM7SUFDbkQsQ0FBQztJQUVELFlBQVk7UUFDVixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3RCLENBQUM7SUFFRCxVQUFVO1FBQ1IsT0FBTyxJQUFJLENBQUMsT0FBTyxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQ3JDLENBQUM7K0dBYlUscUJBQXFCO21IQUFyQixxQkFBcUIsY0FGcEIsTUFBTTs7NEZBRVAscUJBQXFCO2tCQUhqQyxVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE9ic2VydmFibGUsIFN1YmplY3QgfSBmcm9tICdyeGpzJztcblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCdcbn0pXG5leHBvcnQgY2xhc3MgR2V0TG9naW5TdGF0dXNTZXJ2aWNlIHtcbiAgcHJpdmF0ZSBzdWJqZWN0ID0gbmV3IFN1YmplY3Q8dm9pZCB8IG9iamVjdD4oKTtcblxuICBzZW5kTWVzc2FnZShzTG9naW5TdGF0dXM6IHN0cmluZykge1xuICAgIHRoaXMuc3ViamVjdC5uZXh0KHsgbG9naW5TdGF0dXM6IHNMb2dpblN0YXR1cyB9KTtcbiAgfVxuXG4gIGNsZWFyTWVzc2FnZSgpIHtcbiAgICB0aGlzLnN1YmplY3QubmV4dCgpO1xuICB9XG5cbiAgZ2V0TWVzc2FnZSgpOiBPYnNlcnZhYmxlPGFueT4ge1xuICAgIHJldHVybiB0aGlzLnN1YmplY3QuYXNPYnNlcnZhYmxlKCk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { Subject } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class OAuthResponseService {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.subject = new Subject();
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* Function to pass the OAuth token
|
|
10
|
-
* @param oToken - token
|
|
11
|
-
*/
|
|
12
|
-
sendMessage(oToken) {
|
|
13
|
-
this.subject.next({ token: oToken });
|
|
14
|
-
}
|
|
15
|
-
clearMessage() {
|
|
16
|
-
this.subject.next();
|
|
17
|
-
}
|
|
18
|
-
getMessage() {
|
|
19
|
-
return this.subject.asObservable();
|
|
20
|
-
}
|
|
21
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: OAuthResponseService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
22
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: OAuthResponseService, providedIn: 'root' }); }
|
|
23
|
-
}
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: OAuthResponseService, decorators: [{
|
|
25
|
-
type: Injectable,
|
|
26
|
-
args: [{
|
|
27
|
-
providedIn: 'root'
|
|
28
|
-
}]
|
|
29
|
-
}] });
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib2F1dGgtcmVzcG9uc2Uuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItc2RrLWNvbXBvbmVudHMvc3JjL2xpYi9fbWVzc2FnZXMvb2F1dGgtcmVzcG9uc2Uuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBYyxPQUFPLEVBQUUsTUFBTSxNQUFNLENBQUM7O0FBSzNDLE1BQU0sT0FBTyxvQkFBb0I7SUFIakM7UUFJVSxZQUFPLEdBQUcsSUFBSSxPQUFPLEVBQWlCLENBQUM7S0FpQmhEO0lBZkM7OztPQUdHO0lBQ0gsV0FBVyxDQUFDLE1BQVc7UUFDckIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLENBQUMsQ0FBQztJQUN2QyxDQUFDO0lBRUQsWUFBWTtRQUNWLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDdEIsQ0FBQztJQUVELFVBQVU7UUFDUixPQUFPLElBQUksQ0FBQyxPQUFPLENBQUMsWUFBWSxFQUFFLENBQUM7SUFDckMsQ0FBQzsrR0FqQlUsb0JBQW9CO21IQUFwQixvQkFBb0IsY0FGbkIsTUFBTTs7NEZBRVAsb0JBQW9CO2tCQUhoQyxVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE9ic2VydmFibGUsIFN1YmplY3QgfSBmcm9tICdyeGpzJztcblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCdcbn0pXG5leHBvcnQgY2xhc3MgT0F1dGhSZXNwb25zZVNlcnZpY2Uge1xuICBwcml2YXRlIHN1YmplY3QgPSBuZXcgU3ViamVjdDx2b2lkIHwgb2JqZWN0PigpO1xuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0byBwYXNzIHRoZSBPQXV0aCB0b2tlblxuICAgKiBAcGFyYW0gb1Rva2VuIC0gdG9rZW5cbiAgICovXG4gIHNlbmRNZXNzYWdlKG9Ub2tlbjogYW55KSB7XG4gICAgdGhpcy5zdWJqZWN0Lm5leHQoeyB0b2tlbjogb1Rva2VuIH0pO1xuICB9XG5cbiAgY2xlYXJNZXNzYWdlKCkge1xuICAgIHRoaXMuc3ViamVjdC5uZXh0KCk7XG4gIH1cblxuICBnZXRNZXNzYWdlKCk6IE9ic2VydmFibGU8YW55PiB7XG4gICAgcmV0dXJuIHRoaXMuc3ViamVjdC5hc09ic2VydmFibGUoKTtcbiAgfVxufVxuIl19
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { Subject } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class ResetPConnectService {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.subject = new Subject();
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* function to reset pConnect
|
|
10
|
-
* @param bReset - true: reset pconnect, false - do nothing
|
|
11
|
-
* @param sType - what causing the reset, so far (cancel, finishAssignment)
|
|
12
|
-
*/
|
|
13
|
-
sendMessage(bReset, sType) {
|
|
14
|
-
this.subject.next({ reset: bReset, type: sType });
|
|
15
|
-
}
|
|
16
|
-
clearMessage() {
|
|
17
|
-
this.subject.next();
|
|
18
|
-
}
|
|
19
|
-
getMessage() {
|
|
20
|
-
return this.subject.asObservable();
|
|
21
|
-
}
|
|
22
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ResetPConnectService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ResetPConnectService, providedIn: 'root' }); }
|
|
24
|
-
}
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ResetPConnectService, decorators: [{
|
|
26
|
-
type: Injectable,
|
|
27
|
-
args: [{
|
|
28
|
-
providedIn: 'root'
|
|
29
|
-
}]
|
|
30
|
-
}] });
|
|
31
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzZXQtcGNvbm5lY3Quc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItc2RrLWNvbXBvbmVudHMvc3JjL2xpYi9fbWVzc2FnZXMvcmVzZXQtcGNvbm5lY3Quc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBYyxPQUFPLEVBQUUsTUFBTSxNQUFNLENBQUM7O0FBSzNDLE1BQU0sT0FBTyxvQkFBb0I7SUFIakM7UUFJVSxZQUFPLEdBQUcsSUFBSSxPQUFPLEVBQWlCLENBQUM7S0FrQmhEO0lBaEJDOzs7O09BSUc7SUFDSCxXQUFXLENBQUMsTUFBZSxFQUFFLEtBQWE7UUFDeEMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSxLQUFLLEVBQUUsQ0FBQyxDQUFDO0lBQ3BELENBQUM7SUFFRCxZQUFZO1FBQ1YsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBRUQsVUFBVTtRQUNSLE9BQU8sSUFBSSxDQUFDLE9BQU8sQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUNyQyxDQUFDOytHQWxCVSxvQkFBb0I7bUhBQXBCLG9CQUFvQixjQUZuQixNQUFNOzs0RkFFUCxvQkFBb0I7a0JBSGhDLFVBQVU7bUJBQUM7b0JBQ1YsVUFBVSxFQUFFLE1BQU07aUJBQ25CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgT2JzZXJ2YWJsZSwgU3ViamVjdCB9IGZyb20gJ3J4anMnO1xuXG5ASW5qZWN0YWJsZSh7XG4gIHByb3ZpZGVkSW46ICdyb290J1xufSlcbmV4cG9ydCBjbGFzcyBSZXNldFBDb25uZWN0U2VydmljZSB7XG4gIHByaXZhdGUgc3ViamVjdCA9IG5ldyBTdWJqZWN0PHZvaWQgfCBvYmplY3Q+KCk7XG5cbiAgLyoqXG4gICAqIGZ1bmN0aW9uIHRvIHJlc2V0IHBDb25uZWN0XG4gICAqIEBwYXJhbSBiUmVzZXQgLSB0cnVlOiByZXNldCBwY29ubmVjdCwgZmFsc2UgLSBkbyBub3RoaW5nXG4gICAqIEBwYXJhbSBzVHlwZSAtIHdoYXQgY2F1c2luZyB0aGUgcmVzZXQsIHNvIGZhciAoY2FuY2VsLCBmaW5pc2hBc3NpZ25tZW50KVxuICAgKi9cbiAgc2VuZE1lc3NhZ2UoYlJlc2V0OiBib29sZWFuLCBzVHlwZTogc3RyaW5nKSB7XG4gICAgdGhpcy5zdWJqZWN0Lm5leHQoeyByZXNldDogYlJlc2V0LCB0eXBlOiBzVHlwZSB9KTtcbiAgfVxuXG4gIGNsZWFyTWVzc2FnZSgpIHtcbiAgICB0aGlzLnN1YmplY3QubmV4dCgpO1xuICB9XG5cbiAgZ2V0TWVzc2FnZSgpOiBPYnNlcnZhYmxlPGFueT4ge1xuICAgIHJldHVybiB0aGlzLnN1YmplY3QuYXNPYnNlcnZhYmxlKCk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GetLoginStatusService {
|
|
4
|
-
private subject;
|
|
5
|
-
sendMessage(sLoginStatus: string): void;
|
|
6
|
-
clearMessage(): void;
|
|
7
|
-
getMessage(): Observable<any>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GetLoginStatusService, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<GetLoginStatusService>;
|
|
10
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class OAuthResponseService {
|
|
4
|
-
private subject;
|
|
5
|
-
/**
|
|
6
|
-
* Function to pass the OAuth token
|
|
7
|
-
* @param oToken - token
|
|
8
|
-
*/
|
|
9
|
-
sendMessage(oToken: any): void;
|
|
10
|
-
clearMessage(): void;
|
|
11
|
-
getMessage(): Observable<any>;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OAuthResponseService, never>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<OAuthResponseService>;
|
|
14
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ResetPConnectService {
|
|
4
|
-
private subject;
|
|
5
|
-
/**
|
|
6
|
-
* function to reset pConnect
|
|
7
|
-
* @param bReset - true: reset pconnect, false - do nothing
|
|
8
|
-
* @param sType - what causing the reset, so far (cancel, finishAssignment)
|
|
9
|
-
*/
|
|
10
|
-
sendMessage(bReset: boolean, sType: string): void;
|
|
11
|
-
clearMessage(): void;
|
|
12
|
-
getMessage(): Observable<any>;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ResetPConnectService, never>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ResetPConnectService>;
|
|
15
|
-
}
|