@pega/angular-sdk-components 24.2.12 → 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 (248) hide show
  1. package/fesm2022/pega-angular-sdk-components.mjs +4828 -3717
  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/material-case-summary/material-case-summary.component.d.ts +1 -1
  7. package/lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component.d.ts +1 -0
  8. package/lib/_components/field/auto-complete/auto-complete.component.d.ts +9 -37
  9. package/lib/_components/field/cancel-alert/cancel-alert.component.d.ts +7 -5
  10. package/lib/_components/field/check-box/check-box.component.d.ts +10 -32
  11. package/lib/_components/field/currency/currency.component.d.ts +19 -34
  12. package/lib/_components/field/date/date.component.d.ts +7 -57
  13. package/lib/_components/field/date-time/date-time.component.d.ts +12 -40
  14. package/lib/_components/field/decimal/decimal.component.d.ts +16 -31
  15. package/lib/_components/field/dropdown/dropdown.component.d.ts +13 -37
  16. package/lib/_components/field/email/email.component.d.ts +7 -34
  17. package/lib/_components/field/field.base.d.ts +57 -0
  18. package/lib/_components/field/group/group.component.d.ts +5 -2
  19. package/lib/_components/field/integer/integer.component.d.ts +7 -33
  20. package/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.d.ts +1 -1
  21. package/lib/_components/field/location/location.component.d.ts +47 -0
  22. package/lib/_components/field/multiselect/multiselect.component.d.ts +7 -38
  23. package/lib/_components/field/object-reference/object-reference.component.d.ts +45 -0
  24. package/lib/_components/field/percentage/percentage.component.d.ts +18 -35
  25. package/lib/_components/field/phone/phone.component.d.ts +8 -31
  26. package/lib/_components/field/radio-buttons/radio-buttons.component.d.ts +13 -33
  27. package/lib/_components/field/rich-text/rich-text.component.d.ts +6 -29
  28. package/lib/_components/field/scalar-list/scalar-list.component.d.ts +6 -21
  29. package/lib/_components/field/selectable-card/selectable-card.component.d.ts +62 -0
  30. package/lib/_components/field/semantic-link/semantic-link.component.d.ts +21 -0
  31. package/lib/_components/field/text-area/text-area.component.d.ts +6 -33
  32. package/lib/_components/field/text-input/text-input.component.d.ts +6 -34
  33. package/lib/_components/field/time/time.component.d.ts +6 -34
  34. package/lib/_components/field/url/url.component.d.ts +6 -34
  35. package/lib/_components/field/user-reference/user-reference.component.d.ts +1 -1
  36. package/lib/_components/infra/Containers/flow-container/flow-container.component.d.ts +1 -0
  37. package/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.d.ts +4 -6
  38. package/lib/_components/infra/action-buttons/action-buttons.component.d.ts +1 -1
  39. package/lib/_components/infra/assignment/assignment.component.d.ts +3 -3
  40. package/lib/_components/infra/assignment-card/assignment-card.component.d.ts +3 -2
  41. package/lib/_components/infra/defer-load/defer-load.component.d.ts +6 -6
  42. package/lib/_components/infra/error-boundary/error-boundary.component.d.ts +1 -1
  43. package/lib/_components/infra/navbar/navbar.component.d.ts +0 -1
  44. package/lib/_components/infra/stages/stages.component.d.ts +2 -1
  45. package/lib/_components/template/advanced-search/advanced-search.component.d.ts +21 -0
  46. package/lib/_components/template/advanced-search/search-group/persist-utils.d.ts +23 -0
  47. package/lib/_components/template/advanced-search/search-groups/search-groups.component.d.ts +47 -0
  48. package/lib/_components/template/advanced-search/search-groups/utils.d.ts +15 -0
  49. package/lib/_components/template/app-shell/app-shell.component.d.ts +6 -2
  50. package/lib/_components/template/base/details-template-base.d.ts +1 -1
  51. package/lib/_components/template/base/form-template-base.d.ts +1 -1
  52. package/lib/_components/template/case-summary/case-summary.component.d.ts +3 -2
  53. package/lib/_components/template/case-view/case-view.component.d.ts +0 -1
  54. package/lib/_components/template/data-reference/data-reference.component.d.ts +27 -2
  55. package/lib/_components/template/data-reference/search-form/search-form.component.d.ts +39 -0
  56. package/lib/_components/template/data-reference/search-form/tabsData.d.ts +2 -0
  57. package/lib/_components/template/data-reference/utils.d.ts +14 -0
  58. package/lib/_components/template/default-form/default-form.component.d.ts +3 -2
  59. package/lib/_components/template/default-page/default-page.component.d.ts +29 -0
  60. package/lib/_components/template/field-group-template/field-group-template.component.d.ts +3 -5
  61. package/lib/_components/template/list-view/list-view.component.d.ts +21 -5
  62. package/lib/_components/template/object-page/object-page.component.d.ts +8 -0
  63. package/lib/_components/template/self-service-case-view/self-service-case-view.component.d.ts +58 -0
  64. package/lib/_components/template/simple-table-manual/helpers.d.ts +15 -1
  65. package/lib/_components/template/simple-table-manual/simple-table-manual.component.d.ts +2 -2
  66. package/lib/_components/template/single-reference-readonly/single-reference-readonly.component.d.ts +18 -2
  67. package/lib/_components/template/utils.d.ts +4 -0
  68. package/lib/_components/template/wss-nav-bar/wss-nav-bar.component.d.ts +3 -5
  69. package/lib/_components/widget/attachment/Attachment.types.d.ts +87 -0
  70. package/lib/_components/widget/attachment/AttachmentUtils.d.ts +17 -0
  71. package/lib/_components/widget/attachment/attachment.component.d.ts +18 -33
  72. package/lib/_components/widget/feed-container/feed-container.component.d.ts +2 -2
  73. package/lib/_components/widget/file-utility/file-utility.component.d.ts +3 -1
  74. package/lib/_components/widget/todo/todo.component.d.ts +4 -2
  75. package/lib/_helpers/field-group-utils.d.ts +1 -3
  76. package/lib/_helpers/filter-utils.d.ts +1 -3
  77. package/lib/_helpers/object-utils.d.ts +8 -0
  78. package/lib/_helpers/objectReference-utils.d.ts +6 -0
  79. package/lib/_helpers/semanticLink-utils.d.ts +9 -0
  80. package/lib/_helpers/tab-utils.d.ts +4 -0
  81. package/lib/_helpers/utils.d.ts +5 -1
  82. package/lib/_services/case.service.d.ts +1 -1
  83. package/lib/_services/data-reference-advanced-search.service.d.ts +9 -0
  84. package/lib/_services/datapage.service.d.ts +1 -1
  85. package/lib/_services/google-maps-loader.service.d.ts +7 -0
  86. package/package.json +20 -6
  87. package/public-api.d.ts +14 -1
  88. package/esm2022/lib/_bridge/angular-pconnect.mjs +0 -428
  89. package/esm2022/lib/_bridge/component-mapper/component-mapper.component.mjs +0 -107
  90. package/esm2022/lib/_bridge/helpers/sdk-pega-component-map.mjs +0 -239
  91. package/esm2022/lib/_bridge/helpers/sdk_component_map.mjs +0 -142
  92. package/esm2022/lib/_components/designSystemExtension/alert/alert.component.mjs +0 -50
  93. package/esm2022/lib/_components/designSystemExtension/alert-banner/alert-banner.component.mjs +0 -29
  94. package/esm2022/lib/_components/designSystemExtension/banner/banner.component.mjs +0 -31
  95. package/esm2022/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.mjs +0 -51
  96. package/esm2022/lib/_components/designSystemExtension/field-group/field-group.component.mjs +0 -31
  97. package/esm2022/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.mjs +0 -82
  98. package/esm2022/lib/_components/designSystemExtension/material-details/material-details.component.mjs +0 -37
  99. package/esm2022/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.mjs +0 -38
  100. package/esm2022/lib/_components/designSystemExtension/material-summary-item/material-summary-item.component.mjs +0 -36
  101. package/esm2022/lib/_components/designSystemExtension/material-summary-list/material-summary-list.component.mjs +0 -25
  102. package/esm2022/lib/_components/designSystemExtension/material-utility/material-utility.component.mjs +0 -28
  103. package/esm2022/lib/_components/designSystemExtension/material-vertical-tabs/material-vertical-tabs.component.mjs +0 -42
  104. package/esm2022/lib/_components/designSystemExtension/operator/operator.component.mjs +0 -145
  105. package/esm2022/lib/_components/designSystemExtension/pulse/pulse.component.mjs +0 -33
  106. package/esm2022/lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component.mjs +0 -93
  107. package/esm2022/lib/_components/designSystemExtension/wss-quick-create/wss-quick-create.component.mjs +0 -18
  108. package/esm2022/lib/_components/field/auto-complete/auto-complete.component.mjs +0 -296
  109. package/esm2022/lib/_components/field/cancel-alert/cancel-alert.component.mjs +0 -96
  110. package/esm2022/lib/_components/field/check-box/check-box.component.mjs +0 -225
  111. package/esm2022/lib/_components/field/currency/currency.component.mjs +0 -195
  112. package/esm2022/lib/_components/field/date/date.component.mjs +0 -205
  113. package/esm2022/lib/_components/field/date-time/date-time.component.mjs +0 -196
  114. package/esm2022/lib/_components/field/decimal/decimal.component.mjs +0 -205
  115. package/esm2022/lib/_components/field/dropdown/dropdown.component.mjs +0 -300
  116. package/esm2022/lib/_components/field/email/email.component.mjs +0 -165
  117. package/esm2022/lib/_components/field/group/group.component.mjs +0 -64
  118. package/esm2022/lib/_components/field/integer/integer.component.mjs +0 -168
  119. package/esm2022/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.mjs +0 -45
  120. package/esm2022/lib/_components/field/multiselect/multiselect.component.mjs +0 -314
  121. package/esm2022/lib/_components/field/multiselect/utils.mjs +0 -187
  122. package/esm2022/lib/_components/field/percentage/percentage.component.mjs +0 -190
  123. package/esm2022/lib/_components/field/phone/phone.component.mjs +0 -155
  124. package/esm2022/lib/_components/field/radio-buttons/radio-buttons.component.mjs +0 -182
  125. package/esm2022/lib/_components/field/rich-text/rich-text.component.mjs +0 -109
  126. package/esm2022/lib/_components/field/scalar-list/scalar-list.component.mjs +0 -95
  127. package/esm2022/lib/_components/field/semantic-link/semantic-link.component.mjs +0 -57
  128. package/esm2022/lib/_components/field/text/text.component.mjs +0 -142
  129. package/esm2022/lib/_components/field/text-area/text-area.component.mjs +0 -165
  130. package/esm2022/lib/_components/field/text-content/text-content.component.mjs +0 -69
  131. package/esm2022/lib/_components/field/text-input/text-input.component.mjs +0 -165
  132. package/esm2022/lib/_components/field/time/time.component.mjs +0 -174
  133. package/esm2022/lib/_components/field/url/url.component.mjs +0 -165
  134. package/esm2022/lib/_components/field/user-reference/user-reference.component.mjs +0 -266
  135. package/esm2022/lib/_components/infra/Containers/base-components/flow-container-base.component.mjs +0 -18
  136. package/esm2022/lib/_components/infra/Containers/base-components/helper.mjs +0 -71
  137. package/esm2022/lib/_components/infra/Containers/flow-container/flow-container.component.mjs +0 -461
  138. package/esm2022/lib/_components/infra/Containers/flow-container/helpers.mjs +0 -68
  139. package/esm2022/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.mjs +0 -24
  140. package/esm2022/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.mjs +0 -335
  141. package/esm2022/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.mjs +0 -32
  142. package/esm2022/lib/_components/infra/Containers/view-container/helper.mjs +0 -22
  143. package/esm2022/lib/_components/infra/Containers/view-container/view-container.component.mjs +0 -211
  144. package/esm2022/lib/_components/infra/action-buttons/action-buttons.component.mjs +0 -31
  145. package/esm2022/lib/_components/infra/assignment/assignment.component.mjs +0 -407
  146. package/esm2022/lib/_components/infra/assignment-card/assignment-card.component.mjs +0 -47
  147. package/esm2022/lib/_components/infra/dashboard-filter/dashboard-filter.component.mjs +0 -87
  148. package/esm2022/lib/_components/infra/defer-load/defer-load.component.mjs +0 -143
  149. package/esm2022/lib/_components/infra/error-boundary/error-boundary.component.mjs +0 -18
  150. package/esm2022/lib/_components/infra/multi-step/multi-step.component.mjs +0 -80
  151. package/esm2022/lib/_components/infra/navbar/navbar.component.mjs +0 -136
  152. package/esm2022/lib/_components/infra/reference/reference.component.mjs +0 -126
  153. package/esm2022/lib/_components/infra/region/region.component.mjs +0 -33
  154. package/esm2022/lib/_components/infra/root-container/root-container.component.mjs +0 -223
  155. package/esm2022/lib/_components/infra/stages/stages.component.mjs +0 -62
  156. package/esm2022/lib/_components/infra/view/view.component.mjs +0 -188
  157. package/esm2022/lib/_components/template/app-shell/app-shell.component.mjs +0 -156
  158. package/esm2022/lib/_components/template/banner-page/banner-page.component.mjs +0 -43
  159. package/esm2022/lib/_components/template/base/details-template-base.mjs +0 -56
  160. package/esm2022/lib/_components/template/base/form-template-base.mjs +0 -16
  161. package/esm2022/lib/_components/template/case-summary/case-summary.component.mjs +0 -101
  162. package/esm2022/lib/_components/template/case-view/case-view.component.mjs +0 -185
  163. package/esm2022/lib/_components/template/confirmation/confirmation.component.mjs +0 -68
  164. package/esm2022/lib/_components/template/data-reference/data-reference.component.mjs +0 -242
  165. package/esm2022/lib/_components/template/default-form/default-form.component.mjs +0 -73
  166. package/esm2022/lib/_components/template/details/details.component.mjs +0 -76
  167. package/esm2022/lib/_components/template/details-narrow-wide/details-narrow-wide.component.mjs +0 -45
  168. package/esm2022/lib/_components/template/details-one-column/details-one-column.component.mjs +0 -42
  169. package/esm2022/lib/_components/template/details-sub-tabs/details-sub-tabs.component.mjs +0 -39
  170. package/esm2022/lib/_components/template/details-three-column/details-three-column.component.mjs +0 -51
  171. package/esm2022/lib/_components/template/details-two-column/details-two-column.component.mjs +0 -48
  172. package/esm2022/lib/_components/template/details-wide-narrow/details-wide-narrow.component.mjs +0 -48
  173. package/esm2022/lib/_components/template/dynamic-tabs/dynamic-tabs.component.mjs +0 -65
  174. package/esm2022/lib/_components/template/field-group-list/field-group-list.component.mjs +0 -23
  175. package/esm2022/lib/_components/template/field-group-template/field-group-template.component.mjs +0 -131
  176. package/esm2022/lib/_components/template/field-value-list/field-value-list.component.mjs +0 -24
  177. package/esm2022/lib/_components/template/inline-dashboard/inline-dashboard.component.mjs +0 -22
  178. package/esm2022/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.mjs +0 -40
  179. package/esm2022/lib/_components/template/list-page/list-page.component.mjs +0 -14
  180. package/esm2022/lib/_components/template/list-view/DefaultViewMeta.mjs +0 -208
  181. package/esm2022/lib/_components/template/list-view/list-view.component.mjs +0 -1217
  182. package/esm2022/lib/_components/template/list-view/listViewHelpers.mjs +0 -60
  183. package/esm2022/lib/_components/template/list-view/utils.mjs +0 -662
  184. package/esm2022/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.mjs +0 -44
  185. package/esm2022/lib/_components/template/narrow-wide-form/narrow-wide-form.component.mjs +0 -30
  186. package/esm2022/lib/_components/template/one-column/one-column.component.mjs +0 -31
  187. package/esm2022/lib/_components/template/one-column-page/one-column-page.component.mjs +0 -16
  188. package/esm2022/lib/_components/template/one-column-tab/one-column-tab.component.mjs +0 -30
  189. package/esm2022/lib/_components/template/page/page.component.mjs +0 -52
  190. package/esm2022/lib/_components/template/promoted-filters/promoted-filters.component.mjs +0 -149
  191. package/esm2022/lib/_components/template/repeating-structures/repeating-structures.component.mjs +0 -138
  192. package/esm2022/lib/_components/template/simple-table/simple-table.component.mjs +0 -104
  193. package/esm2022/lib/_components/template/simple-table-manual/helpers.mjs +0 -271
  194. package/esm2022/lib/_components/template/simple-table-manual/simple-table-manual.component.mjs +0 -813
  195. package/esm2022/lib/_components/template/simple-table-select/simple-table-select.component.mjs +0 -129
  196. package/esm2022/lib/_components/template/single-reference-readonly/single-reference-readonly.component.mjs +0 -16
  197. package/esm2022/lib/_components/template/sub-tabs/sub-tabs.component.mjs +0 -67
  198. package/esm2022/lib/_components/template/three-column/three-column.component.mjs +0 -31
  199. package/esm2022/lib/_components/template/three-column-page/three-column-page.component.mjs +0 -16
  200. package/esm2022/lib/_components/template/two-column/two-column.component.mjs +0 -31
  201. package/esm2022/lib/_components/template/two-column-page/two-column-page.component.mjs +0 -40
  202. package/esm2022/lib/_components/template/two-column-tab/two-column-tab.component.mjs +0 -30
  203. package/esm2022/lib/_components/template/utils.mjs +0 -38
  204. package/esm2022/lib/_components/template/wide-narrow-form/wide-narrow-form.component.mjs +0 -31
  205. package/esm2022/lib/_components/template/wide-narrow-page/wide-narrow-page.component.mjs +0 -53
  206. package/esm2022/lib/_components/template/wss-nav-bar/wss-nav-bar.component.mjs +0 -137
  207. package/esm2022/lib/_components/widget/app-announcement/app-announcement.component.mjs +0 -24
  208. package/esm2022/lib/_components/widget/attachment/attachment.component.mjs +0 -393
  209. package/esm2022/lib/_components/widget/case-history/case-history.component.mjs +0 -80
  210. package/esm2022/lib/_components/widget/feed-container/feed-container.component.mjs +0 -521
  211. package/esm2022/lib/_components/widget/file-utility/file-utility.component.mjs +0 -638
  212. package/esm2022/lib/_components/widget/list-utility/list-utility.component.mjs +0 -57
  213. package/esm2022/lib/_components/widget/quick-create/quick-create.component.mjs +0 -75
  214. package/esm2022/lib/_components/widget/todo/todo.component.mjs +0 -230
  215. package/esm2022/lib/_components/widget/utility/utility.component.mjs +0 -34
  216. package/esm2022/lib/_directives/thousand-seperator.directive.mjs +0 -28
  217. package/esm2022/lib/_helpers/case-utils.mjs +0 -71
  218. package/esm2022/lib/_helpers/common.mjs +0 -20
  219. package/esm2022/lib/_helpers/createstage-utils.mjs +0 -15
  220. package/esm2022/lib/_helpers/currency-utils.mjs +0 -57
  221. package/esm2022/lib/_helpers/date-format-utils.mjs +0 -68
  222. package/esm2022/lib/_helpers/event-util.mjs +0 -18
  223. package/esm2022/lib/_helpers/field-group-utils.mjs +0 -47
  224. package/esm2022/lib/_helpers/filter-utils.mjs +0 -105
  225. package/esm2022/lib/_helpers/formatters/boolean.mjs +0 -20
  226. package/esm2022/lib/_helpers/formatters/common.mjs +0 -17
  227. package/esm2022/lib/_helpers/formatters/currency-map.mjs +0 -903
  228. package/esm2022/lib/_helpers/formatters/currency.mjs +0 -68
  229. package/esm2022/lib/_helpers/formatters/date.mjs +0 -69
  230. package/esm2022/lib/_helpers/formatters/format-utils.mjs +0 -76
  231. package/esm2022/lib/_helpers/formatters/index.mjs +0 -124
  232. package/esm2022/lib/_helpers/instructions-utils.mjs +0 -36
  233. package/esm2022/lib/_helpers/tab-utils.mjs +0 -59
  234. package/esm2022/lib/_helpers/template-utils.mjs +0 -56
  235. package/esm2022/lib/_helpers/utils.mjs +0 -412
  236. package/esm2022/lib/_helpers/versionHelpers.mjs +0 -12
  237. package/esm2022/lib/_messages/error-messages.service.mjs +0 -31
  238. package/esm2022/lib/_messages/progress-spinner.service.mjs +0 -30
  239. package/esm2022/lib/_messages/update-worklist.service.mjs +0 -30
  240. package/esm2022/lib/_services/banner.service.mjs +0 -35
  241. package/esm2022/lib/_services/case.service.mjs +0 -32
  242. package/esm2022/lib/_services/datapage.service.mjs +0 -52
  243. package/esm2022/lib/_services/endpoints.mjs +0 -60
  244. package/esm2022/lib/_services/server-config.service.mjs +0 -52
  245. package/esm2022/lib/_types/PConnProps.interface.mjs +0 -2
  246. package/esm2022/pega-angular-sdk-components.mjs +0 -5
  247. package/esm2022/public-api.mjs +0 -145
  248. package/esm2022/sdk-local-component-map.mjs +0 -9
