@pega/angular-sdk-components 0.24.9 → 0.25.2
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.
- package/fesm2022/pega-angular-sdk-components.mjs +6103 -4676
- package/fesm2022/pega-angular-sdk-components.mjs.map +1 -1
- package/lib/_bridge/angular-pconnect.d.ts +1 -1
- package/lib/_bridge/component-mapper/component-mapper.component.d.ts +1 -1
- package/lib/_bridge/helpers/sdk-pega-component-map.d.ts +18 -0
- package/lib/_components/designSystemExtension/banner/banner.component.d.ts +0 -1
- package/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.d.ts +0 -1
- package/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.d.ts +1 -1
- package/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.d.ts +2 -1
- package/lib/_components/designSystemExtension/operator/operator.component.d.ts +2 -3
- package/lib/_components/designSystemExtension/pulse/pulse.component.d.ts +2 -3
- package/lib/_components/field/auto-complete/auto-complete.component.d.ts +15 -38
- package/lib/_components/field/cancel-alert/cancel-alert.component.d.ts +7 -6
- package/lib/_components/field/check-box/check-box.component.d.ts +10 -33
- package/lib/_components/field/currency/currency.component.d.ts +25 -38
- package/lib/_components/field/date/date.component.d.ts +9 -49
- package/lib/_components/field/date-time/date-time.component.d.ts +11 -34
- package/lib/_components/field/decimal/decimal.component.d.ts +20 -35
- package/lib/_components/field/dropdown/dropdown.component.d.ts +22 -35
- package/lib/_components/field/email/email.component.d.ts +7 -33
- package/lib/_components/field/field.base.d.ts +57 -0
- package/lib/_components/field/group/group.component.d.ts +5 -3
- package/lib/_components/field/integer/integer.component.d.ts +7 -32
- package/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.d.ts +1 -2
- package/lib/_components/field/location/location.component.d.ts +71 -0
- package/lib/_components/field/multiselect/multiselect.component.d.ts +8 -39
- package/lib/_components/field/object-reference/object-reference.component.d.ts +45 -0
- package/lib/_components/field/percentage/percentage.component.d.ts +22 -36
- package/lib/_components/field/phone/phone.component.d.ts +9 -37
- package/lib/_components/field/radio-buttons/radio-buttons.component.d.ts +13 -33
- package/lib/_components/field/rich-text/rich-text.component.d.ts +7 -29
- package/lib/_components/field/scalar-list/scalar-list.component.d.ts +6 -22
- package/lib/_components/field/selectable-card/selectable-card.component.d.ts +62 -0
- package/lib/_components/field/semantic-link/semantic-link.component.d.ts +21 -1
- package/lib/_components/field/text/text.component.d.ts +3 -2
- package/lib/_components/field/text-area/text-area.component.d.ts +6 -32
- package/lib/_components/field/text-content/text-content.component.d.ts +0 -1
- package/lib/_components/field/text-input/text-input.component.d.ts +6 -33
- package/lib/_components/field/time/time.component.d.ts +7 -33
- package/lib/_components/field/url/url.component.d.ts +6 -33
- package/lib/_components/field/user-reference/user-reference.component.d.ts +7 -1
- package/lib/_components/infra/Containers/flow-container/flow-container.component.d.ts +0 -2
- package/lib/_components/infra/Containers/flow-container/helpers.d.ts +1 -0
- package/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.d.ts +0 -1
- package/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.d.ts +5 -10
- package/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.d.ts +0 -1
- package/lib/_components/infra/Containers/view-container/helper.d.ts +2 -0
- package/lib/_components/infra/Containers/view-container/view-container.component.d.ts +0 -1
- package/lib/_components/infra/action-buttons/action-buttons.component.d.ts +1 -1
- package/lib/_components/infra/assignment/assignment.component.d.ts +8 -6
- package/lib/_components/infra/assignment-card/assignment-card.component.d.ts +3 -3
- package/lib/_components/infra/dashboard-filter/dashboard-filter.component.d.ts +0 -1
- package/lib/_components/infra/defer-load/defer-load.component.d.ts +9 -9
- package/lib/_components/infra/error-boundary/error-boundary.component.d.ts +1 -1
- package/lib/_components/infra/multi-step/multi-step.component.d.ts +0 -1
- package/lib/_components/infra/navbar/navbar.component.d.ts +2 -4
- package/lib/_components/infra/reference/reference.component.d.ts +23 -3
- package/lib/_components/infra/region/region.component.d.ts +0 -1
- package/lib/_components/infra/root-container/root-container.component.d.ts +3 -2
- package/lib/_components/infra/stages/stages.component.d.ts +2 -2
- package/lib/_components/infra/view/view.component.d.ts +1 -1
- package/lib/_components/template/advanced-search/advanced-search.component.d.ts +21 -0
- package/lib/_components/template/advanced-search/search-group/persist-utils.d.ts +23 -0
- package/lib/_components/template/advanced-search/search-groups/search-groups.component.d.ts +47 -0
- package/lib/_components/template/advanced-search/search-groups/utils.d.ts +15 -0
- package/lib/_components/template/app-shell/app-shell.component.d.ts +6 -3
- package/lib/_components/template/banner-page/banner-page.component.d.ts +0 -1
- package/lib/_components/template/base/details-template-base.d.ts +21 -0
- package/lib/_components/template/base/form-template-base.d.ts +10 -0
- package/lib/_components/template/case-summary/case-summary.component.d.ts +3 -3
- package/lib/_components/template/case-view/case-view.component.d.ts +1 -3
- package/lib/_components/template/confirmation/confirmation.component.d.ts +0 -1
- package/lib/_components/template/data-reference/data-reference-advanced-search.service.d.ts +9 -0
- package/lib/_components/template/data-reference/data-reference.component.d.ts +27 -3
- package/lib/_components/template/data-reference/search-form/search-form.component.d.ts +39 -0
- package/lib/_components/template/data-reference/search-form/tabsData.d.ts +2 -0
- package/lib/_components/template/data-reference/utils.d.ts +14 -0
- package/lib/_components/template/default-form/default-form.component.d.ts +10 -8
- package/lib/_components/template/default-page/default-page.component.d.ts +29 -0
- package/lib/_components/template/details/details.component.d.ts +3 -12
- package/lib/_components/template/details-narrow-wide/details-narrow-wide.component.d.ts +3 -12
- package/lib/_components/template/details-one-column/details-one-column.component.d.ts +3 -14
- package/lib/_components/template/details-sub-tabs/details-sub-tabs.component.d.ts +3 -14
- package/lib/_components/template/details-three-column/details-three-column.component.d.ts +3 -14
- package/lib/_components/template/details-two-column/details-two-column.component.d.ts +3 -14
- package/lib/_components/template/details-wide-narrow/details-wide-narrow.component.d.ts +3 -14
- package/lib/_components/template/dynamic-tabs/dynamic-tabs.component.d.ts +1 -1
- package/lib/_components/template/field-group-template/field-group-template.component.d.ts +12 -9
- package/lib/_components/template/inline-dashboard/inline-dashboard.component.d.ts +0 -1
- package/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.d.ts +0 -1
- package/lib/_components/template/list-page/list-page.component.d.ts +0 -1
- package/lib/_components/template/list-view/list-view.component.d.ts +20 -5
- package/lib/_components/template/list-view/listViewHelpers.d.ts +1 -1
- package/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.d.ts +0 -1
- package/lib/_components/template/narrow-wide-form/narrow-wide-form.component.d.ts +0 -1
- package/lib/_components/template/object-page/object-page.component.d.ts +8 -0
- package/lib/_components/template/one-column/one-column.component.d.ts +2 -2
- package/lib/_components/template/one-column-page/one-column-page.component.d.ts +0 -1
- package/lib/_components/template/one-column-tab/one-column-tab.component.d.ts +0 -1
- package/lib/_components/template/page/page.component.d.ts +0 -1
- package/lib/_components/template/promoted-filters/promoted-filters.component.d.ts +0 -1
- package/lib/_components/template/repeating-structures/repeating-structures.component.d.ts +0 -1
- package/lib/_components/template/self-service-case-view/self-service-case-view.component.d.ts +59 -0
- package/lib/_components/template/simple-table/simple-table.component.d.ts +0 -1
- package/lib/_components/template/simple-table-manual/helpers.d.ts +19 -4
- package/lib/_components/template/simple-table-manual/simple-table-manual.component.d.ts +11 -4
- package/lib/_components/template/simple-table-select/simple-table-select.component.d.ts +0 -1
- package/lib/_components/template/single-reference-readonly/single-reference-readonly.component.d.ts +18 -3
- package/lib/_components/template/sub-tabs/sub-tabs.component.d.ts +0 -1
- package/lib/_components/template/three-column/three-column.component.d.ts +2 -2
- package/lib/_components/template/three-column-page/three-column-page.component.d.ts +0 -1
- package/lib/_components/template/two-column/two-column.component.d.ts +2 -2
- package/lib/_components/template/two-column-page/two-column-page.component.d.ts +0 -1
- package/lib/_components/template/two-column-tab/two-column-tab.component.d.ts +0 -1
- package/lib/_components/template/utils.d.ts +11 -0
- package/lib/_components/template/wide-narrow-form/wide-narrow-form.component.d.ts +2 -2
- package/lib/_components/template/wide-narrow-page/wide-narrow-page.component.d.ts +1 -2
- package/lib/_components/template/wss-nav-bar/wss-nav-bar.component.d.ts +4 -7
- package/lib/_components/widget/app-announcement/app-announcement.component.d.ts +0 -1
- package/lib/_components/widget/attachment/Attachment.types.d.ts +87 -0
- package/lib/_components/widget/attachment/AttachmentUtils.d.ts +17 -0
- package/lib/_components/widget/attachment/attachment.component.d.ts +20 -36
- package/lib/_components/widget/case-history/case-history.component.d.ts +0 -1
- package/lib/_components/widget/feed-container/feed-container.component.d.ts +4 -5
- package/lib/_components/widget/file-utility/file-utility.component.d.ts +1 -2
- package/lib/_components/widget/quick-create/quick-create.component.d.ts +0 -1
- package/lib/_components/widget/todo/todo.component.d.ts +13 -15
- package/lib/_components/widget/utility/utility.component.d.ts +0 -1
- package/lib/_helpers/common.d.ts +1 -1
- package/lib/_helpers/createstage-utils.d.ts +1 -0
- package/lib/_helpers/field-group-utils.d.ts +1 -3
- package/lib/_helpers/filter-utils.d.ts +1 -3
- package/lib/_helpers/formatters/boolean.d.ts +1 -2
- package/lib/_helpers/formatters/common.d.ts +2 -2
- package/lib/_helpers/formatters/currency.d.ts +1 -2
- package/lib/_helpers/formatters/date.d.ts +1 -2
- package/lib/_helpers/formatters/index.d.ts +1 -2
- package/lib/_helpers/objectReference-utils.d.ts +6 -0
- package/lib/_helpers/semanticLink-utils.d.ts +9 -0
- package/lib/_helpers/tab-utils.d.ts +4 -0
- package/lib/_helpers/utils.d.ts +13 -1
- package/lib/_messages/error-messages.service.d.ts +1 -1
- package/lib/_services/banner.service.d.ts +8 -0
- package/lib/_services/case.service.d.ts +1 -1
- package/lib/_services/datapage.service.d.ts +1 -1
- package/lib/_services/endpoints.d.ts +0 -1
- package/lib/_services/google-maps-loader.service.d.ts +7 -0
- package/lib/doc/KeyReleaseUpdates.md +35 -1
- package/package.json +20 -6
- package/public-api.d.ts +27 -11
- package/esm2022/lib/_bridge/angular-pconnect.mjs +0 -428
- package/esm2022/lib/_bridge/component-mapper/component-mapper.component.mjs +0 -114
- package/esm2022/lib/_bridge/helpers/sdk-pega-component-map.mjs +0 -239
- package/esm2022/lib/_bridge/helpers/sdk_component_map.mjs +0 -142
- package/esm2022/lib/_components/designSystemExtension/alert/alert.component.mjs +0 -50
- package/esm2022/lib/_components/designSystemExtension/alert-banner/alert-banner.component.mjs +0 -29
- package/esm2022/lib/_components/designSystemExtension/banner/banner.component.mjs +0 -31
- package/esm2022/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.mjs +0 -51
- package/esm2022/lib/_components/designSystemExtension/field-group/field-group.component.mjs +0 -31
- package/esm2022/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.mjs +0 -83
- package/esm2022/lib/_components/designSystemExtension/material-details/material-details.component.mjs +0 -37
- package/esm2022/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.mjs +0 -31
- package/esm2022/lib/_components/designSystemExtension/material-summary-item/material-summary-item.component.mjs +0 -36
- package/esm2022/lib/_components/designSystemExtension/material-summary-list/material-summary-list.component.mjs +0 -25
- package/esm2022/lib/_components/designSystemExtension/material-utility/material-utility.component.mjs +0 -28
- package/esm2022/lib/_components/designSystemExtension/material-vertical-tabs/material-vertical-tabs.component.mjs +0 -42
- package/esm2022/lib/_components/designSystemExtension/operator/operator.component.mjs +0 -143
- package/esm2022/lib/_components/designSystemExtension/pulse/pulse.component.mjs +0 -33
- package/esm2022/lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component.mjs +0 -93
- package/esm2022/lib/_components/designSystemExtension/wss-quick-create/wss-quick-create.component.mjs +0 -18
- package/esm2022/lib/_components/field/auto-complete/auto-complete.component.mjs +0 -286
- package/esm2022/lib/_components/field/cancel-alert/cancel-alert.component.mjs +0 -96
- package/esm2022/lib/_components/field/check-box/check-box.component.mjs +0 -223
- package/esm2022/lib/_components/field/currency/currency.component.mjs +0 -177
- package/esm2022/lib/_components/field/date/date.component.mjs +0 -225
- package/esm2022/lib/_components/field/date-time/date-time.component.mjs +0 -181
- package/esm2022/lib/_components/field/decimal/decimal.component.mjs +0 -185
- package/esm2022/lib/_components/field/dropdown/dropdown.component.mjs +0 -192
- package/esm2022/lib/_components/field/email/email.component.mjs +0 -150
- package/esm2022/lib/_components/field/group/group.component.mjs +0 -64
- package/esm2022/lib/_components/field/integer/integer.component.mjs +0 -155
- package/esm2022/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.mjs +0 -44
- package/esm2022/lib/_components/field/multiselect/multiselect.component.mjs +0 -307
- package/esm2022/lib/_components/field/multiselect/utils.mjs +0 -187
- package/esm2022/lib/_components/field/percentage/percentage.component.mjs +0 -174
- package/esm2022/lib/_components/field/phone/phone.component.mjs +0 -167
- package/esm2022/lib/_components/field/radio-buttons/radio-buttons.component.mjs +0 -184
- package/esm2022/lib/_components/field/rich-text/rich-text.component.mjs +0 -103
- package/esm2022/lib/_components/field/scalar-list/scalar-list.component.mjs +0 -96
- package/esm2022/lib/_components/field/semantic-link/semantic-link.component.mjs +0 -57
- package/esm2022/lib/_components/field/text/text.component.mjs +0 -138
- package/esm2022/lib/_components/field/text-area/text-area.component.mjs +0 -153
- package/esm2022/lib/_components/field/text-content/text-content.component.mjs +0 -69
- package/esm2022/lib/_components/field/text-input/text-input.component.mjs +0 -152
- package/esm2022/lib/_components/field/time/time.component.mjs +0 -153
- package/esm2022/lib/_components/field/url/url.component.mjs +0 -152
- package/esm2022/lib/_components/field/user-reference/user-reference.component.mjs +0 -187
- package/esm2022/lib/_components/infra/Containers/base-components/flow-container-base.component.mjs +0 -18
- package/esm2022/lib/_components/infra/Containers/base-components/helper.mjs +0 -71
- package/esm2022/lib/_components/infra/Containers/flow-container/flow-container.component.mjs +0 -487
- package/esm2022/lib/_components/infra/Containers/flow-container/helpers.mjs +0 -68
- package/esm2022/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.mjs +0 -24
- package/esm2022/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.mjs +0 -342
- package/esm2022/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.mjs +0 -32
- package/esm2022/lib/_components/infra/Containers/view-container/view-container.component.mjs +0 -218
- package/esm2022/lib/_components/infra/action-buttons/action-buttons.component.mjs +0 -31
- package/esm2022/lib/_components/infra/assignment/assignment.component.mjs +0 -383
- package/esm2022/lib/_components/infra/assignment-card/assignment-card.component.mjs +0 -47
- package/esm2022/lib/_components/infra/dashboard-filter/dashboard-filter.component.mjs +0 -87
- package/esm2022/lib/_components/infra/defer-load/defer-load.component.mjs +0 -141
- package/esm2022/lib/_components/infra/error-boundary/error-boundary.component.mjs +0 -18
- package/esm2022/lib/_components/infra/multi-step/multi-step.component.mjs +0 -80
- package/esm2022/lib/_components/infra/navbar/navbar.component.mjs +0 -136
- package/esm2022/lib/_components/infra/reference/reference.component.mjs +0 -133
- package/esm2022/lib/_components/infra/region/region.component.mjs +0 -33
- package/esm2022/lib/_components/infra/root-container/root-container.component.mjs +0 -228
- package/esm2022/lib/_components/infra/stages/stages.component.mjs +0 -62
- package/esm2022/lib/_components/infra/view/view.component.mjs +0 -173
- package/esm2022/lib/_components/template/app-shell/app-shell.component.mjs +0 -140
- package/esm2022/lib/_components/template/banner-page/banner-page.component.mjs +0 -43
- package/esm2022/lib/_components/template/case-summary/case-summary.component.mjs +0 -101
- package/esm2022/lib/_components/template/case-view/case-view.component.mjs +0 -190
- package/esm2022/lib/_components/template/confirmation/confirmation.component.mjs +0 -68
- package/esm2022/lib/_components/template/data-reference/data-reference.component.mjs +0 -237
- package/esm2022/lib/_components/template/default-form/default-form.component.mjs +0 -61
- package/esm2022/lib/_components/template/details/details.component.mjs +0 -103
- package/esm2022/lib/_components/template/details-narrow-wide/details-narrow-wide.component.mjs +0 -72
- package/esm2022/lib/_components/template/details-one-column/details-one-column.component.mjs +0 -71
- package/esm2022/lib/_components/template/details-sub-tabs/details-sub-tabs.component.mjs +0 -66
- package/esm2022/lib/_components/template/details-three-column/details-three-column.component.mjs +0 -80
- package/esm2022/lib/_components/template/details-two-column/details-two-column.component.mjs +0 -77
- package/esm2022/lib/_components/template/details-wide-narrow/details-wide-narrow.component.mjs +0 -77
- package/esm2022/lib/_components/template/dynamic-tabs/dynamic-tabs.component.mjs +0 -64
- package/esm2022/lib/_components/template/field-group-list/field-group-list.component.mjs +0 -23
- package/esm2022/lib/_components/template/field-group-template/field-group-template.component.mjs +0 -124
- package/esm2022/lib/_components/template/field-value-list/field-value-list.component.mjs +0 -24
- package/esm2022/lib/_components/template/inline-dashboard/inline-dashboard.component.mjs +0 -22
- package/esm2022/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.mjs +0 -40
- package/esm2022/lib/_components/template/list-page/list-page.component.mjs +0 -14
- package/esm2022/lib/_components/template/list-view/DefaultViewMeta.mjs +0 -208
- package/esm2022/lib/_components/template/list-view/list-view.component.mjs +0 -1202
- package/esm2022/lib/_components/template/list-view/listViewHelpers.mjs +0 -60
- package/esm2022/lib/_components/template/list-view/utils.mjs +0 -662
- package/esm2022/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.mjs +0 -44
- package/esm2022/lib/_components/template/narrow-wide-form/narrow-wide-form.component.mjs +0 -30
- package/esm2022/lib/_components/template/one-column/one-column.component.mjs +0 -30
- package/esm2022/lib/_components/template/one-column-page/one-column-page.component.mjs +0 -16
- package/esm2022/lib/_components/template/one-column-tab/one-column-tab.component.mjs +0 -30
- package/esm2022/lib/_components/template/page/page.component.mjs +0 -52
- package/esm2022/lib/_components/template/promoted-filters/promoted-filters.component.mjs +0 -149
- package/esm2022/lib/_components/template/repeating-structures/repeating-structures.component.mjs +0 -138
- package/esm2022/lib/_components/template/simple-table/simple-table.component.mjs +0 -104
- package/esm2022/lib/_components/template/simple-table-manual/helpers.mjs +0 -270
- package/esm2022/lib/_components/template/simple-table-manual/simple-table-manual.component.mjs +0 -781
- package/esm2022/lib/_components/template/simple-table-select/simple-table-select.component.mjs +0 -129
- package/esm2022/lib/_components/template/single-reference-readonly/single-reference-readonly.component.mjs +0 -16
- package/esm2022/lib/_components/template/sub-tabs/sub-tabs.component.mjs +0 -67
- package/esm2022/lib/_components/template/three-column/three-column.component.mjs +0 -30
- package/esm2022/lib/_components/template/three-column-page/three-column-page.component.mjs +0 -16
- package/esm2022/lib/_components/template/two-column/two-column.component.mjs +0 -30
- package/esm2022/lib/_components/template/two-column-page/two-column-page.component.mjs +0 -40
- package/esm2022/lib/_components/template/two-column-tab/two-column-tab.component.mjs +0 -30
- package/esm2022/lib/_components/template/utils.mjs +0 -22
- package/esm2022/lib/_components/template/wide-narrow-form/wide-narrow-form.component.mjs +0 -30
- package/esm2022/lib/_components/template/wide-narrow-page/wide-narrow-page.component.mjs +0 -53
- package/esm2022/lib/_components/template/wss-nav-bar/wss-nav-bar.component.mjs +0 -137
- package/esm2022/lib/_components/widget/app-announcement/app-announcement.component.mjs +0 -24
- package/esm2022/lib/_components/widget/attachment/attachment.component.mjs +0 -395
- package/esm2022/lib/_components/widget/case-history/case-history.component.mjs +0 -80
- package/esm2022/lib/_components/widget/feed-container/feed-container.component.mjs +0 -521
- package/esm2022/lib/_components/widget/file-utility/file-utility.component.mjs +0 -638
- package/esm2022/lib/_components/widget/list-utility/list-utility.component.mjs +0 -57
- package/esm2022/lib/_components/widget/quick-create/quick-create.component.mjs +0 -75
- package/esm2022/lib/_components/widget/todo/todo.component.mjs +0 -214
- package/esm2022/lib/_components/widget/utility/utility.component.mjs +0 -34
- package/esm2022/lib/_directives/thousand-seperator.directive.mjs +0 -28
- package/esm2022/lib/_helpers/case-utils.mjs +0 -71
- package/esm2022/lib/_helpers/common.mjs +0 -20
- package/esm2022/lib/_helpers/currency-utils.mjs +0 -57
- package/esm2022/lib/_helpers/date-format-utils.mjs +0 -68
- package/esm2022/lib/_helpers/event-util.mjs +0 -18
- package/esm2022/lib/_helpers/field-group-utils.mjs +0 -47
- package/esm2022/lib/_helpers/filter-utils.mjs +0 -106
- package/esm2022/lib/_helpers/formatters/boolean.mjs +0 -20
- package/esm2022/lib/_helpers/formatters/common.mjs +0 -16
- package/esm2022/lib/_helpers/formatters/currency-map.mjs +0 -903
- package/esm2022/lib/_helpers/formatters/currency.mjs +0 -68
- package/esm2022/lib/_helpers/formatters/date.mjs +0 -69
- package/esm2022/lib/_helpers/formatters/format-utils.mjs +0 -68
- package/esm2022/lib/_helpers/formatters/index.mjs +0 -110
- package/esm2022/lib/_helpers/instructions-utils.mjs +0 -36
- package/esm2022/lib/_helpers/tab-utils.mjs +0 -59
- package/esm2022/lib/_helpers/template-utils.mjs +0 -56
- package/esm2022/lib/_helpers/utils.mjs +0 -386
- package/esm2022/lib/_helpers/versionHelpers.mjs +0 -12
- package/esm2022/lib/_messages/error-messages.service.mjs +0 -31
- package/esm2022/lib/_messages/get-login-status.service.mjs +0 -26
- package/esm2022/lib/_messages/oauth-response.service.mjs +0 -30
- package/esm2022/lib/_messages/progress-spinner.service.mjs +0 -30
- package/esm2022/lib/_messages/reset-pconnect.service.mjs +0 -31
- package/esm2022/lib/_messages/update-worklist.service.mjs +0 -30
- package/esm2022/lib/_services/case.service.mjs +0 -32
- package/esm2022/lib/_services/datapage.service.mjs +0 -52
- package/esm2022/lib/_services/endpoints.mjs +0 -61
- package/esm2022/lib/_services/server-config.service.mjs +0 -52
- package/esm2022/lib/_types/PConnProps.interface.mjs +0 -2
- package/esm2022/pega-angular-sdk-components.mjs +0 -5
- package/esm2022/public-api.mjs +0 -141
- package/esm2022/sdk-local-component-map.mjs +0 -9
- package/lib/_messages/get-login-status.service.d.ts +0 -10
- package/lib/_messages/oauth-response.service.d.ts +0 -14
- package/lib/_messages/reset-pconnect.service.d.ts +0 -15
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
|
+
import { DataReferenceAdvancedSearchService } from './data-reference-advanced-search.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class DataReferenceComponent implements OnInit, OnDestroy {
|
|
7
7
|
private angularPConnect;
|
|
8
|
+
private advancedSearchService;
|
|
8
9
|
pConn$: typeof PConnect;
|
|
9
10
|
formGroup$: FormGroup;
|
|
10
11
|
angularPConnectData: AngularPConnectData;
|
|
@@ -27,15 +28,38 @@ export declare class DataReferenceComponent implements OnInit, OnDestroy {
|
|
|
27
28
|
displaySingleRef: boolean;
|
|
28
29
|
displayMultiRef: boolean;
|
|
29
30
|
refList: any;
|
|
30
|
-
|
|
31
|
+
displayAs: any;
|
|
32
|
+
isDDSourceDeferred: any;
|
|
33
|
+
showPromotedFilters: any;
|
|
34
|
+
displayMode: any;
|
|
35
|
+
refFieldMetadata: any;
|
|
36
|
+
contextClass: any;
|
|
37
|
+
selectionList: any;
|
|
38
|
+
inline: any;
|
|
39
|
+
isCreationOfNewRecordAllowedForReference: any;
|
|
40
|
+
showAdvancedSearch: boolean;
|
|
41
|
+
pyID: any;
|
|
42
|
+
allowImplicitRefresh: any;
|
|
43
|
+
displayChild: boolean;
|
|
44
|
+
dataRelationshipContext: any;
|
|
45
|
+
imagePosition: any;
|
|
46
|
+
showImageDescription: any;
|
|
47
|
+
constructor(angularPConnect: AngularPConnectService, advancedSearchService: DataReferenceAdvancedSearchService);
|
|
31
48
|
ngOnInit(): void;
|
|
32
49
|
ngOnDestroy(): void;
|
|
33
50
|
onStateChange(): void;
|
|
34
51
|
updateSelf(): void;
|
|
35
52
|
updatePropertiesFromProps(theConfigProps: any): void;
|
|
36
|
-
generateChildrenToRender():
|
|
53
|
+
generateChildrenToRender(): any;
|
|
37
54
|
handleSelection(event: any): void;
|
|
38
55
|
recreatedFirstChild(): any;
|
|
56
|
+
private setReadOnlyDisplayFlags;
|
|
57
|
+
private prepareFirstChildMeta;
|
|
58
|
+
private setChildDatasource;
|
|
59
|
+
private buildDataReferenceConfig;
|
|
60
|
+
private buildFieldMetaData;
|
|
61
|
+
private isCreateNewRecordEnabled;
|
|
62
|
+
private getCreateNewRecordFn;
|
|
39
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataReferenceComponent, never>;
|
|
40
64
|
static ɵcmp: i0.ɵɵComponentDeclaration<DataReferenceComponent, "app-data-reference", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|
|
41
65
|
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { OnChanges, OnInit, TemplateRef } from '@angular/core';
|
|
2
|
+
import { FormGroup } from '@angular/forms';
|
|
3
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class SearchFormComponent implements OnInit, OnChanges {
|
|
6
|
+
private dialog;
|
|
7
|
+
pConn$: typeof PConnect;
|
|
8
|
+
formGroup$: FormGroup;
|
|
9
|
+
searchSelectCacheKey: any;
|
|
10
|
+
configProps$: any;
|
|
11
|
+
isInitialized: boolean;
|
|
12
|
+
currentTabId: string;
|
|
13
|
+
nextTabId: string;
|
|
14
|
+
openDialog: boolean;
|
|
15
|
+
tabItems: any[];
|
|
16
|
+
searchCategoriesComp: any;
|
|
17
|
+
propsToUse: any;
|
|
18
|
+
tabData: any;
|
|
19
|
+
tabCountSources: any;
|
|
20
|
+
deferLoadedTabs: any;
|
|
21
|
+
dialogTemplate: TemplateRef<any>;
|
|
22
|
+
dialogRef: any;
|
|
23
|
+
constructor(dialog: MatDialog);
|
|
24
|
+
ngOnInit(): void;
|
|
25
|
+
ngOnChanges(): void;
|
|
26
|
+
updateSelf(): void;
|
|
27
|
+
initializeSearchCategories(): void;
|
|
28
|
+
handleTabClick(event: any): void;
|
|
29
|
+
clearSelectionAndSwitchTab(): void;
|
|
30
|
+
onDialogClose(): void;
|
|
31
|
+
publishEvent({ clearSelections, viewName }: {
|
|
32
|
+
clearSelections: any;
|
|
33
|
+
viewName: any;
|
|
34
|
+
}): void;
|
|
35
|
+
get activeTabPConnect(): any;
|
|
36
|
+
checkIfSelectionsExist(getPConnect: any): boolean;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchFormComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchFormComponent, "app-search-form", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "searchSelectCacheKey": { "alias": "searchSelectCacheKey"; "required": false; }; }, {}, never, never, true, never>;
|
|
39
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare function getFieldMeta(getPConnect: any, dataRelationshipContext: any): {
|
|
2
|
+
compositeKeys: any;
|
|
3
|
+
fieldMetadata: any;
|
|
4
|
+
};
|
|
5
|
+
export declare const getFirstChildConfig: ({ firstChildMeta, getPConnect, rawViewMetadata, contextClass, dataReferenceConfigToChild, isCreateNewReferenceEnabled, disableStartingFieldsForReference, pyID }: {
|
|
6
|
+
firstChildMeta: any;
|
|
7
|
+
getPConnect: any;
|
|
8
|
+
rawViewMetadata: any;
|
|
9
|
+
contextClass: any;
|
|
10
|
+
dataReferenceConfigToChild: any;
|
|
11
|
+
isCreateNewReferenceEnabled: any;
|
|
12
|
+
disableStartingFieldsForReference: any;
|
|
13
|
+
pyID: any;
|
|
14
|
+
}) => any;
|
|
@@ -1,21 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { OnInit, OnChanges } from '@angular/core';
|
|
3
2
|
import { FormGroup } from '@angular/forms';
|
|
3
|
+
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
4
|
import { TemplateUtils } from '../../../_helpers/template-utils';
|
|
5
|
+
import { FormTemplateBase } from '../base/form-template-base';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DefaultFormComponent implements OnInit {
|
|
7
|
+
export declare class DefaultFormComponent extends FormTemplateBase implements OnInit, OnChanges {
|
|
8
|
+
private angularPConnect;
|
|
7
9
|
private templateUtils;
|
|
8
10
|
pConn$: typeof PConnect;
|
|
9
11
|
formGroup$: FormGroup;
|
|
12
|
+
angularPConnectData: AngularPConnectData;
|
|
10
13
|
arChildren$: any[];
|
|
11
14
|
divClass$: string;
|
|
12
|
-
template: any;
|
|
13
|
-
showLabel: any;
|
|
14
|
-
label: any;
|
|
15
15
|
instructions: string;
|
|
16
|
-
|
|
17
|
-
constructor(templateUtils: TemplateUtils);
|
|
16
|
+
constructor(angularPConnect: AngularPConnectService, templateUtils: TemplateUtils);
|
|
18
17
|
ngOnInit(): void;
|
|
18
|
+
onStateChange(): void;
|
|
19
|
+
ngOnChanges(changes: any): void;
|
|
20
|
+
updateSelf(): void;
|
|
19
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultFormComponent, never>;
|
|
20
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultFormComponent, "app-default-form", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
23
|
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
interface DefaultPageProps {
|
|
4
|
+
layout?: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
heading?: string;
|
|
7
|
+
message?: string;
|
|
8
|
+
backgroundImage?: string;
|
|
9
|
+
enableBanner?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare class DefaultPageComponent implements OnInit, OnChanges {
|
|
12
|
+
pConn$: typeof PConnect;
|
|
13
|
+
formGroup$: any;
|
|
14
|
+
configProps$: DefaultPageProps;
|
|
15
|
+
arChildren$: any[];
|
|
16
|
+
title?: string;
|
|
17
|
+
heading: any;
|
|
18
|
+
message?: string;
|
|
19
|
+
backgroundImage?: string;
|
|
20
|
+
layout$?: string;
|
|
21
|
+
enableBanner$?: boolean;
|
|
22
|
+
constructor();
|
|
23
|
+
ngOnInit(): void;
|
|
24
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
25
|
+
updateSelf(): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultPageComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultPageComponent, "app-default-page", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|
|
28
|
+
}
|
|
29
|
+
export {};
|
|
@@ -1,20 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
1
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
4
2
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DetailsComponent
|
|
6
|
-
private angularPConnect;
|
|
7
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
3
|
+
export declare class DetailsComponent extends DetailsTemplateBase {
|
|
8
4
|
pConn$: typeof PConnect;
|
|
9
5
|
highlightedDataArr: any[];
|
|
10
6
|
showHighlightedData: boolean;
|
|
11
7
|
arFields$: any[];
|
|
12
|
-
angularPConnectData: AngularPConnectData;
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
ngOnDestroy(): void;
|
|
15
|
-
onStateChange(): void;
|
|
16
|
-
checkAndUpdate(): void;
|
|
17
8
|
updateSelf(): void;
|
|
18
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsComponent, "app-details", never, {
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsComponent, "app-details", never, {}, {}, never, never, true, never>;
|
|
20
11
|
}
|
|
@@ -1,21 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
1
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
4
2
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DetailsNarrowWideComponent
|
|
6
|
-
private angularPConnect;
|
|
7
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
3
|
+
export declare class DetailsNarrowWideComponent extends DetailsTemplateBase {
|
|
8
4
|
pConn$: typeof PConnect;
|
|
9
5
|
arFields$: any[];
|
|
10
6
|
arFields2$: any[];
|
|
11
7
|
highlightedDataArr: any[];
|
|
12
8
|
showHighlightedData: boolean;
|
|
13
|
-
angularPConnectData: AngularPConnectData;
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
ngOnDestroy(): void;
|
|
16
|
-
onStateChange(): void;
|
|
17
|
-
checkAndUpdate(): void;
|
|
18
9
|
updateSelf(): void;
|
|
19
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsNarrowWideComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsNarrowWideComponent, "app-details-narrow-wide", never, {
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsNarrowWideComponent, "app-details-narrow-wide", never, {}, {}, never, never, true, never>;
|
|
21
12
|
}
|
|
@@ -1,22 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
|
-
import { FormGroup } from '@angular/forms';
|
|
1
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
5
2
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DetailsOneColumnComponent
|
|
7
|
-
private angularPConnect;
|
|
8
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
3
|
+
export declare class DetailsOneColumnComponent extends DetailsTemplateBase {
|
|
9
4
|
pConn$: typeof PConnect;
|
|
10
|
-
formGroup$: FormGroup;
|
|
11
5
|
showHighlightedData: boolean;
|
|
12
6
|
highlightedDataArr: any;
|
|
13
7
|
arFields$: any[];
|
|
14
|
-
angularPConnectData: AngularPConnectData;
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
ngOnDestroy(): void;
|
|
17
|
-
onStateChange(): void;
|
|
18
|
-
checkAndUpdate(): void;
|
|
19
8
|
updateSelf(): void;
|
|
20
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsOneColumnComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsOneColumnComponent, "app-details-one-column", never, {
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsOneColumnComponent, "app-details-one-column", never, {}, {}, never, never, true, never>;
|
|
22
11
|
}
|
|
@@ -1,24 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import { FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
1
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
5
2
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DetailsSubTabsComponent
|
|
7
|
-
private angularPConnect;
|
|
3
|
+
export declare class DetailsSubTabsComponent extends DetailsTemplateBase {
|
|
8
4
|
pConn$: typeof PConnect;
|
|
9
|
-
formGroup$: FormGroup;
|
|
10
|
-
angularPConnectData: AngularPConnectData;
|
|
11
5
|
currentTabId: string;
|
|
12
6
|
tabItems: any[];
|
|
13
7
|
availableTabs: any[];
|
|
14
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
ngOnDestroy(): void;
|
|
17
|
-
onStateChange(): void;
|
|
18
|
-
checkAndUpdate(): void;
|
|
19
8
|
updateSelf(): void;
|
|
20
9
|
updateTabContent(): void;
|
|
21
10
|
handleTabClick(event: any): void;
|
|
22
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsSubTabsComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsSubTabsComponent, "app-details-sub-tabs", never, {
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsSubTabsComponent, "app-details-sub-tabs", never, {}, {}, never, never, true, never>;
|
|
24
13
|
}
|
|
@@ -1,25 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import { FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
1
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
5
2
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DetailsThreeColumnComponent
|
|
7
|
-
private angularPConnect;
|
|
8
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
3
|
+
export declare class DetailsThreeColumnComponent extends DetailsTemplateBase {
|
|
9
4
|
pConn$: typeof PConnect;
|
|
10
|
-
formGroup$: FormGroup;
|
|
11
5
|
showHighlightedData: boolean;
|
|
12
6
|
highlightedDataArr: any;
|
|
13
7
|
arFields$: any[];
|
|
14
8
|
arFields2$: any[];
|
|
15
9
|
arFields3$: any[];
|
|
16
10
|
propsToUse: any;
|
|
17
|
-
angularPConnectData: AngularPConnectData;
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
ngOnDestroy(): void;
|
|
20
|
-
onStateChange(): void;
|
|
21
|
-
checkAndUpdate(): void;
|
|
22
11
|
updateSelf(): void;
|
|
23
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsThreeColumnComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsThreeColumnComponent, "app-details-three-column", never, {
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsThreeColumnComponent, "app-details-three-column", never, {}, {}, never, never, true, never>;
|
|
25
14
|
}
|
|
@@ -1,25 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import { FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
1
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
5
2
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DetailsTwoColumnComponent
|
|
7
|
-
private angularPConnect;
|
|
8
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
3
|
+
export declare class DetailsTwoColumnComponent extends DetailsTemplateBase {
|
|
9
4
|
pConn$: typeof PConnect;
|
|
10
|
-
formGroup$: FormGroup;
|
|
11
5
|
showHighlightedData: boolean;
|
|
12
6
|
highlightedDataArr: any;
|
|
13
7
|
arFields$: any[];
|
|
14
8
|
arFields2$: any[];
|
|
15
9
|
arFields3$: any[];
|
|
16
10
|
propsToUse: any;
|
|
17
|
-
angularPConnectData: AngularPConnectData;
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
ngOnDestroy(): void;
|
|
20
|
-
onStateChange(): void;
|
|
21
|
-
checkAndUpdate(): void;
|
|
22
11
|
updateSelf(): void;
|
|
23
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsTwoColumnComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsTwoColumnComponent, "app-details-two-column", never, {
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsTwoColumnComponent, "app-details-two-column", never, {}, {}, never, never, true, never>;
|
|
25
14
|
}
|
|
@@ -1,24 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import { FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
1
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
5
2
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DetailsWideNarrowComponent
|
|
7
|
-
private angularPConnect;
|
|
8
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
3
|
+
export declare class DetailsWideNarrowComponent extends DetailsTemplateBase {
|
|
9
4
|
pConn$: typeof PConnect;
|
|
10
|
-
formGroup$: FormGroup;
|
|
11
5
|
highlightedDataArr: any[];
|
|
12
6
|
showHighlightedData: boolean;
|
|
13
7
|
arFields$: any[];
|
|
14
8
|
arFields2$: any[];
|
|
15
9
|
propsToUse: any;
|
|
16
|
-
angularPConnectData: AngularPConnectData;
|
|
17
|
-
ngOnInit(): void;
|
|
18
|
-
ngOnDestroy(): void;
|
|
19
|
-
onStateChange(): void;
|
|
20
|
-
checkAndUpdate(): void;
|
|
21
10
|
updateSelf(): void;
|
|
22
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsWideNarrowComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsWideNarrowComponent, "app-details-wide-narrow", never, {
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsWideNarrowComponent, "app-details-wide-narrow", never, {}, {}, never, never, true, never>;
|
|
24
13
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
3
2
|
import { FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -9,6 +8,7 @@ export declare class DynamicTabsComponent implements OnInit, OnDestroy {
|
|
|
9
8
|
formGroup$: FormGroup;
|
|
10
9
|
angularPConnectData: AngularPConnectData;
|
|
11
10
|
tabsItems: any[];
|
|
11
|
+
propsToUse: any;
|
|
12
12
|
constructor(angularPConnect: AngularPConnectService);
|
|
13
13
|
ngOnInit(): void;
|
|
14
14
|
ngOnDestroy(): void;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, OnDestroy, OnChanges } from '@angular/core';
|
|
1
|
+
import { OnInit, OnDestroy, OnChanges, AfterViewInit } from '@angular/core';
|
|
3
2
|
import { FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
5
4
|
import { Utils } from '../../../_helpers/utils';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
interface FieldGroupTemplateProps {
|
|
8
7
|
label?: string;
|
|
9
|
-
|
|
8
|
+
hideLabel?: boolean;
|
|
9
|
+
allowActions?: any;
|
|
10
|
+
allowRowDelete?: any;
|
|
10
11
|
referenceList?: any[];
|
|
11
12
|
contextClass: string;
|
|
12
13
|
renderMode?: string;
|
|
@@ -15,37 +16,39 @@ interface FieldGroupTemplateProps {
|
|
|
15
16
|
displayMode?: string;
|
|
16
17
|
fieldHeader?: string;
|
|
17
18
|
allowTableEdit: boolean;
|
|
19
|
+
targetClassLabel?: string;
|
|
18
20
|
}
|
|
19
|
-
export declare class FieldGroupTemplateComponent implements OnInit, OnDestroy, OnChanges {
|
|
21
|
+
export declare class FieldGroupTemplateComponent implements OnInit, OnDestroy, OnChanges, AfterViewInit {
|
|
20
22
|
private angularPConnect;
|
|
21
23
|
private utils;
|
|
22
24
|
configProps$: FieldGroupTemplateProps;
|
|
23
25
|
pConn$: typeof PConnect;
|
|
24
26
|
formGroup$: FormGroup;
|
|
25
27
|
angularPConnectData: AngularPConnectData;
|
|
26
|
-
inheritedProps$: object;
|
|
27
28
|
showLabel$?: boolean;
|
|
28
29
|
label$?: string;
|
|
29
30
|
readonlyMode: boolean;
|
|
30
31
|
contextClass: any;
|
|
31
|
-
referenceList: any;
|
|
32
|
-
pageReference: any;
|
|
33
32
|
heading: any;
|
|
34
33
|
children: any;
|
|
35
34
|
menuIconOverride$: any;
|
|
36
|
-
|
|
37
|
-
allowAddEdit: boolean;
|
|
35
|
+
referenceListLength: number;
|
|
38
36
|
fieldHeader: any;
|
|
37
|
+
allowAdd: boolean;
|
|
38
|
+
allowEdit: boolean;
|
|
39
|
+
allowDelete: boolean;
|
|
39
40
|
constructor(angularPConnect: AngularPConnectService, utils: Utils);
|
|
40
41
|
ngOnInit(): void;
|
|
41
42
|
ngOnDestroy(): void;
|
|
42
43
|
onStateChange(): void;
|
|
43
44
|
ngOnChanges(changes: any): void;
|
|
45
|
+
ngAfterViewInit(): void;
|
|
44
46
|
updateSelf(): void;
|
|
45
47
|
getStaticHeader: (heading: any, index: any) => string;
|
|
46
48
|
getDynamicHeader: (item: any, index: any) => any;
|
|
47
49
|
addFieldGroupItem(): void;
|
|
48
50
|
deleteFieldGroupItem(index: any): void;
|
|
51
|
+
getAddBtnLabel(): string;
|
|
49
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<FieldGroupTemplateComponent, never>;
|
|
50
53
|
static ɵcmp: i0.ɵɵComponentDeclaration<FieldGroupTemplateComponent, "app-field-group-template", never, { "configProps$": { "alias": "configProps$"; "required": false; }; "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|
|
51
54
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
2
|
import { MatPaginator } from '@angular/material/paginator';
|
|
4
3
|
import { MatSort } from '@angular/material/sort';
|
|
@@ -8,6 +7,8 @@ import { ProgressSpinnerService } from '../../../_messages/progress-spinner.serv
|
|
|
8
7
|
import { Utils } from '../../../_helpers/utils';
|
|
9
8
|
import * as i0 from "@angular/core";
|
|
10
9
|
interface ListViewProps {
|
|
10
|
+
inheritedProps: any;
|
|
11
|
+
title: string | undefined;
|
|
11
12
|
globalSearch?: boolean;
|
|
12
13
|
referenceList?: any;
|
|
13
14
|
rowClickAction?: any;
|
|
@@ -20,6 +21,10 @@ interface ListViewProps {
|
|
|
20
21
|
grouping: string | boolean;
|
|
21
22
|
value: any;
|
|
22
23
|
readonlyContextList: any;
|
|
24
|
+
label?: string;
|
|
25
|
+
displayAs?: string;
|
|
26
|
+
showRecords: boolean;
|
|
27
|
+
viewName?: string;
|
|
23
28
|
}
|
|
24
29
|
export declare class Group {
|
|
25
30
|
level: number;
|
|
@@ -30,7 +35,7 @@ export declare class Group {
|
|
|
30
35
|
}
|
|
31
36
|
export declare class ListViewComponent implements OnInit, OnDestroy {
|
|
32
37
|
private psService;
|
|
33
|
-
|
|
38
|
+
utils: Utils;
|
|
34
39
|
paginator: MatPaginator;
|
|
35
40
|
sort: MatSort;
|
|
36
41
|
pConn$: typeof PConnect;
|
|
@@ -89,19 +94,26 @@ export declare class ListViewComponent implements OnInit, OnDestroy {
|
|
|
89
94
|
query: any;
|
|
90
95
|
paging: any;
|
|
91
96
|
fieldDefs: any;
|
|
92
|
-
xRayApis: import("@pega/pcore-pconnect-typedefs/debug/xray-runtime").default;
|
|
93
|
-
xRayUid: string;
|
|
94
97
|
checkBoxValue: string;
|
|
98
|
+
label?: string;
|
|
99
|
+
uniqueId: `${string}-${string}-${string}-${string}-${string}`;
|
|
100
|
+
displayAs: any;
|
|
101
|
+
showRecords: any;
|
|
102
|
+
identifier: string;
|
|
103
|
+
promotedFiltersId: string;
|
|
95
104
|
constructor(psService: ProgressSpinnerService, utils: Utils);
|
|
96
105
|
ngOnInit(): void;
|
|
106
|
+
clearSelectionsAndUpdateTable(getPConnect: any, uniqueId: string, viewName: any): void;
|
|
97
107
|
getFieldFromFilter(filter: any, dateRange?: boolean): any;
|
|
98
108
|
processFilterChange(data: any): void;
|
|
99
109
|
filterBasedOnDateRange(dashboardFilterPayload: any, filter: any, relationalOp: any, selectParam: any, index: any): any;
|
|
100
110
|
processFilterClear(): void;
|
|
101
111
|
getFieldsMetadata(refList: any): Promise<{
|
|
102
|
-
data:
|
|
112
|
+
data: import("@pega/pcore-pconnect-typedefs/analytics/types/data-model").DataObjectMeta;
|
|
103
113
|
}>;
|
|
114
|
+
getValue(col: any): any;
|
|
104
115
|
getListData(): void;
|
|
116
|
+
prepareFilters(data: any): {};
|
|
105
117
|
preparePayload(): void;
|
|
106
118
|
ngOnDestroy(): void;
|
|
107
119
|
drop(event: CdkDragDrop<string[]>): void;
|
|
@@ -152,9 +164,12 @@ export declare class ListViewComponent implements OnInit, OnDestroy {
|
|
|
152
164
|
initializeColumns(fields?: never[]): any[];
|
|
153
165
|
getHeaderCells(colFields: any, fields: any): any;
|
|
154
166
|
buildSelect(fieldDefs: any, colId: any, patchQueryFields?: never[], compositeKeys?: never[]): any;
|
|
167
|
+
getResultsText(): string;
|
|
155
168
|
getField(fieldDefs: any, columnId: any): any;
|
|
156
169
|
getFieldsMap(fieldDefs: any): Map<any, any>;
|
|
157
170
|
addItemKeyInSelect(fieldDefs: any, itemKey: any, select: any, compositeKeys: any): any;
|
|
171
|
+
private updateFiltersFromData;
|
|
172
|
+
private buildFilterPayload;
|
|
158
173
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListViewComponent, never>;
|
|
159
174
|
static ɵcmp: i0.ɵɵComponentDeclaration<ListViewComponent, "app-list-view", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "bInForm$": { "alias": "bInForm$"; "required": false; }; "payload": { "alias": "payload"; "required": false; }; }, {}, never, never, true, never>;
|
|
160
175
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function
|
|
1
|
+
export declare function init(props: any): Promise<any>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { FormGroup } from '@angular/forms';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ObjectPageComponent {
|
|
4
|
+
pConn$: typeof PConnect;
|
|
5
|
+
formGroup$: FormGroup;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectPageComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectPageComponent, "lib-object-page", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
2
|
import { FormGroup } from '@angular/forms';
|
|
3
|
+
import { FormTemplateBase } from '../base/form-template-base';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class OneColumnComponent implements OnInit, OnChanges {
|
|
5
|
+
export declare class OneColumnComponent extends FormTemplateBase implements OnInit, OnChanges {
|
|
6
6
|
pConn$: typeof PConnect;
|
|
7
7
|
formGroup$: FormGroup;
|
|
8
8
|
arChildren$: any[];
|