@pega/angular-sdk-components 0.24.9 → 0.25.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/pega-angular-sdk-components.mjs +6103 -4676
- package/fesm2022/pega-angular-sdk-components.mjs.map +1 -1
- package/lib/_bridge/angular-pconnect.d.ts +1 -1
- package/lib/_bridge/component-mapper/component-mapper.component.d.ts +1 -1
- package/lib/_bridge/helpers/sdk-pega-component-map.d.ts +18 -0
- package/lib/_components/designSystemExtension/banner/banner.component.d.ts +0 -1
- package/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.d.ts +0 -1
- package/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.d.ts +1 -1
- package/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.d.ts +2 -1
- package/lib/_components/designSystemExtension/operator/operator.component.d.ts +2 -3
- package/lib/_components/designSystemExtension/pulse/pulse.component.d.ts +2 -3
- package/lib/_components/field/auto-complete/auto-complete.component.d.ts +15 -38
- package/lib/_components/field/cancel-alert/cancel-alert.component.d.ts +7 -6
- package/lib/_components/field/check-box/check-box.component.d.ts +10 -33
- package/lib/_components/field/currency/currency.component.d.ts +25 -38
- package/lib/_components/field/date/date.component.d.ts +9 -49
- package/lib/_components/field/date-time/date-time.component.d.ts +11 -34
- package/lib/_components/field/decimal/decimal.component.d.ts +20 -35
- package/lib/_components/field/dropdown/dropdown.component.d.ts +22 -35
- package/lib/_components/field/email/email.component.d.ts +7 -33
- package/lib/_components/field/field.base.d.ts +57 -0
- package/lib/_components/field/group/group.component.d.ts +5 -3
- package/lib/_components/field/integer/integer.component.d.ts +7 -32
- package/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.d.ts +1 -2
- package/lib/_components/field/location/location.component.d.ts +71 -0
- package/lib/_components/field/multiselect/multiselect.component.d.ts +8 -39
- package/lib/_components/field/object-reference/object-reference.component.d.ts +45 -0
- package/lib/_components/field/percentage/percentage.component.d.ts +22 -36
- package/lib/_components/field/phone/phone.component.d.ts +9 -37
- package/lib/_components/field/radio-buttons/radio-buttons.component.d.ts +13 -33
- package/lib/_components/field/rich-text/rich-text.component.d.ts +7 -29
- package/lib/_components/field/scalar-list/scalar-list.component.d.ts +6 -22
- package/lib/_components/field/selectable-card/selectable-card.component.d.ts +62 -0
- package/lib/_components/field/semantic-link/semantic-link.component.d.ts +21 -1
- package/lib/_components/field/text/text.component.d.ts +3 -2
- package/lib/_components/field/text-area/text-area.component.d.ts +6 -32
- package/lib/_components/field/text-content/text-content.component.d.ts +0 -1
- package/lib/_components/field/text-input/text-input.component.d.ts +6 -33
- package/lib/_components/field/time/time.component.d.ts +7 -33
- package/lib/_components/field/url/url.component.d.ts +6 -33
- package/lib/_components/field/user-reference/user-reference.component.d.ts +7 -1
- package/lib/_components/infra/Containers/flow-container/flow-container.component.d.ts +0 -2
- package/lib/_components/infra/Containers/flow-container/helpers.d.ts +1 -0
- package/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.d.ts +0 -1
- package/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.d.ts +5 -10
- package/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.d.ts +0 -1
- package/lib/_components/infra/Containers/view-container/helper.d.ts +2 -0
- package/lib/_components/infra/Containers/view-container/view-container.component.d.ts +0 -1
- package/lib/_components/infra/action-buttons/action-buttons.component.d.ts +1 -1
- package/lib/_components/infra/assignment/assignment.component.d.ts +8 -6
- package/lib/_components/infra/assignment-card/assignment-card.component.d.ts +3 -3
- package/lib/_components/infra/dashboard-filter/dashboard-filter.component.d.ts +0 -1
- package/lib/_components/infra/defer-load/defer-load.component.d.ts +9 -9
- package/lib/_components/infra/error-boundary/error-boundary.component.d.ts +1 -1
- package/lib/_components/infra/multi-step/multi-step.component.d.ts +0 -1
- package/lib/_components/infra/navbar/navbar.component.d.ts +2 -4
- package/lib/_components/infra/reference/reference.component.d.ts +23 -3
- package/lib/_components/infra/region/region.component.d.ts +0 -1
- package/lib/_components/infra/root-container/root-container.component.d.ts +3 -2
- package/lib/_components/infra/stages/stages.component.d.ts +2 -2
- package/lib/_components/infra/view/view.component.d.ts +1 -1
- package/lib/_components/template/advanced-search/advanced-search.component.d.ts +21 -0
- package/lib/_components/template/advanced-search/search-group/persist-utils.d.ts +23 -0
- package/lib/_components/template/advanced-search/search-groups/search-groups.component.d.ts +47 -0
- package/lib/_components/template/advanced-search/search-groups/utils.d.ts +15 -0
- package/lib/_components/template/app-shell/app-shell.component.d.ts +6 -3
- package/lib/_components/template/banner-page/banner-page.component.d.ts +0 -1
- package/lib/_components/template/base/details-template-base.d.ts +21 -0
- package/lib/_components/template/base/form-template-base.d.ts +10 -0
- package/lib/_components/template/case-summary/case-summary.component.d.ts +3 -3
- package/lib/_components/template/case-view/case-view.component.d.ts +1 -3
- package/lib/_components/template/confirmation/confirmation.component.d.ts +0 -1
- package/lib/_components/template/data-reference/data-reference-advanced-search.service.d.ts +9 -0
- package/lib/_components/template/data-reference/data-reference.component.d.ts +27 -3
- package/lib/_components/template/data-reference/search-form/search-form.component.d.ts +39 -0
- package/lib/_components/template/data-reference/search-form/tabsData.d.ts +2 -0
- package/lib/_components/template/data-reference/utils.d.ts +14 -0
- package/lib/_components/template/default-form/default-form.component.d.ts +10 -8
- package/lib/_components/template/default-page/default-page.component.d.ts +29 -0
- package/lib/_components/template/details/details.component.d.ts +3 -12
- package/lib/_components/template/details-narrow-wide/details-narrow-wide.component.d.ts +3 -12
- package/lib/_components/template/details-one-column/details-one-column.component.d.ts +3 -14
- package/lib/_components/template/details-sub-tabs/details-sub-tabs.component.d.ts +3 -14
- package/lib/_components/template/details-three-column/details-three-column.component.d.ts +3 -14
- package/lib/_components/template/details-two-column/details-two-column.component.d.ts +3 -14
- package/lib/_components/template/details-wide-narrow/details-wide-narrow.component.d.ts +3 -14
- package/lib/_components/template/dynamic-tabs/dynamic-tabs.component.d.ts +1 -1
- package/lib/_components/template/field-group-template/field-group-template.component.d.ts +12 -9
- package/lib/_components/template/inline-dashboard/inline-dashboard.component.d.ts +0 -1
- package/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.d.ts +0 -1
- package/lib/_components/template/list-page/list-page.component.d.ts +0 -1
- package/lib/_components/template/list-view/list-view.component.d.ts +20 -5
- package/lib/_components/template/list-view/listViewHelpers.d.ts +1 -1
- package/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.d.ts +0 -1
- package/lib/_components/template/narrow-wide-form/narrow-wide-form.component.d.ts +0 -1
- package/lib/_components/template/object-page/object-page.component.d.ts +8 -0
- package/lib/_components/template/one-column/one-column.component.d.ts +2 -2
- package/lib/_components/template/one-column-page/one-column-page.component.d.ts +0 -1
- package/lib/_components/template/one-column-tab/one-column-tab.component.d.ts +0 -1
- package/lib/_components/template/page/page.component.d.ts +0 -1
- package/lib/_components/template/promoted-filters/promoted-filters.component.d.ts +0 -1
- package/lib/_components/template/repeating-structures/repeating-structures.component.d.ts +0 -1
- package/lib/_components/template/self-service-case-view/self-service-case-view.component.d.ts +59 -0
- package/lib/_components/template/simple-table/simple-table.component.d.ts +0 -1
- package/lib/_components/template/simple-table-manual/helpers.d.ts +19 -4
- package/lib/_components/template/simple-table-manual/simple-table-manual.component.d.ts +11 -4
- package/lib/_components/template/simple-table-select/simple-table-select.component.d.ts +0 -1
- package/lib/_components/template/single-reference-readonly/single-reference-readonly.component.d.ts +18 -3
- package/lib/_components/template/sub-tabs/sub-tabs.component.d.ts +0 -1
- package/lib/_components/template/three-column/three-column.component.d.ts +2 -2
- package/lib/_components/template/three-column-page/three-column-page.component.d.ts +0 -1
- package/lib/_components/template/two-column/two-column.component.d.ts +2 -2
- package/lib/_components/template/two-column-page/two-column-page.component.d.ts +0 -1
- package/lib/_components/template/two-column-tab/two-column-tab.component.d.ts +0 -1
- package/lib/_components/template/utils.d.ts +11 -0
- package/lib/_components/template/wide-narrow-form/wide-narrow-form.component.d.ts +2 -2
- package/lib/_components/template/wide-narrow-page/wide-narrow-page.component.d.ts +1 -2
- package/lib/_components/template/wss-nav-bar/wss-nav-bar.component.d.ts +4 -7
- package/lib/_components/widget/app-announcement/app-announcement.component.d.ts +0 -1
- package/lib/_components/widget/attachment/Attachment.types.d.ts +87 -0
- package/lib/_components/widget/attachment/AttachmentUtils.d.ts +17 -0
- package/lib/_components/widget/attachment/attachment.component.d.ts +20 -36
- package/lib/_components/widget/case-history/case-history.component.d.ts +0 -1
- package/lib/_components/widget/feed-container/feed-container.component.d.ts +4 -5
- package/lib/_components/widget/file-utility/file-utility.component.d.ts +1 -2
- package/lib/_components/widget/quick-create/quick-create.component.d.ts +0 -1
- package/lib/_components/widget/todo/todo.component.d.ts +13 -15
- package/lib/_components/widget/utility/utility.component.d.ts +0 -1
- package/lib/_helpers/common.d.ts +1 -1
- package/lib/_helpers/createstage-utils.d.ts +1 -0
- package/lib/_helpers/field-group-utils.d.ts +1 -3
- package/lib/_helpers/filter-utils.d.ts +1 -3
- package/lib/_helpers/formatters/boolean.d.ts +1 -2
- package/lib/_helpers/formatters/common.d.ts +2 -2
- package/lib/_helpers/formatters/currency.d.ts +1 -2
- package/lib/_helpers/formatters/date.d.ts +1 -2
- package/lib/_helpers/formatters/index.d.ts +1 -2
- package/lib/_helpers/objectReference-utils.d.ts +6 -0
- package/lib/_helpers/semanticLink-utils.d.ts +9 -0
- package/lib/_helpers/tab-utils.d.ts +4 -0
- package/lib/_helpers/utils.d.ts +13 -1
- package/lib/_messages/error-messages.service.d.ts +1 -1
- package/lib/_services/banner.service.d.ts +8 -0
- package/lib/_services/case.service.d.ts +1 -1
- package/lib/_services/datapage.service.d.ts +1 -1
- package/lib/_services/endpoints.d.ts +0 -1
- package/lib/_services/google-maps-loader.service.d.ts +7 -0
- package/lib/doc/KeyReleaseUpdates.md +35 -1
- package/package.json +20 -6
- package/public-api.d.ts +27 -11
- package/esm2022/lib/_bridge/angular-pconnect.mjs +0 -428
- package/esm2022/lib/_bridge/component-mapper/component-mapper.component.mjs +0 -114
- package/esm2022/lib/_bridge/helpers/sdk-pega-component-map.mjs +0 -239
- package/esm2022/lib/_bridge/helpers/sdk_component_map.mjs +0 -142
- package/esm2022/lib/_components/designSystemExtension/alert/alert.component.mjs +0 -50
- package/esm2022/lib/_components/designSystemExtension/alert-banner/alert-banner.component.mjs +0 -29
- package/esm2022/lib/_components/designSystemExtension/banner/banner.component.mjs +0 -31
- package/esm2022/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.mjs +0 -51
- package/esm2022/lib/_components/designSystemExtension/field-group/field-group.component.mjs +0 -31
- package/esm2022/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.mjs +0 -83
- package/esm2022/lib/_components/designSystemExtension/material-details/material-details.component.mjs +0 -37
- package/esm2022/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.mjs +0 -31
- package/esm2022/lib/_components/designSystemExtension/material-summary-item/material-summary-item.component.mjs +0 -36
- package/esm2022/lib/_components/designSystemExtension/material-summary-list/material-summary-list.component.mjs +0 -25
- package/esm2022/lib/_components/designSystemExtension/material-utility/material-utility.component.mjs +0 -28
- package/esm2022/lib/_components/designSystemExtension/material-vertical-tabs/material-vertical-tabs.component.mjs +0 -42
- package/esm2022/lib/_components/designSystemExtension/operator/operator.component.mjs +0 -143
- package/esm2022/lib/_components/designSystemExtension/pulse/pulse.component.mjs +0 -33
- package/esm2022/lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component.mjs +0 -93
- package/esm2022/lib/_components/designSystemExtension/wss-quick-create/wss-quick-create.component.mjs +0 -18
- package/esm2022/lib/_components/field/auto-complete/auto-complete.component.mjs +0 -286
- package/esm2022/lib/_components/field/cancel-alert/cancel-alert.component.mjs +0 -96
- package/esm2022/lib/_components/field/check-box/check-box.component.mjs +0 -223
- package/esm2022/lib/_components/field/currency/currency.component.mjs +0 -177
- package/esm2022/lib/_components/field/date/date.component.mjs +0 -225
- package/esm2022/lib/_components/field/date-time/date-time.component.mjs +0 -181
- package/esm2022/lib/_components/field/decimal/decimal.component.mjs +0 -185
- package/esm2022/lib/_components/field/dropdown/dropdown.component.mjs +0 -192
- package/esm2022/lib/_components/field/email/email.component.mjs +0 -150
- package/esm2022/lib/_components/field/group/group.component.mjs +0 -64
- package/esm2022/lib/_components/field/integer/integer.component.mjs +0 -155
- package/esm2022/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.mjs +0 -44
- package/esm2022/lib/_components/field/multiselect/multiselect.component.mjs +0 -307
- package/esm2022/lib/_components/field/multiselect/utils.mjs +0 -187
- package/esm2022/lib/_components/field/percentage/percentage.component.mjs +0 -174
- package/esm2022/lib/_components/field/phone/phone.component.mjs +0 -167
- package/esm2022/lib/_components/field/radio-buttons/radio-buttons.component.mjs +0 -184
- package/esm2022/lib/_components/field/rich-text/rich-text.component.mjs +0 -103
- package/esm2022/lib/_components/field/scalar-list/scalar-list.component.mjs +0 -96
- package/esm2022/lib/_components/field/semantic-link/semantic-link.component.mjs +0 -57
- package/esm2022/lib/_components/field/text/text.component.mjs +0 -138
- package/esm2022/lib/_components/field/text-area/text-area.component.mjs +0 -153
- package/esm2022/lib/_components/field/text-content/text-content.component.mjs +0 -69
- package/esm2022/lib/_components/field/text-input/text-input.component.mjs +0 -152
- package/esm2022/lib/_components/field/time/time.component.mjs +0 -153
- package/esm2022/lib/_components/field/url/url.component.mjs +0 -152
- package/esm2022/lib/_components/field/user-reference/user-reference.component.mjs +0 -187
- package/esm2022/lib/_components/infra/Containers/base-components/flow-container-base.component.mjs +0 -18
- package/esm2022/lib/_components/infra/Containers/base-components/helper.mjs +0 -71
- package/esm2022/lib/_components/infra/Containers/flow-container/flow-container.component.mjs +0 -487
- package/esm2022/lib/_components/infra/Containers/flow-container/helpers.mjs +0 -68
- package/esm2022/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.mjs +0 -24
- package/esm2022/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.mjs +0 -342
- package/esm2022/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.mjs +0 -32
- package/esm2022/lib/_components/infra/Containers/view-container/view-container.component.mjs +0 -218
- package/esm2022/lib/_components/infra/action-buttons/action-buttons.component.mjs +0 -31
- package/esm2022/lib/_components/infra/assignment/assignment.component.mjs +0 -383
- package/esm2022/lib/_components/infra/assignment-card/assignment-card.component.mjs +0 -47
- package/esm2022/lib/_components/infra/dashboard-filter/dashboard-filter.component.mjs +0 -87
- package/esm2022/lib/_components/infra/defer-load/defer-load.component.mjs +0 -141
- package/esm2022/lib/_components/infra/error-boundary/error-boundary.component.mjs +0 -18
- package/esm2022/lib/_components/infra/multi-step/multi-step.component.mjs +0 -80
- package/esm2022/lib/_components/infra/navbar/navbar.component.mjs +0 -136
- package/esm2022/lib/_components/infra/reference/reference.component.mjs +0 -133
- package/esm2022/lib/_components/infra/region/region.component.mjs +0 -33
- package/esm2022/lib/_components/infra/root-container/root-container.component.mjs +0 -228
- package/esm2022/lib/_components/infra/stages/stages.component.mjs +0 -62
- package/esm2022/lib/_components/infra/view/view.component.mjs +0 -173
- package/esm2022/lib/_components/template/app-shell/app-shell.component.mjs +0 -140
- package/esm2022/lib/_components/template/banner-page/banner-page.component.mjs +0 -43
- package/esm2022/lib/_components/template/case-summary/case-summary.component.mjs +0 -101
- package/esm2022/lib/_components/template/case-view/case-view.component.mjs +0 -190
- package/esm2022/lib/_components/template/confirmation/confirmation.component.mjs +0 -68
- package/esm2022/lib/_components/template/data-reference/data-reference.component.mjs +0 -237
- package/esm2022/lib/_components/template/default-form/default-form.component.mjs +0 -61
- package/esm2022/lib/_components/template/details/details.component.mjs +0 -103
- package/esm2022/lib/_components/template/details-narrow-wide/details-narrow-wide.component.mjs +0 -72
- package/esm2022/lib/_components/template/details-one-column/details-one-column.component.mjs +0 -71
- package/esm2022/lib/_components/template/details-sub-tabs/details-sub-tabs.component.mjs +0 -66
- package/esm2022/lib/_components/template/details-three-column/details-three-column.component.mjs +0 -80
- package/esm2022/lib/_components/template/details-two-column/details-two-column.component.mjs +0 -77
- package/esm2022/lib/_components/template/details-wide-narrow/details-wide-narrow.component.mjs +0 -77
- package/esm2022/lib/_components/template/dynamic-tabs/dynamic-tabs.component.mjs +0 -64
- package/esm2022/lib/_components/template/field-group-list/field-group-list.component.mjs +0 -23
- package/esm2022/lib/_components/template/field-group-template/field-group-template.component.mjs +0 -124
- package/esm2022/lib/_components/template/field-value-list/field-value-list.component.mjs +0 -24
- package/esm2022/lib/_components/template/inline-dashboard/inline-dashboard.component.mjs +0 -22
- package/esm2022/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.mjs +0 -40
- package/esm2022/lib/_components/template/list-page/list-page.component.mjs +0 -14
- package/esm2022/lib/_components/template/list-view/DefaultViewMeta.mjs +0 -208
- package/esm2022/lib/_components/template/list-view/list-view.component.mjs +0 -1202
- package/esm2022/lib/_components/template/list-view/listViewHelpers.mjs +0 -60
- package/esm2022/lib/_components/template/list-view/utils.mjs +0 -662
- package/esm2022/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.mjs +0 -44
- package/esm2022/lib/_components/template/narrow-wide-form/narrow-wide-form.component.mjs +0 -30
- package/esm2022/lib/_components/template/one-column/one-column.component.mjs +0 -30
- package/esm2022/lib/_components/template/one-column-page/one-column-page.component.mjs +0 -16
- package/esm2022/lib/_components/template/one-column-tab/one-column-tab.component.mjs +0 -30
- package/esm2022/lib/_components/template/page/page.component.mjs +0 -52
- package/esm2022/lib/_components/template/promoted-filters/promoted-filters.component.mjs +0 -149
- package/esm2022/lib/_components/template/repeating-structures/repeating-structures.component.mjs +0 -138
- package/esm2022/lib/_components/template/simple-table/simple-table.component.mjs +0 -104
- package/esm2022/lib/_components/template/simple-table-manual/helpers.mjs +0 -270
- package/esm2022/lib/_components/template/simple-table-manual/simple-table-manual.component.mjs +0 -781
- package/esm2022/lib/_components/template/simple-table-select/simple-table-select.component.mjs +0 -129
- package/esm2022/lib/_components/template/single-reference-readonly/single-reference-readonly.component.mjs +0 -16
- package/esm2022/lib/_components/template/sub-tabs/sub-tabs.component.mjs +0 -67
- package/esm2022/lib/_components/template/three-column/three-column.component.mjs +0 -30
- package/esm2022/lib/_components/template/three-column-page/three-column-page.component.mjs +0 -16
- package/esm2022/lib/_components/template/two-column/two-column.component.mjs +0 -30
- package/esm2022/lib/_components/template/two-column-page/two-column-page.component.mjs +0 -40
- package/esm2022/lib/_components/template/two-column-tab/two-column-tab.component.mjs +0 -30
- package/esm2022/lib/_components/template/utils.mjs +0 -22
- package/esm2022/lib/_components/template/wide-narrow-form/wide-narrow-form.component.mjs +0 -30
- package/esm2022/lib/_components/template/wide-narrow-page/wide-narrow-page.component.mjs +0 -53
- package/esm2022/lib/_components/template/wss-nav-bar/wss-nav-bar.component.mjs +0 -137
- package/esm2022/lib/_components/widget/app-announcement/app-announcement.component.mjs +0 -24
- package/esm2022/lib/_components/widget/attachment/attachment.component.mjs +0 -395
- package/esm2022/lib/_components/widget/case-history/case-history.component.mjs +0 -80
- package/esm2022/lib/_components/widget/feed-container/feed-container.component.mjs +0 -521
- package/esm2022/lib/_components/widget/file-utility/file-utility.component.mjs +0 -638
- package/esm2022/lib/_components/widget/list-utility/list-utility.component.mjs +0 -57
- package/esm2022/lib/_components/widget/quick-create/quick-create.component.mjs +0 -75
- package/esm2022/lib/_components/widget/todo/todo.component.mjs +0 -214
- package/esm2022/lib/_components/widget/utility/utility.component.mjs +0 -34
- package/esm2022/lib/_directives/thousand-seperator.directive.mjs +0 -28
- package/esm2022/lib/_helpers/case-utils.mjs +0 -71
- package/esm2022/lib/_helpers/common.mjs +0 -20
- package/esm2022/lib/_helpers/currency-utils.mjs +0 -57
- package/esm2022/lib/_helpers/date-format-utils.mjs +0 -68
- package/esm2022/lib/_helpers/event-util.mjs +0 -18
- package/esm2022/lib/_helpers/field-group-utils.mjs +0 -47
- package/esm2022/lib/_helpers/filter-utils.mjs +0 -106
- package/esm2022/lib/_helpers/formatters/boolean.mjs +0 -20
- package/esm2022/lib/_helpers/formatters/common.mjs +0 -16
- package/esm2022/lib/_helpers/formatters/currency-map.mjs +0 -903
- package/esm2022/lib/_helpers/formatters/currency.mjs +0 -68
- package/esm2022/lib/_helpers/formatters/date.mjs +0 -69
- package/esm2022/lib/_helpers/formatters/format-utils.mjs +0 -68
- package/esm2022/lib/_helpers/formatters/index.mjs +0 -110
- package/esm2022/lib/_helpers/instructions-utils.mjs +0 -36
- package/esm2022/lib/_helpers/tab-utils.mjs +0 -59
- package/esm2022/lib/_helpers/template-utils.mjs +0 -56
- package/esm2022/lib/_helpers/utils.mjs +0 -386
- package/esm2022/lib/_helpers/versionHelpers.mjs +0 -12
- package/esm2022/lib/_messages/error-messages.service.mjs +0 -31
- package/esm2022/lib/_messages/get-login-status.service.mjs +0 -26
- package/esm2022/lib/_messages/oauth-response.service.mjs +0 -30
- package/esm2022/lib/_messages/progress-spinner.service.mjs +0 -30
- package/esm2022/lib/_messages/reset-pconnect.service.mjs +0 -31
- package/esm2022/lib/_messages/update-worklist.service.mjs +0 -30
- package/esm2022/lib/_services/case.service.mjs +0 -32
- package/esm2022/lib/_services/datapage.service.mjs +0 -52
- package/esm2022/lib/_services/endpoints.mjs +0 -61
- package/esm2022/lib/_services/server-config.service.mjs +0 -52
- package/esm2022/lib/_types/PConnProps.interface.mjs +0 -2
- package/esm2022/pega-angular-sdk-components.mjs +0 -5
- package/esm2022/public-api.mjs +0 -141
- package/esm2022/sdk-local-component-map.mjs +0 -9
- package/lib/_messages/get-login-status.service.d.ts +0 -10
- package/lib/_messages/oauth-response.service.d.ts +0 -14
- package/lib/_messages/reset-pconnect.service.d.ts +0 -15
|
@@ -1,48 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
|
-
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
|
-
import { Utils } from '../../../_helpers/utils';
|
|
5
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
1
|
+
import { FieldBase } from '../field.base';
|
|
6
2
|
import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
7
3
|
import * as i0 from "@angular/core";
|
|
8
4
|
interface PhoneProps extends PConnFieldProps {
|
|
9
5
|
}
|
|
10
|
-
export declare class PhoneComponent
|
|
11
|
-
private angularPConnect;
|
|
12
|
-
private cdRef;
|
|
13
|
-
private utils;
|
|
14
|
-
pConn$: typeof PConnect;
|
|
15
|
-
formGroup$: FormGroup;
|
|
16
|
-
angularPConnectData: AngularPConnectData;
|
|
6
|
+
export declare class PhoneComponent extends FieldBase {
|
|
17
7
|
configProps$: PhoneProps;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
bDisabled$: boolean;
|
|
23
|
-
bVisible$: boolean;
|
|
24
|
-
displayMode$?: string;
|
|
25
|
-
controlName$: string;
|
|
26
|
-
bHasForm$: boolean;
|
|
27
|
-
componentReference: string;
|
|
28
|
-
testId: string;
|
|
29
|
-
separateDialCode: boolean;
|
|
30
|
-
afterBlur: boolean;
|
|
31
|
-
helperText: string;
|
|
32
|
-
fieldControl: FormControl<string | null>;
|
|
33
|
-
phoneForm: FormGroup<{
|
|
34
|
-
phone: FormControl<string | null>;
|
|
35
|
-
}>;
|
|
36
|
-
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
37
|
-
ngOnInit(): void;
|
|
38
|
-
ngOnDestroy(): void;
|
|
39
|
-
onStateChange(): void;
|
|
40
|
-
checkAndUpdate(): void;
|
|
8
|
+
preferredCountries: string[];
|
|
9
|
+
/**
|
|
10
|
+
* Updates the component when there are changes in the state.
|
|
11
|
+
*/
|
|
41
12
|
updateSelf(): void;
|
|
13
|
+
fieldOnBlur(): void;
|
|
42
14
|
fieldOnChange(): void;
|
|
43
|
-
|
|
15
|
+
updatePreferredCountries(): void;
|
|
44
16
|
getErrorMessage(): string;
|
|
45
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PhoneComponent, "app-phone", never, {
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PhoneComponent, "app-phone", never, {}, {}, never, never, true, never>;
|
|
47
19
|
}
|
|
48
20
|
export {};
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
|
-
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
5
|
-
import { Utils } from '../../../_helpers/utils';
|
|
1
|
+
import { FieldBase } from '../field.base';
|
|
6
2
|
import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
7
3
|
import * as i0 from "@angular/core";
|
|
8
4
|
interface IOption {
|
|
@@ -12,49 +8,33 @@ interface IOption {
|
|
|
12
8
|
interface RadioButtonsProps extends PConnFieldProps {
|
|
13
9
|
inline: boolean;
|
|
14
10
|
fieldMetadata?: any;
|
|
11
|
+
variant?: string;
|
|
15
12
|
}
|
|
16
|
-
export declare class RadioButtonsComponent
|
|
17
|
-
private angularPConnect;
|
|
18
|
-
private cdRef;
|
|
19
|
-
private utils;
|
|
20
|
-
pConn$: typeof PConnect;
|
|
21
|
-
formGroup$: FormGroup;
|
|
22
|
-
angularPConnectData: AngularPConnectData;
|
|
13
|
+
export declare class RadioButtonsComponent extends FieldBase {
|
|
23
14
|
configProps$: RadioButtonsProps;
|
|
24
|
-
label$: string;
|
|
25
|
-
value$: string;
|
|
26
|
-
bRequired$: boolean;
|
|
27
|
-
bReadonly$: boolean;
|
|
28
|
-
bDisabled$: boolean;
|
|
29
|
-
bVisible$: boolean;
|
|
30
15
|
bInline$: boolean;
|
|
31
|
-
displayMode$?: string;
|
|
32
|
-
controlName$: string;
|
|
33
|
-
bHasForm$: boolean;
|
|
34
16
|
options$: IOption[];
|
|
35
17
|
componentReference: string;
|
|
36
|
-
testId: string;
|
|
37
|
-
helperText: string;
|
|
38
|
-
placeholder: string;
|
|
39
|
-
fieldControl: FormControl<string | null>;
|
|
40
18
|
fieldMetadata: any[];
|
|
41
19
|
localeContext: string;
|
|
42
20
|
localeClass: string;
|
|
43
21
|
localeName: string;
|
|
44
22
|
localePath: string;
|
|
45
23
|
localizedValue: string;
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
checkAndUpdate(): void;
|
|
24
|
+
variant?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Updates the component when there are changes in the state.
|
|
27
|
+
*/
|
|
51
28
|
updateSelf(): void;
|
|
29
|
+
/**
|
|
30
|
+
* Updates radio buttons properties based on the provided config props.
|
|
31
|
+
* @param configProps Configuration properties.
|
|
32
|
+
*/
|
|
33
|
+
protected updateRadioButtonsProperties(configProps: any): void;
|
|
52
34
|
isSelected(buttonValue: string): boolean;
|
|
53
35
|
fieldOnChange(event: any): void;
|
|
54
|
-
fieldOnBlur(event: any): void;
|
|
55
36
|
getLocalizedOptionValue(opt: IOption): string;
|
|
56
|
-
getErrorMessage(): string;
|
|
57
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonsComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonsComponent, "app-radio-buttons", never, {
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonsComponent, "app-radio-buttons", never, {}, {}, never, never, true, never>;
|
|
59
39
|
}
|
|
60
40
|
export {};
|
|
@@ -1,42 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import { FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
5
|
-
import { Utils } from '../../../_helpers/utils';
|
|
1
|
+
import { FieldBase } from '../field.base';
|
|
6
2
|
import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
7
3
|
import * as i0 from "@angular/core";
|
|
8
4
|
interface RichTextProps extends PConnFieldProps {
|
|
9
5
|
}
|
|
10
|
-
export declare class RichTextComponent
|
|
11
|
-
private angularPConnect;
|
|
12
|
-
private utils;
|
|
13
|
-
pConn$: typeof PConnect;
|
|
14
|
-
formGroup$: FormGroup;
|
|
15
|
-
angularPConnectData: AngularPConnectData;
|
|
6
|
+
export declare class RichTextComponent extends FieldBase {
|
|
16
7
|
configProps$: RichTextProps;
|
|
17
|
-
label$: string;
|
|
18
|
-
value$: string;
|
|
19
|
-
bRequired$: boolean;
|
|
20
|
-
bReadonly$: boolean;
|
|
21
|
-
bDisabled$: boolean;
|
|
22
|
-
bVisible$: boolean;
|
|
23
|
-
displayMode$?: string;
|
|
24
|
-
controlName$: string;
|
|
25
|
-
testId: string;
|
|
26
|
-
helperText: string;
|
|
27
|
-
placeholder: any;
|
|
28
8
|
info: any;
|
|
29
9
|
error: boolean;
|
|
30
10
|
status: any;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
onStateChange(): void;
|
|
35
|
-
checkAndUpdate(): void;
|
|
11
|
+
/**
|
|
12
|
+
* Updates the component when there are changes in the state.
|
|
13
|
+
*/
|
|
36
14
|
updateSelf(): void;
|
|
37
|
-
fieldOnChange(): void;
|
|
15
|
+
fieldOnChange(editorValue: any): void;
|
|
38
16
|
fieldOnBlur(editorValue: any): void;
|
|
39
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RichTextComponent, "app-rich-text", never, {
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RichTextComponent, "app-rich-text", never, {}, {}, never, never, true, never>;
|
|
41
19
|
}
|
|
42
20
|
export {};
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
1
|
+
import { FieldBase } from '../field.base';
|
|
5
2
|
import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
6
3
|
import * as i0 from "@angular/core";
|
|
7
4
|
interface ScalarListProps extends Omit<PConnFieldProps, 'value'> {
|
|
@@ -10,28 +7,15 @@ interface ScalarListProps extends Omit<PConnFieldProps, 'value'> {
|
|
|
10
7
|
componentType: string;
|
|
11
8
|
restProps?: object;
|
|
12
9
|
}
|
|
13
|
-
export declare class ScalarListComponent
|
|
14
|
-
private angularPConnect;
|
|
15
|
-
pConn$: typeof PConnect;
|
|
16
|
-
formGroup$: FormGroup;
|
|
17
|
-
angularPConnectData: AngularPConnectData;
|
|
10
|
+
export declare class ScalarListComponent extends FieldBase {
|
|
18
11
|
configProps$: ScalarListProps;
|
|
19
|
-
label$: string;
|
|
20
|
-
value$: any;
|
|
21
|
-
displayMode$?: string;
|
|
22
12
|
items: any[];
|
|
23
13
|
isDisplayModeEnabled: boolean;
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
bReadonly$: boolean;
|
|
28
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
29
|
-
ngOnInit(): void;
|
|
30
|
-
ngOnDestroy(): void;
|
|
31
|
-
onStateChange(): void;
|
|
32
|
-
checkAndUpdate(): void;
|
|
14
|
+
/**
|
|
15
|
+
* Updates the component when there are changes in the state.
|
|
16
|
+
*/
|
|
33
17
|
updateSelf(): void;
|
|
34
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScalarListComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScalarListComponent, "app-scalar-list", never, {
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScalarListComponent, "app-scalar-list", never, {}, {}, never, never, true, never>;
|
|
36
20
|
}
|
|
37
21
|
export {};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
3
|
+
import { FieldBase } from '../field.base';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
interface SelectableCardProps extends PConnFieldProps {
|
|
6
|
+
selectionList: any;
|
|
7
|
+
readonlyContextList: any;
|
|
8
|
+
image: string;
|
|
9
|
+
primaryField: string;
|
|
10
|
+
selectionKey: string;
|
|
11
|
+
renderMode: string;
|
|
12
|
+
hideFieldLabels?: boolean;
|
|
13
|
+
additionalProps?: any;
|
|
14
|
+
imagePosition?: string;
|
|
15
|
+
imageSize?: string;
|
|
16
|
+
showImageDescription?: boolean;
|
|
17
|
+
datasource?: any;
|
|
18
|
+
}
|
|
19
|
+
export declare class SelectableCardComponent extends FieldBase implements OnInit {
|
|
20
|
+
type: string;
|
|
21
|
+
valueChange: EventEmitter<any>;
|
|
22
|
+
configProps$: SelectableCardProps;
|
|
23
|
+
readOnly: boolean;
|
|
24
|
+
disabled: boolean;
|
|
25
|
+
radioBtnValue: any;
|
|
26
|
+
additionalProps: any;
|
|
27
|
+
showNoValue: boolean;
|
|
28
|
+
selectionKey?: string;
|
|
29
|
+
defaultStyle: {};
|
|
30
|
+
specialStyle: {};
|
|
31
|
+
cardStyle: {};
|
|
32
|
+
noLabelStyle: {};
|
|
33
|
+
selectedvalues: any;
|
|
34
|
+
selectionList: any;
|
|
35
|
+
primaryField: string;
|
|
36
|
+
commonProps: any;
|
|
37
|
+
contentList: [
|
|
38
|
+
{
|
|
39
|
+
commonCardProps: {
|
|
40
|
+
id: string;
|
|
41
|
+
key: string;
|
|
42
|
+
fields: any;
|
|
43
|
+
label: string;
|
|
44
|
+
selected: boolean;
|
|
45
|
+
};
|
|
46
|
+
cardImage: {
|
|
47
|
+
src: string;
|
|
48
|
+
alt: string;
|
|
49
|
+
style: any;
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
];
|
|
53
|
+
ngOnInit(): void;
|
|
54
|
+
updateSelf(): void;
|
|
55
|
+
fieldOnChange(value: any): void;
|
|
56
|
+
fieldOnBlur(): void;
|
|
57
|
+
handleChangeMultiMode(event: any, element: any): void;
|
|
58
|
+
cardSelect(event: any, element: any): void;
|
|
59
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectableCardComponent, never>;
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectableCardComponent, "lib-selectable-card", never, { "type": { "alias": "type"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
61
|
+
}
|
|
62
|
+
export {};
|
|
@@ -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,6 +6,12 @@ import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
interface SemanticLinkProps extends PConnFieldProps {
|
|
9
8
|
text: string;
|
|
9
|
+
resourcePayload: any;
|
|
10
|
+
resourceParams: any;
|
|
11
|
+
previewKey: string;
|
|
12
|
+
referenceType: string;
|
|
13
|
+
dataRelationshipContext: string;
|
|
14
|
+
contextPage: any;
|
|
10
15
|
}
|
|
11
16
|
export declare class SemanticLinkComponent implements OnInit, OnDestroy {
|
|
12
17
|
private angularPConnect;
|
|
@@ -19,11 +24,26 @@ export declare class SemanticLinkComponent implements OnInit, OnDestroy {
|
|
|
19
24
|
value$: string;
|
|
20
25
|
displayMode$?: string;
|
|
21
26
|
bVisible$: boolean;
|
|
27
|
+
linkURL: string;
|
|
28
|
+
dataResourcePayLoad: any;
|
|
29
|
+
referenceType: string;
|
|
30
|
+
shouldTreatAsDataReference: boolean;
|
|
31
|
+
previewKey: string;
|
|
32
|
+
resourcePayload: any;
|
|
33
|
+
payload: object;
|
|
34
|
+
dataViewName: string;
|
|
35
|
+
isLinkTextEmpty: boolean;
|
|
22
36
|
constructor(angularPConnect: AngularPConnectService, utils: Utils);
|
|
23
37
|
ngOnInit(): void;
|
|
24
38
|
ngOnDestroy(): void;
|
|
25
39
|
onStateChange(): void;
|
|
40
|
+
checkAndUpdate(): void;
|
|
26
41
|
updateSelf(): void;
|
|
42
|
+
showDataAction(): void;
|
|
43
|
+
openLinkClick(e: any): void;
|
|
44
|
+
private initializeComponentState;
|
|
45
|
+
private buildDataPayload;
|
|
46
|
+
private buildLinkURL;
|
|
27
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<SemanticLinkComponent, never>;
|
|
28
48
|
static ɵcmp: i0.ɵɵComponentDeclaration<SemanticLinkComponent, "app-semantic-link", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
49
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import { FormGroup } from '@angular/forms';
|
|
3
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
4
|
import { Utils } from '../../../_helpers/utils';
|
|
5
5
|
import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
@@ -10,6 +10,7 @@ export declare class TextComponent implements OnInit, OnDestroy {
|
|
|
10
10
|
private angularPConnect;
|
|
11
11
|
private utils;
|
|
12
12
|
pConn$: typeof PConnect;
|
|
13
|
+
formGroup$: FormGroup;
|
|
13
14
|
formatAs$: string;
|
|
14
15
|
angularPConnectData: AngularPConnectData;
|
|
15
16
|
configProps$: TextProps;
|
|
@@ -35,6 +36,6 @@ export declare class TextComponent implements OnInit, OnDestroy {
|
|
|
35
36
|
generateDate(sVal: any): string;
|
|
36
37
|
generateDateTime(sVal: any): string;
|
|
37
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "app-text", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formatAs$": { "alias": "formatAs$"; "required": false; }; }, {}, never, never, true, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "app-text", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "formatAs$": { "alias": "formatAs$"; "required": false; }; }, {}, never, never, true, never>;
|
|
39
40
|
}
|
|
40
41
|
export {};
|
|
@@ -1,45 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
|
-
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
5
|
-
import { Utils } from '../../../_helpers/utils';
|
|
1
|
+
import { FieldBase } from '../field.base';
|
|
6
2
|
import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
7
3
|
import * as i0 from "@angular/core";
|
|
8
4
|
interface TextAreaProps extends PConnFieldProps {
|
|
9
5
|
fieldMetadata?: any;
|
|
10
6
|
}
|
|
11
|
-
export declare class TextAreaComponent
|
|
12
|
-
private angularPConnect;
|
|
13
|
-
private cdRef;
|
|
14
|
-
private utils;
|
|
15
|
-
pConn$: typeof PConnect;
|
|
16
|
-
formGroup$: FormGroup;
|
|
17
|
-
angularPConnectData: AngularPConnectData;
|
|
7
|
+
export declare class TextAreaComponent extends FieldBase {
|
|
18
8
|
configProps$: TextAreaProps;
|
|
19
|
-
label$: string;
|
|
20
|
-
value$: string;
|
|
21
|
-
bRequired$: boolean;
|
|
22
|
-
bReadonly$: boolean;
|
|
23
|
-
bDisabled$: boolean;
|
|
24
|
-
bVisible$: boolean;
|
|
25
9
|
nMaxLength$: number;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
componentReference: string;
|
|
30
|
-
testId: string;
|
|
31
|
-
helperText: string;
|
|
32
|
-
fieldControl: FormControl<string | null>;
|
|
33
|
-
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
34
|
-
ngOnInit(): void;
|
|
35
|
-
ngOnDestroy(): void;
|
|
36
|
-
onStateChange(): void;
|
|
37
|
-
checkAndUpdate(): void;
|
|
10
|
+
/**
|
|
11
|
+
* Updates the component when there are changes in the state.
|
|
12
|
+
*/
|
|
38
13
|
updateSelf(): void;
|
|
39
14
|
fieldOnChange(event: any): void;
|
|
40
15
|
fieldOnBlur(event: any): void;
|
|
41
|
-
getErrorMessage(): string;
|
|
42
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "app-text-area", never, {
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "app-text-area", never, {}, {}, never, never, true, never>;
|
|
44
18
|
}
|
|
45
19
|
export {};
|
|
@@ -1,45 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
|
-
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectService, AngularPConnectData } from '../../../_bridge/angular-pconnect';
|
|
5
|
-
import { Utils } from '../../../_helpers/utils';
|
|
1
|
+
import { FieldBase } from '../field.base';
|
|
6
2
|
import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
7
3
|
import * as i0 from "@angular/core";
|
|
8
4
|
interface TextInputProps extends PConnFieldProps {
|
|
9
5
|
fieldMetadata?: any;
|
|
10
6
|
}
|
|
11
|
-
export declare class TextInputComponent
|
|
12
|
-
private angularPConnect;
|
|
13
|
-
private cdRef;
|
|
14
|
-
private utils;
|
|
15
|
-
pConn$: typeof PConnect;
|
|
16
|
-
formGroup$: FormGroup;
|
|
17
|
-
angularPConnectData: AngularPConnectData;
|
|
7
|
+
export declare class TextInputComponent extends FieldBase {
|
|
18
8
|
configProps$: TextInputProps;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
bReadonly$: boolean;
|
|
23
|
-
bDisabled$: boolean;
|
|
24
|
-
bVisible$: boolean;
|
|
25
|
-
displayMode$?: string;
|
|
26
|
-
controlName$: string;
|
|
27
|
-
testId: string;
|
|
28
|
-
bHasForm$: boolean;
|
|
29
|
-
componentReference: string;
|
|
30
|
-
helperText: string;
|
|
31
|
-
placeholder: string;
|
|
32
|
-
fieldControl: FormControl<string | null>;
|
|
33
|
-
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
34
|
-
ngOnInit(): void;
|
|
35
|
-
ngOnDestroy(): void;
|
|
36
|
-
onStateChange(): void;
|
|
37
|
-
checkAndUpdate(): void;
|
|
9
|
+
/**
|
|
10
|
+
* Updates the component when there are changes in the state.
|
|
11
|
+
*/
|
|
38
12
|
updateSelf(): void;
|
|
39
13
|
fieldOnChange(event: any): void;
|
|
40
14
|
fieldOnBlur(event: any): void;
|
|
41
|
-
getErrorMessage(): string;
|
|
42
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextInputComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextInputComponent, "app-text-input", never, {
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextInputComponent, "app-text-input", never, {}, {}, never, never, true, never>;
|
|
44
17
|
}
|
|
45
18
|
export {};
|
|
@@ -1,44 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
|
-
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
5
|
-
import { Utils } from '../../../_helpers/utils';
|
|
1
|
+
import { FieldBase } from '../field.base';
|
|
6
2
|
import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
7
3
|
import * as i0 from "@angular/core";
|
|
8
4
|
interface TimeProps extends PConnFieldProps {
|
|
9
5
|
}
|
|
10
|
-
export declare class TimeComponent
|
|
11
|
-
private angularPConnect;
|
|
12
|
-
private cdRef;
|
|
13
|
-
private utils;
|
|
14
|
-
pConn$: typeof PConnect;
|
|
15
|
-
formGroup$: FormGroup;
|
|
16
|
-
angularPConnectData: AngularPConnectData;
|
|
6
|
+
export declare class TimeComponent extends FieldBase {
|
|
17
7
|
configProps$: TimeProps;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
bDisabled$: boolean;
|
|
23
|
-
bVisible$: boolean;
|
|
24
|
-
displayMode$?: string;
|
|
25
|
-
controlName$: string;
|
|
26
|
-
testId: string;
|
|
27
|
-
bHasForm$: boolean;
|
|
28
|
-
componentReference: string;
|
|
29
|
-
helperText: string;
|
|
30
|
-
placeholder: string;
|
|
31
|
-
fieldControl: FormControl<string | null>;
|
|
32
|
-
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
33
|
-
ngOnInit(): void;
|
|
34
|
-
ngOnDestroy(): void;
|
|
35
|
-
onStateChange(): void;
|
|
36
|
-
checkAndUpdate(): void;
|
|
8
|
+
formattedValue$: any;
|
|
9
|
+
/**
|
|
10
|
+
* Updates the component when there are changes in the state.
|
|
11
|
+
*/
|
|
37
12
|
updateSelf(): void;
|
|
38
13
|
fieldOnChange(event: any): void;
|
|
39
14
|
fieldOnBlur(event: any): void;
|
|
40
|
-
getErrorMessage(): string;
|
|
41
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimeComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimeComponent, "app-time", never, {
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimeComponent, "app-time", never, {}, {}, never, never, true, never>;
|
|
43
17
|
}
|
|
44
18
|
export {};
|
|
@@ -1,44 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
|
-
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
5
|
-
import { Utils } from '../../../_helpers/utils';
|
|
1
|
+
import { FieldBase } from '../field.base';
|
|
6
2
|
import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
7
3
|
import * as i0 from "@angular/core";
|
|
8
4
|
interface URLProps extends PConnFieldProps {
|
|
9
5
|
}
|
|
10
|
-
export declare class UrlComponent
|
|
11
|
-
private angularPConnect;
|
|
12
|
-
private cdRef;
|
|
13
|
-
private utils;
|
|
14
|
-
pConn$: typeof PConnect;
|
|
15
|
-
formGroup$: FormGroup;
|
|
16
|
-
angularPConnectData: AngularPConnectData;
|
|
6
|
+
export declare class UrlComponent extends FieldBase {
|
|
17
7
|
configProps$: URLProps;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
bReadonly$: boolean;
|
|
22
|
-
bDisabled$: boolean;
|
|
23
|
-
bVisible$: boolean;
|
|
24
|
-
displayMode$?: string;
|
|
25
|
-
controlName$: string;
|
|
26
|
-
testId: string;
|
|
27
|
-
bHasForm$: boolean;
|
|
28
|
-
componentReference: string;
|
|
29
|
-
helperText: string;
|
|
30
|
-
placeholder: string;
|
|
31
|
-
fieldControl: FormControl<string | null>;
|
|
32
|
-
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
33
|
-
ngOnInit(): void;
|
|
34
|
-
ngOnDestroy(): void;
|
|
35
|
-
onStateChange(): void;
|
|
36
|
-
checkAndUpdate(): void;
|
|
8
|
+
/**
|
|
9
|
+
* Updates the component when there are changes in the state.
|
|
10
|
+
*/
|
|
37
11
|
updateSelf(): void;
|
|
38
12
|
fieldOnChange(event: any): void;
|
|
39
13
|
fieldOnBlur(event: any): void;
|
|
40
|
-
getErrorMessage(): string;
|
|
41
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<UrlComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UrlComponent, "app-url", never, {
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UrlComponent, "app-url", never, {}, {}, never, never, true, never>;
|
|
43
16
|
}
|
|
44
17
|
export {};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -28,15 +27,22 @@ export declare class UserReferenceComponent implements OnInit, OnDestroy {
|
|
|
28
27
|
filteredOptions: Observable<any[]>;
|
|
29
28
|
filterValue: string;
|
|
30
29
|
fieldControl: FormControl<string | null>;
|
|
30
|
+
actionsApi: object;
|
|
31
|
+
propName: string;
|
|
32
|
+
onRecordChange: any;
|
|
31
33
|
constructor(angularPConnect: AngularPConnectService, utils: Utils);
|
|
32
34
|
ngOnInit(): Promise<void>;
|
|
33
35
|
ngOnDestroy(): void;
|
|
34
36
|
get type(): string;
|
|
35
37
|
onStateChange(): Promise<void>;
|
|
36
38
|
private _filter;
|
|
39
|
+
isUserNameAvailable: (user: any) => any;
|
|
40
|
+
getUserName: (user: any) => any;
|
|
41
|
+
getValue: (user: any) => any;
|
|
37
42
|
checkAndUpdate(): Promise<void>;
|
|
38
43
|
updateSelf(): Promise<void>;
|
|
39
44
|
fieldOnChange(event: any): void;
|
|
45
|
+
optionChanged(event: any): void;
|
|
40
46
|
fieldOnBlur(event: any): void;
|
|
41
47
|
getErrorMessage(): string;
|
|
42
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserReferenceComponent, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, NgZone, OnDestroy, Injector } from '@angular/core';
|
|
3
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
4
3
|
import { publicConstants } from '@pega/pcore-pconnect-typedefs/constants';
|
|
@@ -63,7 +62,6 @@ export declare class FlowContainerComponent extends FlowContainerBaseComponent i
|
|
|
63
62
|
getTodoVisibilty(): boolean;
|
|
64
63
|
initContainer(): void;
|
|
65
64
|
initComponent(bLoadChildren: boolean): void;
|
|
66
|
-
hasAssignments(): boolean;
|
|
67
65
|
isCaseWideLocalAction(): boolean;
|
|
68
66
|
hasChildCaseAssignments(): any;
|
|
69
67
|
getActiveViewLabel(): string;
|