@pega/angular-sdk-components 24.1.10 → 24.2.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 (208) hide show
  1. package/esm2022/lib/_bridge/angular-pconnect.mjs +3 -3
  2. package/esm2022/lib/_bridge/component-mapper/component-mapper.component.mjs +6 -13
  3. package/esm2022/lib/_components/designSystemExtension/alert/alert.component.mjs +3 -3
  4. package/esm2022/lib/_components/designSystemExtension/alert-banner/alert-banner.component.mjs +4 -4
  5. package/esm2022/lib/_components/designSystemExtension/banner/banner.component.mjs +3 -3
  6. package/esm2022/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.mjs +4 -4
  7. package/esm2022/lib/_components/designSystemExtension/field-group/field-group.component.mjs +3 -3
  8. package/esm2022/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.mjs +5 -5
  9. package/esm2022/lib/_components/designSystemExtension/material-details/material-details.component.mjs +3 -3
  10. package/esm2022/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.mjs +9 -6
  11. package/esm2022/lib/_components/designSystemExtension/material-summary-item/material-summary-item.component.mjs +3 -3
  12. package/esm2022/lib/_components/designSystemExtension/material-summary-list/material-summary-list.component.mjs +3 -3
  13. package/esm2022/lib/_components/designSystemExtension/material-utility/material-utility.component.mjs +3 -3
  14. package/esm2022/lib/_components/designSystemExtension/material-vertical-tabs/material-vertical-tabs.component.mjs +4 -4
  15. package/esm2022/lib/_components/designSystemExtension/operator/operator.component.mjs +4 -4
  16. package/esm2022/lib/_components/designSystemExtension/pulse/pulse.component.mjs +9 -9
  17. package/esm2022/lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component.mjs +3 -3
  18. package/esm2022/lib/_components/designSystemExtension/wss-quick-create/wss-quick-create.component.mjs +3 -3
  19. package/esm2022/lib/_components/field/auto-complete/auto-complete.component.mjs +12 -10
  20. package/esm2022/lib/_components/field/cancel-alert/cancel-alert.component.mjs +3 -3
  21. package/esm2022/lib/_components/field/check-box/check-box.component.mjs +11 -9
  22. package/esm2022/lib/_components/field/currency/currency.component.mjs +30 -17
  23. package/esm2022/lib/_components/field/date/date.component.mjs +19 -39
  24. package/esm2022/lib/_components/field/date-time/date-time.component.mjs +16 -14
  25. package/esm2022/lib/_components/field/decimal/decimal.component.mjs +22 -20
  26. package/esm2022/lib/_components/field/dropdown/dropdown.component.mjs +124 -24
  27. package/esm2022/lib/_components/field/email/email.component.mjs +14 -7
  28. package/esm2022/lib/_components/field/group/group.component.mjs +6 -6
  29. package/esm2022/lib/_components/field/integer/integer.component.mjs +14 -9
  30. package/esm2022/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.mjs +3 -3
  31. package/esm2022/lib/_components/field/multiselect/multiselect.component.mjs +13 -6
  32. package/esm2022/lib/_components/field/percentage/percentage.component.mjs +31 -23
  33. package/esm2022/lib/_components/field/phone/phone.component.mjs +11 -18
  34. package/esm2022/lib/_components/field/radio-buttons/radio-buttons.component.mjs +9 -11
  35. package/esm2022/lib/_components/field/rich-text/rich-text.component.mjs +8 -9
  36. package/esm2022/lib/_components/field/scalar-list/scalar-list.component.mjs +7 -8
  37. package/esm2022/lib/_components/field/semantic-link/semantic-link.component.mjs +3 -3
  38. package/esm2022/lib/_components/field/text/text.component.mjs +6 -4
  39. package/esm2022/lib/_components/field/text-area/text-area.component.mjs +14 -10
  40. package/esm2022/lib/_components/field/text-content/text-content.component.mjs +3 -3
  41. package/esm2022/lib/_components/field/text-input/text-input.component.mjs +14 -9
  42. package/esm2022/lib/_components/field/time/time.component.mjs +20 -11
  43. package/esm2022/lib/_components/field/url/url.component.mjs +14 -9
  44. package/esm2022/lib/_components/field/user-reference/user-reference.component.mjs +37 -17
  45. package/esm2022/lib/_components/infra/Containers/flow-container/flow-container.component.mjs +10 -7
  46. package/esm2022/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.mjs +3 -3
  47. package/esm2022/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.mjs +4 -4
  48. package/esm2022/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.mjs +4 -4
  49. package/esm2022/lib/_components/infra/Containers/view-container/helper.mjs +22 -0
  50. package/esm2022/lib/_components/infra/Containers/view-container/view-container.component.mjs +9 -16
  51. package/esm2022/lib/_components/infra/action-buttons/action-buttons.component.mjs +3 -3
  52. package/esm2022/lib/_components/infra/assignment/assignment.component.mjs +4 -5
  53. package/esm2022/lib/_components/infra/assignment-card/assignment-card.component.mjs +3 -3
  54. package/esm2022/lib/_components/infra/dashboard-filter/dashboard-filter.component.mjs +3 -3
  55. package/esm2022/lib/_components/infra/defer-load/defer-load.component.mjs +7 -7
  56. package/esm2022/lib/_components/infra/error-boundary/error-boundary.component.mjs +3 -3
  57. package/esm2022/lib/_components/infra/multi-step/multi-step.component.mjs +3 -3
  58. package/esm2022/lib/_components/infra/navbar/navbar.component.mjs +5 -5
  59. package/esm2022/lib/_components/infra/reference/reference.component.mjs +3 -3
  60. package/esm2022/lib/_components/infra/region/region.component.mjs +3 -3
  61. package/esm2022/lib/_components/infra/root-container/root-container.component.mjs +4 -4
  62. package/esm2022/lib/_components/infra/stages/stages.component.mjs +5 -5
  63. package/esm2022/lib/_components/infra/view/view.component.mjs +22 -7
  64. package/esm2022/lib/_components/template/app-shell/app-shell.component.mjs +20 -4
  65. package/esm2022/lib/_components/template/banner-page/banner-page.component.mjs +3 -3
  66. package/esm2022/lib/_components/template/base/details-template-base.mjs +56 -0
  67. package/esm2022/lib/_components/template/base/form-template-base.mjs +13 -0
  68. package/esm2022/lib/_components/template/case-summary/case-summary.component.mjs +4 -4
  69. package/esm2022/lib/_components/template/case-view/case-view.component.mjs +11 -16
  70. package/esm2022/lib/_components/template/confirmation/confirmation.component.mjs +5 -5
  71. package/esm2022/lib/_components/template/data-reference/data-reference.component.mjs +13 -8
  72. package/esm2022/lib/_components/template/default-form/default-form.component.mjs +8 -20
  73. package/esm2022/lib/_components/template/details/details.component.mjs +12 -39
  74. package/esm2022/lib/_components/template/details-narrow-wide/details-narrow-wide.component.mjs +11 -38
  75. package/esm2022/lib/_components/template/details-one-column/details-one-column.component.mjs +12 -41
  76. package/esm2022/lib/_components/template/details-sub-tabs/details-sub-tabs.component.mjs +13 -40
  77. package/esm2022/lib/_components/template/details-three-column/details-three-column.component.mjs +12 -41
  78. package/esm2022/lib/_components/template/details-two-column/details-two-column.component.mjs +13 -42
  79. package/esm2022/lib/_components/template/details-wide-narrow/details-wide-narrow.component.mjs +12 -41
  80. package/esm2022/lib/_components/template/dynamic-tabs/dynamic-tabs.component.mjs +8 -7
  81. package/esm2022/lib/_components/template/field-group-list/field-group-list.component.mjs +3 -3
  82. package/esm2022/lib/_components/template/field-group-template/field-group-template.component.mjs +6 -8
  83. package/esm2022/lib/_components/template/field-value-list/field-value-list.component.mjs +5 -5
  84. package/esm2022/lib/_components/template/inline-dashboard/inline-dashboard.component.mjs +3 -3
  85. package/esm2022/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.mjs +5 -5
  86. package/esm2022/lib/_components/template/list-page/list-page.component.mjs +3 -3
  87. package/esm2022/lib/_components/template/list-view/list-view.component.mjs +24 -9
  88. package/esm2022/lib/_components/template/list-view/listViewHelpers.mjs +2 -2
  89. package/esm2022/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.mjs +3 -3
  90. package/esm2022/lib/_components/template/narrow-wide-form/narrow-wide-form.component.mjs +4 -4
  91. package/esm2022/lib/_components/template/one-column/one-column.component.mjs +6 -5
  92. package/esm2022/lib/_components/template/one-column-page/one-column-page.component.mjs +3 -3
  93. package/esm2022/lib/_components/template/one-column-tab/one-column-tab.component.mjs +4 -4
  94. package/esm2022/lib/_components/template/page/page.component.mjs +4 -4
  95. package/esm2022/lib/_components/template/promoted-filters/promoted-filters.component.mjs +4 -4
  96. package/esm2022/lib/_components/template/repeating-structures/repeating-structures.component.mjs +4 -4
  97. package/esm2022/lib/_components/template/simple-table/simple-table.component.mjs +3 -3
  98. package/esm2022/lib/_components/template/simple-table-manual/helpers.mjs +2 -2
  99. package/esm2022/lib/_components/template/simple-table-manual/simple-table-manual.component.mjs +9 -11
  100. package/esm2022/lib/_components/template/simple-table-select/simple-table-select.component.mjs +5 -5
  101. package/esm2022/lib/_components/template/single-reference-readonly/single-reference-readonly.component.mjs +3 -3
  102. package/esm2022/lib/_components/template/sub-tabs/sub-tabs.component.mjs +4 -4
  103. package/esm2022/lib/_components/template/three-column/three-column.component.mjs +6 -5
  104. package/esm2022/lib/_components/template/three-column-page/three-column-page.component.mjs +3 -3
  105. package/esm2022/lib/_components/template/two-column/two-column.component.mjs +6 -5
  106. package/esm2022/lib/_components/template/two-column-page/two-column-page.component.mjs +3 -3
  107. package/esm2022/lib/_components/template/two-column-tab/two-column-tab.component.mjs +4 -4
  108. package/esm2022/lib/_components/template/wide-narrow-form/wide-narrow-form.component.mjs +6 -5
  109. package/esm2022/lib/_components/template/wide-narrow-page/wide-narrow-page.component.mjs +4 -4
  110. package/esm2022/lib/_components/template/wss-nav-bar/wss-nav-bar.component.mjs +5 -5
  111. package/esm2022/lib/_components/widget/app-announcement/app-announcement.component.mjs +3 -3
  112. package/esm2022/lib/_components/widget/attachment/attachment.component.mjs +6 -8
  113. package/esm2022/lib/_components/widget/case-history/case-history.component.mjs +3 -3
  114. package/esm2022/lib/_components/widget/feed-container/feed-container.component.mjs +5 -5
  115. package/esm2022/lib/_components/widget/file-utility/file-utility.component.mjs +4 -4
  116. package/esm2022/lib/_components/widget/list-utility/list-utility.component.mjs +3 -3
  117. package/esm2022/lib/_components/widget/quick-create/quick-create.component.mjs +3 -3
  118. package/esm2022/lib/_components/widget/todo/todo.component.mjs +77 -63
  119. package/esm2022/lib/_components/widget/utility/utility.component.mjs +3 -3
  120. package/esm2022/lib/_directives/thousand-seperator.directive.mjs +4 -4
  121. package/esm2022/lib/_helpers/createstage-utils.mjs +15 -0
  122. package/esm2022/lib/_helpers/field-group-utils.mjs +3 -3
  123. package/esm2022/lib/_helpers/filter-utils.mjs +1 -2
  124. package/esm2022/lib/_helpers/formatters/common.mjs +3 -5
  125. package/esm2022/lib/_helpers/formatters/date.mjs +4 -4
  126. package/esm2022/lib/_helpers/formatters/index.mjs +17 -3
  127. package/esm2022/lib/_helpers/template-utils.mjs +3 -3
  128. package/esm2022/lib/_helpers/utils.mjs +3 -3
  129. package/esm2022/lib/_messages/error-messages.service.mjs +4 -4
  130. package/esm2022/lib/_messages/progress-spinner.service.mjs +3 -3
  131. package/esm2022/lib/_messages/update-worklist.service.mjs +3 -3
  132. package/esm2022/lib/_services/case.service.mjs +3 -3
  133. package/esm2022/lib/_services/datapage.service.mjs +3 -3
  134. package/esm2022/lib/_services/endpoints.mjs +1 -2
  135. package/esm2022/lib/_services/server-config.service.mjs +3 -3
  136. package/esm2022/public-api.mjs +4 -4
  137. package/fesm2022/pega-angular-sdk-components.mjs +1286 -1274
  138. package/fesm2022/pega-angular-sdk-components.mjs.map +1 -1
  139. package/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.d.ts +1 -1
  140. package/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.d.ts +1 -1
  141. package/lib/_components/designSystemExtension/pulse/pulse.component.d.ts +2 -2
  142. package/lib/_components/field/auto-complete/auto-complete.component.d.ts +3 -2
  143. package/lib/_components/field/check-box/check-box.component.d.ts +2 -2
  144. package/lib/_components/field/currency/currency.component.d.ts +6 -3
  145. package/lib/_components/field/date/date.component.d.ts +17 -6
  146. package/lib/_components/field/date-time/date-time.component.d.ts +9 -2
  147. package/lib/_components/field/decimal/decimal.component.d.ts +3 -3
  148. package/lib/_components/field/dropdown/dropdown.component.d.ts +13 -2
  149. package/lib/_components/field/email/email.component.d.ts +2 -0
  150. package/lib/_components/field/integer/integer.component.d.ts +3 -1
  151. package/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.d.ts +1 -1
  152. package/lib/_components/field/multiselect/multiselect.component.d.ts +3 -2
  153. package/lib/_components/field/percentage/percentage.component.d.ts +7 -3
  154. package/lib/_components/field/phone/phone.component.d.ts +3 -1
  155. package/lib/_components/field/radio-buttons/radio-buttons.component.d.ts +2 -1
  156. package/lib/_components/field/rich-text/rich-text.component.d.ts +2 -0
  157. package/lib/_components/field/text/text.component.d.ts +3 -1
  158. package/lib/_components/field/text-area/text-area.component.d.ts +3 -1
  159. package/lib/_components/field/text-input/text-input.component.d.ts +3 -1
  160. package/lib/_components/field/time/time.component.d.ts +4 -1
  161. package/lib/_components/field/url/url.component.d.ts +3 -1
  162. package/lib/_components/field/user-reference/user-reference.component.d.ts +7 -0
  163. package/lib/_components/infra/Containers/view-container/helper.d.ts +2 -0
  164. package/lib/_components/infra/action-buttons/action-buttons.component.d.ts +1 -1
  165. package/lib/_components/infra/defer-load/defer-load.component.d.ts +2 -2
  166. package/lib/_components/infra/error-boundary/error-boundary.component.d.ts +1 -1
  167. package/lib/_components/infra/navbar/navbar.component.d.ts +2 -2
  168. package/lib/_components/infra/view/view.component.d.ts +1 -0
  169. package/lib/_components/template/base/details-template-base.d.ts +22 -0
  170. package/lib/_components/template/base/form-template-base.d.ts +8 -0
  171. package/lib/_components/template/case-view/case-view.component.d.ts +1 -2
  172. package/lib/_components/template/default-form/default-form.component.d.ts +2 -5
  173. package/lib/_components/template/details/details.component.d.ts +3 -11
  174. package/lib/_components/template/details-narrow-wide/details-narrow-wide.component.d.ts +3 -11
  175. package/lib/_components/template/details-one-column/details-one-column.component.d.ts +3 -13
  176. package/lib/_components/template/details-sub-tabs/details-sub-tabs.component.d.ts +3 -13
  177. package/lib/_components/template/details-three-column/details-three-column.component.d.ts +3 -13
  178. package/lib/_components/template/details-two-column/details-two-column.component.d.ts +3 -13
  179. package/lib/_components/template/details-wide-narrow/details-wide-narrow.component.d.ts +3 -13
  180. package/lib/_components/template/dynamic-tabs/dynamic-tabs.component.d.ts +1 -0
  181. package/lib/_components/template/list-view/list-view.component.d.ts +6 -1
  182. package/lib/_components/template/list-view/listViewHelpers.d.ts +1 -1
  183. package/lib/_components/template/one-column/one-column.component.d.ts +2 -1
  184. package/lib/_components/template/simple-table-manual/helpers.d.ts +1 -1
  185. package/lib/_components/template/simple-table-manual/simple-table-manual.component.d.ts +2 -0
  186. package/lib/_components/template/three-column/three-column.component.d.ts +2 -1
  187. package/lib/_components/template/two-column/two-column.component.d.ts +2 -1
  188. package/lib/_components/template/wide-narrow-form/wide-narrow-form.component.d.ts +2 -1
  189. package/lib/_components/template/wide-narrow-page/wide-narrow-page.component.d.ts +1 -1
  190. package/lib/_components/template/wss-nav-bar/wss-nav-bar.component.d.ts +3 -3
  191. package/lib/_components/widget/attachment/attachment.component.d.ts +3 -3
  192. package/lib/_components/widget/feed-container/feed-container.component.d.ts +2 -2
  193. package/lib/_components/widget/file-utility/file-utility.component.d.ts +1 -1
  194. package/lib/_components/widget/todo/todo.component.d.ts +9 -12
  195. package/lib/_helpers/common.d.ts +1 -1
  196. package/lib/_helpers/createstage-utils.d.ts +1 -0
  197. package/lib/_helpers/formatters/common.d.ts +2 -2
  198. package/lib/_messages/error-messages.service.d.ts +1 -1
  199. package/lib/_services/endpoints.d.ts +0 -1
  200. package/lib/doc/KeyReleaseUpdates.md +23 -6
  201. package/package.json +3 -3
  202. package/public-api.d.ts +3 -3
  203. package/esm2022/lib/_messages/get-login-status.service.mjs +0 -26
  204. package/esm2022/lib/_messages/oauth-response.service.mjs +0 -30
  205. package/esm2022/lib/_messages/reset-pconnect.service.mjs +0 -31
  206. package/lib/_messages/get-login-status.service.d.ts +0 -10
  207. package/lib/_messages/oauth-response.service.d.ts +0 -14
  208. package/lib/_messages/reset-pconnect.service.d.ts +0 -15
