@pega/angular-sdk-components 24.1.10 → 24.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/esm2022/lib/_bridge/angular-pconnect.mjs +3 -3
  2. package/esm2022/lib/_bridge/component-mapper/component-mapper.component.mjs +6 -13
  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 +5 -5
  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 +9 -6
  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 +12 -10
  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 +11 -9
  22. package/esm2022/lib/_components/field/currency/currency.component.mjs +30 -17
  23. package/esm2022/lib/_components/field/date/date.component.mjs +19 -39
  24. package/esm2022/lib/_components/field/date-time/date-time.component.mjs +16 -14
  25. package/esm2022/lib/_components/field/decimal/decimal.component.mjs +22 -20
  26. package/esm2022/lib/_components/field/dropdown/dropdown.component.mjs +124 -24
  27. package/esm2022/lib/_components/field/email/email.component.mjs +14 -7
  28. package/esm2022/lib/_components/field/group/group.component.mjs +6 -6
  29. package/esm2022/lib/_components/field/integer/integer.component.mjs +14 -9
  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 +13 -6
  32. package/esm2022/lib/_components/field/percentage/percentage.component.mjs +31 -23
  33. package/esm2022/lib/_components/field/phone/phone.component.mjs +11 -18
  34. package/esm2022/lib/_components/field/radio-buttons/radio-buttons.component.mjs +9 -11
  35. package/esm2022/lib/_components/field/rich-text/rich-text.component.mjs +8 -9
  36. package/esm2022/lib/_components/field/scalar-list/scalar-list.component.mjs +7 -8
  37. package/esm2022/lib/_components/field/semantic-link/semantic-link.component.mjs +3 -3
  38. package/esm2022/lib/_components/field/text/text.component.mjs +6 -4
  39. package/esm2022/lib/_components/field/text-area/text-area.component.mjs +14 -10
  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 +14 -9
  42. package/esm2022/lib/_components/field/time/time.component.mjs +20 -11
  43. package/esm2022/lib/_components/field/url/url.component.mjs +14 -9
  44. package/esm2022/lib/_components/field/user-reference/user-reference.component.mjs +37 -17
  45. package/esm2022/lib/_components/infra/Containers/flow-container/flow-container.component.mjs +10 -7
  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 +9 -16
  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 +7 -7
  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 -4
  62. package/esm2022/lib/_components/infra/stages/stages.component.mjs +5 -5
  63. package/esm2022/lib/_components/infra/view/view.component.mjs +22 -7
  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/base/details-template-base.mjs +56 -0
  67. package/esm2022/lib/_components/template/base/form-template-base.mjs +13 -0
  68. package/esm2022/lib/_components/template/case-summary/case-summary.component.mjs +4 -4
  69. package/esm2022/lib/_components/template/case-view/case-view.component.mjs +11 -16
  70. package/esm2022/lib/_components/template/confirmation/confirmation.component.mjs +5 -5
  71. package/esm2022/lib/_components/template/data-reference/data-reference.component.mjs +13 -8
  72. package/esm2022/lib/_components/template/default-form/default-form.component.mjs +8 -20
  73. package/esm2022/lib/_components/template/details/details.component.mjs +12 -39
  74. package/esm2022/lib/_components/template/details-narrow-wide/details-narrow-wide.component.mjs +11 -38
  75. package/esm2022/lib/_components/template/details-one-column/details-one-column.component.mjs +12 -41
  76. package/esm2022/lib/_components/template/details-sub-tabs/details-sub-tabs.component.mjs +13 -40
  77. package/esm2022/lib/_components/template/details-three-column/details-three-column.component.mjs +12 -41
  78. package/esm2022/lib/_components/template/details-two-column/details-two-column.component.mjs +13 -42
  79. package/esm2022/lib/_components/template/details-wide-narrow/details-wide-narrow.component.mjs +12 -41
  80. package/esm2022/lib/_components/template/dynamic-tabs/dynamic-tabs.component.mjs +8 -7
  81. package/esm2022/lib/_components/template/field-group-list/field-group-list.component.mjs +3 -3
  82. package/esm2022/lib/_components/template/field-group-template/field-group-template.component.mjs +6 -8
  83. package/esm2022/lib/_components/template/field-value-list/field-value-list.component.mjs +5 -5
  84. package/esm2022/lib/_components/template/inline-dashboard/inline-dashboard.component.mjs +3 -3
  85. package/esm2022/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.mjs +5 -5
  86. package/esm2022/lib/_components/template/list-page/list-page.component.mjs +3 -3
  87. package/esm2022/lib/_components/template/list-view/list-view.component.mjs +24 -9
  88. package/esm2022/lib/_components/template/list-view/listViewHelpers.mjs +2 -2
  89. package/esm2022/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.mjs +3 -3
  90. package/esm2022/lib/_components/template/narrow-wide-form/narrow-wide-form.component.mjs +4 -4
  91. package/esm2022/lib/_components/template/one-column/one-column.component.mjs +6 -5
  92. package/esm2022/lib/_components/template/one-column-page/one-column-page.component.mjs +3 -3
  93. package/esm2022/lib/_components/template/one-column-tab/one-column-tab.component.mjs +4 -4
  94. package/esm2022/lib/_components/template/page/page.component.mjs +4 -4
  95. package/esm2022/lib/_components/template/promoted-filters/promoted-filters.component.mjs +4 -4
  96. package/esm2022/lib/_components/template/repeating-structures/repeating-structures.component.mjs +4 -4
  97. package/esm2022/lib/_components/template/simple-table/simple-table.component.mjs +3 -3
  98. package/esm2022/lib/_components/template/simple-table-manual/helpers.mjs +2 -2
  99. package/esm2022/lib/_components/template/simple-table-manual/simple-table-manual.component.mjs +9 -11
  100. package/esm2022/lib/_components/template/simple-table-select/simple-table-select.component.mjs +5 -5
  101. package/esm2022/lib/_components/template/single-reference-readonly/single-reference-readonly.component.mjs +3 -3
  102. package/esm2022/lib/_components/template/sub-tabs/sub-tabs.component.mjs +4 -4
  103. package/esm2022/lib/_components/template/three-column/three-column.component.mjs +6 -5
  104. package/esm2022/lib/_components/template/three-column-page/three-column-page.component.mjs +3 -3
  105. package/esm2022/lib/_components/template/two-column/two-column.component.mjs +6 -5
  106. package/esm2022/lib/_components/template/two-column-page/two-column-page.component.mjs +3 -3
  107. package/esm2022/lib/_components/template/two-column-tab/two-column-tab.component.mjs +4 -4
  108. package/esm2022/lib/_components/template/wide-narrow-form/wide-narrow-form.component.mjs +6 -5
  109. package/esm2022/lib/_components/template/wide-narrow-page/wide-narrow-page.component.mjs +4 -4
  110. package/esm2022/lib/_components/template/wss-nav-bar/wss-nav-bar.component.mjs +5 -5
  111. package/esm2022/lib/_components/widget/app-announcement/app-announcement.component.mjs +3 -3
  112. package/esm2022/lib/_components/widget/attachment/attachment.component.mjs +6 -8
  113. package/esm2022/lib/_components/widget/case-history/case-history.component.mjs +3 -3
  114. package/esm2022/lib/_components/widget/feed-container/feed-container.component.mjs +5 -5
  115. package/esm2022/lib/_components/widget/file-utility/file-utility.component.mjs +4 -4
  116. package/esm2022/lib/_components/widget/list-utility/list-utility.component.mjs +3 -3
  117. package/esm2022/lib/_components/widget/quick-create/quick-create.component.mjs +3 -3
  118. package/esm2022/lib/_components/widget/todo/todo.component.mjs +77 -63
  119. package/esm2022/lib/_components/widget/utility/utility.component.mjs +3 -3
  120. package/esm2022/lib/_directives/thousand-seperator.directive.mjs +4 -4
  121. package/esm2022/lib/_helpers/createstage-utils.mjs +15 -0
  122. package/esm2022/lib/_helpers/field-group-utils.mjs +3 -3
  123. package/esm2022/lib/_helpers/filter-utils.mjs +1 -2
  124. package/esm2022/lib/_helpers/formatters/common.mjs +3 -5
  125. package/esm2022/lib/_helpers/formatters/date.mjs +4 -4
  126. package/esm2022/lib/_helpers/formatters/index.mjs +17 -3
  127. package/esm2022/lib/_helpers/template-utils.mjs +3 -3
  128. package/esm2022/lib/_helpers/utils.mjs +3 -3
  129. package/esm2022/lib/_messages/error-messages.service.mjs +4 -4
  130. package/esm2022/lib/_messages/progress-spinner.service.mjs +3 -3
  131. package/esm2022/lib/_messages/update-worklist.service.mjs +3 -3
  132. package/esm2022/lib/_services/case.service.mjs +3 -3
  133. package/esm2022/lib/_services/datapage.service.mjs +3 -3
  134. package/esm2022/lib/_services/endpoints.mjs +1 -2
  135. package/esm2022/lib/_services/server-config.service.mjs +3 -3
  136. package/esm2022/public-api.mjs +4 -4
  137. package/fesm2022/pega-angular-sdk-components.mjs +1286 -1274
  138. package/fesm2022/pega-angular-sdk-components.mjs.map +1 -1
  139. package/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.d.ts +1 -1
  140. package/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.d.ts +1 -1
  141. package/lib/_components/designSystemExtension/pulse/pulse.component.d.ts +2 -2
  142. package/lib/_components/field/auto-complete/auto-complete.component.d.ts +3 -2
  143. package/lib/_components/field/check-box/check-box.component.d.ts +2 -2
  144. package/lib/_components/field/currency/currency.component.d.ts +6 -3
  145. package/lib/_components/field/date/date.component.d.ts +17 -6
  146. package/lib/_components/field/date-time/date-time.component.d.ts +9 -2
  147. package/lib/_components/field/decimal/decimal.component.d.ts +3 -3
  148. package/lib/_components/field/dropdown/dropdown.component.d.ts +13 -2
  149. package/lib/_components/field/email/email.component.d.ts +2 -0
  150. package/lib/_components/field/integer/integer.component.d.ts +3 -1
  151. package/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.d.ts +1 -1
  152. package/lib/_components/field/multiselect/multiselect.component.d.ts +3 -2
  153. package/lib/_components/field/percentage/percentage.component.d.ts +7 -3
  154. package/lib/_components/field/phone/phone.component.d.ts +3 -1
  155. package/lib/_components/field/radio-buttons/radio-buttons.component.d.ts +2 -1
  156. package/lib/_components/field/rich-text/rich-text.component.d.ts +2 -0
  157. package/lib/_components/field/text/text.component.d.ts +3 -1
  158. package/lib/_components/field/text-area/text-area.component.d.ts +3 -1
  159. package/lib/_components/field/text-input/text-input.component.d.ts +3 -1
  160. package/lib/_components/field/time/time.component.d.ts +4 -1
  161. package/lib/_components/field/url/url.component.d.ts +3 -1
  162. package/lib/_components/field/user-reference/user-reference.component.d.ts +7 -0
  163. package/lib/_components/infra/Containers/view-container/helper.d.ts +2 -0
  164. package/lib/_components/infra/action-buttons/action-buttons.component.d.ts +1 -1
  165. package/lib/_components/infra/defer-load/defer-load.component.d.ts +2 -2
  166. package/lib/_components/infra/error-boundary/error-boundary.component.d.ts +1 -1
  167. package/lib/_components/infra/navbar/navbar.component.d.ts +2 -2
  168. package/lib/_components/infra/view/view.component.d.ts +1 -0
  169. package/lib/_components/template/base/details-template-base.d.ts +22 -0
  170. package/lib/_components/template/base/form-template-base.d.ts +8 -0
  171. package/lib/_components/template/case-view/case-view.component.d.ts +1 -2
  172. package/lib/_components/template/default-form/default-form.component.d.ts +2 -5
  173. package/lib/_components/template/details/details.component.d.ts +3 -11
  174. package/lib/_components/template/details-narrow-wide/details-narrow-wide.component.d.ts +3 -11
  175. package/lib/_components/template/details-one-column/details-one-column.component.d.ts +3 -13
  176. package/lib/_components/template/details-sub-tabs/details-sub-tabs.component.d.ts +3 -13
  177. package/lib/_components/template/details-three-column/details-three-column.component.d.ts +3 -13
  178. package/lib/_components/template/details-two-column/details-two-column.component.d.ts +3 -13
  179. package/lib/_components/template/details-wide-narrow/details-wide-narrow.component.d.ts +3 -13
  180. package/lib/_components/template/dynamic-tabs/dynamic-tabs.component.d.ts +1 -0
  181. package/lib/_components/template/list-view/list-view.component.d.ts +6 -1
  182. package/lib/_components/template/list-view/listViewHelpers.d.ts +1 -1
  183. package/lib/_components/template/one-column/one-column.component.d.ts +2 -1
  184. package/lib/_components/template/simple-table-manual/helpers.d.ts +1 -1
  185. package/lib/_components/template/simple-table-manual/simple-table-manual.component.d.ts +2 -0
  186. package/lib/_components/template/three-column/three-column.component.d.ts +2 -1
  187. package/lib/_components/template/two-column/two-column.component.d.ts +2 -1
  188. package/lib/_components/template/wide-narrow-form/wide-narrow-form.component.d.ts +2 -1
  189. package/lib/_components/template/wide-narrow-page/wide-narrow-page.component.d.ts +1 -1
  190. package/lib/_components/template/wss-nav-bar/wss-nav-bar.component.d.ts +3 -3
  191. package/lib/_components/widget/attachment/attachment.component.d.ts +3 -3
  192. package/lib/_components/widget/feed-container/feed-container.component.d.ts +2 -2
  193. package/lib/_components/widget/file-utility/file-utility.component.d.ts +1 -1
  194. package/lib/_components/widget/todo/todo.component.d.ts +9 -12
  195. package/lib/_helpers/common.d.ts +1 -1
  196. package/lib/_helpers/createstage-utils.d.ts +1 -0
  197. package/lib/_helpers/formatters/common.d.ts +2 -2
  198. package/lib/_messages/error-messages.service.d.ts +1 -1
  199. package/lib/_services/endpoints.d.ts +0 -1
  200. package/lib/doc/KeyReleaseUpdates.md +23 -6
  201. package/package.json +3 -3
  202. package/public-api.d.ts +3 -3
  203. package/esm2022/lib/_messages/get-login-status.service.mjs +0 -26
  204. package/esm2022/lib/_messages/oauth-response.service.mjs +0 -30
  205. package/esm2022/lib/_messages/reset-pconnect.service.mjs +0 -31
  206. package/lib/_messages/get-login-status.service.d.ts +0 -10
  207. package/lib/_messages/oauth-response.service.d.ts +0 -14
  208. package/lib/_messages/reset-pconnect.service.d.ts +0 -15
