@pega/angular-sdk-components 0.24.8 → 0.25.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 (290) hide show
  1. package/fesm2022/pega-angular-sdk-components.mjs +2835 -1810
  2. package/fesm2022/pega-angular-sdk-components.mjs.map +1 -1
  3. package/lib/_bridge/helpers/sdk-pega-component-map.d.ts +4 -0
  4. package/lib/_components/designSystemExtension/banner/banner.component.d.ts +0 -1
  5. package/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.d.ts +0 -1
  6. package/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.d.ts +1 -1
  7. package/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.d.ts +2 -1
  8. package/lib/_components/designSystemExtension/operator/operator.component.d.ts +2 -3
  9. package/lib/_components/designSystemExtension/pulse/pulse.component.d.ts +2 -3
  10. package/lib/_components/field/auto-complete/auto-complete.component.d.ts +8 -3
  11. package/lib/_components/field/cancel-alert/cancel-alert.component.d.ts +0 -1
  12. package/lib/_components/field/check-box/check-box.component.d.ts +5 -3
  13. package/lib/_components/field/currency/currency.component.d.ts +6 -4
  14. package/lib/_components/field/date/date.component.d.ts +17 -7
  15. package/lib/_components/field/date-time/date-time.component.d.ts +10 -3
  16. package/lib/_components/field/decimal/decimal.component.d.ts +4 -4
  17. package/lib/_components/field/dropdown/dropdown.component.d.ts +14 -3
  18. package/lib/_components/field/email/email.component.d.ts +2 -1
  19. package/lib/_components/field/group/group.component.d.ts +0 -1
  20. package/lib/_components/field/integer/integer.component.d.ts +2 -1
  21. package/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.d.ts +1 -2
  22. package/lib/_components/field/location/location.component.d.ts +71 -0
  23. package/lib/_components/field/multiselect/multiselect.component.d.ts +3 -3
  24. package/lib/_components/field/percentage/percentage.component.d.ts +6 -3
  25. package/lib/_components/field/phone/phone.component.d.ts +6 -8
  26. package/lib/_components/field/radio-buttons/radio-buttons.component.d.ts +4 -2
  27. package/lib/_components/field/rich-text/rich-text.component.d.ts +3 -2
  28. package/lib/_components/field/scalar-list/scalar-list.component.d.ts +0 -1
  29. package/lib/_components/field/selectable-card/selectable-card.component.d.ts +75 -0
  30. package/lib/_components/field/semantic-link/semantic-link.component.d.ts +0 -1
  31. package/lib/_components/field/text/text.component.d.ts +3 -2
  32. package/lib/_components/field/text-area/text-area.component.d.ts +2 -1
  33. package/lib/_components/field/text-content/text-content.component.d.ts +0 -1
  34. package/lib/_components/field/text-input/text-input.component.d.ts +2 -1
  35. package/lib/_components/field/time/time.component.d.ts +3 -1
  36. package/lib/_components/field/url/url.component.d.ts +2 -1
  37. package/lib/_components/field/user-reference/user-reference.component.d.ts +7 -1
  38. package/lib/_components/infra/Containers/flow-container/flow-container.component.d.ts +0 -2
  39. package/lib/_components/infra/Containers/flow-container/helpers.d.ts +1 -0
  40. package/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.d.ts +0 -1
  41. package/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.d.ts +1 -4
  42. package/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.d.ts +0 -1
  43. package/lib/_components/infra/Containers/view-container/helper.d.ts +2 -0
  44. package/lib/_components/infra/Containers/view-container/view-container.component.d.ts +0 -1
  45. package/lib/_components/infra/action-buttons/action-buttons.component.d.ts +1 -1
  46. package/lib/_components/infra/assignment/assignment.component.d.ts +6 -4
  47. package/lib/_components/infra/assignment-card/assignment-card.component.d.ts +0 -1
  48. package/lib/_components/infra/dashboard-filter/dashboard-filter.component.d.ts +0 -1
  49. package/lib/_components/infra/defer-load/defer-load.component.d.ts +3 -3
  50. package/lib/_components/infra/error-boundary/error-boundary.component.d.ts +1 -1
  51. package/lib/_components/infra/multi-step/multi-step.component.d.ts +0 -1
  52. package/lib/_components/infra/navbar/navbar.component.d.ts +2 -3
  53. package/lib/_components/infra/reference/reference.component.d.ts +23 -3
  54. package/lib/_components/infra/region/region.component.d.ts +0 -1
  55. package/lib/_components/infra/root-container/root-container.component.d.ts +3 -2
  56. package/lib/_components/infra/stages/stages.component.d.ts +0 -1
  57. package/lib/_components/infra/view/view.component.d.ts +1 -1
  58. package/lib/_components/template/app-shell/app-shell.component.d.ts +0 -1
  59. package/lib/_components/template/banner-page/banner-page.component.d.ts +0 -1
  60. package/lib/_components/template/base/details-template-base.d.ts +21 -0
  61. package/lib/_components/template/base/form-template-base.d.ts +10 -0
  62. package/lib/_components/template/case-summary/case-summary.component.d.ts +3 -3
  63. package/lib/_components/template/case-view/case-view.component.d.ts +1 -3
  64. package/lib/_components/template/confirmation/confirmation.component.d.ts +0 -1
  65. package/lib/_components/template/data-reference/data-reference.component.d.ts +0 -1
  66. package/lib/_components/template/default-form/default-form.component.d.ts +8 -7
  67. package/lib/_components/template/details/details.component.d.ts +3 -12
  68. package/lib/_components/template/details-narrow-wide/details-narrow-wide.component.d.ts +3 -12
  69. package/lib/_components/template/details-one-column/details-one-column.component.d.ts +3 -14
  70. package/lib/_components/template/details-sub-tabs/details-sub-tabs.component.d.ts +3 -14
  71. package/lib/_components/template/details-three-column/details-three-column.component.d.ts +3 -14
  72. package/lib/_components/template/details-two-column/details-two-column.component.d.ts +3 -14
  73. package/lib/_components/template/details-wide-narrow/details-wide-narrow.component.d.ts +3 -14
  74. package/lib/_components/template/dynamic-tabs/dynamic-tabs.component.d.ts +1 -1
  75. package/lib/_components/template/field-group-template/field-group-template.component.d.ts +12 -9
  76. package/lib/_components/template/inline-dashboard/inline-dashboard.component.d.ts +0 -1
  77. package/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.d.ts +0 -1
  78. package/lib/_components/template/list-page/list-page.component.d.ts +0 -1
  79. package/lib/_components/template/list-view/list-view.component.d.ts +6 -4
  80. package/lib/_components/template/list-view/listViewHelpers.d.ts +1 -1
  81. package/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.d.ts +0 -1
  82. package/lib/_components/template/narrow-wide-form/narrow-wide-form.component.d.ts +0 -1
  83. package/lib/_components/template/one-column/one-column.component.d.ts +2 -2
  84. package/lib/_components/template/one-column-page/one-column-page.component.d.ts +0 -1
  85. package/lib/_components/template/one-column-tab/one-column-tab.component.d.ts +0 -1
  86. package/lib/_components/template/page/page.component.d.ts +0 -1
  87. package/lib/_components/template/promoted-filters/promoted-filters.component.d.ts +0 -1
  88. package/lib/_components/template/repeating-structures/repeating-structures.component.d.ts +0 -1
  89. package/lib/_components/template/simple-table/simple-table.component.d.ts +0 -1
  90. package/lib/_components/template/simple-table-manual/helpers.d.ts +19 -4
  91. package/lib/_components/template/simple-table-manual/simple-table-manual.component.d.ts +10 -3
  92. package/lib/_components/template/simple-table-select/simple-table-select.component.d.ts +0 -1
  93. package/lib/_components/template/single-reference-readonly/single-reference-readonly.component.d.ts +0 -1
  94. package/lib/_components/template/sub-tabs/sub-tabs.component.d.ts +0 -1
  95. package/lib/_components/template/three-column/three-column.component.d.ts +2 -2
  96. package/lib/_components/template/three-column-page/three-column-page.component.d.ts +0 -1
  97. package/lib/_components/template/two-column/two-column.component.d.ts +2 -2
  98. package/lib/_components/template/two-column-page/two-column-page.component.d.ts +0 -1
  99. package/lib/_components/template/two-column-tab/two-column-tab.component.d.ts +0 -1
  100. package/lib/_components/template/utils.d.ts +7 -0
  101. package/lib/_components/template/wide-narrow-form/wide-narrow-form.component.d.ts +2 -2
  102. package/lib/_components/template/wide-narrow-page/wide-narrow-page.component.d.ts +1 -2
  103. package/lib/_components/template/wss-nav-bar/wss-nav-bar.component.d.ts +3 -4
  104. package/lib/_components/widget/app-announcement/app-announcement.component.d.ts +0 -1
  105. package/lib/_components/widget/attachment/attachment.component.d.ts +3 -4
  106. package/lib/_components/widget/case-history/case-history.component.d.ts +0 -1
  107. package/lib/_components/widget/feed-container/feed-container.component.d.ts +2 -3
  108. package/lib/_components/widget/file-utility/file-utility.component.d.ts +1 -2
  109. package/lib/_components/widget/quick-create/quick-create.component.d.ts +0 -1
  110. package/lib/_components/widget/todo/todo.component.d.ts +10 -14
  111. package/lib/_components/widget/utility/utility.component.d.ts +0 -1
  112. package/lib/_helpers/common.d.ts +1 -1
  113. package/lib/_helpers/createstage-utils.d.ts +1 -0
  114. package/lib/_helpers/formatters/boolean.d.ts +1 -2
  115. package/lib/_helpers/formatters/common.d.ts +2 -2
  116. package/lib/_helpers/formatters/currency.d.ts +1 -2
  117. package/lib/_helpers/formatters/date.d.ts +1 -2
  118. package/lib/_helpers/formatters/index.d.ts +1 -2
  119. package/lib/_helpers/utils.d.ts +12 -0
  120. package/lib/_messages/error-messages.service.d.ts +1 -1
  121. package/lib/_services/banner.service.d.ts +8 -0
  122. package/lib/_services/case.service.d.ts +1 -1
  123. package/lib/_services/datapage.service.d.ts +1 -1
  124. package/lib/_services/endpoints.d.ts +0 -1
  125. package/lib/_services/google-maps-loader.service.d.ts +7 -0
  126. package/lib/doc/KeyReleaseUpdates.md +35 -1
  127. package/package.json +20 -6
  128. package/public-api.d.ts +15 -11
  129. package/esm2022/lib/_bridge/angular-pconnect.mjs +0 -428
  130. package/esm2022/lib/_bridge/component-mapper/component-mapper.component.mjs +0 -114
  131. package/esm2022/lib/_bridge/helpers/sdk-pega-component-map.mjs +0 -239
  132. package/esm2022/lib/_bridge/helpers/sdk_component_map.mjs +0 -142
  133. package/esm2022/lib/_components/designSystemExtension/alert/alert.component.mjs +0 -50
  134. package/esm2022/lib/_components/designSystemExtension/alert-banner/alert-banner.component.mjs +0 -29
  135. package/esm2022/lib/_components/designSystemExtension/banner/banner.component.mjs +0 -31
  136. package/esm2022/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.mjs +0 -51
  137. package/esm2022/lib/_components/designSystemExtension/field-group/field-group.component.mjs +0 -31
  138. package/esm2022/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.mjs +0 -83
  139. package/esm2022/lib/_components/designSystemExtension/material-details/material-details.component.mjs +0 -37
  140. package/esm2022/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.mjs +0 -31
  141. package/esm2022/lib/_components/designSystemExtension/material-summary-item/material-summary-item.component.mjs +0 -36
  142. package/esm2022/lib/_components/designSystemExtension/material-summary-list/material-summary-list.component.mjs +0 -25
  143. package/esm2022/lib/_components/designSystemExtension/material-utility/material-utility.component.mjs +0 -28
  144. package/esm2022/lib/_components/designSystemExtension/material-vertical-tabs/material-vertical-tabs.component.mjs +0 -42
  145. package/esm2022/lib/_components/designSystemExtension/operator/operator.component.mjs +0 -143
  146. package/esm2022/lib/_components/designSystemExtension/pulse/pulse.component.mjs +0 -33
  147. package/esm2022/lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component.mjs +0 -93
  148. package/esm2022/lib/_components/designSystemExtension/wss-quick-create/wss-quick-create.component.mjs +0 -18
  149. package/esm2022/lib/_components/field/auto-complete/auto-complete.component.mjs +0 -286
  150. package/esm2022/lib/_components/field/cancel-alert/cancel-alert.component.mjs +0 -96
  151. package/esm2022/lib/_components/field/check-box/check-box.component.mjs +0 -223
  152. package/esm2022/lib/_components/field/currency/currency.component.mjs +0 -177
  153. package/esm2022/lib/_components/field/date/date.component.mjs +0 -225
  154. package/esm2022/lib/_components/field/date-time/date-time.component.mjs +0 -181
  155. package/esm2022/lib/_components/field/decimal/decimal.component.mjs +0 -185
  156. package/esm2022/lib/_components/field/dropdown/dropdown.component.mjs +0 -192
  157. package/esm2022/lib/_components/field/email/email.component.mjs +0 -150
  158. package/esm2022/lib/_components/field/group/group.component.mjs +0 -64
  159. package/esm2022/lib/_components/field/integer/integer.component.mjs +0 -155
  160. package/esm2022/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.mjs +0 -44
  161. package/esm2022/lib/_components/field/multiselect/multiselect.component.mjs +0 -307
  162. package/esm2022/lib/_components/field/multiselect/utils.mjs +0 -187
  163. package/esm2022/lib/_components/field/percentage/percentage.component.mjs +0 -174
  164. package/esm2022/lib/_components/field/phone/phone.component.mjs +0 -167
  165. package/esm2022/lib/_components/field/radio-buttons/radio-buttons.component.mjs +0 -184
  166. package/esm2022/lib/_components/field/rich-text/rich-text.component.mjs +0 -103
  167. package/esm2022/lib/_components/field/scalar-list/scalar-list.component.mjs +0 -96
  168. package/esm2022/lib/_components/field/semantic-link/semantic-link.component.mjs +0 -57
  169. package/esm2022/lib/_components/field/text/text.component.mjs +0 -138
  170. package/esm2022/lib/_components/field/text-area/text-area.component.mjs +0 -153
  171. package/esm2022/lib/_components/field/text-content/text-content.component.mjs +0 -69
  172. package/esm2022/lib/_components/field/text-input/text-input.component.mjs +0 -152
  173. package/esm2022/lib/_components/field/time/time.component.mjs +0 -153
  174. package/esm2022/lib/_components/field/url/url.component.mjs +0 -152
  175. package/esm2022/lib/_components/field/user-reference/user-reference.component.mjs +0 -187
  176. package/esm2022/lib/_components/infra/Containers/base-components/flow-container-base.component.mjs +0 -18
  177. package/esm2022/lib/_components/infra/Containers/base-components/helper.mjs +0 -71
  178. package/esm2022/lib/_components/infra/Containers/flow-container/flow-container.component.mjs +0 -487
  179. package/esm2022/lib/_components/infra/Containers/flow-container/helpers.mjs +0 -68
  180. package/esm2022/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.mjs +0 -24
  181. package/esm2022/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.mjs +0 -342
  182. package/esm2022/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.mjs +0 -32
  183. package/esm2022/lib/_components/infra/Containers/view-container/view-container.component.mjs +0 -218
  184. package/esm2022/lib/_components/infra/action-buttons/action-buttons.component.mjs +0 -31
  185. package/esm2022/lib/_components/infra/assignment/assignment.component.mjs +0 -383
  186. package/esm2022/lib/_components/infra/assignment-card/assignment-card.component.mjs +0 -47
  187. package/esm2022/lib/_components/infra/dashboard-filter/dashboard-filter.component.mjs +0 -87
  188. package/esm2022/lib/_components/infra/defer-load/defer-load.component.mjs +0 -141
  189. package/esm2022/lib/_components/infra/error-boundary/error-boundary.component.mjs +0 -18
  190. package/esm2022/lib/_components/infra/multi-step/multi-step.component.mjs +0 -80
  191. package/esm2022/lib/_components/infra/navbar/navbar.component.mjs +0 -136
  192. package/esm2022/lib/_components/infra/reference/reference.component.mjs +0 -133
  193. package/esm2022/lib/_components/infra/region/region.component.mjs +0 -33
  194. package/esm2022/lib/_components/infra/root-container/root-container.component.mjs +0 -228
  195. package/esm2022/lib/_components/infra/stages/stages.component.mjs +0 -62
  196. package/esm2022/lib/_components/infra/view/view.component.mjs +0 -173
  197. package/esm2022/lib/_components/template/app-shell/app-shell.component.mjs +0 -140
  198. package/esm2022/lib/_components/template/banner-page/banner-page.component.mjs +0 -43
  199. package/esm2022/lib/_components/template/case-summary/case-summary.component.mjs +0 -101
  200. package/esm2022/lib/_components/template/case-view/case-view.component.mjs +0 -190
  201. package/esm2022/lib/_components/template/confirmation/confirmation.component.mjs +0 -68
  202. package/esm2022/lib/_components/template/data-reference/data-reference.component.mjs +0 -237
  203. package/esm2022/lib/_components/template/default-form/default-form.component.mjs +0 -61
  204. package/esm2022/lib/_components/template/details/details.component.mjs +0 -103
  205. package/esm2022/lib/_components/template/details-narrow-wide/details-narrow-wide.component.mjs +0 -72
  206. package/esm2022/lib/_components/template/details-one-column/details-one-column.component.mjs +0 -71
  207. package/esm2022/lib/_components/template/details-sub-tabs/details-sub-tabs.component.mjs +0 -66
  208. package/esm2022/lib/_components/template/details-three-column/details-three-column.component.mjs +0 -80
  209. package/esm2022/lib/_components/template/details-two-column/details-two-column.component.mjs +0 -77
  210. package/esm2022/lib/_components/template/details-wide-narrow/details-wide-narrow.component.mjs +0 -77
  211. package/esm2022/lib/_components/template/dynamic-tabs/dynamic-tabs.component.mjs +0 -64
  212. package/esm2022/lib/_components/template/field-group-list/field-group-list.component.mjs +0 -23
  213. package/esm2022/lib/_components/template/field-group-template/field-group-template.component.mjs +0 -124
  214. package/esm2022/lib/_components/template/field-value-list/field-value-list.component.mjs +0 -24
  215. package/esm2022/lib/_components/template/inline-dashboard/inline-dashboard.component.mjs +0 -22
  216. package/esm2022/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.mjs +0 -40
  217. package/esm2022/lib/_components/template/list-page/list-page.component.mjs +0 -14
  218. package/esm2022/lib/_components/template/list-view/DefaultViewMeta.mjs +0 -208
  219. package/esm2022/lib/_components/template/list-view/list-view.component.mjs +0 -1202
  220. package/esm2022/lib/_components/template/list-view/listViewHelpers.mjs +0 -60
  221. package/esm2022/lib/_components/template/list-view/utils.mjs +0 -662
  222. package/esm2022/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.mjs +0 -44
  223. package/esm2022/lib/_components/template/narrow-wide-form/narrow-wide-form.component.mjs +0 -30
  224. package/esm2022/lib/_components/template/one-column/one-column.component.mjs +0 -30
  225. package/esm2022/lib/_components/template/one-column-page/one-column-page.component.mjs +0 -16
  226. package/esm2022/lib/_components/template/one-column-tab/one-column-tab.component.mjs +0 -30
  227. package/esm2022/lib/_components/template/page/page.component.mjs +0 -52
  228. package/esm2022/lib/_components/template/promoted-filters/promoted-filters.component.mjs +0 -149
  229. package/esm2022/lib/_components/template/repeating-structures/repeating-structures.component.mjs +0 -138
  230. package/esm2022/lib/_components/template/simple-table/simple-table.component.mjs +0 -104
  231. package/esm2022/lib/_components/template/simple-table-manual/helpers.mjs +0 -270
  232. package/esm2022/lib/_components/template/simple-table-manual/simple-table-manual.component.mjs +0 -781
  233. package/esm2022/lib/_components/template/simple-table-select/simple-table-select.component.mjs +0 -129
  234. package/esm2022/lib/_components/template/single-reference-readonly/single-reference-readonly.component.mjs +0 -16
  235. package/esm2022/lib/_components/template/sub-tabs/sub-tabs.component.mjs +0 -67
  236. package/esm2022/lib/_components/template/three-column/three-column.component.mjs +0 -30
  237. package/esm2022/lib/_components/template/three-column-page/three-column-page.component.mjs +0 -16
  238. package/esm2022/lib/_components/template/two-column/two-column.component.mjs +0 -30
  239. package/esm2022/lib/_components/template/two-column-page/two-column-page.component.mjs +0 -40
  240. package/esm2022/lib/_components/template/two-column-tab/two-column-tab.component.mjs +0 -30
  241. package/esm2022/lib/_components/template/utils.mjs +0 -22
  242. package/esm2022/lib/_components/template/wide-narrow-form/wide-narrow-form.component.mjs +0 -30
  243. package/esm2022/lib/_components/template/wide-narrow-page/wide-narrow-page.component.mjs +0 -53
  244. package/esm2022/lib/_components/template/wss-nav-bar/wss-nav-bar.component.mjs +0 -137
  245. package/esm2022/lib/_components/widget/app-announcement/app-announcement.component.mjs +0 -24
  246. package/esm2022/lib/_components/widget/attachment/attachment.component.mjs +0 -395
  247. package/esm2022/lib/_components/widget/case-history/case-history.component.mjs +0 -80
  248. package/esm2022/lib/_components/widget/feed-container/feed-container.component.mjs +0 -521
  249. package/esm2022/lib/_components/widget/file-utility/file-utility.component.mjs +0 -638
  250. package/esm2022/lib/_components/widget/list-utility/list-utility.component.mjs +0 -57
  251. package/esm2022/lib/_components/widget/quick-create/quick-create.component.mjs +0 -75
  252. package/esm2022/lib/_components/widget/todo/todo.component.mjs +0 -214
  253. package/esm2022/lib/_components/widget/utility/utility.component.mjs +0 -34
  254. package/esm2022/lib/_directives/thousand-seperator.directive.mjs +0 -28
  255. package/esm2022/lib/_helpers/case-utils.mjs +0 -71
  256. package/esm2022/lib/_helpers/common.mjs +0 -20
  257. package/esm2022/lib/_helpers/currency-utils.mjs +0 -57
  258. package/esm2022/lib/_helpers/date-format-utils.mjs +0 -68
  259. package/esm2022/lib/_helpers/event-util.mjs +0 -18
  260. package/esm2022/lib/_helpers/field-group-utils.mjs +0 -47
  261. package/esm2022/lib/_helpers/filter-utils.mjs +0 -106
  262. package/esm2022/lib/_helpers/formatters/boolean.mjs +0 -20
  263. package/esm2022/lib/_helpers/formatters/common.mjs +0 -16
  264. package/esm2022/lib/_helpers/formatters/currency-map.mjs +0 -903
  265. package/esm2022/lib/_helpers/formatters/currency.mjs +0 -68
  266. package/esm2022/lib/_helpers/formatters/date.mjs +0 -69
  267. package/esm2022/lib/_helpers/formatters/format-utils.mjs +0 -68
  268. package/esm2022/lib/_helpers/formatters/index.mjs +0 -110
  269. package/esm2022/lib/_helpers/instructions-utils.mjs +0 -36
  270. package/esm2022/lib/_helpers/tab-utils.mjs +0 -59
  271. package/esm2022/lib/_helpers/template-utils.mjs +0 -56
  272. package/esm2022/lib/_helpers/utils.mjs +0 -386
  273. package/esm2022/lib/_helpers/versionHelpers.mjs +0 -12
  274. package/esm2022/lib/_messages/error-messages.service.mjs +0 -31
  275. package/esm2022/lib/_messages/get-login-status.service.mjs +0 -26
  276. package/esm2022/lib/_messages/oauth-response.service.mjs +0 -30
  277. package/esm2022/lib/_messages/progress-spinner.service.mjs +0 -30
  278. package/esm2022/lib/_messages/reset-pconnect.service.mjs +0 -31
  279. package/esm2022/lib/_messages/update-worklist.service.mjs +0 -30
  280. package/esm2022/lib/_services/case.service.mjs +0 -32
  281. package/esm2022/lib/_services/datapage.service.mjs +0 -52
  282. package/esm2022/lib/_services/endpoints.mjs +0 -61
  283. package/esm2022/lib/_services/server-config.service.mjs +0 -52
  284. package/esm2022/lib/_types/PConnProps.interface.mjs +0 -2
  285. package/esm2022/pega-angular-sdk-components.mjs +0 -5
  286. package/esm2022/public-api.mjs +0 -141
  287. package/esm2022/sdk-local-component-map.mjs +0 -9
  288. package/lib/_messages/get-login-status.service.d.ts +0 -10
  289. package/lib/_messages/oauth-response.service.d.ts +0 -14
  290. package/lib/_messages/reset-pconnect.service.d.ts +0 -15
