@pega/angular-sdk-components 24.2.10 → 25.1.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 (305) hide show
  1. package/fesm2022/pega-angular-sdk-components.mjs +5383 -3962
  2. package/fesm2022/pega-angular-sdk-components.mjs.map +1 -1
  3. package/lib/_bridge/angular-pconnect.d.ts +1 -1
  4. package/lib/_bridge/component-mapper/component-mapper.component.d.ts +1 -1
  5. package/lib/_bridge/helpers/sdk-pega-component-map.d.ts +18 -0
  6. package/lib/_components/designSystemExtension/banner/banner.component.d.ts +0 -1
  7. package/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.d.ts +0 -1
  8. package/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.d.ts +1 -1
  9. package/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.d.ts +1 -0
  10. package/lib/_components/designSystemExtension/operator/operator.component.d.ts +2 -3
  11. package/lib/_components/designSystemExtension/pulse/pulse.component.d.ts +0 -1
  12. package/lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component.d.ts +1 -0
  13. package/lib/_components/field/auto-complete/auto-complete.component.d.ts +14 -38
  14. package/lib/_components/field/cancel-alert/cancel-alert.component.d.ts +7 -6
  15. package/lib/_components/field/check-box/check-box.component.d.ts +10 -33
  16. package/lib/_components/field/currency/currency.component.d.ts +19 -35
  17. package/lib/_components/field/date/date.component.d.ts +7 -58
  18. package/lib/_components/field/date-time/date-time.component.d.ts +12 -40
  19. package/lib/_components/field/decimal/decimal.component.d.ts +17 -32
  20. package/lib/_components/field/dropdown/dropdown.component.d.ts +14 -38
  21. package/lib/_components/field/email/email.component.d.ts +7 -35
  22. package/lib/_components/field/field.base.d.ts +57 -0
  23. package/lib/_components/field/group/group.component.d.ts +5 -3
  24. package/lib/_components/field/integer/integer.component.d.ts +8 -35
  25. package/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.d.ts +1 -2
  26. package/lib/_components/field/location/location.component.d.ts +47 -0
  27. package/lib/_components/field/multiselect/multiselect.component.d.ts +7 -39
  28. package/lib/_components/field/object-reference/object-reference.component.d.ts +45 -0
  29. package/lib/_components/field/percentage/percentage.component.d.ts +19 -37
  30. package/lib/_components/field/phone/phone.component.d.ts +8 -38
  31. package/lib/_components/field/radio-buttons/radio-buttons.component.d.ts +13 -34
  32. package/lib/_components/field/rich-text/rich-text.component.d.ts +7 -31
  33. package/lib/_components/field/scalar-list/scalar-list.component.d.ts +6 -22
  34. package/lib/_components/field/selectable-card/selectable-card.component.d.ts +62 -0
  35. package/lib/_components/field/semantic-link/semantic-link.component.d.ts +21 -1
  36. package/lib/_components/field/text/text.component.d.ts +0 -1
  37. package/lib/_components/field/text-area/text-area.component.d.ts +7 -35
  38. package/lib/_components/field/text-content/text-content.component.d.ts +0 -1
  39. package/lib/_components/field/text-input/text-input.component.d.ts +7 -36
  40. package/lib/_components/field/time/time.component.d.ts +7 -36
  41. package/lib/_components/field/url/url.component.d.ts +7 -36
  42. package/lib/_components/field/user-reference/user-reference.component.d.ts +1 -2
  43. package/lib/_components/infra/Containers/flow-container/flow-container.component.d.ts +1 -2
  44. package/lib/_components/infra/Containers/flow-container/helpers.d.ts +1 -0
  45. package/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.d.ts +0 -1
  46. package/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.d.ts +5 -10
  47. package/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.d.ts +0 -1
  48. package/lib/_components/infra/Containers/view-container/view-container.component.d.ts +0 -1
  49. package/lib/_components/infra/action-buttons/action-buttons.component.d.ts +1 -1
  50. package/lib/_components/infra/assignment/assignment.component.d.ts +8 -6
  51. package/lib/_components/infra/assignment-card/assignment-card.component.d.ts +3 -3
  52. package/lib/_components/infra/dashboard-filter/dashboard-filter.component.d.ts +0 -1
  53. package/lib/_components/infra/defer-load/defer-load.component.d.ts +7 -7
  54. package/lib/_components/infra/error-boundary/error-boundary.component.d.ts +1 -1
  55. package/lib/_components/infra/multi-step/multi-step.component.d.ts +0 -1
  56. package/lib/_components/infra/navbar/navbar.component.d.ts +0 -2
  57. package/lib/_components/infra/reference/reference.component.d.ts +23 -3
  58. package/lib/_components/infra/region/region.component.d.ts +0 -1
  59. package/lib/_components/infra/root-container/root-container.component.d.ts +3 -2
  60. package/lib/_components/infra/stages/stages.component.d.ts +2 -2
  61. package/lib/_components/infra/view/view.component.d.ts +0 -1
  62. package/lib/_components/template/advanced-search/advanced-search.component.d.ts +21 -0
  63. package/lib/_components/template/advanced-search/search-group/persist-utils.d.ts +23 -0
  64. package/lib/_components/template/advanced-search/search-groups/search-groups.component.d.ts +47 -0
  65. package/lib/_components/template/advanced-search/search-groups/utils.d.ts +15 -0
  66. package/lib/_components/template/app-shell/app-shell.component.d.ts +6 -3
  67. package/lib/_components/template/banner-page/banner-page.component.d.ts +0 -1
  68. package/lib/_components/template/base/details-template-base.d.ts +1 -2
  69. package/lib/_components/template/base/form-template-base.d.ts +3 -1
  70. package/lib/_components/template/case-summary/case-summary.component.d.ts +3 -3
  71. package/lib/_components/template/case-view/case-view.component.d.ts +0 -2
  72. package/lib/_components/template/confirmation/confirmation.component.d.ts +0 -1
  73. package/lib/_components/template/data-reference/data-reference.component.d.ts +27 -3
  74. package/lib/_components/template/data-reference/search-form/search-form.component.d.ts +39 -0
  75. package/lib/_components/template/data-reference/search-form/tabsData.d.ts +2 -0
  76. package/lib/_components/template/data-reference/utils.d.ts +14 -0
  77. package/lib/_components/template/default-form/default-form.component.d.ts +9 -4
  78. package/lib/_components/template/default-page/default-page.component.d.ts +29 -0
  79. package/lib/_components/template/details/details.component.d.ts +0 -1
  80. package/lib/_components/template/details-narrow-wide/details-narrow-wide.component.d.ts +0 -1
  81. package/lib/_components/template/details-one-column/details-one-column.component.d.ts +0 -1
  82. package/lib/_components/template/details-sub-tabs/details-sub-tabs.component.d.ts +0 -1
  83. package/lib/_components/template/details-three-column/details-three-column.component.d.ts +0 -1
  84. package/lib/_components/template/details-two-column/details-two-column.component.d.ts +0 -1
  85. package/lib/_components/template/details-wide-narrow/details-wide-narrow.component.d.ts +0 -1
  86. package/lib/_components/template/dynamic-tabs/dynamic-tabs.component.d.ts +0 -1
  87. package/lib/_components/template/field-group-template/field-group-template.component.d.ts +9 -8
  88. package/lib/_components/template/inline-dashboard/inline-dashboard.component.d.ts +0 -1
  89. package/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.d.ts +0 -1
  90. package/lib/_components/template/list-page/list-page.component.d.ts +0 -1
  91. package/lib/_components/template/list-view/list-view.component.d.ts +22 -7
  92. package/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.d.ts +0 -1
  93. package/lib/_components/template/narrow-wide-form/narrow-wide-form.component.d.ts +0 -1
  94. package/lib/_components/template/object-page/object-page.component.d.ts +8 -0
  95. package/lib/_components/template/one-column/one-column.component.d.ts +0 -1
  96. package/lib/_components/template/one-column-page/one-column-page.component.d.ts +0 -1
  97. package/lib/_components/template/one-column-tab/one-column-tab.component.d.ts +0 -1
  98. package/lib/_components/template/page/page.component.d.ts +0 -1
  99. package/lib/_components/template/promoted-filters/promoted-filters.component.d.ts +0 -1
  100. package/lib/_components/template/repeating-structures/repeating-structures.component.d.ts +0 -1
  101. package/lib/_components/template/self-service-case-view/self-service-case-view.component.d.ts +58 -0
  102. package/lib/_components/template/simple-table/simple-table.component.d.ts +0 -1
  103. package/lib/_components/template/simple-table-manual/helpers.d.ts +18 -3
  104. package/lib/_components/template/simple-table-manual/simple-table-manual.component.d.ts +9 -4
  105. package/lib/_components/template/simple-table-select/simple-table-select.component.d.ts +0 -1
  106. package/lib/_components/template/single-reference-readonly/single-reference-readonly.component.d.ts +18 -3
  107. package/lib/_components/template/sub-tabs/sub-tabs.component.d.ts +0 -1
  108. package/lib/_components/template/three-column/three-column.component.d.ts +0 -1
  109. package/lib/_components/template/three-column-page/three-column-page.component.d.ts +0 -1
  110. package/lib/_components/template/two-column/two-column.component.d.ts +0 -1
  111. package/lib/_components/template/two-column-page/two-column-page.component.d.ts +0 -1
  112. package/lib/_components/template/two-column-tab/two-column-tab.component.d.ts +0 -1
  113. package/lib/_components/template/utils.d.ts +11 -0
  114. package/lib/_components/template/wide-narrow-form/wide-narrow-form.component.d.ts +0 -1
  115. package/lib/_components/template/wide-narrow-page/wide-narrow-page.component.d.ts +0 -1
  116. package/lib/_components/template/wss-nav-bar/wss-nav-bar.component.d.ts +3 -6
  117. package/lib/_components/widget/app-announcement/app-announcement.component.d.ts +0 -1
  118. package/lib/_components/widget/attachment/Attachment.types.d.ts +87 -0
  119. package/lib/_components/widget/attachment/AttachmentUtils.d.ts +17 -0
  120. package/lib/_components/widget/attachment/attachment.component.d.ts +18 -34
  121. package/lib/_components/widget/case-history/case-history.component.d.ts +0 -1
  122. package/lib/_components/widget/feed-container/feed-container.component.d.ts +2 -3
  123. package/lib/_components/widget/file-utility/file-utility.component.d.ts +3 -2
  124. package/lib/_components/widget/quick-create/quick-create.component.d.ts +0 -1
  125. package/lib/_components/widget/todo/todo.component.d.ts +5 -4
  126. package/lib/_components/widget/utility/utility.component.d.ts +0 -1
  127. package/lib/_helpers/field-group-utils.d.ts +1 -3
  128. package/lib/_helpers/filter-utils.d.ts +1 -3
  129. package/lib/_helpers/formatters/boolean.d.ts +1 -2
  130. package/lib/_helpers/formatters/common.d.ts +1 -1
  131. package/lib/_helpers/formatters/currency.d.ts +1 -2
  132. package/lib/_helpers/formatters/date.d.ts +1 -2
  133. package/lib/_helpers/formatters/index.d.ts +1 -2
  134. package/lib/_helpers/object-utils.d.ts +8 -0
  135. package/lib/_helpers/objectReference-utils.d.ts +6 -0
  136. package/lib/_helpers/semanticLink-utils.d.ts +9 -0
  137. package/lib/_helpers/tab-utils.d.ts +4 -0
  138. package/lib/_helpers/utils.d.ts +13 -1
  139. package/lib/_services/banner.service.d.ts +8 -0
  140. package/lib/_services/case.service.d.ts +1 -1
  141. package/lib/_services/data-reference-advanced-search.service.d.ts +9 -0
  142. package/lib/_services/datapage.service.d.ts +1 -1
  143. package/lib/_services/google-maps-loader.service.d.ts +7 -0
  144. package/package.json +20 -6
  145. package/public-api.d.ts +26 -9
  146. package/esm2022/lib/_bridge/angular-pconnect.mjs +0 -428
  147. package/esm2022/lib/_bridge/component-mapper/component-mapper.component.mjs +0 -107
  148. package/esm2022/lib/_bridge/helpers/sdk-pega-component-map.mjs +0 -239
  149. package/esm2022/lib/_bridge/helpers/sdk_component_map.mjs +0 -142
  150. package/esm2022/lib/_components/designSystemExtension/alert/alert.component.mjs +0 -50
  151. package/esm2022/lib/_components/designSystemExtension/alert-banner/alert-banner.component.mjs +0 -29
  152. package/esm2022/lib/_components/designSystemExtension/banner/banner.component.mjs +0 -31
  153. package/esm2022/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.mjs +0 -51
  154. package/esm2022/lib/_components/designSystemExtension/field-group/field-group.component.mjs +0 -31
  155. package/esm2022/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.mjs +0 -83
  156. package/esm2022/lib/_components/designSystemExtension/material-details/material-details.component.mjs +0 -37
  157. package/esm2022/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.mjs +0 -34
  158. package/esm2022/lib/_components/designSystemExtension/material-summary-item/material-summary-item.component.mjs +0 -36
  159. package/esm2022/lib/_components/designSystemExtension/material-summary-list/material-summary-list.component.mjs +0 -25
  160. package/esm2022/lib/_components/designSystemExtension/material-utility/material-utility.component.mjs +0 -28
  161. package/esm2022/lib/_components/designSystemExtension/material-vertical-tabs/material-vertical-tabs.component.mjs +0 -42
  162. package/esm2022/lib/_components/designSystemExtension/operator/operator.component.mjs +0 -143
  163. package/esm2022/lib/_components/designSystemExtension/pulse/pulse.component.mjs +0 -33
  164. package/esm2022/lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component.mjs +0 -93
  165. package/esm2022/lib/_components/designSystemExtension/wss-quick-create/wss-quick-create.component.mjs +0 -18
  166. package/esm2022/lib/_components/field/auto-complete/auto-complete.component.mjs +0 -288
  167. package/esm2022/lib/_components/field/cancel-alert/cancel-alert.component.mjs +0 -96
  168. package/esm2022/lib/_components/field/check-box/check-box.component.mjs +0 -225
  169. package/esm2022/lib/_components/field/currency/currency.component.mjs +0 -190
  170. package/esm2022/lib/_components/field/date/date.component.mjs +0 -205
  171. package/esm2022/lib/_components/field/date-time/date-time.component.mjs +0 -183
  172. package/esm2022/lib/_components/field/decimal/decimal.component.mjs +0 -187
  173. package/esm2022/lib/_components/field/dropdown/dropdown.component.mjs +0 -292
  174. package/esm2022/lib/_components/field/email/email.component.mjs +0 -157
  175. package/esm2022/lib/_components/field/group/group.component.mjs +0 -64
  176. package/esm2022/lib/_components/field/integer/integer.component.mjs +0 -160
  177. package/esm2022/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.mjs +0 -44
  178. package/esm2022/lib/_components/field/multiselect/multiselect.component.mjs +0 -314
  179. package/esm2022/lib/_components/field/multiselect/utils.mjs +0 -187
  180. package/esm2022/lib/_components/field/percentage/percentage.component.mjs +0 -182
  181. package/esm2022/lib/_components/field/phone/phone.component.mjs +0 -160
  182. package/esm2022/lib/_components/field/radio-buttons/radio-buttons.component.mjs +0 -182
  183. package/esm2022/lib/_components/field/rich-text/rich-text.component.mjs +0 -102
  184. package/esm2022/lib/_components/field/scalar-list/scalar-list.component.mjs +0 -95
  185. package/esm2022/lib/_components/field/semantic-link/semantic-link.component.mjs +0 -57
  186. package/esm2022/lib/_components/field/text/text.component.mjs +0 -140
  187. package/esm2022/lib/_components/field/text-area/text-area.component.mjs +0 -157
  188. package/esm2022/lib/_components/field/text-content/text-content.component.mjs +0 -69
  189. package/esm2022/lib/_components/field/text-input/text-input.component.mjs +0 -157
  190. package/esm2022/lib/_components/field/time/time.component.mjs +0 -162
  191. package/esm2022/lib/_components/field/url/url.component.mjs +0 -157
  192. package/esm2022/lib/_components/field/user-reference/user-reference.component.mjs +0 -207
  193. package/esm2022/lib/_components/infra/Containers/base-components/flow-container-base.component.mjs +0 -18
  194. package/esm2022/lib/_components/infra/Containers/base-components/helper.mjs +0 -71
  195. package/esm2022/lib/_components/infra/Containers/flow-container/flow-container.component.mjs +0 -490
  196. package/esm2022/lib/_components/infra/Containers/flow-container/helpers.mjs +0 -68
  197. package/esm2022/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.mjs +0 -24
  198. package/esm2022/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.mjs +0 -342
  199. package/esm2022/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.mjs +0 -32
  200. package/esm2022/lib/_components/infra/Containers/view-container/helper.mjs +0 -22
  201. package/esm2022/lib/_components/infra/Containers/view-container/view-container.component.mjs +0 -211
  202. package/esm2022/lib/_components/infra/action-buttons/action-buttons.component.mjs +0 -31
  203. package/esm2022/lib/_components/infra/assignment/assignment.component.mjs +0 -382
  204. package/esm2022/lib/_components/infra/assignment-card/assignment-card.component.mjs +0 -47
  205. package/esm2022/lib/_components/infra/dashboard-filter/dashboard-filter.component.mjs +0 -87
  206. package/esm2022/lib/_components/infra/defer-load/defer-load.component.mjs +0 -141
  207. package/esm2022/lib/_components/infra/error-boundary/error-boundary.component.mjs +0 -18
  208. package/esm2022/lib/_components/infra/multi-step/multi-step.component.mjs +0 -80
  209. package/esm2022/lib/_components/infra/navbar/navbar.component.mjs +0 -136
  210. package/esm2022/lib/_components/infra/reference/reference.component.mjs +0 -133
  211. package/esm2022/lib/_components/infra/region/region.component.mjs +0 -33
  212. package/esm2022/lib/_components/infra/root-container/root-container.component.mjs +0 -228
  213. package/esm2022/lib/_components/infra/stages/stages.component.mjs +0 -62
  214. package/esm2022/lib/_components/infra/view/view.component.mjs +0 -188
  215. package/esm2022/lib/_components/template/app-shell/app-shell.component.mjs +0 -156
  216. package/esm2022/lib/_components/template/banner-page/banner-page.component.mjs +0 -43
  217. package/esm2022/lib/_components/template/base/details-template-base.mjs +0 -56
  218. package/esm2022/lib/_components/template/base/form-template-base.mjs +0 -13
  219. package/esm2022/lib/_components/template/case-summary/case-summary.component.mjs +0 -101
  220. package/esm2022/lib/_components/template/case-view/case-view.component.mjs +0 -185
  221. package/esm2022/lib/_components/template/confirmation/confirmation.component.mjs +0 -68
  222. package/esm2022/lib/_components/template/data-reference/data-reference.component.mjs +0 -242
  223. package/esm2022/lib/_components/template/default-form/default-form.component.mjs +0 -49
  224. package/esm2022/lib/_components/template/details/details.component.mjs +0 -76
  225. package/esm2022/lib/_components/template/details-narrow-wide/details-narrow-wide.component.mjs +0 -45
  226. package/esm2022/lib/_components/template/details-one-column/details-one-column.component.mjs +0 -42
  227. package/esm2022/lib/_components/template/details-sub-tabs/details-sub-tabs.component.mjs +0 -39
  228. package/esm2022/lib/_components/template/details-three-column/details-three-column.component.mjs +0 -51
  229. package/esm2022/lib/_components/template/details-two-column/details-two-column.component.mjs +0 -48
  230. package/esm2022/lib/_components/template/details-wide-narrow/details-wide-narrow.component.mjs +0 -48
  231. package/esm2022/lib/_components/template/dynamic-tabs/dynamic-tabs.component.mjs +0 -65
  232. package/esm2022/lib/_components/template/field-group-list/field-group-list.component.mjs +0 -23
  233. package/esm2022/lib/_components/template/field-group-template/field-group-template.component.mjs +0 -122
  234. package/esm2022/lib/_components/template/field-value-list/field-value-list.component.mjs +0 -24
  235. package/esm2022/lib/_components/template/inline-dashboard/inline-dashboard.component.mjs +0 -22
  236. package/esm2022/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.mjs +0 -40
  237. package/esm2022/lib/_components/template/list-page/list-page.component.mjs +0 -14
  238. package/esm2022/lib/_components/template/list-view/DefaultViewMeta.mjs +0 -208
  239. package/esm2022/lib/_components/template/list-view/list-view.component.mjs +0 -1217
  240. package/esm2022/lib/_components/template/list-view/listViewHelpers.mjs +0 -60
  241. package/esm2022/lib/_components/template/list-view/utils.mjs +0 -662
  242. package/esm2022/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.mjs +0 -44
  243. package/esm2022/lib/_components/template/narrow-wide-form/narrow-wide-form.component.mjs +0 -30
  244. package/esm2022/lib/_components/template/one-column/one-column.component.mjs +0 -31
  245. package/esm2022/lib/_components/template/one-column-page/one-column-page.component.mjs +0 -16
  246. package/esm2022/lib/_components/template/one-column-tab/one-column-tab.component.mjs +0 -30
  247. package/esm2022/lib/_components/template/page/page.component.mjs +0 -52
  248. package/esm2022/lib/_components/template/promoted-filters/promoted-filters.component.mjs +0 -149
  249. package/esm2022/lib/_components/template/repeating-structures/repeating-structures.component.mjs +0 -138
  250. package/esm2022/lib/_components/template/simple-table/simple-table.component.mjs +0 -104
  251. package/esm2022/lib/_components/template/simple-table-manual/helpers.mjs +0 -270
  252. package/esm2022/lib/_components/template/simple-table-manual/simple-table-manual.component.mjs +0 -779
  253. package/esm2022/lib/_components/template/simple-table-select/simple-table-select.component.mjs +0 -129
  254. package/esm2022/lib/_components/template/single-reference-readonly/single-reference-readonly.component.mjs +0 -16
  255. package/esm2022/lib/_components/template/sub-tabs/sub-tabs.component.mjs +0 -67
  256. package/esm2022/lib/_components/template/three-column/three-column.component.mjs +0 -31
  257. package/esm2022/lib/_components/template/three-column-page/three-column-page.component.mjs +0 -16
  258. package/esm2022/lib/_components/template/two-column/two-column.component.mjs +0 -31
  259. package/esm2022/lib/_components/template/two-column-page/two-column-page.component.mjs +0 -40
  260. package/esm2022/lib/_components/template/two-column-tab/two-column-tab.component.mjs +0 -30
  261. package/esm2022/lib/_components/template/utils.mjs +0 -22
  262. package/esm2022/lib/_components/template/wide-narrow-form/wide-narrow-form.component.mjs +0 -31
  263. package/esm2022/lib/_components/template/wide-narrow-page/wide-narrow-page.component.mjs +0 -53
  264. package/esm2022/lib/_components/template/wss-nav-bar/wss-nav-bar.component.mjs +0 -137
  265. package/esm2022/lib/_components/widget/app-announcement/app-announcement.component.mjs +0 -24
  266. package/esm2022/lib/_components/widget/attachment/attachment.component.mjs +0 -393
  267. package/esm2022/lib/_components/widget/case-history/case-history.component.mjs +0 -80
  268. package/esm2022/lib/_components/widget/feed-container/feed-container.component.mjs +0 -521
  269. package/esm2022/lib/_components/widget/file-utility/file-utility.component.mjs +0 -638
  270. package/esm2022/lib/_components/widget/list-utility/list-utility.component.mjs +0 -57
  271. package/esm2022/lib/_components/widget/quick-create/quick-create.component.mjs +0 -75
  272. package/esm2022/lib/_components/widget/todo/todo.component.mjs +0 -228
  273. package/esm2022/lib/_components/widget/utility/utility.component.mjs +0 -34
  274. package/esm2022/lib/_directives/thousand-seperator.directive.mjs +0 -28
  275. package/esm2022/lib/_helpers/case-utils.mjs +0 -71
  276. package/esm2022/lib/_helpers/common.mjs +0 -20
  277. package/esm2022/lib/_helpers/createstage-utils.mjs +0 -15
  278. package/esm2022/lib/_helpers/currency-utils.mjs +0 -57
  279. package/esm2022/lib/_helpers/date-format-utils.mjs +0 -68
  280. package/esm2022/lib/_helpers/event-util.mjs +0 -18
  281. package/esm2022/lib/_helpers/field-group-utils.mjs +0 -47
  282. package/esm2022/lib/_helpers/filter-utils.mjs +0 -105
  283. package/esm2022/lib/_helpers/formatters/boolean.mjs +0 -20
  284. package/esm2022/lib/_helpers/formatters/common.mjs +0 -14
  285. package/esm2022/lib/_helpers/formatters/currency-map.mjs +0 -903
  286. package/esm2022/lib/_helpers/formatters/currency.mjs +0 -68
  287. package/esm2022/lib/_helpers/formatters/date.mjs +0 -69
  288. package/esm2022/lib/_helpers/formatters/format-utils.mjs +0 -68
  289. package/esm2022/lib/_helpers/formatters/index.mjs +0 -124
  290. package/esm2022/lib/_helpers/instructions-utils.mjs +0 -36
  291. package/esm2022/lib/_helpers/tab-utils.mjs +0 -59
  292. package/esm2022/lib/_helpers/template-utils.mjs +0 -56
  293. package/esm2022/lib/_helpers/utils.mjs +0 -386
  294. package/esm2022/lib/_helpers/versionHelpers.mjs +0 -12
  295. package/esm2022/lib/_messages/error-messages.service.mjs +0 -31
  296. package/esm2022/lib/_messages/progress-spinner.service.mjs +0 -30
  297. package/esm2022/lib/_messages/update-worklist.service.mjs +0 -30
  298. package/esm2022/lib/_services/case.service.mjs +0 -32
  299. package/esm2022/lib/_services/datapage.service.mjs +0 -52
  300. package/esm2022/lib/_services/endpoints.mjs +0 -60
  301. package/esm2022/lib/_services/server-config.service.mjs +0 -52
  302. package/esm2022/lib/_types/PConnProps.interface.mjs +0 -2
  303. package/esm2022/pega-angular-sdk-components.mjs +0 -5
  304. package/esm2022/public-api.mjs +0 -141
  305. package/esm2022/sdk-local-component-map.mjs +0 -9