@@ -1,20 +1,12 @@
1
1
  /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, OnDestroy } from '@angular/core';
3
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
2
+ import { DetailsTemplateBase } from '../base/details-template-base';
4
3
  import * as i0 from "@angular/core";
5
- export declare class DetailsComponent implements OnInit, OnDestroy {
6
- private angularPConnect;
7
- constructor(angularPConnect: AngularPConnectService);
4
+ export declare class DetailsComponent extends DetailsTemplateBase {
8
5
  pConn$: typeof PConnect;
9
6
  highlightedDataArr: any[];
10
7
  showHighlightedData: boolean;
11
8
  arFields$: any[];
12
- angularPConnectData: AngularPConnectData;
13
- ngOnInit(): void;
14
- ngOnDestroy(): void;
15
- onStateChange(): void;
16
- checkAndUpdate(): void;
17
9
  updateSelf(): void;
18
10
  static ɵfac: i0.ɵɵFactoryDeclaration<DetailsComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<DetailsComponent, "app-details", never, { "pConn$": { "alias": "pConn$"; "required": false; }; }, {}, never, never, true, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<DetailsComponent, "app-details", never, {}, {}, never, never, true, never>;
20
12
  }
@@ -1,21 +1,13 @@
1
1
  /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, OnDestroy } from '@angular/core';
