@pega/angular-sdk-components 0.24.8 → 0.25.1
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 +2835 -1810
- package/fesm2022/pega-angular-sdk-components.mjs.map +1 -1
- package/lib/_bridge/helpers/sdk-pega-component-map.d.ts +4 -0
- package/lib/_components/designSystemExtension/banner/banner.component.d.ts +0 -1
- package/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.d.ts +0 -1
- package/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.d.ts +1 -1
- package/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.d.ts +2 -1
- package/lib/_components/designSystemExtension/operator/operator.component.d.ts +2 -3
- package/lib/_components/designSystemExtension/pulse/pulse.component.d.ts +2 -3
- package/lib/_components/field/auto-complete/auto-complete.component.d.ts +8 -3
- package/lib/_components/field/cancel-alert/cancel-alert.component.d.ts +0 -1
- package/lib/_components/field/check-box/check-box.component.d.ts +5 -3
- package/lib/_components/field/currency/currency.component.d.ts +6 -4
- package/lib/_components/field/date/date.component.d.ts +17 -7
- package/lib/_components/field/date-time/date-time.component.d.ts +10 -3
- package/lib/_components/field/decimal/decimal.component.d.ts +4 -4
- package/lib/_components/field/dropdown/dropdown.component.d.ts +14 -3
- package/lib/_components/field/email/email.component.d.ts +2 -1
- package/lib/_components/field/group/group.component.d.ts +0 -1
- package/lib/_components/field/integer/integer.component.d.ts +2 -1
- package/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.d.ts +1 -2
- package/lib/_components/field/location/location.component.d.ts +71 -0
- package/lib/_components/field/multiselect/multiselect.component.d.ts +3 -3
- package/lib/_components/field/percentage/percentage.component.d.ts +6 -3
- package/lib/_components/field/phone/phone.component.d.ts +6 -8
- package/lib/_components/field/radio-buttons/radio-buttons.component.d.ts +4 -2
- package/lib/_components/field/rich-text/rich-text.component.d.ts +3 -2
- package/lib/_components/field/scalar-list/scalar-list.component.d.ts +0 -1
- package/lib/_components/field/selectable-card/selectable-card.component.d.ts +75 -0
- package/lib/_components/field/semantic-link/semantic-link.component.d.ts +0 -1
- package/lib/_components/field/text/text.component.d.ts +3 -2
- package/lib/_components/field/text-area/text-area.component.d.ts +2 -1
- package/lib/_components/field/text-content/text-content.component.d.ts +0 -1
- package/lib/_components/field/text-input/text-input.component.d.ts +2 -1
- package/lib/_components/field/time/time.component.d.ts +3 -1
- package/lib/_components/field/url/url.component.d.ts +2 -1
- package/lib/_components/field/user-reference/user-reference.component.d.ts +7 -1
- package/lib/_components/infra/Containers/flow-container/flow-container.component.d.ts +0 -2
- package/lib/_components/infra/Containers/flow-container/helpers.d.ts +1 -0
- package/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.d.ts +0 -1
- package/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.d.ts +1 -4
- package/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.d.ts +0 -1
- package/lib/_components/infra/Containers/view-container/helper.d.ts +2 -0
- package/lib/_components/infra/Containers/view-container/view-container.component.d.ts +0 -1
- package/lib/_components/infra/action-buttons/action-buttons.component.d.ts +1 -1
- package/lib/_components/infra/assignment/assignment.component.d.ts +6 -4
- package/lib/_components/infra/assignment-card/assignment-card.component.d.ts +0 -1
- package/lib/_components/infra/dashboard-filter/dashboard-filter.component.d.ts +0 -1
- package/lib/_components/infra/defer-load/defer-load.component.d.ts +3 -3
- package/lib/_components/infra/error-boundary/error-boundary.component.d.ts +1 -1
- package/lib/_components/infra/multi-step/multi-step.component.d.ts +0 -1
- package/lib/_components/infra/navbar/navbar.component.d.ts +2 -3
- 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 +0 -1
- package/lib/_components/infra/view/view.component.d.ts +1 -1
- package/lib/_components/template/app-shell/app-shell.component.d.ts +0 -1
- package/lib/_components/template/banner-page/banner-page.component.d.ts +0 -1
- package/lib/_components/template/base/details-template-base.d.ts +21 -0
- package/lib/_components/template/base/form-template-base.d.ts +10 -0
- package/lib/_components/template/case-summary/case-summary.component.d.ts +3 -3
- package/lib/_components/template/case-view/case-view.component.d.ts +1 -3
- package/lib/_components/template/confirmation/confirmation.component.d.ts +0 -1
- package/lib/_components/template/data-reference/data-reference.component.d.ts +0 -1
- package/lib/_components/template/default-form/default-form.component.d.ts +8 -7
- package/lib/_components/template/details/details.component.d.ts +3 -12
- package/lib/_components/template/details-narrow-wide/details-narrow-wide.component.d.ts +3 -12
- package/lib/_components/template/details-one-column/details-one-column.component.d.ts +3 -14
- package/lib/_components/template/details-sub-tabs/details-sub-tabs.component.d.ts +3 -14
- package/lib/_components/template/details-three-column/details-three-column.component.d.ts +3 -14
- package/lib/_components/template/details-two-column/details-two-column.component.d.ts +3 -14
- package/lib/_components/template/details-wide-narrow/details-wide-narrow.component.d.ts +3 -14
- package/lib/_components/template/dynamic-tabs/dynamic-tabs.component.d.ts +1 -1
- package/lib/_components/template/field-group-template/field-group-template.component.d.ts +12 -9
- package/lib/_components/template/inline-dashboard/inline-dashboard.component.d.ts +0 -1
- package/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.d.ts +0 -1
- package/lib/_components/template/list-page/list-page.component.d.ts +0 -1
- package/lib/_components/template/list-view/list-view.component.d.ts +6 -4
- package/lib/_components/template/list-view/listViewHelpers.d.ts +1 -1
- package/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.d.ts +0 -1
- package/lib/_components/template/narrow-wide-form/narrow-wide-form.component.d.ts +0 -1
- package/lib/_components/template/one-column/one-column.component.d.ts +2 -2
- package/lib/_components/template/one-column-page/one-column-page.component.d.ts +0 -1
- package/lib/_components/template/one-column-tab/one-column-tab.component.d.ts +0 -1
- package/lib/_components/template/page/page.component.d.ts +0 -1
- package/lib/_components/template/promoted-filters/promoted-filters.component.d.ts +0 -1
- package/lib/_components/template/repeating-structures/repeating-structures.component.d.ts +0 -1
- package/lib/_components/template/simple-table/simple-table.component.d.ts +0 -1
- package/lib/_components/template/simple-table-manual/helpers.d.ts +19 -4
- package/lib/_components/template/simple-table-manual/simple-table-manual.component.d.ts +10 -3
- 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 +0 -1
- package/lib/_components/template/sub-tabs/sub-tabs.component.d.ts +0 -1
- package/lib/_components/template/three-column/three-column.component.d.ts +2 -2
- package/lib/_components/template/three-column-page/three-column-page.component.d.ts +0 -1
- package/lib/_components/template/two-column/two-column.component.d.ts +2 -2
- package/lib/_components/template/two-column-page/two-column-page.component.d.ts +0 -1
- package/lib/_components/template/two-column-tab/two-column-tab.component.d.ts +0 -1
- package/lib/_components/template/utils.d.ts +7 -0
- package/lib/_components/template/wide-narrow-form/wide-narrow-form.component.d.ts +2 -2
- package/lib/_components/template/wide-narrow-page/wide-narrow-page.component.d.ts +1 -2
- package/lib/_components/template/wss-nav-bar/wss-nav-bar.component.d.ts +3 -4
- package/lib/_components/widget/app-announcement/app-announcement.component.d.ts +0 -1
- package/lib/_components/widget/attachment/attachment.component.d.ts +3 -4
- 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 +1 -2
- package/lib/_components/widget/quick-create/quick-create.component.d.ts +0 -1
- package/lib/_components/widget/todo/todo.component.d.ts +10 -14
- package/lib/_components/widget/utility/utility.component.d.ts +0 -1
- package/lib/_helpers/common.d.ts +1 -1
- package/lib/_helpers/createstage-utils.d.ts +1 -0
- package/lib/_helpers/formatters/boolean.d.ts +1 -2
- package/lib/_helpers/formatters/common.d.ts +2 -2
- package/lib/_helpers/formatters/currency.d.ts +1 -2
- package/lib/_helpers/formatters/date.d.ts +1 -2
- package/lib/_helpers/formatters/index.d.ts +1 -2
- package/lib/_helpers/utils.d.ts +12 -0
- package/lib/_messages/error-messages.service.d.ts +1 -1
- package/lib/_services/banner.service.d.ts +8 -0
- package/lib/_services/case.service.d.ts +1 -1
- package/lib/_services/datapage.service.d.ts +1 -1
- package/lib/_services/endpoints.d.ts +0 -1
- package/lib/_services/google-maps-loader.service.d.ts +7 -0
- package/lib/doc/KeyReleaseUpdates.md +35 -1
- package/package.json +20 -6
- package/public-api.d.ts +15 -11
- package/esm2022/lib/_bridge/angular-pconnect.mjs +0 -428
- package/esm2022/lib/_bridge/component-mapper/component-mapper.component.mjs +0 -114
- package/esm2022/lib/_bridge/helpers/sdk-pega-component-map.mjs +0 -239
- package/esm2022/lib/_bridge/helpers/sdk_component_map.mjs +0 -142
- package/esm2022/lib/_components/designSystemExtension/alert/alert.component.mjs +0 -50
- package/esm2022/lib/_components/designSystemExtension/alert-banner/alert-banner.component.mjs +0 -29
- package/esm2022/lib/_components/designSystemExtension/banner/banner.component.mjs +0 -31
- package/esm2022/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.mjs +0 -51
- package/esm2022/lib/_components/designSystemExtension/field-group/field-group.component.mjs +0 -31
- package/esm2022/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.mjs +0 -83
- package/esm2022/lib/_components/designSystemExtension/material-details/material-details.component.mjs +0 -37
- package/esm2022/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.mjs +0 -31
- package/esm2022/lib/_components/designSystemExtension/material-summary-item/material-summary-item.component.mjs +0 -36
- package/esm2022/lib/_components/designSystemExtension/material-summary-list/material-summary-list.component.mjs +0 -25
- package/esm2022/lib/_components/designSystemExtension/material-utility/material-utility.component.mjs +0 -28
- package/esm2022/lib/_components/designSystemExtension/material-vertical-tabs/material-vertical-tabs.component.mjs +0 -42
- package/esm2022/lib/_components/designSystemExtension/operator/operator.component.mjs +0 -143
- package/esm2022/lib/_components/designSystemExtension/pulse/pulse.component.mjs +0 -33
- package/esm2022/lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component.mjs +0 -93
- package/esm2022/lib/_components/designSystemExtension/wss-quick-create/wss-quick-create.component.mjs +0 -18
- package/esm2022/lib/_components/field/auto-complete/auto-complete.component.mjs +0 -286
- package/esm2022/lib/_components/field/cancel-alert/cancel-alert.component.mjs +0 -96
- package/esm2022/lib/_components/field/check-box/check-box.component.mjs +0 -223
- package/esm2022/lib/_components/field/currency/currency.component.mjs +0 -177
- package/esm2022/lib/_components/field/date/date.component.mjs +0 -225
- package/esm2022/lib/_components/field/date-time/date-time.component.mjs +0 -181
- package/esm2022/lib/_components/field/decimal/decimal.component.mjs +0 -185
- package/esm2022/lib/_components/field/dropdown/dropdown.component.mjs +0 -192
- package/esm2022/lib/_components/field/email/email.component.mjs +0 -150
- package/esm2022/lib/_components/field/group/group.component.mjs +0 -64
- package/esm2022/lib/_components/field/integer/integer.component.mjs +0 -155
- package/esm2022/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.mjs +0 -44
- package/esm2022/lib/_components/field/multiselect/multiselect.component.mjs +0 -307
- package/esm2022/lib/_components/field/multiselect/utils.mjs +0 -187
- package/esm2022/lib/_components/field/percentage/percentage.component.mjs +0 -174
- package/esm2022/lib/_components/field/phone/phone.component.mjs +0 -167
- package/esm2022/lib/_components/field/radio-buttons/radio-buttons.component.mjs +0 -184
- package/esm2022/lib/_components/field/rich-text/rich-text.component.mjs +0 -103
- package/esm2022/lib/_components/field/scalar-list/scalar-list.component.mjs +0 -96
- package/esm2022/lib/_components/field/semantic-link/semantic-link.component.mjs +0 -57
- package/esm2022/lib/_components/field/text/text.component.mjs +0 -138
- package/esm2022/lib/_components/field/text-area/text-area.component.mjs +0 -153
- package/esm2022/lib/_components/field/text-content/text-content.component.mjs +0 -69
- package/esm2022/lib/_components/field/text-input/text-input.component.mjs +0 -152
- package/esm2022/lib/_components/field/time/time.component.mjs +0 -153
- package/esm2022/lib/_components/field/url/url.component.mjs +0 -152
- package/esm2022/lib/_components/field/user-reference/user-reference.component.mjs +0 -187
- package/esm2022/lib/_components/infra/Containers/base-components/flow-container-base.component.mjs +0 -18
- package/esm2022/lib/_components/infra/Containers/base-components/helper.mjs +0 -71
- package/esm2022/lib/_components/infra/Containers/flow-container/flow-container.component.mjs +0 -487
- package/esm2022/lib/_components/infra/Containers/flow-container/helpers.mjs +0 -68
- package/esm2022/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.mjs +0 -24
- package/esm2022/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.mjs +0 -342
- package/esm2022/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.mjs +0 -32
- package/esm2022/lib/_components/infra/Containers/view-container/view-container.component.mjs +0 -218
- package/esm2022/lib/_components/infra/action-buttons/action-buttons.component.mjs +0 -31
- package/esm2022/lib/_components/infra/assignment/assignment.component.mjs +0 -383
- package/esm2022/lib/_components/infra/assignment-card/assignment-card.component.mjs +0 -47
- package/esm2022/lib/_components/infra/dashboard-filter/dashboard-filter.component.mjs +0 -87
- package/esm2022/lib/_components/infra/defer-load/defer-load.component.mjs +0 -141
- package/esm2022/lib/_components/infra/error-boundary/error-boundary.component.mjs +0 -18
- package/esm2022/lib/_components/infra/multi-step/multi-step.component.mjs +0 -80
- package/esm2022/lib/_components/infra/navbar/navbar.component.mjs +0 -136
- package/esm2022/lib/_components/infra/reference/reference.component.mjs +0 -133
- package/esm2022/lib/_components/infra/region/region.component.mjs +0 -33
- package/esm2022/lib/_components/infra/root-container/root-container.component.mjs +0 -228
- package/esm2022/lib/_components/infra/stages/stages.component.mjs +0 -62
- package/esm2022/lib/_components/infra/view/view.component.mjs +0 -173
- package/esm2022/lib/_components/template/app-shell/app-shell.component.mjs +0 -140
- package/esm2022/lib/_components/template/banner-page/banner-page.component.mjs +0 -43
- package/esm2022/lib/_components/template/case-summary/case-summary.component.mjs +0 -101
- package/esm2022/lib/_components/template/case-view/case-view.component.mjs +0 -190
- package/esm2022/lib/_components/template/confirmation/confirmation.component.mjs +0 -68
- package/esm2022/lib/_components/template/data-reference/data-reference.component.mjs +0 -237
- package/esm2022/lib/_components/template/default-form/default-form.component.mjs +0 -61
- package/esm2022/lib/_components/template/details/details.component.mjs +0 -103
- package/esm2022/lib/_components/template/details-narrow-wide/details-narrow-wide.component.mjs +0 -72
- package/esm2022/lib/_components/template/details-one-column/details-one-column.component.mjs +0 -71
- package/esm2022/lib/_components/template/details-sub-tabs/details-sub-tabs.component.mjs +0 -66
- package/esm2022/lib/_components/template/details-three-column/details-three-column.component.mjs +0 -80
- package/esm2022/lib/_components/template/details-two-column/details-two-column.component.mjs +0 -77
- package/esm2022/lib/_components/template/details-wide-narrow/details-wide-narrow.component.mjs +0 -77
- package/esm2022/lib/_components/template/dynamic-tabs/dynamic-tabs.component.mjs +0 -64
- package/esm2022/lib/_components/template/field-group-list/field-group-list.component.mjs +0 -23
- package/esm2022/lib/_components/template/field-group-template/field-group-template.component.mjs +0 -124
- package/esm2022/lib/_components/template/field-value-list/field-value-list.component.mjs +0 -24
- package/esm2022/lib/_components/template/inline-dashboard/inline-dashboard.component.mjs +0 -22
- package/esm2022/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.mjs +0 -40
- package/esm2022/lib/_components/template/list-page/list-page.component.mjs +0 -14
- package/esm2022/lib/_components/template/list-view/DefaultViewMeta.mjs +0 -208
- package/esm2022/lib/_components/template/list-view/list-view.component.mjs +0 -1202
- package/esm2022/lib/_components/template/list-view/listViewHelpers.mjs +0 -60
- package/esm2022/lib/_components/template/list-view/utils.mjs +0 -662
- package/esm2022/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.mjs +0 -44
- package/esm2022/lib/_components/template/narrow-wide-form/narrow-wide-form.component.mjs +0 -30
- package/esm2022/lib/_components/template/one-column/one-column.component.mjs +0 -30
- package/esm2022/lib/_components/template/one-column-page/one-column-page.component.mjs +0 -16
- package/esm2022/lib/_components/template/one-column-tab/one-column-tab.component.mjs +0 -30
- package/esm2022/lib/_components/template/page/page.component.mjs +0 -52
- package/esm2022/lib/_components/template/promoted-filters/promoted-filters.component.mjs +0 -149
- package/esm2022/lib/_components/template/repeating-structures/repeating-structures.component.mjs +0 -138
- package/esm2022/lib/_components/template/simple-table/simple-table.component.mjs +0 -104
- package/esm2022/lib/_components/template/simple-table-manual/helpers.mjs +0 -270
- package/esm2022/lib/_components/template/simple-table-manual/simple-table-manual.component.mjs +0 -781
- package/esm2022/lib/_components/template/simple-table-select/simple-table-select.component.mjs +0 -129
- package/esm2022/lib/_components/template/single-reference-readonly/single-reference-readonly.component.mjs +0 -16
- package/esm2022/lib/_components/template/sub-tabs/sub-tabs.component.mjs +0 -67
- package/esm2022/lib/_components/template/three-column/three-column.component.mjs +0 -30
- package/esm2022/lib/_components/template/three-column-page/three-column-page.component.mjs +0 -16
- package/esm2022/lib/_components/template/two-column/two-column.component.mjs +0 -30
- package/esm2022/lib/_components/template/two-column-page/two-column-page.component.mjs +0 -40
- package/esm2022/lib/_components/template/two-column-tab/two-column-tab.component.mjs +0 -30
- package/esm2022/lib/_components/template/utils.mjs +0 -22
- package/esm2022/lib/_components/template/wide-narrow-form/wide-narrow-form.component.mjs +0 -30
- package/esm2022/lib/_components/template/wide-narrow-page/wide-narrow-page.component.mjs +0 -53
- package/esm2022/lib/_components/template/wss-nav-bar/wss-nav-bar.component.mjs +0 -137
- package/esm2022/lib/_components/widget/app-announcement/app-announcement.component.mjs +0 -24
- package/esm2022/lib/_components/widget/attachment/attachment.component.mjs +0 -395
- package/esm2022/lib/_components/widget/case-history/case-history.component.mjs +0 -80
- package/esm2022/lib/_components/widget/feed-container/feed-container.component.mjs +0 -521
- package/esm2022/lib/_components/widget/file-utility/file-utility.component.mjs +0 -638
- package/esm2022/lib/_components/widget/list-utility/list-utility.component.mjs +0 -57
- package/esm2022/lib/_components/widget/quick-create/quick-create.component.mjs +0 -75
- package/esm2022/lib/_components/widget/todo/todo.component.mjs +0 -214
- package/esm2022/lib/_components/widget/utility/utility.component.mjs +0 -34
- package/esm2022/lib/_directives/thousand-seperator.directive.mjs +0 -28
- package/esm2022/lib/_helpers/case-utils.mjs +0 -71
- package/esm2022/lib/_helpers/common.mjs +0 -20
- package/esm2022/lib/_helpers/currency-utils.mjs +0 -57
- package/esm2022/lib/_helpers/date-format-utils.mjs +0 -68
- package/esm2022/lib/_helpers/event-util.mjs +0 -18
- package/esm2022/lib/_helpers/field-group-utils.mjs +0 -47
- package/esm2022/lib/_helpers/filter-utils.mjs +0 -106
- package/esm2022/lib/_helpers/formatters/boolean.mjs +0 -20
- package/esm2022/lib/_helpers/formatters/common.mjs +0 -16
- package/esm2022/lib/_helpers/formatters/currency-map.mjs +0 -903
- package/esm2022/lib/_helpers/formatters/currency.mjs +0 -68
- package/esm2022/lib/_helpers/formatters/date.mjs +0 -69
- package/esm2022/lib/_helpers/formatters/format-utils.mjs +0 -68
- package/esm2022/lib/_helpers/formatters/index.mjs +0 -110
- package/esm2022/lib/_helpers/instructions-utils.mjs +0 -36
- package/esm2022/lib/_helpers/tab-utils.mjs +0 -59
- package/esm2022/lib/_helpers/template-utils.mjs +0 -56
- package/esm2022/lib/_helpers/utils.mjs +0 -386
- package/esm2022/lib/_helpers/versionHelpers.mjs +0 -12
- package/esm2022/lib/_messages/error-messages.service.mjs +0 -31
- package/esm2022/lib/_messages/get-login-status.service.mjs +0 -26
- package/esm2022/lib/_messages/oauth-response.service.mjs +0 -30
- package/esm2022/lib/_messages/progress-spinner.service.mjs +0 -30
- package/esm2022/lib/_messages/reset-pconnect.service.mjs +0 -31
- package/esm2022/lib/_messages/update-worklist.service.mjs +0 -30
- package/esm2022/lib/_services/case.service.mjs +0 -32
- package/esm2022/lib/_services/datapage.service.mjs +0 -52
- package/esm2022/lib/_services/endpoints.mjs +0 -61
- package/esm2022/lib/_services/server-config.service.mjs +0 -52
- package/esm2022/lib/_types/PConnProps.interface.mjs +0 -2
- package/esm2022/pega-angular-sdk-components.mjs +0 -5
- package/esm2022/public-api.mjs +0 -141
- package/esm2022/sdk-local-component-map.mjs +0 -9
- package/lib/_messages/get-login-status.service.d.ts +0 -10
- package/lib/_messages/oauth-response.service.d.ts +0 -14
- package/lib/_messages/reset-pconnect.service.d.ts +0 -15
|
@@ -1,4 +1,3 @@
|
|
|
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';
|
|
@@ -7,7 +6,7 @@ export declare class WideNarrowPageComponent implements OnInit, OnDestroy {
|
|
|
7
6
|
private angularPConnect;
|
|
8
7
|
pConn$: typeof PConnect;
|
|
9
8
|
formGroup$: FormGroup;
|
|
10
|
-
thePConnType: string;
|
|
9
|
+
thePConnType: string | undefined;
|
|
11
10
|
angularPConnectData: AngularPConnectData;
|
|
12
11
|
constructor(angularPConnect: AngularPConnectService);
|
|
13
12
|
ngOnInit(): void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { ChangeDetectorRef, NgZone, OnDestroy, OnInit } from '@angular/core';
|
|
3
2
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
3
|
import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
|
|
@@ -23,17 +22,17 @@ export declare class WssNavBarComponent implements OnInit, OnDestroy {
|
|
|
23
22
|
navPages$: any[];
|
|
24
23
|
navExpandCollapse$: string;
|
|
25
24
|
bShowCaseTypes$: boolean;
|
|
26
|
-
portalApp$: string;
|
|
25
|
+
portalApp$: string | undefined;
|
|
27
26
|
portalLogoImage$: string;
|
|
28
27
|
showAppName$: boolean;
|
|
29
|
-
portalOperator$: string;
|
|
28
|
+
portalOperator$: string | undefined;
|
|
30
29
|
portalOperatorInitials$: string;
|
|
31
30
|
actionsAPI: any;
|
|
32
31
|
createWork: any;
|
|
33
32
|
showPage: any;
|
|
34
33
|
logout: any;
|
|
35
34
|
navIcon$: string;
|
|
36
|
-
localizedVal: (localeKey:
|
|
35
|
+
localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string, componentName?: string | null) => string;
|
|
37
36
|
localeCategory: string;
|
|
38
37
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, psService: ProgressSpinnerService, ngZone: NgZone, utils: Utils);
|
|
39
38
|
ngOnInit(): void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, NgZone, OnDestroy, ElementRef } from '@angular/core';
|
|
3
2
|
import { FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -29,10 +28,10 @@ export declare class AttachmentComponent implements OnInit, OnDestroy {
|
|
|
29
28
|
validateMessage: string | undefined;
|
|
30
29
|
valueRef: string;
|
|
31
30
|
imagePath$: string;
|
|
32
|
-
localizedVal: (localeKey:
|
|
31
|
+
localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string, componentName?: string | null) => string;
|
|
33
32
|
localeCategory: string;
|
|
34
|
-
uploadMultipleFilesLabel:
|
|
35
|
-
uploadSingleFileLabel:
|
|
33
|
+
uploadMultipleFilesLabel: string;
|
|
34
|
+
uploadSingleFileLabel: string;
|
|
36
35
|
filesWithError: any;
|
|
37
36
|
files: any;
|
|
38
37
|
categoryName: string;
|
|
@@ -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';
|
|
@@ -9,8 +8,8 @@ export declare class FeedContainerComponent implements OnInit, OnDestroy {
|
|
|
9
8
|
private utils;
|
|
10
9
|
pConn$: typeof PConnect;
|
|
11
10
|
angularPConnectData: AngularPConnectData;
|
|
12
|
-
userName$: string;
|
|
13
|
-
imageKey$: string;
|
|
11
|
+
userName$: string | undefined;
|
|
12
|
+
imageKey$: string | undefined;
|
|
14
13
|
currentUserInitials$: string;
|
|
15
14
|
currentUserName$: string;
|
|
16
15
|
pulseMessages$: 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';
|
|
@@ -120,7 +119,7 @@ export declare class FileUtilityComponent implements OnInit, OnDestroy {
|
|
|
120
119
|
_fieldOnChangeURL(event: any): void;
|
|
121
120
|
updateSelf(): void;
|
|
122
121
|
getCaseID(): any;
|
|
123
|
-
fetchCaseAttachments(caseID: any):
|
|
122
|
+
fetchCaseAttachments(caseID: any): Promise<object>;
|
|
124
123
|
handleAttachmentsResponse(resp: any): void;
|
|
125
124
|
getUtilityItems(attachments: any): any;
|
|
126
125
|
mapAttachmentToUtilityItem(att: any): {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, NgZone, OnDestroy, OnChanges } from '@angular/core';
|
|
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';
|
|
5
4
|
import { ErrorMessagesService } from '../../../_messages/error-messages.service';
|
|
@@ -12,10 +11,9 @@ interface ToDoProps {
|
|
|
12
11
|
label?: string;
|
|
13
12
|
readOnly?: boolean;
|
|
14
13
|
}
|
|
15
|
-
export declare class TodoComponent implements OnInit, OnDestroy
|
|
14
|
+
export declare class TodoComponent implements OnInit, OnDestroy {
|
|
16
15
|
private psService;
|
|
17
16
|
private erService;
|
|
18
|
-
private ngZone;
|
|
19
17
|
private utils;
|
|
20
18
|
pConn$: typeof PConnect;
|
|
21
19
|
caseInfoID$: string;
|
|
@@ -28,32 +26,30 @@ export declare class TodoComponent implements OnInit, OnDestroy, OnChanges {
|
|
|
28
26
|
myWorkList$: any;
|
|
29
27
|
isConfirm: any;
|
|
30
28
|
configProps$: ToDoProps;
|
|
31
|
-
currentUser$: string;
|
|
29
|
+
currentUser$: string | undefined;
|
|
32
30
|
currentUserInitials$: string;
|
|
33
|
-
assignmentCount$: number;
|
|
34
31
|
bShowMore$: boolean;
|
|
35
32
|
arAssignments$: any[];
|
|
36
33
|
assignmentsSource$: any;
|
|
37
34
|
CONSTS: typeof publicConstants;
|
|
38
35
|
bLogging: boolean;
|
|
39
|
-
localizedVal: (localeKey:
|
|
36
|
+
localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string, componentName?: string | null) => string;
|
|
40
37
|
localeCategory: string;
|
|
41
|
-
showlessLocalizedValue:
|
|
42
|
-
showMoreLocalizedValue:
|
|
43
|
-
|
|
44
|
-
constructor(psService: ProgressSpinnerService, erService: ErrorMessagesService,
|
|
38
|
+
showlessLocalizedValue: string;
|
|
39
|
+
showMoreLocalizedValue: string;
|
|
40
|
+
count: number;
|
|
41
|
+
constructor(psService: ProgressSpinnerService, erService: ErrorMessagesService, utils: Utils);
|
|
45
42
|
ngOnInit(): void;
|
|
46
43
|
ngOnDestroy(): void;
|
|
47
|
-
|
|
48
|
-
updateWorkList(key: any): void;
|
|
44
|
+
get canPerform(): boolean;
|
|
49
45
|
updateList(): void;
|
|
50
46
|
updateToDo(): void;
|
|
47
|
+
deferLoadWorklistItems(responseData: any): void;
|
|
51
48
|
getID(assignment: any): any;
|
|
52
49
|
topThreeAssignments(assignmentsSource: any[]): any[];
|
|
53
50
|
getAssignmentId(assignment: any): any;
|
|
54
51
|
getPriority(assignment: any): any;
|
|
55
52
|
getAssignmentName(assignment: any): any;
|
|
56
|
-
initAssignments(): any[];
|
|
57
53
|
getCaseInfoAssignment(assignmentsSource: any[], caseInfoID: string): any[];
|
|
58
54
|
_showMore(): void;
|
|
59
55
|
_showLess(): void;
|
package/lib/_helpers/common.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function updateWorkList(pConnect: any, key: any, payload?: undefined): void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare function getLocale(locale?: string): string;
|
|
2
|
-
export declare function getCurrentTimezone(timezone?: string):
|
|
1
|
+
export declare function getLocale(locale?: string): string | undefined;
|
|
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;
|
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;
|
|
@@ -27,6 +28,17 @@ export declare class Utils {
|
|
|
27
28
|
getUserId: (user: any) => string;
|
|
28
29
|
static sdkGetAuthHeader(): string;
|
|
29
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
|
}
|
|
@@ -9,7 +9,7 @@ export declare class ErrorMessagesService {
|
|
|
9
9
|
*/
|
|
10
10
|
sendMessage(sAction: string, sActionMessage: string): void;
|
|
11
11
|
clearMessage(): void;
|
|
12
|
-
getMessage(): Observable<
|
|
12
|
+
getMessage(): Observable<void | object>;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorMessagesService, never>;
|
|
14
14
|
static ɵprov: i0.ɵɵInjectableDeclaration<ErrorMessagesService>;
|
|
15
15
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
+
}
|
|
@@ -1,4 +1,38 @@
|
|
|
1
|
-
### Angular SDK - Release Announcement -
|
|
1
|
+
### Angular SDK - Release Announcement - v24.2.10 (26 December 2024)
|
|
2
|
+
|
|
3
|
+
This release - **SDK-A v24.2.10** - is **only compatible with Pega Infinity 24.2**. This release is related to the [**release/24.2.10** branch of the Angular SDK repository](https://github.com/pegasystems/angular-sdk/tree/release/24.2.10).
|
|
4
|
+
<br>
|
|
5
|
+
|
|
6
|
+
The SDK-A v24.2.10 release allow Angular SDK users to to take advantage of the latest [SDK enhancements and fixes noted in **What's New in the SDK?**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/angular-sdk-updates.html) including:
|
|
7
|
+
|
|
8
|
+
* Upgraded the Angular version to 18 and the Angular Material version to 18.
|
|
9
|
+
* Field components have been updated to perform event handling using the handleEvent utility function.
|
|
10
|
+
* Updated the value of the displayMode property from LABELS_LEFT to DISPLAY_ONLY.
|
|
11
|
+
* Enhanced the support for the details component in a form view.
|
|
12
|
+
* Bug fixes
|
|
13
|
+
* Full set of merged PRs can be found in the [angular-sdk-components GitHub repo list of merged PRs](https://github.com/pegasystems/angular-sdk-components/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+). This release includes all PRs since (and including) #214.
|
|
14
|
+
<br />
|
|
15
|
+
<hr />
|
|
16
|
+
|
|
17
|
+
### Previous Releases
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
#### Angular SDK - v24.1.10 (08 August 2024)
|
|
21
|
+
|
|
22
|
+
This release - **SDK-A v24.1.10** - is **only compatible with Pega Infinity 24.1**. This release is related to the [**release/24.1.10** branch of the Angular SDK repository](https://github.com/pegasystems/angular-sdk/tree/release/24.1.10).
|
|
23
|
+
<br>
|
|
24
|
+
|
|
25
|
+
The SDK-A v24.1.10 release allow Angular SDK users to to take advantage of the latest [SDK enhancements and fixes noted in **What's New in the SDK?**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/angular-sdk-updates.html) including:
|
|
26
|
+
|
|
27
|
+
* Support has been added for the approve and reject case actions
|
|
28
|
+
* Support for the Checkbox group and Combo-Box display options in the MultiSelect mode for the Data Reference and Case Reference fields.
|
|
29
|
+
* Save For Later functionality now works as expected
|
|
30
|
+
* Bug fixes
|
|
31
|
+
* Full set of merged PRs can be found in the [angular-sdk-components GitHub repo list of merged PRs](https://github.com/pegasystems/angular-sdk-components/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+). This release includes all PRs since (and including) #153.
|
|
32
|
+
<br />
|
|
33
|
+
<hr />
|
|
34
|
+
|
|
35
|
+
#### Angular SDK - v23.1.10 (20 March 2024)
|
|
2
36
|
|
|
3
37
|
This release - **SDK-A v23.1.10** - is **only compatible with Pega Infinity 23**. This release is related to the [**release/23.1.10** branch of the Angular SDK repository](https://github.com/pegasystems/angular-sdk/tree/release/23.1.10).
|
|
4
38
|
<br>
|
package/package.json
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pega/angular-sdk-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.1",
|
|
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,3 +1,4 @@
|
|
|
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';
|
|
@@ -43,6 +44,8 @@ export * from './lib/_components/infra/root-container/root-container.component';
|
|
|
43
44
|
export * from './lib/_components/infra/stages/stages.component';
|
|
44
45
|
export * from './lib/_components/infra/view/view.component';
|
|
45
46
|
export * from './lib/_components/infra/Containers/base-components/flow-container-base.component';
|
|
47
|
+
export * from './lib/_components/template/base/form-template-base';
|
|
48
|
+
export * from './lib/_components/template/base/details-template-base';
|
|
46
49
|
export * from './lib/_components/template/app-shell/app-shell.component';
|
|
47
50
|
export * from './lib/_components/template/case-summary/case-summary.component';
|
|
48
51
|
export * from './lib/_components/template/case-view/case-view.component';
|
|
@@ -72,6 +75,7 @@ export * from './lib/_components/template/page/page.component';
|
|
|
72
75
|
export * from './lib/_components/template/promoted-filters/promoted-filters.component';
|
|
73
76
|
export * from './lib/_components/template/repeating-structures/repeating-structures.component';
|
|
74
77
|
export * from './lib/_components/template/simple-table/simple-table.component';
|
|
78
|
+
export * from './lib/_components/template/simple-table-manual/helpers';
|
|
75
79
|
export * from './lib/_components/template/simple-table-manual/simple-table-manual.component';
|
|
76
80
|
export * from './lib/_components/template/simple-table-select/simple-table-select.component';
|
|
77
81
|
export * from './lib/_components/template/single-reference-readonly/single-reference-readonly.component';
|
|
@@ -84,7 +88,6 @@ export * from './lib/_components/template/two-column-tab/two-column-tab.componen
|
|
|
84
88
|
export * from './lib/_components/template/wide-narrow-form/wide-narrow-form.component';
|
|
85
89
|
export * from './lib/_components/template/wide-narrow-page/wide-narrow-page.component';
|
|
86
90
|
export * from './lib/_components/template/utils';
|
|
87
|
-
export * from './lib/_components/template/simple-table-manual/helpers';
|
|
88
91
|
export * from './lib/_components/widget/app-announcement/app-announcement.component';
|
|
89
92
|
export * from './lib/_components/widget/attachment/attachment.component';
|
|
90
93
|
export * from './lib/_components/widget/case-history/case-history.component';
|
|
@@ -107,30 +110,31 @@ export * from './lib/_components/designSystemExtension/operator/operator.compone
|
|
|
107
110
|
export * from './lib/_components/designSystemExtension/pulse/pulse.component';
|
|
108
111
|
export * from './lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component';
|
|
109
112
|
export * from './lib/_directives/thousand-seperator.directive';
|
|
110
|
-
export * from './lib/_services/
|
|
113
|
+
export * from './lib/_services/banner.service';
|
|
111
114
|
export * from './lib/_services/case.service';
|
|
112
115
|
export * from './lib/_services/datapage.service';
|
|
113
116
|
export * from './lib/_services/endpoints';
|
|
117
|
+
export * from './lib/_services/server-config.service';
|
|
114
118
|
export * from './lib/_helpers/case-utils';
|
|
115
|
-
export * from './lib/_helpers/currency-utils';
|
|
116
119
|
export * from './lib/_helpers/common';
|
|
120
|
+
export * from './lib/_helpers/createstage-utils';
|
|
121
|
+
export * from './lib/_helpers/currency-utils';
|
|
117
122
|
export * from './lib/_helpers/date-format-utils';
|
|
118
123
|
export * from './lib/_helpers/event-util';
|
|
119
124
|
export * from './lib/_helpers/field-group-utils';
|
|
120
|
-
export * from './lib/_helpers/
|
|
125
|
+
export * from './lib/_helpers/filter-utils';
|
|
126
|
+
export * from './lib/_helpers/formatters/boolean';
|
|
127
|
+
export * from './lib/_helpers/formatters/currency';
|
|
121
128
|
export * from './lib/_helpers/formatters/currency-map';
|
|
122
|
-
export * from './lib/_helpers/formatters';
|
|
129
|
+
export * from './lib/_helpers/formatters/date';
|
|
130
|
+
export * from './lib/_helpers/formatters/format-utils';
|
|
131
|
+
export * from './lib/_helpers/formatters/index';
|
|
132
|
+
export * from './lib/_helpers/instructions-utils';
|
|
123
133
|
export * from './lib/_helpers/tab-utils';
|
|
124
134
|
export * from './lib/_helpers/template-utils';
|
|
125
135
|
export * from './lib/_helpers/utils';
|
|
126
136
|
export * from './lib/_helpers/versionHelpers';
|
|
127
|
-
export * from './lib/_helpers/filter-utils';
|
|
128
|
-
export * from './lib/_helpers/instructions-utils';
|
|
129
137
|
export * from './lib/_messages/error-messages.service';
|
|
130
|
-
export * from './lib/_messages/get-login-status.service';
|
|
131
|
-
export * from './lib/_messages/oauth-response.service';
|
|
132
138
|
export * from './lib/_messages/progress-spinner.service';
|
|
133
|
-
export * from './lib/_messages/reset-pconnect.service';
|
|
134
139
|
export * from './lib/_messages/update-worklist.service';
|
|
135
140
|
export * from './lib/_types/PConnProps.interface';
|
|
136
|
-
export * from './sdk-local-component-map';
|