@pega/angular-sdk-components 24.1.10 → 24.2.12

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 (271) hide show
  1. package/esm2022/lib/_bridge/angular-pconnect.mjs +3 -3
  2. package/esm2022/lib/_bridge/component-mapper/component-mapper.component.mjs +6 -13
  3. package/esm2022/lib/_components/designSystemExtension/alert/alert.component.mjs +3 -3
  4. package/esm2022/lib/_components/designSystemExtension/alert-banner/alert-banner.component.mjs +4 -4
  5. package/esm2022/lib/_components/designSystemExtension/banner/banner.component.mjs +3 -3
  6. package/esm2022/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.mjs +4 -4
  7. package/esm2022/lib/_components/designSystemExtension/field-group/field-group.component.mjs +3 -3
  8. package/esm2022/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.mjs +5 -6
  9. package/esm2022/lib/_components/designSystemExtension/material-details/material-details.component.mjs +3 -3
  10. package/esm2022/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.mjs +13 -6
  11. package/esm2022/lib/_components/designSystemExtension/material-summary-item/material-summary-item.component.mjs +3 -3
  12. package/esm2022/lib/_components/designSystemExtension/material-summary-list/material-summary-list.component.mjs +3 -3
  13. package/esm2022/lib/_components/designSystemExtension/material-utility/material-utility.component.mjs +3 -3
  14. package/esm2022/lib/_components/designSystemExtension/material-vertical-tabs/material-vertical-tabs.component.mjs +4 -4
  15. package/esm2022/lib/_components/designSystemExtension/operator/operator.component.mjs +9 -7
  16. package/esm2022/lib/_components/designSystemExtension/pulse/pulse.component.mjs +9 -9
  17. package/esm2022/lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component.mjs +3 -3
  18. package/esm2022/lib/_components/designSystemExtension/wss-quick-create/wss-quick-create.component.mjs +3 -3
  19. package/esm2022/lib/_components/field/auto-complete/auto-complete.component.mjs +23 -13
  20. package/esm2022/lib/_components/field/cancel-alert/cancel-alert.component.mjs +3 -3
  21. package/esm2022/lib/_components/field/check-box/check-box.component.mjs +12 -10
  22. package/esm2022/lib/_components/field/currency/currency.component.mjs +39 -21
  23. package/esm2022/lib/_components/field/date/date.component.mjs +19 -39
  24. package/esm2022/lib/_components/field/date-time/date-time.component.mjs +32 -17
  25. package/esm2022/lib/_components/field/decimal/decimal.component.mjs +43 -23
  26. package/esm2022/lib/_components/field/dropdown/dropdown.component.mjs +133 -25
  27. package/esm2022/lib/_components/field/email/email.component.mjs +22 -7
  28. package/esm2022/lib/_components/field/group/group.component.mjs +6 -6
  29. package/esm2022/lib/_components/field/integer/integer.component.mjs +20 -7
  30. package/esm2022/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.mjs +8 -7
  31. package/esm2022/lib/_components/field/multiselect/multiselect.component.mjs +13 -6
  32. package/esm2022/lib/_components/field/percentage/percentage.component.mjs +39 -23
  33. package/esm2022/lib/_components/field/phone/phone.component.mjs +17 -29
  34. package/esm2022/lib/_components/field/radio-buttons/radio-buttons.component.mjs +10 -12
  35. package/esm2022/lib/_components/field/rich-text/rich-text.component.mjs +17 -11
  36. package/esm2022/lib/_components/field/scalar-list/scalar-list.component.mjs +7 -8
  37. package/esm2022/lib/_components/field/semantic-link/semantic-link.component.mjs +3 -3
  38. package/esm2022/lib/_components/field/text/text.component.mjs +12 -8
  39. package/esm2022/lib/_components/field/text-area/text-area.component.mjs +21 -9
  40. package/esm2022/lib/_components/field/text-content/text-content.component.mjs +3 -3
  41. package/esm2022/lib/_components/field/text-input/text-input.component.mjs +20 -7
  42. package/esm2022/lib/_components/field/time/time.component.mjs +31 -10
  43. package/esm2022/lib/_components/field/url/url.component.mjs +20 -7
  44. package/esm2022/lib/_components/field/user-reference/user-reference.component.mjs +102 -23
  45. package/esm2022/lib/_components/infra/Containers/flow-container/flow-container.component.mjs +18 -44
  46. package/esm2022/lib/_components/infra/Containers/flow-container/helpers.mjs +3 -3
  47. package/esm2022/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.mjs +3 -3
  48. package/esm2022/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.mjs +5 -12
  49. package/esm2022/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.mjs +4 -4
  50. package/esm2022/lib/_components/infra/Containers/view-container/helper.mjs +22 -0
  51. package/esm2022/lib/_components/infra/Containers/view-container/view-container.component.mjs +9 -16
  52. package/esm2022/lib/_components/infra/action-buttons/action-buttons.component.mjs +5 -5
  53. package/esm2022/lib/_components/infra/assignment/assignment.component.mjs +73 -49
  54. package/esm2022/lib/_components/infra/assignment-card/assignment-card.component.mjs +5 -5
  55. package/esm2022/lib/_components/infra/dashboard-filter/dashboard-filter.component.mjs +3 -3
  56. package/esm2022/lib/_components/infra/defer-load/defer-load.component.mjs +10 -8
  57. package/esm2022/lib/_components/infra/error-boundary/error-boundary.component.mjs +3 -3
  58. package/esm2022/lib/_components/infra/multi-step/multi-step.component.mjs +3 -3
  59. package/esm2022/lib/_components/infra/navbar/navbar.component.mjs +5 -5
  60. package/esm2022/lib/_components/infra/reference/reference.component.mjs +74 -81
  61. package/esm2022/lib/_components/infra/region/region.component.mjs +3 -3
  62. package/esm2022/lib/_components/infra/root-container/root-container.component.mjs +25 -30
  63. package/esm2022/lib/_components/infra/stages/stages.component.mjs +5 -5
  64. package/esm2022/lib/_components/infra/view/view.component.mjs +22 -7
  65. package/esm2022/lib/_components/template/app-shell/app-shell.component.mjs +20 -4
  66. package/esm2022/lib/_components/template/banner-page/banner-page.component.mjs +3 -3
  67. package/esm2022/lib/_components/template/base/details-template-base.mjs +56 -0
  68. package/esm2022/lib/_components/template/base/form-template-base.mjs +16 -0
  69. package/esm2022/lib/_components/template/case-summary/case-summary.component.mjs +4 -4
  70. package/esm2022/lib/_components/template/case-view/case-view.component.mjs +11 -16
  71. package/esm2022/lib/_components/template/confirmation/confirmation.component.mjs +6 -6
  72. package/esm2022/lib/_components/template/data-reference/data-reference.component.mjs +13 -8
  73. package/esm2022/lib/_components/template/default-form/default-form.component.mjs +37 -25
  74. package/esm2022/lib/_components/template/details/details.component.mjs +12 -39
  75. package/esm2022/lib/_components/template/details-narrow-wide/details-narrow-wide.component.mjs +11 -38
  76. package/esm2022/lib/_components/template/details-one-column/details-one-column.component.mjs +12 -41
  77. package/esm2022/lib/_components/template/details-sub-tabs/details-sub-tabs.component.mjs +13 -40
  78. package/esm2022/lib/_components/template/details-three-column/details-three-column.component.mjs +12 -41
  79. package/esm2022/lib/_components/template/details-two-column/details-two-column.component.mjs +13 -42
  80. package/esm2022/lib/_components/template/details-wide-narrow/details-wide-narrow.component.mjs +12 -41
  81. package/esm2022/lib/_components/template/dynamic-tabs/dynamic-tabs.component.mjs +8 -7
  82. package/esm2022/lib/_components/template/field-group-list/field-group-list.component.mjs +3 -3
  83. package/esm2022/lib/_components/template/field-group-template/field-group-template.component.mjs +49 -42
  84. package/esm2022/lib/_components/template/field-value-list/field-value-list.component.mjs +5 -5
  85. package/esm2022/lib/_components/template/inline-dashboard/inline-dashboard.component.mjs +3 -3
  86. package/esm2022/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.mjs +5 -5
  87. package/esm2022/lib/_components/template/list-page/list-page.component.mjs +3 -3
  88. package/esm2022/lib/_components/template/list-view/list-view.component.mjs +24 -9
  89. package/esm2022/lib/_components/template/list-view/listViewHelpers.mjs +3 -3
  90. package/esm2022/lib/_components/template/list-view/utils.mjs +1 -1
  91. package/esm2022/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.mjs +3 -3
  92. package/esm2022/lib/_components/template/narrow-wide-form/narrow-wide-form.component.mjs +4 -4
  93. package/esm2022/lib/_components/template/one-column/one-column.component.mjs +6 -5
  94. package/esm2022/lib/_components/template/one-column-page/one-column-page.component.mjs +3 -3
  95. package/esm2022/lib/_components/template/one-column-tab/one-column-tab.component.mjs +4 -4
  96. package/esm2022/lib/_components/template/page/page.component.mjs +4 -4
  97. package/esm2022/lib/_components/template/promoted-filters/promoted-filters.component.mjs +4 -4
  98. package/esm2022/lib/_components/template/repeating-structures/repeating-structures.component.mjs +4 -4
  99. package/esm2022/lib/_components/template/simple-table/simple-table.component.mjs +3 -3
  100. package/esm2022/lib/_components/template/simple-table-manual/helpers.mjs +10 -9
  101. package/esm2022/lib/_components/template/simple-table-manual/simple-table-manual.component.mjs +61 -29
  102. package/esm2022/lib/_components/template/simple-table-select/simple-table-select.component.mjs +5 -5
  103. package/esm2022/lib/_components/template/single-reference-readonly/single-reference-readonly.component.mjs +3 -3
  104. package/esm2022/lib/_components/template/sub-tabs/sub-tabs.component.mjs +4 -4
  105. package/esm2022/lib/_components/template/three-column/three-column.component.mjs +6 -5
  106. package/esm2022/lib/_components/template/three-column-page/three-column-page.component.mjs +3 -3
  107. package/esm2022/lib/_components/template/two-column/two-column.component.mjs +6 -5
  108. package/esm2022/lib/_components/template/two-column-page/two-column-page.component.mjs +3 -3
  109. package/esm2022/lib/_components/template/two-column-tab/two-column-tab.component.mjs +4 -4
  110. package/esm2022/lib/_components/template/utils.mjs +17 -1
  111. package/esm2022/lib/_components/template/wide-narrow-form/wide-narrow-form.component.mjs +6 -5
  112. package/esm2022/lib/_components/template/wide-narrow-page/wide-narrow-page.component.mjs +4 -4
  113. package/esm2022/lib/_components/template/wss-nav-bar/wss-nav-bar.component.mjs +5 -5
  114. package/esm2022/lib/_components/widget/app-announcement/app-announcement.component.mjs +3 -3
  115. package/esm2022/lib/_components/widget/attachment/attachment.component.mjs +6 -8
  116. package/esm2022/lib/_components/widget/case-history/case-history.component.mjs +3 -3
  117. package/esm2022/lib/_components/widget/feed-container/feed-container.component.mjs +5 -5
  118. package/esm2022/lib/_components/widget/file-utility/file-utility.component.mjs +4 -4
  119. package/esm2022/lib/_components/widget/list-utility/list-utility.component.mjs +3 -3
  120. package/esm2022/lib/_components/widget/quick-create/quick-create.component.mjs +3 -3
  121. package/esm2022/lib/_components/widget/todo/todo.component.mjs +79 -63
  122. package/esm2022/lib/_components/widget/utility/utility.component.mjs +3 -3
  123. package/esm2022/lib/_directives/thousand-seperator.directive.mjs +4 -4
  124. package/esm2022/lib/_helpers/createstage-utils.mjs +15 -0
  125. package/esm2022/lib/_helpers/field-group-utils.mjs +3 -3
  126. package/esm2022/lib/_helpers/filter-utils.mjs +1 -2
  127. package/esm2022/lib/_helpers/formatters/boolean.mjs +2 -2
  128. package/esm2022/lib/_helpers/formatters/common.mjs +3 -2
  129. package/esm2022/lib/_helpers/formatters/currency.mjs +2 -2
  130. package/esm2022/lib/_helpers/formatters/date.mjs +5 -5
  131. package/esm2022/lib/_helpers/formatters/format-utils.mjs +10 -2
  132. package/esm2022/lib/_helpers/formatters/index.mjs +30 -16
  133. package/esm2022/lib/_helpers/template-utils.mjs +3 -3
  134. package/esm2022/lib/_helpers/utils.mjs +44 -18
  135. package/esm2022/lib/_messages/error-messages.service.mjs +4 -4
  136. package/esm2022/lib/_messages/progress-spinner.service.mjs +3 -3
  137. package/esm2022/lib/_messages/update-worklist.service.mjs +3 -3
  138. package/esm2022/lib/_services/banner.service.mjs +35 -0
  139. package/esm2022/lib/_services/case.service.mjs +3 -3
  140. package/esm2022/lib/_services/datapage.service.mjs +3 -3
  141. package/esm2022/lib/_services/endpoints.mjs +1 -2
  142. package/esm2022/lib/_services/server-config.service.mjs +3 -3
  143. package/esm2022/public-api.mjs +16 -12
  144. package/fesm2022/pega-angular-sdk-components.mjs +1988 -1666
  145. package/fesm2022/pega-angular-sdk-components.mjs.map +1 -1
  146. package/lib/_components/designSystemExtension/banner/banner.component.d.ts +0 -1
  147. package/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.d.ts +0 -1
  148. package/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.d.ts +1 -1
  149. package/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.d.ts +2 -1
  150. package/lib/_components/designSystemExtension/operator/operator.component.d.ts +2 -3
  151. package/lib/_components/designSystemExtension/pulse/pulse.component.d.ts +2 -3
  152. package/lib/_components/field/auto-complete/auto-complete.component.d.ts +8 -3
  153. package/lib/_components/field/cancel-alert/cancel-alert.component.d.ts +0 -1
  154. package/lib/_components/field/check-box/check-box.component.d.ts +2 -3
  155. package/lib/_components/field/currency/currency.component.d.ts +6 -4
  156. package/lib/_components/field/date/date.component.d.ts +17 -7
  157. package/lib/_components/field/date-time/date-time.component.d.ts +10 -3
  158. package/lib/_components/field/decimal/decimal.component.d.ts +4 -4
  159. package/lib/_components/field/dropdown/dropdown.component.d.ts +14 -3
  160. package/lib/_components/field/email/email.component.d.ts +2 -1
  161. package/lib/_components/field/group/group.component.d.ts +0 -1
  162. package/lib/_components/field/integer/integer.component.d.ts +2 -1
  163. package/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.d.ts +1 -2
  164. package/lib/_components/field/multiselect/multiselect.component.d.ts +3 -3
  165. package/lib/_components/field/percentage/percentage.component.d.ts +6 -3
  166. package/lib/_components/field/phone/phone.component.d.ts +3 -8
  167. package/lib/_components/field/radio-buttons/radio-buttons.component.d.ts +2 -2
  168. package/lib/_components/field/rich-text/rich-text.component.d.ts +3 -2
  169. package/lib/_components/field/scalar-list/scalar-list.component.d.ts +0 -1
  170. package/lib/_components/field/semantic-link/semantic-link.component.d.ts +0 -1
  171. package/lib/_components/field/text/text.component.d.ts +3 -2
  172. package/lib/_components/field/text-area/text-area.component.d.ts +2 -1
  173. package/lib/_components/field/text-content/text-content.component.d.ts +0 -1
  174. package/lib/_components/field/text-input/text-input.component.d.ts +2 -1
  175. package/lib/_components/field/time/time.component.d.ts +3 -1
  176. package/lib/_components/field/url/url.component.d.ts +2 -1
  177. package/lib/_components/field/user-reference/user-reference.component.d.ts +7 -1
  178. package/lib/_components/infra/Containers/flow-container/flow-container.component.d.ts +0 -2
  179. package/lib/_components/infra/Containers/flow-container/helpers.d.ts +1 -0
  180. package/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.d.ts +0 -1
  181. package/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.d.ts +1 -4
  182. package/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.d.ts +0 -1
  183. package/lib/_components/infra/Containers/view-container/helper.d.ts +2 -0
  184. package/lib/_components/infra/Containers/view-container/view-container.component.d.ts +0 -1
  185. package/lib/_components/infra/action-buttons/action-buttons.component.d.ts +1 -1
  186. package/lib/_components/infra/assignment/assignment.component.d.ts +6 -4
  187. package/lib/_components/infra/assignment-card/assignment-card.component.d.ts +0 -1
  188. package/lib/_components/infra/dashboard-filter/dashboard-filter.component.d.ts +0 -1
  189. package/lib/_components/infra/defer-load/defer-load.component.d.ts +3 -3
  190. package/lib/_components/infra/error-boundary/error-boundary.component.d.ts +1 -1
  191. package/lib/_components/infra/multi-step/multi-step.component.d.ts +0 -1
  192. package/lib/_components/infra/navbar/navbar.component.d.ts +2 -3
  193. package/lib/_components/infra/reference/reference.component.d.ts +23 -3
  194. package/lib/_components/infra/region/region.component.d.ts +0 -1
  195. package/lib/_components/infra/root-container/root-container.component.d.ts +3 -2
  196. package/lib/_components/infra/stages/stages.component.d.ts +0 -1
  197. package/lib/_components/infra/view/view.component.d.ts +1 -1
  198. package/lib/_components/template/app-shell/app-shell.component.d.ts +0 -1
  199. package/lib/_components/template/banner-page/banner-page.component.d.ts +0 -1
  200. package/lib/_components/template/base/details-template-base.d.ts +21 -0
  201. package/lib/_components/template/base/form-template-base.d.ts +10 -0
  202. package/lib/_components/template/case-summary/case-summary.component.d.ts +0 -1
  203. package/lib/_components/template/case-view/case-view.component.d.ts +1 -3
  204. package/lib/_components/template/confirmation/confirmation.component.d.ts +0 -1
  205. package/lib/_components/template/data-reference/data-reference.component.d.ts +0 -1
  206. package/lib/_components/template/default-form/default-form.component.d.ts +8 -7
  207. package/lib/_components/template/details/details.component.d.ts +3 -12
  208. package/lib/_components/template/details-narrow-wide/details-narrow-wide.component.d.ts +3 -12
  209. package/lib/_components/template/details-one-column/details-one-column.component.d.ts +3 -14
  210. package/lib/_components/template/details-sub-tabs/details-sub-tabs.component.d.ts +3 -14
  211. package/lib/_components/template/details-three-column/details-three-column.component.d.ts +3 -14
  212. package/lib/_components/template/details-two-column/details-two-column.component.d.ts +3 -14
  213. package/lib/_components/template/details-wide-narrow/details-wide-narrow.component.d.ts +3 -14
  214. package/lib/_components/template/dynamic-tabs/dynamic-tabs.component.d.ts +1 -1
  215. package/lib/_components/template/field-group-template/field-group-template.component.d.ts +12 -9
  216. package/lib/_components/template/inline-dashboard/inline-dashboard.component.d.ts +0 -1
  217. package/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.d.ts +0 -1
  218. package/lib/_components/template/list-page/list-page.component.d.ts +0 -1
  219. package/lib/_components/template/list-view/list-view.component.d.ts +7 -3
  220. package/lib/_components/template/list-view/listViewHelpers.d.ts +1 -1
  221. package/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.d.ts +0 -1
  222. package/lib/_components/template/narrow-wide-form/narrow-wide-form.component.d.ts +0 -1
  223. package/lib/_components/template/one-column/one-column.component.d.ts +2 -2
  224. package/lib/_components/template/one-column-page/one-column-page.component.d.ts +0 -1
  225. package/lib/_components/template/one-column-tab/one-column-tab.component.d.ts +0 -1
  226. package/lib/_components/template/page/page.component.d.ts +0 -1
  227. package/lib/_components/template/promoted-filters/promoted-filters.component.d.ts +0 -1
  228. package/lib/_components/template/repeating-structures/repeating-structures.component.d.ts +0 -1
  229. package/lib/_components/template/simple-table/simple-table.component.d.ts +0 -1
  230. package/lib/_components/template/simple-table-manual/helpers.d.ts +4 -3
  231. package/lib/_components/template/simple-table-manual/simple-table-manual.component.d.ts +10 -3
  232. package/lib/_components/template/simple-table-select/simple-table-select.component.d.ts +0 -1
  233. package/lib/_components/template/single-reference-readonly/single-reference-readonly.component.d.ts +0 -1
  234. package/lib/_components/template/sub-tabs/sub-tabs.component.d.ts +0 -1
  235. package/lib/_components/template/three-column/three-column.component.d.ts +2 -2
  236. package/lib/_components/template/three-column-page/three-column-page.component.d.ts +0 -1
  237. package/lib/_components/template/two-column/two-column.component.d.ts +2 -2
  238. package/lib/_components/template/two-column-page/two-column-page.component.d.ts +0 -1
  239. package/lib/_components/template/two-column-tab/two-column-tab.component.d.ts +0 -1
  240. package/lib/_components/template/utils.d.ts +7 -0
  241. package/lib/_components/template/wide-narrow-form/wide-narrow-form.component.d.ts +2 -2
  242. package/lib/_components/template/wide-narrow-page/wide-narrow-page.component.d.ts +1 -2
  243. package/lib/_components/template/wss-nav-bar/wss-nav-bar.component.d.ts +3 -4
  244. package/lib/_components/widget/app-announcement/app-announcement.component.d.ts +0 -1
  245. package/lib/_components/widget/attachment/attachment.component.d.ts +3 -4
  246. package/lib/_components/widget/case-history/case-history.component.d.ts +0 -1
  247. package/lib/_components/widget/feed-container/feed-container.component.d.ts +2 -3
  248. package/lib/_components/widget/file-utility/file-utility.component.d.ts +1 -2
  249. package/lib/_components/widget/quick-create/quick-create.component.d.ts +0 -1
  250. package/lib/_components/widget/todo/todo.component.d.ts +10 -14
  251. package/lib/_components/widget/utility/utility.component.d.ts +0 -1
  252. package/lib/_helpers/common.d.ts +1 -1
  253. package/lib/_helpers/createstage-utils.d.ts +1 -0
  254. package/lib/_helpers/formatters/boolean.d.ts +1 -2
  255. package/lib/_helpers/formatters/common.d.ts +2 -2
  256. package/lib/_helpers/formatters/currency.d.ts +1 -2
  257. package/lib/_helpers/formatters/date.d.ts +1 -2
  258. package/lib/_helpers/formatters/index.d.ts +1 -2
  259. package/lib/_helpers/utils.d.ts +8 -0
  260. package/lib/_messages/error-messages.service.d.ts +1 -1
  261. package/lib/_services/banner.service.d.ts +8 -0
  262. package/lib/_services/endpoints.d.ts +0 -1
  263. package/lib/doc/KeyReleaseUpdates.md +23 -6
  264. package/package.json +3 -3
  265. package/public-api.d.ts +15 -11
  266. package/esm2022/lib/_messages/get-login-status.service.mjs +0 -26
  267. package/esm2022/lib/_messages/oauth-response.service.mjs +0 -30
  268. package/esm2022/lib/_messages/reset-pconnect.service.mjs +0 -31
  269. package/lib/_messages/get-login-status.service.d.ts +0 -10
  270. package/lib/_messages/oauth-response.service.d.ts +0 -14
  271. package/lib/_messages/reset-pconnect.service.d.ts +0 -15
