@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
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -28,15 +27,22 @@ export declare class UserReferenceComponent implements OnInit, OnDestroy {
|
|
|
28
27
|
filteredOptions: Observable<any[]>;
|
|
29
28
|
filterValue: string;
|
|
30
29
|
fieldControl: FormControl<string | null>;
|
|
30
|
+
actionsApi: Object;
|
|
31
|
+
propName: string;
|
|
32
|
+
onRecordChange: any;
|
|
31
33
|
constructor(angularPConnect: AngularPConnectService, utils: Utils);
|
|
32
34
|
ngOnInit(): Promise<void>;
|
|
33
35
|
ngOnDestroy(): void;
|
|
34
36
|
get type(): string;
|
|
35
37
|
onStateChange(): Promise<void>;
|
|
36
38
|
private _filter;
|
|
39
|
+
isUserNameAvailable: (user: any) => any;
|
|
40
|
+
getUserName: (user: any) => any;
|
|
41
|
+
getValue: (user: any) => any;
|
|
37
42
|
checkAndUpdate(): Promise<void>;
|
|
38
43
|
updateSelf(): Promise<void>;
|
|
39
44
|
fieldOnChange(event: any): void;
|
|
45
|
+
optionChanged(event: any): void;
|
|
40
46
|
fieldOnBlur(event: any): void;
|
|
41
47
|
getErrorMessage(): string;
|
|
42
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserReferenceComponent, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, NgZone, OnDestroy, Injector } from '@angular/core';
|
|
3
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
4
3
|
import { publicConstants } from '@pega/pcore-pconnect-typedefs/constants';
|
|
@@ -63,7 +62,6 @@ export declare class FlowContainerComponent extends FlowContainerBaseComponent i
|
|
|
63
62
|
getTodoVisibilty(): boolean;
|
|
64
63
|
initContainer(): void;
|
|
65
64
|
initComponent(bLoadChildren: boolean): void;
|
|
66
|
-
hasAssignments(): boolean;
|
|
67
65
|
isCaseWideLocalAction(): boolean;
|
|
68
66
|
hasChildCaseAssignments(): any;
|
|
69
67
|
getActiveViewLabel(): string;
|
package/lib/_components/infra/Containers/modal-view-container/modal-view-container.component.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, EventEmitter, NgZone, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../../_bridge/angular-pconnect';
|
|
@@ -15,7 +14,6 @@ export declare class ModalViewContainerComponent implements OnInit, OnDestroy {
|
|
|
15
14
|
private psService;
|
|
16
15
|
private fb;
|
|
17
16
|
pConn$: typeof PConnect;
|
|
18
|
-
displayOnlyFA$: boolean;
|
|
19
17
|
modalVisibleChange: EventEmitter<boolean>;
|
|
20
18
|
angularPConnectData: AngularPConnectData;
|
|
21
19
|
arChildren$: any[];
|
|
@@ -26,7 +24,6 @@ export declare class ModalViewContainerComponent implements OnInit, OnDestroy {
|
|
|
26
24
|
context$: string;
|
|
27
25
|
title$: string;
|
|
28
26
|
bShowModal$: boolean;
|
|
29
|
-
bShowAsModal$: boolean;
|
|
30
27
|
itemKey$: string;
|
|
31
28
|
formGroup$: FormGroup;
|
|
32
29
|
oCaseInfo: Object;
|
|
@@ -68,5 +65,5 @@ export declare class ModalViewContainerComponent implements OnInit, OnDestroy {
|
|
|
68
65
|
determineModalHeaderByAction(actionName: any, caseTypeName: any, ID: any, caseLocaleRef: any): any;
|
|
69
66
|
closeActionsDialog: () => void;
|
|
70
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalViewContainerComponent, never>;
|
|
71
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModalViewContainerComponent, "app-modal-view-container", never, { "pConn$": { "alias": "pConn$"; "required": false; };
|
|
68
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModalViewContainerComponent, "app-modal-view-container", never, { "pConn$": { "alias": "pConn$"; "required": false; }; }, { "modalVisibleChange": "modalVisibleChange"; }, never, never, true, never>;
|
|
72
69
|
}
|
|
@@ -4,7 +4,7 @@ export declare class ActionButtonsComponent {
|
|
|
4
4
|
arMainButtons$: any[];
|
|
5
5
|
arSecondaryButtons$: any[];
|
|
6
6
|
actionButtonClick: EventEmitter<any>;
|
|
7
|
-
localizedVal: (localeKey:
|
|
7
|
+
localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string, componentName?: string | null) => string;
|
|
8
8
|
localeCategory: string;
|
|
9
9
|
buttonClick(sAction: any, sButtonType: any): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionButtonsComponent, never>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, NgZone, OnDestroy, OnChanges } from '@angular/core';
|
|
3
2
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
4
3
|
import { FormGroup } from '@angular/forms';
|
|
5
4
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
6
5
|
import { ErrorMessagesService } from '../../../_messages/error-messages.service';
|
|
7
6
|
import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
|
|
7
|
+
import { BannerService } from '../../../_services/banner.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
interface AssignmentProps {
|
|
10
10
|
template: string;
|
|
@@ -15,6 +15,7 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
|
|
|
15
15
|
private erService;
|
|
16
16
|
private ngZone;
|
|
17
17
|
private snackBar;
|
|
18
|
+
bannerService: BannerService;
|
|
18
19
|
pConn$: typeof PConnect;
|
|
19
20
|
formGroup$: FormGroup;
|
|
20
21
|
arChildren$: any[];
|
|
@@ -22,7 +23,6 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
|
|
|
22
23
|
isCreateStage$: boolean;
|
|
23
24
|
updateToken$: number;
|
|
24
25
|
isInModal$: boolean;
|
|
25
|
-
banners: any;
|
|
26
26
|
angularPConnectData: AngularPConnectData;
|
|
27
27
|
configProps$: AssignmentProps;
|
|
28
28
|
newPConn$: any;
|
|
@@ -49,7 +49,8 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
|
|
|
49
49
|
localizedVal: any;
|
|
50
50
|
localeCategory: string;
|
|
51
51
|
localeReference: any;
|
|
52
|
-
|
|
52
|
+
snackBarRef: any;
|
|
53
|
+
constructor(angularPConnect: AngularPConnectService, psService: ProgressSpinnerService, erService: ErrorMessagesService, ngZone: NgZone, snackBar: MatSnackBar, bannerService: BannerService);
|
|
53
54
|
ngOnInit(): void;
|
|
54
55
|
ngOnDestroy(): void;
|
|
55
56
|
onStateChange(): void;
|
|
@@ -66,7 +67,8 @@ export declare class AssignmentComponent implements OnInit, OnDestroy, OnChanges
|
|
|
66
67
|
formValid(): boolean;
|
|
67
68
|
touchAll(): void;
|
|
68
69
|
topViewRefresh(): void;
|
|
70
|
+
registerForRefresh(): void;
|
|
69
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<AssignmentComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AssignmentComponent, "app-assignment", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "arChildren$": { "alias": "arChildren$"; "required": false; }; "itemKey$": { "alias": "itemKey$"; "required": false; }; "isCreateStage$": { "alias": "isCreateStage$"; "required": false; }; "updateToken$": { "alias": "updateToken$"; "required": false; }; "isInModal$": { "alias": "isInModal$"; "required": false; };
|
|
72
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AssignmentComponent, "app-assignment", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; "arChildren$": { "alias": "arChildren$"; "required": false; }; "itemKey$": { "alias": "itemKey$"; "required": false; }; "isCreateStage$": { "alias": "isCreateStage$"; "required": false; }; "updateToken$": { "alias": "updateToken$"; "required": false; }; "isInModal$": { "alias": "isInModal$"; "required": false; }; }, {}, never, never, true, never>;
|
|
71
73
|
}
|
|
72
74
|
export {};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, OnDestroy, OnChanges } from '@angular/core';
|
|
3
2
|
import { publicConstants } from '@pega/pcore-pconnect-typedefs/constants';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -27,6 +26,7 @@ export declare class DeferLoadComponent implements OnInit, OnDestroy, OnChanges
|
|
|
27
26
|
CASE: any;
|
|
28
27
|
PAGE: any;
|
|
29
28
|
DATA: any;
|
|
29
|
+
lastUpdateCaseTime: any;
|
|
30
30
|
constructor(angularPConnect: AngularPConnectService);
|
|
31
31
|
ngOnInit(): void;
|
|
32
32
|
ngOnDestroy(): void;
|
|
@@ -35,8 +35,8 @@ export declare class DeferLoadComponent implements OnInit, OnDestroy, OnChanges
|
|
|
35
35
|
getViewOptions: () => {
|
|
36
36
|
viewContext: any;
|
|
37
37
|
pageClass: any;
|
|
38
|
-
container: string |
|
|
39
|
-
containerName: string |
|
|
38
|
+
container: string | undefined;
|
|
39
|
+
containerName: string | undefined;
|
|
40
40
|
updateData: boolean;
|
|
41
41
|
};
|
|
42
42
|
onResponse(data: any): void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ErrorBoundaryComponent {
|
|
3
3
|
message: string;
|
|
4
|
-
localizedVal:
|
|
4
|
+
localizedVal: (localeKey: string, localePath?: string, localeRuleKey?: string, componentName?: string | null) => string;
|
|
5
5
|
localeCategory: string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorBoundaryComponent, never>;
|
|
7
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorBoundaryComponent, "app-error-boundary", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, NgZone, OnDestroy } from '@angular/core';
|
|
3
2
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
3
|
import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
|
|
@@ -22,10 +21,10 @@ export declare class NavbarComponent implements OnInit, OnDestroy {
|
|
|
22
21
|
navPages$: any[];
|
|
23
22
|
navExpandCollapse$: string;
|
|
24
23
|
bShowCaseTypes$: boolean;
|
|
25
|
-
portalApp$: string;
|
|
24
|
+
portalApp$: string | undefined;
|
|
26
25
|
portalLogoImage$: string;
|
|
27
26
|
showAppName$?: boolean;
|
|
28
|
-
portalOperator$: string;
|
|
27
|
+
portalOperator$: string | undefined;
|
|
29
28
|
portalOperatorInitials$: string;
|
|
30
29
|
actionsAPI: any;
|
|
31
30
|
createWork: any;
|
|
@@ -5,12 +5,32 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
* is totally at your own risk.
|
|
6
6
|
*/
|
|
7
7
|
export declare class ReferenceComponent {
|
|
8
|
-
referencedComponent: any;
|
|
9
8
|
private static bLogging;
|
|
10
|
-
|
|
9
|
+
/**
|
|
10
|
+
* Creates a normalized PConn from a reference component.
|
|
11
|
+
* Resolves the reference to its fully realized View with proper configuration.
|
|
12
|
+
*
|
|
13
|
+
* @param inPConn - The PConn object that represents a reference component
|
|
14
|
+
* @returns The dereferenced PConnect object, or null if reference can't be resolved
|
|
15
|
+
*/
|
|
11
16
|
static createFullReferencedViewFromRef(inPConn: any): any;
|
|
17
|
+
/**
|
|
18
|
+
* Normalizes a PConn object that might be a 'reference'.
|
|
19
|
+
* If the incoming PConn is a reference, returns its dereferenced View.
|
|
20
|
+
* Otherwise, returns the passed in PConn unchanged.
|
|
21
|
+
*
|
|
22
|
+
* @param inPConn - A PConn object (ex: { getPConnect() } or direct PConnect)
|
|
23
|
+
* @returns The normalized PConn object with references resolved
|
|
24
|
+
*/
|
|
12
25
|
static normalizePConn(inPConn: any): any;
|
|
13
|
-
|
|
26
|
+
/**
|
|
27
|
+
* Normalizes an array of PConn objects by replacing any 'reference' components
|
|
28
|
+
* with their referenced views.
|
|
29
|
+
*
|
|
30
|
+
* @param inPConnArray - Array of PConn objects to normalize
|
|
31
|
+
* @returns Normalized array with references resolved, or empty array if input is invalid
|
|
32
|
+
*/
|
|
33
|
+
static normalizePConnArray(inPConnArray: any[]): any[];
|
|
14
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReferenceComponent, never>;
|
|
15
35
|
static ɵcmp: i0.ɵɵComponentDeclaration<ReferenceComponent, "app-reference", never, {}, {}, never, never, true, never>;
|
|
16
36
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, NgZone, OnDestroy } from '@angular/core';
|
|
3
2
|
import { Subscription } from 'rxjs';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
|
+
import { ServerConfigService } from '../../../_services/server-config.service';
|
|
5
5
|
import { ProgressSpinnerService } from '../../../_messages/progress-spinner.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class RootContainerComponent implements OnInit, OnDestroy {
|
|
@@ -11,6 +11,7 @@ export declare class RootContainerComponent implements OnInit, OnDestroy {
|
|
|
11
11
|
pConn$: typeof PConnect;
|
|
12
12
|
displayOnlyFA$: boolean;
|
|
13
13
|
isMashup$: boolean;
|
|
14
|
+
scService: ServerConfigService;
|
|
14
15
|
angularPConnectData: AngularPConnectData;
|
|
15
16
|
componentName$: string;
|
|
16
17
|
bIsProgress$: boolean;
|
|
@@ -26,8 +27,8 @@ export declare class RootContainerComponent implements OnInit, OnDestroy {
|
|
|
26
27
|
ngOnInit(): void;
|
|
27
28
|
ngOnDestroy(): void;
|
|
28
29
|
onStateChange(): void;
|
|
29
|
-
modalVisibleChanged(isVisible: any): void;
|
|
30
30
|
updateSelf(): void;
|
|
31
|
+
configureModalContainer(): Promise<void>;
|
|
31
32
|
generateViewContainerForNoPortal(): void;
|
|
32
33
|
showHideProgress(bShow: boolean): void;
|
|
33
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<RootContainerComponent, never>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, SimpleChanges, OnDestroy, OnChanges } from '@angular/core';
|
|
3
2
|
import { FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -18,6 +17,7 @@ export declare class ViewComponent implements OnInit, OnDestroy, OnChanges {
|
|
|
18
17
|
formGroup$: FormGroup;
|
|
19
18
|
displayOnlyFA$: boolean;
|
|
20
19
|
angularPConnectData: AngularPConnectData;
|
|
20
|
+
noHeaderTemplates: string[];
|
|
21
21
|
configProps$: ViewProps;
|
|
22
22
|
inheritedProps$: any;
|
|
23
23
|
arChildren$: any[];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { OnInit, OnDestroy, Injector } from '@angular/core';
|
|
2
|
+
import { AngularPConnectData } from '../../../_bridge/angular-pconnect';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DetailsTemplateBase implements OnInit, OnDestroy {
|
|
5
|
+
pConn$: typeof PConnect;
|
|
6
|
+
protected angularPConnectData: AngularPConnectData;
|
|
7
|
+
protected angularPConnect: any;
|
|
8
|
+
childrenMetadataOld: any;
|
|
9
|
+
constructor(injector: Injector);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
ngOnDestroy(): void;
|
|
12
|
+
onStateChange(): void;
|
|
13
|
+
checkAndUpdate(): void;
|
|
14
|
+
updateSelf(): void;
|
|
15
|
+
hasRawMetadataChanged(): boolean;
|
|
16
|
+
fetchChildrenMetadata(): {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
}[];
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsTemplateBase, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DetailsTemplateBase, never, never, { "pConn$": { "alias": "pConn$"; "required": false; }; }, {}, never, never, false, never>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import { AngularPConnectData } from '../../../_bridge/angular-pconnect';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FormTemplateBase implements OnDestroy {
|
|
5
|
+
pConn$: any;
|
|
6
|
+
angularPConnectData: AngularPConnectData;
|
|
7
|
+
ngOnDestroy(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormTemplateBase, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FormTemplateBase, never, never, {}, {}, never, never, false, never>;
|
|
10
|
+
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
2
|
import { FormGroup } from '@angular/forms';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -15,7 +14,6 @@ export declare class CaseViewComponent implements OnInit, OnDestroy {
|
|
|
15
14
|
private utils;
|
|
16
15
|
pConn$: typeof PConnect;
|
|
17
16
|
formGroup$: FormGroup;
|
|
18
|
-
displayOnlyFA$: boolean;
|
|
19
17
|
angularPConnectData: AngularPConnectData;
|
|
20
18
|
configProps$: CaseViewProps;
|
|
21
19
|
arChildren$: any[];
|
|
@@ -51,6 +49,6 @@ export declare class CaseViewComponent implements OnInit, OnDestroy {
|
|
|
51
49
|
_menuActionClick(data: any): void;
|
|
52
50
|
_menuProcessClick(data: any): void;
|
|
53
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseViewComponent, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaseViewComponent, "app-case-view", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; };
|
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaseViewComponent, "app-case-view", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|
|
55
53
|
}
|
|
56
54
|
export {};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
2
|
import { publicConstants } from '@pega/pcore-pconnect-typedefs/constants';
|
|
4
3
|
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
/// <reference types="pcore-pconnect-typedefs" />
|
|
2
1
|
import { OnInit } from '@angular/core';
|
|
3
2
|
import { FormGroup } from '@angular/forms';
|
|
3
|
+
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
4
|
import { TemplateUtils } from '../../../_helpers/template-utils';
|
|
5
|
+
import { FormTemplateBase } from '../base/form-template-base';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DefaultFormComponent implements OnInit {
|
|
7
|
+
export declare class DefaultFormComponent extends FormTemplateBase implements OnInit {
|
|
8
|
+
private angularPConnect;
|
|
7
9
|
private templateUtils;
|
|
8
10
|
pConn$: typeof PConnect;
|
|
9
11
|
formGroup$: FormGroup;
|
|
12
|
+
angularPConnectData: AngularPConnectData;
|
|
10
13
|
arChildren$: any[];
|
|
11
14
|
divClass$: string;
|
|
12
|
-
template: any;
|
|
13
|
-
showLabel: any;
|
|
14
|
-
label: any;
|
|
15
15
|
instructions: string;
|
|
16
|
-
|
|
17
|
-
constructor(templateUtils: TemplateUtils);
|
|
16
|
+
constructor(angularPConnect: AngularPConnectService, templateUtils: TemplateUtils);
|
|
18
17
|
ngOnInit(): void;
|
|
18
|
+
onStateChange(): void;
|
|
19
|
+
updateSelf(): void;
|
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultFormComponent, never>;
|
|
20
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultFormComponent, "app-default-form", never, { "pConn$": { "alias": "pConn$"; "required": false; }; "formGroup$": { "alias": "formGroup$"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
22
|
}
|
|
@@ -1,20 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
1
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
4
2
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DetailsComponent
|
|
6
|
-
private angularPConnect;
|
|
7
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
3
|
+
export declare class DetailsComponent extends DetailsTemplateBase {
|
|
8
4
|
pConn$: typeof PConnect;
|
|
9
5
|
highlightedDataArr: any[];
|
|
10
6
|
showHighlightedData: boolean;
|
|
11
7
|
arFields$: any[];
|
|
12
|
-
angularPConnectData: AngularPConnectData;
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
ngOnDestroy(): void;
|
|
15
|
-
onStateChange(): void;
|
|
16
|
-
checkAndUpdate(): void;
|
|
17
8
|
updateSelf(): void;
|
|
18
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsComponent, "app-details", never, {
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsComponent, "app-details", never, {}, {}, never, never, true, never>;
|
|
20
11
|
}
|
|
@@ -1,21 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
1
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
4
2
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DetailsNarrowWideComponent
|
|
6
|
-
private angularPConnect;
|
|
7
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
3
|
+
export declare class DetailsNarrowWideComponent extends DetailsTemplateBase {
|
|
8
4
|
pConn$: typeof PConnect;
|
|
9
5
|
arFields$: any[];
|
|
10
6
|
arFields2$: any[];
|
|
11
7
|
highlightedDataArr: any[];
|
|
12
8
|
showHighlightedData: boolean;
|
|
13
|
-
angularPConnectData: AngularPConnectData;
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
ngOnDestroy(): void;
|
|
16
|
-
onStateChange(): void;
|
|
17
|
-
checkAndUpdate(): void;
|
|
18
9
|
updateSelf(): void;
|
|
19
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsNarrowWideComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsNarrowWideComponent, "app-details-narrow-wide", never, {
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsNarrowWideComponent, "app-details-narrow-wide", never, {}, {}, never, never, true, never>;
|
|
21
12
|
}
|
|
@@ -1,22 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
4
|
-
import { FormGroup } from '@angular/forms';
|
|
1
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
5
2
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DetailsOneColumnComponent
|
|
7
|
-
private angularPConnect;
|
|
8
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
3
|
+
export declare class DetailsOneColumnComponent extends DetailsTemplateBase {
|
|
9
4
|
pConn$: typeof PConnect;
|
|
10
|
-
formGroup$: FormGroup;
|
|
11
5
|
showHighlightedData: boolean;
|
|
12
6
|
highlightedDataArr: any;
|
|
13
7
|
arFields$: any[];
|
|
14
|
-
angularPConnectData: AngularPConnectData;
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
ngOnDestroy(): void;
|
|
17
|
-
onStateChange(): void;
|
|
18
|
-
checkAndUpdate(): void;
|
|
19
8
|
updateSelf(): void;
|
|
20
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsOneColumnComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsOneColumnComponent, "app-details-one-column", never, {
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsOneColumnComponent, "app-details-one-column", never, {}, {}, never, never, true, never>;
|
|
22
11
|
}
|
|
@@ -1,24 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import { FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
1
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
5
2
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DetailsSubTabsComponent
|
|
7
|
-
private angularPConnect;
|
|
3
|
+
export declare class DetailsSubTabsComponent extends DetailsTemplateBase {
|
|
8
4
|
pConn$: typeof PConnect;
|
|
9
|
-
formGroup$: FormGroup;
|
|
10
|
-
angularPConnectData: AngularPConnectData;
|
|
11
5
|
currentTabId: string;
|
|
12
6
|
tabItems: any[];
|
|
13
7
|
availableTabs: any[];
|
|
14
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
ngOnDestroy(): void;
|
|
17
|
-
onStateChange(): void;
|
|
18
|
-
checkAndUpdate(): void;
|
|
19
8
|
updateSelf(): void;
|
|
20
9
|
updateTabContent(): void;
|
|
21
10
|
handleTabClick(event: any): void;
|
|
22
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsSubTabsComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsSubTabsComponent, "app-details-sub-tabs", never, {
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsSubTabsComponent, "app-details-sub-tabs", never, {}, {}, never, never, true, never>;
|
|
24
13
|
}
|
|
@@ -1,25 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import { FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
1
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
5
2
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DetailsThreeColumnComponent
|
|
7
|
-
private angularPConnect;
|
|
8
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
3
|
+
export declare class DetailsThreeColumnComponent extends DetailsTemplateBase {
|
|
9
4
|
pConn$: typeof PConnect;
|
|
10
|
-
formGroup$: FormGroup;
|
|
11
5
|
showHighlightedData: boolean;
|
|
12
6
|
highlightedDataArr: any;
|
|
13
7
|
arFields$: any[];
|
|
14
8
|
arFields2$: any[];
|
|
15
9
|
arFields3$: any[];
|
|
16
10
|
propsToUse: any;
|
|
17
|
-
angularPConnectData: AngularPConnectData;
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
ngOnDestroy(): void;
|
|
20
|
-
onStateChange(): void;
|
|
21
|
-
checkAndUpdate(): void;
|
|
22
11
|
updateSelf(): void;
|
|
23
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsThreeColumnComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsThreeColumnComponent, "app-details-three-column", never, {
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsThreeColumnComponent, "app-details-three-column", never, {}, {}, never, never, true, never>;
|
|
25
14
|
}
|
|
@@ -1,25 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import { FormGroup } from '@angular/forms';
|
|
4
|
-
import { AngularPConnectData, AngularPConnectService } from '../../../_bridge/angular-pconnect';
|
|
1
|
+
import { DetailsTemplateBase } from '../base/details-template-base';
|
|
5
2
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DetailsTwoColumnComponent
|
|
7
|
-
private angularPConnect;
|
|
8
|
-
constructor(angularPConnect: AngularPConnectService);
|
|
3
|
+
export declare class DetailsTwoColumnComponent extends DetailsTemplateBase {
|
|
9
4
|
pConn$: typeof PConnect;
|
|
10
|
-
formGroup$: FormGroup;
|
|
11
5
|
showHighlightedData: boolean;
|
|
12
6
|
highlightedDataArr: any;
|
|
13
7
|
arFields$: any[];
|
|
14
8
|
arFields2$: any[];
|
|
15
9
|
arFields3$: any[];
|
|
16
10
|
propsToUse: any;
|
|
17
|
-
angularPConnectData: AngularPConnectData;
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
ngOnDestroy(): void;
|
|
20
|
-
onStateChange(): void;
|
|
21
|
-
checkAndUpdate(): void;
|
|
22
11
|
updateSelf(): void;
|
|
23
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsTwoColumnComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsTwoColumnComponent, "app-details-two-column", never, {
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsTwoColumnComponent, "app-details-two-column", never, {}, {}, never, never, true, never>;
|
|
25
14
|
}
|