@pega/angular-sdk-components 0.24.8 → 0.242.1

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.
Files changed (165) hide show
  1. package/esm2022/lib/_bridge/angular-pconnect.mjs +3 -3
  2. package/esm2022/lib/_bridge/component-mapper/component-mapper.component.mjs +3 -3
  3. package/esm2022/lib/_components/designSystemExtension/alert/alert.component.mjs +3 -3
  4. package/esm2022/lib/_components/designSystemExtension/alert-banner/alert-banner.component.mjs +4 -4
  5. package/esm2022/lib/_components/designSystemExtension/banner/banner.component.mjs +3 -3
  6. package/esm2022/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.mjs +4 -4
  7. package/esm2022/lib/_components/designSystemExtension/field-group/field-group.component.mjs +3 -3
  8. package/esm2022/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.mjs +3 -3
  9. package/esm2022/lib/_components/designSystemExtension/material-details/material-details.component.mjs +3 -3
  10. package/esm2022/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.mjs +3 -3
  11. package/esm2022/lib/_components/designSystemExtension/material-summary-item/material-summary-item.component.mjs +3 -3
  12. package/esm2022/lib/_components/designSystemExtension/material-summary-list/material-summary-list.component.mjs +3 -3
  13. package/esm2022/lib/_components/designSystemExtension/material-utility/material-utility.component.mjs +3 -3
  14. package/esm2022/lib/_components/designSystemExtension/material-vertical-tabs/material-vertical-tabs.component.mjs +4 -4
  15. package/esm2022/lib/_components/designSystemExtension/operator/operator.component.mjs +4 -4
  16. package/esm2022/lib/_components/designSystemExtension/pulse/pulse.component.mjs +9 -9
  17. package/esm2022/lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component.mjs +3 -3
  18. package/esm2022/lib/_components/designSystemExtension/wss-quick-create/wss-quick-create.component.mjs +3 -3
  19. package/esm2022/lib/_components/field/auto-complete/auto-complete.component.mjs +5 -5
  20. package/esm2022/lib/_components/field/cancel-alert/cancel-alert.component.mjs +3 -3
  21. package/esm2022/lib/_components/field/check-box/check-box.component.mjs +5 -5
  22. package/esm2022/lib/_components/field/currency/currency.component.mjs +6 -6
  23. package/esm2022/lib/_components/field/date/date.component.mjs +4 -4
  24. package/esm2022/lib/_components/field/date-time/date-time.component.mjs +4 -4
  25. package/esm2022/lib/_components/field/decimal/decimal.component.mjs +7 -7
  26. package/esm2022/lib/_components/field/dropdown/dropdown.component.mjs +5 -5
  27. package/esm2022/lib/_components/field/email/email.component.mjs +4 -4
  28. package/esm2022/lib/_components/field/group/group.component.mjs +3 -3
  29. package/esm2022/lib/_components/field/integer/integer.component.mjs +4 -4
  30. package/esm2022/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.mjs +3 -3
  31. package/esm2022/lib/_components/field/multiselect/multiselect.component.mjs +7 -5
  32. package/esm2022/lib/_components/field/percentage/percentage.component.mjs +6 -6
  33. package/esm2022/lib/_components/field/phone/phone.component.mjs +5 -5
  34. package/esm2022/lib/_components/field/radio-buttons/radio-buttons.component.mjs +4 -4
  35. package/esm2022/lib/_components/field/rich-text/rich-text.component.mjs +5 -5
  36. package/esm2022/lib/_components/field/scalar-list/scalar-list.component.mjs +5 -6
  37. package/esm2022/lib/_components/field/semantic-link/semantic-link.component.mjs +3 -3
  38. package/esm2022/lib/_components/field/text/text.component.mjs +3 -3
  39. package/esm2022/lib/_components/field/text-area/text-area.component.mjs +4 -4
  40. package/esm2022/lib/_components/field/text-content/text-content.component.mjs +3 -3
  41. package/esm2022/lib/_components/field/text-input/text-input.component.mjs +4 -4
  42. package/esm2022/lib/_components/field/time/time.component.mjs +4 -4
  43. package/esm2022/lib/_components/field/url/url.component.mjs +4 -4
  44. package/esm2022/lib/_components/field/user-reference/user-reference.component.mjs +4 -4
  45. package/esm2022/lib/_components/infra/Containers/flow-container/flow-container.component.mjs +4 -4
  46. package/esm2022/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.mjs +3 -3
  47. package/esm2022/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.mjs +4 -4
  48. package/esm2022/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.mjs +4 -4
  49. package/esm2022/lib/_components/infra/Containers/view-container/helper.mjs +22 -0
  50. package/esm2022/lib/_components/infra/Containers/view-container/view-container.component.mjs +15 -25
  51. package/esm2022/lib/_components/infra/action-buttons/action-buttons.component.mjs +3 -3
  52. package/esm2022/lib/_components/infra/assignment/assignment.component.mjs +4 -5
  53. package/esm2022/lib/_components/infra/assignment-card/assignment-card.component.mjs +3 -3
  54. package/esm2022/lib/_components/infra/dashboard-filter/dashboard-filter.component.mjs +3 -3
  55. package/esm2022/lib/_components/infra/defer-load/defer-load.component.mjs +6 -6
  56. package/esm2022/lib/_components/infra/error-boundary/error-boundary.component.mjs +3 -3
  57. package/esm2022/lib/_components/infra/multi-step/multi-step.component.mjs +3 -3
  58. package/esm2022/lib/_components/infra/navbar/navbar.component.mjs +5 -5
  59. package/esm2022/lib/_components/infra/reference/reference.component.mjs +3 -3
  60. package/esm2022/lib/_components/infra/region/region.component.mjs +3 -3
  61. package/esm2022/lib/_components/infra/root-container/root-container.component.mjs +4 -6
  62. package/esm2022/lib/_components/infra/stages/stages.component.mjs +3 -3
  63. package/esm2022/lib/_components/infra/view/view.component.mjs +3 -3
  64. package/esm2022/lib/_components/template/app-shell/app-shell.component.mjs +20 -4
  65. package/esm2022/lib/_components/template/banner-page/banner-page.component.mjs +3 -3
  66. package/esm2022/lib/_components/template/case-summary/case-summary.component.mjs +4 -4
  67. package/esm2022/lib/_components/template/case-view/case-view.component.mjs +4 -4
  68. package/esm2022/lib/_components/template/confirmation/confirmation.component.mjs +5 -5
  69. package/esm2022/lib/_components/template/data-reference/data-reference.component.mjs +12 -7
  70. package/esm2022/lib/_components/template/default-form/default-form.component.mjs +4 -4
  71. package/esm2022/lib/_components/template/details/details.component.mjs +5 -5
  72. package/esm2022/lib/_components/template/details-narrow-wide/details-narrow-wide.component.mjs +5 -5
  73. package/esm2022/lib/_components/template/details-one-column/details-one-column.component.mjs +5 -5
  74. package/esm2022/lib/_components/template/details-sub-tabs/details-sub-tabs.component.mjs +4 -4
  75. package/esm2022/lib/_components/template/details-three-column/details-three-column.component.mjs +5 -5
  76. package/esm2022/lib/_components/template/details-two-column/details-two-column.component.mjs +5 -5
  77. package/esm2022/lib/_components/template/details-wide-narrow/details-wide-narrow.component.mjs +5 -5
  78. package/esm2022/lib/_components/template/dynamic-tabs/dynamic-tabs.component.mjs +4 -4
  79. package/esm2022/lib/_components/template/field-group-list/field-group-list.component.mjs +3 -3
  80. package/esm2022/lib/_components/template/field-group-template/field-group-template.component.mjs +4 -6
  81. package/esm2022/lib/_components/template/field-value-list/field-value-list.component.mjs +3 -3
  82. package/esm2022/lib/_components/template/inline-dashboard/inline-dashboard.component.mjs +3 -3
  83. package/esm2022/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.mjs +5 -5
  84. package/esm2022/lib/_components/template/list-page/list-page.component.mjs +3 -3
  85. package/esm2022/lib/_components/template/list-view/list-view.component.mjs +6 -6
  86. package/esm2022/lib/_components/template/list-view/listViewHelpers.mjs +2 -2
  87. package/esm2022/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.mjs +3 -3
  88. package/esm2022/lib/_components/template/narrow-wide-form/narrow-wide-form.component.mjs +4 -4
  89. package/esm2022/lib/_components/template/one-column/one-column.component.mjs +4 -4
  90. package/esm2022/lib/_components/template/one-column-page/one-column-page.component.mjs +3 -3
  91. package/esm2022/lib/_components/template/one-column-tab/one-column-tab.component.mjs +4 -4
  92. package/esm2022/lib/_components/template/page/page.component.mjs +4 -6
  93. package/esm2022/lib/_components/template/promoted-filters/promoted-filters.component.mjs +4 -4
  94. package/esm2022/lib/_components/template/repeating-structures/repeating-structures.component.mjs +4 -4
  95. package/esm2022/lib/_components/template/simple-table/simple-table.component.mjs +3 -3
  96. package/esm2022/lib/_components/template/simple-table-manual/simple-table-manual.component.mjs +8 -10
  97. package/esm2022/lib/_components/template/simple-table-select/simple-table-select.component.mjs +5 -5
  98. package/esm2022/lib/_components/template/single-reference-readonly/single-reference-readonly.component.mjs +3 -3
  99. package/esm2022/lib/_components/template/sub-tabs/sub-tabs.component.mjs +4 -4
  100. package/esm2022/lib/_components/template/three-column/three-column.component.mjs +4 -4
  101. package/esm2022/lib/_components/template/three-column-page/three-column-page.component.mjs +3 -3
  102. package/esm2022/lib/_components/template/two-column/two-column.component.mjs +4 -4
  103. package/esm2022/lib/_components/template/two-column-page/two-column-page.component.mjs +3 -3
  104. package/esm2022/lib/_components/template/two-column-tab/two-column-tab.component.mjs +4 -4
  105. package/esm2022/lib/_components/template/wide-narrow-form/wide-narrow-form.component.mjs +4 -4
  106. package/esm2022/lib/_components/template/wide-narrow-page/wide-narrow-page.component.mjs +4 -4
  107. package/esm2022/lib/_components/template/wss-nav-bar/wss-nav-bar.component.mjs +5 -5
  108. package/esm2022/lib/_components/widget/app-announcement/app-announcement.component.mjs +3 -3
  109. package/esm2022/lib/_components/widget/attachment/attachment.component.mjs +6 -8
  110. package/esm2022/lib/_components/widget/case-history/case-history.component.mjs +3 -3
  111. package/esm2022/lib/_components/widget/feed-container/feed-container.component.mjs +5 -5
  112. package/esm2022/lib/_components/widget/file-utility/file-utility.component.mjs +4 -4
  113. package/esm2022/lib/_components/widget/list-utility/list-utility.component.mjs +3 -3
  114. package/esm2022/lib/_components/widget/quick-create/quick-create.component.mjs +3 -3
  115. package/esm2022/lib/_components/widget/todo/todo.component.mjs +77 -63
  116. package/esm2022/lib/_components/widget/utility/utility.component.mjs +3 -3
  117. package/esm2022/lib/_directives/thousand-seperator.directive.mjs +4 -4
  118. package/esm2022/lib/_helpers/createstage-utils.mjs +15 -0
  119. package/esm2022/lib/_helpers/filter-utils.mjs +1 -2
  120. package/esm2022/lib/_helpers/formatters/currency.mjs +2 -2
  121. package/esm2022/lib/_helpers/formatters/format-utils.mjs +3 -3
  122. package/esm2022/lib/_helpers/template-utils.mjs +3 -3
  123. package/esm2022/lib/_helpers/utils.mjs +3 -3
  124. package/esm2022/lib/_messages/error-messages.service.mjs +4 -4
  125. package/esm2022/lib/_messages/progress-spinner.service.mjs +3 -3
  126. package/esm2022/lib/_messages/update-worklist.service.mjs +3 -3
  127. package/esm2022/lib/_services/case.service.mjs +3 -3
  128. package/esm2022/lib/_services/datapage.service.mjs +3 -3
  129. package/esm2022/lib/_services/server-config.service.mjs +3 -3
  130. package/esm2022/public-api.mjs +1 -4
  131. package/fesm2022/pega-angular-sdk-components.mjs +560 -589
  132. package/fesm2022/pega-angular-sdk-components.mjs.map +1 -1
  133. package/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.d.ts +1 -1
  134. package/lib/_components/designSystemExtension/pulse/pulse.component.d.ts +2 -2
  135. package/lib/_components/field/date/date.component.d.ts +14 -4
  136. package/lib/_components/field/date-time/date-time.component.d.ts +6 -1
  137. package/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.d.ts +1 -1
  138. package/lib/_components/infra/Containers/view-container/helper.d.ts +2 -0
  139. package/lib/_components/infra/action-buttons/action-buttons.component.d.ts +1 -1
  140. package/lib/_components/infra/defer-load/defer-load.component.d.ts +2 -2
  141. package/lib/_components/infra/error-boundary/error-boundary.component.d.ts +1 -1
  142. package/lib/_components/infra/navbar/navbar.component.d.ts +2 -2
  143. package/lib/_components/template/list-view/list-view.component.d.ts +1 -1
  144. package/lib/_components/template/list-view/listViewHelpers.d.ts +1 -1
  145. package/lib/_components/template/simple-table-manual/helpers.d.ts +1 -1
  146. package/lib/_components/template/simple-table-manual/simple-table-manual.component.d.ts +2 -0
  147. package/lib/_components/template/wide-narrow-page/wide-narrow-page.component.d.ts +1 -1
  148. package/lib/_components/template/wss-nav-bar/wss-nav-bar.component.d.ts +3 -3
  149. package/lib/_components/widget/attachment/attachment.component.d.ts +3 -3
  150. package/lib/_components/widget/feed-container/feed-container.component.d.ts +2 -2
  151. package/lib/_components/widget/file-utility/file-utility.component.d.ts +1 -1
  152. package/lib/_components/widget/todo/todo.component.d.ts +9 -12
  153. package/lib/_helpers/common.d.ts +1 -1
  154. package/lib/_helpers/createstage-utils.d.ts +1 -0
  155. package/lib/_helpers/formatters/common.d.ts +2 -2
  156. package/lib/_messages/error-messages.service.d.ts +1 -1
  157. package/lib/doc/KeyReleaseUpdates.md +18 -1
  158. package/package.json +3 -3
  159. package/public-api.d.ts +0 -3
  160. package/esm2022/lib/_messages/get-login-status.service.mjs +0 -26
  161. package/esm2022/lib/_messages/oauth-response.service.mjs +0 -30
  162. package/esm2022/lib/_messages/reset-pconnect.service.mjs +0 -31
  163. package/lib/_messages/get-login-status.service.d.ts +0 -10
  164. package/lib/_messages/oauth-response.service.d.ts +0 -14
  165. package/lib/_messages/reset-pconnect.service.d.ts +0 -15
