@pega/angular-sdk-components 0.24.9 → 0.25.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/pega-angular-sdk-components.mjs +2832 -1807
- package/fesm2022/pega-angular-sdk-components.mjs.map +1 -1
- package/lib/_bridge/helpers/sdk-pega-component-map.d.ts +4 -0
- package/lib/_components/designSystemExtension/banner/banner.component.d.ts +0 -1
- package/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.d.ts +0 -1
- package/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.d.ts +1 -1
- package/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.d.ts +2 -1
- package/lib/_components/designSystemExtension/operator/operator.component.d.ts +2 -3
- package/lib/_components/designSystemExtension/pulse/pulse.component.d.ts +2 -3
- package/lib/_components/field/auto-complete/auto-complete.component.d.ts +8 -3
- package/lib/_components/field/cancel-alert/cancel-alert.component.d.ts +0 -1
- package/lib/_components/field/check-box/check-box.component.d.ts +5 -3
- package/lib/_components/field/currency/currency.component.d.ts +6 -4
- package/lib/_components/field/date/date.component.d.ts +17 -7
- package/lib/_components/field/date-time/date-time.component.d.ts +10 -3
- package/lib/_components/field/decimal/decimal.component.d.ts +4 -4
- package/lib/_components/field/dropdown/dropdown.component.d.ts +14 -3
- package/lib/_components/field/email/email.component.d.ts +2 -1
- package/lib/_components/field/group/group.component.d.ts +0 -1
- package/lib/_components/field/integer/integer.component.d.ts +2 -1
- package/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.d.ts +1 -2
- package/lib/_components/field/location/location.component.d.ts +71 -0
- package/lib/_components/field/multiselect/multiselect.component.d.ts +3 -3
- package/lib/_components/field/percentage/percentage.component.d.ts +6 -3
- package/lib/_components/field/phone/phone.component.d.ts +6 -8
- package/lib/_components/field/radio-buttons/radio-buttons.component.d.ts +4 -2
- package/lib/_components/field/rich-text/rich-text.component.d.ts +3 -2
- package/lib/_components/field/scalar-list/scalar-list.component.d.ts +0 -1
- package/lib/_components/field/selectable-card/selectable-card.component.d.ts +75 -0
- package/lib/_components/field/semantic-link/semantic-link.component.d.ts +0 -1
- package/lib/_components/field/text/text.component.d.ts +3 -2
- package/lib/_components/field/text-area/text-area.component.d.ts +2 -1
- package/lib/_components/field/text-content/text-content.component.d.ts +0 -1
- package/lib/_components/field/text-input/text-input.component.d.ts +2 -1
- package/lib/_components/field/time/time.component.d.ts +3 -1
- package/lib/_components/field/url/url.component.d.ts +2 -1
- package/lib/_components/field/user-reference/user-reference.component.d.ts +7 -1
- package/lib/_components/infra/Containers/flow-container/flow-container.component.d.ts +0 -2
- package/lib/_components/infra/Containers/flow-container/helpers.d.ts +1 -0
- package/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.d.ts +0 -1
- package/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.d.ts +1 -4
- package/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.d.ts +0 -1
- package/lib/_components/infra/Containers/view-container/helper.d.ts +2 -0
- package/lib/_components/infra/Containers/view-container/view-container.component.d.ts +0 -1
- package/lib/_components/infra/action-buttons/action-buttons.component.d.ts +1 -1
- package/lib/_components/infra/assignment/assignment.component.d.ts +6 -4
- package/lib/_components/infra/assignment-card/assignment-card.component.d.ts +0 -1
- package/lib/_components/infra/dashboard-filter/dashboard-filter.component.d.ts +0 -1
- package/lib/_components/infra/defer-load/defer-load.component.d.ts +3 -3
- package/lib/_components/infra/error-boundary/error-boundary.component.d.ts +1 -1
- package/lib/_components/infra/multi-step/multi-step.component.d.ts +0 -1
- package/lib/_components/infra/navbar/navbar.component.d.ts +2 -3
- package/lib/_components/infra/reference/reference.component.d.ts +23 -3
- package/lib/_components/infra/region/region.component.d.ts +0 -1
- package/lib/_components/infra/root-container/root-container.component.d.ts +3 -2
- package/lib/_components/infra/stages/stages.component.d.ts +0 -1
- package/lib/_components/infra/view/view.component.d.ts +1 -1
- package/lib/_components/template/app-shell/app-shell.component.d.ts +0 -1
- package/lib/_components/template/banner-page/banner-page.component.d.ts +0 -1
- package/lib/_components/template/base/details-template-base.d.ts +21 -0
- package/lib/_components/template/base/form-template-base.d.ts +10 -0
- package/lib/_components/template/case-summary/case-summary.component.d.ts +3 -3
- package/lib/_components/template/case-view/case-view.component.d.ts +1 -3
- package/lib/_components/template/confirmation/confirmation.component.d.ts +0 -1
- package/lib/_components/template/data-reference/data-reference.component.d.ts +0 -1
- package/lib/_components/template/default-form/default-form.component.d.ts +8 -7
- package/lib/_components/template/details/details.component.d.ts +3 -12
- package/lib/_components/template/details-narrow-wide/details-narrow-wide.component.d.ts +3 -12
- package/lib/_components/template/details-one-column/details-one-column.component.d.ts +3 -14
- package/lib/_components/template/details-sub-tabs/details-sub-tabs.component.d.ts +3 -14
- package/lib/_components/template/details-three-column/details-three-column.component.d.ts +3 -14
- package/lib/_components/template/details-two-column/details-two-column.component.d.ts +3 -14
- package/lib/_components/template/details-wide-narrow/details-wide-narrow.component.d.ts +3 -14
- package/lib/_components/template/dynamic-tabs/dynamic-tabs.component.d.ts +1 -1
- package/lib/_components/template/field-group-template/field-group-template.component.d.ts +12 -9
- package/lib/_components/template/inline-dashboard/inline-dashboard.component.d.ts +0 -1
- package/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.d.ts +0 -1
- package/lib/_components/template/list-page/list-page.component.d.ts +0 -1
- package/lib/_components/template/list-view/list-view.component.d.ts +6 -4
- package/lib/_components/template/list-view/listViewHelpers.d.ts +1 -1
- package/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.d.ts +0 -1
- package/lib/_components/template/narrow-wide-form/narrow-wide-form.component.d.ts +0 -1
- package/lib/_components/template/one-column/one-column.component.d.ts +2 -2
- package/lib/_components/template/one-column-page/one-column-page.component.d.ts +0 -1
- package/lib/_components/template/one-column-tab/one-column-tab.component.d.ts +0 -1
- package/lib/_components/template/page/page.component.d.ts +0 -1
- package/lib/_components/template/promoted-filters/promoted-filters.component.d.ts +0 -1
- package/lib/_components/template/repeating-structures/repeating-structures.component.d.ts +0 -1
- package/lib/_components/template/simple-table/simple-table.component.d.ts +0 -1
- package/lib/_components/template/simple-table-manual/helpers.d.ts +19 -4
- package/lib/_components/template/simple-table-manual/simple-table-manual.component.d.ts +10 -3
- package/lib/_components/template/simple-table-select/simple-table-select.component.d.ts +0 -1
- package/lib/_components/template/single-reference-readonly/single-reference-readonly.component.d.ts +0 -1
- package/lib/_components/template/sub-tabs/sub-tabs.component.d.ts +0 -1
- package/lib/_components/template/three-column/three-column.component.d.ts +2 -2
- package/lib/_components/template/three-column-page/three-column-page.component.d.ts +0 -1
- package/lib/_components/template/two-column/two-column.component.d.ts +2 -2
- package/lib/_components/template/two-column-page/two-column-page.component.d.ts +0 -1
- package/lib/_components/template/two-column-tab/two-column-tab.component.d.ts +0 -1
- package/lib/_components/template/utils.d.ts +7 -0
- package/lib/_components/template/wide-narrow-form/wide-narrow-form.component.d.ts +2 -2
- package/lib/_components/template/wide-narrow-page/wide-narrow-page.component.d.ts +1 -2
- package/lib/_components/template/wss-nav-bar/wss-nav-bar.component.d.ts +3 -4
- package/lib/_components/widget/app-announcement/app-announcement.component.d.ts +0 -1
- package/lib/_components/widget/attachment/attachment.component.d.ts +3 -4
- package/lib/_components/widget/case-history/case-history.component.d.ts +0 -1
- package/lib/_components/widget/feed-container/feed-container.component.d.ts +2 -3
- package/lib/_components/widget/file-utility/file-utility.component.d.ts +1 -2
- package/lib/_components/widget/quick-create/quick-create.component.d.ts +0 -1
- package/lib/_components/widget/todo/todo.component.d.ts +10 -14
- package/lib/_components/widget/utility/utility.component.d.ts +0 -1
- package/lib/_helpers/common.d.ts +1 -1
- package/lib/_helpers/createstage-utils.d.ts +1 -0
- package/lib/_helpers/formatters/boolean.d.ts +1 -2
- package/lib/_helpers/formatters/common.d.ts +2 -2
- package/lib/_helpers/formatters/currency.d.ts +1 -2
- package/lib/_helpers/formatters/date.d.ts +1 -2
- package/lib/_helpers/formatters/index.d.ts +1 -2
- package/lib/_helpers/utils.d.ts +12 -0
- package/lib/_messages/error-messages.service.d.ts +1 -1
- package/lib/_services/banner.service.d.ts +8 -0
- package/lib/_services/case.service.d.ts +1 -1
- package/lib/_services/datapage.service.d.ts +1 -1
- package/lib/_services/endpoints.d.ts +0 -1
- package/lib/_services/google-maps-loader.service.d.ts +7 -0
- package/lib/doc/KeyReleaseUpdates.md +35 -1
- package/package.json +20 -6
- package/public-api.d.ts +15 -11
- package/esm2022/lib/_bridge/angular-pconnect.mjs +0 -428
- package/esm2022/lib/_bridge/component-mapper/component-mapper.component.mjs +0 -114
- package/esm2022/lib/_bridge/helpers/sdk-pega-component-map.mjs +0 -239
- package/esm2022/lib/_bridge/helpers/sdk_component_map.mjs +0 -142
- package/esm2022/lib/_components/designSystemExtension/alert/alert.component.mjs +0 -50
- package/esm2022/lib/_components/designSystemExtension/alert-banner/alert-banner.component.mjs +0 -29
- package/esm2022/lib/_components/designSystemExtension/banner/banner.component.mjs +0 -31
- package/esm2022/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.mjs +0 -51
- package/esm2022/lib/_components/designSystemExtension/field-group/field-group.component.mjs +0 -31
- package/esm2022/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.mjs +0 -83
- package/esm2022/lib/_components/designSystemExtension/material-details/material-details.component.mjs +0 -37
- package/esm2022/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.mjs +0 -31
- package/esm2022/lib/_components/designSystemExtension/material-summary-item/material-summary-item.component.mjs +0 -36
- package/esm2022/lib/_components/designSystemExtension/material-summary-list/material-summary-list.component.mjs +0 -25
- package/esm2022/lib/_components/designSystemExtension/material-utility/material-utility.component.mjs +0 -28
- package/esm2022/lib/_components/designSystemExtension/material-vertical-tabs/material-vertical-tabs.component.mjs +0 -42
- package/esm2022/lib/_components/designSystemExtension/operator/operator.component.mjs +0 -143
- package/esm2022/lib/_components/designSystemExtension/pulse/pulse.component.mjs +0 -33
- package/esm2022/lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component.mjs +0 -93
- package/esm2022/lib/_components/designSystemExtension/wss-quick-create/wss-quick-create.component.mjs +0 -18
- package/esm2022/lib/_components/field/auto-complete/auto-complete.component.mjs +0 -286
- package/esm2022/lib/_components/field/cancel-alert/cancel-alert.component.mjs +0 -96
- package/esm2022/lib/_components/field/check-box/check-box.component.mjs +0 -223
- package/esm2022/lib/_components/field/currency/currency.component.mjs +0 -177
- package/esm2022/lib/_components/field/date/date.component.mjs +0 -225
- package/esm2022/lib/_components/field/date-time/date-time.component.mjs +0 -181
- package/esm2022/lib/_components/field/decimal/decimal.component.mjs +0 -185
- package/esm2022/lib/_components/field/dropdown/dropdown.component.mjs +0 -192
- package/esm2022/lib/_components/field/email/email.component.mjs +0 -150
- package/esm2022/lib/_components/field/group/group.component.mjs +0 -64
- package/esm2022/lib/_components/field/integer/integer.component.mjs +0 -155
- package/esm2022/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.mjs +0 -44
- package/esm2022/lib/_components/field/multiselect/multiselect.component.mjs +0 -307
- package/esm2022/lib/_components/field/multiselect/utils.mjs +0 -187
- package/esm2022/lib/_components/field/percentage/percentage.component.mjs +0 -174
- package/esm2022/lib/_components/field/phone/phone.component.mjs +0 -167
- package/esm2022/lib/_components/field/radio-buttons/radio-buttons.component.mjs +0 -184
- package/esm2022/lib/_components/field/rich-text/rich-text.component.mjs +0 -103
- package/esm2022/lib/_components/field/scalar-list/scalar-list.component.mjs +0 -96
- package/esm2022/lib/_components/field/semantic-link/semantic-link.component.mjs +0 -57
- package/esm2022/lib/_components/field/text/text.component.mjs +0 -138
- package/esm2022/lib/_components/field/text-area/text-area.component.mjs +0 -153
- package/esm2022/lib/_components/field/text-content/text-content.component.mjs +0 -69
- package/esm2022/lib/_components/field/text-input/text-input.component.mjs +0 -152
- package/esm2022/lib/_components/field/time/time.component.mjs +0 -153
- package/esm2022/lib/_components/field/url/url.component.mjs +0 -152
- package/esm2022/lib/_components/field/user-reference/user-reference.component.mjs +0 -187
- package/esm2022/lib/_components/infra/Containers/base-components/flow-container-base.component.mjs +0 -18
- package/esm2022/lib/_components/infra/Containers/base-components/helper.mjs +0 -71
- package/esm2022/lib/_components/infra/Containers/flow-container/flow-container.component.mjs +0 -487
- package/esm2022/lib/_components/infra/Containers/flow-container/helpers.mjs +0 -68
- package/esm2022/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.mjs +0 -24
- package/esm2022/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.mjs +0 -342
- package/esm2022/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.mjs +0 -32
- package/esm2022/lib/_components/infra/Containers/view-container/view-container.component.mjs +0 -218
- package/esm2022/lib/_components/infra/action-buttons/action-buttons.component.mjs +0 -31
- package/esm2022/lib/_components/infra/assignment/assignment.component.mjs +0 -383
- package/esm2022/lib/_components/infra/assignment-card/assignment-card.component.mjs +0 -47
- package/esm2022/lib/_components/infra/dashboard-filter/dashboard-filter.component.mjs +0 -87
- package/esm2022/lib/_components/infra/defer-load/defer-load.component.mjs +0 -141
- package/esm2022/lib/_components/infra/error-boundary/error-boundary.component.mjs +0 -18
- package/esm2022/lib/_components/infra/multi-step/multi-step.component.mjs +0 -80
- package/esm2022/lib/_components/infra/navbar/navbar.component.mjs +0 -136
- package/esm2022/lib/_components/infra/reference/reference.component.mjs +0 -133
- package/esm2022/lib/_components/infra/region/region.component.mjs +0 -33
- package/esm2022/lib/_components/infra/root-container/root-container.component.mjs +0 -228
- package/esm2022/lib/_components/infra/stages/stages.component.mjs +0 -62
- package/esm2022/lib/_components/infra/view/view.component.mjs +0 -173
- package/esm2022/lib/_components/template/app-shell/app-shell.component.mjs +0 -140
- package/esm2022/lib/_components/template/banner-page/banner-page.component.mjs +0 -43
- package/esm2022/lib/_components/template/case-summary/case-summary.component.mjs +0 -101
- package/esm2022/lib/_components/template/case-view/case-view.component.mjs +0 -190
- package/esm2022/lib/_components/template/confirmation/confirmation.component.mjs +0 -68
- package/esm2022/lib/_components/template/data-reference/data-reference.component.mjs +0 -237
- package/esm2022/lib/_components/template/default-form/default-form.component.mjs +0 -61
- package/esm2022/lib/_components/template/details/details.component.mjs +0 -103
- package/esm2022/lib/_components/template/details-narrow-wide/details-narrow-wide.component.mjs +0 -72
- package/esm2022/lib/_components/template/details-one-column/details-one-column.component.mjs +0 -71
- package/esm2022/lib/_components/template/details-sub-tabs/details-sub-tabs.component.mjs +0 -66
- package/esm2022/lib/_components/template/details-three-column/details-three-column.component.mjs +0 -80
- package/esm2022/lib/_components/template/details-two-column/details-two-column.component.mjs +0 -77
- package/esm2022/lib/_components/template/details-wide-narrow/details-wide-narrow.component.mjs +0 -77
- package/esm2022/lib/_components/template/dynamic-tabs/dynamic-tabs.component.mjs +0 -64
- package/esm2022/lib/_components/template/field-group-list/field-group-list.component.mjs +0 -23
- package/esm2022/lib/_components/template/field-group-template/field-group-template.component.mjs +0 -124
- package/esm2022/lib/_components/template/field-value-list/field-value-list.component.mjs +0 -24
- package/esm2022/lib/_components/template/inline-dashboard/inline-dashboard.component.mjs +0 -22
- package/esm2022/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.mjs +0 -40
- package/esm2022/lib/_components/template/list-page/list-page.component.mjs +0 -14
- package/esm2022/lib/_components/template/list-view/DefaultViewMeta.mjs +0 -208
- package/esm2022/lib/_components/template/list-view/list-view.component.mjs +0 -1202
- package/esm2022/lib/_components/template/list-view/listViewHelpers.mjs +0 -60
- package/esm2022/lib/_components/template/list-view/utils.mjs +0 -662
- package/esm2022/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.mjs +0 -44
- package/esm2022/lib/_components/template/narrow-wide-form/narrow-wide-form.component.mjs +0 -30
- package/esm2022/lib/_components/template/one-column/one-column.component.mjs +0 -30
- package/esm2022/lib/_components/template/one-column-page/one-column-page.component.mjs +0 -16
- package/esm2022/lib/_components/template/one-column-tab/one-column-tab.component.mjs +0 -30
- package/esm2022/lib/_components/template/page/page.component.mjs +0 -52
- package/esm2022/lib/_components/template/promoted-filters/promoted-filters.component.mjs +0 -149
- package/esm2022/lib/_components/template/repeating-structures/repeating-structures.component.mjs +0 -138
- package/esm2022/lib/_components/template/simple-table/simple-table.component.mjs +0 -104
- package/esm2022/lib/_components/template/simple-table-manual/helpers.mjs +0 -270
- package/esm2022/lib/_components/template/simple-table-manual/simple-table-manual.component.mjs +0 -781
- package/esm2022/lib/_components/template/simple-table-select/simple-table-select.component.mjs +0 -129
- package/esm2022/lib/_components/template/single-reference-readonly/single-reference-readonly.component.mjs +0 -16
- package/esm2022/lib/_components/template/sub-tabs/sub-tabs.component.mjs +0 -67
- package/esm2022/lib/_components/template/three-column/three-column.component.mjs +0 -30
- package/esm2022/lib/_components/template/three-column-page/three-column-page.component.mjs +0 -16
- package/esm2022/lib/_components/template/two-column/two-column.component.mjs +0 -30
- package/esm2022/lib/_components/template/two-column-page/two-column-page.component.mjs +0 -40
- package/esm2022/lib/_components/template/two-column-tab/two-column-tab.component.mjs +0 -30
- package/esm2022/lib/_components/template/utils.mjs +0 -22
- package/esm2022/lib/_components/template/wide-narrow-form/wide-narrow-form.component.mjs +0 -30
- package/esm2022/lib/_components/template/wide-narrow-page/wide-narrow-page.component.mjs +0 -53
- package/esm2022/lib/_components/template/wss-nav-bar/wss-nav-bar.component.mjs +0 -137
- package/esm2022/lib/_components/widget/app-announcement/app-announcement.component.mjs +0 -24
- package/esm2022/lib/_components/widget/attachment/attachment.component.mjs +0 -395
- package/esm2022/lib/_components/widget/case-history/case-history.component.mjs +0 -80
- package/esm2022/lib/_components/widget/feed-container/feed-container.component.mjs +0 -521
- package/esm2022/lib/_components/widget/file-utility/file-utility.component.mjs +0 -638
- package/esm2022/lib/_components/widget/list-utility/list-utility.component.mjs +0 -57
- package/esm2022/lib/_components/widget/quick-create/quick-create.component.mjs +0 -75
- package/esm2022/lib/_components/widget/todo/todo.component.mjs +0 -214
- package/esm2022/lib/_components/widget/utility/utility.component.mjs +0 -34
- package/esm2022/lib/_directives/thousand-seperator.directive.mjs +0 -28
- package/esm2022/lib/_helpers/case-utils.mjs +0 -71
- package/esm2022/lib/_helpers/common.mjs +0 -20
- package/esm2022/lib/_helpers/currency-utils.mjs +0 -57
- package/esm2022/lib/_helpers/date-format-utils.mjs +0 -68
- package/esm2022/lib/_helpers/event-util.mjs +0 -18
- package/esm2022/lib/_helpers/field-group-utils.mjs +0 -47
- package/esm2022/lib/_helpers/filter-utils.mjs +0 -106
- package/esm2022/lib/_helpers/formatters/boolean.mjs +0 -20
- package/esm2022/lib/_helpers/formatters/common.mjs +0 -16
- package/esm2022/lib/_helpers/formatters/currency-map.mjs +0 -903
- package/esm2022/lib/_helpers/formatters/currency.mjs +0 -68
- package/esm2022/lib/_helpers/formatters/date.mjs +0 -69
- package/esm2022/lib/_helpers/formatters/format-utils.mjs +0 -68
- package/esm2022/lib/_helpers/formatters/index.mjs +0 -110
- package/esm2022/lib/_helpers/instructions-utils.mjs +0 -36
- package/esm2022/lib/_helpers/tab-utils.mjs +0 -59
- package/esm2022/lib/_helpers/template-utils.mjs +0 -56
- package/esm2022/lib/_helpers/utils.mjs +0 -386
- package/esm2022/lib/_helpers/versionHelpers.mjs +0 -12
- package/esm2022/lib/_messages/error-messages.service.mjs +0 -31
- package/esm2022/lib/_messages/get-login-status.service.mjs +0 -26
- package/esm2022/lib/_messages/oauth-response.service.mjs +0 -30
- package/esm2022/lib/_messages/progress-spinner.service.mjs +0 -30
- package/esm2022/lib/_messages/reset-pconnect.service.mjs +0 -31
- package/esm2022/lib/_messages/update-worklist.service.mjs +0 -30
- package/esm2022/lib/_services/case.service.mjs +0 -32
- package/esm2022/lib/_services/datapage.service.mjs +0 -52
- package/esm2022/lib/_services/endpoints.mjs +0 -61
- package/esm2022/lib/_services/server-config.service.mjs +0 -52
- package/esm2022/lib/_types/PConnProps.interface.mjs +0 -2
- package/esm2022/pega-angular-sdk-components.mjs +0 -5
- package/esm2022/public-api.mjs +0 -141
- package/esm2022/sdk-local-component-map.mjs +0 -9
- package/lib/_messages/get-login-status.service.d.ts +0 -10
- package/lib/_messages/oauth-response.service.d.ts +0 -14
- package/lib/_messages/reset-pconnect.service.d.ts +0 -15
|
@@ -27,6 +27,7 @@ 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';
|
|
30
31
|
import { PercentageComponent } from '../../_components/field/percentage/percentage.component';
|
|
31
32
|
import { PhoneComponent } from '../../_components/field/phone/phone.component';
|
|
32
33
|
import { RadioButtonsComponent } from '../../_components/field/radio-buttons/radio-buttons.component';
|
|
@@ -39,6 +40,7 @@ import { TimeComponent } from '../../_components/field/time/time.component';
|
|
|
39
40
|
import { UrlComponent } from '../../_components/field/url/url.component';
|
|
40
41
|
import { UserReferenceComponent } from '../../_components/field/user-reference/user-reference.component';
|
|
41
42
|
import { ScalarListComponent } from '../../_components/field/scalar-list/scalar-list.component';
|
|
43
|
+
import { SelectableCardComponent } from '../../_components/field/selectable-card/selectable-card.component';
|
|
42
44
|
import { RichTextComponent } from '../../_components/field/rich-text/rich-text.component';
|
|
43
45
|
import { AppShellComponent } from '../../_components/template/app-shell/app-shell.component';
|
|
44
46
|
import { BannerPageComponent } from '../../_components/template/banner-page/banner-page.component';
|
|
@@ -159,6 +161,7 @@ declare const pegaSdkComponentMap: {
|
|
|
159
161
|
ListUtility: typeof ListUtilityComponent;
|
|
160
162
|
ListView: typeof ListViewComponent;
|
|
161
163
|
ListViewActionButtons: typeof ListViewActionButtonsComponent;
|
|
164
|
+
Location: typeof LocationComponent;
|
|
162
165
|
MaterialDetails: typeof MaterialDetailsComponent;
|
|
163
166
|
MaterialUtility: typeof MaterialUtilityComponent;
|
|
164
167
|
ModalViewContainer: typeof ModalViewContainerComponent;
|
|
@@ -185,6 +188,7 @@ declare const pegaSdkComponentMap: {
|
|
|
185
188
|
RichTextEditor: typeof RichTextEditorComponent;
|
|
186
189
|
RootContainer: typeof RootContainerComponent;
|
|
187
190
|
ScalarList: typeof ScalarListComponent;
|
|
191
|
+
SelectableCard: typeof SelectableCardComponent;
|
|
188
192
|
SemanticLink: typeof SemanticLinkComponent;
|
|
189
193
|
SimpleTable: typeof SimpleTableComponent;
|
|
190
194
|
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:
|
|
12
|
+
localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string, componentName?: string | null) => string;
|
|
13
13
|
localeCategory: string;
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
ngOnChanges(): void;
|
|
@@ -5,8 +5,9 @@ export declare class MaterialDetailsFieldsComponent {
|
|
|
5
5
|
constructor(utils: Utils);
|
|
6
6
|
arFields$: any[];
|
|
7
7
|
arHighlightedFields: any[];
|
|
8
|
-
_getValue(configValue: any): any;
|
|
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
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit } from '@angular/core';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
interface PulseProps {
|
|
@@ -7,8 +6,8 @@ interface PulseProps {
|
|
|
7
6
|
export declare class PulseComponent implements OnInit {
|
|
8
7
|
pConn$: typeof PConnect;
|
|
9
8
|
configProps$: PulseProps;
|
|
10
|
-
currentUser$: string;
|
|
11
|
-
currentUserInitials$: string;
|
|
9
|
+
currentUser$: string | undefined;
|
|
10
|
+
currentUserInitials$: string | undefined;
|
|
12
11
|
ngOnInit(): void;
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PulseComponent, never>;
|
|
14
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<PulseComponent, "app-pulse", never, { "pConn$": { "alias": "pConn$"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
|
-
import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
|
5
3
|
import { Observable } from 'rxjs';
|
|
6
4
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
7
5
|
import { Utils } from '../../../_helpers/utils';
|
|
8
6
|
import { DatapageService } from '../../../_services/datapage.service';
|
|
9
7
|
import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
10
8
|
import * as i0 from "@angular/core";
|
|
9
|
+
interface IOption {
|
|
10
|
+
key: string;
|
|
11
|
+
value: string;
|
|
12
|
+
}
|
|
11
13
|
interface AutoCompleteProps extends PConnFieldProps {
|
|
12
14
|
deferDatasource?: boolean;
|
|
13
15
|
datasourceMetadata?: any;
|
|
@@ -48,8 +50,11 @@ export declare class AutoCompleteComponent implements OnInit, OnDestroy {
|
|
|
48
50
|
hideLabel: boolean;
|
|
49
51
|
filteredOptions: Observable<any[]>;
|
|
50
52
|
filterValue: string;
|
|
53
|
+
actionsApi: Object;
|
|
54
|
+
propName: string;
|
|
51
55
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils, dataPageService: DatapageService);
|
|
52
56
|
ngOnInit(): Promise<void>;
|
|
57
|
+
setOptions(options: IOption[]): void;
|
|
53
58
|
ngOnDestroy(): void;
|
|
54
59
|
private _filter;
|
|
55
60
|
onStateChange(): Promise<void>;
|
|
@@ -65,7 +70,7 @@ export declare class AutoCompleteComponent implements OnInit, OnDestroy {
|
|
|
65
70
|
getDisplayFieldsMetaData(columnList: any): any;
|
|
66
71
|
preProcessColumns(columnList: any): any;
|
|
67
72
|
fieldOnChange(event: Event): void;
|
|
68
|
-
optionChanged(event:
|
|
73
|
+
optionChanged(event: any): void;
|
|
69
74
|
fieldOnBlur(event: Event): void;
|
|
70
75
|
getErrorMessage(): string;
|
|
71
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteComponent, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -17,6 +16,8 @@ interface CheckboxProps extends Omit<PConnFieldProps, 'value'> {
|
|
|
17
16
|
primaryField: string;
|
|
18
17
|
readonlyContextList: any;
|
|
19
18
|
referenceList: string;
|
|
19
|
+
variant?: string;
|
|
20
|
+
renderMode: string;
|
|
20
21
|
}
|
|
21
22
|
export declare class CheckBoxComponent implements OnInit, OnDestroy {
|
|
22
23
|
private angularPConnect;
|
|
@@ -51,8 +52,9 @@ export declare class CheckBoxComponent implements OnInit, OnDestroy {
|
|
|
51
52
|
selectedvalues: any;
|
|
52
53
|
referenceList: string;
|
|
53
54
|
listOfCheckboxes: any[];
|
|
54
|
-
actionsApi:
|
|
55
|
-
propName:
|
|
55
|
+
actionsApi: Object;
|
|
56
|
+
propName: string;
|
|
57
|
+
variant?: string;
|
|
56
58
|
fieldControl: FormControl<string | null>;
|
|
57
59
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
58
60
|
ngOnInit(): void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -8,6 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
8
7
|
interface CurrrencyProps extends PConnFieldProps {
|
|
9
8
|
currencyISOCode?: string;
|
|
10
9
|
allowDecimals: boolean;
|
|
10
|
+
formatter?: string;
|
|
11
11
|
}
|
|
12
12
|
export declare class CurrencyComponent implements OnInit, OnDestroy {
|
|
13
13
|
private angularPConnect;
|
|
@@ -33,11 +33,13 @@ export declare class CurrencyComponent implements OnInit, OnDestroy {
|
|
|
33
33
|
currencyISOCode: string;
|
|
34
34
|
currencyOptions: Object;
|
|
35
35
|
fieldControl: FormControl<number | null>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
currencySymbol: string;
|
|
37
|
+
thousandSeparator: string;
|
|
38
|
+
decimalSeparator: string;
|
|
39
39
|
inputMode: any;
|
|
40
40
|
decimalPrecision: number | undefined;
|
|
41
|
+
formattedValue: string;
|
|
42
|
+
formatter: any;
|
|
41
43
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
42
44
|
ngOnInit(): void;
|
|
43
45
|
ngOnDestroy(): void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -8,15 +7,20 @@ import * as i0 from "@angular/core";
|
|
|
8
7
|
interface DateProps extends PConnFieldProps {
|
|
9
8
|
}
|
|
10
9
|
declare class MyFormat {
|
|
11
|
-
theDateFormat:
|
|
10
|
+
theDateFormat: {
|
|
11
|
+
dateFormatString: string;
|
|
12
|
+
dateFormatStringLong: string;
|
|
13
|
+
dateFormatStringLC: string;
|
|
14
|
+
dateFormatMask: string;
|
|
15
|
+
};
|
|
12
16
|
get display(): {
|
|
13
|
-
dateInput:
|
|
17
|
+
dateInput: string;
|
|
14
18
|
monthYearLabel: string;
|
|
15
19
|
dateA11yLabel: string;
|
|
16
20
|
monthYearA11yLabel: string;
|
|
17
21
|
};
|
|
18
22
|
get parse(): {
|
|
19
|
-
dateInput:
|
|
23
|
+
dateInput: string;
|
|
20
24
|
};
|
|
21
25
|
}
|
|
22
26
|
export declare class DateComponent implements OnInit, OnDestroy {
|
|
@@ -48,7 +52,15 @@ export declare class DateComponent implements OnInit, OnDestroy {
|
|
|
48
52
|
dateFormatStringLC: string;
|
|
49
53
|
dateFormatMask: string;
|
|
50
54
|
};
|
|
51
|
-
theDateFormat:
|
|
55
|
+
theDateFormat: {
|
|
56
|
+
dateFormatString: string;
|
|
57
|
+
dateFormatStringLong: string;
|
|
58
|
+
dateFormatStringLC: string;
|
|
59
|
+
dateFormatMask: string;
|
|
60
|
+
};
|
|
61
|
+
actionsApi: Object;
|
|
62
|
+
propName: string;
|
|
63
|
+
formattedValue$: any;
|
|
52
64
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils, config: MyFormat);
|
|
53
65
|
ngOnInit(): void;
|
|
54
66
|
ngOnDestroy(): void;
|
|
@@ -56,10 +68,8 @@ export declare class DateComponent implements OnInit, OnDestroy {
|
|
|
56
68
|
checkAndUpdate(): void;
|
|
57
69
|
updateSelf(): void;
|
|
58
70
|
fieldOnDateChange(event: any): void;
|
|
59
|
-
fieldOnBlur(event: any): void;
|
|
60
71
|
hasErrors(): boolean;
|
|
61
72
|
getErrorMessage(): string;
|
|
62
|
-
getFormattedValue(): string;
|
|
63
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateComponent, never>;
|
|
64
74
|
static ɵcmp: i0.ɵɵComponentDeclaration<DateComponent, "app-date", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|
|
65
75
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -38,8 +37,17 @@ export declare class DateTimeComponent implements OnInit, OnDestroy {
|
|
|
38
37
|
dateFormatStringLC: string;
|
|
39
38
|
dateFormatMask: string;
|
|
40
39
|
};
|
|
41
|
-
theDateFormat:
|
|
40
|
+
theDateFormat: {
|
|
41
|
+
dateFormatString: string;
|
|
42
|
+
dateFormatStringLong: string;
|
|
43
|
+
dateFormatStringLC: string;
|
|
44
|
+
dateFormatMask: string;
|
|
45
|
+
};
|
|
42
46
|
placeholder: string;
|
|
47
|
+
actionsApi: Object;
|
|
48
|
+
propName: string;
|
|
49
|
+
formattedValue$: any;
|
|
50
|
+
timezone: string | undefined;
|
|
43
51
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
44
52
|
ngOnInit(): void;
|
|
45
53
|
ngOnDestroy(): void;
|
|
@@ -47,7 +55,6 @@ export declare class DateTimeComponent implements OnInit, OnDestroy {
|
|
|
47
55
|
checkAndUpdate(): void;
|
|
48
56
|
updateSelf(): void;
|
|
49
57
|
fieldOnDateChange(event: any): void;
|
|
50
|
-
fieldOnBlur(event: any): void;
|
|
51
58
|
getErrorMessage(): string;
|
|
52
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimeComponent, never>;
|
|
53
60
|
static ɵcmp: i0.ɵɵComponentDeclaration<DateTimeComponent, "app-date-time", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -33,13 +32,14 @@ export declare class DecimalComponent implements OnInit, OnDestroy {
|
|
|
33
32
|
helperText: string;
|
|
34
33
|
placeholder: string;
|
|
35
34
|
fieldControl: FormControl<number | null>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
35
|
+
decimalSeparator: string;
|
|
36
|
+
thousandSeparator: string;
|
|
37
|
+
currencySymbol: string;
|
|
39
38
|
decimalPrecision: number | undefined;
|
|
40
39
|
formatter: any;
|
|
41
40
|
formattedValue: any;
|
|
42
41
|
inputMode: any;
|
|
42
|
+
suffix: string;
|
|
43
43
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
44
44
|
ngOnInit(): void;
|
|
45
45
|
ngOnDestroy(): void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
|
+
import { DatapageService } from '../../../_services/datapage.service';
|
|
5
5
|
import { Utils } from '../../../_helpers/utils';
|
|
6
6
|
import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
@@ -13,11 +13,17 @@ interface DropdownProps extends PConnFieldProps {
|
|
|
13
13
|
datasource?: any[];
|
|
14
14
|
onRecordChange?: any;
|
|
15
15
|
fieldMetadata?: any;
|
|
16
|
+
listType?: string;
|
|
17
|
+
columns?: any[];
|
|
18
|
+
deferDatasource?: boolean;
|
|
19
|
+
datasourceMetadata?: any;
|
|
20
|
+
parameters?: any;
|
|
16
21
|
}
|
|
17
22
|
export declare class DropdownComponent implements OnInit, OnDestroy {
|
|
18
23
|
private angularPConnect;
|
|
19
24
|
private cdRef;
|
|
20
25
|
private utils;
|
|
26
|
+
private dataPageService;
|
|
21
27
|
pConn$: typeof PConnect;
|
|
22
28
|
formGroup$: FormGroup;
|
|
23
29
|
angularPConnectData: AngularPConnectData;
|
|
@@ -36,6 +42,7 @@ export declare class DropdownComponent implements OnInit, OnDestroy {
|
|
|
36
42
|
testId: string;
|
|
37
43
|
helperText: string;
|
|
38
44
|
hideLabel: any;
|
|
45
|
+
theDatasource: any[] | null;
|
|
39
46
|
fieldControl: FormControl<string | null>;
|
|
40
47
|
fieldMetadata: any[];
|
|
41
48
|
localeContext: string;
|
|
@@ -43,15 +50,19 @@ export declare class DropdownComponent implements OnInit, OnDestroy {
|
|
|
43
50
|
localeName: string;
|
|
44
51
|
localePath: string;
|
|
45
52
|
localizedValue: string;
|
|
46
|
-
|
|
53
|
+
actionsApi: Object;
|
|
54
|
+
propName: string;
|
|
55
|
+
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils, dataPageService: DatapageService);
|
|
47
56
|
ngOnInit(): void;
|
|
57
|
+
set options(options: IOption[]);
|
|
48
58
|
ngOnDestroy(): void;
|
|
49
59
|
onStateChange(): void;
|
|
50
60
|
checkAndUpdate(): void;
|
|
51
61
|
updateSelf(): void;
|
|
62
|
+
getDatapageData(): void;
|
|
63
|
+
getData(dataSource: any, parameters: any, columns: any, context: any, listType: any): void;
|
|
52
64
|
isSelected(buttonValue: string): boolean;
|
|
53
65
|
fieldOnChange(event: any): void;
|
|
54
|
-
fieldOnBlur(event: any): void;
|
|
55
66
|
getLocalizedOptionValue(opt: IOption): string;
|
|
56
67
|
getErrorMessage(): string;
|
|
57
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -29,6 +28,8 @@ export declare class EmailComponent implements OnInit, OnDestroy {
|
|
|
29
28
|
helperText: string;
|
|
30
29
|
placeholder: string;
|
|
31
30
|
fieldControl: FormControl<string | null>;
|
|
31
|
+
actionsApi: Object;
|
|
32
|
+
propName: string;
|
|
32
33
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
33
34
|
ngOnInit(): void;
|
|
34
35
|
ngOnDestroy(): void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -29,6 +28,8 @@ export declare class IntegerComponent implements OnInit, OnDestroy {
|
|
|
29
28
|
helperText: string;
|
|
30
29
|
placeholder: string;
|
|
31
30
|
fieldControl: FormControl<number | null>;
|
|
31
|
+
actionsApi: Object;
|
|
32
|
+
propName: string;
|
|
32
33
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
33
34
|
ngOnInit(): void;
|
|
34
35
|
ngOnDestroy(): void;
|
package/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.d.ts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { EventEmitter } from '@angular/core';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class ListViewActionButtonsComponent {
|
|
5
4
|
pConn$: typeof PConnect;
|
|
6
5
|
context$: string;
|
|
7
6
|
closeActionsDialog: EventEmitter<any>;
|
|
8
|
-
localizedVal: (localeKey:
|
|
7
|
+
localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string, componentName?: string | null) => string;
|
|
9
8
|
localeCategory: string;
|
|
10
9
|
isDisabled: boolean;
|
|
11
10
|
onCancel(): void;
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FormControl, FormGroup } from '@angular/forms';
|
|
3
|
+
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
|
+
import { GoogleMapsLoaderService } from '../../../_services/google-maps-loader.service';
|
|
5
|
+
import { Utils } from '../../../_helpers/utils';
|
|
6
|
+
import { PConnFieldProps } from '../../../_types/PConnProps.interface';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
interface LocationProps extends PConnFieldProps {
|
|
9
|
+
coordinates: string;
|
|
10
|
+
showMap: boolean;
|
|
11
|
+
onlyCoordinates: boolean;
|
|
12
|
+
showMapReadOnly: boolean;
|
|
13
|
+
}
|
|
14
|
+
export declare class LocationComponent implements OnInit, OnDestroy {
|
|
15
|
+
private loader;
|
|
16
|
+
private angularPConnect;
|
|
17
|
+
private utils;
|
|
18
|
+
private cdRef;
|
|
19
|
+
pConn$: typeof PConnect;
|
|
20
|
+
formGroup$: FormGroup;
|
|
21
|
+
private autocompleteService;
|
|
22
|
+
private geocoder;
|
|
23
|
+
mapReady: boolean;
|
|
24
|
+
isLocating: boolean;
|
|
25
|
+
searchControl: FormControl<string | null>;
|
|
26
|
+
showMap: boolean;
|
|
27
|
+
filteredOptions: string[];
|
|
28
|
+
center: google.maps.LatLngLiteral;
|
|
29
|
+
markerPosition: google.maps.LatLngLiteral | null;
|
|
30
|
+
angularPConnectData: AngularPConnectData;
|
|
31
|
+
configProps$: LocationProps;
|
|
32
|
+
label$: string;
|
|
33
|
+
onlyCoordinates: boolean;
|
|
34
|
+
coordinates: string;
|
|
35
|
+
bRequired$: boolean;
|
|
36
|
+
bReadonly$: boolean;
|
|
37
|
+
showMapReadOnly$: boolean;
|
|
38
|
+
bDisabled$: boolean;
|
|
39
|
+
bVisible$: boolean;
|
|
40
|
+
controlName$: string;
|
|
41
|
+
bHasForm$: boolean;
|
|
42
|
+
testId: string;
|
|
43
|
+
helperText: string;
|
|
44
|
+
placeholder: string;
|
|
45
|
+
actionsApi: Object;
|
|
46
|
+
valueProp: string;
|
|
47
|
+
coordinatesProp: string;
|
|
48
|
+
constructor(loader: GoogleMapsLoaderService, angularPConnect: AngularPConnectService, utils: Utils, cdRef: ChangeDetectorRef);
|
|
49
|
+
ngOnInit(): Promise<void>;
|
|
50
|
+
ngOnDestroy(): void;
|
|
51
|
+
checkAndUpdate(): void;
|
|
52
|
+
onStateChange(): void;
|
|
53
|
+
updateSelf(): void;
|
|
54
|
+
onOptionSelected(event: any): void;
|
|
55
|
+
fieldOnBlur(): void;
|
|
56
|
+
locateMe(): void;
|
|
57
|
+
onMapClick(event: google.maps.MapMouseEvent): void;
|
|
58
|
+
getErrorMessage(): string;
|
|
59
|
+
private tryGetLocation;
|
|
60
|
+
private initializeGoogleServices;
|
|
61
|
+
private getPlacePredictions;
|
|
62
|
+
private isCoordinateString;
|
|
63
|
+
private getSuggestions;
|
|
64
|
+
private updateMap;
|
|
65
|
+
private updateProps;
|
|
66
|
+
private setCoordinates;
|
|
67
|
+
private setLocationValue;
|
|
68
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocationComponent, never>;
|
|
69
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LocationComponent, "app-location", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|
|
70
|
+
}
|
|
71
|
+
export {};
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
|
-
import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
|
5
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
6
4
|
import { Utils } from '../../../_helpers/utils';
|
|
7
5
|
import * as i0 from "@angular/core";
|
|
@@ -44,6 +42,8 @@ export declare class MultiselectComponent implements OnInit, OnDestroy {
|
|
|
44
42
|
dataApiObj: any;
|
|
45
43
|
itemsTree: any[];
|
|
46
44
|
trigger: any;
|
|
45
|
+
actionsApi: Object;
|
|
46
|
+
propName: string;
|
|
47
47
|
constructor(angularPConnect: AngularPConnectService, utils: Utils);
|
|
48
48
|
ngOnInit(): void;
|
|
49
49
|
ngOnDestroy(): void;
|
|
@@ -53,7 +53,7 @@ export declare class MultiselectComponent implements OnInit, OnDestroy {
|
|
|
53
53
|
setPropertyValuesFromProps(): void;
|
|
54
54
|
getCaseListBasedOnParams(searchText: any, group: any, selectedRows: any, currentItemsTree: any, isTriggeredFromSearch?: boolean): void;
|
|
55
55
|
fieldOnChange(event: Event): void;
|
|
56
|
-
optionChanged(event:
|
|
56
|
+
optionChanged(event: any): void;
|
|
57
57
|
optionClicked: (event: Event, data: any) => void;
|
|
58
58
|
toggleSelection: (data: any) => void;
|
|
59
59
|
removeChip: (data: any) => void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -8,6 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
8
7
|
interface PercentageProps extends PConnFieldProps {
|
|
9
8
|
showGroupSeparators?: string;
|
|
10
9
|
decimalPrecision?: number;
|
|
10
|
+
currencyISOCode?: string;
|
|
11
11
|
}
|
|
12
12
|
export declare class PercentageComponent implements OnInit, OnDestroy {
|
|
13
13
|
private angularPConnect;
|
|
@@ -30,11 +30,14 @@ export declare class PercentageComponent implements OnInit, OnDestroy {
|
|
|
30
30
|
testId: string;
|
|
31
31
|
helperText: string;
|
|
32
32
|
placeholder: string;
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
decimalSeparator: string;
|
|
34
|
+
thousandSeparator: string;
|
|
35
35
|
inputMode: any;
|
|
36
36
|
decimalPrecision: number | undefined;
|
|
37
37
|
fieldControl: FormControl<number | null>;
|
|
38
|
+
actionsApi: Object;
|
|
39
|
+
propName: string;
|
|
40
|
+
formattedValue: string;
|
|
38
41
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
39
42
|
ngOnInit(): void;
|
|
40
43
|
ngOnDestroy(): void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { Utils } from '../../../_helpers/utils';
|
|
@@ -24,23 +23,22 @@ export declare class PhoneComponent implements OnInit, OnDestroy {
|
|
|
24
23
|
displayMode$?: string;
|
|
25
24
|
controlName$: string;
|
|
26
25
|
bHasForm$: boolean;
|
|
27
|
-
componentReference: string;
|
|
28
26
|
testId: string;
|
|
29
|
-
separateDialCode: boolean;
|
|
30
|
-
afterBlur: boolean;
|
|
31
27
|
helperText: string;
|
|
28
|
+
placeholder: string;
|
|
32
29
|
fieldControl: FormControl<string | null>;
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
30
|
+
actionsApi: Object;
|
|
31
|
+
propName: string;
|
|
32
|
+
preferredCountries: string[];
|
|
36
33
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
37
34
|
ngOnInit(): void;
|
|
38
35
|
ngOnDestroy(): void;
|
|
39
36
|
onStateChange(): void;
|
|
40
37
|
checkAndUpdate(): void;
|
|
41
38
|
updateSelf(): void;
|
|
39
|
+
fieldOnBlur(): void;
|
|
42
40
|
fieldOnChange(): void;
|
|
43
|
-
|
|
41
|
+
updatePreferredCountries(): void;
|
|
44
42
|
getErrorMessage(): string;
|
|
45
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneComponent, never>;
|
|
46
44
|
static ɵcmp: i0.ɵɵComponentDeclaration<PhoneComponent, "app-phone", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -12,6 +11,7 @@ interface IOption {
|
|
|
12
11
|
interface RadioButtonsProps extends PConnFieldProps {
|
|
13
12
|
inline: boolean;
|
|
14
13
|
fieldMetadata?: any;
|
|
14
|
+
variant?: string;
|
|
15
15
|
}
|
|
16
16
|
export declare class RadioButtonsComponent implements OnInit, OnDestroy {
|
|
17
17
|
private angularPConnect;
|
|
@@ -43,6 +43,9 @@ export declare class RadioButtonsComponent implements OnInit, OnDestroy {
|
|
|
43
43
|
localeName: string;
|
|
44
44
|
localePath: string;
|
|
45
45
|
localizedValue: string;
|
|
46
|
+
actionsApi: Object;
|
|
47
|
+
propName: string;
|
|
48
|
+
variant?: string;
|
|
46
49
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
47
50
|
ngOnInit(): void;
|
|
48
51
|
ngOnDestroy(): void;
|
|
@@ -51,7 +54,6 @@ export declare class RadioButtonsComponent implements OnInit, OnDestroy {
|
|
|
51
54
|
updateSelf(): void;
|
|
52
55
|
isSelected(buttonValue: string): boolean;
|
|
53
56
|
fieldOnChange(event: any): void;
|
|
54
|
-
fieldOnBlur(event: any): void;
|
|
55
57
|
getLocalizedOptionValue(opt: IOption): string;
|
|
56
58
|
getErrorMessage(): string;
|
|
57
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonsComponent, never>;
|
|
@@ -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';
|
|
@@ -28,13 +27,15 @@ export declare class RichTextComponent implements OnInit, OnDestroy {
|
|
|
28
27
|
info: any;
|
|
29
28
|
error: boolean;
|
|
30
29
|
status: any;
|
|
30
|
+
actionsApi: Object;
|
|
31
|
+
propName: string;
|
|
31
32
|
constructor(angularPConnect: AngularPConnectService, utils: Utils);
|
|
32
33
|
ngOnInit(): void;
|
|
33
34
|
ngOnDestroy(): void;
|
|
34
35
|
onStateChange(): void;
|
|
35
36
|
checkAndUpdate(): void;
|
|
36
37
|
updateSelf(): void;
|
|
37
|
-
fieldOnChange(): void;
|
|
38
|
+
fieldOnChange(editorValue: any): void;
|
|
38
39
|
fieldOnBlur(editorValue: any): void;
|
|
39
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextComponent, never>;
|
|
40
41
|
static ɵcmp: i0.ɵɵComponentDeclaration<RichTextComponent, "app-rich-text", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|