@pega/angular-sdk-components 24.1.10 → 24.2.12
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/esm2022/lib/_bridge/angular-pconnect.mjs +3 -3
- package/esm2022/lib/_bridge/component-mapper/component-mapper.component.mjs +6 -13
- package/esm2022/lib/_components/designSystemExtension/alert/alert.component.mjs +3 -3
- package/esm2022/lib/_components/designSystemExtension/alert-banner/alert-banner.component.mjs +4 -4
- package/esm2022/lib/_components/designSystemExtension/banner/banner.component.mjs +3 -3
- package/esm2022/lib/_components/designSystemExtension/case-create-stage/case-create-stage.component.mjs +4 -4
- package/esm2022/lib/_components/designSystemExtension/field-group/field-group.component.mjs +3 -3
- package/esm2022/lib/_components/designSystemExtension/material-case-summary/material-case-summary.component.mjs +5 -6
- package/esm2022/lib/_components/designSystemExtension/material-details/material-details.component.mjs +3 -3
- package/esm2022/lib/_components/designSystemExtension/material-details-fields/material-details-fields.component.mjs +13 -6
- package/esm2022/lib/_components/designSystemExtension/material-summary-item/material-summary-item.component.mjs +3 -3
- package/esm2022/lib/_components/designSystemExtension/material-summary-list/material-summary-list.component.mjs +3 -3
- package/esm2022/lib/_components/designSystemExtension/material-utility/material-utility.component.mjs +3 -3
- package/esm2022/lib/_components/designSystemExtension/material-vertical-tabs/material-vertical-tabs.component.mjs +4 -4
- package/esm2022/lib/_components/designSystemExtension/operator/operator.component.mjs +9 -7
- package/esm2022/lib/_components/designSystemExtension/pulse/pulse.component.mjs +9 -9
- package/esm2022/lib/_components/designSystemExtension/rich-text-editor/rich-text-editor.component.mjs +3 -3
- package/esm2022/lib/_components/designSystemExtension/wss-quick-create/wss-quick-create.component.mjs +3 -3
- package/esm2022/lib/_components/field/auto-complete/auto-complete.component.mjs +23 -13
- package/esm2022/lib/_components/field/cancel-alert/cancel-alert.component.mjs +3 -3
- package/esm2022/lib/_components/field/check-box/check-box.component.mjs +12 -10
- package/esm2022/lib/_components/field/currency/currency.component.mjs +39 -21
- package/esm2022/lib/_components/field/date/date.component.mjs +19 -39
- package/esm2022/lib/_components/field/date-time/date-time.component.mjs +32 -17
- package/esm2022/lib/_components/field/decimal/decimal.component.mjs +43 -23
- package/esm2022/lib/_components/field/dropdown/dropdown.component.mjs +133 -25
- package/esm2022/lib/_components/field/email/email.component.mjs +22 -7
- package/esm2022/lib/_components/field/group/group.component.mjs +6 -6
- package/esm2022/lib/_components/field/integer/integer.component.mjs +20 -7
- package/esm2022/lib/_components/field/list-view-action-buttons/list-view-action-buttons.component.mjs +8 -7
- package/esm2022/lib/_components/field/multiselect/multiselect.component.mjs +13 -6
- package/esm2022/lib/_components/field/percentage/percentage.component.mjs +39 -23
- package/esm2022/lib/_components/field/phone/phone.component.mjs +17 -29
- package/esm2022/lib/_components/field/radio-buttons/radio-buttons.component.mjs +10 -12
- package/esm2022/lib/_components/field/rich-text/rich-text.component.mjs +17 -11
- package/esm2022/lib/_components/field/scalar-list/scalar-list.component.mjs +7 -8
- package/esm2022/lib/_components/field/semantic-link/semantic-link.component.mjs +3 -3
- package/esm2022/lib/_components/field/text/text.component.mjs +12 -8
- package/esm2022/lib/_components/field/text-area/text-area.component.mjs +21 -9
- package/esm2022/lib/_components/field/text-content/text-content.component.mjs +3 -3
- package/esm2022/lib/_components/field/text-input/text-input.component.mjs +20 -7
- package/esm2022/lib/_components/field/time/time.component.mjs +31 -10
- package/esm2022/lib/_components/field/url/url.component.mjs +20 -7
- package/esm2022/lib/_components/field/user-reference/user-reference.component.mjs +102 -23
- package/esm2022/lib/_components/infra/Containers/flow-container/flow-container.component.mjs +18 -44
- package/esm2022/lib/_components/infra/Containers/flow-container/helpers.mjs +3 -3
- package/esm2022/lib/_components/infra/Containers/hybrid-view-container/hybrid-view-container.component.mjs +3 -3
- package/esm2022/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.mjs +5 -12
- package/esm2022/lib/_components/infra/Containers/preview-view-container/preview-view-container.component.mjs +4 -4
- package/esm2022/lib/_components/infra/Containers/view-container/helper.mjs +22 -0
- package/esm2022/lib/_components/infra/Containers/view-container/view-container.component.mjs +9 -16
- package/esm2022/lib/_components/infra/action-buttons/action-buttons.component.mjs +5 -5
- package/esm2022/lib/_components/infra/assignment/assignment.component.mjs +73 -49
- package/esm2022/lib/_components/infra/assignment-card/assignment-card.component.mjs +5 -5
- package/esm2022/lib/_components/infra/dashboard-filter/dashboard-filter.component.mjs +3 -3
- package/esm2022/lib/_components/infra/defer-load/defer-load.component.mjs +10 -8
- package/esm2022/lib/_components/infra/error-boundary/error-boundary.component.mjs +3 -3
- package/esm2022/lib/_components/infra/multi-step/multi-step.component.mjs +3 -3
- package/esm2022/lib/_components/infra/navbar/navbar.component.mjs +5 -5
- package/esm2022/lib/_components/infra/reference/reference.component.mjs +74 -81
- package/esm2022/lib/_components/infra/region/region.component.mjs +3 -3
- package/esm2022/lib/_components/infra/root-container/root-container.component.mjs +25 -30
- package/esm2022/lib/_components/infra/stages/stages.component.mjs +5 -5
- package/esm2022/lib/_components/infra/view/view.component.mjs +22 -7
- package/esm2022/lib/_components/template/app-shell/app-shell.component.mjs +20 -4
- package/esm2022/lib/_components/template/banner-page/banner-page.component.mjs +3 -3
- package/esm2022/lib/_components/template/base/details-template-base.mjs +56 -0
- package/esm2022/lib/_components/template/base/form-template-base.mjs +16 -0
- package/esm2022/lib/_components/template/case-summary/case-summary.component.mjs +4 -4
- package/esm2022/lib/_components/template/case-view/case-view.component.mjs +11 -16
- package/esm2022/lib/_components/template/confirmation/confirmation.component.mjs +6 -6
- package/esm2022/lib/_components/template/data-reference/data-reference.component.mjs +13 -8
- package/esm2022/lib/_components/template/default-form/default-form.component.mjs +37 -25
- package/esm2022/lib/_components/template/details/details.component.mjs +12 -39
- package/esm2022/lib/_components/template/details-narrow-wide/details-narrow-wide.component.mjs +11 -38
- package/esm2022/lib/_components/template/details-one-column/details-one-column.component.mjs +12 -41
- package/esm2022/lib/_components/template/details-sub-tabs/details-sub-tabs.component.mjs +13 -40
- package/esm2022/lib/_components/template/details-three-column/details-three-column.component.mjs +12 -41
- package/esm2022/lib/_components/template/details-two-column/details-two-column.component.mjs +13 -42
- package/esm2022/lib/_components/template/details-wide-narrow/details-wide-narrow.component.mjs +12 -41
- package/esm2022/lib/_components/template/dynamic-tabs/dynamic-tabs.component.mjs +8 -7
- package/esm2022/lib/_components/template/field-group-list/field-group-list.component.mjs +3 -3
- package/esm2022/lib/_components/template/field-group-template/field-group-template.component.mjs +49 -42
- package/esm2022/lib/_components/template/field-value-list/field-value-list.component.mjs +5 -5
- package/esm2022/lib/_components/template/inline-dashboard/inline-dashboard.component.mjs +3 -3
- package/esm2022/lib/_components/template/inline-dashboard-page/inline-dashboard-page.component.mjs +5 -5
- package/esm2022/lib/_components/template/list-page/list-page.component.mjs +3 -3
- package/esm2022/lib/_components/template/list-view/list-view.component.mjs +24 -9
- package/esm2022/lib/_components/template/list-view/listViewHelpers.mjs +3 -3
- package/esm2022/lib/_components/template/list-view/utils.mjs +1 -1
- package/esm2022/lib/_components/template/multi-reference-readonly/multi-reference-readonly.component.mjs +3 -3
- package/esm2022/lib/_components/template/narrow-wide-form/narrow-wide-form.component.mjs +4 -4
- package/esm2022/lib/_components/template/one-column/one-column.component.mjs +6 -5
- package/esm2022/lib/_components/template/one-column-page/one-column-page.component.mjs +3 -3
- package/esm2022/lib/_components/template/one-column-tab/one-column-tab.component.mjs +4 -4
- package/esm2022/lib/_components/template/page/page.component.mjs +4 -4
- package/esm2022/lib/_components/template/promoted-filters/promoted-filters.component.mjs +4 -4
- package/esm2022/lib/_components/template/repeating-structures/repeating-structures.component.mjs +4 -4
- package/esm2022/lib/_components/template/simple-table/simple-table.component.mjs +3 -3
- package/esm2022/lib/_components/template/simple-table-manual/helpers.mjs +10 -9
- package/esm2022/lib/_components/template/simple-table-manual/simple-table-manual.component.mjs +61 -29
- package/esm2022/lib/_components/template/simple-table-select/simple-table-select.component.mjs +5 -5
- package/esm2022/lib/_components/template/single-reference-readonly/single-reference-readonly.component.mjs +3 -3
- package/esm2022/lib/_components/template/sub-tabs/sub-tabs.component.mjs +4 -4
- package/esm2022/lib/_components/template/three-column/three-column.component.mjs +6 -5
- package/esm2022/lib/_components/template/three-column-page/three-column-page.component.mjs +3 -3
- package/esm2022/lib/_components/template/two-column/two-column.component.mjs +6 -5
- package/esm2022/lib/_components/template/two-column-page/two-column-page.component.mjs +3 -3
- package/esm2022/lib/_components/template/two-column-tab/two-column-tab.component.mjs +4 -4
- package/esm2022/lib/_components/template/utils.mjs +17 -1
- package/esm2022/lib/_components/template/wide-narrow-form/wide-narrow-form.component.mjs +6 -5
- package/esm2022/lib/_components/template/wide-narrow-page/wide-narrow-page.component.mjs +4 -4
- package/esm2022/lib/_components/template/wss-nav-bar/wss-nav-bar.component.mjs +5 -5
- package/esm2022/lib/_components/widget/app-announcement/app-announcement.component.mjs +3 -3
- package/esm2022/lib/_components/widget/attachment/attachment.component.mjs +6 -8
- package/esm2022/lib/_components/widget/case-history/case-history.component.mjs +3 -3
- package/esm2022/lib/_components/widget/feed-container/feed-container.component.mjs +5 -5
- package/esm2022/lib/_components/widget/file-utility/file-utility.component.mjs +4 -4
- package/esm2022/lib/_components/widget/list-utility/list-utility.component.mjs +3 -3
- package/esm2022/lib/_components/widget/quick-create/quick-create.component.mjs +3 -3
- package/esm2022/lib/_components/widget/todo/todo.component.mjs +79 -63
- package/esm2022/lib/_components/widget/utility/utility.component.mjs +3 -3
- package/esm2022/lib/_directives/thousand-seperator.directive.mjs +4 -4
- package/esm2022/lib/_helpers/createstage-utils.mjs +15 -0
- package/esm2022/lib/_helpers/field-group-utils.mjs +3 -3
- package/esm2022/lib/_helpers/filter-utils.mjs +1 -2
- package/esm2022/lib/_helpers/formatters/boolean.mjs +2 -2
- package/esm2022/lib/_helpers/formatters/common.mjs +3 -2
- package/esm2022/lib/_helpers/formatters/currency.mjs +2 -2
- package/esm2022/lib/_helpers/formatters/date.mjs +5 -5
- package/esm2022/lib/_helpers/formatters/format-utils.mjs +10 -2
- package/esm2022/lib/_helpers/formatters/index.mjs +30 -16
- package/esm2022/lib/_helpers/template-utils.mjs +3 -3
- package/esm2022/lib/_helpers/utils.mjs +44 -18
- package/esm2022/lib/_messages/error-messages.service.mjs +4 -4
- package/esm2022/lib/_messages/progress-spinner.service.mjs +3 -3
- package/esm2022/lib/_messages/update-worklist.service.mjs +3 -3
- package/esm2022/lib/_services/banner.service.mjs +35 -0
- package/esm2022/lib/_services/case.service.mjs +3 -3
- package/esm2022/lib/_services/datapage.service.mjs +3 -3
- package/esm2022/lib/_services/endpoints.mjs +1 -2
- package/esm2022/lib/_services/server-config.service.mjs +3 -3
- package/esm2022/public-api.mjs +16 -12
- package/fesm2022/pega-angular-sdk-components.mjs +1988 -1666
- package/fesm2022/pega-angular-sdk-components.mjs.map +1 -1
- 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 +2 -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/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 +3 -8
- package/lib/_components/field/radio-buttons/radio-buttons.component.d.ts +2 -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/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 +0 -1
- 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 +7 -3
- 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 +4 -3
- 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 +8 -0
- package/lib/_messages/error-messages.service.d.ts +1 -1
- package/lib/_services/banner.service.d.ts +8 -0
- package/lib/_services/endpoints.d.ts +0 -1
- package/lib/doc/KeyReleaseUpdates.md +23 -6
- package/package.json +3 -3
- package/public-api.d.ts +15 -11
- 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/reset-pconnect.service.mjs +0 -31
- 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
|
@@ -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';
|
|
@@ -51,8 +50,8 @@ export declare class CheckBoxComponent implements OnInit, OnDestroy {
|
|
|
51
50
|
selectedvalues: any;
|
|
52
51
|
referenceList: string;
|
|
53
52
|
listOfCheckboxes: any[];
|
|
54
|
-
actionsApi:
|
|
55
|
-
propName:
|
|
53
|
+
actionsApi: Object;
|
|
54
|
+
propName: string;
|
|
56
55
|
fieldControl: FormControl<string | null>;
|
|
57
56
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
58
57
|
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;
|
|
@@ -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,19 @@ 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;
|
|
32
28
|
fieldControl: FormControl<string | null>;
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}>;
|
|
29
|
+
actionsApi: Object;
|
|
30
|
+
propName: string;
|
|
36
31
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
37
32
|
ngOnInit(): void;
|
|
38
33
|
ngOnDestroy(): void;
|
|
39
34
|
onStateChange(): void;
|
|
40
35
|
checkAndUpdate(): void;
|
|
41
36
|
updateSelf(): void;
|
|
37
|
+
fieldOnBlur(): void;
|
|
42
38
|
fieldOnChange(): void;
|
|
43
|
-
fieldOnBlur(event: any): void;
|
|
44
39
|
getErrorMessage(): string;
|
|
45
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneComponent, never>;
|
|
46
41
|
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';
|
|
@@ -43,6 +42,8 @@ export declare class RadioButtonsComponent implements OnInit, OnDestroy {
|
|
|
43
42
|
localeName: string;
|
|
44
43
|
localePath: string;
|
|
45
44
|
localizedValue: string;
|
|
45
|
+
actionsApi: Object;
|
|
46
|
+
propName: string;
|
|
46
47
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
47
48
|
ngOnInit(): void;
|
|
48
49
|
ngOnDestroy(): void;
|
|
@@ -51,7 +52,6 @@ export declare class RadioButtonsComponent implements OnInit, OnDestroy {
|
|
|
51
52
|
updateSelf(): void;
|
|
52
53
|
isSelected(buttonValue: string): boolean;
|
|
53
54
|
fieldOnChange(event: any): void;
|
|
54
|
-
fieldOnBlur(event: any): void;
|
|
55
55
|
getLocalizedOptionValue(opt: IOption): string;
|
|
56
56
|
getErrorMessage(): string;
|
|
57
57
|
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>;
|
|
@@ -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,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';
|
|
@@ -30,6 +29,8 @@ export declare class TextAreaComponent implements OnInit, OnDestroy {
|
|
|
30
29
|
testId: string;
|
|
31
30
|
helperText: string;
|
|
32
31
|
fieldControl: FormControl<string | null>;
|
|
32
|
+
actionsApi: Object;
|
|
33
|
+
propName: string;
|
|
33
34
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
34
35
|
ngOnInit(): void;
|
|
35
36
|
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 { AngularPConnectService, AngularPConnectData } from '../../../_bridge/angular-pconnect';
|
|
@@ -30,6 +29,8 @@ export declare class TextInputComponent implements OnInit, OnDestroy {
|
|
|
30
29
|
helperText: string;
|
|
31
30
|
placeholder: string;
|
|
32
31
|
fieldControl: FormControl<string | null>;
|
|
32
|
+
actionsApi: Object;
|
|
33
|
+
propName: string;
|
|
33
34
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
34
35
|
ngOnInit(): void;
|
|
35
36
|
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,9 @@ export declare class TimeComponent implements OnInit, OnDestroy {
|
|
|
29
28
|
helperText: string;
|
|
30
29
|
placeholder: string;
|
|
31
30
|
fieldControl: FormControl<string | null>;
|
|
31
|
+
actionsApi: Object;
|
|
32
|
+
propName: string;
|
|
33
|
+
formattedValue$: any;
|
|
32
34
|
constructor(angularPConnect: AngularPConnectService, cdRef: ChangeDetectorRef, utils: Utils);
|
|
33
35
|
ngOnInit(): void;
|
|
34
36
|
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 UrlComponent 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;
|