@@ -0,0 +1,75 @@
1
+ import { OnInit, OnDestroy, EventEmitter } from '@angular/core';
2
+ import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
3
+ import { PConnFieldProps } from '../../../_types/PConnProps.interface';
4
+ import { Utils } from '../../../_helpers/utils';
5
+ import * as i0 from "@angular/core";
6
+ interface SelectableCardProps extends PConnFieldProps {
7
+ selectionList: any;
8
+ readonlyContextList: any;
9
+ image: string;
10
+ primaryField: string;
11
+ selectionKey: string;
12
+ renderMode: string;
13
+ hideFieldLabels?: boolean;
14
+ additionalProps?: any;
15
+ imagePosition?: string;
16
+ imageSize?: string;
17
+ showImageDescription?: boolean;
18
+ datasource?: any;
19
+ }
20
+ export declare class SelectableCardComponent implements OnInit, OnDestroy {
21
+ private angularPConnect;
22
+ private utils;
23
+ pConn$: typeof PConnect;
24
+ type: string;
25
+ valueChange: EventEmitter<any>;
26
+ angularPConnectData: AngularPConnectData;
27
+ configProps$: SelectableCardProps;
28
+ value$: any;
29
+ readOnly: boolean;
30
+ disabled: boolean;
31
+ displayMode$: string | undefined;
32
+ radioBtnValue: any;
33
+ additionalProps: any;
34
+ testId: any;
35
+ showNoValue: boolean;
36
+ selectionKey?: string;
37
+ defaultStyle: {};
38
+ specialStyle: {};
39
+ cardStyle: {};
40
+ selectedvalues: any;
41
+ selectionList: any;
42
+ primaryField: string;
43
+ commonProps: any;
44
+ contentList: [
45
+ {
46
+ commonCardProps: {
47
+ id: string;
48
+ key: string;
49
+ fields: any;
50
+ label: string;
51
+ selected: boolean;
52
+ };
53
+ cardImage: {
54
+ src: string;
55
+ alt: string;
56
+ style: any;
57
+ };
58
+ }
59
+ ];
60
+ actionsApi: Object;
61
+ propName: string;
62
+ constructor(angularPConnect: AngularPConnectService, utils: Utils);
63
+ ngOnInit(): void;
64
+ ngOnDestroy(): void;
65
+ onStateChange(): void;
66
+ checkAndUpdate(): void;
67
+ updateSelf(): void;
68
+ fieldOnChange(value: any): void;
69
+ fieldOnBlur(): void;
70
+ handleChangeMultiMode(event: any, element: any): void;
71
+ cardSelect(event: any, element: any): void;
72
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectableCardComponent, never>;
73
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectableCardComponent, "lib-selectable-card", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
74
+ }
75
+ export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnDestroy } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -1,5 +1,5 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnDestroy } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
3
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
4
  import { Utils } from '../../../_helpers/utils';
