@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
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
export interface ResponseProps {
|
|
2
|
+
ID: string;
|
|
3
|
+
extension: string;
|
|
4
|
+
createDateTime?: Date | string | number;
|
|
5
|
+
createUser?: string;
|
|
6
|
+
name: string;
|
|
7
|
+
}
|
|
8
|
+
export interface AttachmentActions {
|
|
9
|
+
rel: string;
|
|
10
|
+
href: string;
|
|
11
|
+
title: string;
|
|
12
|
+
type: string;
|
|
13
|
+
}
|
|
14
|
+
export interface AttachmentLinks {
|
|
15
|
+
delete: AttachmentActions;
|
|
16
|
+
download: AttachmentActions;
|
|
17
|
+
edit: AttachmentActions;
|
|
18
|
+
}
|
|
19
|
+
export interface FileObject extends File {
|
|
20
|
+
icon?: string;
|
|
21
|
+
ID: string;
|
|
22
|
+
fileName: string;
|
|
23
|
+
category: string;
|
|
24
|
+
responseType: string;
|
|
25
|
+
fileType: string;
|
|
26
|
+
mimeType: string;
|
|
27
|
+
extension: string;
|
|
28
|
+
thumbnail?: string;
|
|
29
|
+
nameWithExt: string;
|
|
30
|
+
inProgress?: boolean;
|
|
31
|
+
progress?: number;
|
|
32
|
+
handle: string;
|
|
33
|
+
label: string;
|
|
34
|
+
delete?: boolean;
|
|
35
|
+
error?: boolean;
|
|
36
|
+
description: string;
|
|
37
|
+
props: {
|
|
38
|
+
icon?: string;
|
|
39
|
+
id: string;
|
|
40
|
+
error?: string;
|
|
41
|
+
format?: string;
|
|
42
|
+
name: string;
|
|
43
|
+
thumbnail?: string;
|
|
44
|
+
onPreview?: () => void;
|
|
45
|
+
onDelete?: () => void;
|
|
46
|
+
onOpen?: () => void;
|
|
47
|
+
onEdit?: () => void;
|
|
48
|
+
onCancel?: () => void;
|
|
49
|
+
};
|
|
50
|
+
responseProps: ResponseProps;
|
|
51
|
+
value?: {
|
|
52
|
+
filename: string;
|
|
53
|
+
ID: string;
|
|
54
|
+
thumbnail: string;
|
|
55
|
+
};
|
|
56
|
+
categoryName: string;
|
|
57
|
+
createTime: string;
|
|
58
|
+
createdBy: string;
|
|
59
|
+
createdByName: string;
|
|
60
|
+
links: AttachmentLinks;
|
|
61
|
+
name: string;
|
|
62
|
+
meta?: any;
|
|
63
|
+
}
|
|
64
|
+
export interface ReduxAttachments {
|
|
65
|
+
ID?: string;
|
|
66
|
+
pzInsKey?: string;
|
|
67
|
+
FileName: string;
|
|
68
|
+
Category: string;
|
|
69
|
+
MimeType?: string;
|
|
70
|
+
FileExtension: string;
|
|
71
|
+
error: string | null;
|
|
72
|
+
localAttachment: boolean;
|
|
73
|
+
thumbnail?: string;
|
|
74
|
+
fileIndex?: number;
|
|
75
|
+
instruction?: string;
|
|
76
|
+
}
|
|
77
|
+
export interface PageInstructionOptions {
|
|
78
|
+
allowMultiple: boolean;
|
|
79
|
+
isMultiAttachmentInInlineEditTable: boolean;
|
|
80
|
+
attachmentCount: number;
|
|
81
|
+
insertPageInstruction: boolean;
|
|
82
|
+
deletePageInstruction: boolean;
|
|
83
|
+
deleteIndex: number;
|
|
84
|
+
insertRedux: boolean;
|
|
85
|
+
isOldAttachment: boolean;
|
|
86
|
+
deleteRedux: boolean;
|
|
87
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { FileObject, PageInstructionOptions, ReduxAttachments } from './Attachment.types';
|
|
2
|
+
export declare const isContentBinary: (headers: Record<string, string>) => boolean;
|
|
3
|
+
export declare const isContentBase64: (headers: Record<string, string>) => boolean;
|
|
4
|
+
export declare const validateMaxSize: (fileObj: Record<string, number>, maxSizeInMB: string) => boolean;
|
|
5
|
+
export declare const validateFileExtension: (fileObj: Record<string, string>, allowedExtensions: string) => boolean;
|
|
6
|
+
export declare const fileDownload: (data: string | Blob, fileName: string, ext: string | null, headers: Record<string, string>) => void;
|
|
7
|
+
export declare const fileDownloadVar: (content: {
|
|
8
|
+
data: string;
|
|
9
|
+
headers: Record<string, string>;
|
|
10
|
+
}, type: string, name: string, extension: string) => void;
|
|
11
|
+
export declare const getMappedValue: (value: string) => string;
|
|
12
|
+
export declare const updateReduxState: (transformedAttachments: ReduxAttachments[], pConn: typeof PConnect, valueRef: string, options: PageInstructionOptions) => void;
|
|
13
|
+
export declare const insertAttachments: (files: FileObject[], pConn: typeof PConnect, attachmentsInModal: ReduxAttachments[], options: PageInstructionOptions) => void;
|
|
14
|
+
export declare const deleteAttachments: (files: FileObject[], pConn: typeof PConnect, attachmentsInModal: Pick<ReduxAttachments, "instruction" | "fileIndex">[], options: PageInstructionOptions) => void;
|
|
15
|
+
export declare const clearFieldErrorMessages: (pConn: typeof PConnect) => void;
|
|
16
|
+
export declare const onFileDownload: (responseProps: any, context: any) => void;
|
|
17
|
+
export declare const transformAttachments: (attachments: any) => any[];
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, NgZone, OnDestroy, ElementRef } from '@angular/core';
|
|
1
|
+
import { OnInit, OnDestroy, ElementRef } 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';
|
|
@@ -7,67 +6,52 @@ import * as i0 from "@angular/core";
|
|
|
7
6
|
export declare class AttachmentComponent implements OnInit, OnDestroy {
|
|
8
7
|
private angularPConnect;
|
|
9
8
|
private utils;
|
|
10
|
-
private ngZone;
|
|
11
9
|
pConn$: typeof PConnect;
|
|
12
10
|
formGroup$: FormGroup;
|
|
13
11
|
angularPConnectData: AngularPConnectData;
|
|
14
12
|
fileInput: ElementRef;
|
|
13
|
+
localizationService: any;
|
|
14
|
+
contextName: string;
|
|
15
|
+
actionSequencer: any;
|
|
16
|
+
caseID: any;
|
|
15
17
|
label$: string;
|
|
16
18
|
value$: any;
|
|
17
19
|
bRequired$: boolean;
|
|
18
20
|
bReadonly$: boolean;
|
|
19
21
|
bDisabled$: boolean;
|
|
20
22
|
bVisible$: boolean;
|
|
21
|
-
bLoading$: boolean;
|
|
22
|
-
bShowSelector$: boolean;
|
|
23
|
-
att_categoryName: string;
|
|
24
|
-
fileTemp: any;
|
|
25
|
-
caseID: any;
|
|
26
23
|
allowMultiple$: boolean;
|
|
27
24
|
extensions$: string;
|
|
25
|
+
displayMode: string | undefined;
|
|
28
26
|
status: string;
|
|
29
27
|
validateMessage: string | undefined;
|
|
30
28
|
valueRef: string;
|
|
31
|
-
|
|
32
|
-
localizedVal: (localeKey: string, localePath?: string | undefined, localeRuleKey?: string | undefined, componentName?: string | null | undefined) => string;
|
|
33
|
-
localeCategory: string;
|
|
29
|
+
localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string | null, componentName?: string | null) => string;
|
|
34
30
|
uploadMultipleFilesLabel: string;
|
|
35
31
|
uploadSingleFileLabel: string;
|
|
36
32
|
filesWithError: any;
|
|
37
33
|
files: any;
|
|
38
|
-
categoryName: string;
|
|
39
|
-
displayMode: string | undefined;
|
|
40
34
|
srcImg: any;
|
|
41
35
|
deleteIcon: string;
|
|
42
36
|
tempFilesToBeUploaded: any[];
|
|
43
|
-
|
|
37
|
+
attachments: any;
|
|
38
|
+
attachmentCount: number;
|
|
39
|
+
isOldAttachment: boolean;
|
|
40
|
+
multiAttachmentsInInlineEdit: any;
|
|
41
|
+
isMultiAttachmentInInlineEditTable: any;
|
|
42
|
+
overrideLocalState: boolean;
|
|
43
|
+
constructor(angularPConnect: AngularPConnectService, utils: Utils);
|
|
44
44
|
ngOnInit(): void;
|
|
45
|
-
getAttachments(): () => void;
|
|
46
45
|
checkAndUpdate(): void;
|
|
47
46
|
onStateChange(): void;
|
|
48
47
|
updateSelf(): void;
|
|
49
|
-
buildFilePropsFromResponse(respObj: any): {
|
|
50
|
-
props: {
|
|
51
|
-
meta: string;
|
|
52
|
-
name: any;
|
|
53
|
-
icon: string;
|
|
54
|
-
};
|
|
55
|
-
responseProps: any;
|
|
56
|
-
};
|
|
57
48
|
updateAttachments(): void;
|
|
58
|
-
resetAttachmentStoredState(): void;
|
|
59
49
|
downloadFile(fileObj: any): void;
|
|
60
|
-
|
|
61
|
-
getAttachmentKey: (name?: string) => string;
|
|
62
|
-
getCurrentAttachmentsList(key: any, context: any): any;
|
|
63
|
-
validateMaxSize(fileObj: any, maxSizeInMB: any): boolean;
|
|
64
|
-
validateFileExtension: (fileObj: any, allowedExtensions: any) => any;
|
|
65
|
-
updateAttachmentState(pConn: any, key: any, attachments: any): void;
|
|
66
|
-
deleteFile(file: any): void;
|
|
50
|
+
deleteFile(file: any, fileIndex: number): void;
|
|
67
51
|
onFileAdded(event: any): void;
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
errorHandler(isFetchCanceled: any,
|
|
52
|
+
onUploadProgress(id: any, ev: any): void;
|
|
53
|
+
populateErrorAndUpdateRedux(file: any): void;
|
|
54
|
+
errorHandler(isFetchCanceled: any, file: any): (error: any) => never;
|
|
71
55
|
uploadFiles(): void;
|
|
72
56
|
ngOnDestroy(): void;
|
|
73
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<AttachmentComponent, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
3
|
import { Utils } from '../../../_helpers/utils';
|
|
@@ -14,14 +13,14 @@ export declare class FeedContainerComponent implements OnInit, OnDestroy {
|
|
|
14
13
|
currentUserInitials$: string;
|
|
15
14
|
currentUserName$: string;
|
|
16
15
|
pulseMessages$: any[];
|
|
17
|
-
showReplyComment$:
|
|
16
|
+
showReplyComment$: object;
|
|
18
17
|
svgComment$: string;
|
|
19
18
|
svgLike$: string;
|
|
20
19
|
svgLikedByMe$: string;
|
|
21
20
|
svgSend$: string;
|
|
22
21
|
pulseConversation: string;
|
|
23
22
|
userData: Map<any, any>;
|
|
24
|
-
pulseComment:
|
|
23
|
+
pulseComment: object;
|
|
25
24
|
actionsAPI: any;
|
|
26
25
|
feedAPI: any;
|
|
27
26
|
pulseData: any;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, NgZone, OnDestroy } from '@angular/core';
|
|
3
2
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
3
|
import { Utils } from '../../../_helpers/utils';
|
|
@@ -35,12 +34,14 @@ export declare class FileUtilityComponent implements OnInit, OnDestroy {
|
|
|
35
34
|
link_url$: string;
|
|
36
35
|
closeSvgIcon$: string;
|
|
37
36
|
currentCaseID: string;
|
|
37
|
+
debouncedGetAttachments: any;
|
|
38
|
+
attachSubId: any;
|
|
38
39
|
addAttachmentsActions: any;
|
|
39
40
|
constructor(angularPConnect: AngularPConnectService, utils: Utils, ngZone: NgZone);
|
|
40
41
|
ngOnInit(): void;
|
|
41
42
|
ngOnDestroy(): void;
|
|
42
43
|
onStateChange(): void;
|
|
43
|
-
onAttachFiles(files
|
|
44
|
+
onAttachFiles(files?: any[]): void;
|
|
44
45
|
refreshAttachments(): void;
|
|
45
46
|
onUploadProgress(): void;
|
|
46
47
|
errorHandler(): void;
|
|
@@ -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 { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
|
|
@@ -34,15 +33,17 @@ export declare class TodoComponent implements OnInit, OnDestroy {
|
|
|
34
33
|
assignmentsSource$: any;
|
|
35
34
|
CONSTS: typeof publicConstants;
|
|
36
35
|
bLogging: boolean;
|
|
37
|
-
localizedVal: (localeKey: string, localePath?: string
|
|
36
|
+
localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string | null, componentName?: string | null) => string;
|
|
37
|
+
localeUtils: import("@pega/pcore-pconnect-typedefs/locale/locale-utils").LocaleUtils;
|
|
38
38
|
localeCategory: string;
|
|
39
39
|
showlessLocalizedValue: string;
|
|
40
40
|
showMoreLocalizedValue: string;
|
|
41
|
-
|
|
41
|
+
goLocalizedValue: string;
|
|
42
42
|
count: number;
|
|
43
43
|
constructor(psService: ProgressSpinnerService, erService: ErrorMessagesService, utils: Utils);
|
|
44
44
|
ngOnInit(): void;
|
|
45
45
|
ngOnDestroy(): void;
|
|
46
|
+
get canPerform(): boolean;
|
|
46
47
|
updateList(): void;
|
|
47
48
|
updateToDo(): void;
|
|
48
49
|
deferLoadWorklistItems(responseData: any): void;
|
|
@@ -50,7 +51,7 @@ export declare class TodoComponent implements OnInit, OnDestroy {
|
|
|
50
51
|
topThreeAssignments(assignmentsSource: any[]): any[];
|
|
51
52
|
getAssignmentId(assignment: any): any;
|
|
52
53
|
getPriority(assignment: any): any;
|
|
53
|
-
getAssignmentName(assignment: any):
|
|
54
|
+
getAssignmentName(assignment: any): string;
|
|
54
55
|
getCaseInfoAssignment(assignmentsSource: any[], caseInfoID: string): any[];
|
|
55
56
|
_showMore(): void;
|
|
56
57
|
_showLess(): void;
|
|
@@ -11,6 +11,4 @@ export declare const getReferenceList: (pConn: any) => any;
|
|
|
11
11
|
* @param {*} viewConfigPath - boolean value to check for children in config
|
|
12
12
|
* @returns {*} - return the react element of the view
|
|
13
13
|
*/
|
|
14
|
-
export declare const buildView: (pConn: any, index: any, viewConfigPath: any) =>
|
|
15
|
-
getPConnect: () => import("@pega/pcore-pconnect-typedefs/interpreter/c11n-env").C11nEnv;
|
|
16
|
-
};
|
|
14
|
+
export declare const buildView: (pConn: any, index: any, viewConfigPath: any) => import("@pega/pcore-pconnect-typedefs/interpreter/types").CreateC11nEnv;
|
|
@@ -25,9 +25,7 @@ export declare const createFilterComponent: (getPConnect: any, filterMeta: any,
|
|
|
25
25
|
name: any;
|
|
26
26
|
filterProp: string;
|
|
27
27
|
metadata: any;
|
|
28
|
-
c11nEnv:
|
|
29
|
-
getPConnect: () => import("@pega/pcore-pconnect-typedefs/interpreter/c11n-env").C11nEnv;
|
|
30
|
-
};
|
|
28
|
+
c11nEnv: import("@pega/pcore-pconnect-typedefs/interpreter/types").CreateC11nEnv;
|
|
31
29
|
filterId: any;
|
|
32
30
|
label?: undefined;
|
|
33
31
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare function getLocale(locale?: string): string | undefined;
|
|
2
|
-
export declare function getCurrentTimezone(): string
|
|
2
|
+
export declare function getCurrentTimezone(timezone?: string): string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
export declare const CurrencyFormatters: {
|
|
2
2
|
Currency: (value: any, options: any) => string;
|
|
3
3
|
'Currency-Code': (value: any, options: any) => string;
|
|
4
4
|
Decimal: (value: any, options: any) => string;
|
|
@@ -6,4 +6,3 @@ declare const _default: {
|
|
|
6
6
|
Integer: (value: any, options: any) => string;
|
|
7
7
|
Percentage: (value: any, options: any) => string;
|
|
8
8
|
};
|
|
9
|
-
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
export declare const DateFormatters: {
|
|
2
2
|
'DateTime-Long': (value: any, options: any) => string;
|
|
3
3
|
'DateTime-Short': (value: any, options: any) => string;
|
|
4
4
|
'DateTime-Since': (value: any) => string;
|
|
@@ -7,4 +7,3 @@ declare const _default: {
|
|
|
7
7
|
convertFromTimezone: (value: any, timezone: any) => any;
|
|
8
8
|
Date: (value: any, options: any) => string;
|
|
9
9
|
};
|
|
10
|
-
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
export declare const CommonFormatters: {
|
|
2
2
|
'DateTime-Long': (value: any, options: any) => string;
|
|
3
3
|
'DateTime-Short': (value: any, options: any) => string;
|
|
4
4
|
'DateTime-Since': (value: any) => string;
|
|
@@ -14,5 +14,4 @@ declare const _default: {
|
|
|
14
14
|
Percentage: (value: any, options: any) => string;
|
|
15
15
|
TrueFalse: (value: any, options: any) => any;
|
|
16
16
|
};
|
|
17
|
-
export default _default;
|
|
18
17
|
export declare function format(value: any, type: any, options?: {}): string;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Returns the value of the key from objectInfo/caseInfo
|
|
3
|
+
* Added fallback to retrieve from caseInfo if objectInfo not present.
|
|
4
|
+
* @param pConnect
|
|
5
|
+
* @param key
|
|
6
|
+
* @returns the value of key
|
|
7
|
+
*/
|
|
8
|
+
export declare const getResolvedConstantValue: (pConnect: typeof PConnect, key: string) => any;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
declare function getLeafNameFromPropertyName(property: any): string;
|
|
2
|
+
declare function isSelfReferencedProperty(param: any, referenceProp: any): boolean;
|
|
3
|
+
declare function getCompositeKeys(c11nEnv: any, property: any): any;
|
|
4
|
+
declare function generateColumns(config: any, pConn: any, referenceType: any): void;
|
|
5
|
+
declare function getDataRelationshipContextFromKey(key: any): any;
|
|
6
|
+
export { getLeafNameFromPropertyName, isSelfReferencedProperty, getCompositeKeys, generateColumns, getDataRelationshipContextFromKey };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare function getDataReferenceInfo(pConnect: any, dataRelationshipContext: any, contextPage: any): {
|
|
2
|
+
dataContext?: undefined;
|
|
3
|
+
dataContextParameters?: undefined;
|
|
4
|
+
} | {
|
|
5
|
+
dataContext: any;
|
|
6
|
+
dataContextParameters: {};
|
|
7
|
+
};
|
|
8
|
+
declare function isLinkTextEmpty(text: any): boolean;
|
|
9
|
+
export { getDataReferenceInfo, isLinkTextEmpty };
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare const getDeferFriendlyTabs: (allTabs: any) => any;
|
|
2
|
+
export declare const searchtabsClick: (id: any, mainTabs: any, currentTabId: any) => void;
|
|
2
3
|
export declare const getVisibleTabs: (allTabs: any, uuid: any) => any;
|
|
3
4
|
export declare const getTransientTabs: (availableTabs: any, currentTabId: any, tabItems: any) => any;
|
|
4
5
|
export declare const tabClick: (id: any, availableTabs: any, currentTabId: any, tabItems: any) => void;
|
|
6
|
+
export declare const getTabLabel: (tabPConnect: any) => any;
|
|
7
|
+
export declare const getActiveTabId: (mainTabs: any, currentTabId: any) => any;
|
|
8
|
+
export declare const getFirstVisibleTabId: (deferLoadedTabs: any, tabViewName: any) => string | null;
|
package/lib/_helpers/utils.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ export declare class Utils {
|
|
|
4
4
|
private scService;
|
|
5
5
|
lastControlID: number;
|
|
6
6
|
viewContainerCount: number;
|
|
7
|
+
timezone: string | undefined;
|
|
7
8
|
constructor(scService: ServerConfigService);
|
|
8
9
|
getSDKStaticContentUrl(): string;
|
|
9
10
|
consoleKidDump(pConn: any, level?: number, kidNum?: number): void;
|
|
@@ -26,7 +27,18 @@ export declare class Utils {
|
|
|
26
27
|
okToAddContainerToVC(): boolean;
|
|
27
28
|
getUserId: (user: any) => string;
|
|
28
29
|
static sdkGetAuthHeader(): string;
|
|
29
|
-
static isEmptyObject(obj:
|
|
30
|
+
static isEmptyObject(obj: object): boolean;
|
|
31
|
+
/**
|
|
32
|
+
* Get a localized value from the Generic Fields
|
|
33
|
+
* @param path - The path within Generic Fields (e.g., 'CosmosFields.fields.lists')
|
|
34
|
+
* @param key - The key of the string to localize
|
|
35
|
+
* @returns The localized string or the key itself if no translation is found
|
|
36
|
+
*/
|
|
37
|
+
getGenericFieldsLocalizedValue(path: string, key: string): string;
|
|
38
|
+
prepareComponentInCaseSummary(pConnectMeta: any, getPConnect: any): any;
|
|
39
|
+
resolveReferenceFields(item: {
|
|
40
|
+
[key: string]: unknown;
|
|
41
|
+
}, hideFieldLabels: boolean, recordKey: string, pConnect: typeof PConnect): any;
|
|
30
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<Utils, never>;
|
|
31
43
|
static ɵprov: i0.ɵɵInjectableDeclaration<Utils>;
|
|
32
44
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BannerService {
|
|
3
|
+
banners: any[];
|
|
4
|
+
clearBanners(): void;
|
|
5
|
+
updateBanners(itemKey: any): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BannerService, never>;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BannerService>;
|
|
8
|
+
}
|
|
@@ -6,7 +6,7 @@ export declare class CaseService {
|
|
|
6
6
|
private scService;
|
|
7
7
|
constructor(http: HttpClient, scService: ServerConfigService);
|
|
8
8
|
caseTypeUrl: string;
|
|
9
|
-
getCaseTypes(): import("rxjs").Observable<import("@angular/common/
|
|
9
|
+
getCaseTypes(): import("rxjs").Observable<import("@angular/common/module.d-CnjH8Dlt").HttpResponse<Object>>;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseService, never>;
|
|
11
11
|
static ɵprov: i0.ɵɵInjectableDeclaration<CaseService>;
|
|
12
12
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class DataReferenceAdvancedSearchService {
|
|
3
|
+
private configSubject;
|
|
4
|
+
config$: import("rxjs").Observable<null>;
|
|
5
|
+
setConfig(config: any): void;
|
|
6
|
+
getConfig(): null;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataReferenceAdvancedSearchService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DataReferenceAdvancedSearchService>;
|
|
9
|
+
}
|
|
@@ -6,7 +6,7 @@ export declare class DatapageService {
|
|
|
6
6
|
private scService;
|
|
7
7
|
constructor(http: HttpClient, scService: ServerConfigService);
|
|
8
8
|
dataPageUrl: string;
|
|
9
|
-
getDataPage(id: any, dpParams: any): import("rxjs").Observable<import("@angular/common/
|
|
9
|
+
getDataPage(id: any, dpParams: any): import("rxjs").Observable<import("@angular/common/module.d-CnjH8Dlt").HttpResponse<Object>>;
|
|
10
10
|
getResults(response: any): any;
|
|
11
11
|
getDataPageData(dataPageName: any, parameters: any, context: any): Promise<unknown>;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatapageService, never>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class GoogleMapsLoaderService {
|
|
3
|
+
private loadingPromise?;
|
|
4
|
+
load(apiKey: string): Promise<void>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GoogleMapsLoaderService, never>;
|
|
6
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<GoogleMapsLoaderService>;
|
|
7
|
+
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pega/angular-sdk-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "25.1.10",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/
|
|
6
|
-
"@angular/
|
|
5
|
+
"@angular/animations": "^19.0.0",
|
|
6
|
+
"@angular/cdk": "^19.0.0",
|
|
7
|
+
"@angular/common": "^19.0.0",
|
|
8
|
+
"@angular/core": "^19.0.0",
|
|
9
|
+
"@angular/forms": "^19.0.0",
|
|
10
|
+
"@angular/google-maps": "^19.2.19",
|
|
11
|
+
"@angular/material": "^19.2.19",
|
|
12
|
+
"@angular/material-moment-adapter": "^19.2.19",
|
|
13
|
+
"@danielmoncada/angular-datetime-picker": "^19.0.0",
|
|
14
|
+
"@pega/auth": "^0.2.0",
|
|
15
|
+
"@tinymce/tinymce-angular": "^8.0.1",
|
|
16
|
+
"dayjs": "^1.11.13",
|
|
17
|
+
"downloadjs": "^1.4.7",
|
|
18
|
+
"fast-deep-equal": "^3.1.3",
|
|
19
|
+
"mat-tel-input": "19.0.5-0",
|
|
20
|
+
"libphonenumber-js": "^1.10.53",
|
|
21
|
+
"lodash.clonedeep": "^4.5.0",
|
|
22
|
+
"ngx-currency": "^19.0.0"
|
|
7
23
|
},
|
|
8
24
|
"dependencies": {
|
|
9
|
-
"tslib": "^2.
|
|
25
|
+
"tslib": "^2.8.1"
|
|
10
26
|
},
|
|
11
27
|
"sideEffects": false,
|
|
12
28
|
"module": "fesm2022/pega-angular-sdk-components.mjs",
|
|
@@ -17,8 +33,6 @@
|
|
|
17
33
|
},
|
|
18
34
|
".": {
|
|
19
35
|
"types": "./index.d.ts",
|
|
20
|
-
"esm2022": "./esm2022/pega-angular-sdk-components.mjs",
|
|
21
|
-
"esm": "./esm2022/pega-angular-sdk-components.mjs",
|
|
22
36
|
"default": "./fesm2022/pega-angular-sdk-components.mjs"
|
|
23
37
|
}
|
|
24
38
|
}
|
package/public-api.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
export * from './sdk-local-component-map';
|
|
1
2
|
export * from './lib/_bridge/component-mapper/component-mapper.component';
|
|
2
3
|
export * from './lib/_bridge/helpers/sdk_component_map';
|
|
3
4
|
export * from './lib/_bridge/angular-pconnect';
|
|
5
|
+
export * from './lib/_components/field/field.base';
|
|
4
6
|
export * from './lib/_components/field/auto-complete/auto-complete.component';
|
|
5
7
|
export * from './lib/_components/field/cancel-alert/cancel-alert.component';
|
|
6
8
|
export * from './lib/_components/field/check-box/check-box.component';
|
|
@@ -11,6 +13,7 @@ export * from './lib/_components/field/decimal/decimal.component';
|
|
|
11
13
|
export * from './lib/_components/field/dropdown/dropdown.component';
|
|
12
14
|
export * from './lib/_components/field/email/email.component';
|
|
13
15
|
export * from './lib/_components/field/integer/integer.component';
|
|
16
|
+
export * from './lib/_components/field/object-reference/object-reference.component';
|
|
14
17
|
export * from './lib/_components/field/percentage/percentage.component';
|
|
15
18
|
export * from './lib/_components/field/phone/phone.component';
|
|
16
19
|
export * from './lib/_components/field/radio-buttons/radio-buttons.component';
|
|
@@ -43,13 +46,18 @@ export * from './lib/_components/infra/root-container/root-container.component';
|
|
|
43
46
|
export * from './lib/_components/infra/stages/stages.component';
|
|
44
47
|
export * from './lib/_components/infra/view/view.component';
|
|
45
48
|
export * from './lib/_components/infra/Containers/base-components/flow-container-base.component';
|
|
49
|
+
export * from './lib/_components/template/advanced-search/search-group/persist-utils';
|
|
50
|
+
export * from './lib/_components/template/advanced-search/search-groups/utils';
|
|
51
|
+
export * from './lib/_components/template/app-shell/app-shell.component';
|
|
46
52
|
export * from './lib/_components/template/base/form-template-base';
|
|
47
53
|
export * from './lib/_components/template/base/details-template-base';
|
|
48
|
-
export * from './lib/_components/template/app-shell/app-shell.component';
|
|
49
54
|
export * from './lib/_components/template/case-summary/case-summary.component';
|
|
50
55
|
export * from './lib/_components/template/case-view/case-view.component';
|
|
51
56
|
export * from './lib/_components/template/confirmation/confirmation.component';
|
|
52
57
|
export * from './lib/_components/template/data-reference/data-reference.component';
|
|
58
|
+
export * from './lib/_components/template/data-reference/search-form/tabsData';
|
|
59
|
+
export * from './lib/_components/template/data-reference/search-form/search-form.component';
|
|
60
|
+
export * from './lib/_components/template/data-reference/utils';
|
|
53
61
|
export * from './lib/_components/template/default-form/default-form.component';
|
|
54
62
|
export * from './lib/_components/template/details/details.component';
|
|
55
63
|
export * from './lib/_components/template/details-narrow-wide/details-narrow-wide.component';
|
|
@@ -67,6 +75,7 @@ export * from './lib/_components/template/list-page/list-page.component';
|
|
|
67
75
|
export * from './lib/_components/template/list-view/list-view.component';
|
|
68
76
|
export * from './lib/_components/template/multi-reference-readonly/multi-reference-readonly.component';
|
|
69
77
|
export * from './lib/_components/template/narrow-wide-form/narrow-wide-form.component';
|
|
78
|
+
export * from './lib/_components/template/object-page/object-page.component';
|
|
70
79
|
export * from './lib/_components/template/one-column/one-column.component';
|
|
71
80
|
export * from './lib/_components/template/one-column-page/one-column-page.component';
|
|
72
81
|
export * from './lib/_components/template/one-column-tab/one-column-tab.component';
|
|
@@ -74,6 +83,7 @@ export * from './lib/_components/template/page/page.component';
|
|
|
74
83
|
export * from './lib/_components/template/promoted-filters/promoted-filters.component';
|
|
75
84
|
export * from './lib/_components/template/repeating-structures/repeating-structures.component';
|
|
76
85
|
export * from './lib/_components/template/simple-table/simple-table.component';
|
|
86
|
+
export * from './lib/_components/template/simple-table-manual/helpers';
|
|
77
87
|
export * from './lib/_components/template/simple-table-manual/simple-table-manual.component';
|
|
78
88
|
export * from './lib/_components/template/simple-table-select/simple-table-select.component';
|
|
79
89
|
export * from './lib/_components/template/single-reference-readonly/single-reference-readonly.component';
|
|
@@ -86,7 +96,6 @@ export * from './lib/_components/template/two-column-tab/two-column-tab.componen
|
|
|
86
96
|
export * from './lib/_components/template/wide-narrow-form/wide-narrow-form.component';
|
|
87
97
|
export * from './lib/_components/template/wide-narrow-page/wide-narrow-page.component';
|
|
88
98
|
export * from './lib/_components/template/utils';
|
|
89
|
-
export * from './lib/_components/template/simple-table-manual/helpers';
|
|
90
99
|
export * from './lib/_components/widget/app-announcement/app-announcement.component';
|
|
91
100
|
export * from './lib/_components/widget/attachment/attachment.component';
|
|
92
101
|
export * from './lib/_components/widget/case-history/case-history.component';
|
|
@@ -109,28 +118,36 @@ export * from './lib/_components/designSystemExtension/operator/operator.compone
|
|
|
109
118
|
export * from './lib/_components/designSystemExtension/pulse/pulse.component';
|
|
110
119
|
export * from './lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component';
|
|
111
120
|
export * from './lib/_directives/thousand-seperator.directive';
|
|
112
|
-
export * from './lib/_services/
|
|
121
|
+
export * from './lib/_services/banner.service';
|
|
113
122
|
export * from './lib/_services/case.service';
|
|
114
123
|
export * from './lib/_services/datapage.service';
|
|
115
124
|
export * from './lib/_services/endpoints';
|
|
125
|
+
export * from './lib/_services/google-maps-loader.service';
|
|
126
|
+
export * from './lib/_services/server-config.service';
|
|
127
|
+
export * from './lib/_services/data-reference-advanced-search.service';
|
|
116
128
|
export * from './lib/_helpers/case-utils';
|
|
117
|
-
export * from './lib/_helpers/currency-utils';
|
|
118
129
|
export * from './lib/_helpers/common';
|
|
119
130
|
export * from './lib/_helpers/createstage-utils';
|
|
131
|
+
export * from './lib/_helpers/currency-utils';
|
|
120
132
|
export * from './lib/_helpers/date-format-utils';
|
|
121
133
|
export * from './lib/_helpers/event-util';
|
|
122
134
|
export * from './lib/_helpers/field-group-utils';
|
|
123
|
-
export * from './lib/_helpers/
|
|
135
|
+
export * from './lib/_helpers/filter-utils';
|
|
136
|
+
export * from './lib/_helpers/formatters/boolean';
|
|
137
|
+
export * from './lib/_helpers/formatters/currency';
|
|
124
138
|
export * from './lib/_helpers/formatters/currency-map';
|
|
125
|
-
export * from './lib/_helpers/formatters';
|
|
139
|
+
export * from './lib/_helpers/formatters/date';
|
|
140
|
+
export * from './lib/_helpers/formatters/format-utils';
|
|
141
|
+
export * from './lib/_helpers/formatters/index';
|
|
142
|
+
export * from './lib/_helpers/instructions-utils';
|
|
143
|
+
export * from './lib/_helpers/objectReference-utils';
|
|
144
|
+
export * from './lib/_helpers/semanticLink-utils';
|
|
126
145
|
export * from './lib/_helpers/tab-utils';
|
|
127
146
|
export * from './lib/_helpers/template-utils';
|
|
128
147
|
export * from './lib/_helpers/utils';
|
|
129
148
|
export * from './lib/_helpers/versionHelpers';
|
|
130
|
-
export * from './lib/_helpers/
|
|
131
|
-
export * from './lib/_helpers/instructions-utils';
|
|
149
|
+
export * from './lib/_helpers/object-utils';
|
|
132
150
|
export * from './lib/_messages/error-messages.service';
|
|
133
151
|
export * from './lib/_messages/progress-spinner.service';
|
|
134
152
|
export * from './lib/_messages/update-worklist.service';
|
|
135
153
|
export * from './lib/_types/PConnProps.interface';
|
|
136
|
-
export * from './sdk-local-component-map';
|