@@ -1,24 +1,13 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, OnDestroy } from '@angular/core';
3
- import { FormGroup } from '@angular/forms';
4
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
1
+ import { DetailsTemplateBase } from '../base/details-template-base';
5
2
  import * as i0 from "@angular/core";
6
- export declare class DetailsWideNarrowComponent implements OnInit, OnDestroy {
7
- private angularPConnect;
8
- constructor(angularPConnect: AngularPConnectService);
3
+ export declare class DetailsWideNarrowComponent extends DetailsTemplateBase {
9
4
  pConn$: typeof PConnect;
10
- formGroup$: FormGroup;
11
5
  highlightedDataArr: any[];
12
6
  showHighlightedData: boolean;
13
7
  arFields$: any[];
14
8
  arFields2$: any[];
15
9
  propsToUse: any;
16
- angularPConnectData: AngularPConnectData;
17
- ngOnInit(): void;
18
- ngOnDestroy(): void;
19
- onStateChange(): void;
20
- checkAndUpdate(): void;
21
10
  updateSelf(): void;
22
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DetailsWideNarrowComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<DetailsWideNarrowComponent, "app-details-wide-narrow", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<DetailsWideNarrowComponent, "app-details-wide-narrow", never, {}, {}, never, never, true, never>;
24
13
  }
@@ -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';
@@ -9,6 +8,7 @@ export declare class DynamicTabsComponent implements OnInit, OnDestroy {
9
8
  formGroup$: FormGroup;
10
9
  angularPConnectData: AngularPConnectData;
11
10
  tabsItems: any[];
11
+ propsToUse: any;
12
12
  constructor(angularPConnect: AngularPConnectService);
13
13
  ngOnInit(): void;
14
14
  ngOnDestroy(): void;
@@ -1,12 +1,13 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, OnDestroy, OnChanges } from '@angular/core';
1
+ import { OnInit, OnDestroy, OnChanges, AfterViewInit } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
5
4
  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,37 +16,39 @@ interface FieldGroupTemplateProps {
15
16
  displayMode?: string;
16
17
  fieldHeader?: string;
17
18
  allowTableEdit: boolean;
19
+ targetClassLabel?: string;
18
20
  }
19
- export declare class FieldGroupTemplateComponent implements OnInit, OnDestroy, OnChanges {
21
+ export declare class FieldGroupTemplateComponent implements OnInit, OnDestroy, OnChanges, AfterViewInit {
20
22
  private angularPConnect;
21
23
  private utils;
22
24
  configProps$: FieldGroupTemplateProps;
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: number;
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
43
  onStateChange(): void;
43
44
  ngOnChanges(changes: any): void;
45
+ ngAfterViewInit(): void;
44
46
  updateSelf(): void;
45
47
  getStaticHeader: (heading: any, index: any) => string;
46
48
  getDynamicHeader: (item: any, index: any) => any;
47
49
  addFieldGroupItem(): void;
48
50
  deleteFieldGroupItem(index: any): void;
51
+ getAddBtnLabel(): string;
49
52
  static ɵfac: i0.ɵɵFactoryDeclaration<FieldGroupTemplateComponent, never>;
50
53
  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
54
  }
@@ -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,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnDestroy } from '@angular/core';
3
2
  import { MatPaginator } from '@angular/material/paginator';
4
3
  import { MatSort } from '@angular/material/sort';
@@ -8,6 +7,8 @@ import { ProgressSpinnerService } from '../../../_messages/progress-spinner.serv
8
7
  import { Utils } from '../../../_helpers/utils';
9
8
  import * as i0 from "@angular/core";
10
9
  interface ListViewProps {
10
+ inheritedProps: any;
11
+ title: string | undefined;
11
12
  globalSearch?: boolean;
12
13
  referenceList?: any;
13
14
  rowClickAction?: any;
@@ -20,6 +21,7 @@ interface ListViewProps {
20
21
  grouping: string | boolean;
21
22
  value: any;
22
23
  readonlyContextList: any;
24
+ label?: string;
23
25
  }
24
26
  export declare class Group {
25
27
  level: number;
@@ -30,7 +32,7 @@ export declare class Group {
30
32
  }
31
33
  export declare class ListViewComponent implements OnInit, OnDestroy {
32
34
  private psService;
33
- private utils;
35
+ utils: Utils;
34
36
  paginator: MatPaginator;
35
37
  sort: MatSort;
36
38
  pConn$: typeof PConnect;
@@ -90,8 +92,9 @@ export declare class ListViewComponent implements OnInit, OnDestroy {
90
92
  paging: any;
91
93
  fieldDefs: any;
92
94
  xRayApis: import("@pega/pcore-pconnect-typedefs/debug/xray-runtime").default;
93
- xRayUid: string;
95
+ xRayUid: string | null;
94
96
  checkBoxValue: string;
97
+ label?: string;
95
98
  constructor(psService: ProgressSpinnerService, utils: Utils);
96
99
  ngOnInit(): void;
97
100
  getFieldFromFilter(filter: any, dateRange?: boolean): any;
@@ -152,6 +155,7 @@ export declare class ListViewComponent implements OnInit, OnDestroy {
152
155
  initializeColumns(fields?: never[]): any[];
153
156
  getHeaderCells(colFields: any, fields: any): any;
154
157
  buildSelect(fieldDefs: any, colId: any, patchQueryFields?: never[], compositeKeys?: never[]): any;
158
+ getResultsText(): string;
155
159
  getField(fieldDefs: any, columnId: any): any;
156
160
  getFieldsMap(fieldDefs: any): Map<any, any>;
157
161
  addItemKeyInSelect(fieldDefs: any, itemKey: any, select: any, compositeKeys: any): any;
@@ -1 +1 @@
1
- export declare function useInit(props: any): Promise<any>;
1
+ export declare function init(props: any): Promise<any>;
@@ -1,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";
@@ -1,8 +1,8 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
3
+ import { FormTemplateBase } from '../base/form-template-base';
4
4
  import * as i0 from "@angular/core";
5
- export declare class OneColumnComponent implements OnInit, OnChanges {
5
+ export declare class OneColumnComponent extends FormTemplateBase implements OnInit, OnChanges {
6
6
  pConn$: typeof PConnect;
7
7
  formGroup$: FormGroup;
8
8
  arChildren$: 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
  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';
@@ -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) => {
@@ -62,10 +63,10 @@ export declare const createMetaForTable: (fields: any, renderMode: any) => {
62
63
  footer: boolean;
63
64
  filterExpression: null;
64
65
  editing: boolean;
65
- timezone: string;
66
+ timezone: string | undefined;
66
67
  };
67
- export declare const filterDataByDate: (item: any, filterObj: any) => any;
68
- export declare const filterDataByCommonFields: (item: any, filterObj: any) => any;
68
+ export declare const filterDataByDate: (item: any, filterObj: any) => boolean;
69
+ export declare const filterDataByCommonFields: (item: any, filterObj: any) => boolean;
69
70
  /**
70
71
  * This method returns a callBack function for Add action.
71
72
  * @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;
@@ -28,6 +29,7 @@ interface SimpleTableManualProps {
28
29
  displayMode?: string;
29
30
  useSeparateViewForEdit: any;
30
31
  viewForEditModal: any;
32
+ targetClassLabel: string;
31
33
  }
32
34
  declare class Group {
33
35
  level: number;
@@ -38,7 +40,7 @@ declare class Group {
38
40
  }
39
41
  export declare class SimpleTableManualComponent implements OnInit, OnDestroy {
40
42
  private angularPConnect;
41
- private utils;
43
+ utils: Utils;
42
44
  private dataPageService;
43
45
  sort: MatSort;
44
46
  pConn$: typeof PConnect;
@@ -62,6 +64,7 @@ export declare class SimpleTableManualComponent implements OnInit, OnDestroy {
62
64
  showAddRowButton: boolean;
63
65
  prevReferenceList: any[];
64
66
  elementsData: MatTableDataSource<any>;
67
+ originalElementsData: MatTableDataSource<any>;
65
68
  rawFields: any;
66
69
  label?: string;
67
70
  searchIcon$: string;
@@ -109,11 +112,15 @@ export declare class SimpleTableManualComponent implements OnInit, OnDestroy {
109
112
  editView: any;
110
113
  settingsSvgIcon$: string;
111
114
  isInitialized: boolean;
115
+ targetClassLabel: string;
116
+ localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string, componentName?: string | null) => string;
117
+ localeCategory: string;
112
118
  constructor(angularPConnect: AngularPConnectService, utils: Utils, dataPageService: DatapageService);
113
119
  ngOnInit(): void;
114
120
  ngOnDestroy(): void;
115
121
  checkAndUpdate(): void;
116
122
  updateSelf(): void;
123
+ checkIfAllowActionsOrRowEditingExist(newflagobject: any): any;
117
124
  initializeDefaultPageInstructions(): void;
118
125
  getResultsText(): string;
119
126
  sortCompare(a: any, b: any): number;
@@ -129,7 +136,7 @@ export declare class SimpleTableManualComponent implements OnInit, OnDestroy {
129
136
  _onFilterActionButtonClick(event: any): void;
130
137
  updateFilterWithInfo(): void;
131
138
  updateFilterVarsWithCurrent(columnData: any): void;
132
- filterData(item: any): boolean;
139
+ filterData(element: any): boolean;
133
140
  filterSortGroupBy(): void;
134
141
  _headerSortClick(event: any, columnData: any): void;
135
142
  _showUnGroupBy(columnData: any): boolean;
@@ -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 { FormGroup } from '@angular/forms';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class SingleReferenceReadonlyComponent {
@@ -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,8 +1,8 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
3
+ import { FormTemplateBase } from '../base/form-template-base';
4
4
  import * as i0 from "@angular/core";
5
- export declare class ThreeColumnComponent implements OnInit, OnChanges {
5
+ export declare class ThreeColumnComponent extends FormTemplateBase implements OnInit, OnChanges {
6
6
  pConn$: typeof PConnect;
7
7
  formGroup$: FormGroup;
8
8
  arChildren$: 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
  export declare class ThreeColumnPageComponent {
@@ -1,8 +1,8 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, SimpleChanges, OnChanges } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
3
+ import { FormTemplateBase } from '../base/form-template-base';
4
4
  import * as i0 from "@angular/core";
5
- export declare class TwoColumnComponent implements OnInit, OnChanges {
5
+ export declare class TwoColumnComponent extends FormTemplateBase implements OnInit, OnChanges {
6
6
  pConn$: typeof PConnect;
7
7
  formGroup$: FormGroup;
8
8
  arChildren$: any[];
@@ -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,9 @@
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;
@@ -1,8 +1,8 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
3
+ import { FormTemplateBase } from '../base/form-template-base';
4
4
  import * as i0 from "@angular/core";
5
- export declare class WideNarrowFormComponent implements OnInit, OnChanges {
5
+ export declare class WideNarrowFormComponent extends FormTemplateBase implements OnInit, OnChanges {
6
6
  pConn$: typeof PConnect;
7
7
  formGroup$: FormGroup;
8
8
  arChildren$: any[];
@@ -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';
@@ -7,7 +6,7 @@ export declare class WideNarrowPageComponent implements OnInit, OnDestroy {
7
6
  private angularPConnect;
8
7
  pConn$: typeof PConnect;
9
8
  formGroup$: FormGroup;
10
- thePConnType: string;
9
+ thePConnType: string | undefined;
11
10
  angularPConnectData: AngularPConnectData;
12
11
  constructor(angularPConnect: AngularPConnectService);
13
12
  ngOnInit(): void;
@@ -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';
@@ -23,17 +22,17 @@ export declare class WssNavBarComponent implements OnInit, OnDestroy {
23
22
  navPages$: any[];
24
23
  navExpandCollapse$: string;
25
24
  bShowCaseTypes$: boolean;
26
- portalApp$: string;
25
+ portalApp$: string | undefined;
27
26
  portalLogoImage$: string;
28
27
  showAppName$: boolean;
29
- portalOperator$: string;
28
+ portalOperator$: string | undefined;
30
29
  portalOperatorInitials$: string;
31
30
  actionsAPI: any;
32
31
  createWork: any;
33
32
  showPage: any;
34
33
  logout: any;
35
34
  navIcon$: string;
36
- localizedVal: (localeKey: any, localePath: any, localeRuleKey?: string | undefined) => any;
35
+ localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string, componentName?: string | null) => string;
37
36
  localeCategory: string;
38
37
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, psService: ProgressSpinnerService, ngZone: NgZone, utils: Utils);
39
38
  ngOnInit(): void;
@@ -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 {
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, NgZone, OnDestroy, ElementRef } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -29,10 +28,10 @@ export declare class AttachmentComponent implements OnInit, OnDestroy {
29
28
  validateMessage: string | undefined;
30
29
  valueRef: string;
31
30
  imagePath$: string;
32
- localizedVal: (localeKey: any, localePath: any, localeRuleKey?: string | undefined) => any;
31
+ localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string, componentName?: string | null) => string;
33
32
  localeCategory: string;
34
- uploadMultipleFilesLabel: any;
35
- uploadSingleFileLabel: any;
33
+ uploadMultipleFilesLabel: string;
34
+ uploadSingleFileLabel: string;
36
35
  filesWithError: any;
37
36
  files: any;
38
37
  categoryName: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit } from '@angular/core';
3
2
  import { MatTableDataSource } from '@angular/material/table';
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 { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
3
  import { Utils } from '../../../_helpers/utils';
@@ -9,8 +8,8 @@ export declare class FeedContainerComponent implements OnInit, OnDestroy {
9
8
  private utils;
10
9
  pConn$: typeof PConnect;
11
10
  angularPConnectData: AngularPConnectData;
12
- userName$: string;
13
- imageKey$: string;
11
+ userName$: string | undefined;
12
+ imageKey$: string | undefined;
14
13
  currentUserInitials$: string;
15
14
  currentUserName$: string;
16
15
  pulseMessages$: any[];
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, NgZone, OnDestroy } from '@angular/core';
3
2
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
3
  import { Utils } from '../../../_helpers/utils';
@@ -120,7 +119,7 @@ export declare class FileUtilityComponent implements OnInit, OnDestroy {
120
119
  _fieldOnChangeURL(event: any): void;
121
120
  updateSelf(): void;
122
121
  getCaseID(): any;
123
- fetchCaseAttachments(caseID: any): any;
122
+ fetchCaseAttachments(caseID: any): Promise<object>;
124
123
  handleAttachmentsResponse(resp: any): void;
125
124
  getUtilityItems(attachments: any): any;
126
125
  mapAttachmentToUtilityItem(att: any): {
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
3
2
  import { Utils } from '../../../_helpers/utils';
4
3
  import * as i0 from "@angular/core";
@@ -1,5 +1,4 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, NgZone, OnDestroy, OnChanges } from '@angular/core';
1
+ import { OnInit, OnDestroy } from '@angular/core';
3
2
  import { publicConstants } from '@pega/pcore-pconnect-typedefs/constants';
4
3
  import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
5
4
  import { ErrorMessagesService } from '../../../_messages/error-messages.service';
@@ -12,10 +11,9 @@ interface ToDoProps {
12
11
  label?: string;
13
12
  readOnly?: boolean;
14
13
  }
15
- export declare class TodoComponent implements OnInit, OnDestroy, OnChanges {
14
+ export declare class TodoComponent implements OnInit, OnDestroy {
16
15
  private psService;
17
16
  private erService;
18
- private ngZone;
19
17
  private utils;
20
18
  pConn$: typeof PConnect;
21
19
  caseInfoID$: string;
@@ -28,32 +26,30 @@ export declare class TodoComponent implements OnInit, OnDestroy, OnChanges {
28
26
  myWorkList$: any;
29
27
  isConfirm: any;
30
28
  configProps$: ToDoProps;
31
- currentUser$: string;
29
+ currentUser$: string | undefined;
32
30
  currentUserInitials$: string;
33
- assignmentCount$: number;
34
31
  bShowMore$: boolean;
35
32
  arAssignments$: any[];
36
33
  assignmentsSource$: any;
37
34
  CONSTS: typeof publicConstants;
38
35
  bLogging: boolean;
39
- localizedVal: (localeKey: any, localePath: any, localeRuleKey?: string | undefined) => any;
36
+ localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string, componentName?: string | null) => string;
40
37
  localeCategory: string;
41
- showlessLocalizedValue: any;
42
- showMoreLocalizedValue: any;
43
- canPerform: boolean;
44
- constructor(psService: ProgressSpinnerService, erService: ErrorMessagesService, ngZone: NgZone, utils: Utils);
38
+ showlessLocalizedValue: string;
39
+ showMoreLocalizedValue: string;
40
+ count: number;
41
+ constructor(psService: ProgressSpinnerService, erService: ErrorMessagesService, utils: Utils);
45
42
  ngOnInit(): void;
46
43
  ngOnDestroy(): void;
47
- ngOnChanges(): void;
48
- updateWorkList(key: any): void;
44
+ get canPerform(): boolean;
49
45
  updateList(): void;
50
46
  updateToDo(): void;
47
+ deferLoadWorklistItems(responseData: any): void;
51
48
  getID(assignment: any): any;
52
49
  topThreeAssignments(assignmentsSource: any[]): any[];
53
50
  getAssignmentId(assignment: any): any;
54
51
  getPriority(assignment: any): any;
55
52
  getAssignmentName(assignment: any): any;
56
- initAssignments(): any[];
57
53
  getCaseInfoAssignment(assignmentsSource: any[], caseInfoID: string): any[];
58
54
  _showMore(): void;
59
55
  _showLess(): void;
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
3
2
  import { Utils } from '../../../_helpers/utils';
4
3
  import * as i0 from "@angular/core";
@@ -1,3 +1,3 @@
1
1
  export declare function getLocale(locale?: string): string | undefined;
2
- export declare function getCurrentTimezone(timezone?: string): any;
2
+ export declare function getCurrentTimezone(timezone?: string): string;
3
3
  export declare function getSeconds(sTime: any): any;
@@ -0,0 +1 @@
1
+ export declare function updateWorkList(pConnect: any, key: any, payload?: undefined): void;
@@ -1,4 +1,3 @@
1
- declare const _default: {
1
+ export declare const BooleanFormatters: {
2
2
  TrueFalse: (value: any, options: any) => any;
3
3
  };
4
- export default _default;
@@ -1,2 +1,2 @@
1
- export declare function getLocale(locale?: string): string;
2
- export declare function getCurrentTimezone(timezone?: string): any;
1
+ export declare function getLocale(locale?: string): string | undefined;
2
+ export declare function getCurrentTimezone(timezone?: string): string;
@@ -1,4 +1,4 @@
1
- declare const _default: {
1
+ export declare const CurrencyFormatters: {
2
2
  Currency: (value: any, options: any) => string;
3
3
  'Currency-Code': (value: any, options: any) => string;
4
4
  Decimal: (value: any, options: any) => string;
@@ -6,4 +6,3 @@ declare const _default: {
6
6
  Integer: (value: any, options: any) => string;
7
7
  Percentage: (value: any, options: any) => string;
8
8
  };
9
- export default _default;