@@ -1,43 +1,20 @@
1
- import { OnInit, OnDestroy } from '@angular/core';
2
- import { FormGroup } from '@angular/forms';
3
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
- import { Utils } from '../../../_helpers/utils';
1
+ import { FieldBase } from '../field.base';
5
2
  import { PConnFieldProps } from '../../../_types/PConnProps.interface';
6
3
  import * as i0 from "@angular/core";
7
4
  interface RichTextProps extends PConnFieldProps {
8
5
  }
9
- export declare class RichTextComponent implements OnInit, OnDestroy {
10
- private angularPConnect;
11
- private utils;
12
- pConn$: typeof PConnect;
13
- formGroup$: FormGroup;
14
- angularPConnectData: AngularPConnectData;
6
+ export declare class RichTextComponent extends FieldBase {
15
7
  configProps$: RichTextProps;
16
- label$: string;
17
- value$: string;
18
- bRequired$: boolean;
19
- bReadonly$: boolean;
20
- bDisabled$: boolean;
21
- bVisible$: boolean;
22
- displayMode$?: string;
23
- controlName$: string;
24
- testId: string;
25
- helperText: string;
26
- placeholder: any;
27
8
  info: any;
28
9
  error: boolean;
29
10
  status: any;
30
- actionsApi: Object;
31
- propName: string;
32
- constructor(angularPConnect: AngularPConnectService, utils: Utils);
33
- ngOnInit(): void;
34
- ngOnDestroy(): void;
35
- onStateChange(): void;
36
- checkAndUpdate(): void;
11
+ /**
12
+ * Updates the component when there are changes in the state.
13
+ */
37
14
  updateSelf(): void;
38
15
  fieldOnChange(editorValue: any): void;
39
16
  fieldOnBlur(editorValue: any): void;
40
17
  static ɵfac: i0.ɵɵFactoryDeclaration<RichTextComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<RichTextComponent, "app-rich-text", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<RichTextComponent, "app-rich-text", never, {}, {}, never, never, true, never>;
42
19
  }
43
20
  export {};
@@ -1,6 +1,4 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { FormControl, FormGroup } from '@angular/forms';
3
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
1
+ import { FieldBase } from '../field.base';
4
2
  import { PConnFieldProps } from '../../../_types/PConnProps.interface';
5
3
  import * as i0 from "@angular/core";
6
4
  interface ScalarListProps extends Omit<PConnFieldProps, 'value'> {
@@ -9,28 +7,15 @@ interface ScalarListProps extends Omit<PConnFieldProps, 'value'> {
9
7
  componentType: string;
10
8
  restProps?: object;
11
9
  }
12
- export declare class ScalarListComponent implements OnInit, OnDestroy {
13
- private angularPConnect;
14
- pConn$: typeof PConnect;
15
- formGroup$: FormGroup;
16
- angularPConnectData: AngularPConnectData;
10
+ export declare class ScalarListComponent extends FieldBase {
17
11
  configProps$: ScalarListProps;
18
- label$: string;
19
- value$: any;
20
- displayMode$?: string;
21
12
  items: any[];
22
13
  isDisplayModeEnabled: boolean;
23
- controlName$: string;
24
- fieldControl: FormControl<string | null>;
25
- bHasForm$: boolean;
26
- bReadonly$: boolean;
27
- constructor(angularPConnect: AngularPConnectService);
28
- ngOnInit(): void;
29
- ngOnDestroy(): void;
30
- onStateChange(): void;
31
- checkAndUpdate(): void;
14
+ /**
15
+ * Updates the component when there are changes in the state.
16
+ */
32
17
  updateSelf(): void;
33
18
  static ɵfac: i0.ɵɵFactoryDeclaration<ScalarListComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<ScalarListComponent, "app-scalar-list", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScalarListComponent, "app-scalar-list", never, {}, {}, never, never, true, never>;
35
20
  }
36
21
  export {};
@@ -0,0 +1,62 @@
1
+ import { OnInit, EventEmitter } from '@angular/core';
2
+ import { PConnFieldProps } from '../../../_types/PConnProps.interface';
3
+ import { FieldBase } from '../field.base';
4
+ import * as i0 from "@angular/core";
5
+ interface SelectableCardProps extends PConnFieldProps {
6
+ selectionList: any;
7
+ readonlyContextList: any;
8
+ image: string;
9
+ primaryField: string;
10
+ selectionKey: string;
11
+ renderMode: string;
12
+ hideFieldLabels?: boolean;
13
+ additionalProps?: any;
14
+ imagePosition?: string;
15
+ imageSize?: string;
16
+ showImageDescription?: boolean;
17
+ datasource?: any;
18
+ }
19
+ export declare class SelectableCardComponent extends FieldBase implements OnInit {
20
+ type: string;
21
+ valueChange: EventEmitter<any>;
22
+ configProps$: SelectableCardProps;
23
+ readOnly: boolean;
24
+ disabled: boolean;
25
+ radioBtnValue: any;
26
+ additionalProps: any;
27
+ showNoValue: boolean;
28
+ selectionKey?: string;
29
+ defaultStyle: {};
30
+ specialStyle: {};
31
+ cardStyle: {};
32
+ noLabelStyle: {};
33
+ selectedvalues: any;
34
+ selectionList: any;
35
+ primaryField: string;
36
+ commonProps: any;
37
+ contentList: [
38
+ {
39
+ commonCardProps: {
40
+ id: string;
41
+ key: string;
42
+ fields: any;
43
+ label: string;
44
+ selected: boolean;
45
+ };
46
+ cardImage: {
47
+ src: string;
48
+ alt: string;
49
+ style: any;
50
+ };
51
+ }
52
+ ];
53
+ ngOnInit(): void;
54
+ updateSelf(): void;
55
+ fieldOnChange(value: any): void;
56
+ fieldOnBlur(): void;
57
+ handleChangeMultiMode(event: any, element: any): void;
58
+ cardSelect(event: any, element: any): void;
59
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectableCardComponent, never>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectableCardComponent, "lib-selectable-card", never, { "type": { "alias": "type"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
61
+ }
62
+ export {};
@@ -6,6 +6,12 @@ import { PConnFieldProps } from '../../../_types/PConnProps.interface';
6
6
  import * as i0 from "@angular/core";
7
7
  interface SemanticLinkProps extends PConnFieldProps {
8
8
  text: string;
9
+ resourcePayload: any;
10
+ resourceParams: any;
11
+ previewKey: string;
12
+ referenceType: string;
13
+ dataRelationshipContext: string;
14
+ contextPage: any;
9
15
  }
10
16
  export declare class SemanticLinkComponent implements OnInit, OnDestroy {
11
17
  private angularPConnect;
@@ -18,11 +24,26 @@ export declare class SemanticLinkComponent implements OnInit, OnDestroy {
18
24
  value$: string;
19
25
  displayMode$?: string;
20
26
  bVisible$: boolean;
27
+ linkURL: string;
28
+ dataResourcePayLoad: any;
29
+ referenceType: string;
30
+ shouldTreatAsDataReference: boolean;
31
+ previewKey: string;
32
+ resourcePayload: any;
33
+ payload: object;
34
+ dataViewName: string;
35
+ isLinkTextEmpty: boolean;
21
36
  constructor(angularPConnect: AngularPConnectService, utils: Utils);
22
37
  ngOnInit(): void;
23
38
  ngOnDestroy(): void;
24
39
  onStateChange(): void;
40
+ checkAndUpdate(): void;
25
41
  updateSelf(): void;
42
+ showDataAction(): void;
43
+ openLinkClick(e: any): void;
44
+ private initializeComponentState;
45
+ private buildDataPayload;
46
+ private buildLinkURL;
26
47
  static ɵfac: i0.ɵɵFactoryDeclaration<SemanticLinkComponent, never>;
27
48
  static ɵcmp: i0.ɵɵComponentDeclaration<SemanticLinkComponent, "app-semantic-link", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
28
49
  }
@@ -1,46 +1,19 @@
1
- import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
2
- import { FormControl, FormGroup } from '@angular/forms';
3
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
- import { Utils } from '../../../_helpers/utils';
1
+ import { FieldBase } from '../field.base';
5
2
  import { PConnFieldProps } from '../../../_types/PConnProps.interface';
6
3
  import * as i0 from "@angular/core";
7
4
  interface TextAreaProps extends PConnFieldProps {
8
5
  fieldMetadata?: any;
9
6
  }
10
- export declare class TextAreaComponent 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 TextAreaComponent extends FieldBase {
17
8
  configProps$: TextAreaProps;
18
- label$: string;
19
- value$: string;
20
- bRequired$: boolean;
21
- bReadonly$: boolean;
22
- bDisabled$: boolean;
23
- bVisible$: boolean;
24
9
  nMaxLength$: number;
25
- displayMode$?: string;
26
- controlName$: string;
27
- bHasForm$: boolean;
28
- componentReference: string;
29
- testId: string;
30
- helperText: 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;
10
+ /**
11
+ * Updates the component when there are changes in the state.
12
+ */
39
13
  updateSelf(): void;
40
14
  fieldOnChange(event: any): void;
41
15
  fieldOnBlur(event: any): void;
42
- getErrorMessage(): string;
43
16
  static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "app-text-area", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "app-text-area", never, {}, {}, never, never, true, never>;
45
18
  }
46
19
  export {};
@@ -1,46 +1,18 @@
1
- import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
2
- import { FormControl, FormGroup } from '@angular/forms';
3
- import { AngularPConnectService, AngularPConnectData } from '../../../_bridge/angular-pconnect';
4
- import { Utils } from '../../../_helpers/utils';
1
+ import { FieldBase } from '../field.base';
5
2
  import { PConnFieldProps } from '../../../_types/PConnProps.interface';
6
3
  import * as i0 from "@angular/core";
7
4
  interface TextInputProps extends PConnFieldProps {
8
5
  fieldMetadata?: any;
9
6
  }
10
- export declare class TextInputComponent 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 TextInputComponent extends FieldBase {
17
8
  configProps$: TextInputProps;
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
- testId: string;
27
- bHasForm$: boolean;
28
- componentReference: 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<TextInputComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<TextInputComponent, "app-text-input", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextInputComponent, "app-text-input", never, {}, {}, never, never, true, never>;
45
17
  }
46
18
  export {};
@@ -1,46 +1,18 @@
1
- import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
2
- import { FormControl, FormGroup } from '@angular/forms';
3
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
- import { Utils } from '../../../_helpers/utils';
1
+ import { FieldBase } from '../field.base';
5
2
  import { PConnFieldProps } from '../../../_types/PConnProps.interface';
6
3
  import * as i0 from "@angular/core";
7
4
  interface TimeProps extends PConnFieldProps {
8
5
  }
9
- export declare class TimeComponent implements OnInit, OnDestroy {
10
- private angularPConnect;
11
- private cdRef;
12
- private utils;
13
- pConn$: typeof PConnect;
14
- formGroup$: FormGroup;
15
- angularPConnectData: AngularPConnectData;
6
+ export declare class TimeComponent extends FieldBase {
16
7
  configProps$: TimeProps;
17
- label$: string;
18
- value$: string;
19
- bRequired$: boolean;
20
- bReadonly$: boolean;
21
- bDisabled$: boolean;
22
- bVisible$: boolean;
23
- displayMode$?: string;
24
- controlName$: string;
25
- testId: string;
26
- bHasForm$: boolean;
27
- componentReference: string;
28
- helperText: string;
29
- placeholder: string;
30
- fieldControl: FormControl<string | null>;
31
- actionsApi: Object;
32
- propName: string;
33
8
  formattedValue$: any;
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<TimeComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<TimeComponent, "app-time", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimeComponent, "app-time", never, {}, {}, never, never, true, never>;
45
17
  }
46
18
  export {};
@@ -1,45 +1,17 @@
1
- import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
2
- import { FormControl, FormGroup } from '@angular/forms';
3
- import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
- import { Utils } from '../../../_helpers/utils';
1
+ import { FieldBase } from '../field.base';
5
2
  import { PConnFieldProps } from '../../../_types/PConnProps.interface';
6
3
  import * as i0 from "@angular/core";
7
4
  interface URLProps extends PConnFieldProps {
8
5
  }
9
- export declare class UrlComponent implements OnInit, OnDestroy {
10
- private angularPConnect;
11
- private cdRef;
12
- private utils;
13
- pConn$: typeof PConnect;
14
- formGroup$: FormGroup;
15
- angularPConnectData: AngularPConnectData;
6
+ export declare class UrlComponent extends FieldBase {
16
7
  configProps$: URLProps;
17
- label$: string;
18
- value$: string;
19
- bRequired$: boolean;
20
- bReadonly$: boolean;
21
- bDisabled$: boolean;
22
- bVisible$: boolean;
23
- displayMode$?: string;
24
- controlName$: string;
25
- testId: string;
26
- bHasForm$: boolean;
27
- componentReference: string;
28
- helperText: string;
29
- placeholder: string;
30
- fieldControl: FormControl<string | null>;
31
- actionsApi: Object;
32
- propName: string;
33
- constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
34
- ngOnInit(): void;
35
- ngOnDestroy(): void;
36
- onStateChange(): void;
37
- checkAndUpdate(): void;
8
+ /**
9
+ * Updates the component when there are changes in the state.
10
+ */
38
11
  updateSelf(): void;
39
12
  fieldOnChange(event: any): void;
40
13
  fieldOnBlur(event: any): void;
41
- getErrorMessage(): string;
42
14
  static ɵfac: i0.ɵɵFactoryDeclaration<UrlComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<UrlComponent, "app-url", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<UrlComponent, "app-url", never, {}, {}, never, never, true, never>;
44
16
  }
45
17
  export {};
@@ -27,7 +27,7 @@ export declare class UserReferenceComponent implements OnInit, OnDestroy {
27
27
  filteredOptions: Observable<any[]>;
28
28
  filterValue: string;
29
29
  fieldControl: FormControl<string | null>;
30
- actionsApi: Object;
30
+ actionsApi: object;
31
31
  propName: string;
32
32
  onRecordChange: any;
33
33
  constructor(angularPConnect: AngularPConnectService, utils: Utils);
@@ -51,6 +51,7 @@ export declare class FlowContainerComponent extends FlowContainerBaseComponent i
51
51
  localeReference: any;
52
52
  banners: any[];
53
53
  pConnectOfActiveContainerItem: any;
54
+ isMultiStep: any;
54
55
  constructor(injector: Injector, cdRef: ChangeDetectorRef, psService: ProgressSpinnerService, fb: FormBuilder, ngZone: NgZone, utils: Utils);
55
56
  ngOnInit(): void;
56
57
  ngOnDestroy(): void;
@@ -17,7 +17,7 @@ export declare class ModalViewContainerComponent implements OnInit, OnDestroy {
17
17
  modalVisibleChange: EventEmitter<boolean>;
18
18
  angularPConnectData: AngularPConnectData;
19
19
  arChildren$: any[];
20
- stateProps$: Object;
20
+ stateProps$: object;
21
21
  banners: any;
22
22
  templateName$: string;
23
23
  buildName$: string;
@@ -26,7 +26,7 @@ export declare class ModalViewContainerComponent implements OnInit, OnDestroy {
26
26
  bShowModal$: boolean;
27
27
  itemKey$: string;
28
28
  formGroup$: FormGroup;
29
- oCaseInfo: Object;
29
+ oCaseInfo: object;
30
30
  updateToken$: number;
31
31
  routingInfoRef: any;
32
32
  createdViewPConn$: any;
@@ -45,9 +45,7 @@ export declare class ModalViewContainerComponent implements OnInit, OnDestroy {
45
45
  updateSelf(): void;
46
46
  createView(routingInfo: any, currentItem: any, latestItem: any, key: any): void;
47
47
  hideModal(): void;
48
- getConfigObject(item: any, pConnect: any, isReverseCoexistence?: boolean): {
49
- getPConnect: () => import("@pega/pcore-pconnect-typedefs/interpreter/c11n-env").C11nEnv;
50
- } | null;
48
+ getConfigObject(item: any, pConnect: any, isReverseCoexistence?: boolean): import("@pega/pcore-pconnect-typedefs/interpreter/types").CreateC11nEnv | null;
51
49
  checkIfRefComponent(thePConn: any): boolean;
52
50
  onAlertState(bData: boolean): void;
53
51
  showAlert(payload: any): void;
@@ -59,7 +57,7 @@ export declare class ModalViewContainerComponent implements OnInit, OnDestroy {
59
57
  key?: undefined;
60
58
  latestItem?: undefined;
61
59
  };
62
- compareCaseInfoIsDifferent(oCurrentCaseInfo: Object): boolean;
60
+ compareCaseInfoIsDifferent(oCurrentCaseInfo: object): boolean;
63
61
  getBanners(): any;
64
62
  getModalHeading(dataObjectAction: any): any;
65
63
  determineModalHeaderByAction(actionName: any, caseTypeName: any, ID: any, caseLocaleRef: any): any;
@@ -4,7 +4,7 @@ export declare class ActionButtonsComponent {
4
4
  arMainButtons$: any[];
5
5
  arSecondaryButtons$: any[];
6
6
  actionButtonClick: EventEmitter<any>;
7
- localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string, componentName?: string | null) => string;
7
+ localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string | null, 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,4 +1,4 @@
1
- import { OnInit, NgZone, OnDestroy, OnChanges } from '@angular/core';
1
+ import { OnInit, OnDestroy, OnChanges } from '@angular/core';
2
2
  import { MatSnackBar } from '@angular/material/snack-bar';
3
3
  import { FormGroup } from '@angular/forms';
4
4
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
@@ -13,7 +13,6 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
13
13
  private angularPConnect;
14
14
  private psService;
15
15
  private erService;
16
- private ngZone;
17
16
  private snackBar;
18
17
  bannerService: BannerService;
19
18
  pConn$: typeof PConnect;
@@ -34,6 +33,7 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
34
33
  actionsAPI: any;
35
34
  bHasNavigation$: boolean;
36
35
  bIsVertical$: boolean;
36
+ prevNavigationSteps: any[];
37
37
  arCurrentStepIndicies$: number[];
38
38
  arNavigationSteps$: any[];
39
39
  init: boolean;
@@ -50,7 +50,7 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
50
50
  localeCategory: string;
51
51
  localeReference: any;
52
52
  snackBarRef: any;
53
- constructor(angularPConnect: AngularPConnectService, psService: ProgressSpinnerService, erService: ErrorMessagesService, ngZone: NgZone, snackBar: MatSnackBar, bannerService: BannerService);
53
+ constructor(angularPConnect: AngularPConnectService, psService: ProgressSpinnerService, erService: ErrorMessagesService, snackBar: MatSnackBar, bannerService: BannerService);
54
54
  ngOnInit(): void;
55
55
  ngOnDestroy(): void;
56
56
  onStateChange(): void;
@@ -1,4 +1,4 @@
1
- import { OnInit, EventEmitter, OnChanges } from '@angular/core';
1
+ import { OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class AssignmentCardComponent implements OnInit, OnChanges {
@@ -8,9 +8,10 @@ export declare class AssignmentCardComponent implements OnInit, OnChanges {
8
8
  arSecondaryButtons$: any[];
9
9
  arChildren$: any[];
10
10
  updateToken$: number;
11
+ childrenArray: any[];
11
12
  actionButtonClick: EventEmitter<any>;
12
13
  ngOnInit(): void;
13
- ngOnChanges(): void;
14
+ ngOnChanges(changes: SimpleChanges): void;
14
15
  onActionButtonClick(oData: any): void;
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<AssignmentCardComponent, never>;
16
17
  static ɵcmp: i0.ɵɵComponentDeclaration<AssignmentCardComponent, "app-assignment-card", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "arMainButtons$": { "alias": "arMainButtons$"; "required": false; }; "arSecondaryButtons$": { "alias": "arSecondaryButtons$"; "required": false; }; "arChildren$": { "alias": "arChildren$"; "required": false; }; "updateToken$": { "alias": "updateToken$"; "required": false; }; }, { "actionButtonClick": "actionButtonClick"; }, never, never, true, never>;
@@ -1,4 +1,4 @@
1
- import { OnInit, OnDestroy, OnChanges } from '@angular/core';
1
+ import { OnInit, OnDestroy, OnChanges, SimpleChanges } from '@angular/core';
2
2
  import { publicConstants } from '@pega/pcore-pconnect-typedefs/constants';
3
3
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
4
  import * as i0 from "@angular/core";
@@ -10,10 +10,9 @@ import * as i0 from "@angular/core";
10
10
  export declare class DeferLoadComponent implements OnInit, OnDestroy, OnChanges {
11
11
  private angularPConnect;
12
12
  pConn$: typeof PConnect;
13
- loadData$: any;
13
+ formGroup$: any;
14
14
  name: any;
15
- componentName$: string;
16
- loadedPConn$: any;
15
+ childComponentPConnect: typeof PConnect;
17
16
  bShowDefer$: boolean;
18
17
  angularPConnectData: AngularPConnectData;
19
18
  constants: typeof publicConstants;
@@ -31,7 +30,8 @@ export declare class DeferLoadComponent implements OnInit, OnDestroy, OnChanges
31
30
  ngOnInit(): void;
32
31
  ngOnDestroy(): void;
33
32
  onStateChange(): void;
34
- ngOnChanges(): void;
33
+ ngOnChanges(changes: SimpleChanges): void;
34
+ updateSelf(): void;
35
35
  getViewOptions: () => {
36
36
  viewContext: any;
37
37
  pageClass: any;
@@ -42,5 +42,5 @@ export declare class DeferLoadComponent implements OnInit, OnDestroy, OnChanges
42
42
  onResponse(data: any): void;
43
43
  loadActiveTab(): void;
44
44
  static ɵfac: i0.ɵɵFactoryDeclaration<DeferLoadComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<DeferLoadComponent, "app-defer-load", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "loadData$": { "alias": "loadData$"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, true, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<DeferLoadComponent, "app-defer-load", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, true, never>;
46
46
  }
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class ErrorBoundaryComponent {
3
3
  message: string;
4
- localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string, componentName?: string | null) => string;
4
+ localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string | null, 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>;
@@ -34,7 +34,6 @@ export declare class NavbarComponent implements OnInit, OnDestroy {
34
34
  localizedVal: any;
35
35
  localeCategory: string;
36
36
  localeUtils: import("@pega/pcore-pconnect-typedefs/locale/locale-utils").LocaleUtils;
37
- localeReference: any;
38
37
  constructor(angularPConnect: AngularPConnectService, chRef: ChangeDetectorRef, psService: ProgressSpinnerService, ngZone: NgZone, utils: Utils);
39
38
  ngOnInit(): void;
40
39
  ngOnDestroy(): void;
@@ -15,7 +15,8 @@ export declare class StagesComponent implements OnInit, OnDestroy {
15
15
  arStageResults$: any[];
16
16
  lastStage$: any;
17
17
  checkSvgIcon$: string;
18
- key: string;
18
+ key: any;
19
+ localizationService: any;
19
20
  constructor(angularPConnect: AngularPConnectService, utils: Utils);
20
21
  ngOnInit(): void;
21
22
  ngOnDestroy(): void;
@@ -0,0 +1,21 @@
1
+ import { OnInit, OnChanges } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
3
+ import { DataReferenceAdvancedSearchService } from '../../../_services/data-reference-advanced-search.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class AdvancedSearchComponent implements OnInit, OnChanges {
6
+ private advancedSearchService;
7
+ pConn$: typeof PConnect;
8
+ formGroup$: FormGroup;
9
+ searchSelectCacheKey: any;
10
+ isInitialized: boolean;
11
+ configProps$: any;
12
+ showRecords: any;
13
+ searchGroupsProps: any;
14
+ editableFieldComp: any;
15
+ constructor(advancedSearchService: DataReferenceAdvancedSearchService);
16
+ ngOnInit(): void;
17
+ ngOnChanges(): void;
18
+ updateSelf(): void;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<AdvancedSearchComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<AdvancedSearchComponent, "app-advanced-search", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "searchSelectCacheKey": { "alias": "searchSelectCacheKey"; "required": false; }; }, {}, never, never, true, never>;
21
+ }
@@ -0,0 +1,23 @@
1
+ export declare function getMappedKey(key: any): any;
2
+ declare const getComponentStateOptions: (getPConnect: any) => {
3
+ clearOnCancelForContext: any;
4
+ };
5
+ interface SearchCategory {
6
+ selectedCategory: string;
7
+ }
8
+ interface SearchGroup {
9
+ searchFields: unknown;
10
+ activeGroupId: string;
11
+ }
12
+ export declare const componentCachePersistUtils: {
13
+ getComponentStateKey: (getPConnect: any, propertyName: string) => string;
14
+ getComponentStateOptions: (getPConnect: any) => {
15
+ clearOnCancelForContext: any;
16
+ };
17
+ setComponentCache: ({ cacheKey, state, options }: {
18
+ cacheKey: string;
19
+ state: SearchCategory | SearchGroup;
20
+ options: ReturnType<typeof getComponentStateOptions>;
21
+ }) => void;
22
+ };
23
+ export {};