3
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
2
+ import { DetailsTemplateBase } from '../base/details-template-base';
4
3
  import * as i0 from "@angular/core";
5
- export declare class DetailsNarrowWideComponent implements OnInit, OnDestroy {
6
- private angularPConnect;
7
- constructor(angularPConnect: AngularPConnectService);
4
+ export declare class DetailsNarrowWideComponent extends DetailsTemplateBase {
8
5
  pConn$: typeof PConnect;
9
6
  arFields$: any[];
10
7
  arFields2$: any[];
11
8
  highlightedDataArr: any[];
12
9
  showHighlightedData: boolean;
13
- angularPConnectData: AngularPConnectData;
14
- ngOnInit(): void;
15
- ngOnDestroy(): void;
16
- onStateChange(): void;
17
- checkAndUpdate(): void;
18
10
  updateSelf(): void;
19
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DetailsNarrowWideComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<DetailsNarrowWideComponent, "app-details-narrow-wide", never, { "pConn$": { "alias": "pConn$"; "required": false; }; }, {}, never, never, true, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<DetailsNarrowWideComponent, "app-details-narrow-wide", never, {}, {}, never, never, true, never>;
21
13
  }
@@ -1,22 +1,12 @@
1
1
  /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, OnDestroy } from '@angular/core';