@@ -9,7 +9,7 @@ export declare class MaterialCaseSummaryComponent implements OnInit, OnChanges {
9
9
  secondaryFields$: any[];
10
10
  primaryFieldsWithStatus$: any[];
11
11
  constructor(utils: Utils);
12
- localizedVal: (localeKey: any, localePath: any, localeRuleKey?: string | undefined) => any;
12
+ localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
13
13
  localeCategory: string;
14
14
  ngOnInit(): void;
15
15
  ngOnChanges(): void;
@@ -5,7 +5,7 @@ export declare class MaterialDetailsFieldsComponent {
5
5
  constructor(utils: Utils);
6
6
  arFields$: any[];
7
7
  arHighlightedFields: any[];
8
- _getValue(configValue: any): any;
8
+ _getValue(configValue: any, field?: any): any;
9
9
  _formatDate(dateValue: string, dateFormat: string): string;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDetailsFieldsComponent, never>;
11
11
  static ɵcmp: i0.ɵɵComponentDeclaration<MaterialDetailsFieldsComponent, "app-material-details-fields", never, { "arFields$": { "alias": "arFields$"; "required": false; }; "arHighlightedFields": { "alias": "arHighlightedFields"; "required": false; }; }, {}, never, never, true, never>;
@@ -7,8 +7,8 @@ interface PulseProps {
7
7
  export declare class PulseComponent implements OnInit {
8
8
  pConn$: typeof PConnect;
9
9
  configProps$: PulseProps;
10
- currentUser$: string;
11
- currentUserInitials$: string;
10
+ currentUser$: string | undefined;
11
+ currentUserInitials$: string | undefined;
12
12
  ngOnInit(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<PulseComponent, never>;
14
14
  static ɵcmp: i0.ɵɵComponentDeclaration<PulseComponent, "app-pulse", never, { "pConn$": { "alias": "pConn$"; "required": false; }; }, {}, never, never, true, never>;
@@ -1,7 +1,6 @@
1
1
  /// <reference types="pcore-pconnect-typedefs" />
2
2
  import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
3
3
  import { FormControl, FormGroup } from '@angular/forms';
4
- import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
5
4
  import { Observable } from 'rxjs';
6
5
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
7
6
  import { Utils } from '../../../_helpers/utils';
@@ -48,6 +47,8 @@ export declare class AutoCompleteComponent implements OnInit, OnDestroy {
48
47
  hideLabel: boolean;
49
48
  filteredOptions: Observable<any[]>;
50
49
  filterValue: string;
50
+ actionsApi: Object;
51
+ propName: string;
51
52
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils, dataPageService: DatapageService);
52
53
  ngOnInit(): Promise<void>;
53
54
  ngOnDestroy(): void;
@@ -65,7 +66,7 @@ export declare class AutoCompleteComponent implements OnInit, OnDestroy {
65
66
  getDisplayFieldsMetaData(columnList: any): any;
66
67
  preProcessColumns(columnList: any): any;
67
68
  fieldOnChange(event: Event): void;
68
- optionChanged(event: MatAutocompleteSelectedEvent): void;
69
+ optionChanged(event: any): void;
69
70
  fieldOnBlur(event: Event): void;
70
71
  getErrorMessage(): string;
71
72
  static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteComponent, never>;
@@ -51,8 +51,8 @@ export declare class CheckBoxComponent implements OnInit, OnDestroy {
51
51
  selectedvalues: any;
52
52
  referenceList: string;
53
53
  listOfCheckboxes: any[];
54
- actionsApi: any;
55
- propName: any;
54
+ actionsApi: Object;
55
+ propName: string;
56
56
  fieldControl: FormControl<string | null>;
57
57
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
58
58
  ngOnInit(): void;
@@ -8,6 +8,7 @@ import * as i0 from "@angular/core";
8
8
  interface CurrrencyProps extends PConnFieldProps {
9
9
  currencyISOCode?: string;
10
10
  allowDecimals: boolean;
11
+ formatter?: string;
11
12
  }
12
13
  export declare class CurrencyComponent implements OnInit, OnDestroy {
13
14
  private angularPConnect;
@@ -33,11 +34,13 @@ export declare class CurrencyComponent implements OnInit, OnDestroy {
33
34
  currencyISOCode: string;
34
35
  currencyOptions: Object;
35
36
  fieldControl: FormControl<number | null>;
36
- currSym: string;
37
- currSep: string;
38
- currDec: string;
37
+ currencySymbol: string;
38
+ thousandSeparator: string;
39
+ decimalSeparator: string;
39
40
  inputMode: any;
40
41
  decimalPrecision: number | undefined;
42
+ formattedValue: string;
43
+ formatter: any;
41
44
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
42
45
  ngOnInit(): void;
43
46
  ngOnDestroy(): void;
@@ -8,15 +8,20 @@ import * as i0 from "@angular/core";
8
8
  interface DateProps extends PConnFieldProps {
9
9
  }
10
10
  declare class MyFormat {
11
- theDateFormat: any;
11
+ theDateFormat: {
12
+ dateFormatString: string;
13
+ dateFormatStringLong: string;
14
+ dateFormatStringLC: string;
15
+ dateFormatMask: string;
16
+ };
12
17
  get display(): {
13
- dateInput: any;
18
+ dateInput: string;
14
19
  monthYearLabel: string;
15
20
  dateA11yLabel: string;
16
21
  monthYearA11yLabel: string;
17
22
  };
18
23
  get parse(): {
19
- dateInput: any;
24
+ dateInput: string;
20
25
  };
21
26
  }
22
27
  export declare class DateComponent implements OnInit, OnDestroy {
@@ -48,7 +53,15 @@ export declare class DateComponent implements OnInit, OnDestroy {
48
53
  dateFormatStringLC: string;
49
54
  dateFormatMask: string;
50
55
  };
51
- theDateFormat: any;
56
+ theDateFormat: {
57
+ dateFormatString: string;
58
+ dateFormatStringLong: string;
59
+ dateFormatStringLC: string;
60
+ dateFormatMask: string;
61
+ };
62
+ actionsApi: Object;
63
+ propName: string;
64
+ formattedValue$: any;
52
65
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils, config: MyFormat);
53
66
  ngOnInit(): void;
54
67
  ngOnDestroy(): void;
@@ -56,10 +69,8 @@ export declare class DateComponent implements OnInit, OnDestroy {
56
69
  checkAndUpdate(): void;
57
70
  updateSelf(): void;
58
71
  fieldOnDateChange(event: any): void;
59
- fieldOnBlur(event: any): void;
60
72
  hasErrors(): boolean;
61
73
  getErrorMessage(): string;
62
- getFormattedValue(): string;
63
74
  static ɵfac: i0.ɵɵFactoryDeclaration<DateComponent, never>;
64
75
  static ɵcmp: i0.ɵɵComponentDeclaration<DateComponent, "app-date", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
65
76
  }
@@ -38,8 +38,16 @@ export declare class DateTimeComponent implements OnInit, OnDestroy {
38
38
  dateFormatStringLC: string;
39
39
  dateFormatMask: string;
40
40
  };
41
- theDateFormat: any;
41
+ theDateFormat: {
42
+ dateFormatString: string;
43
+ dateFormatStringLong: string;
44
+ dateFormatStringLC: string;
45
+ dateFormatMask: string;
46
+ };
42
47
  placeholder: string;
48
+ actionsApi: Object;
49
+ propName: string;
50
+ formattedValue$: any;
43
51
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
44
52
  ngOnInit(): void;
45
53
  ngOnDestroy(): void;
@@ -47,7 +55,6 @@ export declare class DateTimeComponent implements OnInit, OnDestroy {
47
55
  checkAndUpdate(): void;
48
56
  updateSelf(): void;
49
57
  fieldOnDateChange(event: any): void;
50
- fieldOnBlur(event: any): void;
51
58
  getErrorMessage(): string;
52
59
  static ɵfac: i0.ɵɵFactoryDeclaration<DateTimeComponent, never>;
53
60
  static ɵcmp: i0.ɵɵComponentDeclaration<DateTimeComponent, "app-date-time", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
@@ -33,9 +33,9 @@ export declare class DecimalComponent implements OnInit, OnDestroy {
33
33
  helperText: string;
34
34
  placeholder: string;
35
35
  fieldControl: FormControl<number | null>;
36
- currDec: string;
37
- currSep: string;
38
- currSym: string;
36
+ decimalSeparator: string;
37
+ thousandSeparator: string;
38
+ currencySymbol: string;
39
39
  decimalPrecision: number | undefined;
40
40
  formatter: any;
41
41
  formattedValue: any;
@@ -2,6 +2,7 @@
2
2
  import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
3
3
  import { FormControl, FormGroup } from '@angular/forms';
4
4
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
5
+ import { DatapageService } from '../../../_services/datapage.service';
5
6
  import { Utils } from '../../../_helpers/utils';
6
7
  import { PConnFieldProps } from '../../../_types/PConnProps.interface';
7
8
  import * as i0 from "@angular/core";
@@ -13,11 +14,17 @@ interface DropdownProps extends PConnFieldProps {
13
14
  datasource?: any[];
14
15
  onRecordChange?: any;
15
16
  fieldMetadata?: any;
17
+ listType?: string;
18
+ columns?: any[];
19
+ deferDatasource?: boolean;
20
+ datasourceMetadata?: any;
21
+ parameters?: any;
16
22
  }
17
23
  export declare class DropdownComponent implements OnInit, OnDestroy {
18
24
  private angularPConnect;
19
25
  private cdRef;
20
26
  private utils;
27
+ private dataPageService;
21
28
  pConn$: typeof PConnect;
22
29
  formGroup$: FormGroup;
23
30
  angularPConnectData: AngularPConnectData;
@@ -36,6 +43,7 @@ export declare class DropdownComponent implements OnInit, OnDestroy {
36
43
  testId: string;
37
44
  helperText: string;
38
45
  hideLabel: any;
46
+ theDatasource: any[] | null;
39
47
  fieldControl: FormControl<string | null>;
40
48
  fieldMetadata: any[];
41
49
  localeContext: string;
@@ -43,15 +51,18 @@ export declare class DropdownComponent implements OnInit, OnDestroy {
43
51
  localeName: string;
44
52
  localePath: string;
45
53
  localizedValue: string;
46
- constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
54
+ actionsApi: Object;
55
+ propName: string;
56
+ constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils, dataPageService: DatapageService);
47
57
  ngOnInit(): void;
48
58
  ngOnDestroy(): void;
49
59
  onStateChange(): void;
50
60
  checkAndUpdate(): void;
51
61
  updateSelf(): void;
62
+ getDatapageData(): void;
63
+ getData(dataSource: any, parameters: any, columns: any, context: any, listType: any): void;
52
64
  isSelected(buttonValue: string): boolean;
53
65
  fieldOnChange(event: any): void;
54
- fieldOnBlur(event: any): void;
55
66
  getLocalizedOptionValue(opt: IOption): string;
56
67
  getErrorMessage(): string;
57
68
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
@@ -29,6 +29,8 @@ export declare class EmailComponent implements OnInit, OnDestroy {
29
29
  helperText: string;
30
30
  placeholder: string;
31
31
  fieldControl: FormControl<string | null>;
32
+ actionsApi: Object;
33
+ propName: string;
32
34
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
33
35
  ngOnInit(): void;
34
36
  ngOnDestroy(): void;
@@ -29,13 +29,15 @@ export declare class IntegerComponent implements OnInit, OnDestroy {
29
29
  helperText: string;
30
30
  placeholder: string;
31
31
  fieldControl: FormControl<number | null>;
32
+ actionsApi: Object;
33
+ propName: string;
32
34
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
33
35
  ngOnInit(): void;
34
36
  ngOnDestroy(): void;
35
37
  onStateChange(): void;
36
38
  checkAndUpdate(): void;
37
39
  updateSelf(): void;
38
- fieldOnChange(event: any): void;
40
+ fieldOnChange(): void;
39
41
  fieldOnBlur(event: any): void;
40
42
  getErrorMessage(): string;
41
43
  static ɵfac: i0.ɵɵFactoryDeclaration<IntegerComponent, never>;
@@ -5,7 +5,7 @@ export declare class ListViewActionButtonsComponent {
5
5
  pConn$: typeof PConnect;
6
6
  context$: string;
7
7
  closeActionsDialog: EventEmitter<any>;
8
- localizedVal: (localeKey: any, localePath: any, localeRuleKey?: string | undefined) => any;
8
+ localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
9
9
  localeCategory: string;
10
10
  isDisabled: boolean;
11
11
  onCancel(): void;
@@ -1,7 +1,6 @@
1
1
  /// <reference types="pcore-pconnect-typedefs" />
2
2
  import { OnDestroy, OnInit } from '@angular/core';
3
3
  import { FormControl, FormGroup } from '@angular/forms';
4
- import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
5
4
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
6
5
  import { Utils } from '../../../_helpers/utils';
7
6
  import * as i0 from "@angular/core";
@@ -44,6 +43,8 @@ export declare class MultiselectComponent implements OnInit, OnDestroy {
44
43
  dataApiObj: any;
45
44
  itemsTree: any[];
46
45
  trigger: any;
46
+ actionsApi: Object;
47
+ propName: string;
47
48
  constructor(angularPConnect: AngularPConnectService, utils: Utils);
48
49
  ngOnInit(): void;
49
50
  ngOnDestroy(): void;
@@ -53,7 +54,7 @@ export declare class MultiselectComponent implements OnInit, OnDestroy {
53
54
  setPropertyValuesFromProps(): void;
54
55
  getCaseListBasedOnParams(searchText: any, group: any, selectedRows: any, currentItemsTree: any, isTriggeredFromSearch?: boolean): void;
55
56
  fieldOnChange(event: Event): void;
56
- optionChanged(event: MatAutocompleteSelectedEvent): void;
57
+ optionChanged(event: any): void;
57
58
  optionClicked: (event: Event, data: any) => void;
58
59
  toggleSelection: (data: any) => void;
59
60
  removeChip: (data: any) => void;
@@ -8,6 +8,7 @@ import * as i0 from "@angular/core";
8
8
  interface PercentageProps extends PConnFieldProps {
9
9
  showGroupSeparators?: string;
10
10
  decimalPrecision?: number;
11
+ currencyISOCode?: string;
11
12
  }
12
13
  export declare class PercentageComponent implements OnInit, OnDestroy {
13
14
  private angularPConnect;
@@ -30,18 +31,21 @@ export declare class PercentageComponent implements OnInit, OnDestroy {
30
31
  testId: string;
31
32
  helperText: string;
32
33
  placeholder: string;
33
- currDec: string;
34
- currSep: string;
34
+ decimalSeparator: string;
35
+ thousandSeparator: string;
35
36
  inputMode: any;
36
37
  decimalPrecision: number | undefined;
37
38
  fieldControl: FormControl<number | null>;
39
+ actionsApi: Object;
40
+ propName: string;
41
+ formattedValue: string;
38
42
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
39
43
  ngOnInit(): void;
40
44
  ngOnDestroy(): void;
41
45
  onStateChange(): void;
42
46
  checkAndUpdate(): void;
43
47
  updateSelf(): void;
44
- fieldOnChange(event: any): void;
48
+ fieldOnChange(): void;
45
49
  fieldOnBlur(event: any): void;
46
50
  getErrorMessage(): string;
47
51
  static ɵfac: i0.ɵɵFactoryDeclaration<PercentageComponent, never>;
@@ -33,14 +33,16 @@ export declare class PhoneComponent implements OnInit, OnDestroy {
33
33
  phoneForm: FormGroup<{
34
34
  phone: FormControl<string | null>;
35
35
  }>;
36
+ actionsApi: Object;
37
+ propName: string;
36
38
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
37
39
  ngOnInit(): void;
38
40
  ngOnDestroy(): void;
39
41
  onStateChange(): void;
40
42
  checkAndUpdate(): void;
41
43
  updateSelf(): void;
44
+ fieldOnBlur(): void;
42
45
  fieldOnChange(): void;
43
- fieldOnBlur(event: any): void;
44
46
  getErrorMessage(): string;
45
47
  static ɵfac: i0.ɵɵFactoryDeclaration<PhoneComponent, never>;
46
48
  static ɵcmp: i0.ɵɵComponentDeclaration<PhoneComponent, "app-phone", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
@@ -43,6 +43,8 @@ export declare class RadioButtonsComponent implements OnInit, OnDestroy {
43
43
  localeName: string;
44
44
  localePath: string;
45
45
  localizedValue: string;
46
+ actionsApi: Object;
47
+ propName: string;
46
48
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
47
49
  ngOnInit(): void;
48
50
  ngOnDestroy(): void;
@@ -51,7 +53,6 @@ export declare class RadioButtonsComponent implements OnInit, OnDestroy {
51
53
  updateSelf(): void;
52
54
  isSelected(buttonValue: string): boolean;
53
55
  fieldOnChange(event: any): void;
54
- fieldOnBlur(event: any): void;
55
56
  getLocalizedOptionValue(opt: IOption): string;
56
57
  getErrorMessage(): string;
57
58
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonsComponent, never>;
@@ -28,6 +28,8 @@ export declare class RichTextComponent implements OnInit, OnDestroy {
28
28
  info: any;
29
29
  error: boolean;
30
30
  status: any;
31
+ actionsApi: Object;
32
+ propName: string;
31
33
  constructor(angularPConnect: AngularPConnectService, utils: Utils);
32
34
  ngOnInit(): void;
33
35
  ngOnDestroy(): void;
@@ -1,5 +1,6 @@
1
1
  /// <reference types="pcore-pconnect-typedefs" />
2
2
  import { OnInit, OnDestroy } from '@angular/core';
3
+ import { FormGroup } from '@angular/forms';
3
4
  import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
4
5
  import { Utils } from '../../../_helpers/utils';
5
6
  import { PConnFieldProps } from '../../../_types/PConnProps.interface';
@@ -10,6 +11,7 @@ export declare class TextComponent implements OnInit, OnDestroy {
10
11
  private angularPConnect;
11
12
  private utils;
12
13
  pConn$: typeof PConnect;
14
+ formGroup$: FormGroup;
13
15
  formatAs$: string;
14
16
  angularPConnectData: AngularPConnectData;
15
17
  configProps$: TextProps;
@@ -35,6 +37,6 @@ export declare class TextComponent implements OnInit, OnDestroy {
35
37
  generateDate(sVal: any): string;
36
38
  generateDateTime(sVal: any): string;
37
39
  static ɵfac: i0.ɵɵFactoryDeclaration<TextComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "app-text", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formatAs$": { "alias": "formatAs$"; "required": false; }; }, {}, never, never, true, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "app-text", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "formatAs$": { "alias": "formatAs$"; "required": false; }; }, {}, never, never, true, never>;
39
41
  }
40
42
  export {};
@@ -30,13 +30,15 @@ export declare class TextAreaComponent implements OnInit, OnDestroy {
30
30
  testId: string;
31
31
  helperText: string;
32
32
  fieldControl: FormControl<string | null>;
33
+ actionsApi: Object;
34
+ propName: string;
33
35
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
34
36
  ngOnInit(): void;
35
37
  ngOnDestroy(): void;
36
38
  onStateChange(): void;
37
39
  checkAndUpdate(): void;
38
40
  updateSelf(): void;
39
- fieldOnChange(event: any): void;
41
+ fieldOnChange(): void;
40
42
  fieldOnBlur(event: any): void;
41
43
  getErrorMessage(): string;
42
44
  static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaComponent, never>;
@@ -30,13 +30,15 @@ export declare class TextInputComponent implements OnInit, OnDestroy {
30
30
  helperText: string;
31
31
  placeholder: string;
32
32
  fieldControl: FormControl<string | null>;
33
+ actionsApi: Object;
34
+ propName: string;
33
35
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
34
36
  ngOnInit(): void;
35
37
  ngOnDestroy(): void;
36
38
  onStateChange(): void;
37
39
  checkAndUpdate(): void;
38
40
  updateSelf(): void;
39
- fieldOnChange(event: any): void;
41
+ fieldOnChange(): void;
40
42
  fieldOnBlur(event: any): void;
41
43
  getErrorMessage(): string;
42
44
  static ɵfac: i0.ɵɵFactoryDeclaration<TextInputComponent, never>;
@@ -29,13 +29,16 @@ export declare class TimeComponent implements OnInit, OnDestroy {
29
29
  helperText: string;
30
30
  placeholder: string;
31
31
  fieldControl: FormControl<string | null>;
32
+ actionsApi: Object;
33
+ propName: string;
34
+ formattedValue$: any;
32
35
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
33
36
  ngOnInit(): void;
34
37
  ngOnDestroy(): void;
35
38
  onStateChange(): void;
36
39
  checkAndUpdate(): void;
37
40
  updateSelf(): void;
38
- fieldOnChange(event: any): void;
41
+ fieldOnChange(): void;
39
42
  fieldOnBlur(event: any): void;
40
43
  getErrorMessage(): string;
41
44
  static ɵfac: i0.ɵɵFactoryDeclaration<TimeComponent, never>;
@@ -29,13 +29,15 @@ export declare class UrlComponent implements OnInit, OnDestroy {
29
29
  helperText: string;
30
30
  placeholder: string;
31
31
  fieldControl: FormControl<string | null>;
32
+ actionsApi: Object;
33
+ propName: string;
32
34
  constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
33
35
  ngOnInit(): void;
34
36
  ngOnDestroy(): void;
35
37
  onStateChange(): void;
36
38
  checkAndUpdate(): void;
37
39
  updateSelf(): void;
38
- fieldOnChange(event: any): void;
40
+ fieldOnChange(): void;
39
41
  fieldOnBlur(event: any): void;
40
42
  getErrorMessage(): string;
41
43
  static ɵfac: i0.ɵɵFactoryDeclaration<UrlComponent, never>;
@@ -28,15 +28,22 @@ export declare class UserReferenceComponent implements OnInit, OnDestroy {
28
28
  filteredOptions: Observable<any[]>;
29
29
  filterValue: string;
30
30
  fieldControl: FormControl<string | null>;
31
+ actionsApi: Object;
32
+ propName: string;
33
+ onRecordChange: any;
31
34
  constructor(angularPConnect: AngularPConnectService, utils: Utils);
32
35
  ngOnInit(): Promise<void>;
33
36
  ngOnDestroy(): void;
34
37
  get type(): string;
35
38
  onStateChange(): Promise<void>;
36
39
  private _filter;
40
+ isUserNameAvailable: (user: any) => any;
41
+ getUserName: (user: any) => any;
42
+ getValue: (user: any) => any;
37
43
  checkAndUpdate(): Promise<void>;
38
44
  updateSelf(): Promise<void>;
39
45
  fieldOnChange(event: any): void;
46
+ optionChanged(event: any): void;
40
47
  fieldOnBlur(event: any): void;
41
48
  getErrorMessage(): string;
42
49
  static ɵfac: i0.ɵɵFactoryDeclaration<UserReferenceComponent, never>;
@@ -0,0 +1,2 @@
1
+ export declare const addContainerItem: (pConnect: any) => void;
2
+ export declare const configureBrowserBookmark: (pConnect: any) => void;
@@ -4,7 +4,7 @@ export declare class ActionButtonsComponent {
4
4
  arMainButtons$: any[];
5
5
  arSecondaryButtons$: any[];
6
6
  actionButtonClick: EventEmitter<any>;
7
- localizedVal: (localeKey: any, localePath: any, localeRuleKey?: string | undefined) => any;
7
+ localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
8
8
  localeCategory: string;
9
9
  buttonClick(sAction: any, sButtonType: any): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionButtonsComponent, never>;
@@ -35,8 +35,8 @@ export declare class DeferLoadComponent implements OnInit, OnDestroy, OnChanges
35
35
  getViewOptions: () => {
36
36
  viewContext: any;
37
37
  pageClass: any;
38
- container: string | null;
39
- containerName: string | null;
38
+ container: string | undefined;
39
+ containerName: string | undefined;
40
40
  updateData: boolean;
41
41
  };
42
42
  onResponse(data: any): void;
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class ErrorBoundaryComponent {
3
3
  message: string;
4
- localizedVal: any;
4
+ localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => 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>;
@@ -22,10 +22,10 @@ export declare class NavbarComponent implements OnInit, OnDestroy {
22
22
  navPages$: any[];
23
23
  navExpandCollapse$: string;
24
24
  bShowCaseTypes$: boolean;
25
- portalApp$: string;
25
+ portalApp$: string | undefined;
26
26
  portalLogoImage$: string;
27
27
  showAppName$?: boolean;
28
- portalOperator$: string;
28
+ portalOperator$: string | undefined;
29
29
  portalOperatorInitials$: string;
30
30
  actionsAPI: any;
31
31
  createWork: any;
@@ -18,6 +18,7 @@ export declare class ViewComponent implements OnInit, OnDestroy, OnChanges {
18
18
  formGroup$: FormGroup;
19
19
  displayOnlyFA$: boolean;
20
20
  angularPConnectData: AngularPConnectData;
21
+ noHeaderTemplates: string[];
21
22
  configProps$: ViewProps;
22
23
  inheritedProps$: any;
23
24
  arChildren$: any[];
@@ -0,0 +1,22 @@
1
+ /// <reference types="pcore-pconnect-typedefs" />
2
+ import { OnInit, OnDestroy, Injector } from '@angular/core';
3
+ import { AngularPConnectData } from '../../../_bridge/angular-pconnect';
4
+ import * as i0 from "@angular/core";
5
+ export declare class DetailsTemplateBase implements OnInit, OnDestroy {
6
+ pConn$: typeof PConnect;
7
+ protected angularPConnectData: AngularPConnectData;
8
+ protected angularPConnect: any;
9
+ childrenMetadataOld: any;
10
+ constructor(injector: Injector);
11
+ ngOnInit(): void;
12
+ ngOnDestroy(): void;
13
+ onStateChange(): void;
14
+ checkAndUpdate(): void;
15
+ updateSelf(): void;
16
+ hasRawMetadataChanged(): boolean;
17
+ fetchChildrenMetadata(): {
18
+ [key: string]: any;
19
+ }[];
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<DetailsTemplateBase, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DetailsTemplateBase, never, never, { "pConn$": { "alias": "pConn$"; "required": false; }; }, {}, never, never, false, never>;
22
+ }
@@ -0,0 +1,8 @@
1
+ import { OnDestroy } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FormTemplateBase implements OnDestroy {
4
+ pConn$: any;
5
+ ngOnDestroy(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormTemplateBase, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormTemplateBase, never, never, {}, {}, never, never, false, never>;
8
+ }
@@ -15,7 +15,6 @@ export declare class CaseViewComponent implements OnInit, OnDestroy {
15
15
  private utils;
16
16
  pConn$: typeof PConnect;
17
17
  formGroup$: FormGroup;
18
- displayOnlyFA$: boolean;
19
18
  angularPConnectData: AngularPConnectData;
20
19
  configProps$: CaseViewProps;
21
20
  arChildren$: any[];
@@ -51,6 +50,6 @@ export declare class CaseViewComponent implements OnInit, OnDestroy {
51
50
  _menuActionClick(data: any): void;
52
51
  _menuProcessClick(data: any): void;
53
52
  static ɵfac: i0.ɵɵFactoryDeclaration<CaseViewComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<CaseViewComponent, "app-case-view", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "displayOnlyFA$": { "alias": "displayOnlyFA$"; "required": false; }; }, {}, never, never, true, never>;
53
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaseViewComponent, "app-case-view", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
55
54
  }
56
55
  export {};
@@ -2,18 +2,15 @@
2
2
  import { OnInit } from '@angular/core';
3
3
  import { FormGroup } from '@angular/forms';
4
4
  import { TemplateUtils } from '../../../_helpers/template-utils';
5
+ import { FormTemplateBase } from '../base/form-template-base';
5
6
  import * as i0 from "@angular/core";
6
- export declare class DefaultFormComponent implements OnInit {
7
+ export declare class DefaultFormComponent extends FormTemplateBase implements OnInit {
7
8
  private templateUtils;
8
9
  pConn$: typeof PConnect;
9
10
  formGroup$: FormGroup;
10
11
  arChildren$: any[];
11
12
  divClass$: string;
12
- template: any;
13
- showLabel: any;
14
- label: any;
15
13
  instructions: string;
16
- NO_HEADER_TEMPLATES: string[];
17
14
  constructor(templateUtils: TemplateUtils);
18
15
  ngOnInit(): void;
19
16
  static ɵfac: i0.ɵɵFactoryDeclaration<DefaultFormComponent, never>;