@@ -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: any, localePath: any, localeRuleKey?: string | undefined) => any;
12
+ localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
13
13
  localeCategory: string;
14
14
  ngOnInit(): void;
15
15
  ngOnChanges(): void;
@@ -7,8 +7,8 @@ interface PulseProps {
7
7
  export declare class PulseComponent implements OnInit {
8
8
  pConn$: typeof PConnect;
9
9
  configProps$: PulseProps;
10
- currentUser$: string;
11
- currentUserInitials$: string;
10
+ currentUser$: string | undefined;
11
+ currentUserInitials$: string | undefined;
12
12
  ngOnInit(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<PulseComponent, never>;
14
14
  static ɵcmp: i0.ɵɵComponentDeclaration<PulseComponent, "app-pulse", never, { "pConn$": { "alias": "pConn$"; "required": false; }; }, {}, never, never, true, never>;
@@ -8,15 +8,20 @@ import * as i0 from "@angular/core";
8
8
  interface DateProps extends PConnFieldProps {
9
9
  }
10
10
  declare class MyFormat {
11
- theDateFormat: any;
11
+ theDateFormat: {
12
+ dateFormatString: string;
13
+ dateFormatStringLong: string;
14
+ dateFormatStringLC: string;
15
+ dateFormatMask: string;
16
+ };
12
17
  get display(): {
13
- dateInput: any;
18
+ dateInput: string;
14
19
  monthYearLabel: string;
15
20
  dateA11yLabel: string;
16
21
  monthYearA11yLabel: string;
17
22
  };
18
23
  get parse(): {
19
- dateInput: any;
24
+ dateInput: string;
20
25
  };
21
26
  }
22
27
  export declare class DateComponent implements OnInit, OnDestroy {
@@ -48,7 +53,12 @@ export declare class DateComponent implements OnInit, OnDestroy {
48
53
  dateFormatStringLC: string;
49
54
  dateFormatMask: string;
50
55
  };
51
- theDateFormat: any;
56
+ theDateFormat: {
57
+ dateFormatString: string;
58
+ dateFormatStringLong: string;
59
+ dateFormatStringLC: string;
60
+ dateFormatMask: string;
61
+ };
52
62
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils, config: MyFormat);
53
63
  ngOnInit(): void;
54
64
  ngOnDestroy(): void;
@@ -38,7 +38,12 @@ export declare class DateTimeComponent implements OnInit, OnDestroy {
38
38
  dateFormatStringLC: string;
39
39
  dateFormatMask: string;
40
40
  };
41
- theDateFormat: any;
41
+ theDateFormat: {
42
+ dateFormatString: string;
43
+ dateFormatStringLong: string;
44
+ dateFormatStringLC: string;
45
+ dateFormatMask: string;
46
+ };
42
47
  placeholder: string;
43
48
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
44
49
  ngOnInit(): void;
@@ -5,7 +5,7 @@ export declare class ListViewActionButtonsComponent {
5
5
  pConn$: typeof PConnect;
6
6
  context$: string;
7
7
  closeActionsDialog: EventEmitter<any>;
8
- localizedVal: (localeKey: any, localePath: any, localeRuleKey?: string | undefined) => any;
8
+ localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
9
9
  localeCategory: string;
10
10
  isDisabled: boolean;
11
11
  onCancel(): void;
@@ -0,0 +1,2 @@
1
+ export declare const addContainerItem: (pConnect: any) => void;
2
+ export declare const configureBrowserBookmark: (pConnect: any) => void;
@@ -4,7 +4,7 @@ export declare class ActionButtonsComponent {
4
4
  arMainButtons$: any[];
5
5
  arSecondaryButtons$: any[];
6
6
  actionButtonClick: EventEmitter<any>;
7
- localizedVal: (localeKey: any, localePath: any, localeRuleKey?: string | undefined) => any;
7
+ localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
8
8
  localeCategory: string;
9
9
  buttonClick(sAction: any, sButtonType: any): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionButtonsComponent, never>;
@@ -35,8 +35,8 @@ export declare class DeferLoadComponent implements OnInit, OnDestroy, OnChanges
35
35
  getViewOptions: () => {
36
36
  viewContext: any;
37
37
  pageClass: any;
38
- container: string | null;
39
- containerName: string | null;
38
+ container: string | undefined;
39
+ containerName: string | undefined;
40
40
  updateData: boolean;
41
41
  };
42
42
  onResponse(data: any): void;
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class ErrorBoundaryComponent {
3
3
  message: string;
4
- localizedVal: any;
4
+ localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
5
5
  localeCategory: string;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ErrorBoundaryComponent, never>;
7
7
  static ɵcmp: i0.ɵɵComponentDeclaration<ErrorBoundaryComponent, "app-error-boundary", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
@@ -22,10 +22,10 @@ export declare class NavbarComponent implements OnInit, OnDestroy {
22
22
  navPages$: any[];
23
23
  navExpandCollapse$: string;
24
24
  bShowCaseTypes$: boolean;
25
- portalApp$: string;
25
+ portalApp$: string | undefined;
26
26
  portalLogoImage$: string;
27
27
  showAppName$?: boolean;
28
- portalOperator$: string;
28
+ portalOperator$: string | undefined;
29
29
  portalOperatorInitials$: string;
30
30
  actionsAPI: any;
31
31
  createWork: any;
@@ -90,7 +90,7 @@ export declare class ListViewComponent implements OnInit, OnDestroy {
90
90
  paging: any;
91
91
  fieldDefs: any;
92
92
  xRayApis: import("@pega/pcore-pconnect-typedefs/debug/xray-runtime").default;
93
- xRayUid: string;
93
+ xRayUid: string | null;
94
94
  checkBoxValue: string;
95
95
  constructor(psService: ProgressSpinnerService, utils: Utils);
96
96
  ngOnInit(): void;
@@ -1 +1 @@
1
- export declare function useInit(props: any): Promise<any>;
1
+ export declare function init(props: any): Promise<any>;
@@ -62,7 +62,7 @@ export declare const createMetaForTable: (fields: any, renderMode: any) => {
62
62
  footer: boolean;
63
63
  filterExpression: null;
64
64
  editing: boolean;
65
- timezone: string;
65
+ timezone: string | undefined;
66
66
  };
67
67
  export declare const filterDataByDate: (item: any, filterObj: any) => any;
68
68
  export declare const filterDataByCommonFields: (item: any, filterObj: any) => any;
@@ -28,6 +28,7 @@ interface SimpleTableManualProps {
28
28
  displayMode?: string;
29
29
  useSeparateViewForEdit: any;
30
30
  viewForEditModal: any;
31
+ targetClassLabel: string;
31
32
  }
32
33
  declare class Group {
33
34
  level: number;
@@ -109,6 +110,7 @@ export declare class SimpleTableManualComponent implements OnInit, OnDestroy {
109
110
  editView: any;
110
111
  settingsSvgIcon$: string;
111
112
  isInitialized: boolean;
113
+ targetClassLabel: string;
112
114
  constructor(angularPConnect: AngularPConnectService, utils: Utils, dataPageService: DatapageService);
113
115
  ngOnInit(): void;
114
116
  ngOnDestroy(): void;
@@ -7,7 +7,7 @@ export declare class WideNarrowPageComponent implements OnInit, OnDestroy {
7
7
  private angularPConnect;
8
8
  pConn$: typeof PConnect;
9
9
  formGroup$: FormGroup;
10
- thePConnType: string;
10
+ thePConnType: string | undefined;
11
11
  angularPConnectData: AngularPConnectData;
12
12
  constructor(angularPConnect: AngularPConnectService);
13
13
  ngOnInit(): void;
@@ -23,17 +23,17 @@ export declare class WssNavBarComponent implements OnInit, OnDestroy {
23
23
  navPages$: any[];
24
24
  navExpandCollapse$: string;
25
25
  bShowCaseTypes$: boolean;
26
- portalApp$: string;
26
+ portalApp$: string | undefined;
27
27
  portalLogoImage$: string;
28
28
  showAppName$: boolean;
29
- portalOperator$: string;
29
+ portalOperator$: string | undefined;
30
30
  portalOperatorInitials$: string;
31
31
  actionsAPI: any;
32
32
  createWork: any;
33
33
  showPage: any;
34
34
  logout: any;
35
35
  navIcon$: string;
36
- localizedVal: (localeKey: any, localePath: any, localeRuleKey?: string | undefined) => any;
36
+ localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
37
37
  localeCategory: string;
38
38
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, psService: ProgressSpinnerService, ngZone: NgZone, utils: Utils);
39
39
  ngOnInit(): void;
@@ -29,10 +29,10 @@ export declare class AttachmentComponent implements OnInit, OnDestroy {
29
29
  validateMessage: string | undefined;
30
30
  valueRef: string;
31
31
  imagePath$: string;
32
- localizedVal: (localeKey: any, localePath: any, localeRuleKey?: string | undefined) => any;
32
+ localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
33
33
  localeCategory: string;
34
- uploadMultipleFilesLabel: any;
35
- uploadSingleFileLabel: any;
34
+ uploadMultipleFilesLabel: string;
35
+ uploadSingleFileLabel: string;
36
36
  filesWithError: any;
37
37
  files: any;
38
38
  categoryName: string;
@@ -9,8 +9,8 @@ export declare class FeedContainerComponent implements OnInit, OnDestroy {
9
9
  private utils;
10
10
  pConn$: typeof PConnect;
11
11
  angularPConnectData: AngularPConnectData;
12
- userName$: string;
13
- imageKey$: string;
12
+ userName$: string | undefined;
13
+ imageKey$: string | undefined;
14
14
  currentUserInitials$: string;
15
15
  currentUserName$: string;
16
16
  pulseMessages$: any[];
@@ -120,7 +120,7 @@ export declare class FileUtilityComponent implements OnInit, OnDestroy {
120
120
  _fieldOnChangeURL(event: any): void;
121
121
  updateSelf(): void;
122
122
  getCaseID(): any;
123
- fetchCaseAttachments(caseID: any): any;
123
+ fetchCaseAttachments(caseID: any): Promise<object>;
124
124
  handleAttachmentsResponse(resp: any): void;
125
125
  getUtilityItems(attachments: any): any;
126
126
  mapAttachmentToUtilityItem(att: any): {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, NgZone, OnDestroy, OnChanges } from '@angular/core';
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, OnChanges {
15
+ export declare class TodoComponent implements OnInit, OnDestroy {
16
16
  private psService;
17
17
  private erService;
18
- private ngZone;
19
18
  private utils;
20
19
  pConn$: typeof PConnect;
21
20
  caseInfoID$: string;
@@ -28,32 +27,30 @@ export declare class TodoComponent implements OnInit, OnDestroy, OnChanges {
28
27
  myWorkList$: any;
29
28
  isConfirm: any;
30
29
  configProps$: ToDoProps;
31
- currentUser$: string;
30
+ currentUser$: string | undefined;
32
31
  currentUserInitials$: string;
33
- assignmentCount$: number;
34
32
  bShowMore$: boolean;
35
33
  arAssignments$: any[];
36
34
  assignmentsSource$: any;
37
35
  CONSTS: typeof publicConstants;
38
36
  bLogging: boolean;
39
- localizedVal: (localeKey: any, localePath: any, localeRuleKey?: string | undefined) => any;
37
+ localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
40
38
  localeCategory: string;
41
- showlessLocalizedValue: any;
42
- showMoreLocalizedValue: any;
39
+ showlessLocalizedValue: string;
40
+ showMoreLocalizedValue: string;
43
41
  canPerform: boolean;
44
- constructor(psService: ProgressSpinnerService, erService: ErrorMessagesService, ngZone: NgZone, utils: Utils);
42
+ count: number;
43
+ constructor(psService: ProgressSpinnerService, erService: ErrorMessagesService, utils: Utils);
45
44
  ngOnInit(): void;
46
45
  ngOnDestroy(): void;
47
- ngOnChanges(): void;
48
- updateWorkList(key: any): void;
49
46
  updateList(): void;
50
47
  updateToDo(): void;
48
+ deferLoadWorklistItems(responseData: any): void;
51
49
  getID(assignment: any): any;
52
50
  topThreeAssignments(assignmentsSource: any[]): any[];
53
51
  getAssignmentId(assignment: any): any;
54
52
  getPriority(assignment: any): any;
55
53
  getAssignmentName(assignment: any): any;
56
- initAssignments(): any[];
57
54
  getCaseInfoAssignment(assignmentsSource: any[], caseInfoID: string): any[];
58
55
  _showMore(): void;
59
56
  _showLess(): void;
@@ -1,3 +1,3 @@
1
1
  export declare function getLocale(locale?: string): string | undefined;
2
- export declare function getCurrentTimezone(timezone?: string): any;
2
+ export declare function getCurrentTimezone(timezone?: string): string;
3
3
  export declare function getSeconds(sTime: any): any;
@@ -0,0 +1 @@
1
+ export declare function updateWorkList(pConnect: any, key: any, payload?: undefined): void;
@@ -1,2 +1,2 @@
1
- export declare function getLocale(locale?: string): string;
2
- export declare function getCurrentTimezone(timezone?: string): any;
1
+ export declare function getLocale(locale?: string): string | undefined;
2
+ export declare function getCurrentTimezone(timezone?: string): string;
@@ -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<any>;
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,21 @@
1
- ### Angular SDK - Release Announcement - v23.1.10 (20 March 2024)
1
+ ### Angular SDK - Release Announcement - v24.1.10 (08 August 2024)
2
+
3
+ This release - **SDK-A v24.1.10** - is **only compatible with Pega Infinity 24.1**. This release is related to the [**release/24.1.10** branch of the React SDK repository](https://github.com/pegasystems/angular-sdk/tree/release/24.1.10).
4
+ <br>
5
+
6
+ The SDK-R v24.1.10 release allow React SDK users to to take advantage of the latest [SDK enhancements and fixes noted in **What's New in the SDK?**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/react-sdk-updates.html) including:
7
+
8
+ * Support has been added for the approve and reject case actions
9
+ * Support for the Checkbox group and Combo-Box display options in the MultiSelect mode for the Data Reference and Case Reference fields.
10
+ * Save For Later functionality now works as expected
11
+ * Bug fixes
12
+ * Full set of merged PRs can be found in the [react-sdk-components GitHub repo list of merged PRs](https://github.com/pegasystems/angular-sdk-components/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+). This release includes all PRs since (and including) #153.
13
+ <br />
14
+ <hr />
15
+
16
+ ### Previous Releases
17
+
18
+ #### Angular SDK - v23.1.10 (20 March 2024)
2
19
 
3
20
  This release - **SDK-A v23.1.10** - is **only compatible with Pega Infinity 23**. This release is related to the [**release/23.1.10** branch of the Angular SDK repository](https://github.com/pegasystems/angular-sdk/tree/release/23.1.10).
4
21
  <br>
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@pega/angular-sdk-components",
3
- "version": "0.24.8",
3
+ "version": "0.242.1",
4
4
  "peerDependencies": {
5
- "@angular/common": "^17.3.12",
6
- "@angular/core": "^17.3.12"
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
@@ -127,10 +127,7 @@ export * from './lib/_helpers/versionHelpers';
127
127
  export * from './lib/_helpers/filter-utils';
128
128
  export * from './lib/_helpers/instructions-utils';
129
129
  export * from './lib/_messages/error-messages.service';
130
- export * from './lib/_messages/get-login-status.service';
131
- export * from './lib/_messages/oauth-response.service';
132
130
  export * from './lib/_messages/progress-spinner.service';
133
- export * from './lib/_messages/reset-pconnect.service';
134
131
  export * from './lib/_messages/update-worklist.service';
135
132
  export * from './lib/_types/PConnProps.interface';
136
133
  export * from './sdk-local-component-map';
@@ -1,26 +0,0 @@
1
- import { Injectable } from '@angular/core';
2
- import { Subject } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export class GetLoginStatusService {
5
- constructor() {
6
- this.subject = new Subject();
7
- }
8
- sendMessage(sLoginStatus) {
9
- this.subject.next({ loginStatus: sLoginStatus });
10
- }
11
- clearMessage() {
12
- this.subject.next();
13
- }
14
- getMessage() {
15
- return this.subject.asObservable();
16
- }
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GetLoginStatusService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GetLoginStatusService, providedIn: 'root' }); }
19
- }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GetLoginStatusService, decorators: [{
21
- type: Injectable,
22
- args: [{
23
- providedIn: 'root'
24
- }]
25
- }] });
26
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0LWxvZ2luLXN0YXR1cy5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvYW5ndWxhci1zZGstY29tcG9uZW50cy9zcmMvbGliL19tZXNzYWdlcy9nZXQtbG9naW4tc3RhdHVzLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQWMsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDOztBQUszQyxNQUFNLE9BQU8scUJBQXFCO0lBSGxDO1FBSVUsWUFBTyxHQUFHLElBQUksT0FBTyxFQUFpQixDQUFDO0tBYWhEO0lBWEMsV0FBVyxDQUFDLFlBQW9CO1FBQzlCLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEVBQUUsV0FBVyxFQUFFLFlBQVksRUFBRSxDQUFDLENBQUM7SUFDbkQsQ0FBQztJQUVELFlBQVk7UUFDVixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3RCLENBQUM7SUFFRCxVQUFVO1FBQ1IsT0FBTyxJQUFJLENBQUMsT0FBTyxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQ3JDLENBQUM7K0dBYlUscUJBQXFCO21IQUFyQixxQkFBcUIsY0FGcEIsTUFBTTs7NEZBRVAscUJBQXFCO2tCQUhqQyxVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE9ic2VydmFibGUsIFN1YmplY3QgfSBmcm9tICdyeGpzJztcblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCdcbn0pXG5leHBvcnQgY2xhc3MgR2V0TG9naW5TdGF0dXNTZXJ2aWNlIHtcbiAgcHJpdmF0ZSBzdWJqZWN0ID0gbmV3IFN1YmplY3Q8dm9pZCB8IG9iamVjdD4oKTtcblxuICBzZW5kTWVzc2FnZShzTG9naW5TdGF0dXM6IHN0cmluZykge1xuICAgIHRoaXMuc3ViamVjdC5uZXh0KHsgbG9naW5TdGF0dXM6IHNMb2dpblN0YXR1cyB9KTtcbiAgfVxuXG4gIGNsZWFyTWVzc2FnZSgpIHtcbiAgICB0aGlzLnN1YmplY3QubmV4dCgpO1xuICB9XG5cbiAgZ2V0TWVzc2FnZSgpOiBPYnNlcnZhYmxlPGFueT4ge1xuICAgIHJldHVybiB0aGlzLnN1YmplY3QuYXNPYnNlcnZhYmxlKCk7XG4gIH1cbn1cbiJdfQ==
@@ -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: "17.3.12", ngImport: i0, type: OAuthResponseService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
22
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: OAuthResponseService, providedIn: 'root' }); }
23
- }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.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: "17.3.12", ngImport: i0, type: ResetPConnectService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
23
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ResetPConnectService, providedIn: 'root' }); }
24
- }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.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
- }