@pega/angular-sdk-components 24.2.10 → 25.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (305) hide show
  1. package/fesm2022/pega-angular-sdk-components.mjs +5383 -3962
  2. package/fesm2022/pega-angular-sdk-components.mjs.map +1 -1
  3. package/lib/_bridge/angular-pconnect.d.ts +1 -1
  4. package/lib/_bridge/component-mapper/component-mapper.component.d.ts +1 -1
  5. package/lib/_bridge/helpers/sdk-pega-component-map.d.ts +18 -0
  6. package/lib/_components/designSystemExtension/banner/banner.component.d.ts +0 -1
  7. package/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.d.ts +0 -1
  8. package/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.d.ts +1 -1
  9. package/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.d.ts +1 -0
  10. package/lib/_components/designSystemExtension/operator/operator.component.d.ts +2 -3
  11. package/lib/_components/designSystemExtension/pulse/pulse.component.d.ts +0 -1
  12. package/lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component.d.ts +1 -0
  13. package/lib/_components/field/auto-complete/auto-complete.component.d.ts +14 -38
  14. package/lib/_components/field/cancel-alert/cancel-alert.component.d.ts +7 -6
  15. package/lib/_components/field/check-box/check-box.component.d.ts +10 -33
  16. package/lib/_components/field/currency/currency.component.d.ts +19 -35
  17. package/lib/_components/field/date/date.component.d.ts +7 -58
  18. package/lib/_components/field/date-time/date-time.component.d.ts +12 -40
  19. package/lib/_components/field/decimal/decimal.component.d.ts +17 -32
  20. package/lib/_components/field/dropdown/dropdown.component.d.ts +14 -38
  21. package/lib/_components/field/email/email.component.d.ts +7 -35
  22. package/lib/_components/field/field.base.d.ts +57 -0
  23. package/lib/_components/field/group/group.component.d.ts +5 -3
  24. package/lib/_components/field/integer/integer.component.d.ts +8 -35
  25. package/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.d.ts +1 -2
  26. package/lib/_components/field/location/location.component.d.ts +47 -0
  27. package/lib/_components/field/multiselect/multiselect.component.d.ts +7 -39
  28. package/lib/_components/field/object-reference/object-reference.component.d.ts +45 -0
  29. package/lib/_components/field/percentage/percentage.component.d.ts +19 -37
  30. package/lib/_components/field/phone/phone.component.d.ts +8 -38
  31. package/lib/_components/field/radio-buttons/radio-buttons.component.d.ts +13 -34
  32. package/lib/_components/field/rich-text/rich-text.component.d.ts +7 -31
  33. package/lib/_components/field/scalar-list/scalar-list.component.d.ts +6 -22
  34. package/lib/_components/field/selectable-card/selectable-card.component.d.ts +62 -0
  35. package/lib/_components/field/semantic-link/semantic-link.component.d.ts +21 -1
  36. package/lib/_components/field/text/text.component.d.ts +0 -1
  37. package/lib/_components/field/text-area/text-area.component.d.ts +7 -35
  38. package/lib/_components/field/text-content/text-content.component.d.ts +0 -1
  39. package/lib/_components/field/text-input/text-input.component.d.ts +7 -36
  40. package/lib/_components/field/time/time.component.d.ts +7 -36
  41. package/lib/_components/field/url/url.component.d.ts +7 -36
  42. package/lib/_components/field/user-reference/user-reference.component.d.ts +1 -2
  43. package/lib/_components/infra/Containers/flow-container/flow-container.component.d.ts +1 -2
  44. package/lib/_components/infra/Containers/flow-container/helpers.d.ts +1 -0
  45. package/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.d.ts +0 -1
  46. package/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.d.ts +5 -10
  47. package/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.d.ts +0 -1
  48. package/lib/_components/infra/Containers/view-container/view-container.component.d.ts +0 -1
  49. package/lib/_components/infra/action-buttons/action-buttons.component.d.ts +1 -1
  50. package/lib/_components/infra/assignment/assignment.component.d.ts +8 -6
  51. package/lib/_components/infra/assignment-card/assignment-card.component.d.ts +3 -3
  52. package/lib/_components/infra/dashboard-filter/dashboard-filter.component.d.ts +0 -1
  53. package/lib/_components/infra/defer-load/defer-load.component.d.ts +7 -7
  54. package/lib/_components/infra/error-boundary/error-boundary.component.d.ts +1 -1
  55. package/lib/_components/infra/multi-step/multi-step.component.d.ts +0 -1
  56. package/lib/_components/infra/navbar/navbar.component.d.ts +0 -2
  57. package/lib/_components/infra/reference/reference.component.d.ts +23 -3
  58. package/lib/_components/infra/region/region.component.d.ts +0 -1
  59. package/lib/_components/infra/root-container/root-container.component.d.ts +3 -2
  60. package/lib/_components/infra/stages/stages.component.d.ts +2 -2
  61. package/lib/_components/infra/view/view.component.d.ts +0 -1
  62. package/lib/_components/template/advanced-search/advanced-search.component.d.ts +21 -0
  63. package/lib/_components/template/advanced-search/search-group/persist-utils.d.ts +23 -0
  64. package/lib/_components/template/advanced-search/search-groups/search-groups.component.d.ts +47 -0
  65. package/lib/_components/template/advanced-search/search-groups/utils.d.ts +15 -0
  66. package/lib/_components/template/app-shell/app-shell.component.d.ts +6 -3
  67. package/lib/_components/template/banner-page/banner-page.component.d.ts +0 -1
  68. package/lib/_components/template/base/details-template-base.d.ts +1 -2
  69. package/lib/_components/template/base/form-template-base.d.ts +3 -1
  70. package/lib/_components/template/case-summary/case-summary.component.d.ts +3 -3
  71. package/lib/_components/template/case-view/case-view.component.d.ts +0 -2
  72. package/lib/_components/template/confirmation/confirmation.component.d.ts +0 -1
  73. package/lib/_components/template/data-reference/data-reference.component.d.ts +27 -3
  74. package/lib/_components/template/data-reference/search-form/search-form.component.d.ts +39 -0
  75. package/lib/_components/template/data-reference/search-form/tabsData.d.ts +2 -0
  76. package/lib/_components/template/data-reference/utils.d.ts +14 -0
  77. package/lib/_components/template/default-form/default-form.component.d.ts +9 -4
  78. package/lib/_components/template/default-page/default-page.component.d.ts +29 -0
  79. package/lib/_components/template/details/details.component.d.ts +0 -1
  80. package/lib/_components/template/details-narrow-wide/details-narrow-wide.component.d.ts +0 -1
  81. package/lib/_components/template/details-one-column/details-one-column.component.d.ts +0 -1
  82. package/lib/_components/template/details-sub-tabs/details-sub-tabs.component.d.ts +0 -1
  83. package/lib/_components/template/details-three-column/details-three-column.component.d.ts +0 -1
  84. package/lib/_components/template/details-two-column/details-two-column.component.d.ts +0 -1
  85. package/lib/_components/template/details-wide-narrow/details-wide-narrow.component.d.ts +0 -1
  86. package/lib/_components/template/dynamic-tabs/dynamic-tabs.component.d.ts +0 -1
  87. package/lib/_components/template/field-group-template/field-group-template.component.d.ts +9 -8
  88. package/lib/_components/template/inline-dashboard/inline-dashboard.component.d.ts +0 -1
  89. package/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.d.ts +0 -1
  90. package/lib/_components/template/list-page/list-page.component.d.ts +0 -1
  91. package/lib/_components/template/list-view/list-view.component.d.ts +22 -7
  92. package/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.d.ts +0 -1
  93. package/lib/_components/template/narrow-wide-form/narrow-wide-form.component.d.ts +0 -1
  94. package/lib/_components/template/object-page/object-page.component.d.ts +8 -0
  95. package/lib/_components/template/one-column/one-column.component.d.ts +0 -1
  96. package/lib/_components/template/one-column-page/one-column-page.component.d.ts +0 -1
  97. package/lib/_components/template/one-column-tab/one-column-tab.component.d.ts +0 -1
  98. package/lib/_components/template/page/page.component.d.ts +0 -1
  99. package/lib/_components/template/promoted-filters/promoted-filters.component.d.ts +0 -1
  100. package/lib/_components/template/repeating-structures/repeating-structures.component.d.ts +0 -1
  101. package/lib/_components/template/self-service-case-view/self-service-case-view.component.d.ts +58 -0
  102. package/lib/_components/template/simple-table/simple-table.component.d.ts +0 -1
  103. package/lib/_components/template/simple-table-manual/helpers.d.ts +18 -3
  104. package/lib/_components/template/simple-table-manual/simple-table-manual.component.d.ts +9 -4
  105. package/lib/_components/template/simple-table-select/simple-table-select.component.d.ts +0 -1
  106. package/lib/_components/template/single-reference-readonly/single-reference-readonly.component.d.ts +18 -3
  107. package/lib/_components/template/sub-tabs/sub-tabs.component.d.ts +0 -1
  108. package/lib/_components/template/three-column/three-column.component.d.ts +0 -1
  109. package/lib/_components/template/three-column-page/three-column-page.component.d.ts +0 -1
  110. package/lib/_components/template/two-column/two-column.component.d.ts +0 -1
  111. package/lib/_components/template/two-column-page/two-column-page.component.d.ts +0 -1
  112. package/lib/_components/template/two-column-tab/two-column-tab.component.d.ts +0 -1
  113. package/lib/_components/template/utils.d.ts +11 -0
  114. package/lib/_components/template/wide-narrow-form/wide-narrow-form.component.d.ts +0 -1
  115. package/lib/_components/template/wide-narrow-page/wide-narrow-page.component.d.ts +0 -1
  116. package/lib/_components/template/wss-nav-bar/wss-nav-bar.component.d.ts +3 -6
  117. package/lib/_components/widget/app-announcement/app-announcement.component.d.ts +0 -1
  118. package/lib/_components/widget/attachment/Attachment.types.d.ts +87 -0
  119. package/lib/_components/widget/attachment/AttachmentUtils.d.ts +17 -0
  120. package/lib/_components/widget/attachment/attachment.component.d.ts +18 -34
  121. package/lib/_components/widget/case-history/case-history.component.d.ts +0 -1
  122. package/lib/_components/widget/feed-container/feed-container.component.d.ts +2 -3
  123. package/lib/_components/widget/file-utility/file-utility.component.d.ts +3 -2
  124. package/lib/_components/widget/quick-create/quick-create.component.d.ts +0 -1
  125. package/lib/_components/widget/todo/todo.component.d.ts +5 -4
  126. package/lib/_components/widget/utility/utility.component.d.ts +0 -1
  127. package/lib/_helpers/field-group-utils.d.ts +1 -3
  128. package/lib/_helpers/filter-utils.d.ts +1 -3
  129. package/lib/_helpers/formatters/boolean.d.ts +1 -2
  130. package/lib/_helpers/formatters/common.d.ts +1 -1
  131. package/lib/_helpers/formatters/currency.d.ts +1 -2
  132. package/lib/_helpers/formatters/date.d.ts +1 -2
  133. package/lib/_helpers/formatters/index.d.ts +1 -2
  134. package/lib/_helpers/object-utils.d.ts +8 -0
  135. package/lib/_helpers/objectReference-utils.d.ts +6 -0
  136. package/lib/_helpers/semanticLink-utils.d.ts +9 -0
  137. package/lib/_helpers/tab-utils.d.ts +4 -0
  138. package/lib/_helpers/utils.d.ts +13 -1
  139. package/lib/_services/banner.service.d.ts +8 -0
  140. package/lib/_services/case.service.d.ts +1 -1
  141. package/lib/_services/data-reference-advanced-search.service.d.ts +9 -0
  142. package/lib/_services/datapage.service.d.ts +1 -1
  143. package/lib/_services/google-maps-loader.service.d.ts +7 -0
  144. package/package.json +20 -6
  145. package/public-api.d.ts +26 -9
  146. package/esm2022/lib/_bridge/angular-pconnect.mjs +0 -428
  147. package/esm2022/lib/_bridge/component-mapper/component-mapper.component.mjs +0 -107
  148. package/esm2022/lib/_bridge/helpers/sdk-pega-component-map.mjs +0 -239
  149. package/esm2022/lib/_bridge/helpers/sdk_component_map.mjs +0 -142
  150. package/esm2022/lib/_components/designSystemExtension/alert/alert.component.mjs +0 -50
  151. package/esm2022/lib/_components/designSystemExtension/alert-banner/alert-banner.component.mjs +0 -29
  152. package/esm2022/lib/_components/designSystemExtension/banner/banner.component.mjs +0 -31
  153. package/esm2022/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.mjs +0 -51
  154. package/esm2022/lib/_components/designSystemExtension/field-group/field-group.component.mjs +0 -31
  155. package/esm2022/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.mjs +0 -83
  156. package/esm2022/lib/_components/designSystemExtension/material-details/material-details.component.mjs +0 -37
  157. package/esm2022/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.mjs +0 -34
  158. package/esm2022/lib/_components/designSystemExtension/material-summary-item/material-summary-item.component.mjs +0 -36
  159. package/esm2022/lib/_components/designSystemExtension/material-summary-list/material-summary-list.component.mjs +0 -25
  160. package/esm2022/lib/_components/designSystemExtension/material-utility/material-utility.component.mjs +0 -28
  161. package/esm2022/lib/_components/designSystemExtension/material-vertical-tabs/material-vertical-tabs.component.mjs +0 -42
  162. package/esm2022/lib/_components/designSystemExtension/operator/operator.component.mjs +0 -143
  163. package/esm2022/lib/_components/designSystemExtension/pulse/pulse.component.mjs +0 -33
  164. package/esm2022/lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component.mjs +0 -93
  165. package/esm2022/lib/_components/designSystemExtension/wss-quick-create/wss-quick-create.component.mjs +0 -18
  166. package/esm2022/lib/_components/field/auto-complete/auto-complete.component.mjs +0 -288
  167. package/esm2022/lib/_components/field/cancel-alert/cancel-alert.component.mjs +0 -96
  168. package/esm2022/lib/_components/field/check-box/check-box.component.mjs +0 -225
  169. package/esm2022/lib/_components/field/currency/currency.component.mjs +0 -190
  170. package/esm2022/lib/_components/field/date/date.component.mjs +0 -205
  171. package/esm2022/lib/_components/field/date-time/date-time.component.mjs +0 -183
  172. package/esm2022/lib/_components/field/decimal/decimal.component.mjs +0 -187
  173. package/esm2022/lib/_components/field/dropdown/dropdown.component.mjs +0 -292
  174. package/esm2022/lib/_components/field/email/email.component.mjs +0 -157
  175. package/esm2022/lib/_components/field/group/group.component.mjs +0 -64
  176. package/esm2022/lib/_components/field/integer/integer.component.mjs +0 -160
  177. package/esm2022/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.mjs +0 -44
  178. package/esm2022/lib/_components/field/multiselect/multiselect.component.mjs +0 -314
  179. package/esm2022/lib/_components/field/multiselect/utils.mjs +0 -187
  180. package/esm2022/lib/_components/field/percentage/percentage.component.mjs +0 -182
  181. package/esm2022/lib/_components/field/phone/phone.component.mjs +0 -160
  182. package/esm2022/lib/_components/field/radio-buttons/radio-buttons.component.mjs +0 -182
  183. package/esm2022/lib/_components/field/rich-text/rich-text.component.mjs +0 -102
  184. package/esm2022/lib/_components/field/scalar-list/scalar-list.component.mjs +0 -95
  185. package/esm2022/lib/_components/field/semantic-link/semantic-link.component.mjs +0 -57
  186. package/esm2022/lib/_components/field/text/text.component.mjs +0 -140
  187. package/esm2022/lib/_components/field/text-area/text-area.component.mjs +0 -157
  188. package/esm2022/lib/_components/field/text-content/text-content.component.mjs +0 -69
  189. package/esm2022/lib/_components/field/text-input/text-input.component.mjs +0 -157
  190. package/esm2022/lib/_components/field/time/time.component.mjs +0 -162
  191. package/esm2022/lib/_components/field/url/url.component.mjs +0 -157
  192. package/esm2022/lib/_components/field/user-reference/user-reference.component.mjs +0 -207
  193. package/esm2022/lib/_components/infra/Containers/base-components/flow-container-base.component.mjs +0 -18
  194. package/esm2022/lib/_components/infra/Containers/base-components/helper.mjs +0 -71
  195. package/esm2022/lib/_components/infra/Containers/flow-container/flow-container.component.mjs +0 -490
  196. package/esm2022/lib/_components/infra/Containers/flow-container/helpers.mjs +0 -68
  197. package/esm2022/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.mjs +0 -24
  198. package/esm2022/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.mjs +0 -342
  199. package/esm2022/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.mjs +0 -32
  200. package/esm2022/lib/_components/infra/Containers/view-container/helper.mjs +0 -22
  201. package/esm2022/lib/_components/infra/Containers/view-container/view-container.component.mjs +0 -211
  202. package/esm2022/lib/_components/infra/action-buttons/action-buttons.component.mjs +0 -31
  203. package/esm2022/lib/_components/infra/assignment/assignment.component.mjs +0 -382
  204. package/esm2022/lib/_components/infra/assignment-card/assignment-card.component.mjs +0 -47
  205. package/esm2022/lib/_components/infra/dashboard-filter/dashboard-filter.component.mjs +0 -87
  206. package/esm2022/lib/_components/infra/defer-load/defer-load.component.mjs +0 -141
  207. package/esm2022/lib/_components/infra/error-boundary/error-boundary.component.mjs +0 -18
  208. package/esm2022/lib/_components/infra/multi-step/multi-step.component.mjs +0 -80
  209. package/esm2022/lib/_components/infra/navbar/navbar.component.mjs +0 -136
  210. package/esm2022/lib/_components/infra/reference/reference.component.mjs +0 -133
  211. package/esm2022/lib/_components/infra/region/region.component.mjs +0 -33
  212. package/esm2022/lib/_components/infra/root-container/root-container.component.mjs +0 -228
  213. package/esm2022/lib/_components/infra/stages/stages.component.mjs +0 -62
  214. package/esm2022/lib/_components/infra/view/view.component.mjs +0 -188
  215. package/esm2022/lib/_components/template/app-shell/app-shell.component.mjs +0 -156
  216. package/esm2022/lib/_components/template/banner-page/banner-page.component.mjs +0 -43
  217. package/esm2022/lib/_components/template/base/details-template-base.mjs +0 -56
  218. package/esm2022/lib/_components/template/base/form-template-base.mjs +0 -13
  219. package/esm2022/lib/_components/template/case-summary/case-summary.component.mjs +0 -101
  220. package/esm2022/lib/_components/template/case-view/case-view.component.mjs +0 -185
  221. package/esm2022/lib/_components/template/confirmation/confirmation.component.mjs +0 -68
  222. package/esm2022/lib/_components/template/data-reference/data-reference.component.mjs +0 -242
  223. package/esm2022/lib/_components/template/default-form/default-form.component.mjs +0 -49
  224. package/esm2022/lib/_components/template/details/details.component.mjs +0 -76
  225. package/esm2022/lib/_components/template/details-narrow-wide/details-narrow-wide.component.mjs +0 -45
  226. package/esm2022/lib/_components/template/details-one-column/details-one-column.component.mjs +0 -42
  227. package/esm2022/lib/_components/template/details-sub-tabs/details-sub-tabs.component.mjs +0 -39
  228. package/esm2022/lib/_components/template/details-three-column/details-three-column.component.mjs +0 -51
  229. package/esm2022/lib/_components/template/details-two-column/details-two-column.component.mjs +0 -48
  230. package/esm2022/lib/_components/template/details-wide-narrow/details-wide-narrow.component.mjs +0 -48
  231. package/esm2022/lib/_components/template/dynamic-tabs/dynamic-tabs.component.mjs +0 -65
  232. package/esm2022/lib/_components/template/field-group-list/field-group-list.component.mjs +0 -23
  233. package/esm2022/lib/_components/template/field-group-template/field-group-template.component.mjs +0 -122
  234. package/esm2022/lib/_components/template/field-value-list/field-value-list.component.mjs +0 -24
  235. package/esm2022/lib/_components/template/inline-dashboard/inline-dashboard.component.mjs +0 -22
  236. package/esm2022/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.mjs +0 -40
  237. package/esm2022/lib/_components/template/list-page/list-page.component.mjs +0 -14
  238. package/esm2022/lib/_components/template/list-view/DefaultViewMeta.mjs +0 -208
  239. package/esm2022/lib/_components/template/list-view/list-view.component.mjs +0 -1217
  240. package/esm2022/lib/_components/template/list-view/listViewHelpers.mjs +0 -60
  241. package/esm2022/lib/_components/template/list-view/utils.mjs +0 -662
  242. package/esm2022/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.mjs +0 -44
  243. package/esm2022/lib/_components/template/narrow-wide-form/narrow-wide-form.component.mjs +0 -30
  244. package/esm2022/lib/_components/template/one-column/one-column.component.mjs +0 -31
  245. package/esm2022/lib/_components/template/one-column-page/one-column-page.component.mjs +0 -16
  246. package/esm2022/lib/_components/template/one-column-tab/one-column-tab.component.mjs +0 -30
  247. package/esm2022/lib/_components/template/page/page.component.mjs +0 -52
  248. package/esm2022/lib/_components/template/promoted-filters/promoted-filters.component.mjs +0 -149
  249. package/esm2022/lib/_components/template/repeating-structures/repeating-structures.component.mjs +0 -138
  250. package/esm2022/lib/_components/template/simple-table/simple-table.component.mjs +0 -104
  251. package/esm2022/lib/_components/template/simple-table-manual/helpers.mjs +0 -270
  252. package/esm2022/lib/_components/template/simple-table-manual/simple-table-manual.component.mjs +0 -779
  253. package/esm2022/lib/_components/template/simple-table-select/simple-table-select.component.mjs +0 -129
  254. package/esm2022/lib/_components/template/single-reference-readonly/single-reference-readonly.component.mjs +0 -16
  255. package/esm2022/lib/_components/template/sub-tabs/sub-tabs.component.mjs +0 -67
  256. package/esm2022/lib/_components/template/three-column/three-column.component.mjs +0 -31
  257. package/esm2022/lib/_components/template/three-column-page/three-column-page.component.mjs +0 -16
  258. package/esm2022/lib/_components/template/two-column/two-column.component.mjs +0 -31
  259. package/esm2022/lib/_components/template/two-column-page/two-column-page.component.mjs +0 -40
  260. package/esm2022/lib/_components/template/two-column-tab/two-column-tab.component.mjs +0 -30
  261. package/esm2022/lib/_components/template/utils.mjs +0 -22
  262. package/esm2022/lib/_components/template/wide-narrow-form/wide-narrow-form.component.mjs +0 -31
  263. package/esm2022/lib/_components/template/wide-narrow-page/wide-narrow-page.component.mjs +0 -53
  264. package/esm2022/lib/_components/template/wss-nav-bar/wss-nav-bar.component.mjs +0 -137
  265. package/esm2022/lib/_components/widget/app-announcement/app-announcement.component.mjs +0 -24
  266. package/esm2022/lib/_components/widget/attachment/attachment.component.mjs +0 -393
  267. package/esm2022/lib/_components/widget/case-history/case-history.component.mjs +0 -80
  268. package/esm2022/lib/_components/widget/feed-container/feed-container.component.mjs +0 -521
  269. package/esm2022/lib/_components/widget/file-utility/file-utility.component.mjs +0 -638
  270. package/esm2022/lib/_components/widget/list-utility/list-utility.component.mjs +0 -57
  271. package/esm2022/lib/_components/widget/quick-create/quick-create.component.mjs +0 -75
  272. package/esm2022/lib/_components/widget/todo/todo.component.mjs +0 -228
  273. package/esm2022/lib/_components/widget/utility/utility.component.mjs +0 -34
  274. package/esm2022/lib/_directives/thousand-seperator.directive.mjs +0 -28
  275. package/esm2022/lib/_helpers/case-utils.mjs +0 -71
  276. package/esm2022/lib/_helpers/common.mjs +0 -20
  277. package/esm2022/lib/_helpers/createstage-utils.mjs +0 -15
  278. package/esm2022/lib/_helpers/currency-utils.mjs +0 -57
  279. package/esm2022/lib/_helpers/date-format-utils.mjs +0 -68
  280. package/esm2022/lib/_helpers/event-util.mjs +0 -18
  281. package/esm2022/lib/_helpers/field-group-utils.mjs +0 -47
  282. package/esm2022/lib/_helpers/filter-utils.mjs +0 -105
  283. package/esm2022/lib/_helpers/formatters/boolean.mjs +0 -20
  284. package/esm2022/lib/_helpers/formatters/common.mjs +0 -14
  285. package/esm2022/lib/_helpers/formatters/currency-map.mjs +0 -903
  286. package/esm2022/lib/_helpers/formatters/currency.mjs +0 -68
  287. package/esm2022/lib/_helpers/formatters/date.mjs +0 -69
  288. package/esm2022/lib/_helpers/formatters/format-utils.mjs +0 -68
  289. package/esm2022/lib/_helpers/formatters/index.mjs +0 -124
  290. package/esm2022/lib/_helpers/instructions-utils.mjs +0 -36
  291. package/esm2022/lib/_helpers/tab-utils.mjs +0 -59
  292. package/esm2022/lib/_helpers/template-utils.mjs +0 -56
  293. package/esm2022/lib/_helpers/utils.mjs +0 -386
  294. package/esm2022/lib/_helpers/versionHelpers.mjs +0 -12
  295. package/esm2022/lib/_messages/error-messages.service.mjs +0 -31
  296. package/esm2022/lib/_messages/progress-spinner.service.mjs +0 -30
  297. package/esm2022/lib/_messages/update-worklist.service.mjs +0 -30
  298. package/esm2022/lib/_services/case.service.mjs +0 -32
  299. package/esm2022/lib/_services/datapage.service.mjs +0 -52
  300. package/esm2022/lib/_services/endpoints.mjs +0 -60
  301. package/esm2022/lib/_services/server-config.service.mjs +0 -52
  302. package/esm2022/lib/_types/PConnProps.interface.mjs +0 -2
  303. package/esm2022/pega-angular-sdk-components.mjs +0 -5
  304. package/esm2022/public-api.mjs +0 -141
  305. package/esm2022/sdk-local-component-map.mjs +0 -9
