@hmcts/rpx-xui-common-lib 2.1.6-angular-upgrade-11-welsh → 2.1.6-javascript-void
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/README.md +1 -1
- package/esm2022/hmcts-rpx-xui-common-lib.mjs +5 -0
- package/esm2022/lib/components/accessibility/accessibility.component.mjs +833 -0
- package/esm2022/lib/components/checkbox-list/checkbox-list.component.mjs +232 -0
- package/esm2022/lib/components/contact-details/contact-details.component.mjs +123 -0
- package/esm2022/lib/components/cookie-banner/cookie-banner.component.mjs +151 -0
- package/esm2022/lib/components/due-date/due-date.component.mjs +141 -0
- package/esm2022/lib/components/exui-main-wrapper/exui-page-wrapper.component.mjs +80 -0
- package/esm2022/lib/components/find-location/find-location.component.mjs +220 -0
- package/esm2022/lib/components/find-person/find-person.component.mjs +234 -0
- package/esm2022/lib/components/find-service/find-service.component.mjs +193 -0
- package/esm2022/lib/components/find-task-name/find-task-name.component.mjs +200 -0
- package/esm2022/lib/components/generic-filter/generic-filter-utils.mjs +21 -0
- package/esm2022/lib/components/generic-filter/generic-filter.component.mjs +1224 -0
- package/esm2022/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.mjs +56 -0
- package/esm2022/lib/components/invite-user-form/invite-user-form.component.mjs +51 -0
- package/esm2022/lib/components/invite-user-permissions/invite-user-permission.component.mjs +54 -0
- package/esm2022/lib/components/loading-spinner/loading-spinner.component.mjs +33 -0
- package/esm2022/lib/components/pagination/pagination.component.mjs +92 -0
- package/esm2022/lib/components/public_api.mjs +39 -0
- package/esm2022/lib/components/search-judicials/search-judicials.component.mjs +185 -0
- package/esm2022/lib/components/search-location/search-location.component.mjs +240 -0
- package/esm2022/lib/components/search-service/search-service.component.mjs +94 -0
- package/esm2022/lib/components/search-venue/search-venue.component.mjs +188 -0
- package/esm2022/lib/components/selected-case/selected-case.component.mjs +381 -0
- package/esm2022/lib/components/selected-case-confirm/selected-case-confirm.component.mjs +135 -0
- package/esm2022/lib/components/selected-case-list/selected-case-list.component.mjs +98 -0
- package/esm2022/lib/components/service-message/service-message.component.mjs +62 -0
- package/esm2022/lib/components/service-messages/service-messages.component.mjs +163 -0
- package/esm2022/lib/components/share-case/share-case.component.mjs +427 -0
- package/esm2022/lib/components/share-case-confirm/share-case-confirm.component.mjs +85 -0
- package/esm2022/lib/components/tab/tab.component.mjs +40 -0
- package/esm2022/lib/components/tc-confirm/tc-confirm.component.mjs +66 -0
- package/esm2022/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.mjs +17 -0
- package/esm2022/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.mjs +17 -0
- package/esm2022/lib/components/terms-and-conditions/terms-and-conditions.component.mjs +58 -0
- package/esm2022/lib/components/user-details/user-details.component.mjs +276 -0
- package/esm2022/lib/components/user-list/user-list.component.mjs +100 -0
- package/esm2022/lib/components/user-select/user-select.component.mjs +94 -0
- package/esm2022/lib/components/write-address/write-address.component.mjs +342 -0
- package/esm2022/lib/components/write-address-inputs/write-address-inputs.component.mjs +165 -0
- package/esm2022/lib/directives/feature-toggle/feature-toggle.directive.mjs +41 -0
- package/esm2022/lib/directives/let/let.directive.mjs +29 -0
- package/esm2022/lib/exui-common-lib.module.mjs +313 -0
- package/esm2022/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.mjs +55 -0
- package/esm2022/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.mjs +137 -0
- package/esm2022/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.mjs +127 -0
- package/esm2022/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.mjs +46 -0
- package/esm2022/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.mjs +79 -0
- package/esm2022/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.mjs +79 -0
- package/esm2022/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.mjs +45 -0
- package/esm2022/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.mjs +71 -0
- package/esm2022/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.mjs +84 -0
- package/esm2022/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.mjs +48 -0
- package/esm2022/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.mjs +42 -0
- package/esm2022/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.mjs +80 -0
- package/esm2022/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.mjs +185 -0
- package/esm2022/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.mjs +57 -0
- package/esm2022/lib/gov-ui/components/hmcts-banner/hmcts-banner-info.interface.mjs +2 -0
- package/esm2022/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.mjs +111 -0
- package/esm2022/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.mjs +140 -0
- package/esm2022/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.mjs +34 -0
- package/esm2022/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.mjs +129 -0
- package/esm2022/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.mjs +204 -0
- package/esm2022/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.mjs +60 -0
- package/esm2022/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.mjs +58 -0
- package/esm2022/lib/gov-ui/directives/remove-host.directive.mjs +30 -0
- package/esm2022/lib/gov-ui/gov-ui.service.mjs +14 -0
- package/esm2022/lib/gov-ui/models/checkboxes-model.mjs +2 -0
- package/{esm2015/lib/gov-ui/models/gov-ui-config-model.js → esm2022/lib/gov-ui/models/gov-ui-config-model.mjs} +1 -1
- package/{esm2015/lib/gov-ui/models/public_api.js → esm2022/lib/gov-ui/models/public_api.mjs} +1 -2
- package/esm2022/lib/gov-ui/models/radio-buttons.model.mjs +2 -0
- package/esm2022/lib/gov-ui/util/helpers/html-templates.helper.mjs +22 -0
- package/{esm2015/lib/gov-ui/validators/checkboxes-be-checked.validator.js → esm2022/lib/gov-ui/validators/checkboxes-be-checked.validator.mjs} +1 -1
- package/{esm2015/lib/gov-ui/validators/date.validator.js → esm2022/lib/gov-ui/validators/date.validator.mjs} +1 -1
- package/esm2022/lib/gov-ui/validators/radio-group.validator.mjs +15 -0
- package/esm2022/lib/models/address-message.enum.mjs +11 -0
- package/esm2022/lib/models/address-option.model.mjs +21 -0
- package/esm2022/lib/models/address.model.mjs +4 -0
- package/{esm2015/lib/models/contact-details.model.js → esm2022/lib/models/contact-details.model.mjs} +1 -1
- package/esm2022/lib/models/feature-user.mjs +5 -0
- package/esm2022/lib/models/filter.model.mjs +3 -0
- package/esm2022/lib/models/index.mjs +19 -0
- package/esm2022/lib/models/location.model.mjs +7 -0
- package/esm2022/lib/models/person.model.mjs +21 -0
- package/{esm2015/lib/models/public_api.js → esm2022/lib/models/public_api.mjs} +2 -1
- package/{esm2015/lib/models/search-options.model.js → esm2022/lib/models/search-options.model.mjs} +1 -1
- package/esm2022/lib/models/service-message.model.mjs +2 -0
- package/esm2022/lib/models/task-name.model.mjs +2 -0
- package/esm2022/lib/models/user-access-type.model.mjs +2 -0
- package/esm2022/lib/models/user-details.model.mjs +2 -0
- package/esm2022/lib/pipes/capitalize/capitalize.pipe.mjs +15 -0
- package/esm2022/lib/pipes/index.mjs +2 -0
- package/esm2022/lib/services/address/address-parser.mjs +76 -0
- package/esm2022/lib/services/address/address-type.enum.mjs +7 -0
- package/esm2022/lib/services/address/address.service.mjs +55 -0
- package/esm2022/lib/services/case-sharing-state/case-sharing-state.service.mjs +170 -0
- package/esm2022/lib/services/cookie/cookie.service.mjs +48 -0
- package/esm2022/lib/services/feature-toggle/feature-toggle.guard.mjs +37 -0
- package/esm2022/lib/services/feature-toggle/feature-toggle.service.mjs +33 -0
- package/esm2022/lib/services/feature-toggle/launch-darkly.service.mjs +65 -0
- package/esm2022/lib/services/filter/filter.service.mjs +95 -0
- package/esm2022/lib/services/find-person/find-person.service.mjs +92 -0
- package/esm2022/lib/services/google-analytics/google-analytics.service.mjs +73 -0
- package/esm2022/lib/services/google-tag-manager/google-tag-manager.service.mjs +85 -0
- package/{esm2015/lib/services/loading/loading.service.js → esm2022/lib/services/loading/loading.service.mjs} +8 -6
- package/esm2022/lib/services/locations/location.service.mjs +38 -0
- package/{esm2015/lib/services/manage-session/manage-session.services.js → esm2022/lib/services/manage-session/manage-session.services.mjs} +8 -10
- package/esm2022/lib/services/public-api.mjs +18 -0
- package/esm2022/lib/services/ref-data/index.mjs +4 -0
- package/esm2022/lib/services/ref-data/models/ref-data-htmcs-service.model.mjs +2 -0
- package/esm2022/lib/services/ref-data/models/ref-data-region.model.mjs +2 -0
- package/esm2022/lib/services/ref-data/ref-data-data-access/models/ref-data-locations-by-service-code-response.model.mjs +2 -0
- package/esm2022/lib/services/ref-data/ref-data-data-access/ref-data-data-access.service.mjs +33 -0
- package/esm2022/lib/services/ref-data/ref-data.service.mjs +34 -0
- package/esm2022/lib/services/role-guard/role.guard.mjs +43 -0
- package/esm2022/lib/services/role-guard/role.service.mjs +22 -0
- package/esm2022/lib/services/storage/session-storage/session-storage.service.mjs +43 -0
- package/esm2022/lib/services/task-name/task-name.service.mjs +35 -0
- package/esm2022/lib/services/timeout-notifications/timeout-notifications.service.mjs +103 -0
- package/{esm2015/public-api.js → esm2022/public-api.mjs} +2 -1
- package/fesm2022/hmcts-rpx-xui-common-lib.mjs +10377 -0
- package/fesm2022/hmcts-rpx-xui-common-lib.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/components/accessibility/accessibility.component.d.ts +7 -1
- package/lib/components/checkbox-list/checkbox-list.component.d.ts +8 -2
- package/lib/components/contact-details/contact-details.component.d.ts +3 -0
- package/lib/components/cookie-banner/cookie-banner.component.d.ts +5 -1
- package/lib/components/due-date/due-date.component.d.ts +8 -2
- package/lib/components/exui-main-wrapper/exui-page-wrapper.component.d.ts +3 -0
- package/lib/components/find-location/find-location.component.d.ts +12 -6
- package/lib/components/find-person/find-person.component.d.ts +5 -2
- package/lib/components/find-service/find-service.component.d.ts +24 -9
- package/lib/components/find-task-name/find-task-name.component.d.ts +44 -0
- package/lib/components/generic-filter/generic-filter-utils.d.ts +2 -5
- package/lib/components/generic-filter/generic-filter.component.d.ts +25 -6
- package/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.d.ts +3 -0
- package/lib/components/invite-user-form/invite-user-form.component.d.ts +3 -0
- package/lib/components/invite-user-permissions/invite-user-permission.component.d.ts +3 -0
- package/lib/components/loading-spinner/loading-spinner.component.d.ts +8 -1
- package/lib/components/pagination/pagination.component.d.ts +3 -0
- package/lib/components/public_api.d.ts +6 -0
- package/lib/components/search-judicials/search-judicials.component.d.ts +3 -0
- package/lib/components/search-location/search-location.component.d.ts +25 -20
- package/lib/components/search-service/search-service.component.d.ts +16 -9
- package/lib/components/search-venue/search-venue.component.d.ts +3 -1
- package/lib/components/selected-case/selected-case.component.d.ts +3 -0
- package/lib/components/selected-case-confirm/selected-case-confirm.component.d.ts +3 -0
- package/lib/components/selected-case-list/selected-case-list.component.d.ts +3 -0
- package/lib/components/service-message/service-message.component.d.ts +9 -4
- package/lib/components/service-messages/service-messages.component.d.ts +15 -5
- package/lib/components/share-case/share-case.component.d.ts +4 -0
- package/lib/components/share-case-confirm/share-case-confirm.component.d.ts +3 -0
- package/lib/components/tab/tab.component.d.ts +3 -0
- package/lib/components/tc-confirm/tc-confirm.component.d.ts +3 -0
- package/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.d.ts +3 -0
- package/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.d.ts +3 -0
- package/lib/components/terms-and-conditions/terms-and-conditions.component.d.ts +3 -0
- package/lib/components/user-details/user-details.component.d.ts +4 -0
- package/lib/components/user-list/user-list.component.d.ts +3 -0
- package/lib/components/user-select/user-select.component.d.ts +5 -3
- package/lib/components/write-address/write-address.component.d.ts +45 -0
- package/lib/components/write-address-inputs/write-address-inputs.component.d.ts +16 -0
- package/lib/directives/feature-toggle/feature-toggle.directive.d.ts +3 -0
- package/lib/directives/let/let.directive.d.ts +3 -0
- package/lib/exui-common-lib.module.d.ts +83 -4
- package/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.d.ts +3 -0
- package/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.d.ts +17 -5
- package/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.d.ts +3 -0
- package/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.d.ts +3 -0
- package/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.d.ts +3 -0
- package/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.d.ts +3 -0
- package/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.d.ts +3 -0
- package/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.d.ts +4 -2
- package/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.d.ts +4 -0
- package/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.d.ts +3 -0
- package/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.d.ts +5 -2
- package/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.d.ts +3 -0
- package/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.d.ts +3 -0
- package/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.d.ts +3 -0
- package/lib/gov-ui/components/hmcts-banner/hmcts-banner-info.interface.d.ts +7 -0
- package/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.d.ts +7 -2
- package/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.d.ts +3 -0
- package/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.d.ts +3 -0
- package/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.d.ts +6 -3
- package/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.d.ts +3 -0
- package/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.d.ts +3 -0
- package/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.d.ts +3 -0
- package/lib/gov-ui/directives/remove-host.directive.d.ts +3 -0
- package/lib/gov-ui/gov-ui.service.d.ts +3 -0
- package/lib/gov-ui/models/checkboxes-model.d.ts +4 -7
- package/lib/gov-ui/models/gov-ui-config-model.d.ts +2 -0
- package/lib/gov-ui/models/public_api.d.ts +0 -1
- package/lib/gov-ui/models/radio-buttons.model.d.ts +9 -0
- package/lib/models/address-message.enum.d.ts +9 -0
- package/lib/models/address-option.model.d.ts +9 -0
- package/lib/models/address.model.d.ts +9 -0
- package/lib/models/contact-details.model.d.ts +4 -0
- package/lib/models/feature-user.d.ts +4 -6
- package/lib/models/filter.model.d.ts +42 -9
- package/lib/models/index.d.ts +4 -0
- package/lib/models/location.model.d.ts +12 -12
- package/lib/models/person.model.d.ts +5 -3
- package/lib/models/public_api.d.ts +1 -0
- package/lib/models/search-options.model.d.ts +1 -1
- package/lib/models/service-message.model.d.ts +8 -0
- package/lib/models/task-name.model.d.ts +4 -0
- package/lib/models/user-access-type.model.d.ts +6 -0
- package/lib/models/user-details.model.d.ts +2 -0
- package/lib/pipes/capitalize/capitalize.pipe.d.ts +7 -0
- package/lib/pipes/index.d.ts +1 -0
- package/lib/services/address/address-parser.d.ts +17 -0
- package/lib/services/address/address-type.enum.d.ts +5 -0
- package/lib/services/address/address.service.d.ts +15 -0
- package/lib/services/case-sharing-state/case-sharing-state.service.d.ts +3 -0
- package/lib/services/cookie/cookie.service.d.ts +3 -0
- package/lib/services/feature-toggle/feature-toggle.guard.d.ts +8 -2
- package/lib/services/feature-toggle/feature-toggle.service.d.ts +4 -0
- package/lib/services/feature-toggle/launch-darkly.service.d.ts +14 -10
- package/lib/services/filter/filter.service.d.ts +6 -0
- package/lib/services/find-person/find-person.service.d.ts +5 -2
- package/lib/services/google-analytics/google-analytics.service.d.ts +4 -1
- package/lib/services/google-tag-manager/google-tag-manager.service.d.ts +5 -1
- package/lib/services/loading/loading.service.d.ts +3 -0
- package/lib/services/locations/location.service.d.ts +4 -1
- package/lib/services/manage-session/manage-session.services.d.ts +3 -0
- package/lib/services/public-api.d.ts +2 -0
- package/lib/services/ref-data/index.d.ts +3 -0
- package/lib/services/ref-data/models/ref-data-htmcs-service.model.d.ts +13 -0
- package/lib/services/ref-data/models/ref-data-region.model.d.ts +4 -0
- package/lib/services/ref-data/ref-data-data-access/models/ref-data-locations-by-service-code-response.model.d.ts +8 -0
- package/lib/services/ref-data/ref-data-data-access/ref-data-data-access.service.d.ts +18 -0
- package/lib/services/ref-data/ref-data.service.d.ts +17 -0
- package/lib/services/role-guard/role.guard.d.ts +7 -3
- package/lib/services/role-guard/role.service.d.ts +8 -4
- package/lib/services/{session-storage → storage/session-storage}/session-storage.service.d.ts +3 -0
- package/lib/services/task-name/task-name.service.d.ts +17 -0
- package/lib/services/timeout-notifications/timeout-notifications.service.d.ts +8 -2
- package/package.json +21 -11
- package/public-api.d.ts +1 -0
- package/bundles/hmcts-rpx-xui-common-lib.umd.js +0 -5139
- package/bundles/hmcts-rpx-xui-common-lib.umd.js.map +0 -1
- package/bundles/hmcts-rpx-xui-common-lib.umd.min.js +0 -2
- package/bundles/hmcts-rpx-xui-common-lib.umd.min.js.map +0 -1
- package/esm2015/hmcts-rpx-xui-common-lib.js +0 -70
- package/esm2015/lib/components/accessibility/accessibility.component.js +0 -14
- package/esm2015/lib/components/checkbox-list/checkbox-list.component.js +0 -177
- package/esm2015/lib/components/contact-details/contact-details.component.js +0 -17
- package/esm2015/lib/components/cookie-banner/cookie-banner.component.js +0 -68
- package/esm2015/lib/components/due-date/due-date.component.js +0 -115
- package/esm2015/lib/components/exui-main-wrapper/exui-page-wrapper.component.js +0 -28
- package/esm2015/lib/components/find-location/find-location.component.js +0 -124
- package/esm2015/lib/components/find-person/find-person.component.js +0 -118
- package/esm2015/lib/components/find-service/find-service.component.js +0 -31
- package/esm2015/lib/components/generic-filter/generic-filter-utils.js +0 -21
- package/esm2015/lib/components/generic-filter/generic-filter.component.js +0 -387
- package/esm2015/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.js +0 -27
- package/esm2015/lib/components/invite-user-form/invite-user-form.component.js +0 -25
- package/esm2015/lib/components/invite-user-permissions/invite-user-permission.component.js +0 -25
- package/esm2015/lib/components/loading-spinner/loading-spinner.component.js +0 -18
- package/esm2015/lib/components/pagination/pagination.component.js +0 -28
- package/esm2015/lib/components/public_api.js +0 -33
- package/esm2015/lib/components/search-judicials/search-judicials.component.js +0 -126
- package/esm2015/lib/components/search-location/search-location.component.js +0 -133
- package/esm2015/lib/components/search-service/search-service.component.js +0 -31
- package/esm2015/lib/components/search-venue/search-venue.component.js +0 -123
- package/esm2015/lib/components/selected-case/selected-case.component.js +0 -158
- package/esm2015/lib/components/selected-case-confirm/selected-case-confirm.component.js +0 -36
- package/esm2015/lib/components/selected-case-list/selected-case-list.component.js +0 -49
- package/esm2015/lib/components/service-message/service-message.component.js +0 -22
- package/esm2015/lib/components/service-messages/service-messages.component.js +0 -48
- package/esm2015/lib/components/share-case/share-case.component.js +0 -205
- package/esm2015/lib/components/share-case-confirm/share-case-confirm.component.js +0 -34
- package/esm2015/lib/components/tab/tab.component.js +0 -21
- package/esm2015/lib/components/tc-confirm/tc-confirm.component.js +0 -22
- package/esm2015/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.js +0 -13
- package/esm2015/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.js +0 -13
- package/esm2015/lib/components/terms-and-conditions/terms-and-conditions.component.js +0 -16
- package/esm2015/lib/components/user-details/user-details.component.js +0 -41
- package/esm2015/lib/components/user-list/user-list.component.js +0 -33
- package/esm2015/lib/components/user-select/user-select.component.js +0 -58
- package/esm2015/lib/directives/feature-toggle/feature-toggle.directive.js +0 -42
- package/esm2015/lib/directives/let/let.directive.js +0 -30
- package/esm2015/lib/exui-common-lib.module.js +0 -160
- package/esm2015/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.js +0 -31
- package/esm2015/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.js +0 -21
- package/esm2015/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.js +0 -64
- package/esm2015/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.js +0 -22
- package/esm2015/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.js +0 -28
- package/esm2015/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.js +0 -35
- package/esm2015/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.js +0 -23
- package/esm2015/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.js +0 -34
- package/esm2015/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.js +0 -21
- package/esm2015/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.js +0 -33
- package/esm2015/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.js +0 -21
- package/esm2015/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.js +0 -27
- package/esm2015/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.js +0 -39
- package/esm2015/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.js +0 -27
- package/esm2015/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.js +0 -23
- package/esm2015/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.js +0 -48
- package/esm2015/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.js +0 -19
- package/esm2015/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.js +0 -41
- package/esm2015/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.js +0 -28
- package/esm2015/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.js +0 -23
- package/esm2015/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.js +0 -15
- package/esm2015/lib/gov-ui/directives/remove-host.directive.js +0 -29
- package/esm2015/lib/gov-ui/gov-ui.service.js +0 -13
- package/esm2015/lib/gov-ui/models/banner-data-model.js +0 -2
- package/esm2015/lib/gov-ui/models/checkboxes-model.js +0 -2
- package/esm2015/lib/gov-ui/models/isession-storage.interface.js +0 -2
- package/esm2015/lib/gov-ui/util/helpers/html-templates.helper.js +0 -22
- package/esm2015/lib/gov-ui/util/session-storage/session-storage-utils.js +0 -22
- package/esm2015/lib/gov-ui/validators/radio-group.validator.js +0 -15
- package/esm2015/lib/models/feature-user.js +0 -5
- package/esm2015/lib/models/filter.model.js +0 -3
- package/esm2015/lib/models/index.js +0 -15
- package/esm2015/lib/models/location.model.js +0 -7
- package/esm2015/lib/models/person.model.js +0 -19
- package/esm2015/lib/models/user-details.model.js +0 -2
- package/esm2015/lib/services/case-sharing-state/case-sharing-state.service.js +0 -157
- package/esm2015/lib/services/cookie/cookie.service.js +0 -47
- package/esm2015/lib/services/feature-toggle/feature-toggle.guard.js +0 -35
- package/esm2015/lib/services/feature-toggle/feature-toggle.service.js +0 -27
- package/esm2015/lib/services/feature-toggle/launch-darkly.service.js +0 -59
- package/esm2015/lib/services/filter/filter.service.js +0 -64
- package/esm2015/lib/services/find-person/find-person.service.js +0 -106
- package/esm2015/lib/services/google-analytics/google-analytics.service.js +0 -68
- package/esm2015/lib/services/google-tag-manager/google-tag-manager.service.js +0 -71
- package/esm2015/lib/services/locations/location.service.js +0 -39
- package/esm2015/lib/services/public-api.js +0 -16
- package/esm2015/lib/services/role-guard/role.guard.js +0 -37
- package/esm2015/lib/services/role-guard/role.service.js +0 -20
- package/esm2015/lib/services/session-storage/session-storage.service.js +0 -41
- package/esm2015/lib/services/timeout-notifications/timeout-notifications.service.js +0 -92
- package/fesm2015/hmcts-rpx-xui-common-lib.js +0 -4172
- package/fesm2015/hmcts-rpx-xui-common-lib.js.map +0 -1
- package/hmcts-rpx-xui-common-lib.d.ts +0 -69
- package/hmcts-rpx-xui-common-lib.metadata.json +0 -1
- package/lib/gov-ui/models/banner-data-model.d.ts +0 -4
- package/lib/gov-ui/models/isession-storage.interface.d.ts +0 -4
- package/lib/gov-ui/util/session-storage/session-storage-utils.d.ts +0 -6
- /package/{esm2015/lib/components/index.js → esm2022/lib/components/index.mjs} +0 -0
- /package/{esm2015/lib/directives/index.js → esm2022/lib/directives/index.mjs} +0 -0
- /package/{esm2015/lib/directives/public-api.js → esm2022/lib/directives/public-api.mjs} +0 -0
- /package/{esm2015/lib/gov-ui/components/index.js → esm2022/lib/gov-ui/components/index.mjs} +0 -0
- /package/{esm2015/lib/gov-ui/components/public_api.js → esm2022/lib/gov-ui/components/public_api.mjs} +0 -0
- /package/{esm2015/lib/gov-ui/index.js → esm2022/lib/gov-ui/index.mjs} +0 -0
- /package/{esm2015/lib/gov-ui/models/error-messages-model.js → esm2022/lib/gov-ui/models/error-messages-model.mjs} +0 -0
- /package/{esm2015/lib/gov-ui/models/index.js → esm2022/lib/gov-ui/models/index.mjs} +0 -0
- /package/{esm2015/lib/gov-ui/public_api.js → esm2022/lib/gov-ui/public_api.mjs} +0 -0
- /package/{esm2015/lib/gov-ui/validators/index.js → esm2022/lib/gov-ui/validators/index.mjs} +0 -0
- /package/{esm2015/lib/gov-ui/validators/public_api.js → esm2022/lib/gov-ui/validators/public_api.mjs} +0 -0
- /package/{esm2015/lib/models/case-share.model.js → esm2022/lib/models/case-share.model.mjs} +0 -0
- /package/{esm2015/lib/models/due-date.model.js → esm2022/lib/models/due-date.model.mjs} +0 -0
- /package/{esm2015/lib/models/idle-config.model.js → esm2022/lib/models/idle-config.model.mjs} +0 -0
- /package/{esm2015/lib/models/pagination.model.js → esm2022/lib/models/pagination.model.mjs} +0 -0
- /package/{esm2015/lib/models/tcDocument.model.js → esm2022/lib/models/tcDocument.model.mjs} +0 -0
- /package/{esm2015/lib/models/timeout-notification.model.js → esm2022/lib/models/timeout-notification.model.mjs} +0 -0
- /package/{esm2015/lib/models/user.model.js → esm2022/lib/models/user.model.mjs} +0 -0
- /package/{esm2015/lib/services/index.js → esm2022/lib/services/index.mjs} +0 -0
- /package/{esm2015/lib/window.js → esm2022/lib/window.mjs} +0 -0
package/index.d.ts
ADDED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AccessibilityComponent implements OnInit {
|
|
4
|
+
isEndpointMC: boolean;
|
|
2
5
|
constructor();
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AccessibilityComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AccessibilityComponent, "xuilib-accessibility", never, {}, {}, never, never, false, never>;
|
|
3
9
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges } from '@angular/core';
|
|
2
|
-
|
|
1
|
+
import { AfterContentChecked, ChangeDetectorRef, EventEmitter, OnChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CheckboxListComponent<T> implements OnChanges, AfterContentChecked {
|
|
4
|
+
private readonly ref;
|
|
5
|
+
constructor(ref: ChangeDetectorRef);
|
|
3
6
|
/**
|
|
4
7
|
* The options to show checkboxes for. Note that the type
|
|
5
8
|
* within the array corresponds to the one for the component.
|
|
@@ -34,6 +37,7 @@ export declare class CheckboxListComponent<T> implements OnChanges {
|
|
|
34
37
|
*/
|
|
35
38
|
get allSelected(): boolean;
|
|
36
39
|
ngOnChanges(): void;
|
|
40
|
+
ngAfterContentChecked(): void;
|
|
37
41
|
/**
|
|
38
42
|
* Indicates whether or not there are any options to render.
|
|
39
43
|
*/
|
|
@@ -67,4 +71,6 @@ export declare class CheckboxListComponent<T> implements OnChanges {
|
|
|
67
71
|
private setupPreselection;
|
|
68
72
|
private getSelection;
|
|
69
73
|
private checkSelection;
|
|
74
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxListComponent<any>, never>;
|
|
75
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxListComponent<any>, "xuilib-checkbox-list", never, { "options": { "alias": "options"; "required": false; }; "preselection": { "alias": "preselection"; "required": false; }; "labelFunction": { "alias": "labelFunction"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; }, { "selectionChange": "selectionChange"; }, never, never, false, never>;
|
|
70
76
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { ContactDetailsDataModel } from '../../models';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ContactDetailsComponent {
|
|
3
4
|
data: ContactDetailsDataModel;
|
|
4
5
|
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContactDetailsComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContactDetailsComponent, "xuilib-contact-details", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
5
8
|
}
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { CookieService } from '../../services/cookie/cookie.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class CookieBannerComponent implements OnInit {
|
|
4
5
|
private readonly cookieService;
|
|
5
6
|
identifier: string;
|
|
6
7
|
appName: string;
|
|
8
|
+
enableDynatrace: boolean;
|
|
7
9
|
rejectionNotifier: EventEmitter<any>;
|
|
8
10
|
acceptanceNotifier: EventEmitter<any>;
|
|
9
11
|
isCookieBannerVisible: boolean;
|
|
10
|
-
|
|
12
|
+
readonly window: any;
|
|
11
13
|
constructor(cookieService: CookieService, window: any);
|
|
12
14
|
ngOnInit(): void;
|
|
13
15
|
acceptCookie(): void;
|
|
@@ -17,4 +19,6 @@ export declare class CookieBannerComponent implements OnInit {
|
|
|
17
19
|
notifyRejection(): void;
|
|
18
20
|
notifyAcceptance(): void;
|
|
19
21
|
private getExpiryDate;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CookieBannerComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CookieBannerComponent, "xuilib-cookie-banner", never, { "identifier": { "alias": "identifier"; "required": false; }; "appName": { "alias": "appName"; "required": false; }; "enableDynatrace": { "alias": "enableDynatrace"; "required": false; }; }, { "rejectionNotifier": "rejectionNotifier"; "acceptanceNotifier": "acceptanceNotifier"; }, never, never, false, never>;
|
|
20
24
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import { OnChanges } from '@angular/core';
|
|
2
|
-
|
|
1
|
+
import { AfterContentChecked, ChangeDetectorRef, OnChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DueDateComponent implements OnChanges, AfterContentChecked {
|
|
4
|
+
private readonly ref;
|
|
5
|
+
constructor(ref: ChangeDetectorRef);
|
|
3
6
|
/**
|
|
4
7
|
* The due date to use as the basis for rendering this component. It is
|
|
5
8
|
* compared to the current date and displayed accordingly.
|
|
@@ -44,6 +47,9 @@ export declare class DueDateComponent implements OnChanges {
|
|
|
44
47
|
private pDaysDiff;
|
|
45
48
|
get daysDiff(): number;
|
|
46
49
|
ngOnChanges(): void;
|
|
50
|
+
ngAfterContentChecked(): void;
|
|
47
51
|
private handleInputChanges;
|
|
48
52
|
private getDaysDifference;
|
|
53
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DueDateComponent, never>;
|
|
54
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DueDateComponent, "xuilib-due-date", never, { "dueDate": { "alias": "dueDate"; "required": false; }; "highUrgencyCutoff": { "alias": "highUrgencyCutoff"; "required": false; }; "mediumUrgencyCutoff": { "alias": "mediumUrgencyCutoff"; "required": false; }; }, {}, never, never, false, never>;
|
|
49
55
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
/**
|
|
2
3
|
* Main Page Wrapper
|
|
3
4
|
* Responsible for:
|
|
@@ -13,4 +14,6 @@ export declare class ExuiPageWrapperComponent {
|
|
|
13
14
|
title: string;
|
|
14
15
|
fnTitle: string;
|
|
15
16
|
constructor();
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExuiPageWrapperComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExuiPageWrapperComponent, "exui-page-wrapper", never, { "backLink": { "alias": "backLink"; "required": false; }; "title": { "alias": "title"; "required": false; }; "fnTitle": { "alias": "fnTitle"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
16
19
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
|
-
import {
|
|
4
|
-
import { LocationByEPIMMSModel } from '../../models
|
|
3
|
+
import { Subject } from 'rxjs';
|
|
4
|
+
import { FilterFieldConfig, LocationByEPIMMSModel } from '../../models';
|
|
5
5
|
import { SearchLocationComponent } from '../search-location/search-location.component';
|
|
6
|
-
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class FindLocationComponent implements OnInit, OnDestroy {
|
|
7
8
|
locationFieldChanged: EventEmitter<void>;
|
|
8
|
-
selectedLocations: LocationByEPIMMSModel[];
|
|
9
9
|
submitted: boolean;
|
|
10
10
|
enableAddLocationButton: boolean;
|
|
11
11
|
form: FormGroup;
|
|
@@ -13,16 +13,19 @@ export declare class FindLocationComponent implements OnInit {
|
|
|
13
13
|
fields: FilterFieldConfig[];
|
|
14
14
|
locationTitle: string;
|
|
15
15
|
disableInputField: boolean;
|
|
16
|
-
|
|
16
|
+
formSubmissionEvent$: Subject<void>;
|
|
17
17
|
tempSelectedLocation: LocationByEPIMMSModel;
|
|
18
18
|
serviceIds: string;
|
|
19
19
|
searchLocationComponent: SearchLocationComponent;
|
|
20
20
|
private pServices;
|
|
21
21
|
private pDisabled;
|
|
22
|
+
private formSubmissionEventSubscription;
|
|
22
23
|
get disabled(): boolean;
|
|
23
24
|
set disabled(value: boolean);
|
|
24
25
|
get services(): string[];
|
|
25
26
|
set services(value: string[]);
|
|
27
|
+
get selectedLocations(): LocationByEPIMMSModel[];
|
|
28
|
+
get propertyNameFilter(): keyof LocationByEPIMMSModel;
|
|
26
29
|
ngOnInit(): void;
|
|
27
30
|
addLocation(): void;
|
|
28
31
|
removeLocation(location: LocationByEPIMMSModel): void;
|
|
@@ -31,4 +34,7 @@ export declare class FindLocationComponent implements OnInit {
|
|
|
31
34
|
onLocationSelected(location: LocationByEPIMMSModel): void;
|
|
32
35
|
private removeSelectedValues;
|
|
33
36
|
private addSelectedLocationsToForm;
|
|
37
|
+
ngOnDestroy(): void;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FindLocationComponent, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FindLocationComponent, "xuilib-find-location", never, { "submitted": { "alias": "submitted"; "required": false; }; "enableAddLocationButton": { "alias": "enableAddLocationButton"; "required": false; }; "form": { "alias": "form"; "required": false; }; "field": { "alias": "field"; "required": false; }; "fields": { "alias": "fields"; "required": false; }; "locationTitle": { "alias": "locationTitle"; "required": false; }; "disableInputField": { "alias": "disableInputField"; "required": false; }; "formSubmissionEvent$": { "alias": "formSubmissionEvent$"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "services": { "alias": "services"; "required": false; }; }, { "locationFieldChanged": "locationFieldChanged"; }, never, never, false, never>;
|
|
34
40
|
}
|
|
@@ -3,6 +3,7 @@ import { FormControl, FormGroup } from '@angular/forms';
|
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import { Person, PersonRole } from '../../models';
|
|
5
5
|
import { FindAPersonService } from '../../services/find-person/find-person.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class FindPersonComponent implements OnInit, OnDestroy {
|
|
7
8
|
private readonly findPersonService;
|
|
8
9
|
private readonly cd;
|
|
@@ -16,14 +17,14 @@ export declare class FindPersonComponent implements OnInit, OnDestroy {
|
|
|
16
17
|
selectedPerson: string;
|
|
17
18
|
submitted: boolean;
|
|
18
19
|
userIncluded?: boolean;
|
|
19
|
-
assignedUser?: string;
|
|
20
|
+
assignedUser?: string | string[];
|
|
20
21
|
placeholderContent: string;
|
|
21
22
|
isNoResultsShown: boolean;
|
|
22
23
|
showUpdatedColor: boolean;
|
|
23
24
|
selectedPersons: Person[];
|
|
24
25
|
errorMessage: string;
|
|
25
26
|
idValue: string;
|
|
26
|
-
services: string
|
|
27
|
+
services: string;
|
|
27
28
|
disabled: boolean;
|
|
28
29
|
showAutocomplete: boolean;
|
|
29
30
|
findPersonControl: FormControl;
|
|
@@ -37,4 +38,6 @@ export declare class FindPersonComponent implements OnInit, OnDestroy {
|
|
|
37
38
|
onSelectionChange(selectedPerson: Person): void;
|
|
38
39
|
getDisplayName(selectedPerson: Person): string;
|
|
39
40
|
onInput(): void;
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FindPersonComponent, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FindPersonComponent, "xuilib-find-person", never, { "title": { "alias": "title"; "required": false; }; "boldTitle": { "alias": "boldTitle"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; "domain": { "alias": "domain"; "required": false; }; "findPersonGroup": { "alias": "findPersonGroup"; "required": false; }; "selectedPerson": { "alias": "selectedPerson"; "required": false; }; "submitted": { "alias": "submitted"; "required": false; }; "userIncluded": { "alias": "userIncluded"; "required": false; }; "assignedUser": { "alias": "assignedUser"; "required": false; }; "placeholderContent": { "alias": "placeholderContent"; "required": false; }; "isNoResultsShown": { "alias": "isNoResultsShown"; "required": false; }; "showUpdatedColor": { "alias": "showUpdatedColor"; "required": false; }; "selectedPersons": { "alias": "selectedPersons"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "idValue": { "alias": "idValue"; "required": false; }; "services": { "alias": "services"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "personSelected": "personSelected"; "personFieldChanged": "personFieldChanged"; }, never, never, false, never>;
|
|
40
43
|
}
|
|
@@ -1,14 +1,29 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
1
2
|
import { FormGroup } from '@angular/forms';
|
|
2
|
-
import {
|
|
3
|
-
|
|
3
|
+
import { Subject } from 'rxjs';
|
|
4
|
+
import { FilterConfigOption, FilterFieldConfig } from '../../models';
|
|
5
|
+
import { SearchServiceComponent } from '../search-service/search-service.component';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class FindServiceComponent implements OnInit, OnDestroy {
|
|
4
8
|
field: FilterFieldConfig;
|
|
5
|
-
fields: FilterFieldConfig[];
|
|
6
9
|
serviceTitle: string;
|
|
7
10
|
form: FormGroup;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
disabled: boolean;
|
|
12
|
+
formSubmissionEvent$: Subject<void>;
|
|
13
|
+
searchServiceComponent: SearchServiceComponent;
|
|
14
|
+
serviceFieldChanged: EventEmitter<any>;
|
|
15
|
+
private isSelectedAll;
|
|
16
|
+
private formSubmissionEventSubscription;
|
|
17
|
+
tempSelectedService: FilterConfigOption;
|
|
18
|
+
get selectedServices(): FilterConfigOption[];
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
addOption(option: FilterConfigOption): void;
|
|
21
|
+
removeOption(service: FilterConfigOption): void;
|
|
22
|
+
onOptionSelected(option: FilterConfigOption): void;
|
|
23
|
+
private removeAllSelectedValues;
|
|
24
|
+
private addSelectedServiceToForm;
|
|
25
|
+
private sortOptionsAlphabetically;
|
|
26
|
+
ngOnDestroy(): void;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FindServiceComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FindServiceComponent, "xuilib-find-service", never, { "field": { "alias": "field"; "required": false; }; "serviceTitle": { "alias": "serviceTitle"; "required": false; }; "form": { "alias": "form"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "formSubmissionEvent$": { "alias": "formSubmissionEvent$"; "required": false; }; }, { "serviceFieldChanged": "serviceFieldChanged"; }, never, never, false, never>;
|
|
14
29
|
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FormControl, FormGroup } from '@angular/forms';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { PersonRole } from '../../models';
|
|
5
|
+
import { TaskNameModel } from '../../models/task-name.model';
|
|
6
|
+
import { TaskNameService } from '../../services/task-name/task-name.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class FindTaskNameComponent implements OnInit, OnDestroy {
|
|
9
|
+
private readonly cd;
|
|
10
|
+
private readonly taskService;
|
|
11
|
+
taskNameSelected: EventEmitter<any>;
|
|
12
|
+
taskNameFieldChanged: EventEmitter<void>;
|
|
13
|
+
title: string;
|
|
14
|
+
boldTitle: string;
|
|
15
|
+
subTitle: string;
|
|
16
|
+
domain: PersonRole;
|
|
17
|
+
findTaskNameGroup: FormGroup;
|
|
18
|
+
selectedTaskName: string;
|
|
19
|
+
submitted: boolean;
|
|
20
|
+
assignedUser?: string;
|
|
21
|
+
placeholderContent: string;
|
|
22
|
+
isNoResultsShown: boolean;
|
|
23
|
+
showUpdatedColor: boolean;
|
|
24
|
+
selectedTaskNames: TaskNameModel[];
|
|
25
|
+
errorMessage: string;
|
|
26
|
+
idValue: string;
|
|
27
|
+
services: string;
|
|
28
|
+
disabled: boolean;
|
|
29
|
+
showAutocomplete: boolean;
|
|
30
|
+
findTaskNameControl: FormControl;
|
|
31
|
+
filteredOptions: any[];
|
|
32
|
+
readonly minSearchCharacters = 1;
|
|
33
|
+
private sub;
|
|
34
|
+
searchTerm: string;
|
|
35
|
+
constructor(cd: ChangeDetectorRef, taskService: TaskNameService);
|
|
36
|
+
ngOnDestroy(): void;
|
|
37
|
+
ngOnInit(): void;
|
|
38
|
+
getTaskName(): Observable<TaskNameModel[]>;
|
|
39
|
+
onSelectionChange(selectedTaskTypeName: any): void;
|
|
40
|
+
getTaskTypeName(selectedTaskType: any): string;
|
|
41
|
+
onInput(): void;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FindTaskNameComponent, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FindTaskNameComponent, "xuilib-find-task-name", never, { "title": { "alias": "title"; "required": false; }; "boldTitle": { "alias": "boldTitle"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; "domain": { "alias": "domain"; "required": false; }; "findTaskNameGroup": { "alias": "findTaskNameGroup"; "required": false; }; "selectedTaskName": { "alias": "selectedTaskName"; "required": false; }; "submitted": { "alias": "submitted"; "required": false; }; "assignedUser": { "alias": "assignedUser"; "required": false; }; "placeholderContent": { "alias": "placeholderContent"; "required": false; }; "isNoResultsShown": { "alias": "isNoResultsShown"; "required": false; }; "showUpdatedColor": { "alias": "showUpdatedColor"; "required": false; }; "selectedTaskNames": { "alias": "selectedTaskNames"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "idValue": { "alias": "idValue"; "required": false; }; "services": { "alias": "services"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "taskNameSelected": "taskNameSelected"; "taskNameFieldChanged": "taskNameFieldChanged"; }, never, never, false, never>;
|
|
44
|
+
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
import { FilterConfigOption } from '../../models';
|
|
2
3
|
export declare function minSelectedValidator<T>(min: number): ValidatorFn;
|
|
3
4
|
export declare function maxSelectedValidator<T>(max: number): ValidatorFn;
|
|
4
|
-
export declare function getValues(options:
|
|
5
|
-
key: string;
|
|
6
|
-
label: string;
|
|
7
|
-
selectAll?: true;
|
|
8
|
-
}[], values: any[]): any[];
|
|
5
|
+
export declare function getValues(options: FilterConfigOption[], values: any[]): any[];
|
|
@@ -1,15 +1,24 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
1
|
+
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { Subscription } from 'rxjs';
|
|
4
|
-
import { FilterConfig, FilterFieldConfig, FilterSetting } from '../../models';
|
|
5
|
-
import { FilterService } from '
|
|
3
|
+
import { Subject, Subscription } from 'rxjs';
|
|
4
|
+
import { FilterConfig, FilterConfigOption, FilterFieldConfig, FilterSetting, GroupOptions } from '../../models';
|
|
5
|
+
import { FilterService } from '../../services';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class GenericFilterComponent implements OnInit, OnDestroy {
|
|
7
8
|
private readonly filterService;
|
|
8
9
|
private readonly fb;
|
|
10
|
+
private readonly cdr;
|
|
9
11
|
form: FormGroup;
|
|
10
12
|
submitted: boolean;
|
|
11
13
|
formSub: Subscription;
|
|
12
|
-
|
|
14
|
+
filteredSkillsByServices: GroupOptions[];
|
|
15
|
+
filteredSkillsByServicesCheckbox: FilterConfigOption[];
|
|
16
|
+
previousSelectedNestedCheckbox: string[];
|
|
17
|
+
formSubmissionEvent$: Subject<void>;
|
|
18
|
+
isServiceSelected: boolean;
|
|
19
|
+
serviceErrorMsg: string;
|
|
20
|
+
private selectedServices;
|
|
21
|
+
constructor(filterService: FilterService, fb: FormBuilder, cdr: ChangeDetectorRef);
|
|
13
22
|
private _config;
|
|
14
23
|
get config(): FilterConfig;
|
|
15
24
|
set config(value: FilterConfig);
|
|
@@ -24,19 +33,29 @@ export declare class GenericFilterComponent implements OnInit, OnDestroy {
|
|
|
24
33
|
applyFilter(form: FormGroup): void;
|
|
25
34
|
fieldChanged(field: FilterFieldConfig, form: FormGroup): void;
|
|
26
35
|
inputChanged(field: FilterFieldConfig): void;
|
|
36
|
+
inputServiceChanged(field: FilterFieldConfig): void;
|
|
27
37
|
cancelFilter(): void;
|
|
28
38
|
updatePersonControls(values: any, field: FilterFieldConfig): void;
|
|
39
|
+
checkBoxChecked(field: any, i: number): any;
|
|
40
|
+
updateTaskNameControls(values: any, field: FilterFieldConfig): void;
|
|
29
41
|
toggleSelectAll(event: any, form: FormGroup, item: {
|
|
30
42
|
key: string;
|
|
31
43
|
label: string;
|
|
32
44
|
selectAll?: true;
|
|
33
45
|
}, field: FilterFieldConfig): void;
|
|
46
|
+
private startFilterSkillsByServices;
|
|
34
47
|
private resetField;
|
|
35
48
|
private mergeDefaultFields;
|
|
36
49
|
private getSettings;
|
|
37
50
|
private buildForm;
|
|
38
51
|
private buildCheckBoxFormArray;
|
|
39
|
-
private
|
|
52
|
+
private buildFormArray;
|
|
40
53
|
private getSelectedValues;
|
|
41
54
|
private emitFormErrors;
|
|
55
|
+
initValuesFromCacheForSkillsByServices(): void;
|
|
56
|
+
filterSkillsByServices(services: string[], config: FilterConfig): FilterConfigOption[] | GroupOptions[];
|
|
57
|
+
private getSelectedValuesForFields;
|
|
58
|
+
private sortGroupOptions;
|
|
59
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GenericFilterComponent, never>;
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GenericFilterComponent, "xuilib-generic-filter", never, { "config": { "alias": "config"; "required": false; }; "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, false, never>;
|
|
42
61
|
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class HmctsSessionDialogComponent {
|
|
3
4
|
positionTop: string;
|
|
4
5
|
close: EventEmitter<any>;
|
|
5
6
|
constructor();
|
|
6
7
|
onClose(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HmctsSessionDialogComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HmctsSessionDialogComponent, "xuilib-session-dialog", never, { "positionTop": { "alias": "positionTop"; "required": false; }; }, { "close": "close"; }, never, ["*"], false, never>;
|
|
7
10
|
}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class InviteUserFormComponent {
|
|
4
5
|
isInvalid: any;
|
|
5
6
|
submitForm: EventEmitter<any>;
|
|
6
7
|
inviteUserForm: FormGroup;
|
|
7
8
|
set errorMessages(value: any);
|
|
8
9
|
onSubmit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InviteUserFormComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InviteUserFormComponent, "xuilib-invite-user-form", never, { "inviteUserForm": { "alias": "inviteUserForm"; "required": false; }; "errorMessages": { "alias": "errorMessages"; "required": false; }; }, { "submitForm": "submitForm"; }, never, never, false, never>;
|
|
9
12
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { FormGroup } from '@angular/forms';
|
|
2
2
|
import { ErrorMessagesModel } from '../../gov-ui/models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class InviteUserPermissionComponent {
|
|
4
5
|
inviteUserForm: FormGroup;
|
|
5
6
|
isPuiCaseManager: boolean;
|
|
@@ -7,4 +8,6 @@ export declare class InviteUserPermissionComponent {
|
|
|
7
8
|
isPuiOrganisationManager: boolean;
|
|
8
9
|
isPuiFinanceManager: boolean;
|
|
9
10
|
errorMessages: ErrorMessagesModel;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InviteUserPermissionComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InviteUserPermissionComponent, "xuilib-invite-permission-form", never, { "inviteUserForm": { "alias": "inviteUserForm"; "required": false; }; "isPuiCaseManager": { "alias": "isPuiCaseManager"; "required": false; }; "isPuiUserManager": { "alias": "isPuiUserManager"; "required": false; }; "isPuiOrganisationManager": { "alias": "isPuiOrganisationManager"; "required": false; }; "isPuiFinanceManager": { "alias": "isPuiFinanceManager"; "required": false; }; "errorMessages": { "alias": "errorMessages"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
13
|
}
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
import { AfterContentChecked, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class LoadingSpinnerComponent implements AfterContentChecked {
|
|
4
|
+
private readonly ref;
|
|
2
5
|
loadingText: string;
|
|
6
|
+
constructor(ref: ChangeDetectorRef);
|
|
7
|
+
ngAfterContentChecked(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingSpinnerComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingSpinnerComponent, "xuilib-loading-spinner", never, { "loadingText": { "alias": "loadingText"; "required": false; }; }, {}, never, never, false, never>;
|
|
3
10
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class PaginationComponent {
|
|
3
4
|
moreItems: boolean;
|
|
4
5
|
firstRecord: number;
|
|
@@ -7,4 +8,6 @@ export declare class PaginationComponent {
|
|
|
7
8
|
constructor();
|
|
8
9
|
onPrevious(): void;
|
|
9
10
|
onNext(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "xuilib-pagination", never, { "moreItems": { "alias": "moreItems"; "required": false; }; "firstRecord": { "alias": "firstRecord"; "required": false; }; }, { "previousPage": "previousPage"; "nextPage": "nextPage"; }, never, never, false, never>;
|
|
10
13
|
}
|
|
@@ -22,6 +22,8 @@ export * from './terms-and-conditions/terms-and-conditions.component';
|
|
|
22
22
|
export * from './user-details/user-details.component';
|
|
23
23
|
export * from './user-list/user-list.component';
|
|
24
24
|
export * from './cookie-banner/cookie-banner.component';
|
|
25
|
+
export * from './find-service/find-service.component';
|
|
26
|
+
export * from './search-service/search-service.component';
|
|
25
27
|
export * from './find-location/find-location.component';
|
|
26
28
|
export * from './search-location/search-location.component';
|
|
27
29
|
export * from './pagination/pagination.component';
|
|
@@ -29,4 +31,8 @@ export * from './search-venue/search-venue.component';
|
|
|
29
31
|
export * from './search-judicials/search-judicials.component';
|
|
30
32
|
export * from './find-person/find-person.component';
|
|
31
33
|
export * from './user-select/user-select.component';
|
|
34
|
+
export * from './user-select/user-select.component';
|
|
35
|
+
export * from './find-task-name/find-task-name.component';
|
|
32
36
|
export * from './exui-main-wrapper/exui-page-wrapper.component';
|
|
37
|
+
export * from './write-address/write-address.component';
|
|
38
|
+
export * from './write-address-inputs/write-address-inputs.component';
|
|
@@ -3,6 +3,7 @@ import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
|
|
|
3
3
|
import { Observable, Subject } from 'rxjs';
|
|
4
4
|
import { JudicialUserModel } from '../../models';
|
|
5
5
|
import { FindAPersonService } from '../../services/find-person/find-person.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class SearchJudicialsComponent implements OnInit {
|
|
7
8
|
private readonly judicialService;
|
|
8
9
|
formGroup: FormGroup;
|
|
@@ -34,4 +35,6 @@ export declare class SearchJudicialsComponent implements OnInit {
|
|
|
34
35
|
getDisplayName(selectedJudicial: JudicialUserModel): string;
|
|
35
36
|
searchJudicials(term: string, serviceId: string): Observable<JudicialUserModel[]>;
|
|
36
37
|
getControlValueDisplayText(): string;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchJudicialsComponent, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchJudicialsComponent, "xuilib-search-judicials", never, { "control": { "alias": "control"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selectedJudicials": { "alias": "selectedJudicials"; "required": false; }; "submitted": { "alias": "submitted"; "required": false; }; "placeholderContent": { "alias": "placeholderContent"; "required": false; }; "showAutocomplete": { "alias": "showAutocomplete"; "required": false; }; "displayedJudicials": { "alias": "displayedJudicials"; "required": false; }; "idValue": { "alias": "idValue"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "serviceId": { "alias": "serviceId"; "required": false; }; }, { "judicialChanged": "judicialChanged"; }, never, never, false, never>;
|
|
37
40
|
}
|
|
@@ -1,43 +1,48 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FormControl, FormGroup } from '@angular/forms';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
-
import { BookingCheckType, LocationByEPIMMSModel } from '../../models';
|
|
4
|
+
import { BookingCheckType, FilterFieldConfig, LocationByEPIMMSModel } from '../../models';
|
|
5
5
|
import { LocationService } from '../../services/locations/location.service';
|
|
6
|
-
import {
|
|
6
|
+
import { RefDataService } from '../../services/ref-data';
|
|
7
|
+
import { SessionStorageService } from '../../services/storage/session-storage/session-storage.service';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
7
9
|
export declare class SearchLocationComponent implements OnInit {
|
|
8
10
|
private readonly locationService;
|
|
9
11
|
private readonly sessionStorageService;
|
|
10
|
-
private readonly
|
|
11
|
-
private readonly
|
|
12
|
-
|
|
12
|
+
private readonly refDataService;
|
|
13
|
+
private static readonly allLocationAPI;
|
|
14
|
+
form: FormGroup;
|
|
15
|
+
field: FilterFieldConfig;
|
|
13
16
|
disabled: boolean;
|
|
14
17
|
singleMode: boolean;
|
|
15
18
|
locationType: string;
|
|
16
19
|
serviceIds: string;
|
|
17
20
|
submitted?: boolean;
|
|
18
|
-
delay?: number;
|
|
19
|
-
form: FormGroup;
|
|
20
|
-
showAutocomplete: boolean;
|
|
21
|
-
locations: LocationByEPIMMSModel[];
|
|
22
21
|
bookingCheck: BookingCheckType;
|
|
22
|
+
selectedLocations: LocationByEPIMMSModel[];
|
|
23
|
+
propertyNameFilter: keyof LocationByEPIMMSModel;
|
|
24
|
+
delay?: number;
|
|
23
25
|
locationSelected: EventEmitter<LocationByEPIMMSModel>;
|
|
24
|
-
|
|
26
|
+
locationTermSearchInputChanged: EventEmitter<string>;
|
|
25
27
|
searchLocationChanged: EventEmitter<void>;
|
|
28
|
+
searchTermFormControl: FormControl<string>;
|
|
26
29
|
readonly minSearchCharacters = 3;
|
|
27
30
|
term: string;
|
|
28
|
-
private pSelectedLocations;
|
|
29
31
|
private pReset;
|
|
30
|
-
|
|
32
|
+
filteredList$: Observable<LocationByEPIMMSModel[] | boolean>;
|
|
33
|
+
private readonly debounceTimeInput;
|
|
34
|
+
previousValue: string;
|
|
31
35
|
get reset(): boolean;
|
|
32
36
|
set reset(value: boolean);
|
|
33
|
-
|
|
34
|
-
set selectedLocations(value: any[]);
|
|
37
|
+
constructor(locationService: LocationService, sessionStorageService: SessionStorageService, refDataService: RefDataService);
|
|
35
38
|
ngOnInit(): void;
|
|
36
|
-
|
|
37
|
-
onSelectionChange(location: LocationByEPIMMSModel): void;
|
|
38
|
-
search(): void;
|
|
39
|
+
onSelectedLocation(location: LocationByEPIMMSModel): void;
|
|
39
40
|
onInput(): void;
|
|
40
41
|
getLocations(term: string): Observable<LocationByEPIMMSModel[]>;
|
|
41
42
|
resetSearchTerm(): void;
|
|
42
|
-
private
|
|
43
|
+
private filterUnselectedLocations;
|
|
44
|
+
removeInvalidString(formInputValue: KeyboardEvent): void;
|
|
45
|
+
isCharacterValid(event: KeyboardEvent): boolean;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchLocationComponent, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchLocationComponent, "exui-search-location", never, { "form": { "alias": "form"; "required": false; }; "field": { "alias": "field"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "singleMode": { "alias": "singleMode"; "required": false; }; "locationType": { "alias": "locationType"; "required": false; }; "serviceIds": { "alias": "serviceIds"; "required": false; }; "submitted": { "alias": "submitted"; "required": false; }; "bookingCheck": { "alias": "bookingCheck"; "required": false; }; "selectedLocations": { "alias": "selectedLocations"; "required": false; }; "propertyNameFilter": { "alias": "propertyNameFilter"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "reset": { "alias": "reset"; "required": false; }; }, { "locationSelected": "locationSelected"; "locationTermSearchInputChanged": "locationTermSearchInputChanged"; "searchLocationChanged": "searchLocationChanged"; }, never, never, false, never>;
|
|
43
48
|
}
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { FilterConfigOption } from '../../models';
|
|
3
|
+
import { MatLegacyOptionSelectionChange as MatOptionSelectionChange } from '@angular/material/legacy-core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
2
5
|
export declare class SearchServiceComponent {
|
|
3
|
-
|
|
4
|
-
|
|
6
|
+
options: FilterConfigOption[];
|
|
7
|
+
selectedOptions: FilterConfigOption[];
|
|
5
8
|
disabled: any;
|
|
6
|
-
delay: any;
|
|
7
|
-
form: FormGroup;
|
|
8
9
|
showAutocomplete: boolean;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
searchTerm: string;
|
|
11
|
+
searchTermChange: EventEmitter<string>;
|
|
12
|
+
optionChanged: EventEmitter<FilterConfigOption>;
|
|
13
|
+
readonly MIN_SEARCH_CHARACTERS = 3;
|
|
14
|
+
get filteredOptions(): FilterConfigOption[];
|
|
15
|
+
resetSearchTerm(): void;
|
|
16
|
+
onSearchTermChanged(value: string): void;
|
|
17
|
+
onSelectionChanged($event: MatOptionSelectionChange): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchServiceComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchServiceComponent, "exui-search-service", never, { "options": { "alias": "options"; "required": false; }; "selectedOptions": { "alias": "selectedOptions"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showAutocomplete": { "alias": "showAutocomplete"; "required": false; }; "searchTerm": { "alias": "searchTerm"; "required": false; }; }, { "searchTermChange": "searchTermChange"; "optionChanged": "optionChanged"; }, never, never, false, never>;
|
|
13
20
|
}
|
|
@@ -3,6 +3,7 @@ import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
|
|
|
3
3
|
import { Observable, Subject } from 'rxjs';
|
|
4
4
|
import { LocationByEPIMMSModel } from '../../models/location.model';
|
|
5
5
|
import { LocationService } from '../../services/locations/location.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class SearchVenueComponent implements OnInit, AfterContentInit {
|
|
7
8
|
private readonly locationService;
|
|
8
9
|
control: AbstractControl;
|
|
@@ -26,7 +27,6 @@ export declare class SearchVenueComponent implements OnInit, AfterContentInit {
|
|
|
26
27
|
ngOnInit(): void;
|
|
27
28
|
onKeyDown(): void;
|
|
28
29
|
onKeyUp(event: any): void;
|
|
29
|
-
onFocus(): void;
|
|
30
30
|
get displayedLocationsDuplicationFiltered(): LocationByEPIMMSModel[];
|
|
31
31
|
filter(term: string): void;
|
|
32
32
|
onSelectionChange(selection?: LocationByEPIMMSModel): void;
|
|
@@ -34,4 +34,6 @@ export declare class SearchVenueComponent implements OnInit, AfterContentInit {
|
|
|
34
34
|
getDisplayName(selectedLocation: LocationByEPIMMSModel): string;
|
|
35
35
|
searchLocations(term: string): Observable<LocationByEPIMMSModel[]>;
|
|
36
36
|
getControlCourtNameValue(): string;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchVenueComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchVenueComponent, "xuilib-search-venue", never, { "control": { "alias": "control"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "locationType": { "alias": "locationType"; "required": false; }; "selectedLocations": { "alias": "selectedLocations"; "required": false; }; "serviceIds": { "alias": "serviceIds"; "required": false; }; "submitted": { "alias": "submitted"; "required": false; }; "showAutocomplete": { "alias": "showAutocomplete"; "required": false; }; "displayedLocations": { "alias": "displayedLocations"; "required": false; }; }, { "locationChanged": "locationChanged"; }, never, never, false, never>;
|
|
37
39
|
}
|
|
@@ -3,6 +3,7 @@ import { Observable } from 'rxjs';
|
|
|
3
3
|
import { SharedCase } from '../../models/case-share.model';
|
|
4
4
|
import { UserDetails } from '../../models/user-details.model';
|
|
5
5
|
import { CaseSharingStateService } from '../../services/case-sharing-state/case-sharing-state.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class SelectedCaseComponent implements OnInit, OnChanges {
|
|
7
8
|
private readonly stateService;
|
|
8
9
|
sharedCase: SharedCase;
|
|
@@ -32,4 +33,6 @@ export declare class SelectedCaseComponent implements OnInit, OnChanges {
|
|
|
32
33
|
combineAndSortShares(sharedWith: UserDetails[], pendingShares: UserDetails[]): UserDetails[];
|
|
33
34
|
userIdSetter(isPending: boolean, id: number): string;
|
|
34
35
|
buildElementId(elementName: string): string;
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectedCaseComponent, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectedCaseComponent, "xuilib-selected-case", never, { "sharedCase": { "alias": "sharedCase"; "required": false; }; "selectedUser": { "alias": "selectedUser"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; "removeUserFromCaseToggleOn": { "alias": "removeUserFromCaseToggleOn"; "required": false; }; "caseCount": { "alias": "caseCount"; "required": false; }; }, { "unselect": "unselect"; "synchronizeStore": "synchronizeStore"; }, never, never, false, never>;
|
|
35
38
|
}
|
|
@@ -3,6 +3,7 @@ import { Observable } from 'rxjs';
|
|
|
3
3
|
import { SharedCase } from '../../models/case-share.model';
|
|
4
4
|
import { UserDetails } from '../../models/user-details.model';
|
|
5
5
|
import { CaseSharingStateService } from '../../services/case-sharing-state/case-sharing-state.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class SelectedCaseConfirmComponent implements OnInit {
|
|
7
8
|
private readonly stateService;
|
|
8
9
|
sharedCase: SharedCase;
|
|
@@ -13,4 +14,6 @@ export declare class SelectedCaseConfirmComponent implements OnInit {
|
|
|
13
14
|
ngOnInit(): void;
|
|
14
15
|
trackByUserId(user: UserDetails): string;
|
|
15
16
|
showUserAccessBlock(): boolean;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectedCaseConfirmComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectedCaseConfirmComponent, "xuilib-selected-case-confirm", never, { "sharedCase": { "alias": "sharedCase"; "required": false; }; "changeLink": { "alias": "changeLink"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
19
|
}
|