@hmcts/ccd-case-ui-toolkit 6.14.4 → 6.14.5-activity-tracker-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +4491 -4141
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
- package/esm2015/lib/app.config.js +11 -1
- package/esm2015/lib/components/banners/index.js +2 -1
- package/esm2015/lib/components/banners/notification-banner/index.js +2 -1
- package/esm2015/lib/components/body/index.js +2 -1
- package/esm2015/lib/components/footer/index.js +2 -1
- package/esm2015/lib/components/form/date-input/date-input.component.js +8 -8
- package/esm2015/lib/components/form/index.js +2 -1
- package/esm2015/lib/components/header/header-bar/header-bar.component.js +2 -3
- package/esm2015/lib/shared/commons/case-edit-data/case-edit-data.module.js +1 -1
- package/esm2015/lib/shared/commons/case-edit-data/case-edit-validation.model.js +1 -1
- package/esm2015/lib/shared/components/activity/activity-banner/activity-banner.component.js +5 -5
- package/esm2015/lib/shared/components/activity/activity-icon/activity-icon.component.js +2 -2
- package/esm2015/lib/shared/components/activity/activity.module.js +13 -13
- package/esm2015/lib/shared/components/activity/case-activity.component.js +174 -0
- package/esm2015/lib/shared/components/activity/index.js +2 -2
- package/esm2015/lib/shared/components/case-editor/case-edit/case-edit.component.js +1 -1
- package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +4 -4
- package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +4 -4
- package/esm2015/lib/shared/components/case-editor/case-editor.module.js +1 -1
- package/esm2015/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.js +2 -1
- package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.js +3 -3
- package/esm2015/lib/shared/components/case-editor/domain/wizard-page-field-complex-override.model.js +2 -1
- package/esm2015/lib/shared/components/case-editor/domain/wizard-page-field.model.js +1 -1
- package/esm2015/lib/shared/components/case-editor/domain/wizard-page.model.js +2 -1
- package/esm2015/lib/shared/components/case-editor/services/cases.service.js +11 -22
- package/esm2015/lib/shared/components/case-editor/services/page-validation.service.js +2 -2
- package/esm2015/lib/shared/components/case-editor/services/wizard-page-field-to-case-field.mapper.js +12 -12
- package/esm2015/lib/shared/components/case-editor/services/work-allocation.service.js +1 -1
- package/esm2015/lib/shared/components/case-history/domain/case-history.model.js +2 -1
- package/esm2015/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.js +5 -5
- package/esm2015/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.js +29 -16
- package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +40 -20
- package/esm2015/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.js +4 -4
- package/esm2015/lib/shared/components/case-viewer/case-viewer.component.js +5 -5
- package/esm2015/lib/shared/components/case-viewer/case-viewer.module.js +7 -5
- package/esm2015/lib/shared/components/case-viewer/printer/pipes/print-url.pipe.js +3 -3
- package/esm2015/lib/shared/components/case-viewer/services/case.resolver.js +2 -2
- package/esm2015/lib/shared/components/error/callback-errors.component.js +5 -5
- package/esm2015/lib/shared/components/error/domain/error-context.js +1 -1
- package/esm2015/lib/shared/components/event-start/event-guard/event-start.guard.js +2 -2
- package/esm2015/lib/shared/components/pagination/pagination.component.js +10 -10
- package/esm2015/lib/shared/components/palette/address/address-option.model.js +4 -7
- package/esm2015/lib/shared/components/palette/address/write-address-field.component.js +4 -4
- package/esm2015/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.js +1 -1
- package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.js +2 -2
- package/esm2015/lib/shared/components/palette/case-flag/enums/index.js +1 -1
- package/esm2015/lib/shared/components/palette/collection/collection-create-checker.service.js +5 -5
- package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +9 -9
- package/esm2015/lib/shared/components/palette/complex/read-complex-field-collection-table.component.js +4 -3
- package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.js +1 -1
- package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.js +1 -1
- package/esm2015/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.js +1 -1
- package/esm2015/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.js +2 -2
- package/esm2015/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.js +1 -1
- package/esm2015/lib/shared/components/palette/linked-cases/domain/linked-cases.model.js +2 -1
- package/esm2015/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.js +2 -2
- package/esm2015/lib/shared/components/palette/linked-cases/services/linked-cases.service.js +2 -3
- package/esm2015/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.js +3 -4
- package/esm2015/lib/shared/components/palette/order-summary/fee.model.js +2 -1
- package/esm2015/lib/shared/components/palette/order-summary/order-summary.model.js +1 -1
- package/esm2015/lib/shared/components/palette/palette.module.js +2 -2
- package/esm2015/lib/shared/components/palette/palette.service.js +2 -2
- package/esm2015/lib/shared/components/palette/text-area/write-text-area-field.component.js +2 -2
- package/esm2015/lib/shared/components/palette/utils/date.pipe.js +4 -4
- package/esm2015/lib/shared/components/palette/yes-no/yes-no.service.js +3 -1
- package/esm2015/lib/shared/components/search-filters/domain/search-input.model.js +1 -1
- package/esm2015/lib/shared/components/search-filters/search-filters.component.js +2 -2
- package/esm2015/lib/shared/components/search-result/search-result.component.js +42 -28
- package/esm2015/lib/shared/components/search-result/search-result.module.js +2 -2
- package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.component.js +3 -3
- package/esm2015/lib/shared/directives/conditional-show/domain/conditional-show.model.js +4 -3
- package/esm2015/lib/shared/directives/conditional-show/services/condition-parser.service.js +5 -9
- package/esm2015/lib/shared/domain/activity/activity.model.js +1 -1
- package/esm2015/lib/shared/domain/activity/case-activity-info.model.js +3 -0
- package/esm2015/lib/shared/domain/activity/case-activity.model.js +3 -0
- package/esm2015/lib/shared/domain/activity/index.js +4 -1
- package/esm2015/lib/shared/domain/activity/user.model.js +3 -0
- package/esm2015/lib/shared/domain/addresses/address.model.js +2 -1
- package/esm2015/lib/shared/domain/case-details.model.js +2 -1
- package/esm2015/lib/shared/domain/case-event-data.model.js +2 -1
- package/esm2015/lib/shared/domain/case-file-view/case-file-view-category.model.js +1 -1
- package/esm2015/lib/shared/domain/case-file-view/case-file-view-document.model.js +2 -1
- package/esm2015/lib/shared/domain/case-file-view/categories-and-documents.model.js +1 -1
- package/esm2015/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.js +2 -1
- package/esm2015/lib/shared/domain/case-flag/flag-type.model.js +2 -1
- package/esm2015/lib/shared/domain/case-flag/hmcts-service-detail.model.js +2 -1
- package/esm2015/lib/shared/domain/case-view/case-event-trigger.model.js +2 -1
- package/esm2015/lib/shared/domain/case-view/case-tab.model.js +2 -1
- package/esm2015/lib/shared/domain/case-view/case-view-event.model.js +2 -1
- package/esm2015/lib/shared/domain/case-view/case-view.model.js +2 -1
- package/esm2015/lib/shared/domain/case-view/role-assignment-response.model.js +1 -1
- package/esm2015/lib/shared/domain/case-view/role-request.model.js +1 -1
- package/esm2015/lib/shared/domain/definition/case-event.model.js +1 -1
- package/esm2015/lib/shared/domain/definition/case-field.model.js +2 -1
- package/esm2015/lib/shared/domain/definition/case-type.model.js +2 -1
- package/esm2015/lib/shared/domain/definition/event-case-field.model.js +2 -1
- package/esm2015/lib/shared/domain/definition/field-type.model.js +2 -1
- package/esm2015/lib/shared/domain/document/document-data.model.js +2 -1
- package/esm2015/lib/shared/domain/organisation/organisation-converter.js +8 -8
- package/esm2015/lib/shared/domain/pagination-metadata.model.js +1 -1
- package/esm2015/lib/shared/domain/search/field.model.js +1 -1
- package/esm2015/lib/shared/domain/search/index.js +2 -1
- package/esm2015/lib/shared/domain/search/search-result-view-column.model.js +1 -1
- package/esm2015/lib/shared/domain/search/search-result-view-item.model.js +2 -1
- package/esm2015/lib/shared/domain/search/search-result-view.model.js +2 -1
- package/esm2015/lib/shared/domain/search/sorting/index.js +4 -0
- package/esm2015/lib/shared/domain/user/index.js +3 -0
- package/esm2015/lib/shared/domain/user/user-info.model.js +1 -1
- package/esm2015/lib/shared/domain/workbasket/workbasket-input.model.js +1 -8
- package/esm2015/lib/shared/fixture/case-field-builder.js +13 -13
- package/esm2015/lib/shared/fixture/shared.test.fixture.js +27 -27
- package/esm2015/lib/shared/pipes/complex/{cdd-page-fields.pipe.js → ccd-page-fields.pipe.js} +3 -3
- package/esm2015/lib/shared/pipes/complex/index.js +2 -2
- package/esm2015/lib/shared/services/activity/activity-socket.service.js +91 -0
- package/esm2015/lib/shared/services/activity/activity.polling.service.js +26 -11
- package/esm2015/lib/shared/services/activity/activity.service.js +51 -26
- package/esm2015/lib/shared/services/activity/index.js +2 -1
- package/esm2015/lib/shared/services/activity/utils/index.js +118 -0
- package/esm2015/lib/shared/services/addresses/address-parser.js +5 -5
- package/esm2015/lib/shared/services/case-fields/format-translator.service.js +2 -2
- package/esm2015/lib/shared/services/case-flag/case-flag-refdata.service.js +2 -2
- package/esm2015/lib/shared/services/common-data-service/common-data-service.js +2 -2
- package/esm2015/lib/shared/services/definitions/definitions.service.js +3 -8
- package/esm2015/lib/shared/services/fields/fields.purger.js +15 -15
- package/esm2015/lib/shared/services/fields/fields.utils.js +5 -4
- package/esm2015/lib/shared/services/form/field-type-sanitiser.js +2 -1
- package/esm2015/lib/shared/services/form/form-value.service.js +1 -2
- package/esm2015/lib/shared/services/loading/loading.service.js +2 -7
- package/esm2015/lib/shared/services/search/search.service.js +5 -10
- package/esm2015/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.js +5 -5
- package/esm2015/lib/shared/services/window/window.service.js +1 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +5379 -5080
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/app.config.d.ts +10 -0
- package/lib/app.config.d.ts.map +1 -1
- package/lib/components/banners/index.d.ts +1 -0
- package/lib/components/banners/index.d.ts.map +1 -1
- package/lib/components/banners/notification-banner/index.d.ts +1 -0
- package/lib/components/banners/notification-banner/index.d.ts.map +1 -1
- package/lib/components/body/index.d.ts +1 -0
- package/lib/components/body/index.d.ts.map +1 -1
- package/lib/components/footer/index.d.ts +1 -0
- package/lib/components/footer/index.d.ts.map +1 -1
- package/lib/components/form/index.d.ts +1 -0
- package/lib/components/form/index.d.ts.map +1 -1
- package/lib/components/header/header-bar/header-bar.component.d.ts.map +1 -1
- package/lib/shared/commons/case-edit-data/case-edit-data.module.d.ts.map +1 -1
- package/lib/shared/commons/case-edit-data/case-edit-validation.model.d.ts.map +1 -1
- package/lib/shared/components/activity/activity.module.d.ts +4 -4
- package/lib/shared/components/activity/activity.module.d.ts.map +1 -1
- package/lib/shared/components/activity/case-activity.component.d.ts +32 -0
- package/lib/shared/components/activity/case-activity.component.d.ts.map +1 -0
- package/lib/shared/components/activity/index.d.ts +1 -1
- package/lib/shared/components/activity/index.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts +3 -3
- package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.d.ts +2 -2
- package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/domain/wizard-page-field-complex-override.model.d.ts.map +1 -1
- package/lib/shared/components/case-editor/domain/wizard-page-field.model.d.ts.map +1 -1
- package/lib/shared/components/case-editor/domain/wizard-page.model.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/cases.service.d.ts +1 -3
- package/lib/shared/components/case-editor/services/cases.service.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/wizard-page-field-to-case-field.mapper.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/work-allocation.service.d.ts.map +1 -1
- package/lib/shared/components/case-history/domain/case-history.model.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts +5 -4
- package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts +7 -4
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-viewer.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-viewer.module.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/printer/pipes/print-url.pipe.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/services/case.resolver.d.ts.map +1 -1
- package/lib/shared/components/error/domain/error-context.d.ts +2 -2
- package/lib/shared/components/error/domain/error-context.d.ts.map +1 -1
- package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts +1 -1
- package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts.map +1 -1
- package/lib/shared/components/pagination/pagination.component.d.ts +3 -3
- package/lib/shared/components/pagination/pagination.component.d.ts.map +1 -1
- package/lib/shared/components/palette/address/address-option.model.d.ts.map +1 -1
- package/lib/shared/components/palette/address/write-address-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/enums/index.d.ts.map +1 -1
- package/lib/shared/components/palette/collection/collection-create-checker.service.d.ts.map +1 -1
- package/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/complex/read-complex-field-collection-table.component.d.ts +1 -1
- package/lib/shared/components/palette/complex/read-complex-field-collection-table.component.d.ts.map +1 -1
- package/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.d.ts +4 -4
- package/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/domain/linked-cases.model.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/services/linked-cases.service.d.ts.map +1 -1
- package/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/order-summary/fee.model.d.ts.map +1 -1
- package/lib/shared/components/palette/order-summary/order-summary.model.d.ts.map +1 -1
- package/lib/shared/components/palette/text-area/write-text-area-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/utils/date.pipe.d.ts.map +1 -1
- package/lib/shared/components/palette/yes-no/yes-no.service.d.ts.map +1 -1
- package/lib/shared/components/search-filters/domain/search-input.model.d.ts.map +1 -1
- package/lib/shared/components/search-result/search-result.component.d.ts +9 -6
- package/lib/shared/components/search-result/search-result.component.d.ts.map +1 -1
- package/lib/shared/components/workbasket-filters/workbasket-filters.component.d.ts.map +1 -1
- package/lib/shared/directives/conditional-show/domain/conditional-show.model.d.ts.map +1 -1
- package/lib/shared/directives/conditional-show/services/condition-parser.service.d.ts.map +1 -1
- package/lib/shared/domain/activity/activity.model.d.ts +1 -0
- package/lib/shared/domain/activity/activity.model.d.ts.map +1 -1
- package/lib/shared/domain/activity/case-activity-info.model.d.ts +9 -0
- package/lib/shared/domain/activity/case-activity-info.model.d.ts.map +1 -0
- package/lib/shared/domain/activity/case-activity.model.d.ts +5 -0
- package/lib/shared/domain/activity/case-activity.model.d.ts.map +1 -0
- package/lib/shared/domain/activity/index.d.ts +3 -0
- package/lib/shared/domain/activity/index.d.ts.map +1 -1
- package/lib/shared/domain/activity/user.model.d.ts +6 -0
- package/lib/shared/domain/activity/user.model.d.ts.map +1 -0
- package/lib/shared/domain/addresses/address.model.d.ts.map +1 -1
- package/lib/shared/domain/case-details.model.d.ts.map +1 -1
- package/lib/shared/domain/case-event-data.model.d.ts.map +1 -1
- package/lib/shared/domain/case-file-view/case-file-view-category.model.d.ts.map +1 -1
- package/lib/shared/domain/case-file-view/case-file-view-document.model.d.ts.map +1 -1
- package/lib/shared/domain/case-file-view/categories-and-documents.model.d.ts.map +1 -1
- package/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.d.ts.map +1 -1
- package/lib/shared/domain/case-flag/flag-type.model.d.ts.map +1 -1
- package/lib/shared/domain/case-flag/hmcts-service-detail.model.d.ts.map +1 -1
- package/lib/shared/domain/case-view/case-event-trigger.model.d.ts.map +1 -1
- package/lib/shared/domain/case-view/case-tab.model.d.ts.map +1 -1
- package/lib/shared/domain/case-view/case-view-event.model.d.ts.map +1 -1
- package/lib/shared/domain/case-view/case-view.model.d.ts.map +1 -1
- package/lib/shared/domain/case-view/role-assignment-response.model.d.ts +1 -2
- package/lib/shared/domain/case-view/role-assignment-response.model.d.ts.map +1 -1
- package/lib/shared/domain/case-view/role-request.model.d.ts.map +1 -1
- package/lib/shared/domain/definition/case-event.model.d.ts.map +1 -1
- package/lib/shared/domain/definition/case-field.model.d.ts.map +1 -1
- package/lib/shared/domain/definition/case-type.model.d.ts.map +1 -1
- package/lib/shared/domain/definition/event-case-field.model.d.ts.map +1 -1
- package/lib/shared/domain/definition/field-type.model.d.ts.map +1 -1
- package/lib/shared/domain/document/document-data.model.d.ts.map +1 -1
- package/lib/shared/domain/organisation/organisation-converter.d.ts.map +1 -1
- package/lib/shared/domain/pagination-metadata.model.d.ts +2 -2
- package/lib/shared/domain/pagination-metadata.model.d.ts.map +1 -1
- package/lib/shared/domain/search/field.model.d.ts.map +1 -1
- package/lib/shared/domain/search/index.d.ts +1 -0
- package/lib/shared/domain/search/index.d.ts.map +1 -1
- package/lib/shared/domain/search/search-result-view-column.model.d.ts.map +1 -1
- package/lib/shared/domain/search/search-result-view-item.model.d.ts.map +1 -1
- package/lib/shared/domain/search/search-result-view.model.d.ts +0 -1
- package/lib/shared/domain/search/search-result-view.model.d.ts.map +1 -1
- package/lib/shared/domain/search/sorting/index.d.ts +4 -0
- package/lib/shared/domain/search/sorting/index.d.ts.map +1 -0
- package/lib/shared/domain/user/index.d.ts +3 -0
- package/lib/shared/domain/user/index.d.ts.map +1 -0
- package/lib/shared/domain/user/user-info.model.d.ts.map +1 -1
- package/lib/shared/domain/workbasket/workbasket-input.model.d.ts +0 -1
- package/lib/shared/domain/workbasket/workbasket-input.model.d.ts.map +1 -1
- package/lib/shared/fixture/case-field-builder.d.ts +6 -6
- package/lib/shared/fixture/case-field-builder.d.ts.map +1 -1
- package/lib/shared/fixture/shared.test.fixture.d.ts +6 -6
- package/lib/shared/fixture/shared.test.fixture.d.ts.map +1 -1
- package/lib/shared/pipes/complex/{cdd-page-fields.pipe.d.ts → ccd-page-fields.pipe.d.ts} +1 -1
- package/lib/shared/pipes/complex/ccd-page-fields.pipe.d.ts.map +1 -0
- package/lib/shared/pipes/complex/index.d.ts +1 -1
- package/lib/shared/pipes/pipes.module.d.ts +1 -1
- package/lib/shared/services/activity/activity-socket.service.d.ts +33 -0
- package/lib/shared/services/activity/activity-socket.service.d.ts.map +1 -0
- package/lib/shared/services/activity/activity.polling.service.d.ts +6 -5
- package/lib/shared/services/activity/activity.polling.service.d.ts.map +1 -1
- package/lib/shared/services/activity/activity.service.d.ts +14 -5
- package/lib/shared/services/activity/activity.service.d.ts.map +1 -1
- package/lib/shared/services/activity/index.d.ts +1 -0
- package/lib/shared/services/activity/index.d.ts.map +1 -1
- package/lib/shared/services/activity/utils/index.d.ts +40 -0
- package/lib/shared/services/activity/utils/index.d.ts.map +1 -0
- package/lib/shared/services/addresses/address-parser.d.ts.map +1 -1
- package/lib/shared/services/common-data-service/common-data-service.d.ts.map +1 -1
- package/lib/shared/services/definitions/definitions.service.d.ts.map +1 -1
- package/lib/shared/services/fields/fields.purger.d.ts.map +1 -1
- package/lib/shared/services/fields/fields.utils.d.ts +0 -1
- package/lib/shared/services/fields/fields.utils.d.ts.map +1 -1
- package/lib/shared/services/form/field-type-sanitiser.d.ts.map +1 -1
- package/lib/shared/services/loading/loading.service.d.ts +1 -4
- package/lib/shared/services/loading/loading.service.d.ts.map +1 -1
- package/lib/shared/services/search/search.service.d.ts +0 -2
- package/lib/shared/services/search/search.service.d.ts.map +1 -1
- package/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.d.ts.map +1 -1
- package/lib/shared/services/window/window.service.d.ts.map +1 -1
- package/package.json +2 -2
- package/esm2015/lib/shared/components/activity/activity.component.js +0 -150
- package/lib/shared/components/activity/activity.component.d.ts +0 -32
- package/lib/shared/components/activity/activity.component.d.ts.map +0 -1
- package/lib/shared/pipes/complex/cdd-page-fields.pipe.d.ts.map +0 -1
|
@@ -1,150 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import { Activity, DisplayMode } from '../../domain/activity/activity.model';
|
|
3
|
-
import { ActivityPollingService } from '../../services/activity/activity.polling.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "../../services/activity/activity.polling.service";
|
|
6
|
-
import * as i2 from "@angular/common";
|
|
7
|
-
import * as i3 from "./activity-icon/activity-icon.component";
|
|
8
|
-
import * as i4 from "./activity-banner/activity-banner.component";
|
|
9
|
-
function ActivityComponent_div_0_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
10
|
-
i0.ɵɵelementStart(0, "div");
|
|
11
|
-
i0.ɵɵelement(1, "ccd-activity-icon", 5);
|
|
12
|
-
i0.ɵɵelementEnd();
|
|
13
|
-
} if (rf & 2) {
|
|
14
|
-
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
15
|
-
i0.ɵɵclassProp("activityEditorsAndViewersIcons", ctx_r1.viewersPresent())("activityEditorsIcon", !ctx_r1.viewersPresent());
|
|
16
|
-
i0.ɵɵadvance(1);
|
|
17
|
-
i0.ɵɵproperty("description", ctx_r1.editorsText);
|
|
18
|
-
} }
|
|
19
|
-
function ActivityComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
20
|
-
i0.ɵɵelementStart(0, "div", 6);
|
|
21
|
-
i0.ɵɵelement(1, "ccd-activity-icon", 7);
|
|
22
|
-
i0.ɵɵelementEnd();
|
|
23
|
-
} if (rf & 2) {
|
|
24
|
-
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
25
|
-
i0.ɵɵadvance(1);
|
|
26
|
-
i0.ɵɵproperty("description", ctx_r2.viewersText);
|
|
27
|
-
} }
|
|
28
|
-
function ActivityComponent_div_0_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
29
|
-
i0.ɵɵelementStart(0, "div");
|
|
30
|
-
i0.ɵɵelement(1, "ccd-activity-banner", 8);
|
|
31
|
-
i0.ɵɵelementEnd();
|
|
32
|
-
} if (rf & 2) {
|
|
33
|
-
const ctx_r3 = i0.ɵɵnextContext(2);
|
|
34
|
-
i0.ɵɵadvance(1);
|
|
35
|
-
i0.ɵɵproperty("description", ctx_r3.editorsText);
|
|
36
|
-
} }
|
|
37
|
-
function ActivityComponent_div_0_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
38
|
-
i0.ɵɵelementStart(0, "div");
|
|
39
|
-
i0.ɵɵelement(1, "ccd-activity-banner", 9);
|
|
40
|
-
i0.ɵɵelementEnd();
|
|
41
|
-
} if (rf & 2) {
|
|
42
|
-
const ctx_r4 = i0.ɵɵnextContext(2);
|
|
43
|
-
i0.ɵɵadvance(1);
|
|
44
|
-
i0.ɵɵproperty("description", ctx_r4.viewersText);
|
|
45
|
-
} }
|
|
46
|
-
function ActivityComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
47
|
-
i0.ɵɵelementStart(0, "div", 1);
|
|
48
|
-
i0.ɵɵtemplate(1, ActivityComponent_div_0_div_1_Template, 2, 5, "div", 2);
|
|
49
|
-
i0.ɵɵtemplate(2, ActivityComponent_div_0_div_2_Template, 2, 1, "div", 3);
|
|
50
|
-
i0.ɵɵtemplate(3, ActivityComponent_div_0_div_3_Template, 2, 1, "div", 4);
|
|
51
|
-
i0.ɵɵtemplate(4, ActivityComponent_div_0_div_4_Template, 2, 1, "div", 4);
|
|
52
|
-
i0.ɵɵelementEnd();
|
|
53
|
-
} if (rf & 2) {
|
|
54
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
55
|
-
i0.ɵɵadvance(1);
|
|
56
|
-
i0.ɵɵproperty("ngIf", ctx_r0.displayMode === ctx_r0.dspMode.ICON && ctx_r0.editorsPresent());
|
|
57
|
-
i0.ɵɵadvance(1);
|
|
58
|
-
i0.ɵɵproperty("ngIf", ctx_r0.displayMode === ctx_r0.dspMode.ICON && ctx_r0.viewersPresent());
|
|
59
|
-
i0.ɵɵadvance(1);
|
|
60
|
-
i0.ɵɵproperty("ngIf", ctx_r0.displayMode === ctx_r0.dspMode.BANNER && ctx_r0.editorsPresent());
|
|
61
|
-
i0.ɵɵadvance(1);
|
|
62
|
-
i0.ɵɵproperty("ngIf", ctx_r0.displayMode === ctx_r0.dspMode.BANNER && ctx_r0.viewersPresent());
|
|
63
|
-
} }
|
|
64
|
-
export class ActivityComponent {
|
|
65
|
-
constructor(activityPollingService) {
|
|
66
|
-
this.activityPollingService = activityPollingService;
|
|
67
|
-
this.dspMode = DisplayMode;
|
|
68
|
-
this.VIEWERS_PREFIX = '';
|
|
69
|
-
this.VIEWERS_SUFFIX = 'viewing this case';
|
|
70
|
-
this.EDITORS_PREFIX = 'This case is being updated by ';
|
|
71
|
-
this.EDITORS_SUFFIX = '';
|
|
72
|
-
}
|
|
73
|
-
ngOnInit() {
|
|
74
|
-
this.activity = new Activity();
|
|
75
|
-
this.activity.caseId = this.caseId;
|
|
76
|
-
this.activity.editors = [];
|
|
77
|
-
this.activity.unknownEditors = 0;
|
|
78
|
-
this.activity.viewers = [];
|
|
79
|
-
this.activity.unknownViewers = 0;
|
|
80
|
-
this.viewersText = '';
|
|
81
|
-
this.editorsText = '';
|
|
82
|
-
this.subscription = this.activityPollingService.subscribeToActivity(this.caseId, newActivity => this.onActivityChange(newActivity));
|
|
83
|
-
}
|
|
84
|
-
onActivityChange(newActivity) {
|
|
85
|
-
this.activity = newActivity;
|
|
86
|
-
this.viewersText = this.generateDescription(this.VIEWERS_PREFIX, this.VIEWERS_SUFFIX, this.activity.viewers, this.activity.unknownViewers);
|
|
87
|
-
this.editorsText = this.generateDescription(this.EDITORS_PREFIX, this.EDITORS_SUFFIX, this.activity.editors, this.activity.unknownEditors);
|
|
88
|
-
}
|
|
89
|
-
isActivityEnabled() {
|
|
90
|
-
return this.activityPollingService.isEnabled;
|
|
91
|
-
}
|
|
92
|
-
isActiveCase() {
|
|
93
|
-
return this.activity.editors.length || this.activity.viewers.length || this.activity.unknownEditors || this.activity.unknownViewers;
|
|
94
|
-
}
|
|
95
|
-
viewersPresent() {
|
|
96
|
-
return (this.activity.viewers.length > 0 || this.activity.unknownViewers > 0);
|
|
97
|
-
}
|
|
98
|
-
editorsPresent() {
|
|
99
|
-
return (this.activity.editors.length > 0 || this.activity.unknownEditors > 0);
|
|
100
|
-
}
|
|
101
|
-
ngOnDestroy() {
|
|
102
|
-
if (this.subscription) {
|
|
103
|
-
this.subscription.complete();
|
|
104
|
-
this.subscription.unsubscribe();
|
|
105
|
-
}
|
|
106
|
-
this.activityPollingService.stopPolling();
|
|
107
|
-
}
|
|
108
|
-
generateDescription(prefix, suffix, namesArray, unknownCount) {
|
|
109
|
-
let resultText = prefix;
|
|
110
|
-
resultText += namesArray.map(activityInfo => activityInfo.forename + ' ' + activityInfo.surname).join(', ');
|
|
111
|
-
if (unknownCount > 0) {
|
|
112
|
-
resultText += (namesArray.length > 0 ? ' and ' + unknownCount + ' other' : unknownCount + ' user');
|
|
113
|
-
resultText += (unknownCount > 1 ? 's' : '');
|
|
114
|
-
}
|
|
115
|
-
else {
|
|
116
|
-
resultText = this.replaceLastCommaWithAnd(resultText);
|
|
117
|
-
}
|
|
118
|
-
if (suffix.length > 0) {
|
|
119
|
-
if (namesArray.length + unknownCount > 1) {
|
|
120
|
-
resultText += ' are ' + suffix;
|
|
121
|
-
}
|
|
122
|
-
else {
|
|
123
|
-
resultText += ' is ' + suffix;
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
return resultText;
|
|
127
|
-
}
|
|
128
|
-
replaceLastCommaWithAnd(str) {
|
|
129
|
-
return str.trim().replace(/,([^,]*)$/, ' and $1').split(' ').join(' ');
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
ActivityComponent.ɵfac = function ActivityComponent_Factory(t) { return new (t || ActivityComponent)(i0.ɵɵdirectiveInject(i1.ActivityPollingService)); };
|
|
133
|
-
ActivityComponent.ɵcmp = i0.ɵɵdefineComponent({ type: ActivityComponent, selectors: [["ccd-activity"]], inputs: { caseId: "caseId", displayMode: "displayMode" }, decls: 1, vars: 1, consts: [["class", "activityComponent", 4, "ngIf"], [1, "activityComponent"], [3, "activityEditorsAndViewersIcons", "activityEditorsIcon", 4, "ngIf"], ["class", "activityViewersIcon", 4, "ngIf"], [4, "ngIf"], ["imageLink", "/img/editor.png", 3, "description"], [1, "activityViewersIcon"], ["imageLink", "/img/viewer.png", 3, "description"], ["imageLink", "/img/editorBanner.png", "bannerType", "editor", 3, "description"], ["imageLink", "/img/viewerBanner.png", "bannerType", "viewer", 3, "description"]], template: function ActivityComponent_Template(rf, ctx) { if (rf & 1) {
|
|
134
|
-
i0.ɵɵtemplate(0, ActivityComponent_div_0_Template, 5, 4, "div", 0);
|
|
135
|
-
} if (rf & 2) {
|
|
136
|
-
i0.ɵɵproperty("ngIf", ctx.isActivityEnabled());
|
|
137
|
-
} }, directives: [i2.NgIf, i3.ActivityIconComponent, i4.ActivityBannerComponent], styles: [".activityEditorsIcon[_ngcontent-%COMP%]{margin-left:14px}.activityEditorsAndViewersIcons[_ngcontent-%COMP%], .activityViewersIcon[_ngcontent-%COMP%]{float:left;margin-left:14px}"] });
|
|
138
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ActivityComponent, [{
|
|
139
|
-
type: Component,
|
|
140
|
-
args: [{
|
|
141
|
-
selector: 'ccd-activity',
|
|
142
|
-
templateUrl: './activity.component.html',
|
|
143
|
-
styleUrls: ['./activity.component.css']
|
|
144
|
-
}]
|
|
145
|
-
}], function () { return [{ type: i1.ActivityPollingService }]; }, { caseId: [{
|
|
146
|
-
type: Input
|
|
147
|
-
}], displayMode: [{
|
|
148
|
-
type: Input
|
|
149
|
-
}] }); })();
|
|
150
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aXZpdHkuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL2FjdGl2aXR5L2FjdGl2aXR5LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9hY3Rpdml0eS9hY3Rpdml0eS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBcUIsTUFBTSxlQUFlLENBQUM7QUFFcEUsT0FBTyxFQUFFLFFBQVEsRUFBZ0IsV0FBVyxFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFDM0YsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sa0RBQWtELENBQUM7Ozs7Ozs7SUNGeEYsMkJBQXdLO0lBQ3RLLHVDQUErRjtJQUNqRyxpQkFBTTs7O0lBRndELHlFQUF5RCxpREFBQTtJQUN0RSxlQUEyQjtJQUEzQixnREFBMkI7OztJQUU1RSw4QkFBMEY7SUFDeEYsdUNBQStGO0lBQ2pHLGlCQUFNOzs7SUFEMkMsZUFBMkI7SUFBM0IsZ0RBQTJCOzs7SUFFNUUsMkJBQWdFO0lBQzlELHlDQUNzQjtJQUN4QixpQkFBTTs7O0lBRm1ELGVBQTJCO0lBQTNCLGdEQUEyQjs7O0lBR3BGLDJCQUFnRTtJQUM5RCx5Q0FDc0I7SUFDeEIsaUJBQU07OztJQUZtRCxlQUEyQjtJQUEzQixnREFBMkI7OztJQVp0Riw4QkFBMkQ7SUFDekQsd0VBRU07SUFDTix3RUFFTTtJQUNOLHdFQUdNO0lBQ04sd0VBR007SUFDUixpQkFBTTs7O0lBZEUsZUFBc0Q7SUFBdEQsNEZBQXNEO0lBR3RELGVBQXNEO0lBQXRELDRGQUFzRDtJQUd0RCxlQUF3RDtJQUF4RCw4RkFB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QUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDMUUsQ0FBQzs7a0ZBMUZVLGlCQUFpQjtzREFBakIsaUJBQWlCO1FDVjlCLGtFQWVNOztRQWYwQiw4Q0FBeUI7O3VGRFU1QyxpQkFBaUI7Y0FMN0IsU0FBUztlQUFDO2dCQUNULFFBQVEsRUFBRSxjQUFjO2dCQUN4QixXQUFXLEVBQUUsMkJBQTJCO2dCQUN4QyxTQUFTLEVBQUUsQ0FBQywwQkFBMEIsQ0FBQzthQUN4Qzt5RUFXUSxNQUFNO2tCQURaLEtBQUs7WUFJQyxXQUFXO2tCQURqQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25EZXN0cm95LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFN1YmplY3QgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IEFjdGl2aXR5LCBBY3Rpdml0eUluZm8sIERpc3BsYXlNb2RlIH0gZnJvbSAnLi4vLi4vZG9tYWluL2FjdGl2aXR5L2FjdGl2aXR5Lm1vZGVsJztcbmltcG9ydCB7IEFjdGl2aXR5UG9sbGluZ1NlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9hY3Rpdml0eS9hY3Rpdml0eS5wb2xsaW5nLnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdjY2QtYWN0aXZpdHknLFxuICB0ZW1wbGF0ZVVybDogJy4vYWN0aXZpdHkuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9hY3Rpdml0eS5jb21wb25lbnQuY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQWN0aXZpdHlDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIE9uRGVzdHJveSB7XG4gIHB1YmxpYyBhY3Rpdml0eTogQWN0aXZpdHk7XG4gIHB1YmxpYyBkc3BNb2RlID0gRGlzcGxheU1vZGU7XG5cbiAgcHVibGljIHZpZXdlcnNUZXh0OiBzdHJpbmc7XG4gIHB1YmxpYyBlZGl0b3JzVGV4dDogc3RyaW5nO1xuXG4gIHB1YmxpYyBzdWJzY3JpcHRpb246IFN1YmplY3Q8QWN0aXZpdHk+O1xuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBjYXNlSWQ6IHN0cmluZztcblxuICBASW5wdXQoKVxuICBwdWJsaWMgZGlzcGxheU1vZGU6IERpc3BsYXlNb2RlO1xuICBwcml2YXRlIHJlYWRvbmx5IFZJRVdFUlNfUFJFRklYID0gJyc7XG4gIHByaXZhdGUgcmVhZG9ubHkgVklFV0VSU19TVUZGSVggPSAndmlld2luZyB0aGlzIGNhc2UnO1xuICBwcml2YXRlIHJlYWRvbmx5IEVESVRPUlNfUFJFRklYID0gJ1RoaXMgY2FzZSBpcyBiZWluZyB1cGRhdGVkIGJ5ICc7XG4gIHByaXZhdGUgcmVhZG9ubHkgRURJVE9SU19TVUZGSVggPSAnJztcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IGFjdGl2aXR5UG9sbGluZ1NlcnZpY2U6IEFjdGl2aXR5UG9sbGluZ1NlcnZpY2UpIHt9XG5cbiAgcHVibGljIG5nT25Jbml0KCkge1xuICAgIHRoaXMuYWN0aXZpdHkgPSBuZXcgQWN0aXZpdHkoKTtcbiAgICB0aGlzLmFjdGl2aXR5LmNhc2VJZCA9IHRoaXMuY2FzZUlkO1xuICAgIHRoaXMuYWN0aXZpdHkuZWRpdG9ycyA9IFtdO1xuICAgIHRoaXMuYWN0aXZpdHkudW5rbm93bkVkaXRvcnMgPSAwO1xuICAgIHRoaXMuYWN0aXZpdHkudmlld2VycyA9IFtdO1xuICAgIHRoaXMuYWN0aXZpdHkudW5rbm93blZpZXdlcnMgPSAwO1xuICAgIHRoaXMudmlld2Vyc1RleHQgPSAnJztcbiAgICB0aGlzLmVkaXRvcnNUZXh0ID0gJyc7XG4gICAgdGhpcy5zdWJzY3JpcHRpb24gPSB0aGlzLmFjdGl2aXR5UG9sbGluZ1NlcnZpY2Uuc3Vic2NyaWJlVG9BY3Rpdml0eSh0aGlzLmNhc2VJZCwgbmV3QWN0aXZpdHkgPT4gdGhpcy5vbkFjdGl2aXR5Q2hhbmdlKG5ld0FjdGl2aXR5KSk7XG4gIH1cblxuICBwdWJsaWMgb25BY3Rpdml0eUNoYW5nZShuZXdBY3Rpdml0eTogQWN0aXZpdHkpIHtcbiAgICB0aGlzLmFjdGl2aXR5ID0gbmV3QWN0aXZpdHk7XG4gICAgdGhpcy52aWV3ZXJzVGV4dCA9IHRoaXMuZ2VuZXJhdGVEZXNjcmlwdGlvbih0aGlzLlZJRVdFUlNfUFJFRklYLFxuICAgICAgdGhpcy5WSUVXRVJTX1NVRkZJWCxcbiAgICAgIHRoaXMuYWN0aXZpdHkudmlld2VycyxcbiAgICAgIHRoaXMuYWN0aXZpdHkudW5rbm93blZpZXdlcnMpO1xuICAgIHRoaXMuZWRpdG9yc1RleHQgPSB0aGlzLmdlbmVyYXRlRGVzY3JpcHRpb24odGhpcy5FRElUT1JTX1BSRUZJWCxcbiAgICAgIHRoaXMuRURJVE9SU19TVUZGSVgsXG4gICAgICB0aGlzLmFjdGl2aXR5LmVkaXRvcnMsXG4gICAgICB0aGlzLmFjdGl2aXR5LnVua25vd25FZGl0b3JzKTtcbiAgfVxuXG4gIHB1YmxpYyBpc0FjdGl2aXR5RW5hYmxlZCgpIHtcbiAgICByZXR1cm4gdGhpcy5hY3Rpdml0eVBvbGxpbmdTZXJ2aWNlLmlzRW5hYmxlZDtcbiAgfVxuXG4gIHB1YmxpYyBpc0FjdGl2ZUNhc2UoKSB7XG4gICAgcmV0dXJuIHRoaXMuYWN0aXZpdHkuZWRpdG9ycy5sZW5ndGggfHwgdGhpcy5hY3Rpdml0eS52aWV3ZXJzLmxlbmd0aCB8fCB0aGlzLmFjdGl2aXR5LnVua25vd25FZGl0b3JzIHx8IHRoaXMuYWN0aXZpdHkudW5rbm93blZpZXdlcnM7XG4gIH1cblxuICBwdWJsaWMgdmlld2Vyc1ByZXNlbnQoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuICh0aGlzLmFjdGl2aXR5LnZpZXdlcnMubGVuZ3RoID4gMCB8fCB0aGlzLmFjdGl2aXR5LnVua25vd25WaWV3ZXJzID4gMCk7XG4gIH1cblxuICBwdWJsaWMgZWRpdG9yc1ByZXNlbnQoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuICh0aGlzLmFjdGl2aXR5LmVkaXRvcnMubGVuZ3RoID4gMCB8fCB0aGlzLmFjdGl2aXR5LnVua25vd25FZGl0b3JzID4gMCk7XG4gIH1cblxuICBwdWJsaWMgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgaWYgKHRoaXMuc3Vic2NyaXB0aW9uKSB7XG4gICAgICB0aGlzLnN1YnNjcmlwdGlvbi5jb21wbGV0ZSgpO1xuICAgICAgdGhpcy5zdWJzY3JpcHRpb24udW5zdWJzY3JpYmUoKTtcbiAgICB9XG4gICAgdGhpcy5hY3Rpdml0eVBvbGxpbmdTZXJ2aWNlLnN0b3BQb2xsaW5nKCk7XG4gIH1cblxuICBwdWJsaWMgZ2VuZXJhdGVEZXNjcmlwdGlvbihwcmVmaXg6IHN0cmluZywgc3VmZml4OiBzdHJpbmcsIG5hbWVzQXJyYXk6IEFjdGl2aXR5SW5mb1tdLCB1bmtub3duQ291bnQpIHtcbiAgICBsZXQgcmVzdWx0VGV4dCA9IHByZWZpeDtcbiAgICByZXN1bHRUZXh0ICs9IG5hbWVzQXJyYXkubWFwKGFjdGl2aXR5SW5mbyA9PiBhY3Rpdml0eUluZm8uZm9yZW5hbWUgKyAnICcgKyBhY3Rpdml0eUluZm8uc3VybmFtZSkuam9pbignLCAnKTtcbiAgICBpZiAodW5rbm93bkNvdW50ID4gMCkge1xuICAgICAgcmVzdWx0VGV4dCArPSAobmFtZXNBcnJheS5sZW5ndGggPiAwID8gJyBhbmQgJyArIHVua25vd25Db3VudCArICcgb3RoZXInIDogdW5rbm93bkNvdW50ICsgJyB1c2VyJyk7XG4gICAgICByZXN1bHRUZXh0ICs9ICggdW5rbm93bkNvdW50ID4gMSA/ICdzJyA6ICcnKTtcbiAgICB9IGVsc2Uge1xuICAgICAgcmVzdWx0VGV4dCA9IHRoaXMucmVwbGFjZUxhc3RDb21tYVdpdGhBbmQocmVzdWx0VGV4dCk7XG4gICAgfVxuICAgIGlmIChzdWZmaXgubGVuZ3RoID4gMCkge1xuICAgICAgaWYgKG5hbWVzQXJyYXkubGVuZ3RoICsgdW5rbm93bkNvdW50ID4gMSkge1xuICAgICAgICByZXN1bHRUZXh0ICs9ICcgYXJlICcgKyBzdWZmaXg7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICByZXN1bHRUZXh0ICs9ICcgaXMgJyArIHN1ZmZpeDtcbiAgICAgIH1cbiAgICB9XG4gICAgcmV0dXJuIHJlc3VsdFRleHQ7XG4gIH1cblxuICBwcml2YXRlIHJlcGxhY2VMYXN0Q29tbWFXaXRoQW5kKHN0cjogc3RyaW5nKTogc3RyaW5nIHtcbiAgICByZXR1cm4gc3RyLnRyaW0oKS5yZXBsYWNlKC8sKFteLF0qKSQvLCAnIGFuZCAkMScpLnNwbGl0KCcgICcpLmpvaW4oJyAnKTtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImFjdGl2aXR5Q29tcG9uZW50XCIgKm5nSWY9XCJpc0FjdGl2aXR5RW5hYmxlZCgpXCI+XG4gIDxkaXYgKm5nSWY9XCJkaXNwbGF5TW9kZSA9PT0gZHNwTW9kZS5JQ09OICYmIGVkaXRvcnNQcmVzZW50KClcIiBbY2xhc3MuYWN0aXZpdHlFZGl0b3JzQW5kVmlld2Vyc0ljb25zXT1cInZpZXdlcnNQcmVzZW50KClcIiBbY2xhc3MuYWN0aXZpdHlFZGl0b3JzSWNvbl09XCIhdmlld2Vyc1ByZXNlbnQoKVwiPlxuICAgIDxjY2QtYWN0aXZpdHktaWNvbiBpbWFnZUxpbms9XCIvaW1nL2VkaXRvci5wbmdcIiBbZGVzY3JpcHRpb25dPVwiZWRpdG9yc1RleHRcIj48L2NjZC1hY3Rpdml0eS1pY29uPlxuICA8L2Rpdj5cbiAgPGRpdiAqbmdJZj1cImRpc3BsYXlNb2RlID09PSBkc3BNb2RlLklDT04gJiYgdmlld2Vyc1ByZXNlbnQoKVwiIGNsYXNzPVwiYWN0aXZpdHlWaWV3ZXJzSWNvblwiPlxuICAgIDxjY2QtYWN0aXZpdHktaWNvbiBpbWFnZUxpbms9XCIvaW1nL3ZpZXdlci5wbmdcIiBbZGVzY3JpcHRpb25dPVwidmlld2Vyc1RleHRcIj48L2NjZC1hY3Rpdml0eS1pY29uPlxuICA8L2Rpdj5cbiAgPGRpdiAqbmdJZj1cImRpc3BsYXlNb2RlID09PSBkc3BNb2RlLkJBTk5FUiAmJiBlZGl0b3JzUHJlc2VudCgpXCI+XG4gICAgPGNjZC1hY3Rpdml0eS1iYW5uZXIgaW1hZ2VMaW5rPVwiL2ltZy9lZGl0b3JCYW5uZXIucG5nXCIgW2Rlc2NyaXB0aW9uXT1cImVkaXRvcnNUZXh0XCIgYmFubmVyVHlwZT1cImVkaXRvclwiPlxuICAgIDwvY2NkLWFjdGl2aXR5LWJhbm5lcj5cbiAgPC9kaXY+XG4gIDxkaXYgKm5nSWY9XCJkaXNwbGF5TW9kZSA9PT0gZHNwTW9kZS5CQU5ORVIgJiYgdmlld2Vyc1ByZXNlbnQoKVwiPlxuICAgIDxjY2QtYWN0aXZpdHktYmFubmVyIGltYWdlTGluaz1cIi9pbWcvdmlld2VyQmFubmVyLnBuZ1wiIFtkZXNjcmlwdGlvbl09XCJ2aWV3ZXJzVGV4dFwiIGJhbm5lclR5cGU9XCJ2aWV3ZXJcIj5cbiAgICA8L2NjZC1hY3Rpdml0eS1iYW5uZXI+XG4gIDwvZGl2PlxuPC9kaXY+XG4iXX0=
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { Subject } from 'rxjs';
|
|
3
|
-
import { Activity, ActivityInfo, DisplayMode } from '../../domain/activity/activity.model';
|
|
4
|
-
import { ActivityPollingService } from '../../services/activity/activity.polling.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ActivityComponent implements OnInit, OnDestroy {
|
|
7
|
-
private readonly activityPollingService;
|
|
8
|
-
activity: Activity;
|
|
9
|
-
dspMode: typeof DisplayMode;
|
|
10
|
-
viewersText: string;
|
|
11
|
-
editorsText: string;
|
|
12
|
-
subscription: Subject<Activity>;
|
|
13
|
-
caseId: string;
|
|
14
|
-
displayMode: DisplayMode;
|
|
15
|
-
private readonly VIEWERS_PREFIX;
|
|
16
|
-
private readonly VIEWERS_SUFFIX;
|
|
17
|
-
private readonly EDITORS_PREFIX;
|
|
18
|
-
private readonly EDITORS_SUFFIX;
|
|
19
|
-
constructor(activityPollingService: ActivityPollingService);
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
onActivityChange(newActivity: Activity): void;
|
|
22
|
-
isActivityEnabled(): boolean;
|
|
23
|
-
isActiveCase(): number;
|
|
24
|
-
viewersPresent(): boolean;
|
|
25
|
-
editorsPresent(): boolean;
|
|
26
|
-
ngOnDestroy(): void;
|
|
27
|
-
generateDescription(prefix: string, suffix: string, namesArray: ActivityInfo[], unknownCount: any): string;
|
|
28
|
-
private replaceLastCommaWithAnd;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDef<ActivityComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDefWithMeta<ActivityComponent, "ccd-activity", never, { "caseId": "caseId"; "displayMode": "displayMode"; }, {}, never, never>;
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=activity.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"activity.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/activity/activity.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AAC3F,OAAO,EAAE,sBAAsB,EAAE,MAAM,kDAAkD,CAAC;;AAE1F,qBAKa,iBAAkB,YAAW,MAAM,EAAE,SAAS;IAmB7C,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IAlB5C,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,qBAAe;IAEtB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IAEpB,YAAY,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAC;IAGhC,MAAM,EAAE,MAAM,CAAC;IAGf,WAAW,EAAE,WAAW,CAAC;IAChC,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAM;IACrC,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAuB;IACtD,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAoC;IACnE,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAM;gBAER,sBAAsB,EAAE,sBAAsB;IAEpE,QAAQ;IAYR,gBAAgB,CAAC,WAAW,EAAE,QAAQ;IAYtC,iBAAiB;IAIjB,YAAY;IAIZ,cAAc,IAAI,OAAO;IAIzB,cAAc,IAAI,OAAO;IAIzB,WAAW,IAAI,IAAI;IAQnB,mBAAmB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,YAAY,EAAE,EAAE,YAAY,KAAA;IAmBnG,OAAO,CAAC,uBAAuB;iCAxFpB,iBAAiB;2CAAjB,iBAAiB;CA2F7B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cdd-page-fields.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/pipes/complex/cdd-page-fields.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAmB,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE5D,OAAO,EAAE,UAAU,EAAE,MAAM,uDAAuD,CAAC;AAEnF,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;;AAEpD,qBAGa,iBAAkB,YAAW,aAAa;IAE9C,SAAS,CAAC,IAAI,EAAE,UAAU,EAAE,aAAa,EAAE,SAAS,GAAG,SAAS;iCAF5D,iBAAiB;uCAAjB,iBAAiB;CA6B7B"}
|