5
5
  import { PConnFieldProps } from '../../../_types/PConnProps.interface';
@@ -10,6 +10,7 @@ export declare class TextComponent implements OnInit, OnDestroy {
10
10
  private angularPConnect;
11
11
  private utils;
12
12
  pConn$: typeof PConnect;
13
+ formGroup$: FormGroup;
13
14
  formatAs$: string;
14
15
  angularPConnectData: AngularPConnectData;
15
16
  configProps$: TextProps;
@@ -35,6 +36,6 @@ export declare class TextComponent implements OnInit, OnDestroy {
35
36
  generateDate(sVal: any): string;
36
37
  generateDateTime(sVal: any): string;
37
38
  static ɵfac: i0.ɵɵFactoryDeclaration<TextComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "app-text", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formatAs$": { "alias": "formatAs$"; "required": false; }; }, {}, never, never, true, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "app-text", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "formatAs$": { "alias": "formatAs$"; "required": false; }; }, {}, never, never, true, never>;
39
40
  }
40
41
  export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
3
2
  import { FormControl, FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -30,6 +29,8 @@ export declare class TextAreaComponent implements OnInit, OnDestroy {
30
29
  testId: string;
31
30
  helperText: string;
32
31
  fieldControl: FormControl<string | null>;
32
+ actionsApi: Object;
33
+ propName: string;
33
34
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
34
35
  ngOnInit(): void;
35
36
  ngOnDestroy(): void;
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnDestroy } from '@angular/core';
3
2
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
3
  import { Utils } from '../../../_helpers/utils';
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
3
2
  import { FormControl, FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectService, AngularPConnectData } from '../../../_bridge/angular-pconnect';
@@ -30,6 +29,8 @@ export declare class TextInputComponent implements OnInit, OnDestroy {
30
29
  helperText: string;
31
30
  placeholder: string;
32
31
  fieldControl: FormControl<string | null>;
32
+ actionsApi: Object;
33
+ propName: string;
33
34
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
34
35
  ngOnInit(): void;
35
36
  ngOnDestroy(): void;
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
3
2
  import { FormControl, FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -29,6 +28,9 @@ export declare class TimeComponent implements OnInit, OnDestroy {
29
28
  helperText: string;
30
29
  placeholder: string;
31
30
  fieldControl: FormControl<string | null>;
31
+ actionsApi: Object;
32
+ propName: string;
33
+ formattedValue$: any;
32
34
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
33
35
  ngOnInit(): void;
34
36
  ngOnDestroy(): void;
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
3
2
  import { FormControl, FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -29,6 +28,8 @@ export declare class UrlComponent implements OnInit, OnDestroy {
29
28
  helperText: string;
30
29
  placeholder: string;
31
30
  fieldControl: FormControl<string | null>;
31
+ actionsApi: Object;
32
+ propName: string;
32
33
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
33
34
  ngOnInit(): void;
34
35
  ngOnDestroy(): void;
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnDestroy } from '@angular/core';
3
2
  import { FormControl, FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -28,15 +27,22 @@ export declare class UserReferenceComponent implements OnInit, OnDestroy {
28
27
  filteredOptions: Observable<any[]>;
29
28
  filterValue: string;
30
29
  fieldControl: FormControl<string | null>;
30
+ actionsApi: Object;
31
+ propName: string;
32
+ onRecordChange: any;
31
33
  constructor(angularPConnect: AngularPConnectService, utils: Utils);
32
34
  ngOnInit(): Promise<void>;
33
35
  ngOnDestroy(): void;
34
36
  get type(): string;
35
37
  onStateChange(): Promise<void>;
36
38
  private _filter;
39
+ isUserNameAvailable: (user: any) => any;
40
+ getUserName: (user: any) => any;
41
+ getValue: (user: any) => any;
37
42
  checkAndUpdate(): Promise<void>;
38
43
  updateSelf(): Promise<void>;
39
44
  fieldOnChange(event: any): void;
45
+ optionChanged(event: any): void;
40
46
  fieldOnBlur(event: any): void;
41
47
  getErrorMessage(): string;
42
48
  static ɵfac: i0.ɵɵFactoryDeclaration<UserReferenceComponent, never>;
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, ChangeDetectorRef, NgZone, OnDestroy, Injector } from '@angular/core';
3
2
  import { FormBuilder, FormGroup } from '@angular/forms';
4
3
  import { publicConstants } from '@pega/pcore-pconnect-typedefs/constants';
@@ -63,7 +62,6 @@ export declare class FlowContainerComponent extends FlowContainerBaseComponent i
63
62
  getTodoVisibilty(): boolean;
64
63
  initContainer(): void;
65
64
  initComponent(bLoadChildren: boolean): void;
66
- hasAssignments(): boolean;
67
65
  isCaseWideLocalAction(): boolean;
68
66
  hasChildCaseAssignments(): any;
69
67
  getActiveViewLabel(): string;
@@ -1,2 +1,3 @@
1
+ export declare function hasAssignments(pConnect: any): any;
1
2
  export declare const showBanner: (getPConnect: any) => boolean;
2
3
  export declare function getToDoAssignments(pConnect: any): any;
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { FormGroup } from '@angular/forms';
3
2
  import * as i0 from "@angular/core";
4
3
  /**
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, EventEmitter, NgZone, OnDestroy } from '@angular/core';
3
2
  import { FormBuilder, FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../../_bridge/angular-pconnect';
@@ -15,7 +14,6 @@ export declare class ModalViewContainerComponent implements OnInit, OnDestroy {
15
14
  private psService;
16
15
  private fb;
17
16
  pConn$: typeof PConnect;
18
- displayOnlyFA$: boolean;
19
17
  modalVisibleChange: EventEmitter<boolean>;
20
18
  angularPConnectData: AngularPConnectData;
21
19
  arChildren$: any[];
@@ -26,7 +24,6 @@ export declare class ModalViewContainerComponent implements OnInit, OnDestroy {
26
24
  context$: string;
27
25
  title$: string;
28
26
  bShowModal$: boolean;
29
- bShowAsModal$: boolean;
30
27
  itemKey$: string;
31
28
  formGroup$: FormGroup;
32
29
  oCaseInfo: Object;
@@ -68,5 +65,5 @@ export declare class ModalViewContainerComponent implements OnInit, OnDestroy {
68
65
  determineModalHeaderByAction(actionName: any, caseTypeName: any, ID: any, caseLocaleRef: any): any;
69
66
  closeActionsDialog: () => void;
70
67
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalViewContainerComponent, never>;
71
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalViewContainerComponent, "app-modal-view-container", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "displayOnlyFA$": { "alias": "displayOnlyFA$"; "required": false; }; }, { "modalVisibleChange": "modalVisibleChange"; }, never, never, true, never>;
68
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalViewContainerComponent, "app-modal-view-container", never, { "pConn$": { "alias": "pConn$"; "required": false; }; }, { "modalVisibleChange": "modalVisibleChange"; }, never, never, true, never>;
72
69
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  /**
@@ -0,0 +1,2 @@
1
+ export declare const addContainerItem: (pConnect: any) => void;
2
+ export declare const configureBrowserBookmark: (pConnect: any) => void;
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, NgZone, OnDestroy } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../../_bridge/angular-pconnect';
@@ -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, localeRuleKey?: string, componentName?: string | null) => string;
8
8
  localeCategory: string;
9
9
  buttonClick(sAction: any, sButtonType: any): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionButtonsComponent, never>;
@@ -1,10 +1,10 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, NgZone, OnDestroy, OnChanges } from '@angular/core';
3
2
  import { MatSnackBar } from '@angular/material/snack-bar';
4
3
  import { FormGroup } from '@angular/forms';
5
4
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
6
5
  import { ErrorMessagesService } from '../../../_messages/error-messages.service';
7
6
  import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
7
+ import { BannerService } from '../../../_services/banner.service';
8
8
  import * as i0 from "@angular/core";
9
9
  interface AssignmentProps {
10
10
  template: string;
@@ -15,6 +15,7 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
15
15
  private erService;
16
16
  private ngZone;
17
17
  private snackBar;
18
+ bannerService: BannerService;
18
19
  pConn$: typeof PConnect;
19
20
  formGroup$: FormGroup;
20
21
  arChildren$: any[];
@@ -22,7 +23,6 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
22
23
  isCreateStage$: boolean;
23
24
  updateToken$: number;
24
25
  isInModal$: boolean;
25
- banners: any;
26
26
  angularPConnectData: AngularPConnectData;
27
27
  configProps$: AssignmentProps;
28
28
  newPConn$: any;
@@ -49,7 +49,8 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
49
49
  localizedVal: any;
50
50
  localeCategory: string;
51
51
  localeReference: any;
52
- constructor(angularPConnect: AngularPConnectService, psService: ProgressSpinnerService, erService: ErrorMessagesService, ngZone: NgZone, snackBar: MatSnackBar);
52
+ snackBarRef: any;
53
+ constructor(angularPConnect: AngularPConnectService, psService: ProgressSpinnerService, erService: ErrorMessagesService, ngZone: NgZone, snackBar: MatSnackBar, bannerService: BannerService);
53
54
  ngOnInit(): void;
54
55
  ngOnDestroy(): void;
55
56
  onStateChange(): void;
@@ -66,7 +67,8 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
66
67
  formValid(): boolean;
67
68
  touchAll(): void;
68
69
  topViewRefresh(): void;
70
+ registerForRefresh(): void;
69
71
  static ɵfac: i0.ɵɵFactoryDeclaration<AssignmentComponent, never>;
70
- static ɵcmp: i0.ɵɵComponentDeclaration<AssignmentComponent, "app-assignment", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "arChildren$": { "alias": "arChildren$"; "required": false; }; "itemKey$": { "alias": "itemKey$"; "required": false; }; "isCreateStage$": { "alias": "isCreateStage$"; "required": false; }; "updateToken$": { "alias": "updateToken$"; "required": false; }; "isInModal$": { "alias": "isInModal$"; "required": false; }; "banners": { "alias": "banners"; "required": false; }; }, {}, never, never, true, never>;
72
+ static ɵcmp: i0.ɵɵComponentDeclaration<AssignmentComponent, "app-assignment", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "arChildren$": { "alias": "arChildren$"; "required": false; }; "itemKey$": { "alias": "itemKey$"; "required": false; }; "isCreateStage$": { "alias": "isCreateStage$"; "required": false; }; "updateToken$": { "alias": "updateToken$"; "required": false; }; "isInModal$": { "alias": "isInModal$"; "required": false; }; }, {}, never, never, true, never>;
71
73
  }
72
74
  export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, EventEmitter, OnChanges } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import * as i0 from "@angular/core";
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import * as i0 from "@angular/core";
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnDestroy, OnChanges } from '@angular/core';
3
2
  import { publicConstants } from '@pega/pcore-pconnect-typedefs/constants';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -27,6 +26,7 @@ export declare class DeferLoadComponent implements OnInit, OnDestroy, OnChanges
27
26
  CASE: any;
28
27
  PAGE: any;
29
28
  DATA: any;
29
+ lastUpdateCaseTime: any;
30
30
  constructor(angularPConnect: AngularPConnectService);
31
31
  ngOnInit(): void;
32
32
  ngOnDestroy(): void;
@@ -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, localeRuleKey?: string, componentName?: string | null) => string;
5
5
  localeCategory: string;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ErrorBoundaryComponent, never>;
7
7
  static ɵcmp: i0.ɵɵComponentDeclaration<ErrorBoundaryComponent, "app-error-boundary", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, EventEmitter } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import { Utils } from '../../../_helpers/utils';
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, ChangeDetectorRef, NgZone, OnDestroy } from '@angular/core';
3
2
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
3
  import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
@@ -22,10 +21,10 @@ export declare class NavbarComponent implements OnInit, OnDestroy {
22
21
  navPages$: any[];
23
22
  navExpandCollapse$: string;
24
23
  bShowCaseTypes$: boolean;
25
- portalApp$: string;
24
+ portalApp$: string | undefined;
26
25
  portalLogoImage$: string;
27
26
  showAppName$?: boolean;
28
- portalOperator$: string;
27
+ portalOperator$: string | undefined;
29
28
  portalOperatorInitials$: string;
30
29
  actionsAPI: any;
31
30
  createWork: any;
@@ -5,12 +5,32 @@ import * as i0 from "@angular/core";
5
5
  * is totally at your own risk.
6
6
  */
7
7
  export declare class ReferenceComponent {
8
- referencedComponent: any;
9
8
  private static bLogging;
10
- constructor();
9
+ /**
10
+ * Creates a normalized PConn from a reference component.
11
+ * Resolves the reference to its fully realized View with proper configuration.
12
+ *
13
+ * @param inPConn - The PConn object that represents a reference component
14
+ * @returns The dereferenced PConnect object, or null if reference can't be resolved
15
+ */
11
16
  static createFullReferencedViewFromRef(inPConn: any): any;
17
+ /**
18
+ * Normalizes a PConn object that might be a 'reference'.
19
+ * If the incoming PConn is a reference, returns its dereferenced View.
20
+ * Otherwise, returns the passed in PConn unchanged.
21
+ *
22
+ * @param inPConn - A PConn object (ex: { getPConnect() } or direct PConnect)
23
+ * @returns The normalized PConn object with references resolved
24
+ */
12
25
  static normalizePConn(inPConn: any): any;
13
- static normalizePConnArray(inPConnArray: any): any;
26
+ /**
27
+ * Normalizes an array of PConn objects by replacing any 'reference' components
28
+ * with their referenced views.
29
+ *
30
+ * @param inPConnArray - Array of PConn objects to normalize
31
+ * @returns Normalized array with references resolved, or empty array if input is invalid
32
+ */
33
+ static normalizePConnArray(inPConnArray: any[]): any[];
14
34
  static ɵfac: i0.ɵɵFactoryDeclaration<ReferenceComponent, never>;
15
35
  static ɵcmp: i0.ɵɵComponentDeclaration<ReferenceComponent, "app-reference", never, {}, {}, never, never, true, never>;
16
36
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import * as i0 from "@angular/core";
@@ -1,7 +1,7 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, NgZone, OnDestroy } from '@angular/core';
3
2
  import { Subscription } from 'rxjs';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
+ import { ServerConfigService } from '../../../_services/server-config.service';
5
5
  import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class RootContainerComponent implements OnInit, OnDestroy {
@@ -11,6 +11,7 @@ export declare class RootContainerComponent implements OnInit, OnDestroy {
11
11
  pConn$: typeof PConnect;
12
12
  displayOnlyFA$: boolean;
13
13
  isMashup$: boolean;
14
+ scService: ServerConfigService;
14
15
  angularPConnectData: AngularPConnectData;
15
16
  componentName$: string;
16
17
  bIsProgress$: boolean;
@@ -26,8 +27,8 @@ export declare class RootContainerComponent implements OnInit, OnDestroy {
26
27
  ngOnInit(): void;
27
28
  ngOnDestroy(): void;
28
29
  onStateChange(): void;
29
- modalVisibleChanged(isVisible: any): void;
30
30
  updateSelf(): void;
31
+ configureModalContainer(): Promise<void>;
31
32
  generateViewContainerForNoPortal(): void;
32
33
  showHideProgress(bShow: boolean): void;
33
34
  static ɵfac: i0.ɵɵFactoryDeclaration<RootContainerComponent, never>;
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnDestroy } from '@angular/core';
3
2
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
3
  import { Utils } from '../../../_helpers/utils';
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, SimpleChanges, OnDestroy, OnChanges } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -18,6 +17,7 @@ export declare class ViewComponent implements OnInit, OnDestroy, OnChanges {
18
17
  formGroup$: FormGroup;
19
18
  displayOnlyFA$: boolean;
20
19
  angularPConnectData: AngularPConnectData;
20
+ noHeaderTemplates: string[];
21
21
  configProps$: ViewProps;
22
22
  inheritedProps$: any;
23
23
  arChildren$: any[];
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, NgZone, OnDestroy } from '@angular/core';
3
2
  import { MatSnackBar } from '@angular/material/snack-bar';
4
3
  import { Subscription } from 'rxjs';
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  interface BannerPageProps {
@@ -0,0 +1,21 @@
1
+ import { OnInit, OnDestroy, Injector } from '@angular/core';
2
+ import { AngularPConnectData } from '../../../_bridge/angular-pconnect';
3
+ import * as i0 from "@angular/core";
4
+ export declare class DetailsTemplateBase implements OnInit, OnDestroy {
5
+ pConn$: typeof PConnect;
6
+ protected angularPConnectData: AngularPConnectData;
7
+ protected angularPConnect: any;
8
+ childrenMetadataOld: any;
9
+ constructor(injector: Injector);
10
+ ngOnInit(): void;
11
+ ngOnDestroy(): void;
12
+ onStateChange(): void;
13
+ checkAndUpdate(): void;
14
+ updateSelf(): void;
15
+ hasRawMetadataChanged(): boolean;
16
+ fetchChildrenMetadata(): {
17
+ [key: string]: any;
18
+ }[];
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<DetailsTemplateBase, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DetailsTemplateBase, never, never, { "pConn$": { "alias": "pConn$"; "required": false; }; }, {}, never, never, true, never>;
21
+ }
@@ -0,0 +1,10 @@
1
+ import { OnDestroy } from '@angular/core';
2
+ import { AngularPConnectData } from '../../../_bridge/angular-pconnect';
3
+ import * as i0 from "@angular/core";
4
+ export declare class FormTemplateBase implements OnDestroy {
5
+ pConn$: any;
6
+ angularPConnectData: AngularPConnectData;
7
+ ngOnDestroy(): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormTemplateBase, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormTemplateBase, never, never, {}, {}, never, never, true, never>;
10
+ }
@@ -1,7 +1,7 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnDestroy, OnChanges } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
+ import { Utils } from '../../../_helpers/utils';
5
5
  import * as i0 from "@angular/core";
6
6
  interface CaseSummaryProps {
7
7
  status?: string;
@@ -11,6 +11,7 @@ interface CaseSummaryProps {
11
11
  }
12
12
  export declare class CaseSummaryComponent implements OnInit, OnDestroy, OnChanges {
13
13
  private angularPConnect;
14
+ private utils;
14
15
  pConn$: typeof PConnect;
15
16
  formGroup$: FormGroup;
16
17
  angularPConnectData: AngularPConnectData;
@@ -20,7 +21,7 @@ export declare class CaseSummaryComponent implements OnInit, OnDestroy, OnChange
20
21
  bShowStatus$?: boolean;
21
22
  primaryFields$: any[];
22
23
  secondaryFields$: any[];
23
- constructor(angularPConnect: AngularPConnectService);
24
+ constructor(angularPConnect: AngularPConnectService, utils: Utils);
24
25
  ngOnInit(): void;
25
26
  ngOnDestroy(): void;
26
27
  initComponent(): void;
@@ -28,7 +29,6 @@ export declare class CaseSummaryComponent implements OnInit, OnDestroy, OnChange
28
29
  updateSelf(): void;
29
30
  ngOnChanges(): void;
30
31
  generatePrimaryAndSecondaryFields(): void;
31
- prepareComponentInCaseSummary(pConnectMeta: any, getPConnect: any): any;
32
32
  prepareCaseSummaryData(summaryFieldChildren: any): any;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<CaseSummaryComponent, never>;
34
34
  static ɵcmp: i0.ɵɵComponentDeclaration<CaseSummaryComponent, "app-case-summary", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -15,7 +14,6 @@ export declare class CaseViewComponent implements OnInit, OnDestroy {
15
14
  private utils;
16
15
  pConn$: typeof PConnect;
17
16
  formGroup$: FormGroup;
18
- displayOnlyFA$: boolean;
19
17
  angularPConnectData: AngularPConnectData;
20
18
  configProps$: CaseViewProps;
21
19
  arChildren$: any[];
@@ -51,6 +49,6 @@ export declare class CaseViewComponent implements OnInit, OnDestroy {
51
49
  _menuActionClick(data: any): void;
52
50
  _menuProcessClick(data: any): void;
53
51
  static ɵfac: i0.ɵɵFactoryDeclaration<CaseViewComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<CaseViewComponent, "app-case-view", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "displayOnlyFA$": { "alias": "displayOnlyFA$"; "required": false; }; }, {}, never, never, true, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaseViewComponent, "app-case-view", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
55
53
  }
56
54
  export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnDestroy } from '@angular/core';
3
2
  import { publicConstants } from '@pega/pcore-pconnect-typedefs/constants';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnDestroy } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';