3
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
- import { FormGroup } from '@angular/forms';
2
+ import { DetailsTemplateBase } from '../base/details-template-base';
5
3
  import * as i0 from "@angular/core";
6
- export declare class DetailsOneColumnComponent implements OnInit, OnDestroy {
7
- private angularPConnect;
8
- constructor(angularPConnect: AngularPConnectService);
4
+ export declare class DetailsOneColumnComponent extends DetailsTemplateBase {
9
5
  pConn$: typeof PConnect;
10
- formGroup$: FormGroup;
11
6
  showHighlightedData: boolean;
12
7
  highlightedDataArr: any;
13
8
  arFields$: any[];
14
- angularPConnectData: AngularPConnectData;
15
- ngOnInit(): void;
16
- ngOnDestroy(): void;
17
- onStateChange(): void;
18
- checkAndUpdate(): void;
19
9
  updateSelf(): void;
20
10
  static ɵfac: i0.ɵɵFactoryDeclaration<DetailsOneColumnComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<DetailsOneColumnComponent, "app-details-one-column", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<DetailsOneColumnComponent, "app-details-one-column", never, {}, {}, never, never, true, never>;
22
12
  }
@@ -1,24 +1,14 @@
1
1
  /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, OnDestroy } from '@angular/core';
3
- import { FormGroup } from '@angular/forms';
4
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
2
+ import { DetailsTemplateBase } from '../base/details-template-base';
5
3
  import * as i0 from "@angular/core";
6
- export declare class DetailsSubTabsComponent implements OnInit, OnDestroy {
7
- private angularPConnect;
4
+ export declare class DetailsSubTabsComponent extends DetailsTemplateBase {
8
5
  pConn$: typeof PConnect;
9
- formGroup$: FormGroup;
10
- angularPConnectData: AngularPConnectData;
11
6
  currentTabId: string;
12
7
  tabItems: any[];
13
8
  availableTabs: any[];
14
- constructor(angularPConnect: AngularPConnectService);
15
- ngOnInit(): void;
16
- ngOnDestroy(): void;
17
- onStateChange(): void;
18
- checkAndUpdate(): void;
19
9
  updateSelf(): void;
20
10
  updateTabContent(): void;
21
11
  handleTabClick(event: any): void;
22
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DetailsSubTabsComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<DetailsSubTabsComponent, "app-details-sub-tabs", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<DetailsSubTabsComponent, "app-details-sub-tabs", never, {}, {}, never, never, true, never>;
24
14
  }
@@ -1,25 +1,15 @@
1
1
  /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, OnDestroy } from '@angular/core';
