@pega/angular-sdk-components 24.2.10 → 25.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/pega-angular-sdk-components.mjs +5383 -3962
- 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 +1 -0
- package/lib/_components/designSystemExtension/operator/operator.component.d.ts +2 -3
- package/lib/_components/designSystemExtension/pulse/pulse.component.d.ts +0 -1
- package/lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component.d.ts +1 -0
- package/lib/_components/field/auto-complete/auto-complete.component.d.ts +14 -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 +19 -35
- package/lib/_components/field/date/date.component.d.ts +7 -58
- package/lib/_components/field/date-time/date-time.component.d.ts +12 -40
- package/lib/_components/field/decimal/decimal.component.d.ts +17 -32
- package/lib/_components/field/dropdown/dropdown.component.d.ts +14 -38
- package/lib/_components/field/email/email.component.d.ts +7 -35
- 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 +8 -35
- 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 +47 -0
- package/lib/_components/field/multiselect/multiselect.component.d.ts +7 -39
- package/lib/_components/field/object-reference/object-reference.component.d.ts +45 -0
- package/lib/_components/field/percentage/percentage.component.d.ts +19 -37
- package/lib/_components/field/phone/phone.component.d.ts +8 -38
- package/lib/_components/field/radio-buttons/radio-buttons.component.d.ts +13 -34
- package/lib/_components/field/rich-text/rich-text.component.d.ts +7 -31
- 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 +0 -1
- package/lib/_components/field/text-area/text-area.component.d.ts +7 -35
- package/lib/_components/field/text-content/text-content.component.d.ts +0 -1
- package/lib/_components/field/text-input/text-input.component.d.ts +7 -36
- package/lib/_components/field/time/time.component.d.ts +7 -36
- package/lib/_components/field/url/url.component.d.ts +7 -36
- package/lib/_components/field/user-reference/user-reference.component.d.ts +1 -2
- package/lib/_components/infra/Containers/flow-container/flow-container.component.d.ts +1 -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/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 +7 -7
- 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 +0 -2
- 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 +0 -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 +1 -2
- package/lib/_components/template/base/form-template-base.d.ts +3 -1
- package/lib/_components/template/case-summary/case-summary.component.d.ts +3 -3
- package/lib/_components/template/case-view/case-view.component.d.ts +0 -2
- package/lib/_components/template/confirmation/confirmation.component.d.ts +0 -1
- 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 +9 -4
- package/lib/_components/template/default-page/default-page.component.d.ts +29 -0
- package/lib/_components/template/details/details.component.d.ts +0 -1
- package/lib/_components/template/details-narrow-wide/details-narrow-wide.component.d.ts +0 -1
- package/lib/_components/template/details-one-column/details-one-column.component.d.ts +0 -1
- package/lib/_components/template/details-sub-tabs/details-sub-tabs.component.d.ts +0 -1
- package/lib/_components/template/details-three-column/details-three-column.component.d.ts +0 -1
- package/lib/_components/template/details-two-column/details-two-column.component.d.ts +0 -1
- package/lib/_components/template/details-wide-narrow/details-wide-narrow.component.d.ts +0 -1
- package/lib/_components/template/dynamic-tabs/dynamic-tabs.component.d.ts +0 -1
- package/lib/_components/template/field-group-template/field-group-template.component.d.ts +9 -8
- 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 +22 -7
- 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 +0 -1
- 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 +58 -0
- package/lib/_components/template/simple-table/simple-table.component.d.ts +0 -1
- package/lib/_components/template/simple-table-manual/helpers.d.ts +18 -3
- package/lib/_components/template/simple-table-manual/simple-table-manual.component.d.ts +9 -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 +0 -1
- 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 +0 -1
- 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 +0 -1
- package/lib/_components/template/wide-narrow-page/wide-narrow-page.component.d.ts +0 -1
- package/lib/_components/template/wss-nav-bar/wss-nav-bar.component.d.ts +3 -6
- 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 +18 -34
- package/lib/_components/widget/case-history/case-history.component.d.ts +0 -1
- package/lib/_components/widget/feed-container/feed-container.component.d.ts +2 -3
- package/lib/_components/widget/file-utility/file-utility.component.d.ts +3 -2
- package/lib/_components/widget/quick-create/quick-create.component.d.ts +0 -1
- package/lib/_components/widget/todo/todo.component.d.ts +5 -4
- package/lib/_components/widget/utility/utility.component.d.ts +0 -1
- 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 +1 -1
- 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/object-utils.d.ts +8 -0
- 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/_services/banner.service.d.ts +8 -0
- package/lib/_services/case.service.d.ts +1 -1
- package/lib/_services/data-reference-advanced-search.service.d.ts +9 -0
- package/lib/_services/datapage.service.d.ts +1 -1
- package/lib/_services/google-maps-loader.service.d.ts +7 -0
- package/package.json +20 -6
- package/public-api.d.ts +26 -9
- package/esm2022/lib/_bridge/angular-pconnect.mjs +0 -428
- package/esm2022/lib/_bridge/component-mapper/component-mapper.component.mjs +0 -107
- 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 -34
- 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 -288
- 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 -225
- package/esm2022/lib/_components/field/currency/currency.component.mjs +0 -190
- package/esm2022/lib/_components/field/date/date.component.mjs +0 -205
- package/esm2022/lib/_components/field/date-time/date-time.component.mjs +0 -183
- package/esm2022/lib/_components/field/decimal/decimal.component.mjs +0 -187
- package/esm2022/lib/_components/field/dropdown/dropdown.component.mjs +0 -292
- package/esm2022/lib/_components/field/email/email.component.mjs +0 -157
- package/esm2022/lib/_components/field/group/group.component.mjs +0 -64
- package/esm2022/lib/_components/field/integer/integer.component.mjs +0 -160
- 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 -314
- package/esm2022/lib/_components/field/multiselect/utils.mjs +0 -187
- package/esm2022/lib/_components/field/percentage/percentage.component.mjs +0 -182
- package/esm2022/lib/_components/field/phone/phone.component.mjs +0 -160
- package/esm2022/lib/_components/field/radio-buttons/radio-buttons.component.mjs +0 -182
- package/esm2022/lib/_components/field/rich-text/rich-text.component.mjs +0 -102
- package/esm2022/lib/_components/field/scalar-list/scalar-list.component.mjs +0 -95
- package/esm2022/lib/_components/field/semantic-link/semantic-link.component.mjs +0 -57
- package/esm2022/lib/_components/field/text/text.component.mjs +0 -140
- package/esm2022/lib/_components/field/text-area/text-area.component.mjs +0 -157
- 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 -157
- package/esm2022/lib/_components/field/time/time.component.mjs +0 -162
- package/esm2022/lib/_components/field/url/url.component.mjs +0 -157
- package/esm2022/lib/_components/field/user-reference/user-reference.component.mjs +0 -207
- 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 -490
- 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/helper.mjs +0 -22
- package/esm2022/lib/_components/infra/Containers/view-container/view-container.component.mjs +0 -211
- package/esm2022/lib/_components/infra/action-buttons/action-buttons.component.mjs +0 -31
- package/esm2022/lib/_components/infra/assignment/assignment.component.mjs +0 -382
- 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 -188
- package/esm2022/lib/_components/template/app-shell/app-shell.component.mjs +0 -156
- package/esm2022/lib/_components/template/banner-page/banner-page.component.mjs +0 -43
- package/esm2022/lib/_components/template/base/details-template-base.mjs +0 -56
- package/esm2022/lib/_components/template/base/form-template-base.mjs +0 -13
- 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 -185
- package/esm2022/lib/_components/template/confirmation/confirmation.component.mjs +0 -68
- package/esm2022/lib/_components/template/data-reference/data-reference.component.mjs +0 -242
- package/esm2022/lib/_components/template/default-form/default-form.component.mjs +0 -49
- package/esm2022/lib/_components/template/details/details.component.mjs +0 -76
- package/esm2022/lib/_components/template/details-narrow-wide/details-narrow-wide.component.mjs +0 -45
- package/esm2022/lib/_components/template/details-one-column/details-one-column.component.mjs +0 -42
- package/esm2022/lib/_components/template/details-sub-tabs/details-sub-tabs.component.mjs +0 -39
- package/esm2022/lib/_components/template/details-three-column/details-three-column.component.mjs +0 -51
- package/esm2022/lib/_components/template/details-two-column/details-two-column.component.mjs +0 -48
- package/esm2022/lib/_components/template/details-wide-narrow/details-wide-narrow.component.mjs +0 -48
- package/esm2022/lib/_components/template/dynamic-tabs/dynamic-tabs.component.mjs +0 -65
- 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 -122
- 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 -1217
- 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 -31
- 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 -779
- 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 -31
- 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 -31
- 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 -31
- 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 -393
- 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 -228
- 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/createstage-utils.mjs +0 -15
- 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 -105
- package/esm2022/lib/_helpers/formatters/boolean.mjs +0 -20
- package/esm2022/lib/_helpers/formatters/common.mjs +0 -14
- 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 -124
- 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/progress-spinner.service.mjs +0 -30
- 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 -60
- 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
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, NgZone, OnDestroy, OnChanges } from '@angular/core';
|
|
1
|
+
import { OnInit, OnDestroy, OnChanges } from '@angular/core';
|
|
3
2
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
4
3
|
import { FormGroup } from '@angular/forms';
|
|
5
4
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
6
5
|
import { ErrorMessagesService } from '../../../_messages/error-messages.service';
|
|
7
6
|
import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
|
|
7
|
+
import { BannerService } from '../../../_services/banner.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
interface AssignmentProps {
|
|
10
10
|
template: string;
|
|
@@ -13,8 +13,8 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
|
|
|
13
13
|
private angularPConnect;
|
|
14
14
|
private psService;
|
|
15
15
|
private erService;
|
|
16
|
-
private ngZone;
|
|
17
16
|
private snackBar;
|
|
17
|
+
bannerService: BannerService;
|
|
18
18
|
pConn$: typeof PConnect;
|
|
19
19
|
formGroup$: FormGroup;
|
|
20
20
|
arChildren$: any[];
|
|
@@ -22,7 +22,6 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
|
|
|
22
22
|
isCreateStage$: boolean;
|
|
23
23
|
updateToken$: number;
|
|
24
24
|
isInModal$: boolean;
|
|
25
|
-
banners: any;
|
|
26
25
|
angularPConnectData: AngularPConnectData;
|
|
27
26
|
configProps$: AssignmentProps;
|
|
28
27
|
newPConn$: any;
|
|
@@ -34,6 +33,7 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
|
|
|
34
33
|
actionsAPI: any;
|
|
35
34
|
bHasNavigation$: boolean;
|
|
36
35
|
bIsVertical$: boolean;
|
|
36
|
+
prevNavigationSteps: any[];
|
|
37
37
|
arCurrentStepIndicies$: number[];
|
|
38
38
|
arNavigationSteps$: any[];
|
|
39
39
|
init: boolean;
|
|
@@ -49,7 +49,8 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
|
|
|
49
49
|
localizedVal: any;
|
|
50
50
|
localeCategory: string;
|
|
51
51
|
localeReference: any;
|
|
52
|
-
|
|
52
|
+
snackBarRef: any;
|
|
53
|
+
constructor(angularPConnect: AngularPConnectService, psService: ProgressSpinnerService, erService: ErrorMessagesService, snackBar: MatSnackBar, bannerService: BannerService);
|
|
53
54
|
ngOnInit(): void;
|
|
54
55
|
ngOnDestroy(): void;
|
|
55
56
|
onStateChange(): void;
|
|
@@ -66,7 +67,8 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
|
|
|
66
67
|
formValid(): boolean;
|
|
67
68
|
touchAll(): void;
|
|
68
69
|
topViewRefresh(): void;
|
|
70
|
+
registerForRefresh(): void;
|
|
69
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<AssignmentComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AssignmentComponent, "app-assignment", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "arChildren$": { "alias": "arChildren$"; "required": false; }; "itemKey$": { "alias": "itemKey$"; "required": false; }; "isCreateStage$": { "alias": "isCreateStage$"; "required": false; }; "updateToken$": { "alias": "updateToken$"; "required": false; }; "isInModal$": { "alias": "isInModal$"; "required": false; };
|
|
72
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AssignmentComponent, "app-assignment", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "arChildren$": { "alias": "arChildren$"; "required": false; }; "itemKey$": { "alias": "itemKey$"; "required": false; }; "isCreateStage$": { "alias": "isCreateStage$"; "required": false; }; "updateToken$": { "alias": "updateToken$"; "required": false; }; "isInModal$": { "alias": "isInModal$"; "required": false; }; }, {}, never, never, true, never>;
|
|
71
73
|
}
|
|
72
74
|
export {};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, EventEmitter, OnChanges } from '@angular/core';
|
|
1
|
+
import { OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
2
|
import { FormGroup } from '@angular/forms';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class AssignmentCardComponent implements OnInit, OnChanges {
|
|
@@ -9,9 +8,10 @@ export declare class AssignmentCardComponent implements OnInit, OnChanges {
|
|
|
9
8
|
arSecondaryButtons$: any[];
|
|
10
9
|
arChildren$: any[];
|
|
11
10
|
updateToken$: number;
|
|
11
|
+
childrenArray: any[];
|
|
12
12
|
actionButtonClick: EventEmitter<any>;
|
|
13
13
|
ngOnInit(): void;
|
|
14
|
-
ngOnChanges(): void;
|
|
14
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
15
15
|
onActionButtonClick(oData: any): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<AssignmentCardComponent, never>;
|
|
17
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<AssignmentCardComponent, "app-assignment-card", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "arMainButtons$": { "alias": "arMainButtons$"; "required": false; }; "arSecondaryButtons$": { "alias": "arSecondaryButtons$"; "required": false; }; "arChildren$": { "alias": "arChildren$"; "required": false; }; "updateToken$": { "alias": "updateToken$"; "required": false; }; }, { "actionButtonClick": "actionButtonClick"; }, never, never, true, never>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, OnDestroy, OnChanges } from '@angular/core';
|
|
1
|
+
import { OnInit, OnDestroy, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
2
|
import { publicConstants } from '@pega/pcore-pconnect-typedefs/constants';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
@@ -11,10 +10,9 @@ import * as i0 from "@angular/core";
|
|
|
11
10
|
export declare class DeferLoadComponent implements OnInit, OnDestroy, OnChanges {
|
|
12
11
|
private angularPConnect;
|
|
13
12
|
pConn$: typeof PConnect;
|
|
14
|
-
|
|
13
|
+
formGroup$: any;
|
|
15
14
|
name: any;
|
|
16
|
-
|
|
17
|
-
loadedPConn$: any;
|
|
15
|
+
childComponentPConnect: typeof PConnect;
|
|
18
16
|
bShowDefer$: boolean;
|
|
19
17
|
angularPConnectData: AngularPConnectData;
|
|
20
18
|
constants: typeof publicConstants;
|
|
@@ -27,11 +25,13 @@ export declare class DeferLoadComponent implements OnInit, OnDestroy, OnChanges
|
|
|
27
25
|
CASE: any;
|
|
28
26
|
PAGE: any;
|
|
29
27
|
DATA: any;
|
|
28
|
+
lastUpdateCaseTime: any;
|
|
30
29
|
constructor(angularPConnect: AngularPConnectService);
|
|
31
30
|
ngOnInit(): void;
|
|
32
31
|
ngOnDestroy(): void;
|
|
33
32
|
onStateChange(): void;
|
|
34
|
-
ngOnChanges(): void;
|
|
33
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
34
|
+
updateSelf(): void;
|
|
35
35
|
getViewOptions: () => {
|
|
36
36
|
viewContext: any;
|
|
37
37
|
pageClass: any;
|
|
@@ -42,5 +42,5 @@ export declare class DeferLoadComponent implements OnInit, OnDestroy, OnChanges
|
|
|
42
42
|
onResponse(data: any): void;
|
|
43
43
|
loadActiveTab(): void;
|
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeferLoadComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DeferLoadComponent, "app-defer-load", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DeferLoadComponent, "app-defer-load", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, true, never>;
|
|
46
46
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ErrorBoundaryComponent {
|
|
3
3
|
message: string;
|
|
4
|
-
localizedVal: (localeKey: string, localePath?: string
|
|
4
|
+
localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string | null, componentName?: string | null) => string;
|
|
5
5
|
localeCategory: string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorBoundaryComponent, never>;
|
|
7
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorBoundaryComponent, "app-error-boundary", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, NgZone, OnDestroy } from '@angular/core';
|
|
3
2
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
3
|
import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
|
|
@@ -35,7 +34,6 @@ export declare class NavbarComponent implements OnInit, OnDestroy {
|
|
|
35
34
|
localizedVal: any;
|
|
36
35
|
localeCategory: string;
|
|
37
36
|
localeUtils: import("@pega/pcore-pconnect-typedefs/locale/locale-utils").LocaleUtils;
|
|
38
|
-
localeReference: any;
|
|
39
37
|
constructor(angularPConnect: AngularPConnectService, chRef: ChangeDetectorRef, psService: ProgressSpinnerService, ngZone: NgZone, utils: Utils);
|
|
40
38
|
ngOnInit(): void;
|
|
41
39
|
ngOnDestroy(): void;
|
|
@@ -5,12 +5,32 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
* is totally at your own risk.
|
|
6
6
|
*/
|
|
7
7
|
export declare class ReferenceComponent {
|
|
8
|
-
referencedComponent: any;
|
|
9
8
|
private static bLogging;
|
|
10
|
-
|
|
9
|
+
/**
|
|
10
|
+
* Creates a normalized PConn from a reference component.
|
|
11
|
+
* Resolves the reference to its fully realized View with proper configuration.
|
|
12
|
+
*
|
|
13
|
+
* @param inPConn - The PConn object that represents a reference component
|
|
14
|
+
* @returns The dereferenced PConnect object, or null if reference can't be resolved
|
|
15
|
+
*/
|
|
11
16
|
static createFullReferencedViewFromRef(inPConn: any): any;
|
|
17
|
+
/**
|
|
18
|
+
* Normalizes a PConn object that might be a 'reference'.
|
|
19
|
+
* If the incoming PConn is a reference, returns its dereferenced View.
|
|
20
|
+
* Otherwise, returns the passed in PConn unchanged.
|
|
21
|
+
*
|
|
22
|
+
* @param inPConn - A PConn object (ex: { getPConnect() } or direct PConnect)
|
|
23
|
+
* @returns The normalized PConn object with references resolved
|
|
24
|
+
*/
|
|
12
25
|
static normalizePConn(inPConn: any): any;
|
|
13
|
-
|
|
26
|
+
/**
|
|
27
|
+
* Normalizes an array of PConn objects by replacing any 'reference' components
|
|
28
|
+
* with their referenced views.
|
|
29
|
+
*
|
|
30
|
+
* @param inPConnArray - Array of PConn objects to normalize
|
|
31
|
+
* @returns Normalized array with references resolved, or empty array if input is invalid
|
|
32
|
+
*/
|
|
33
|
+
static normalizePConnArray(inPConnArray: any[]): any[];
|
|
14
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReferenceComponent, never>;
|
|
15
35
|
static ɵcmp: i0.ɵɵComponentDeclaration<ReferenceComponent, "app-reference", never, {}, {}, never, never, true, never>;
|
|
16
36
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, NgZone, OnDestroy } from '@angular/core';
|
|
3
2
|
import { Subscription } from 'rxjs';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
|
+
import { ServerConfigService } from '../../../_services/server-config.service';
|
|
5
5
|
import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class RootContainerComponent implements OnInit, OnDestroy {
|
|
@@ -11,6 +11,7 @@ export declare class RootContainerComponent implements OnInit, OnDestroy {
|
|
|
11
11
|
pConn$: typeof PConnect;
|
|
12
12
|
displayOnlyFA$: boolean;
|
|
13
13
|
isMashup$: boolean;
|
|
14
|
+
scService: ServerConfigService;
|
|
14
15
|
angularPConnectData: AngularPConnectData;
|
|
15
16
|
componentName$: string;
|
|
16
17
|
bIsProgress$: boolean;
|
|
@@ -26,8 +27,8 @@ export declare class RootContainerComponent implements OnInit, OnDestroy {
|
|
|
26
27
|
ngOnInit(): void;
|
|
27
28
|
ngOnDestroy(): void;
|
|
28
29
|
onStateChange(): void;
|
|
29
|
-
modalVisibleChanged(isVisible: any): void;
|
|
30
30
|
updateSelf(): void;
|
|
31
|
+
configureModalContainer(): Promise<void>;
|
|
31
32
|
generateViewContainerForNoPortal(): void;
|
|
32
33
|
showHideProgress(bShow: boolean): void;
|
|
33
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<RootContainerComponent, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
2
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
3
|
import { Utils } from '../../../_helpers/utils';
|
|
@@ -16,7 +15,8 @@ export declare class StagesComponent implements OnInit, OnDestroy {
|
|
|
16
15
|
arStageResults$: any[];
|
|
17
16
|
lastStage$: any;
|
|
18
17
|
checkSvgIcon$: string;
|
|
19
|
-
key:
|
|
18
|
+
key: any;
|
|
19
|
+
localizationService: any;
|
|
20
20
|
constructor(angularPConnect: AngularPConnectService, utils: Utils);
|
|
21
21
|
ngOnInit(): void;
|
|
22
22
|
ngOnDestroy(): void;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { OnInit, OnChanges } from '@angular/core';
|
|
2
|
+
import { FormGroup } from '@angular/forms';
|
|
3
|
+
import { DataReferenceAdvancedSearchService } from '../../../_services/data-reference-advanced-search.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class AdvancedSearchComponent implements OnInit, OnChanges {
|
|
6
|
+
private advancedSearchService;
|
|
7
|
+
pConn$: typeof PConnect;
|
|
8
|
+
formGroup$: FormGroup;
|
|
9
|
+
searchSelectCacheKey: any;
|
|
10
|
+
isInitialized: boolean;
|
|
11
|
+
configProps$: any;
|
|
12
|
+
showRecords: any;
|
|
13
|
+
searchGroupsProps: any;
|
|
14
|
+
editableFieldComp: any;
|
|
15
|
+
constructor(advancedSearchService: DataReferenceAdvancedSearchService);
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnChanges(): void;
|
|
18
|
+
updateSelf(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdvancedSearchComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdvancedSearchComponent, "app-advanced-search", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "searchSelectCacheKey": { "alias": "searchSelectCacheKey"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare function getMappedKey(key: any): any;
|
|
2
|
+
declare const getComponentStateOptions: (getPConnect: any) => {
|
|
3
|
+
clearOnCancelForContext: any;
|
|
4
|
+
};
|
|
5
|
+
interface SearchCategory {
|
|
6
|
+
selectedCategory: string;
|
|
7
|
+
}
|
|
8
|
+
interface SearchGroup {
|
|
9
|
+
searchFields: unknown;
|
|
10
|
+
activeGroupId: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const componentCachePersistUtils: {
|
|
13
|
+
getComponentStateKey: (getPConnect: any, propertyName: string) => string;
|
|
14
|
+
getComponentStateOptions: (getPConnect: any) => {
|
|
15
|
+
clearOnCancelForContext: any;
|
|
16
|
+
};
|
|
17
|
+
setComponentCache: ({ cacheKey, state, options }: {
|
|
18
|
+
cacheKey: string;
|
|
19
|
+
state: SearchCategory | SearchGroup;
|
|
20
|
+
options: ReturnType<typeof getComponentStateOptions>;
|
|
21
|
+
}) => void;
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { OnInit, OnDestroy, OnChanges, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { FormGroup } from '@angular/forms';
|
|
3
|
+
import { Subscription } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare function flattenObj(obj: any): any;
|
|
6
|
+
export declare const initializeSearchFields: (searchFields: any, getPConnect: any, referenceListClassID: any, searchFieldRestoreValues?: {}) => {};
|
|
7
|
+
export declare class SearchGroupsComponent implements OnInit, OnDestroy, OnChanges {
|
|
8
|
+
private cdRef;
|
|
9
|
+
pConn$: typeof PConnect;
|
|
10
|
+
formGroup$: FormGroup;
|
|
11
|
+
searchGroupsProps: any;
|
|
12
|
+
configProps$: any;
|
|
13
|
+
cache: any;
|
|
14
|
+
previousFormValues: any;
|
|
15
|
+
isValidatorField: any;
|
|
16
|
+
searchSelectCacheKey: any;
|
|
17
|
+
activeGroupId: string;
|
|
18
|
+
getPConnect: any;
|
|
19
|
+
searchFields: any;
|
|
20
|
+
referenceListClassID: any;
|
|
21
|
+
transientItemID: any;
|
|
22
|
+
useCache: boolean;
|
|
23
|
+
searchFieldsC11nEnv: any;
|
|
24
|
+
referenceFieldName: any;
|
|
25
|
+
viewName: any;
|
|
26
|
+
subs: Subscription[];
|
|
27
|
+
localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string | null, componentName?: string | null) => string;
|
|
28
|
+
setShowRecords: any;
|
|
29
|
+
groups: any;
|
|
30
|
+
state: any;
|
|
31
|
+
rawGroupsConfig: any;
|
|
32
|
+
initialSearchFields: {};
|
|
33
|
+
constructor(cdRef: ChangeDetectorRef);
|
|
34
|
+
ngOnInit(): void;
|
|
35
|
+
ngOnChanges(): void;
|
|
36
|
+
updateSelf(): void;
|
|
37
|
+
createSearchFields(): void;
|
|
38
|
+
getFilterData(): void;
|
|
39
|
+
resetFilterData(): void;
|
|
40
|
+
/** NEW: update existing transient data when active group changes */
|
|
41
|
+
updateTransientDataForActiveGroup(): void;
|
|
42
|
+
onActiveGroupChange(event: any): void;
|
|
43
|
+
private setupCacheReplayOnListViewReady;
|
|
44
|
+
ngOnDestroy(): void;
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchGroupsComponent, never>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchGroupsComponent, "app-search-groups", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "searchGroupsProps": { "alias": "searchGroupsProps"; "required": false; }; }, {}, never, never, true, never>;
|
|
47
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare function getCacheInfo(cache: {
|
|
2
|
+
selectedCategory: string;
|
|
3
|
+
activeGroupId: string;
|
|
4
|
+
searchFields: unknown;
|
|
5
|
+
}, groups: {
|
|
6
|
+
config: {
|
|
7
|
+
id: string;
|
|
8
|
+
};
|
|
9
|
+
}[]): {
|
|
10
|
+
useCache: boolean;
|
|
11
|
+
initialActiveGroupId: string;
|
|
12
|
+
};
|
|
13
|
+
export declare function isValidInput(input: {
|
|
14
|
+
[s: string]: unknown;
|
|
15
|
+
}): boolean;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, NgZone, OnDestroy } from '@angular/core';
|
|
3
2
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
4
3
|
import { Subscription } from 'rxjs';
|
|
5
4
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
6
5
|
import { ErrorMessagesService } from '../../../_messages/error-messages.service';
|
|
6
|
+
import { Utils } from '../../../_helpers/utils';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
interface IPage {
|
|
9
9
|
classID: string;
|
|
@@ -21,13 +21,14 @@ interface AppShellProps {
|
|
|
21
21
|
portalTemplate: string;
|
|
22
22
|
readOnly?: boolean;
|
|
23
23
|
showAppHeaderBar: boolean;
|
|
24
|
-
showAppName:
|
|
24
|
+
showAppName: any;
|
|
25
25
|
}
|
|
26
26
|
export declare class AppShellComponent implements OnInit, OnDestroy {
|
|
27
27
|
private angularPConnect;
|
|
28
28
|
private erService;
|
|
29
29
|
private snackBar;
|
|
30
30
|
private ngZone;
|
|
31
|
+
private utils;
|
|
31
32
|
pConn$: typeof PConnect;
|
|
32
33
|
angularPConnectData: AngularPConnectData;
|
|
33
34
|
configProps$: AppShellProps;
|
|
@@ -42,7 +43,9 @@ export declare class AppShellComponent implements OnInit, OnDestroy {
|
|
|
42
43
|
bOkDisplayError: boolean;
|
|
43
44
|
portalTemplate: string;
|
|
44
45
|
links: any;
|
|
45
|
-
|
|
46
|
+
imageURL: string | Blob;
|
|
47
|
+
localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string | null, componentName?: string | null) => string;
|
|
48
|
+
constructor(angularPConnect: AngularPConnectService, erService: ErrorMessagesService, snackBar: MatSnackBar, ngZone: NgZone, utils: Utils);
|
|
46
49
|
ngOnInit(): void;
|
|
47
50
|
ngOnDestroy(): void;
|
|
48
51
|
onStateChange(): void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, OnDestroy, Injector } from '@angular/core';
|
|
3
2
|
import { AngularPConnectData } from '../../../_bridge/angular-pconnect';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
@@ -18,5 +17,5 @@ export declare class DetailsTemplateBase implements OnInit, OnDestroy {
|
|
|
18
17
|
[key: string]: any;
|
|
19
18
|
}[];
|
|
20
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsTemplateBase, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DetailsTemplateBase, never, never, { "pConn$": { "alias": "pConn$"; "required": false; }; }, {}, never, never,
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DetailsTemplateBase, never, never, { "pConn$": { "alias": "pConn$"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
21
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import { AngularPConnectData } from '../../../_bridge/angular-pconnect';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class FormTemplateBase implements OnDestroy {
|
|
4
5
|
pConn$: any;
|
|
6
|
+
angularPConnectData: AngularPConnectData;
|
|
5
7
|
ngOnDestroy(): void;
|
|
6
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormTemplateBase, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FormTemplateBase, never, never, {}, {}, never, never,
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FormTemplateBase, never, never, {}, {}, never, never, true, never>;
|
|
8
10
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, OnDestroy, OnChanges } from '@angular/core';
|
|
3
2
|
import { FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
|
+
import { Utils } from '../../../_helpers/utils';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
interface CaseSummaryProps {
|
|
7
7
|
status?: string;
|
|
@@ -11,6 +11,7 @@ interface CaseSummaryProps {
|
|
|
11
11
|
}
|
|
12
12
|
export declare class CaseSummaryComponent implements OnInit, OnDestroy, OnChanges {
|
|
13
13
|
private angularPConnect;
|
|
14
|
+
private utils;
|
|
14
15
|
pConn$: typeof PConnect;
|
|
15
16
|
formGroup$: FormGroup;
|
|
16
17
|
angularPConnectData: AngularPConnectData;
|
|
@@ -20,7 +21,7 @@ export declare class CaseSummaryComponent implements OnInit, OnDestroy, OnChange
|
|
|
20
21
|
bShowStatus$?: boolean;
|
|
21
22
|
primaryFields$: any[];
|
|
22
23
|
secondaryFields$: any[];
|
|
23
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
24
|
+
constructor(angularPConnect: AngularPConnectService, utils: Utils);
|
|
24
25
|
ngOnInit(): void;
|
|
25
26
|
ngOnDestroy(): void;
|
|
26
27
|
initComponent(): void;
|
|
@@ -28,7 +29,6 @@ export declare class CaseSummaryComponent implements OnInit, OnDestroy, OnChange
|
|
|
28
29
|
updateSelf(): void;
|
|
29
30
|
ngOnChanges(): void;
|
|
30
31
|
generatePrimaryAndSecondaryFields(): void;
|
|
31
|
-
prepareComponentInCaseSummary(pConnectMeta: any, getPConnect: any): any;
|
|
32
32
|
prepareCaseSummaryData(summaryFieldChildren: any): any;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseSummaryComponent, never>;
|
|
34
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaseSummaryComponent, "app-case-summary", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -31,7 +30,6 @@ export declare class CaseViewComponent implements OnInit, OnDestroy {
|
|
|
31
30
|
caseSummaryPConn$: any;
|
|
32
31
|
currentCaseID: string;
|
|
33
32
|
editAction: boolean;
|
|
34
|
-
bHasNewAttachments: boolean;
|
|
35
33
|
localizedVal: any;
|
|
36
34
|
localeCategory: string;
|
|
37
35
|
localeKey: string;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
2
|
import { publicConstants } from '@pega/pcore-pconnect-typedefs/constants';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -1,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 '../../../_services/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,18 +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
5
|
import { FormTemplateBase } from '../base/form-template-base';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class DefaultFormComponent extends FormTemplateBase implements OnInit {
|
|
7
|
+
export declare class DefaultFormComponent extends FormTemplateBase implements OnInit, OnChanges {
|
|
8
|
+
private angularPConnect;
|
|
8
9
|
private templateUtils;
|
|
9
10
|
pConn$: typeof PConnect;
|
|
10
11
|
formGroup$: FormGroup;
|
|
12
|
+
angularPConnectData: AngularPConnectData;
|
|
11
13
|
arChildren$: any[];
|
|
12
14
|
divClass$: string;
|
|
13
15
|
instructions: string;
|
|
14
|
-
constructor(templateUtils: TemplateUtils);
|
|
16
|
+
constructor(angularPConnect: AngularPConnectService, templateUtils: TemplateUtils);
|
|
15
17
|
ngOnInit(): void;
|
|
18
|
+
onStateChange(): void;
|
|
19
|
+
ngOnChanges(changes: any): void;
|
|
20
|
+
updateSelf(): void;
|
|
16
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultFormComponent, never>;
|
|
17
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultFormComponent, "app-default-form", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
23
|
}
|