@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
|
@@ -75,7 +75,7 @@ export declare class AngularPConnectService {
|
|
|
75
75
|
* this component.
|
|
76
76
|
* This is the full set of properties that are tracked in Redux for this component.
|
|
77
77
|
*/
|
|
78
|
-
getCurrentCompleteProps(inComp?: any):
|
|
78
|
+
getCurrentCompleteProps(inComp?: any): object;
|
|
79
79
|
/**
|
|
80
80
|
* Registers the component and its callback function. When a component calls this method
|
|
81
81
|
* (typically from its ngOnInit), the component is given a unique componentID (for this session)
|
|
@@ -4,7 +4,7 @@ export declare class ComponentMapperComponent implements OnInit, OnDestroy, OnCh
|
|
|
4
4
|
dynamicComponent: ViewContainerRef | undefined;
|
|
5
5
|
componentRef: ComponentRef<any> | undefined;
|
|
6
6
|
isInitialized: boolean;
|
|
7
|
-
name
|
|
7
|
+
name?: string;
|
|
8
8
|
props: any;
|
|
9
9
|
errorMsg: string;
|
|
10
10
|
outputEvents: any;
|
|
@@ -27,6 +27,8 @@ import { EmailComponent } from '../../_components/field/email/email.component';
|
|
|
27
27
|
import { GroupComponent } from '../../_components/field/group/group.component';
|
|
28
28
|
import { IntegerComponent } from '../../_components/field/integer/integer.component';
|
|
29
29
|
import { ListViewActionButtonsComponent } from '../../_components/field/list-view-action-buttons/list-view-action-buttons.component';
|
|
30
|
+
import { LocationComponent } from '../../_components/field/location/location.component';
|
|
31
|
+
import { ObjectReferenceComponent } from '../../_components/field/object-reference/object-reference.component';
|
|
30
32
|
import { PercentageComponent } from '../../_components/field/percentage/percentage.component';
|
|
31
33
|
import { PhoneComponent } from '../../_components/field/phone/phone.component';
|
|
32
34
|
import { RadioButtonsComponent } from '../../_components/field/radio-buttons/radio-buttons.component';
|
|
@@ -39,7 +41,10 @@ import { TimeComponent } from '../../_components/field/time/time.component';
|
|
|
39
41
|
import { UrlComponent } from '../../_components/field/url/url.component';
|
|
40
42
|
import { UserReferenceComponent } from '../../_components/field/user-reference/user-reference.component';
|
|
41
43
|
import { ScalarListComponent } from '../../_components/field/scalar-list/scalar-list.component';
|
|
44
|
+
import { SearchFormComponent } from '../../_components/template/data-reference/search-form/search-form.component';
|
|
45
|
+
import { SelectableCardComponent } from '../../_components/field/selectable-card/selectable-card.component';
|
|
42
46
|
import { RichTextComponent } from '../../_components/field/rich-text/rich-text.component';
|
|
47
|
+
import { AdvancedSearchComponent } from '../../_components/template/advanced-search/advanced-search.component';
|
|
43
48
|
import { AppShellComponent } from '../../_components/template/app-shell/app-shell.component';
|
|
44
49
|
import { BannerPageComponent } from '../../_components/template/banner-page/banner-page.component';
|
|
45
50
|
import { CaseSummaryComponent } from '../../_components/template/case-summary/case-summary.component';
|
|
@@ -47,6 +52,7 @@ import { CaseViewComponent } from '../../_components/template/case-view/case-vie
|
|
|
47
52
|
import { ConfirmationComponent } from '../../_components/template/confirmation/confirmation.component';
|
|
48
53
|
import { DataReferenceComponent } from '../../_components/template/data-reference/data-reference.component';
|
|
49
54
|
import { DefaultFormComponent } from '../../_components/template/default-form/default-form.component';
|
|
55
|
+
import { DefaultPageComponent } from '../../_components/template/default-page/default-page.component';
|
|
50
56
|
import { DetailsComponent } from '../../_components/template/details/details.component';
|
|
51
57
|
import { DetailsNarrowWideComponent } from '../../_components/template/details-narrow-wide/details-narrow-wide.component';
|
|
52
58
|
import { DetailsOneColumnComponent } from '../../_components/template/details-one-column/details-one-column.component';
|
|
@@ -65,11 +71,14 @@ import { ListViewComponent } from '../../_components/template/list-view/list-vie
|
|
|
65
71
|
import { MultiReferenceReadonlyComponent } from '../../_components/template/multi-reference-readonly/multi-reference-readonly.component';
|
|
66
72
|
import { MultiselectComponent } from '../../_components/field/multiselect/multiselect.component';
|
|
67
73
|
import { NarrowWideFormComponent } from '../../_components/template/narrow-wide-form/narrow-wide-form.component';
|
|
74
|
+
import { ObjectPageComponent } from '../../_components/template/object-page/object-page.component';
|
|
68
75
|
import { OneColumnComponent } from '../../_components/template/one-column/one-column.component';
|
|
69
76
|
import { OneColumnPageComponent } from '../../_components/template/one-column-page/one-column-page.component';
|
|
70
77
|
import { OneColumnTabComponent } from '../../_components/template/one-column-tab/one-column-tab.component';
|
|
71
78
|
import { PageComponent } from '../../_components/template/page/page.component';
|
|
72
79
|
import { PromotedFiltersComponent } from '../../_components/template/promoted-filters/promoted-filters.component';
|
|
80
|
+
import { SearchGroupsComponent } from '../../_components/template/advanced-search/search-groups/search-groups.component';
|
|
81
|
+
import { SelfServiceCaseViewComponent } from '../../_components/template/self-service-case-view/self-service-case-view.component';
|
|
73
82
|
import { SimpleTableComponent } from '../../_components/template/simple-table/simple-table.component';
|
|
74
83
|
import { SimpleTableManualComponent } from '../../_components/template/simple-table-manual/simple-table-manual.component';
|
|
75
84
|
import { SimpleTableSelectComponent } from '../../_components/template/simple-table-select/simple-table-select.component';
|
|
@@ -107,6 +116,7 @@ import { PulseComponent } from '../../_components/designSystemExtension/pulse/pu
|
|
|
107
116
|
import { RichTextEditorComponent } from '../../_components/designSystemExtension/rich-text-editor/rich-text-editor.component';
|
|
108
117
|
import { WssQuickCreateComponent } from '../../_components/designSystemExtension/wss-quick-create/wss-quick-create.component';
|
|
109
118
|
declare const pegaSdkComponentMap: {
|
|
119
|
+
AdvancedSearch: typeof AdvancedSearchComponent;
|
|
110
120
|
ActionButtons: typeof ActionButtonsComponent;
|
|
111
121
|
Alert: typeof AlertComponent;
|
|
112
122
|
AlertBanner: typeof AlertBannerComponent;
|
|
@@ -133,6 +143,7 @@ declare const pegaSdkComponentMap: {
|
|
|
133
143
|
DateTime: typeof DateTimeComponent;
|
|
134
144
|
Decimal: typeof DecimalComponent;
|
|
135
145
|
DefaultForm: typeof DefaultFormComponent;
|
|
146
|
+
DefaultPage: typeof DefaultPageComponent;
|
|
136
147
|
DeferLoad: typeof DeferLoadComponent;
|
|
137
148
|
Details: typeof DetailsComponent;
|
|
138
149
|
DetailsFields: typeof MaterialDetailsFieldsComponent;
|
|
@@ -159,6 +170,7 @@ declare const pegaSdkComponentMap: {
|
|
|
159
170
|
ListUtility: typeof ListUtilityComponent;
|
|
160
171
|
ListView: typeof ListViewComponent;
|
|
161
172
|
ListViewActionButtons: typeof ListViewActionButtonsComponent;
|
|
173
|
+
Location: typeof LocationComponent;
|
|
162
174
|
MaterialDetails: typeof MaterialDetailsComponent;
|
|
163
175
|
MaterialUtility: typeof MaterialUtilityComponent;
|
|
164
176
|
ModalViewContainer: typeof ModalViewContainerComponent;
|
|
@@ -168,6 +180,8 @@ declare const pegaSdkComponentMap: {
|
|
|
168
180
|
NarrowWideDetails: typeof DetailsNarrowWideComponent;
|
|
169
181
|
NarrowWideForm: typeof NarrowWideFormComponent;
|
|
170
182
|
NavBar: typeof NavbarComponent;
|
|
183
|
+
ObjectPage: typeof ObjectPageComponent;
|
|
184
|
+
ObjectReference: typeof ObjectReferenceComponent;
|
|
171
185
|
OneColumn: typeof OneColumnComponent;
|
|
172
186
|
OneColumnPage: typeof OneColumnPageComponent;
|
|
173
187
|
OneColumnTab: typeof OneColumnTabComponent;
|
|
@@ -185,6 +199,10 @@ declare const pegaSdkComponentMap: {
|
|
|
185
199
|
RichTextEditor: typeof RichTextEditorComponent;
|
|
186
200
|
RootContainer: typeof RootContainerComponent;
|
|
187
201
|
ScalarList: typeof ScalarListComponent;
|
|
202
|
+
SearchForm: typeof SearchFormComponent;
|
|
203
|
+
SearchGroups: typeof SearchGroupsComponent;
|
|
204
|
+
SelectableCard: typeof SelectableCardComponent;
|
|
205
|
+
SelfServiceCaseView: typeof SelfServiceCaseViewComponent;
|
|
188
206
|
SemanticLink: typeof SemanticLinkComponent;
|
|
189
207
|
SimpleTable: typeof SimpleTableComponent;
|
|
190
208
|
SimpleTableManual: typeof SimpleTableManualComponent;
|
|
@@ -9,7 +9,7 @@ export declare class MaterialCaseSummaryComponent implements OnInit, OnChanges {
|
|
|
9
9
|
secondaryFields$: any[];
|
|
10
10
|
primaryFieldsWithStatus$: any[];
|
|
11
11
|
constructor(utils: Utils);
|
|
12
|
-
localizedVal: (localeKey: string, localePath?: string
|
|
12
|
+
localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string | null, componentName?: string | null) => string;
|
|
13
13
|
localeCategory: string;
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
ngOnChanges(): void;
|
|
@@ -7,6 +7,7 @@ export declare class MaterialDetailsFieldsComponent {
|
|
|
7
7
|
arHighlightedFields: any[];
|
|
8
8
|
_getValue(configValue: any, field?: any): any;
|
|
9
9
|
_formatDate(dateValue: string, dateFormat: string): string;
|
|
10
|
+
getVisibility(config: any): boolean;
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDetailsFieldsComponent, never>;
|
|
11
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialDetailsFieldsComponent, "app-material-details-fields", never, { "arFields$": { "alias": "arFields$"; "required": false; }; "arHighlightedFields": { "alias": "arHighlightedFields"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
13
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { ElementRef, OnInit, Renderer2, ChangeDetectorRef, OnChanges, SimpleChanges, OnDestroy } from '@angular/core';
|
|
3
2
|
import { Utils } from '../../../_helpers/utils';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
@@ -9,10 +8,10 @@ export declare class OperatorComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
9
8
|
private utils;
|
|
10
9
|
pConn$: typeof PConnect;
|
|
11
10
|
displayLabel: any;
|
|
11
|
+
name$?: string;
|
|
12
12
|
fields$: any[];
|
|
13
13
|
bShowPopover$: boolean;
|
|
14
14
|
date$: string;
|
|
15
|
-
name$: string;
|
|
16
15
|
label$: string;
|
|
17
16
|
id$: string;
|
|
18
17
|
constructor(el: ElementRef, renderer: Renderer2, cdRef: ChangeDetectorRef, utils: Utils);
|
|
@@ -22,5 +21,5 @@ export declare class OperatorComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
22
21
|
updateSelf(): void;
|
|
23
22
|
showOperator(): void;
|
|
24
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<OperatorComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OperatorComponent, "app-operator", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "displayLabel": { "alias": "displayLabel"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OperatorComponent, "app-operator", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "displayLabel": { "alias": "displayLabel"; "required": false; }; "name$": { "alias": "name$"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
25
|
}
|
package/lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export declare class RichTextEditorComponent implements OnChanges {
|
|
|
14
14
|
onBlur: EventEmitter<any>;
|
|
15
15
|
onChange: EventEmitter<any>;
|
|
16
16
|
richText: FormControl<any>;
|
|
17
|
+
editorConfig: any;
|
|
17
18
|
ngOnChanges(): void;
|
|
18
19
|
filePickerCallback: (cb: any) => void;
|
|
19
20
|
blur(): void;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
|
-
import { FormControl, FormGroup } from '@angular/forms';
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
4
2
|
import { Observable } from 'rxjs';
|
|
5
|
-
import {
|
|
6
|
-
import { Utils } from '../../../_helpers/utils';
|
|
3
|
+
import { FieldBase } from '../field.base';
|
|
7
4
|
import { DatapageService } from '../../../_services/datapage.service';
|
|
8
5
|
import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
9
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
interface IOption {
|
|
8
|
+
key: string;
|
|
9
|
+
value: string;
|
|
10
|
+
}
|
|
10
11
|
interface AutoCompleteProps extends PConnFieldProps {
|
|
11
12
|
deferDatasource?: boolean;
|
|
12
13
|
datasourceMetadata?: any;
|
|
@@ -17,46 +18,23 @@ interface AutoCompleteProps extends PConnFieldProps {
|
|
|
17
18
|
datasource: any;
|
|
18
19
|
columns: any[];
|
|
19
20
|
}
|
|
20
|
-
export declare class AutoCompleteComponent implements OnInit
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
private utils;
|
|
24
|
-
private dataPageService;
|
|
25
|
-
pConn$: typeof PConnect;
|
|
26
|
-
formGroup$: FormGroup;
|
|
27
|
-
angularPConnectData: AngularPConnectData;
|
|
21
|
+
export declare class AutoCompleteComponent extends FieldBase implements OnInit {
|
|
22
|
+
protected dataPageService: DatapageService;
|
|
23
|
+
onRecordChange: EventEmitter<any>;
|
|
28
24
|
configProps$: AutoCompleteProps;
|
|
29
|
-
label$: string;
|
|
30
|
-
value$: string;
|
|
31
|
-
bRequired$: boolean;
|
|
32
|
-
bReadonly$: boolean;
|
|
33
|
-
bDisabled$: boolean;
|
|
34
|
-
bVisible$: boolean;
|
|
35
|
-
displayMode$?: string;
|
|
36
|
-
controlName$: string;
|
|
37
|
-
bHasForm$: boolean;
|
|
38
25
|
options$: any[];
|
|
39
|
-
componentReference: string;
|
|
40
|
-
testId: string;
|
|
41
26
|
listType: string;
|
|
42
27
|
columns: never[];
|
|
43
|
-
helperText: string;
|
|
44
|
-
placeholder: string;
|
|
45
|
-
fieldControl: FormControl<string | null>;
|
|
46
28
|
parameters: {};
|
|
47
|
-
hideLabel: boolean;
|
|
48
29
|
filteredOptions: Observable<any[]>;
|
|
49
30
|
filterValue: string;
|
|
50
|
-
actionsApi: Object;
|
|
51
|
-
propName: string;
|
|
52
|
-
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils, dataPageService: DatapageService);
|
|
53
31
|
ngOnInit(): Promise<void>;
|
|
54
|
-
|
|
32
|
+
setOptions(options: IOption[]): void;
|
|
55
33
|
private _filter;
|
|
56
|
-
|
|
57
|
-
|
|
34
|
+
/**
|
|
35
|
+
* Updates the component when there are changes in the state.
|
|
36
|
+
*/
|
|
58
37
|
updateSelf(): Promise<void>;
|
|
59
|
-
setPropertyValuesFromProps(): void;
|
|
60
38
|
generateColumnsAndDataSource(): {
|
|
61
39
|
columns: any[];
|
|
62
40
|
datasource: any;
|
|
@@ -67,9 +45,7 @@ export declare class AutoCompleteComponent implements OnInit, OnDestroy {
|
|
|
67
45
|
preProcessColumns(columnList: any): any;
|
|
68
46
|
fieldOnChange(event: Event): void;
|
|
69
47
|
optionChanged(event: any): void;
|
|
70
|
-
fieldOnBlur(event: Event): void;
|
|
71
|
-
getErrorMessage(): string;
|
|
72
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteComponent, never>;
|
|
73
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AutoCompleteComponent, "app-auto-complete", never, {
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AutoCompleteComponent, "app-auto-complete", never, {}, { "onRecordChange": "onRecordChange"; }, never, never, true, never>;
|
|
74
50
|
}
|
|
75
51
|
export {};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { EventEmitter, OnChanges } from '@angular/core';
|
|
3
2
|
import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
@@ -7,18 +6,20 @@ export declare class CancelAlertComponent implements OnChanges {
|
|
|
7
6
|
pConn$: typeof PConnect;
|
|
8
7
|
bShowAlert$: boolean;
|
|
9
8
|
onAlertState$: EventEmitter<boolean>;
|
|
10
|
-
heading$: string;
|
|
11
|
-
body1$: string;
|
|
12
|
-
body2$: string;
|
|
13
9
|
itemKey: string;
|
|
14
10
|
localizedVal: Function;
|
|
15
11
|
localeCategory: string;
|
|
12
|
+
discardButton: any;
|
|
13
|
+
goBackButton: any;
|
|
16
14
|
constructor(psService: ProgressSpinnerService);
|
|
17
15
|
ngOnChanges(): void;
|
|
18
|
-
dismissAlert(): void;
|
|
19
16
|
dismissAlertOnly(): void;
|
|
17
|
+
dismissAlert(): void;
|
|
20
18
|
sendMessage(sMessage: string): void;
|
|
21
|
-
|
|
19
|
+
createCancelAlertButtons(): void;
|
|
20
|
+
buttonClick({ action }: {
|
|
21
|
+
action: any;
|
|
22
|
+
}): void;
|
|
22
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<CancelAlertComponent, never>;
|
|
23
24
|
static ɵcmp: i0.ɵɵComponentDeclaration<CancelAlertComponent, "app-cancel-alert", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "bShowAlert$": { "alias": "bShowAlert$"; "required": false; }; }, { "onAlertState$": "onAlertState$"; }, never, never, true, never>;
|
|
24
25
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
5
|
-
import { Utils } from '../../../_helpers/utils';
|
|
1
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import { FieldBase } from '../field.base';
|
|
6
3
|
import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
7
4
|
import * as i0 from "@angular/core";
|
|
8
5
|
interface CheckboxProps extends Omit<PConnFieldProps, 'value'> {
|
|
@@ -17,30 +14,14 @@ interface CheckboxProps extends Omit<PConnFieldProps, 'value'> {
|
|
|
17
14
|
primaryField: string;
|
|
18
15
|
readonlyContextList: any;
|
|
19
16
|
referenceList: string;
|
|
17
|
+
variant?: string;
|
|
18
|
+
renderMode: string;
|
|
20
19
|
}
|
|
21
|
-
export declare class CheckBoxComponent implements OnInit, OnDestroy {
|
|
22
|
-
private angularPConnect;
|
|
23
|
-
private cdRef;
|
|
24
|
-
private utils;
|
|
25
|
-
pConn$: typeof PConnect;
|
|
26
|
-
formGroup$: FormGroup;
|
|
27
|
-
angularPConnectData: AngularPConnectData;
|
|
20
|
+
export declare class CheckBoxComponent extends FieldBase implements OnInit, OnDestroy {
|
|
28
21
|
configProps$: CheckboxProps;
|
|
29
|
-
label$: string;
|
|
30
|
-
value$: any;
|
|
31
22
|
caption$?: string;
|
|
32
|
-
testId: string;
|
|
33
23
|
showLabel$: boolean;
|
|
34
24
|
isChecked$: boolean;
|
|
35
|
-
bRequired$: boolean;
|
|
36
|
-
bReadonly$: boolean;
|
|
37
|
-
bDisabled$: boolean;
|
|
38
|
-
bVisible$: boolean;
|
|
39
|
-
displayMode$?: string;
|
|
40
|
-
controlName$: string;
|
|
41
|
-
bHasForm$: boolean;
|
|
42
|
-
componentReference: string;
|
|
43
|
-
helperText: string;
|
|
44
25
|
trueLabel$?: string;
|
|
45
26
|
falseLabel$?: string;
|
|
46
27
|
selectionMode?: string;
|
|
@@ -51,20 +32,16 @@ export declare class CheckBoxComponent implements OnInit, OnDestroy {
|
|
|
51
32
|
selectedvalues: any;
|
|
52
33
|
referenceList: string;
|
|
53
34
|
listOfCheckboxes: any[];
|
|
54
|
-
|
|
55
|
-
propName: string;
|
|
56
|
-
fieldControl: FormControl<string | null>;
|
|
57
|
-
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
35
|
+
variant?: string;
|
|
58
36
|
ngOnInit(): void;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
37
|
+
/**
|
|
38
|
+
* Updates the component when there are changes in the state.
|
|
39
|
+
*/
|
|
62
40
|
updateSelf(): void;
|
|
63
41
|
fieldOnChange(event: any): void;
|
|
64
42
|
fieldOnBlur(event: any): void;
|
|
65
43
|
handleChangeMultiMode(event: any, element: any): void;
|
|
66
|
-
getErrorMessage(): string;
|
|
67
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckBoxComponent, never>;
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckBoxComponent, "app-check-box", never, {
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckBoxComponent, "app-check-box", never, {}, {}, never, never, true, never>;
|
|
69
46
|
}
|
|
70
47
|
export {};
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
5
|
-
import { Utils } from '../../../_helpers/utils';
|
|
1
|
+
import { FormControl } from '@angular/forms';
|
|
2
|
+
import { NgxCurrencyInputMode } from 'ngx-currency';
|
|
3
|
+
import { FieldBase } from '../field.base';
|
|
6
4
|
import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
7
5
|
import * as i0 from "@angular/core";
|
|
8
6
|
interface CurrrencyProps extends PConnFieldProps {
|
|
@@ -10,46 +8,32 @@ interface CurrrencyProps extends PConnFieldProps {
|
|
|
10
8
|
allowDecimals: boolean;
|
|
11
9
|
formatter?: string;
|
|
12
10
|
}
|
|
13
|
-
export declare class CurrencyComponent
|
|
14
|
-
private angularPConnect;
|
|
15
|
-
private cdRef;
|
|
16
|
-
private utils;
|
|
17
|
-
pConn$: typeof PConnect;
|
|
18
|
-
formGroup$: FormGroup;
|
|
19
|
-
angularPConnectData: AngularPConnectData;
|
|
11
|
+
export declare class CurrencyComponent extends FieldBase {
|
|
20
12
|
configProps$: CurrrencyProps;
|
|
21
|
-
label$: string;
|
|
22
|
-
value$: any;
|
|
23
|
-
bRequired$: boolean;
|
|
24
|
-
bReadonly$: boolean;
|
|
25
|
-
bDisabled$: boolean;
|
|
26
|
-
bVisible$: boolean;
|
|
27
|
-
displayMode$?: string;
|
|
28
|
-
controlName$: string;
|
|
29
|
-
bHasForm$: boolean;
|
|
30
|
-
componentReference: string;
|
|
31
|
-
testId: string;
|
|
32
|
-
helperText: string;
|
|
33
|
-
placeholder: string;
|
|
34
|
-
currencyISOCode: string;
|
|
35
|
-
currencyOptions: Object;
|
|
36
13
|
fieldControl: FormControl<number | null>;
|
|
14
|
+
currencyOptions: object;
|
|
37
15
|
currencySymbol: string;
|
|
38
16
|
thousandSeparator: string;
|
|
39
17
|
decimalSeparator: string;
|
|
40
|
-
inputMode: any;
|
|
41
18
|
decimalPrecision: number | undefined;
|
|
42
19
|
formattedValue: string;
|
|
43
20
|
formatter: any;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
checkAndUpdate(): void;
|
|
21
|
+
inputMode: NgxCurrencyInputMode;
|
|
22
|
+
/**
|
|
23
|
+
* Updates the component when there are changes in the state.
|
|
24
|
+
*/
|
|
49
25
|
updateSelf(): void;
|
|
26
|
+
/**
|
|
27
|
+
* Updates the currency properties
|
|
28
|
+
*
|
|
29
|
+
* @param {Object} configProps - Configuration properties.
|
|
30
|
+
* @param {boolean} configProps.allowDecimals - Whether to allow decimal values.
|
|
31
|
+
* @param {string} configProps.currencyISOCode - The ISO code of the currency.
|
|
32
|
+
* @param {string} configProps.formatter - The formatter type (e.g., 'currency').
|
|
33
|
+
*/
|
|
34
|
+
protected updateCurrencyProperties(configProps: any): void;
|
|
50
35
|
fieldOnBlur(event: any): void;
|
|
51
|
-
getErrorMessage(): string;
|
|
52
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<CurrencyComponent, never>;
|
|
53
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CurrencyComponent, "app-currency", never, {
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CurrencyComponent, "app-currency", never, {}, {}, never, never, true, never>;
|
|
54
38
|
}
|
|
55
39
|
export {};
|
|
@@ -1,77 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
5
|
-
import { Utils } from '../../../_helpers/utils';
|
|
1
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import { FieldBase } from '../field.base';
|
|
6
3
|
import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
7
4
|
import * as i0 from "@angular/core";
|
|
8
5
|
interface DateProps extends PConnFieldProps {
|
|
9
6
|
}
|
|
10
|
-
declare class
|
|
11
|
-
theDateFormat: {
|
|
12
|
-
dateFormatString: string;
|
|
13
|
-
dateFormatStringLong: string;
|
|
14
|
-
dateFormatStringLC: string;
|
|
15
|
-
dateFormatMask: string;
|
|
16
|
-
};
|
|
17
|
-
get display(): {
|
|
18
|
-
dateInput: string;
|
|
19
|
-
monthYearLabel: string;
|
|
20
|
-
dateA11yLabel: string;
|
|
21
|
-
monthYearA11yLabel: string;
|
|
22
|
-
};
|
|
23
|
-
get parse(): {
|
|
24
|
-
dateInput: string;
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
|
-
export declare class DateComponent implements OnInit, OnDestroy {
|
|
28
|
-
private angularPConnect;
|
|
29
|
-
private cdRef;
|
|
30
|
-
private utils;
|
|
31
|
-
private config;
|
|
32
|
-
pConn$: typeof PConnect;
|
|
33
|
-
formGroup$: FormGroup;
|
|
34
|
-
angularPConnectData: AngularPConnectData;
|
|
7
|
+
export declare class DateComponent extends FieldBase implements OnInit, OnDestroy {
|
|
35
8
|
configProps$: DateProps;
|
|
36
|
-
label$: string;
|
|
37
|
-
value$: any;
|
|
38
|
-
bRequired$: boolean;
|
|
39
|
-
bReadonly$: boolean;
|
|
40
|
-
bDisabled$: boolean;
|
|
41
|
-
bVisible$: boolean;
|
|
42
|
-
displayMode$?: string;
|
|
43
|
-
controlName$: string;
|
|
44
|
-
bHasForm$: boolean;
|
|
45
|
-
componentReference: string;
|
|
46
|
-
testId: string;
|
|
47
|
-
helperText: string;
|
|
48
|
-
placeholder: string;
|
|
49
|
-
fieldControl: FormControl<string | null>;
|
|
50
|
-
dateFormatInfo: {
|
|
51
|
-
dateFormatString: string;
|
|
52
|
-
dateFormatStringLong: string;
|
|
53
|
-
dateFormatStringLC: string;
|
|
54
|
-
dateFormatMask: string;
|
|
55
|
-
};
|
|
56
9
|
theDateFormat: {
|
|
57
10
|
dateFormatString: string;
|
|
58
11
|
dateFormatStringLong: string;
|
|
59
12
|
dateFormatStringLC: string;
|
|
60
13
|
dateFormatMask: string;
|
|
61
14
|
};
|
|
62
|
-
actionsApi: Object;
|
|
63
|
-
propName: string;
|
|
64
15
|
formattedValue$: any;
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
onStateChange(): void;
|
|
69
|
-
checkAndUpdate(): void;
|
|
16
|
+
/**
|
|
17
|
+
* Updates the component when there are changes in the state.
|
|
18
|
+
*/
|
|
70
19
|
updateSelf(): void;
|
|
71
20
|
fieldOnDateChange(event: any): void;
|
|
72
21
|
hasErrors(): boolean;
|
|
73
22
|
getErrorMessage(): string;
|
|
74
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateComponent, never>;
|
|
75
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateComponent, "app-date", never, {
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateComponent, "app-date", never, {}, {}, never, never, true, never>;
|
|
76
25
|
}
|
|
77
26
|
export {};
|
|
@@ -1,62 +1,34 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
5
|
-
import { Utils } from '../../../_helpers/utils';
|
|
1
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import { FieldBase } from '../field.base';
|
|
6
3
|
import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
7
4
|
import * as i0 from "@angular/core";
|
|
8
5
|
interface DateTimeProps extends PConnFieldProps {
|
|
9
6
|
}
|
|
10
|
-
export declare class DateTimeComponent implements OnInit, OnDestroy {
|
|
11
|
-
private angularPConnect;
|
|
12
|
-
private cdRef;
|
|
13
|
-
private utils;
|
|
14
|
-
pConn$: typeof PConnect;
|
|
15
|
-
formGroup$: FormGroup;
|
|
16
|
-
angularPConnectData: AngularPConnectData;
|
|
7
|
+
export declare class DateTimeComponent extends FieldBase implements OnInit, OnDestroy {
|
|
17
8
|
configProps$: DateTimeProps;
|
|
18
|
-
label$: string;
|
|
19
|
-
value$: any;
|
|
20
|
-
bRequired$: boolean;
|
|
21
|
-
bReadonly$: boolean;
|
|
22
|
-
bDisabled$: boolean;
|
|
23
|
-
bVisible$: boolean;
|
|
24
|
-
displayMode$?: string;
|
|
25
|
-
controlName$: string;
|
|
26
|
-
bHasForm$: boolean;
|
|
27
|
-
componentReference: string;
|
|
28
|
-
testId: string;
|
|
29
|
-
helperText: string;
|
|
30
|
-
fieldControl: FormControl<string | null>;
|
|
31
9
|
stepHour: number;
|
|
32
10
|
stepMinute: number;
|
|
33
11
|
stepSecond: number;
|
|
34
12
|
color: string;
|
|
35
|
-
|
|
36
|
-
dateFormatString: string;
|
|
37
|
-
dateFormatStringLong: string;
|
|
38
|
-
dateFormatStringLC: string;
|
|
39
|
-
dateFormatMask: string;
|
|
40
|
-
};
|
|
13
|
+
formattedValue$: any;
|
|
41
14
|
theDateFormat: {
|
|
42
15
|
dateFormatString: string;
|
|
43
16
|
dateFormatStringLong: string;
|
|
44
17
|
dateFormatStringLC: string;
|
|
45
18
|
dateFormatMask: string;
|
|
46
19
|
};
|
|
20
|
+
timezone: string | undefined;
|
|
47
21
|
placeholder: string;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
formattedValue$: any;
|
|
51
|
-
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
22
|
+
private sso;
|
|
23
|
+
scrollStrategy: import("@angular/cdk/overlay.d-BdoMy0hX").R;
|
|
52
24
|
ngOnInit(): void;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
25
|
+
/**
|
|
26
|
+
* Updates the component when there are changes in the state.
|
|
27
|
+
*/
|
|
56
28
|
updateSelf(): void;
|
|
29
|
+
generateDateTime(sVal: any): string;
|
|
57
30
|
fieldOnDateChange(event: any): void;
|
|
58
|
-
getErrorMessage(): string;
|
|
59
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimeComponent, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateTimeComponent, "app-date-time", never, {
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateTimeComponent, "app-date-time", never, {}, {}, never, never, true, never>;
|
|
61
33
|
}
|
|
62
34
|
export {};
|