@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,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnDestroy } from '@angular/core';
3
2
  import { FormControl, FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -28,15 +27,22 @@ export declare class UserReferenceComponent implements OnInit, OnDestroy {
28
27
  filteredOptions: Observable<any[]>;
29
28
  filterValue: string;
30
29
  fieldControl: FormControl<string | null>;
30
+ actionsApi: Object;
31
+ propName: string;
32
+ onRecordChange: any;
31
33
  constructor(angularPConnect: AngularPConnectService, utils: Utils);
32
34
  ngOnInit(): Promise<void>;
33
35
  ngOnDestroy(): void;
34
36
  get type(): string;
35
37
  onStateChange(): Promise<void>;
36
38
  private _filter;
39
+ isUserNameAvailable: (user: any) => any;
40
+ getUserName: (user: any) => any;
41
+ getValue: (user: any) => any;
37
42
  checkAndUpdate(): Promise<void>;
38
43
  updateSelf(): Promise<void>;
39
44
  fieldOnChange(event: any): void;
45
+ optionChanged(event: any): void;
40
46
  fieldOnBlur(event: any): void;
41
47
  getErrorMessage(): string;
42
48
  static ɵfac: i0.ɵɵFactoryDeclaration<UserReferenceComponent, never>;
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, ChangeDetectorRef, NgZone, OnDestroy, Injector } from '@angular/core';
3
2
  import { FormBuilder, FormGroup } from '@angular/forms';
4
3
  import { publicConstants } from '@pega/pcore-pconnect-typedefs/constants';
@@ -63,7 +62,6 @@ export declare class FlowContainerComponent extends FlowContainerBaseComponent i
63
62
  getTodoVisibilty(): boolean;
64
63
  initContainer(): void;
65
64
  initComponent(bLoadChildren: boolean): void;
66
- hasAssignments(): boolean;
67
65
  isCaseWideLocalAction(): boolean;
68
66
  hasChildCaseAssignments(): any;
69
67
  getActiveViewLabel(): string;
@@ -1,2 +1,3 @@
1
+ export declare function hasAssignments(pConnect: any): any;
1
2
  export declare const showBanner: (getPConnect: any) => boolean;
2
3
  export declare function getToDoAssignments(pConnect: any): any;
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { FormGroup } from '@angular/forms';
3
2
  import * as i0 from "@angular/core";
4
3
  /**
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, EventEmitter, NgZone, OnDestroy } from '@angular/core';
3
2
  import { FormBuilder, FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../../_bridge/angular-pconnect';
@@ -15,7 +14,6 @@ export declare class ModalViewContainerComponent implements OnInit, OnDestroy {
15
14
  private psService;
16
15
  private fb;
17
16
  pConn$: typeof PConnect;
18
- displayOnlyFA$: boolean;
19
17
  modalVisibleChange: EventEmitter<boolean>;
20
18
  angularPConnectData: AngularPConnectData;
21
19
  arChildren$: any[];
@@ -26,7 +24,6 @@ export declare class ModalViewContainerComponent implements OnInit, OnDestroy {
26
24
  context$: string;
27
25
  title$: string;
28
26
  bShowModal$: boolean;
29
- bShowAsModal$: boolean;
30
27
  itemKey$: string;
31
28
  formGroup$: FormGroup;
32
29
  oCaseInfo: Object;
@@ -68,5 +65,5 @@ export declare class ModalViewContainerComponent implements OnInit, OnDestroy {
68
65
  determineModalHeaderByAction(actionName: any, caseTypeName: any, ID: any, caseLocaleRef: any): any;
69
66
  closeActionsDialog: () => void;
70
67
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalViewContainerComponent, never>;
71
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalViewContainerComponent, "app-modal-view-container", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "displayOnlyFA$": { "alias": "displayOnlyFA$"; "required": false; }; }, { "modalVisibleChange": "modalVisibleChange"; }, never, never, true, never>;
68
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalViewContainerComponent, "app-modal-view-container", never, { "pConn$": { "alias": "pConn$"; "required": false; }; }, { "modalVisibleChange": "modalVisibleChange"; }, never, never, true, never>;
72
69
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  /**
@@ -0,0 +1,2 @@
1
+ export declare const addContainerItem: (pConnect: any) => void;
2
+ export declare const configureBrowserBookmark: (pConnect: any) => void;
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, NgZone, OnDestroy } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../../_bridge/angular-pconnect';
@@ -4,7 +4,7 @@ export declare class ActionButtonsComponent {
4
4
  arMainButtons$: any[];
5
5
  arSecondaryButtons$: any[];
6
6
  actionButtonClick: EventEmitter<any>;
7
- localizedVal: (localeKey: any, localePath: any, localeRuleKey?: string | undefined) => any;
7
+ localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string, componentName?: string | null) => string;
8
8
  localeCategory: string;
9
9
  buttonClick(sAction: any, sButtonType: any): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionButtonsComponent, never>;
@@ -1,10 +1,10 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, NgZone, OnDestroy, OnChanges } from '@angular/core';
3
2
  import { MatSnackBar } from '@angular/material/snack-bar';
4
3
  import { FormGroup } from '@angular/forms';
5
4
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
6
5
  import { ErrorMessagesService } from '../../../_messages/error-messages.service';
7
6
  import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
7
+ import { BannerService } from '../../../_services/banner.service';
8
8
  import * as i0 from "@angular/core";
9
9
  interface AssignmentProps {
10
10
  template: string;
@@ -15,6 +15,7 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
15
15
  private erService;
16
16
  private ngZone;
17
17
  private snackBar;
18
+ bannerService: BannerService;
18
19
  pConn$: typeof PConnect;
19
20
  formGroup$: FormGroup;
20
21
  arChildren$: any[];
@@ -22,7 +23,6 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
22
23
  isCreateStage$: boolean;
23
24
  updateToken$: number;
24
25
  isInModal$: boolean;
25
- banners: any;
26
26
  angularPConnectData: AngularPConnectData;
27
27
  configProps$: AssignmentProps;
28
28
  newPConn$: any;
@@ -49,7 +49,8 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
49
49
  localizedVal: any;
50
50
  localeCategory: string;
51
51
  localeReference: any;
52
- constructor(angularPConnect: AngularPConnectService, psService: ProgressSpinnerService, erService: ErrorMessagesService, ngZone: NgZone, snackBar: MatSnackBar);
52
+ snackBarRef: any;
53
+ constructor(angularPConnect: AngularPConnectService, psService: ProgressSpinnerService, erService: ErrorMessagesService, ngZone: NgZone, snackBar: MatSnackBar, bannerService: BannerService);
53
54
  ngOnInit(): void;
54
55
  ngOnDestroy(): void;
55
56
  onStateChange(): void;
@@ -66,7 +67,8 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
66
67
  formValid(): boolean;
67
68
  touchAll(): void;
68
69
  topViewRefresh(): void;
70
+ registerForRefresh(): void;
69
71
  static ɵfac: i0.ɵɵFactoryDeclaration<AssignmentComponent, never>;
70
- static ɵcmp: i0.ɵɵComponentDeclaration<AssignmentComponent, "app-assignment", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "arChildren$": { "alias": "arChildren$"; "required": false; }; "itemKey$": { "alias": "itemKey$"; "required": false; }; "isCreateStage$": { "alias": "isCreateStage$"; "required": false; }; "updateToken$": { "alias": "updateToken$"; "required": false; }; "isInModal$": { "alias": "isInModal$"; "required": false; }; "banners": { "alias": "banners"; "required": false; }; }, {}, never, never, true, never>;
72
+ static ɵcmp: i0.ɵɵComponentDeclaration<AssignmentComponent, "app-assignment", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "arChildren$": { "alias": "arChildren$"; "required": false; }; "itemKey$": { "alias": "itemKey$"; "required": false; }; "isCreateStage$": { "alias": "isCreateStage$"; "required": false; }; "updateToken$": { "alias": "updateToken$"; "required": false; }; "isInModal$": { "alias": "isInModal$"; "required": false; }; }, {}, never, never, true, never>;
71
73
  }
72
74
  export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, EventEmitter, OnChanges } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import * as i0 from "@angular/core";
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import * as i0 from "@angular/core";
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnDestroy, OnChanges } from '@angular/core';
3
2
  import { publicConstants } from '@pega/pcore-pconnect-typedefs/constants';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -27,6 +26,7 @@ export declare class DeferLoadComponent implements OnInit, OnDestroy, OnChanges
27
26
  CASE: any;
28
27
  PAGE: any;
29
28
  DATA: any;
29
+ lastUpdateCaseTime: any;
30
30
  constructor(angularPConnect: AngularPConnectService);
31
31
  ngOnInit(): void;
32
32
  ngOnDestroy(): void;
@@ -35,8 +35,8 @@ export declare class DeferLoadComponent implements OnInit, OnDestroy, OnChanges
35
35
  getViewOptions: () => {
36
36
  viewContext: any;
37
37
  pageClass: any;
38
- container: string | null;
39
- containerName: string | null;
38
+ container: string | undefined;
39
+ containerName: string | undefined;
40
40
  updateData: boolean;
41
41
  };
42
42
  onResponse(data: any): void;
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class ErrorBoundaryComponent {
3
3
  message: string;
4
- localizedVal: any;
4
+ localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string, componentName?: string | null) => string;
5
5
  localeCategory: string;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ErrorBoundaryComponent, never>;
7
7
  static ɵcmp: i0.ɵɵComponentDeclaration<ErrorBoundaryComponent, "app-error-boundary", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, EventEmitter } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import { Utils } from '../../../_helpers/utils';
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, ChangeDetectorRef, NgZone, OnDestroy } from '@angular/core';
3
2
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
3
  import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
@@ -22,10 +21,10 @@ export declare class NavbarComponent implements OnInit, OnDestroy {
22
21
  navPages$: any[];
23
22
  navExpandCollapse$: string;
24
23
  bShowCaseTypes$: boolean;
25
- portalApp$: string;
24
+ portalApp$: string | undefined;
26
25
  portalLogoImage$: string;
27
26
  showAppName$?: boolean;
28
- portalOperator$: string;
27
+ portalOperator$: string | undefined;
29
28
  portalOperatorInitials$: string;
30
29
  actionsAPI: any;
31
30
  createWork: any;
@@ -5,12 +5,32 @@ import * as i0 from "@angular/core";
5
5
  * is totally at your own risk.
6
6
  */
7
7
  export declare class ReferenceComponent {
8
- referencedComponent: any;
9
8
  private static bLogging;
10
- constructor();
9
+ /**
10
+ * Creates a normalized PConn from a reference component.
11
+ * Resolves the reference to its fully realized View with proper configuration.
12
+ *
13
+ * @param inPConn - The PConn object that represents a reference component
14
+ * @returns The dereferenced PConnect object, or null if reference can't be resolved
15
+ */
11
16
  static createFullReferencedViewFromRef(inPConn: any): any;
17
+ /**
18
+ * Normalizes a PConn object that might be a 'reference'.
19
+ * If the incoming PConn is a reference, returns its dereferenced View.
20
+ * Otherwise, returns the passed in PConn unchanged.
21
+ *
22
+ * @param inPConn - A PConn object (ex: { getPConnect() } or direct PConnect)
23
+ * @returns The normalized PConn object with references resolved
24
+ */
12
25
  static normalizePConn(inPConn: any): any;
13
- static normalizePConnArray(inPConnArray: any): any;
26
+ /**
27
+ * Normalizes an array of PConn objects by replacing any 'reference' components
28
+ * with their referenced views.
29
+ *
30
+ * @param inPConnArray - Array of PConn objects to normalize
31
+ * @returns Normalized array with references resolved, or empty array if input is invalid
32
+ */
33
+ static normalizePConnArray(inPConnArray: any[]): any[];
14
34
  static ɵfac: i0.ɵɵFactoryDeclaration<ReferenceComponent, never>;
15
35
  static ɵcmp: i0.ɵɵComponentDeclaration<ReferenceComponent, "app-reference", never, {}, {}, never, never, true, never>;
16
36
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import * as i0 from "@angular/core";
@@ -1,7 +1,7 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, NgZone, OnDestroy } from '@angular/core';
3
2
  import { Subscription } from 'rxjs';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
+ import { ServerConfigService } from '../../../_services/server-config.service';
5
5
  import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class RootContainerComponent implements OnInit, OnDestroy {
@@ -11,6 +11,7 @@ export declare class RootContainerComponent implements OnInit, OnDestroy {
11
11
  pConn$: typeof PConnect;
12
12
  displayOnlyFA$: boolean;
13
13
  isMashup$: boolean;
14
+ scService: ServerConfigService;
14
15
  angularPConnectData: AngularPConnectData;
15
16
  componentName$: string;
16
17
  bIsProgress$: boolean;
@@ -26,8 +27,8 @@ export declare class RootContainerComponent implements OnInit, OnDestroy {
26
27
  ngOnInit(): void;
27
28
  ngOnDestroy(): void;
28
29
  onStateChange(): void;
29
- modalVisibleChanged(isVisible: any): void;
30
30
  updateSelf(): void;
31
+ configureModalContainer(): Promise<void>;
31
32
  generateViewContainerForNoPortal(): void;
32
33
  showHideProgress(bShow: boolean): void;
33
34
  static ɵfac: i0.ɵɵFactoryDeclaration<RootContainerComponent, never>;
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnDestroy } from '@angular/core';
3
2
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
3
  import { Utils } from '../../../_helpers/utils';
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, SimpleChanges, OnDestroy, OnChanges } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -18,6 +17,7 @@ export declare class ViewComponent implements OnInit, OnDestroy, OnChanges {
18
17
  formGroup$: FormGroup;
19
18
  displayOnlyFA$: boolean;
20
19
  angularPConnectData: AngularPConnectData;
20
+ noHeaderTemplates: string[];
21
21
  configProps$: ViewProps;
22
22
  inheritedProps$: any;
23
23
  arChildren$: any[];
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, NgZone, OnDestroy } from '@angular/core';
3
2
  import { MatSnackBar } from '@angular/material/snack-bar';
4
3
  import { Subscription } from 'rxjs';
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  interface BannerPageProps {
@@ -0,0 +1,21 @@
1
+ import { OnInit, OnDestroy, Injector } from '@angular/core';
2
+ import { AngularPConnectData } from '../../../_bridge/angular-pconnect';
3
+ import * as i0 from "@angular/core";
4
+ export declare class DetailsTemplateBase implements OnInit, OnDestroy {
5
+ pConn$: typeof PConnect;
6
+ protected angularPConnectData: AngularPConnectData;
7
+ protected angularPConnect: any;
8
+ childrenMetadataOld: any;
9
+ constructor(injector: Injector);
10
+ ngOnInit(): void;
11
+ ngOnDestroy(): void;
12
+ onStateChange(): void;
13
+ checkAndUpdate(): void;
14
+ updateSelf(): void;
15
+ hasRawMetadataChanged(): boolean;
16
+ fetchChildrenMetadata(): {
17
+ [key: string]: any;
18
+ }[];
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<DetailsTemplateBase, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DetailsTemplateBase, never, never, { "pConn$": { "alias": "pConn$"; "required": false; }; }, {}, never, never, false, never>;
21
+ }
@@ -0,0 +1,10 @@
1
+ import { OnDestroy } from '@angular/core';
2
+ import { AngularPConnectData } from '../../../_bridge/angular-pconnect';
3
+ import * as i0 from "@angular/core";
4
+ export declare class FormTemplateBase implements OnDestroy {
5
+ pConn$: any;
6
+ angularPConnectData: AngularPConnectData;
7
+ ngOnDestroy(): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormTemplateBase, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormTemplateBase, never, never, {}, {}, never, never, false, never>;
10
+ }
@@ -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';
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -15,7 +14,6 @@ export declare class CaseViewComponent implements OnInit, OnDestroy {
15
14
  private utils;
16
15
  pConn$: typeof PConnect;
17
16
  formGroup$: FormGroup;
18
- displayOnlyFA$: boolean;
19
17
  angularPConnectData: AngularPConnectData;
20
18
  configProps$: CaseViewProps;
21
19
  arChildren$: any[];
@@ -51,6 +49,6 @@ export declare class CaseViewComponent implements OnInit, OnDestroy {
51
49
  _menuActionClick(data: any): void;
52
50
  _menuProcessClick(data: any): void;
53
51
  static ɵfac: i0.ɵɵFactoryDeclaration<CaseViewComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<CaseViewComponent, "app-case-view", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "displayOnlyFA$": { "alias": "displayOnlyFA$"; "required": false; }; }, {}, never, never, true, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaseViewComponent, "app-case-view", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
55
53
  }
56
54
  export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnDestroy } from '@angular/core';
3
2
  import { publicConstants } from '@pega/pcore-pconnect-typedefs/constants';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -1,4 +1,3 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit, OnDestroy } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
4
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -1,21 +1,22 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { OnInit } from '@angular/core';
3
2
  import { FormGroup } from '@angular/forms';
3
+ import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
4
  import { TemplateUtils } from '../../../_helpers/template-utils';
5
+ import { FormTemplateBase } from '../base/form-template-base';
5
6
  import * as i0 from "@angular/core";
6
- export declare class DefaultFormComponent implements OnInit {
7
+ export declare class DefaultFormComponent extends FormTemplateBase implements OnInit {
8
+ private angularPConnect;
7
9
  private templateUtils;
8
10
  pConn$: typeof PConnect;
9
11
  formGroup$: FormGroup;
12
+ angularPConnectData: AngularPConnectData;
10
13
  arChildren$: any[];
11
14
  divClass$: string;
12
- template: any;
13
- showLabel: any;
14
- label: any;
15
15
  instructions: string;
16
- NO_HEADER_TEMPLATES: string[];
17
- constructor(templateUtils: TemplateUtils);
16
+ constructor(angularPConnect: AngularPConnectService, templateUtils: TemplateUtils);
18
17
  ngOnInit(): void;
18
+ onStateChange(): void;
19
+ updateSelf(): void;
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<DefaultFormComponent, never>;
20
21
  static ɵcmp: i0.ɵɵComponentDeclaration<DefaultFormComponent, "app-default-form", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
21
22
  }
@@ -1,20 +1,11 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, OnDestroy } from '@angular/core';
3
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
1
+ import { DetailsTemplateBase } from '../base/details-template-base';
4
2
  import * as i0 from "@angular/core";
5
- export declare class DetailsComponent implements OnInit, OnDestroy {
6
- private angularPConnect;
7
- constructor(angularPConnect: AngularPConnectService);
3
+ export declare class DetailsComponent extends DetailsTemplateBase {
8
4
  pConn$: typeof PConnect;
9
5
  highlightedDataArr: any[];
10
6
  showHighlightedData: boolean;
11
7
  arFields$: any[];
12
- angularPConnectData: AngularPConnectData;
13
- ngOnInit(): void;
14
- ngOnDestroy(): void;
15
- onStateChange(): void;
16
- checkAndUpdate(): void;
17
8
  updateSelf(): void;
18
9
  static ɵfac: i0.ɵɵFactoryDeclaration<DetailsComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<DetailsComponent, "app-details", never, { "pConn$": { "alias": "pConn$"; "required": false; }; }, {}, never, never, true, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<DetailsComponent, "app-details", never, {}, {}, never, never, true, never>;
20
11
  }
@@ -1,21 +1,12 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, OnDestroy } from '@angular/core';
3
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
1
+ import { DetailsTemplateBase } from '../base/details-template-base';
4
2
  import * as i0 from "@angular/core";
5
- export declare class DetailsNarrowWideComponent implements OnInit, OnDestroy {
6
- private angularPConnect;
7
- constructor(angularPConnect: AngularPConnectService);
3
+ export declare class DetailsNarrowWideComponent extends DetailsTemplateBase {
8
4
  pConn$: typeof PConnect;
9
5
  arFields$: any[];
10
6
  arFields2$: any[];
11
7
  highlightedDataArr: any[];
12
8
  showHighlightedData: boolean;
13
- angularPConnectData: AngularPConnectData;
14
- ngOnInit(): void;
15
- ngOnDestroy(): void;
16
- onStateChange(): void;
17
- checkAndUpdate(): void;
18
9
  updateSelf(): void;
19
10
  static ɵfac: i0.ɵɵFactoryDeclaration<DetailsNarrowWideComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<DetailsNarrowWideComponent, "app-details-narrow-wide", never, { "pConn$": { "alias": "pConn$"; "required": false; }; }, {}, never, never, true, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<DetailsNarrowWideComponent, "app-details-narrow-wide", never, {}, {}, never, never, true, never>;
21
12
  }
@@ -1,22 +1,11 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, OnDestroy } from '@angular/core';
3
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
- import { FormGroup } from '@angular/forms';
1
+ import { DetailsTemplateBase } from '../base/details-template-base';
5
2
  import * as i0 from "@angular/core";
6
- export declare class DetailsOneColumnComponent implements OnInit, OnDestroy {
7
- private angularPConnect;
8
- constructor(angularPConnect: AngularPConnectService);
3
+ export declare class DetailsOneColumnComponent extends DetailsTemplateBase {
9
4
  pConn$: typeof PConnect;
10
- formGroup$: FormGroup;
11
5
  showHighlightedData: boolean;
12
6
  highlightedDataArr: any;
13
7
  arFields$: any[];
14
- angularPConnectData: AngularPConnectData;
15
- ngOnInit(): void;
16
- ngOnDestroy(): void;
17
- onStateChange(): void;
18
- checkAndUpdate(): void;
19
8
  updateSelf(): void;
20
9
  static ɵfac: i0.ɵɵFactoryDeclaration<DetailsOneColumnComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<DetailsOneColumnComponent, "app-details-one-column", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<DetailsOneColumnComponent, "app-details-one-column", never, {}, {}, never, never, true, never>;
22
11
  }
@@ -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 DetailsSubTabsComponent implements OnInit, OnDestroy {
7
- private angularPConnect;
3
+ export declare class DetailsSubTabsComponent extends DetailsTemplateBase {
8
4
  pConn$: typeof PConnect;
9
- formGroup$: FormGroup;
10
- angularPConnectData: AngularPConnectData;
11
5
  currentTabId: string;
12
6
  tabItems: any[];
13
7
  availableTabs: any[];
14
- constructor(angularPConnect: AngularPConnectService);
15
- ngOnInit(): void;
16
- ngOnDestroy(): void;
17
- onStateChange(): void;
18
- checkAndUpdate(): void;
19
8
  updateSelf(): void;
20
9
  updateTabContent(): void;
21
10
  handleTabClick(event: any): void;
22
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DetailsSubTabsComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<DetailsSubTabsComponent, "app-details-sub-tabs", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<DetailsSubTabsComponent, "app-details-sub-tabs", never, {}, {}, never, never, true, never>;
24
13
  }
@@ -1,25 +1,14 @@
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 DetailsThreeColumnComponent implements OnInit, OnDestroy {
7
- private angularPConnect;
8
- constructor(angularPConnect: AngularPConnectService);
3
+ export declare class DetailsThreeColumnComponent extends DetailsTemplateBase {
9
4
  pConn$: typeof PConnect;
10
- formGroup$: FormGroup;
11
5
  showHighlightedData: boolean;
12
6
  highlightedDataArr: any;
13
7
  arFields$: any[];
14
8
  arFields2$: any[];
15
9
  arFields3$: any[];
16
10
  propsToUse: any;
17
- angularPConnectData: AngularPConnectData;
18
- ngOnInit(): void;
19
- ngOnDestroy(): void;
20
- onStateChange(): void;
21
- checkAndUpdate(): void;
22
11
  updateSelf(): void;
23
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DetailsThreeColumnComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<DetailsThreeColumnComponent, "app-details-three-column", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<DetailsThreeColumnComponent, "app-details-three-column", never, {}, {}, never, never, true, never>;
25
14
  }
@@ -1,25 +1,14 @@
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 DetailsTwoColumnComponent implements OnInit, OnDestroy {
7
- private angularPConnect;
8
- constructor(angularPConnect: AngularPConnectService);
3
+ export declare class DetailsTwoColumnComponent extends DetailsTemplateBase {
9
4
  pConn$: typeof PConnect;
10
- formGroup$: FormGroup;
11
5
  showHighlightedData: boolean;
12
6
  highlightedDataArr: any;
13
7
  arFields$: any[];
14
8
  arFields2$: any[];
15
9
  arFields3$: any[];
16
10
  propsToUse: any;
17
- angularPConnectData: AngularPConnectData;
18
- ngOnInit(): void;
19
- ngOnDestroy(): void;
20
- onStateChange(): void;
21
- checkAndUpdate(): void;
22
11
  updateSelf(): void;
23
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DetailsTwoColumnComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<DetailsTwoColumnComponent, "app-details-two-column", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<DetailsTwoColumnComponent, "app-details-two-column", never, {}, {}, never, never, true, never>;
25
14
  }