3
- import { FormGroup } from '@angular/forms';
4
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
2
+ import { DetailsTemplateBase } from '../base/details-template-base';
5
3
  import * as i0 from "@angular/core";
6
- export declare class DetailsThreeColumnComponent implements OnInit, OnDestroy {
7
- private angularPConnect;
8
- constructor(angularPConnect: AngularPConnectService);
4
+ export declare class DetailsThreeColumnComponent extends DetailsTemplateBase {
9
5
  pConn$: typeof PConnect;
10
- formGroup$: FormGroup;
11
6
  showHighlightedData: boolean;
12
7
  highlightedDataArr: any;
13
8
  arFields$: any[];
14
9
  arFields2$: any[];
15
10
  arFields3$: any[];
16
11
  propsToUse: any;
17
- angularPConnectData: AngularPConnectData;
18
- ngOnInit(): void;
19
- ngOnDestroy(): void;
20
- onStateChange(): void;
21
- checkAndUpdate(): void;
22
12
  updateSelf(): void;
23
13
  static ɵfac: i0.ɵɵFactoryDeclaration<DetailsThreeColumnComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<DetailsThreeColumnComponent, "app-details-three-column", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<DetailsThreeColumnComponent, "app-details-three-column", never, {}, {}, never, never, true, never>;
25
15
  }
@@ -1,25 +1,15 @@
1
1
  /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, OnDestroy } from '@angular/core';
3
- import { FormGroup } from '@angular/forms';
4
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
2
+ import { DetailsTemplateBase } from '../base/details-template-base';
5
3
  import * as i0 from "@angular/core";
6
- export declare class DetailsTwoColumnComponent implements OnInit, OnDestroy {
7
- private angularPConnect;
8
- constructor(angularPConnect: AngularPConnectService);
4
+ export declare class DetailsTwoColumnComponent extends DetailsTemplateBase {
9
5
  pConn$: typeof PConnect;
10
- formGroup$: FormGroup;
11
6
  showHighlightedData: boolean;
12
7
  highlightedDataArr: any;
13
8
  arFields$: any[];
14
9
  arFields2$: any[];
15
10
  arFields3$: any[];
16
11
  propsToUse: any;
17
- angularPConnectData: AngularPConnectData;
18
- ngOnInit(): void;
19
- ngOnDestroy(): void;
20
- onStateChange(): void;
21
- checkAndUpdate(): void;
22
12
  updateSelf(): void;
23
13
  static ɵfac: i0.ɵɵFactoryDeclaration<DetailsTwoColumnComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<DetailsTwoColumnComponent, "app-details-two-column", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<DetailsTwoColumnComponent, "app-details-two-column", never, {}, {}, never, never, true, never>;
25
15
  }
@@ -1,24 +1,14 @@
1
1
  /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, OnDestroy } from '@angular/core';
3
- import { FormGroup } from '@angular/forms';
4
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
2
+ import { DetailsTemplateBase } from '../base/details-template-base';
5
3
  import * as i0 from "@angular/core";