@@ -0,0 +1,29 @@
1
+ import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ interface DefaultPageProps {
4
+ layout?: string;
5
+ title?: string;
6
+ heading?: string;
7
+ message?: string;
8
+ backgroundImage?: string;
9
+ enableBanner?: boolean;
10
+ }
11
+ export declare class DefaultPageComponent implements OnInit, OnChanges {
12
+ pConn$: typeof PConnect;
13
+ formGroup$: any;
14
+ configProps$: DefaultPageProps;
15
+ arChildren$: any[];
16
+ title?: string;
17
+ heading: any;
18
+ message?: string;
19
+ backgroundImage?: string;
20
+ layout$?: string;
21
+ enableBanner$?: boolean;
22
+ constructor();
23
+ ngOnInit(): void;
24
+ ngOnChanges(changes: SimpleChanges): void;
25
+ updateSelf(): void;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<DefaultPageComponent, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<DefaultPageComponent, "app-default-page", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
28
+ }
29
+ export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { DetailsTemplateBase } from '../base/details-template-base';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class DetailsComponent extends DetailsTemplateBase {
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { DetailsTemplateBase } from '../base/details-template-base';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class DetailsNarrowWideComponent extends DetailsTemplateBase {
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { DetailsTemplateBase } from '../base/details-template-base';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class DetailsOneColumnComponent extends DetailsTemplateBase {
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { DetailsTemplateBase } from '../base/details-template-base';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class DetailsSubTabsComponent extends DetailsTemplateBase {
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { DetailsTemplateBase } from '../base/details-template-base';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class DetailsThreeColumnComponent extends DetailsTemplateBase {
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { DetailsTemplateBase } from '../base/details-template-base';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class DetailsTwoColumnComponent extends DetailsTemplateBase {
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { DetailsTemplateBase } from '../base/details-template-base';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class DetailsWideNarrowComponent extends DetailsTemplateBase {
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnDestroy, OnInit } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnDestroy, OnChanges } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -6,7 +5,9 @@ import { Utils } from '../../../_helpers/utils';
6
5
  import * as i0 from "@angular/core";
7
6
  interface FieldGroupTemplateProps {
8
7
  label?: string;
9
- showLabel?: boolean;
8
+ hideLabel?: boolean;
9
+ allowActions?: any;
10
+ allowRowDelete?: any;
10
11
  referenceList?: any[];
11
12
  contextClass: string;
12
13
  renderMode?: string;
@@ -15,6 +16,7 @@ interface FieldGroupTemplateProps {
15
16
  displayMode?: string;
16
17
  fieldHeader?: string;
17
18
  allowTableEdit: boolean;
19
+ targetClassLabel?: string;
18
20
  }
19
21
  export declare class FieldGroupTemplateComponent implements OnInit, OnDestroy, OnChanges {
20
22
  private angularPConnect;
@@ -23,29 +25,28 @@ export declare class FieldGroupTemplateComponent implements OnInit, OnDestroy, O
23
25
  pConn$: typeof PConnect;
24
26
  formGroup$: FormGroup;
25
27
  angularPConnectData: AngularPConnectData;
26
- inheritedProps$: object;
27
28
  showLabel$?: boolean;
28
29
  label$?: string;
29
30
  readonlyMode: boolean;
30
31
  contextClass: any;
31
- referenceList: any;
32
- pageReference: any;
33
32
  heading: any;
34
33
  children: any;
35
34
  menuIconOverride$: any;
36
- prevRefLength: number;
37
- allowAddEdit: boolean;
35
+ referenceListLength: import("@angular/core").WritableSignal<number | null>;
38
36
  fieldHeader: any;
37
+ allowAdd: boolean;
38
+ allowEdit: boolean;
39
+ allowDelete: boolean;
39
40
  constructor(angularPConnect: AngularPConnectService, utils: Utils);
40
41
  ngOnInit(): void;
41
42
  ngOnDestroy(): void;
42
- onStateChange(): void;
43
43
  ngOnChanges(changes: any): void;
44
44
  updateSelf(): void;
45
45
  getStaticHeader: (heading: any, index: any) => string;
46
46
  getDynamicHeader: (item: any, index: any) => any;
47
47
  addFieldGroupItem(): void;
48
48
  deleteFieldGroupItem(index: any): void;
49
+ getAddBtnLabel(): string;
49
50
  static ɵfac: i0.ɵɵFactoryDeclaration<FieldGroupTemplateComponent, never>;
50
51
  static ɵcmp: i0.ɵɵComponentDeclaration<FieldGroupTemplateComponent, "app-field-group-template", never, { "configProps$": { "alias": "configProps$"; "required": false; }; "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
51
52
  }
@@ -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
  interface InlineDashboardProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, SimpleChanges, OnChanges } from '@angular/core';
3
2
  import { FormGroup, FormBuilder } from '@angular/forms';
4
3
  import * as i0 from "@angular/core";
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import * as i0 from "@angular/core";
3
2
  export declare class ListPageComponent {
4
3
  pConn$: typeof PConnect;
@@ -1,5 +1,5 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnDestroy } from '@angular/core';
2
+ import { SelectionModel } from '@angular/cdk/collections';
3
3
  import { MatPaginator } from '@angular/material/paginator';
4
4
  import { MatSort } from '@angular/material/sort';
5
5
  import { MatTableDataSource } from '@angular/material/table';
@@ -23,6 +23,10 @@ interface ListViewProps {
23
23
  value: any;
24
24
  readonlyContextList: any;
25
25
  label?: string;
26
+ displayAs?: string;
27
+ showRecords: boolean;
28
+ viewName?: string;
29
+ localeReference?: any;
26
30
  }
27
31
  export declare class Group {
28
32
  level: number;
@@ -33,13 +37,14 @@ export declare class Group {
33
37
  }
34
38
  export declare class ListViewComponent implements OnInit, OnDestroy {
35
39
  private psService;
36
- private utils;
40
+ utils: Utils;
37
41
  paginator: MatPaginator;
38
42
  sort: MatSort;
39
43
  pConn$: typeof PConnect;
40
44
  bInForm$: boolean;
41
45
  payload: any;
42
46
  repeatList$: MatTableDataSource<any>;
47
+ selection: SelectionModel<any>;
43
48
  fields$: any[];
44
49
  displayedColumns$: any[];
45
50
  groupByColumns$: string[];
@@ -92,28 +97,35 @@ export declare class ListViewComponent implements OnInit, OnDestroy {
92
97
  query: any;
93
98
  paging: any;
94
99
  fieldDefs: any;
95
- xRayApis: import("@pega/pcore-pconnect-typedefs/debug/xray-runtime").default;
96
- xRayUid: string | null;
97
100
  checkBoxValue: string;
98
101
  label?: string;
102
+ uniqueId: `${string}-${string}-${string}-${string}-${string}`;
103
+ displayAs: any;
104
+ showRecords: any;
105
+ identifier: string;
106
+ promotedFiltersId: string;
99
107
  constructor(psService: ProgressSpinnerService, utils: Utils);
100
108
  ngOnInit(): void;
109
+ clearSelectionsAndUpdateTable(getPConnect: any, uniqueId: string, viewName: any): void;
101
110
  getFieldFromFilter(filter: any, dateRange?: boolean): any;
102
111
  processFilterChange(data: any): void;
103
112
  filterBasedOnDateRange(dashboardFilterPayload: any, filter: any, relationalOp: any, selectParam: any, index: any): any;
104
113
  processFilterClear(): void;
105
114
  getFieldsMetadata(refList: any): Promise<{
106
- data: any;
115
+ data: import("@pega/pcore-pconnect-typedefs/analytics/types/data-model").DataObjectMeta;
107
116
  }>;
117
+ getValue(col: any): any;
108
118
  getListData(): void;
119
+ prepareFilters(data: any): {};
109
120
  preparePayload(): void;
110
121
  ngOnDestroy(): void;
111
122
  drop(event: CdkDragDrop<string[]>): void;
112
123
  updateFields(arFields: any[], arColumns: any, fields: any): any[];
113
124
  applySearch(event: Event): void;
114
- isChecked(rowIn: any): any;
115
125
  fieldOnChange(row: any): void;
116
- onCheckboxClick(row: any, event: any): void;
126
+ onCheckboxClick(row: any): void;
127
+ isAllSelected(): boolean;
128
+ toggleAllRows(): void;
117
129
  _getIconStyle(level: any): string;
118
130
  _getGroupName(fieldName: any): any;
119
131
  _showButton(name: any, row: any): boolean;
@@ -160,6 +172,9 @@ export declare class ListViewComponent implements OnInit, OnDestroy {
160
172
  getField(fieldDefs: any, columnId: any): any;
161
173
  getFieldsMap(fieldDefs: any): Map<any, any>;
162
174
  addItemKeyInSelect(fieldDefs: any, itemKey: any, select: any, compositeKeys: any): any;
175
+ private getSelectedValue;
176
+ private updateFiltersFromData;
177
+ private buildFilterPayload;
163
178
  static ɵfac: i0.ɵɵFactoryDeclaration<ListViewComponent, never>;
164
179
  static ɵcmp: i0.ɵɵComponentDeclaration<ListViewComponent, "app-list-view", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "bInForm$": { "alias": "bInForm$"; "required": false; }; "payload": { "alias": "payload"; "required": false; }; }, {}, never, never, true, never>;
165
180
  }
@@ -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,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, SimpleChanges, OnChanges } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import * as i0 from "@angular/core";
@@ -0,0 +1,8 @@
1
+ import { FormGroup } from '@angular/forms';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ObjectPageComponent {
4
+ pConn$: typeof PConnect;
5
+ formGroup$: FormGroup;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ObjectPageComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<ObjectPageComponent, "lib-object-page", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
8
+ }
@@ -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 { FormTemplateBase } from '../base/form-template-base';
@@ -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
  export declare class OneColumnPageComponent {
@@ -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,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,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,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, AfterViewInit } from '@angular/core';
3
2
  import { MatPaginator } from '@angular/material/paginator';
4
3
  import { MatSort } from '@angular/material/sort';
@@ -0,0 +1,58 @@
1
+ import { OnInit, OnDestroy } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
3
+ import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
+ import { Utils } from '../../../_helpers/utils';
5
+ import * as i0 from "@angular/core";
6
+ interface SelfServiceCaseViewProps {
7
+ icon: string;
8
+ subheader: string;
9
+ header: string;
10
+ showCaseLifecycle: any;
11
+ showSummaryRegion: any;
12
+ showUtilitiesRegion: any;
13
+ showCaseActions: any;
14
+ caseClass: any;
15
+ }
16
+ export declare class SelfServiceCaseViewComponent implements OnInit, OnDestroy {
17
+ private angularPConnect;
18
+ private utils;
19
+ pConn$: typeof PConnect;
20
+ formGroup$: FormGroup;
21
+ angularPConnectData: AngularPConnectData;
22
+ configProps$: SelfServiceCaseViewProps;
23
+ arChildren$: any[];
24
+ heading$: string;
25
+ id$: string;
26
+ status$: string;
27
+ arAvailableActions$: any[];
28
+ arAvailabeProcesses$: any[];
29
+ caseSummaryPConn$: any;
30
+ currentCaseID: string;
31
+ editAction: boolean;
32
+ localizedVal: any;
33
+ localeCategory: string;
34
+ localeKey: any;
35
+ showCaseLifecycle: boolean;
36
+ showSummaryRegion: boolean;
37
+ showUtilitiesRegion: boolean;
38
+ showCaseActions: boolean;
39
+ utilityRegion: any;
40
+ primarySummaryFields: any;
41
+ secondarySummaryFields: any;
42
+ constructor(angularPConnect: AngularPConnectService, utils: Utils);
43
+ ngOnInit(): void;
44
+ ngOnDestroy(): void;
45
+ onStateChange(): void;
46
+ checkAndUpdate(): void;
47
+ hasCaseIDChanged(): boolean;
48
+ updateHeaderAndSummary(): void;
49
+ fullUpdate(): void;
50
+ filterUtilities(utils: any): any;
51
+ isUtilitiesRegionNotEmpty(): any;
52
+ updateSelf(): void;
53
+ _menuActionClick(data: any): void;
54
+ _menuProcessClick(data: any): void;
55
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelfServiceCaseViewComponent, never>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelfServiceCaseViewComponent, "app-self-service-case-view", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
57
+ }
58
+ 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';
@@ -4,6 +4,7 @@ export declare const getContext: (thePConn: any) => {
4
4
  contextName: any;
5
5
  referenceListStr: any;
6
6
  pageReferenceForRows: any;
7
+ viewName: any;
7
8
  };
8
9
  export declare const populateRowKey: (rawData: any) => any;
9
10
  export declare const getApiContext: (processedData: any, pConnect: any, reorderCB: any) => {
@@ -41,7 +42,21 @@ export declare const buildMetaForListView: (fieldMetadata: any, fields: any, typ
41
42
  ruleClass: any;
42
43
  };
43
44
  };
44
- export declare const buildFieldsForTable: (configFields: any, fields: any, showDeleteButton: any) => any;
45
+ export declare const getConfigFields: (rawFields: any, contextClass: any, primaryFieldsViewIndex: any) => any;
46
+ export declare function isFLProperty(label: any): any;
47
+ /**
48
+ * [getFieldLabel]
49
+ * Description - A utility that returns resolved field label for "@FL" annotation i.e from data model.
50
+ * @param {Object} fieldConfig
51
+ * @returns {string} resolved label string
52
+ *
53
+ * example:
54
+ * fieldConfig = {label: "@FL .pyID", classID: "TestCase-Work"};
55
+ * return "Case ID"
56
+ */
57
+ export declare function getFieldLabel(fieldConfig: any): any;
58
+ export declare const updateFieldLabels: (fields: any, configFields: any, primaryFieldsViewIndex: any, pConnect: any, options: any) => any;
59
+ export declare const buildFieldsForTable: (configFields: any, pConnect: any, showDeleteButton: any, options: any) => any;
45
60
  export declare const createMetaForTable: (fields: any, renderMode: any) => {
46
61
  height: {
47
62
  minHeight: string;
@@ -64,8 +79,8 @@ export declare const createMetaForTable: (fields: any, renderMode: any) => {
64
79
  editing: boolean;
65
80
  timezone: string | undefined;
66
81
  };
67
- export declare const filterDataByDate: (item: any, filterObj: any) => any;
68
- export declare const filterDataByCommonFields: (item: any, filterObj: any) => any;
82
+ export declare const filterDataByDate: (item: any, filterObj: any) => boolean;
83
+ export declare const filterDataByCommonFields: (item: any, filterObj: any) => boolean;
69
84
  /**
70
85
  * This method returns a callBack function for Add action.
71
86
  * @param {object} pConnect - PConnect object
@@ -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 { MatSort } from '@angular/material/sort';
@@ -20,7 +19,9 @@ interface SimpleTableManualProps {
20
19
  contextClass?: string;
21
20
  propertyLabel?: string;
22
21
  fieldMetadata?: any;
22
+ allowActions?: any;
23
23
  allowTableEdit?: boolean;
24
+ allowRowDelete?: any;
24
25
  editMode?: string;
25
26
  addAndEditRowsWithin?: any;
26
27
  viewForAddAndEditModal?: any;
@@ -39,7 +40,7 @@ declare class Group {
39
40
  }
40
41
  export declare class SimpleTableManualComponent implements OnInit, OnDestroy {
41
42
  private angularPConnect;
42
- private utils;
43
+ utils: Utils;
43
44
  private dataPageService;
44
45
  sort: MatSort;
45
46
  pConn$: typeof PConnect;
@@ -63,6 +64,7 @@ export declare class SimpleTableManualComponent implements OnInit, OnDestroy {
63
64
  showAddRowButton: boolean;
64
65
  prevReferenceList: any[];
65
66
  elementsData: MatTableDataSource<any>;
67
+ originalElementsData: MatTableDataSource<any>;
66
68
  rawFields: any;
67
69
  label?: string;
68
70
  searchIcon$: string;
@@ -111,11 +113,14 @@ export declare class SimpleTableManualComponent implements OnInit, OnDestroy {
111
113
  settingsSvgIcon$: string;
112
114
  isInitialized: boolean;
113
115
  targetClassLabel: string;
116
+ localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string | null, componentName?: string | null) => string;
117
+ localeCategory: string;
114
118
  constructor(angularPConnect: AngularPConnectService, utils: Utils, dataPageService: DatapageService);
115
119
  ngOnInit(): void;
116
120
  ngOnDestroy(): void;
117
121
  checkAndUpdate(): void;
118
122
  updateSelf(): void;
123
+ checkIfAllowActionsOrRowEditingExist(newflagobject: any): any;
119
124
  initializeDefaultPageInstructions(): void;
120
125
  getResultsText(): string;
121
126
  sortCompare(a: any, b: any): number;
@@ -131,7 +136,7 @@ export declare class SimpleTableManualComponent implements OnInit, OnDestroy {
131
136
  _onFilterActionButtonClick(event: any): void;
132
137
  updateFilterWithInfo(): void;
133
138
  updateFilterVarsWithCurrent(columnData: any): void;
134
- filterData(item: any): boolean;
139
+ filterData(element: any): boolean;
135
140
  filterSortGroupBy(): void;
136
141
  _headerSortClick(event: any, columnData: any): void;
137
142
  _showUnGroupBy(columnData: any): boolean;
@@ -150,7 +155,7 @@ export declare class SimpleTableManualComponent implements OnInit, OnDestroy {
150
155
  getDisplayColumns(fields?: never[]): any[];
151
156
  _getIconStyle(level: any): string;
152
157
  onStateChange(): void;
153
- getRowValue(inRowData: Object, inColKey: string): any;
158
+ getRowValue(inRowData: object, inColKey: string): any;
154
159
  generateRowsData(): void;
155
160
  formatRowsData(data: any): any;
156
161
  addRecord(): void;
@@ -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,9 +1,24 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
1
+ import { OnInit, OnDestroy } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
+ import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
3
4
  import * as i0 from "@angular/core";
4
- export declare class SingleReferenceReadonlyComponent {
5
+ export declare class SingleReferenceReadonlyComponent implements OnInit, OnDestroy {
6
+ private angularPConnect;
5
7
  pConn$: typeof PConnect;
6
8
  formGroup$: FormGroup;
9
+ dataRelationshipContext?: any;
10
+ angularPConnectData: AngularPConnectData;
11
+ configProps: any;
12
+ component: any;
13
+ label: string;
14
+ newPconn: typeof PConnect;
15
+ displayMode: string;
16
+ constructor(angularPConnect: AngularPConnectService);
17
+ ngOnInit(): void;
18
+ ngOnDestroy(): void;
19
+ onStateChange(): void;
20
+ checkAndUpdate(): void;
21
+ updateSelf(): void;
7
22
  static ɵfac: i0.ɵɵFactoryDeclaration<SingleReferenceReadonlyComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<SingleReferenceReadonlyComponent, "app-single-reference-readonly", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<SingleReferenceReadonlyComponent, "app-single-reference-readonly", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "dataRelationshipContext": { "alias": "dataRelationshipContext"; "required": false; }; }, {}, never, never, true, never>;
9
24
  }
@@ -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,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 { FormTemplateBase } from '../base/form-template-base';
@@ -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
  export declare class ThreeColumnPageComponent {
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, SimpleChanges, OnChanges } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import { FormTemplateBase } from '../base/form-template-base';
@@ -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,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,2 +1,13 @@
1
1
  export declare function getAllFields(pConnect: any): never[];
2
2
  export declare function filterForFieldValueList(fields: any): any;
3
+ /**
4
+ * This method evaluates whether a row action is allowed based on the provided conditions.
5
+ * @param {string|boolean|undefined} allowRowDelete - The condition for allowing row deletion.
6
+ * @param {object} rowData - The data of the row being evaluated.
7
+ * @returns {boolean} - Returns true if the row action is allowed, false otherwise.
8
+ */
9
+ export declare const evaluateAllowRowAction: (allowRowDelete: any, rowData: any) => boolean;
10
+ export declare function prepareCaseSummaryData(caseSummaryRegion: any, portalSpecificVisibilityChecker?: any): {
11
+ primarySummaryFields: any;
12
+ secondarySummaryFields: any;
13
+ };
@@ -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 { FormTemplateBase } from '../base/form-template-base';
@@ -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,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { ChangeDetectorRef, NgZone, OnDestroy, OnInit } from '@angular/core';
3
2
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
3
  import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
@@ -18,14 +17,12 @@ export declare class WssNavBarComponent implements OnInit, OnDestroy {
18
17
  pages$: any[];
19
18
  caseTypes$: any[];
20
19
  homePage: any;
20
+ portalLogoImage$: string;
21
21
  angularPConnectData: AngularPConnectData;
22
22
  configProps$: WssNavBarProps;
23
23
  navPages$: any[];
24
24
  navExpandCollapse$: string;
25
25
  bShowCaseTypes$: boolean;
26
- portalApp$: string | undefined;
27
- portalLogoImage$: string;
28
- showAppName$: boolean;
29
26
  portalOperator$: string | undefined;
30
27
  portalOperatorInitials$: string;
31
28
  actionsAPI: any;
@@ -33,7 +30,7 @@ export declare class WssNavBarComponent implements OnInit, OnDestroy {
33
30
  showPage: any;
34
31
  logout: any;
35
32
  navIcon$: string;
36
- localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
33
+ localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string | null, componentName?: string | null) => string;
37
34
  localeCategory: string;
38
35
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, psService: ProgressSpinnerService, ngZone: NgZone, utils: Utils);
39
36
  ngOnInit(): void;
@@ -47,6 +44,6 @@ export declare class WssNavBarComponent implements OnInit, OnDestroy {
47
44
  navPanelCreateCaseType(sCaseType: string, sFlowType: string): void;
48
45
  navPanelLogoutClick(): void;
49
46
  static ɵfac: i0.ɵɵFactoryDeclaration<WssNavBarComponent, never>;
50
- static ɵcmp: i0.ɵɵComponentDeclaration<WssNavBarComponent, "app-wss-nav-bar", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "appName$": { "alias": "appName$"; "required": false; }; "pages$": { "alias": "pages$"; "required": false; }; "caseTypes$": { "alias": "caseTypes$"; "required": false; }; "homePage": { "alias": "homePage"; "required": false; }; }, {}, never, never, true, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<WssNavBarComponent, "app-wss-nav-bar", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "appName$": { "alias": "appName$"; "required": false; }; "pages$": { "alias": "pages$"; "required": false; }; "caseTypes$": { "alias": "caseTypes$"; "required": false; }; "homePage": { "alias": "homePage"; "required": false; }; "portalLogoImage$": { "alias": "portalLogoImage$"; "required": false; }; }, {}, never, never, true, never>;
51
48
  }
52
49
  export {};
@@ -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
  interface AppAnnouncementProps {