@@ -1,8 +1,5 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
3
- import { FormControl, FormGroup } from '@angular/forms';
4
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
5
- import { Utils } from '../../../_helpers/utils';
1
+ import { FormControl } from '@angular/forms';
2
+ import { FieldBase } from '../field.base';
6
3
  import { PConnFieldProps } from '../../../_types/PConnProps.interface';
7
4
  import * as i0 from "@angular/core";
8
5
  interface DecimalProps extends PConnFieldProps {
@@ -11,27 +8,8 @@ interface DecimalProps extends PConnFieldProps {
11
8
  showGroupSeparators?: string;
12
9
  formatter?: string;
13
10
  }
14
- export declare class DecimalComponent implements OnInit, OnDestroy {
15
- private angularPConnect;
16
- private cdRef;
17
- private utils;
18
- pConn$: typeof PConnect;
19
- formGroup$: FormGroup;
20
- angularPConnectData: AngularPConnectData;
11
+ export declare class DecimalComponent extends FieldBase {
21
12
  configProps$: DecimalProps;
22
- label$: string;
23
- value$: any;
24
- bRequired$: boolean;
25
- bReadonly$: boolean;
26
- bDisabled$: boolean;
27
- bVisible$: boolean;
28
- displayMode$?: string;
29
- controlName$: string;
30
- bHasForm$: boolean;
31
- componentReference: string;
32
- testId: string;
33
- helperText: string;
34
- placeholder: string;
35
13
  fieldControl: FormControl<number | null>;
36
14
  decimalSeparator: string;
37
15
  thousandSeparator: string;
@@ -40,15 +18,22 @@ export declare class DecimalComponent implements OnInit, OnDestroy {
40
18
  formatter: any;
41
19
  formattedValue: any;
42
20
  inputMode: any;
43
- constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
44
- ngOnInit(): void;
45
- ngOnDestroy(): void;
46
- onStateChange(): void;
47
- checkAndUpdate(): void;
21
+ suffix: string;
22
+ /**
23
+ * Updates the component when there are changes in the state.
24
+ */
48
25
  updateSelf(): void;
26
+ /**
27
+ * Updates decimal properties based on the provided configuration.
28
+ *
29
+ * @param {Object} configProps - Configuration properties.
30
+ * @param {string} configProps.currencyISOCode - ISO code of the currency.
31
+ * @param {string} configProps.formatter - Formatter type (e.g., 'decimal', 'currency').
32
+ * @param {boolean} configProps.showGroupSeparators - Whether to show group separators.
33
+ */
34
+ protected updateDecimalProperties(configProps: any): void;
49
35
  fieldOnBlur(event: any): void;
50
- getErrorMessage(): string;
51
36
  static ɵfac: i0.ɵɵFactoryDeclaration<DecimalComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<DecimalComponent, "app-decimal", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<DecimalComponent, "app-decimal", never, {}, {}, never, never, true, never>;
53
38
  }
54
39
  export {};
@@ -1,9 +1,5 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
3
- import { FormControl, FormGroup } from '@angular/forms';
4
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
5
- import { DatapageService } from '../../../_services/datapage.service';
6
- import { Utils } from '../../../_helpers/utils';
1
+ import { OnInit, OnDestroy, EventEmitter } from '@angular/core';
2
+ import { FieldBase } from '../field.base';
7
3
  import { PConnFieldProps } from '../../../_types/PConnProps.interface';
8
4
  import * as i0 from "@angular/core";
9
5
  interface IOption {
@@ -20,52 +16,32 @@ interface DropdownProps extends PConnFieldProps {
20
16
  datasourceMetadata?: any;
21
17
  parameters?: any;
22
18
  }
23
- export declare class DropdownComponent implements OnInit, OnDestroy {
24
- private angularPConnect;
25
- private cdRef;
26
- private utils;
27
- private dataPageService;
28
- pConn$: typeof PConnect;
29
- formGroup$: FormGroup;
30
- angularPConnectData: AngularPConnectData;
19
+ export declare class DropdownComponent extends FieldBase implements OnInit, OnDestroy {
20
+ onRecordChange: EventEmitter<any>;
31
21
  configProps$: DropdownProps;
32
- label$: string;
33
- value$: string;
34
- bRequired$: boolean;
35
- bReadonly$: boolean;
36
- bDisabled$: boolean;
37
- bVisible$: boolean;
38
- displayMode$?: string;
39
- controlName$: string;
40
- bHasForm$: boolean;
41
22
  options$: IOption[];
42
- componentReference: string;
43
- testId: string;
44
- helperText: string;
45
- hideLabel: any;
46
23
  theDatasource: any[] | null;
47
- fieldControl: FormControl<string | null>;
48
- fieldMetadata: any[];
49
24
  localeContext: string;
50
25
  localeClass: string;
51
26
  localeName: string;
52
27
  localePath: string;
53
28
  localizedValue: string;
54
- actionsApi: Object;
55
- propName: string;
56
- constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils, dataPageService: DatapageService);
57
- ngOnInit(): void;
58
- ngOnDestroy(): void;
59
- onStateChange(): void;
60
- checkAndUpdate(): void;
29
+ set options(options: IOption[]);
30
+ /**
31
+ * Updates the component when there are changes in the state.
32
+ */
61
33
  updateSelf(): void;
34
+ /**
35
+ * Updates dropdown properties based on the provided configuration.
36
+ * @param configProps - Configuration properties
37
+ */
38
+ updateDropdownProperties(configProps: any): void;
62
39
  getDatapageData(): void;
63
40
  getData(dataSource: any, parameters: any, columns: any, context: any, listType: any): void;
64
41
  isSelected(buttonValue: string): boolean;
65
42
  fieldOnChange(event: any): void;
66
43
  getLocalizedOptionValue(opt: IOption): string;
67
- getErrorMessage(): string;
68
44
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
69
- static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "app-dropdown", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "app-dropdown", never, {}, { "onRecordChange": "onRecordChange"; }, never, never, true, never>;
70
46
  }
71
47
  export {};
@@ -1,46 +1,18 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
3
- import { FormControl, FormGroup } from '@angular/forms';
4
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
5
- import { Utils } from '../../../_helpers/utils';
1
+ import { OnInit, OnDestroy } from '@angular/core';
2
+ import { FieldBase } from '../field.base';
6
3
  import { PConnFieldProps } from '../../../_types/PConnProps.interface';
7
4
  import * as i0 from "@angular/core";
8
5
  interface EmailProps extends PConnFieldProps {
9
6
  }
10
- export declare class EmailComponent implements OnInit, OnDestroy {
11
- private angularPConnect;
12
- private cdRef;
13
- private utils;
14
- pConn$: typeof PConnect;
15
- formGroup$: FormGroup;
16
- angularPConnectData: AngularPConnectData;
7
+ export declare class EmailComponent extends FieldBase implements OnInit, OnDestroy {
17
8
  configProps$: EmailProps;
18
- label$: string;
19
- value$: string;
20
- bRequired$: boolean;
21
- bReadonly$: boolean;
22
- bDisabled$: boolean;
23
- bVisible$: boolean;
24
- displayMode$?: string;
25
- controlName$: string;
26
- bHasForm$: boolean;
27
- componentReference: string;
28
- testId: string;
29
- helperText: string;
30
- placeholder: string;
31
- fieldControl: FormControl<string | null>;
32
- actionsApi: Object;
33
- propName: string;
34
- constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
35
- ngOnInit(): void;
36
- ngOnDestroy(): void;
37
- onStateChange(): void;
38
- checkAndUpdate(): void;
9
+ /**
10
+ * Updates the component when there are changes in the state.
11
+ */
39
12
  updateSelf(): void;
40
13
  fieldOnChange(event: any): void;
41
14
  fieldOnBlur(event: any): void;
42
- getErrorMessage(): string;
43
15
  static ɵfac: i0.ɵɵFactoryDeclaration<EmailComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<EmailComponent, "app-email", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<EmailComponent, "app-email", never, {}, {}, never, never, true, never>;
45
17
  }
46
18
  export {};
@@ -0,0 +1,57 @@
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
+ import { FormControl, FormGroup } from '@angular/forms';
3
+ import { AngularPConnectData, AngularPConnectService } from '../../_bridge/angular-pconnect';
4
+ import { Utils } from '../../_helpers/utils';
5
+ import * as i0 from "@angular/core";
6
+ export declare class FieldBase implements OnInit, OnDestroy {
7
+ pConn$: typeof PConnect;
8
+ formGroup$: FormGroup;
9
+ protected angularPConnect: AngularPConnectService;
10
+ protected utils: Utils;
11
+ protected angularPConnectData: AngularPConnectData;
12
+ fieldControl: FormControl<any>;
13
+ controlName$: string;
14
+ actionsApi: object;
15
+ propName: string;
16
+ bHasForm$: boolean;
17
+ testId: string;
18
+ helperText: string;
19
+ placeholder: string;
20
+ value$: any;
21
+ label$: string;
22
+ hideLabel: boolean;
23
+ bRequired$: boolean;
24
+ bReadonly$: boolean;
25
+ bDisabled$: boolean;
26
+ bVisible$: boolean;
27
+ displayMode$: string;
28
+ /**
29
+ * Initializes the component, registers with AngularPConnect, and sets up form control.
30
+ */
31
+ ngOnInit(): void;
32
+ /**
33
+ * Cleans up the component by removing it from the form group and unsubscribing from any observables.
34
+ */
35
+ ngOnDestroy(): void;
36
+ onStateChange(): void;
37
+ checkAndUpdate(): void;
38
+ updateSelf(): void;
39
+ /**
40
+ * Updates the component's common properties based on the provided configuration.
41
+ *
42
+ * @param configProps The configuration properties to update.
43
+ */
44
+ protected updateComponentCommonProperties(configProps: any): void;
45
+ /**
46
+ * Displays the validation message if it exists.
47
+ */
48
+ private displayValidationMessage;
49
+ /**
50
+ * Retrieves the error message for the current field control.
51
+ *
52
+ * @returns The error message, or an empty string if no error is found.
53
+ */
54
+ getErrorMessage(): string;
55
+ static ɵfac: i0.ɵɵFactoryDeclaration<FieldBase, never>;
56
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FieldBase, never, never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
57
+ }
@@ -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 { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -14,18 +13,21 @@ export declare class GroupComponent implements OnInit {
14
13
  private angularPConnect;
15
14
  pConn$: typeof PConnect;
16
15
  formGroup$: FormGroup;
16
+ angularPConnectData: AngularPConnectData;
17
+ configProps$: GroupProps;
17
18
  arChildren$: any[];
18
19
  visibility$?: boolean;
19
20
  showHeading$?: boolean;
20
21
  heading$: string;
21
22
  instructions$: string;
22
23
  collapsible$: boolean;
23
- angularPConnectData: AngularPConnectData;
24
- configProps$: GroupProps;
25
24
  constructor(angularPConnect: AngularPConnectService);
26
25
  ngOnInit(): void;
27
26
  onStateChange(): void;
28
27
  checkAndUpdate(): void;
28
+ /**
29
+ * Updates the component when there are changes in the state.
30
+ */
29
31
  updateSelf(): void;
30
32
  static ɵfac: i0.ɵɵFactoryDeclaration<GroupComponent, never>;
31
33
  static ɵcmp: i0.ɵɵComponentDeclaration<GroupComponent, "app-group", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
@@ -1,46 +1,19 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
3
- import { FormControl, FormGroup } from '@angular/forms';
4
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
5
- import { Utils } from '../../../_helpers/utils';
1
+ import { FormControl } from '@angular/forms';
2
+ import { FieldBase } from '../field.base';
6
3
  import { PConnFieldProps } from '../../../_types/PConnProps.interface';
7
4
  import * as i0 from "@angular/core";
8
5
  interface IntegerProps extends PConnFieldProps {
9
6
  }
10
- export declare class IntegerComponent implements OnInit, OnDestroy {
11
- private angularPConnect;
12
- private cdRef;
13
- private utils;
14
- pConn$: typeof PConnect;
15
- formGroup$: FormGroup;
16
- angularPConnectData: AngularPConnectData;
7
+ export declare class IntegerComponent extends FieldBase {
17
8
  configProps$: IntegerProps;
18
- label$: string;
19
- value$: number;
20
- bRequired$: boolean;
21
- bReadonly$: boolean;
22
- bDisabled$: boolean;
23
- bVisible$: boolean;
24
- displayMode$?: string;
25
- controlName$: string;
26
- bHasForm$: boolean;
27
- componentReference: string;
28
- testId: string;
29
- helperText: string;
30
- placeholder: string;
31
9
  fieldControl: FormControl<number | null>;
32
- actionsApi: Object;
33
- propName: string;
34
- constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
35
- ngOnInit(): void;
36
- ngOnDestroy(): void;
37
- onStateChange(): void;
38
- checkAndUpdate(): void;
10
+ /**
11
+ * Updates the component when there are changes in the state.
12
+ */
39
13
  updateSelf(): void;
40
- fieldOnChange(): void;
14
+ fieldOnChange(event: any): void;
41
15
  fieldOnBlur(event: any): void;
42
- getErrorMessage(): string;
43
16
  static ɵfac: i0.ɵɵFactoryDeclaration<IntegerComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<IntegerComponent, "app-integer", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<IntegerComponent, "app-integer", never, {}, {}, never, never, true, never>;
45
18
  }
46
19
  export {};
@@ -1,11 +1,10 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
1
  import { EventEmitter } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class ListViewActionButtonsComponent {
5
4
  pConn$: typeof PConnect;
6
5
  context$: string;
7
6
  closeActionsDialog: EventEmitter<any>;
8
- localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
7
+ localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string | null, componentName?: string | null) => string;
9
8
  localeCategory: string;
10
9
  isDisabled: boolean;
11
10
  onCancel(): void;
@@ -0,0 +1,47 @@
1
+ import { FieldBase } from '../field.base';
2
+ import { PConnFieldProps } from '../../../_types/PConnProps.interface';
3
+ import * as i0 from "@angular/core";
4
+ interface LocationProps extends PConnFieldProps {
5
+ coordinates: string;
6
+ showMap: boolean;
7
+ onlyCoordinates: boolean;
8
+ showMapReadOnly: boolean;
9
+ }
10
+ export declare class LocationComponent extends FieldBase {
11
+ private loader;
12
+ private autocompleteService;
13
+ private geocoder;
14
+ mapReady: boolean;
15
+ isLocating: boolean;
16
+ showMap: boolean;
17
+ filteredOptions: string[];
18
+ center: google.maps.LatLngLiteral;
19
+ markerPosition: google.maps.LatLngLiteral | null;
20
+ configProps$: LocationProps;
21
+ onlyCoordinates: boolean;
22
+ coordinates: string;
23
+ showMapReadOnly$: boolean;
24
+ valueProp: string;
25
+ coordinatesProp: string;
26
+ ngOnInit(): Promise<void>;
27
+ /**
28
+ * Updates the component when there are changes in the state.
29
+ */
30
+ updateSelf(): void;
31
+ onOptionSelected(event: any): void;
32
+ fieldOnBlur(): void;
33
+ locateMe(): void;
34
+ onMapClick(event: google.maps.MapMouseEvent): void;
35
+ private tryGetLocation;
36
+ private initializeGoogleServices;
37
+ private getPlacePredictions;
38
+ private isCoordinateString;
39
+ private getSuggestions;
40
+ private updateMap;
41
+ private updateProps;
42
+ private setCoordinates;
43
+ private setLocationValue;
44
+ static ɵfac: i0.ɵɵFactoryDeclaration<LocationComponent, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<LocationComponent, "app-location", never, {}, {}, never, never, true, never>;
46
+ }
47
+ export {};
@@ -1,40 +1,13 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnDestroy, OnInit } from '@angular/core';
3
- import { FormControl, FormGroup } from '@angular/forms';
4
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
5
- import { Utils } from '../../../_helpers/utils';
1
+ import { FieldBase } from '../field.base';
6
2
  import * as i0 from "@angular/core";
7
- export declare class MultiselectComponent implements OnInit, OnDestroy {
8
- private angularPConnect;
9
- private utils;
10
- pConn$: typeof PConnect;
11
- formGroup$: FormGroup;
12
- angularPConnectData: AngularPConnectData;
13
- label$: string;
14
- value$: string;
15
- bRequired$: boolean;
16
- bDisabled$: boolean;
17
- bVisible$: boolean;
18
- controlName$: string;
19
- bHasForm$: boolean;
3
+ export declare class MultiselectComponent extends FieldBase {
4
+ configProps$: any;
20
5
  listType: string;
21
- placeholder: string;
22
- fieldControl: FormControl<string | null>;
23
6
  parameters: {};
24
- hideLabel: boolean;
25
- configProps$: any;
26
7
  referenceList: any;
27
8
  selectionKey: string;
28
9
  primaryField: string;
29
- initialCaseClass: any;
30
10
  showSecondaryInSearchOnly: boolean;
31
- isGroupData: boolean;
32
- referenceType: any;
33
- secondaryFields: any;
34
- groupDataSource: never[];
35
- matchPosition: string;
36
- maxResultsDisplay: any;
37
- groupColumnsConfig: {}[];
38
11
  selectionList: any;
39
12
  listActions: any;
40
13
  selectedItems: any[];
@@ -43,13 +16,9 @@ export declare class MultiselectComponent implements OnInit, OnDestroy {
43
16
  dataApiObj: any;
44
17
  itemsTree: any[];
45
18
  trigger: any;
46
- actionsApi: Object;
47
- propName: string;
48
- constructor(angularPConnect: AngularPConnectService, utils: Utils);
49
- ngOnInit(): void;
50
- ngOnDestroy(): void;
51
- onStateChange(): void;
52
- checkAndUpdate(): void;
19
+ /**
20
+ * Updates the component when there are changes in the state.
21
+ */
53
22
  updateSelf(): void;
54
23
  setPropertyValuesFromProps(): void;
55
24
  getCaseListBasedOnParams(searchText: any, group: any, selectedRows: any, currentItemsTree: any, isTriggeredFromSearch?: boolean): void;
@@ -59,7 +28,6 @@ export declare class MultiselectComponent implements OnInit, OnDestroy {
59
28
  toggleSelection: (data: any) => void;
60
29
  removeChip: (data: any) => void;
61
30
  setSelectedItemsForReferenceList(data: any): void;
62
- getErrorMessage(): string;
63
31
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiselectComponent, never>;
64
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiselectComponent, "app-multiselect", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiselectComponent, "app-multiselect", never, {}, {}, never, never, true, never>;
65
33
  }
@@ -0,0 +1,45 @@
1
+ import { OnInit, OnDestroy } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
3
+ import { ComponentMetadataConfig } from '@pega/pcore-pconnect-typedefs/interpreter/types';
4
+ import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
5
+ import { PConnFieldProps } from '../../../_types/PConnProps.interface';
6
+ import * as i0 from "@angular/core";
7
+ interface ObjectReferenceProps extends PConnFieldProps {
8
+ showPromotedFilters: boolean;
9
+ inline: boolean;
10
+ parameters: object;
11
+ mode: string;
12
+ targetObjectType: any;
13
+ allowAndPersistChangesInReviewMode: boolean;
14
+ }
15
+ export declare class ObjectReferenceComponent implements OnInit, OnDestroy {
16
+ private angularPConnect;
17
+ pConn$: typeof PConnect;
18
+ formGroup$: FormGroup;
19
+ angularPConnectData: AngularPConnectData;
20
+ configProps: ObjectReferenceProps;
21
+ value: {
22
+ [key: string]: any;
23
+ };
24
+ readOnly: boolean;
25
+ isForm: boolean;
26
+ type: string;
27
+ isDisplayModeEnabled: boolean;
28
+ canBeChangedInReviewMode: boolean;
29
+ newComponentName: string;
30
+ newPconn: typeof PConnect;
31
+ rawViewMetadata: ComponentMetadataConfig | undefined;
32
+ constructor(angularPConnect: AngularPConnectService);
33
+ ngOnInit(): void;
34
+ onStateChange(): void;
35
+ ngOnDestroy(): void;
36
+ checkAndUpdate(): void;
37
+ updateSelf(): void;
38
+ onRecordChange(value: any): void;
39
+ private getComponentType;
40
+ private createSemanticLinkPConnect;
41
+ private createOtherComponentPConnect;
42
+ static ɵfac: i0.ɵɵFactoryDeclaration<ObjectReferenceComponent, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<ObjectReferenceComponent, "app-object-reference", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
44
+ }
45
+ export {};
@@ -1,54 +1,36 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
3
- import { FormControl, FormGroup } from '@angular/forms';
4
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
5
- import { Utils } from '../../../_helpers/utils';
1
+ import { FormControl } from '@angular/forms';
2
+ import { FieldBase } from '../field.base';
6
3
  import { PConnFieldProps } from '../../../_types/PConnProps.interface';
7
4
  import * as i0 from "@angular/core";
8
- interface PercentageProps extends PConnFieldProps {
5
+ interface PercentageProps extends Omit<PConnFieldProps, 'value'> {
6
+ value?: number;
9
7
  showGroupSeparators?: string;
10
8
  decimalPrecision?: number;
11
9
  currencyISOCode?: string;
12
10
  }
13
- export declare class PercentageComponent implements OnInit, OnDestroy {
14
- private angularPConnect;
15
- private cdRef;
16
- private utils;
17
- pConn$: typeof PConnect;
18
- formGroup$: FormGroup;
19
- angularPConnectData: AngularPConnectData;
11
+ export declare class PercentageComponent extends FieldBase {
20
12
  configProps$: PercentageProps;
21
- label$: string;
22
- value$: number;
23
- bRequired$: boolean;
24
- bReadonly$: boolean;
25
- bDisabled$: boolean;
26
- bVisible$: boolean;
27
- displayMode$?: string;
28
- controlName$: string;
29
- bHasForm$: boolean;
30
- componentReference: string;
31
- testId: string;
32
- helperText: string;
33
- placeholder: string;
13
+ fieldControl: FormControl<number | null>;
34
14
  decimalSeparator: string;
35
15
  thousandSeparator: string;
36
16
  inputMode: any;
37
17
  decimalPrecision: number | undefined;
38
- fieldControl: FormControl<number | null>;
39
- actionsApi: Object;
40
- propName: string;
41
18
  formattedValue: string;
42
- constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
43
- ngOnInit(): void;
44
- ngOnDestroy(): void;
45
- onStateChange(): void;
46
- checkAndUpdate(): void;
19
+ /**
20
+ * Updates the component when there are changes in the state.
21
+ */
47
22
  updateSelf(): void;
48
- fieldOnChange(): void;
23
+ /**
24
+ * Updates the percentage properties
25
+ *
26
+ * @param {Object} configProps - Configuration properties.
27
+ * @param {boolean} configProps.showGroupSeparators - Whether to show group separators.
28
+ * @param {number} configProps.decimalPrecision - The number of decimal places to display.
29
+ */
30
+ updatePercentageProperties(configProps: any): void;
31
+ fieldOnChange(event: any): void;
49
32
  fieldOnBlur(event: any): void;
50
- getErrorMessage(): string;
51
33
  static ɵfac: i0.ɵɵFactoryDeclaration<PercentageComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<PercentageComponent, "app-percentage", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<PercentageComponent, "app-percentage", never, {}, {}, never, never, true, never>;
53
35
  }
54
36
  export {};
@@ -1,50 +1,20 @@
1
- /// <reference types="pcore-pconnect-typedefs" />
2
- import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
3
- import { FormControl, FormGroup } from '@angular/forms';
4
- import { Utils } from '../../../_helpers/utils';
5
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
1
+ import { FieldBase } from '../field.base';
6
2
  import { PConnFieldProps } from '../../../_types/PConnProps.interface';
7
3
  import * as i0 from "@angular/core";
8
4
  interface PhoneProps extends PConnFieldProps {
9
5
  }
10
- export declare class PhoneComponent implements OnInit, OnDestroy {
11
- private angularPConnect;
12
- private cdRef;
13
- private utils;
14
- pConn$: typeof PConnect;
15
- formGroup$: FormGroup;
16
- angularPConnectData: AngularPConnectData;
6
+ export declare class PhoneComponent extends FieldBase {
17
7
  configProps$: PhoneProps;
18
- label$: string;
19
- value$: string;
20
- bRequired$: boolean;
21
- bReadonly$: boolean;
22
- bDisabled$: boolean;
23
- bVisible$: boolean;
24
- displayMode$?: string;
25
- controlName$: string;
26
- bHasForm$: boolean;
27
- componentReference: string;
28
- testId: string;
29
- separateDialCode: boolean;
30
- afterBlur: boolean;
31
- helperText: string;
32
- fieldControl: FormControl<string | null>;
33
- phoneForm: FormGroup<{
34
- phone: FormControl<string | null>;
35
- }>;
36
- actionsApi: Object;
37
- propName: string;
38
- constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
39
- ngOnInit(): void;
40
- ngOnDestroy(): void;
41
- onStateChange(): void;
42
- checkAndUpdate(): void;
8
+ preferredCountries: string[];
9
+ /**
10
+ * Updates the component when there are changes in the state.
11
+ */
43
12
  updateSelf(): void;
44
13
  fieldOnBlur(): void;
45
14
  fieldOnChange(): void;
15
+ updatePreferredCountries(): void;
46
16
  getErrorMessage(): string;
47
17
  static ɵfac: i0.ɵɵFactoryDeclaration<PhoneComponent, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<PhoneComponent, "app-phone", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<PhoneComponent, "app-phone", never, {}, {}, never, never, true, never>;
49
19
  }
50
20
  export {};