6
- export declare class DetailsWideNarrowComponent implements OnInit, OnDestroy {
7
- private angularPConnect;
8
- constructor(angularPConnect: AngularPConnectService);
4
+ export declare class DetailsWideNarrowComponent extends DetailsTemplateBase {
9
5
  pConn$: typeof PConnect;
10
- formGroup$: FormGroup;
11
6
  highlightedDataArr: any[];
12
7
  showHighlightedData: boolean;
13
8
  arFields$: any[];
14
9
  arFields2$: any[];
15
10
  propsToUse: any;
16
- angularPConnectData: AngularPConnectData;
17
- ngOnInit(): void;
18
- ngOnDestroy(): void;
19
- onStateChange(): void;
20
- checkAndUpdate(): void;
21
11
  updateSelf(): void;
22
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DetailsWideNarrowComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<DetailsWideNarrowComponent, "app-details-wide-narrow", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<DetailsWideNarrowComponent, "app-details-wide-narrow", never, {}, {}, never, never, true, never>;
24
14
  }
@@ -9,6 +9,7 @@ export declare class DynamicTabsComponent implements OnInit, OnDestroy {
9
9
  formGroup$: FormGroup;
10
10
  angularPConnectData: AngularPConnectData;
11
11
  tabsItems: any[];
12
+ propsToUse: any;
12
13
  constructor(angularPConnect: AngularPConnectService);
13
14
  ngOnInit(): void;
14
15
  ngOnDestroy(): void;
@@ -8,6 +8,8 @@ import { ProgressSpinnerService } from '../../../_messages/progress-spinner.serv
8
8
  import { Utils } from '../../../_helpers/utils';
9
9
  import * as i0 from "@angular/core";
10
10
  interface ListViewProps {
11
+ inheritedProps: any;
12
+ title: string | undefined;
11
13
  globalSearch?: boolean;
12
14
  referenceList?: any;
13
15
  rowClickAction?: any;
@@ -20,6 +22,7 @@ interface ListViewProps {
20
22
  grouping: string | boolean;
21
23
  value: any;
22
24
  readonlyContextList: any;
25
+ label?: string;
23
26
  }
24
27
  export declare class Group {
25
28
  level: number;
@@ -90,8 +93,9 @@ export declare class ListViewComponent implements OnInit, OnDestroy {
90
93
  paging: any;
91
94
  fieldDefs: any;
92
95
  xRayApis: import("@pega/pcore-pconnect-typedefs/debug/xray-runtime").default;
93
- xRayUid: string;
96
+ xRayUid: string | null;
94
97
  checkBoxValue: string;
98
+ label?: string;
95
99
  constructor(psService: ProgressSpinnerService, utils: Utils);
96
100
  ngOnInit(): void;
97
101
  getFieldFromFilter(filter: any, dateRange?: boolean): any;
@@ -152,6 +156,7 @@ export declare class ListViewComponent implements OnInit, OnDestroy {
152
156
  initializeColumns(fields?: never[]): any[];
153
157
  getHeaderCells(colFields: any, fields: any): any;
154
158
  buildSelect(fieldDefs: any, colId: any, patchQueryFields?: never[], compositeKeys?: never[]): any;
159
+ getResultsText(): string;
155
160
  getField(fieldDefs: any, columnId: any): any;
156
161
  getFieldsMap(fieldDefs: any): Map<any, any>;
157
162
  addItemKeyInSelect(fieldDefs: any, itemKey: any, select: any, compositeKeys: any): any;
@@ -1 +1 @@
1
- export declare function useInit(props: any): Promise<any>;
1
+ export declare function init(props: any): Promise<any>;
@@ -1,8 +1,9 @@
1
1
  /// <reference types="pcore-pconnect-typedefs" />
2
2
  import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
3
3
  import { FormGroup } from '@angular/forms';
4
+ import { FormTemplateBase } from '../base/form-template-base';
4
5
  import * as i0 from "@angular/core";
5
- export declare class OneColumnComponent implements OnInit, OnChanges {
6
+ export declare class OneColumnComponent extends FormTemplateBase implements OnInit, OnChanges {
6
7
  pConn$: typeof PConnect;
7
8
  formGroup$: FormGroup;
8
9
  arChildren$: any[];
@@ -62,7 +62,7 @@ export declare const createMetaForTable: (fields: any, renderMode: any) => {
62
62
  footer: boolean;
63
63
  filterExpression: null;
64
64
  editing: boolean;
65
- timezone: string;
65
+ timezone: string | undefined;
66
66
  };
67
67
  export declare const filterDataByDate: (item: any, filterObj: any) => any;
68
68
  export declare const filterDataByCommonFields: (item: any, filterObj: any) => any;
@@ -28,6 +28,7 @@ interface SimpleTableManualProps {
28
28
  displayMode?: string;
29
29
  useSeparateViewForEdit: any;
30
30
  viewForEditModal: any;
31
+ targetClassLabel: string;
31
32
  }
32
33
  declare class Group {
33
34
  level: number;
@@ -109,6 +110,7 @@ export declare class SimpleTableManualComponent implements OnInit, OnDestroy {
109
110
  editView: any;
110
111
  settingsSvgIcon$: string;
111
112
  isInitialized: boolean;
113
+ targetClassLabel: string;
112
114
  constructor(angularPConnect: AngularPConnectService, utils: Utils, dataPageService: DatapageService);
113
115
  ngOnInit(): void;
114
116
  ngOnDestroy(): void;
@@ -1,8 +1,9 @@
1
1
  /// <reference types="pcore-pconnect-typedefs" />
2
2
  import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
3
3
  import { FormGroup } from '@angular/forms';
4
+ import { FormTemplateBase } from '../base/form-template-base';
4
5
  import * as i0 from "@angular/core";
5
- export declare class ThreeColumnComponent implements OnInit, OnChanges {
6
+ export declare class ThreeColumnComponent extends FormTemplateBase implements OnInit, OnChanges {
6
7
  pConn$: typeof PConnect;
7
8
  formGroup$: FormGroup;
8
9
  arChildren$: any[];
@@ -1,8 +1,9 @@
1
1
  /// <reference types="pcore-pconnect-typedefs" />
2
2
  import { OnInit, SimpleChanges, OnChanges } from '@angular/core';
3
3
  import { FormGroup } from '@angular/forms';
4
+ import { FormTemplateBase } from '../base/form-template-base';
4
5
  import * as i0 from "@angular/core";
5
- export declare class TwoColumnComponent implements OnInit, OnChanges {
6
+ export declare class TwoColumnComponent extends FormTemplateBase implements OnInit, OnChanges {
6
7
  pConn$: typeof PConnect;
7
8
  formGroup$: FormGroup;
8
9
  arChildren$: any[];
@@ -1,8 +1,9 @@
1
1
  /// <reference types="pcore-pconnect-typedefs" />
2
2
  import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
3
3
  import { FormGroup } from '@angular/forms';
4
+ import { FormTemplateBase } from '../base/form-template-base';
4
5
  import * as i0 from "@angular/core";
5
- export declare class WideNarrowFormComponent implements OnInit, OnChanges {
6
+ export declare class WideNarrowFormComponent extends FormTemplateBase implements OnInit, OnChanges {
6
7
  pConn$: typeof PConnect;
7
8
  formGroup$: FormGroup;
8
9
  arChildren$: any[];
@@ -7,7 +7,7 @@ export declare class WideNarrowPageComponent implements OnInit, OnDestroy {
7
7
  private angularPConnect;
8
8
  pConn$: typeof PConnect;
9
9
  formGroup$: FormGroup;
10
- thePConnType: string;
10
+ thePConnType: string | undefined;
11
11
  angularPConnectData: AngularPConnectData;
12
12
  constructor(angularPConnect: AngularPConnectService);
13
13
  ngOnInit(): void;
@@ -23,17 +23,17 @@ export declare class WssNavBarComponent implements OnInit, OnDestroy {
23
23
  navPages$: any[];
24
24
  navExpandCollapse$: string;
25
25
  bShowCaseTypes$: boolean;
26
- portalApp$: string;
26
+ portalApp$: string | undefined;
27
27
  portalLogoImage$: string;
28
28
  showAppName$: boolean;
29
- portalOperator$: string;
29
+ portalOperator$: string | undefined;
30
30
  portalOperatorInitials$: string;
31
31
  actionsAPI: any;
32
32
  createWork: any;
33
33
  showPage: any;
34
34
  logout: any;
35
35
  navIcon$: string;
36
- localizedVal: (localeKey: 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(): string | undefined;
@@ -9,7 +9,7 @@ export declare class ErrorMessagesService {
9
9
  */
10
10
  sendMessage(sAction: string, sActionMessage: string): void;
11
11
  clearMessage(): void;
12
- getMessage(): Observable<any>;
12
+ getMessage(): Observable<void | object>;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ErrorMessagesService, never>;
14
14
  static ɵprov: i0.ɵɵInjectableDeclaration<ErrorMessagesService>;
15
15
  }
@@ -5,7 +5,6 @@ export declare const loginBoxType: {
5
5
  };
6
6
  export declare const endpoints: {
7
7
  loginExperience: number;
8
- SP_VERSION: string;
9
8
  AUTH: string;
10
9
  CASES: string;
11
10
  CASES_V2: string;
@@ -1,20 +1,37 @@
1
- ### Angular SDK - Release Announcement - v24.1.10 (08 August 2024)
1
+ ### Angular SDK - Release Announcement - v24.2.10 (26 December 2024)
2
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).
3
+ This release - **SDK-A v24.2.10** - is **only compatible with Pega Infinity 24.2**. This release is related to the [**release/24.2.10** branch of the Angular SDK repository](https://github.com/pegasystems/angular-sdk/tree/release/24.2.10).
4
4
  <br>
5
5
 
6
- The SDK-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:
6
+ The SDK-A v24.2.10 release allow Angular SDK users to to take advantage of the latest [SDK enhancements and fixes noted in **What's New in the SDK?**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/angular-sdk-updates.html) including:
7
+
8
+ * Upgraded the Angular version to 18 and the Angular Material version to 18.
9
+ * Field components have been updated to perform event handling using the handleEvent utility function.
10
+ * Updated the value of the displayMode property from LABELS_LEFT to DISPLAY_ONLY.
11
+ * Enhanced the support for the details component in a form view.
12
+ * Bug fixes
13
+ * Full set of merged PRs can be found in the [angular-sdk-components GitHub repo list of merged PRs](https://github.com/pegasystems/angular-sdk-components/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+). This release includes all PRs since (and including) #214.
14
+ <br />
15
+ <hr />
16
+
17
+ ### Previous Releases
18
+
19
+
20
+ #### Angular SDK - v24.1.10 (08 August 2024)
21
+
22
+ This release - **SDK-A v24.1.10** - is **only compatible with Pega Infinity 24.1**. This release is related to the [**release/24.1.10** branch of the Angular SDK repository](https://github.com/pegasystems/angular-sdk/tree/release/24.1.10).
23
+ <br>
24
+
25
+ The SDK-A v24.1.10 release allow Angular SDK users to to take advantage of the latest [SDK enhancements and fixes noted in **What's New in the SDK?**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/angular-sdk-updates.html) including:
7
26
 
8
27
  * Support has been added for the approve and reject case actions
9
28
  * Support for the Checkbox group and Combo-Box display options in the MultiSelect mode for the Data Reference and Case Reference fields.
10
29
  * Save For Later functionality now works as expected
11
30
  * Bug fixes
12
- * Full set of merged PRs can be found in the [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.
31
+ * Full set of merged PRs can be found in the [angular-sdk-components GitHub repo list of merged PRs](https://github.com/pegasystems/angular-sdk-components/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+). This release includes all PRs since (and including) #153.
13
32
  <br />
14
33
  <hr />
15
34
 
16
- ### Previous Releases
17
-
18
35
  #### Angular SDK - v23.1.10 (20 March 2024)
19
36
 
20
37
  This release - **SDK-A v23.1.10** - is **only compatible with Pega Infinity 23**. This release is related to the [**release/23.1.10** branch of the Angular SDK repository](https://github.com/pegasystems/angular-sdk/tree/release/23.1.10).
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@pega/angular-sdk-components",
3
- "version": "24.1.10",
3
+ "version": "24.2.10",
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
@@ -43,6 +43,8 @@ export * from './lib/_components/infra/root-container/root-container.component';
43
43
  export * from './lib/_components/infra/stages/stages.component';
44
44
  export * from './lib/_components/infra/view/view.component';
45
45
  export * from './lib/_components/infra/Containers/base-components/flow-container-base.component';
46
+ export * from './lib/_components/template/base/form-template-base';
47
+ export * from './lib/_components/template/base/details-template-base';
46
48
  export * from './lib/_components/template/app-shell/app-shell.component';
47
49
  export * from './lib/_components/template/case-summary/case-summary.component';
48
50
  export * from './lib/_components/template/case-view/case-view.component';
@@ -114,6 +116,7 @@ export * from './lib/_services/endpoints';
114
116
  export * from './lib/_helpers/case-utils';
115
117
  export * from './lib/_helpers/currency-utils';
116
118
  export * from './lib/_helpers/common';
119
+ export * from './lib/_helpers/createstage-utils';
117
120
  export * from './lib/_helpers/date-format-utils';
118
121
  export * from './lib/_helpers/event-util';
119
122
  export * from './lib/_helpers/field-group-utils';
@@ -127,10 +130,7 @@ export * from './lib/_helpers/versionHelpers';
127
130
  export * from './lib/_helpers/filter-utils';
128
131
  export * from './lib/_helpers/instructions-utils';
129
132
  export * from './lib/_messages/error-messages.service';
130
- export * from './lib/_messages/get-login-status.service';
131
- export * from './lib/_messages/oauth-response.service';
132
133
  export * from './lib/_messages/progress-spinner.service';
133
- export * from './lib/_messages/reset-pconnect.service';
134
134
  export * from './lib/_messages/update-worklist.service';
135
135
  export * from './lib/_types/PConnProps.interface';
136
136
  export * from './sdk-local-component-map';
@@ -1,26 +0,0 @@
1
- import { Injectable } from '@angular/core';
2
- import { Subject } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export class GetLoginStatusService {
5
- constructor() {
6
- this.subject = new Subject();
7
- }
8
- sendMessage(sLoginStatus) {
9
- this.subject.next({ loginStatus: sLoginStatus });
10
- }
11
- clearMessage() {
12
- this.subject.next();
13
- }
14
- getMessage() {
15
- return this.subject.asObservable();
16
- }
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GetLoginStatusService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GetLoginStatusService, providedIn: 'root' }); }
19
- }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GetLoginStatusService, decorators: [{
21
- type: Injectable,
22
- args: [{
23
- providedIn: 'root'
24
- }]
25
- }] });
26
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0LWxvZ2luLXN0YXR1cy5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvYW5ndWxhci1zZGstY29tcG9uZW50cy9zcmMvbGliL19tZXNzYWdlcy9nZXQtbG9naW4tc3RhdHVzLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQWMsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDOztBQUszQyxNQUFNLE9BQU8scUJBQXFCO0lBSGxDO1FBSVUsWUFBTyxHQUFHLElBQUksT0FBTyxFQUFpQixDQUFDO0tBYWhEO0lBWEMsV0FBVyxDQUFDLFlBQW9CO1FBQzlCLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEVBQUUsV0FBVyxFQUFFLFlBQVksRUFBRSxDQUFDLENBQUM7SUFDbkQsQ0FBQztJQUVELFlBQVk7UUFDVixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3RCLENBQUM7SUFFRCxVQUFVO1FBQ1IsT0FBTyxJQUFJLENBQUMsT0FBTyxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQ3JDLENBQUM7K0dBYlUscUJBQXFCO21IQUFyQixxQkFBcUIsY0FGcEIsTUFBTTs7NEZBRVAscUJBQXFCO2tCQUhqQyxVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE9ic2VydmFibGUsIFN1YmplY3QgfSBmcm9tICdyeGpzJztcblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCdcbn0pXG5leHBvcnQgY2xhc3MgR2V0TG9naW5TdGF0dXNTZXJ2aWNlIHtcbiAgcHJpdmF0ZSBzdWJqZWN0ID0gbmV3IFN1YmplY3Q8dm9pZCB8IG9iamVjdD4oKTtcblxuICBzZW5kTWVzc2FnZShzTG9naW5TdGF0dXM6IHN0cmluZykge1xuICAgIHRoaXMuc3ViamVjdC5uZXh0KHsgbG9naW5TdGF0dXM6IHNMb2dpblN0YXR1cyB9KTtcbiAgfVxuXG4gIGNsZWFyTWVzc2FnZSgpIHtcbiAgICB0aGlzLnN1YmplY3QubmV4dCgpO1xuICB9XG5cbiAgZ2V0TWVzc2FnZSgpOiBPYnNlcnZhYmxlPGFueT4ge1xuICAgIHJldHVybiB0aGlzLnN1YmplY3QuYXNPYnNlcnZhYmxlKCk7XG4gIH1cbn1cbiJdfQ==