@hmcts/rpx-xui-common-lib 2.0.2-pre-release-include-user-access-type → 2.0.2-pre-release-accessibility-updated-version
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-rpx-xui-common-lib.umd.js +6257 -0
- package/bundles/hmcts-rpx-xui-common-lib.umd.js.map +1 -0
- package/bundles/hmcts-rpx-xui-common-lib.umd.min.js +2 -0
- package/bundles/hmcts-rpx-xui-common-lib.umd.min.js.map +1 -0
- package/esm2015/hmcts-rpx-xui-common-lib.js +77 -0
- package/esm2015/lib/components/accessibility/accessibility.component.js +27 -0
- package/esm2015/lib/components/checkbox-list/checkbox-list.component.js +185 -0
- package/esm2015/lib/components/contact-details/contact-details.component.js +17 -0
- package/esm2015/lib/components/cookie-banner/cookie-banner.component.js +68 -0
- package/esm2015/lib/components/due-date/due-date.component.js +123 -0
- package/esm2015/lib/components/exui-main-wrapper/exui-page-wrapper.component.js +28 -0
- package/esm2015/lib/components/find-location/find-location.component.js +146 -0
- package/esm2015/lib/components/find-person/find-person.component.js +120 -0
- package/esm2015/lib/components/find-service/find-service.component.js +113 -0
- package/esm2015/lib/components/find-task-name/find-task-name.component.js +97 -0
- package/esm2015/lib/components/generic-filter/generic-filter.component.js +629 -0
- package/esm2015/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.js +27 -0
- package/esm2015/lib/components/invite-user-form/invite-user-form.component.js +25 -0
- package/esm2015/lib/components/invite-user-permissions/invite-user-permission.component.js +25 -0
- package/esm2015/lib/components/loading-spinner/loading-spinner.component.js +26 -0
- package/esm2015/lib/components/pagination/pagination.component.js +28 -0
- package/esm2015/lib/components/search-judicials/search-judicials.component.js +126 -0
- package/esm2015/lib/components/search-location/search-location.component.js +135 -0
- package/esm2015/lib/components/search-service/search-service.component.js +42 -0
- package/esm2015/lib/components/search-venue/search-venue.component.js +123 -0
- package/esm2015/lib/components/selected-case/selected-case.component.js +158 -0
- package/esm2015/lib/components/selected-case-confirm/selected-case-confirm.component.js +36 -0
- package/esm2015/lib/components/selected-case-list/selected-case-list.component.js +49 -0
- package/esm2015/lib/components/service-message/service-message.component.js +22 -0
- package/esm2015/lib/components/service-messages/service-messages.component.js +48 -0
- package/esm2015/lib/components/share-case/share-case.component.js +205 -0
- package/esm2015/lib/components/share-case-confirm/share-case-confirm.component.js +34 -0
- package/esm2015/lib/components/tab/tab.component.js +21 -0
- package/esm2015/lib/components/tc-confirm/tc-confirm.component.js +22 -0
- package/esm2015/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.js +13 -0
- package/esm2015/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.js +13 -0
- package/esm2015/lib/components/terms-and-conditions/terms-and-conditions.component.js +16 -0
- package/esm2015/lib/components/user-details/user-details.component.js +41 -0
- package/esm2015/lib/components/user-list/user-list.component.js +33 -0
- package/esm2015/lib/components/user-select/user-select.component.js +58 -0
- package/esm2015/lib/components/write-address/write-address.component.js +182 -0
- package/esm2015/lib/components/write-address-inputs/write-address-inputs.component.js +36 -0
- package/esm2015/lib/directives/feature-toggle/feature-toggle.directive.js +42 -0
- package/esm2015/lib/directives/let/let.directive.js +30 -0
- package/esm2015/lib/exui-common-lib.module.js +174 -0
- package/esm2015/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.js +31 -0
- package/esm2015/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.js +60 -0
- package/esm2015/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.js +64 -0
- package/esm2015/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.js +22 -0
- package/esm2015/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.js +28 -0
- package/esm2015/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.js +35 -0
- package/esm2015/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.js +23 -0
- package/esm2015/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.js +34 -0
- package/esm2015/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.js +22 -0
- package/esm2015/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.js +33 -0
- package/esm2015/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.js +21 -0
- package/esm2015/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.js +27 -0
- package/esm2015/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.js +39 -0
- package/esm2015/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.js +27 -0
- package/esm2015/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.js +23 -0
- package/esm2015/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.js +48 -0
- package/esm2015/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.js +19 -0
- package/esm2015/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.js +41 -0
- package/esm2015/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.js +28 -0
- package/esm2015/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.js +23 -0
- package/esm2015/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.js +15 -0
- package/esm2015/lib/gov-ui/directives/remove-host.directive.js +29 -0
- package/esm2015/lib/gov-ui/gov-ui.service.js +13 -0
- package/{esm2020/lib/models/public_api.mjs → esm2015/lib/models/public_api.js} +1 -2
- package/esm2015/lib/models/user-details.model.js +2 -0
- package/esm2015/lib/pipes/capitalize/capitalize.pipe.js +11 -0
- package/esm2015/lib/services/address/address.service.js +50 -0
- package/esm2015/lib/services/case-sharing-state/case-sharing-state.service.js +157 -0
- package/esm2015/lib/services/cookie/cookie.service.js +47 -0
- package/esm2015/lib/services/feature-toggle/feature-toggle.guard.js +36 -0
- package/esm2015/lib/services/feature-toggle/feature-toggle.service.js +27 -0
- package/{esm2020/lib/services/feature-toggle/launch-darkly.service.mjs → esm2015/lib/services/feature-toggle/launch-darkly.service.js} +6 -8
- package/{esm2020/lib/services/filter/filter.service.mjs → esm2015/lib/services/filter/filter.service.js} +6 -8
- package/esm2015/lib/services/find-person/find-person.service.js +115 -0
- package/esm2015/lib/services/google-analytics/google-analytics.service.js +68 -0
- package/esm2015/lib/services/google-tag-manager/google-tag-manager.service.js +71 -0
- package/{esm2020/lib/services/loading/loading.service.mjs → esm2015/lib/services/loading/loading.service.js} +6 -8
- package/esm2015/lib/services/locations/location.service.js +39 -0
- package/{esm2020/lib/services/manage-session/manage-session.services.mjs → esm2015/lib/services/manage-session/manage-session.services.js} +10 -8
- package/esm2015/lib/services/ref-data/ref-data-data-access/ref-data-data-access.service.js +34 -0
- package/{esm2020/lib/services/ref-data/ref-data.service.mjs → esm2015/lib/services/ref-data/ref-data.service.js} +9 -8
- package/{esm2020/lib/services/role-guard/role.guard.mjs → esm2015/lib/services/role-guard/role.guard.js} +10 -8
- package/esm2015/lib/services/role-guard/role.service.js +20 -0
- package/{esm2020/lib/services/storage/session-storage/session-storage.service.mjs → esm2015/lib/services/storage/session-storage/session-storage.service.js} +6 -8
- package/{esm2020/lib/services/task-name/task-name.service.mjs → esm2015/lib/services/task-name/task-name.service.js} +10 -8
- package/{esm2020/lib/services/timeout-notifications/timeout-notifications.service.mjs → esm2015/lib/services/timeout-notifications/timeout-notifications.service.js} +10 -8
- package/fesm2015/hmcts-rpx-xui-common-lib.js +5227 -0
- package/fesm2015/hmcts-rpx-xui-common-lib.js.map +1 -0
- package/hmcts-rpx-xui-common-lib.d.ts +76 -0
- package/hmcts-rpx-xui-common-lib.metadata.json +1 -0
- package/lib/components/accessibility/accessibility.component.d.ts +4 -4
- package/lib/components/checkbox-list/checkbox-list.component.d.ts +0 -3
- package/lib/components/contact-details/contact-details.component.d.ts +0 -3
- package/lib/components/cookie-banner/cookie-banner.component.d.ts +1 -6
- package/lib/components/due-date/due-date.component.d.ts +0 -3
- package/lib/components/exui-main-wrapper/exui-page-wrapper.component.d.ts +0 -3
- package/lib/components/find-location/find-location.component.d.ts +0 -3
- package/lib/components/find-person/find-person.component.d.ts +0 -3
- package/lib/components/find-service/find-service.component.d.ts +0 -3
- package/lib/components/find-task-name/find-task-name.component.d.ts +0 -3
- package/lib/components/generic-filter/generic-filter.component.d.ts +0 -3
- package/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.d.ts +0 -3
- package/lib/components/invite-user-form/invite-user-form.component.d.ts +0 -3
- package/lib/components/invite-user-permissions/invite-user-permission.component.d.ts +0 -3
- package/lib/components/loading-spinner/loading-spinner.component.d.ts +0 -3
- package/lib/components/pagination/pagination.component.d.ts +0 -3
- package/lib/components/search-judicials/search-judicials.component.d.ts +0 -3
- package/lib/components/search-location/search-location.component.d.ts +1 -4
- package/lib/components/search-service/search-service.component.d.ts +1 -4
- package/lib/components/search-venue/search-venue.component.d.ts +0 -3
- package/lib/components/selected-case/selected-case.component.d.ts +0 -3
- package/lib/components/selected-case-confirm/selected-case-confirm.component.d.ts +0 -3
- package/lib/components/selected-case-list/selected-case-list.component.d.ts +0 -3
- package/lib/components/service-message/service-message.component.d.ts +0 -3
- package/lib/components/service-messages/service-messages.component.d.ts +0 -3
- package/lib/components/share-case/share-case.component.d.ts +0 -3
- package/lib/components/share-case-confirm/share-case-confirm.component.d.ts +0 -3
- package/lib/components/tab/tab.component.d.ts +0 -3
- package/lib/components/tc-confirm/tc-confirm.component.d.ts +0 -3
- package/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.d.ts +0 -3
- package/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.d.ts +0 -3
- package/lib/components/terms-and-conditions/terms-and-conditions.component.d.ts +0 -3
- package/lib/components/user-details/user-details.component.d.ts +0 -3
- package/lib/components/user-list/user-list.component.d.ts +0 -3
- package/lib/components/user-select/user-select.component.d.ts +2 -5
- package/lib/components/write-address/write-address.component.d.ts +0 -3
- package/lib/components/write-address-inputs/write-address-inputs.component.d.ts +3 -3
- package/lib/directives/feature-toggle/feature-toggle.directive.d.ts +0 -3
- package/lib/directives/let/let.directive.d.ts +0 -3
- package/lib/exui-common-lib.module.d.ts +3 -77
- package/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.d.ts +0 -3
- package/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.d.ts +0 -3
- package/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.d.ts +0 -3
- package/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.d.ts +0 -3
- package/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.d.ts +0 -3
- package/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.d.ts +0 -3
- package/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.d.ts +0 -3
- package/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.d.ts +0 -3
- package/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.d.ts +0 -3
- package/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.d.ts +0 -3
- package/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.d.ts +0 -3
- package/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.d.ts +0 -3
- package/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.d.ts +0 -3
- package/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.d.ts +0 -3
- package/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.d.ts +0 -3
- package/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.d.ts +0 -3
- package/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.d.ts +0 -3
- package/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.d.ts +0 -3
- package/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.d.ts +0 -3
- package/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.d.ts +0 -3
- package/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.d.ts +0 -3
- package/lib/gov-ui/directives/remove-host.directive.d.ts +0 -3
- package/lib/gov-ui/gov-ui.service.d.ts +0 -3
- package/lib/models/feature-user.d.ts +1 -1
- package/lib/models/filter.model.d.ts +2 -2
- package/lib/models/public_api.d.ts +0 -1
- package/lib/models/user-details.model.d.ts +0 -2
- package/lib/pipes/capitalize/capitalize.pipe.d.ts +0 -3
- package/lib/services/address/address.service.d.ts +0 -3
- package/lib/services/case-sharing-state/case-sharing-state.service.d.ts +0 -3
- package/lib/services/cookie/cookie.service.d.ts +0 -3
- package/lib/services/feature-toggle/feature-toggle.guard.d.ts +0 -3
- package/lib/services/feature-toggle/feature-toggle.service.d.ts +0 -3
- package/lib/services/feature-toggle/launch-darkly.service.d.ts +0 -3
- package/lib/services/filter/filter.service.d.ts +0 -3
- package/lib/services/find-person/find-person.service.d.ts +0 -3
- package/lib/services/google-analytics/google-analytics.service.d.ts +0 -3
- package/lib/services/google-tag-manager/google-tag-manager.service.d.ts +0 -3
- package/lib/services/loading/loading.service.d.ts +0 -3
- package/lib/services/locations/location.service.d.ts +0 -3
- package/lib/services/manage-session/manage-session.services.d.ts +0 -3
- package/lib/services/ref-data/ref-data-data-access/ref-data-data-access.service.d.ts +0 -3
- package/lib/services/ref-data/ref-data.service.d.ts +0 -3
- package/lib/services/role-guard/role.guard.d.ts +0 -3
- package/lib/services/role-guard/role.service.d.ts +2 -5
- package/lib/services/storage/session-storage/session-storage.service.d.ts +0 -3
- package/lib/services/task-name/task-name.service.d.ts +0 -3
- package/lib/services/timeout-notifications/timeout-notifications.service.d.ts +0 -3
- package/package.json +9 -24
- package/esm2020/hmcts-rpx-xui-common-lib.mjs +0 -5
- package/esm2020/lib/components/accessibility/accessibility.component.mjs +0 -486
- package/esm2020/lib/components/checkbox-list/checkbox-list.component.mjs +0 -231
- package/esm2020/lib/components/contact-details/contact-details.component.mjs +0 -107
- package/esm2020/lib/components/cookie-banner/cookie-banner.component.mjs +0 -144
- package/esm2020/lib/components/due-date/due-date.component.mjs +0 -140
- package/esm2020/lib/components/exui-main-wrapper/exui-page-wrapper.component.mjs +0 -79
- package/esm2020/lib/components/find-location/find-location.component.mjs +0 -219
- package/esm2020/lib/components/find-person/find-person.component.mjs +0 -234
- package/esm2020/lib/components/find-service/find-service.component.mjs +0 -187
- package/esm2020/lib/components/find-task-name/find-task-name.component.mjs +0 -200
- package/esm2020/lib/components/generic-filter/generic-filter.component.mjs +0 -1198
- package/esm2020/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.mjs +0 -55
- package/esm2020/lib/components/invite-user-form/invite-user-form.component.mjs +0 -50
- package/esm2020/lib/components/invite-user-permissions/invite-user-permission.component.mjs +0 -54
- package/esm2020/lib/components/loading-spinner/loading-spinner.component.mjs +0 -32
- package/esm2020/lib/components/pagination/pagination.component.mjs +0 -93
- package/esm2020/lib/components/search-judicials/search-judicials.component.mjs +0 -184
- package/esm2020/lib/components/search-location/search-location.component.mjs +0 -205
- package/esm2020/lib/components/search-service/search-service.component.mjs +0 -81
- package/esm2020/lib/components/search-venue/search-venue.component.mjs +0 -188
- package/esm2020/lib/components/selected-case/selected-case.component.mjs +0 -380
- package/esm2020/lib/components/selected-case-confirm/selected-case-confirm.component.mjs +0 -130
- package/esm2020/lib/components/selected-case-list/selected-case-list.component.mjs +0 -98
- package/esm2020/lib/components/service-message/service-message.component.mjs +0 -50
- package/esm2020/lib/components/service-messages/service-messages.component.mjs +0 -75
- package/esm2020/lib/components/share-case/share-case.component.mjs +0 -410
- package/esm2020/lib/components/share-case-confirm/share-case-confirm.component.mjs +0 -85
- package/esm2020/lib/components/tab/tab.component.mjs +0 -39
- package/esm2020/lib/components/tc-confirm/tc-confirm.component.mjs +0 -65
- package/esm2020/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.mjs +0 -16
- package/esm2020/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.mjs +0 -16
- package/esm2020/lib/components/terms-and-conditions/terms-and-conditions.component.mjs +0 -59
- package/esm2020/lib/components/user-details/user-details.component.mjs +0 -265
- package/esm2020/lib/components/user-list/user-list.component.mjs +0 -99
- package/esm2020/lib/components/user-select/user-select.component.mjs +0 -92
- package/esm2020/lib/components/write-address/write-address.component.mjs +0 -345
- package/esm2020/lib/components/write-address-inputs/write-address-inputs.component.mjs +0 -165
- package/esm2020/lib/directives/feature-toggle/feature-toggle.directive.mjs +0 -41
- package/esm2020/lib/directives/let/let.directive.mjs +0 -29
- package/esm2020/lib/exui-common-lib.module.mjs +0 -313
- package/esm2020/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.mjs +0 -54
- package/esm2020/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.mjs +0 -136
- package/esm2020/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.mjs +0 -120
- package/esm2020/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.mjs +0 -45
- package/esm2020/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.mjs +0 -80
- package/esm2020/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.mjs +0 -78
- package/esm2020/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.mjs +0 -45
- package/esm2020/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.mjs +0 -70
- package/esm2020/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.mjs +0 -84
- package/esm2020/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.mjs +0 -47
- package/esm2020/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.mjs +0 -41
- package/esm2020/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.mjs +0 -79
- package/esm2020/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.mjs +0 -188
- package/esm2020/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.mjs +0 -56
- package/esm2020/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.mjs +0 -112
- package/esm2020/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.mjs +0 -141
- package/esm2020/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.mjs +0 -33
- package/esm2020/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.mjs +0 -130
- package/esm2020/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.mjs +0 -204
- package/esm2020/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.mjs +0 -59
- package/esm2020/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.mjs +0 -57
- package/esm2020/lib/gov-ui/directives/remove-host.directive.mjs +0 -30
- package/esm2020/lib/gov-ui/gov-ui.service.mjs +0 -14
- package/esm2020/lib/models/user-access-type.model.mjs +0 -2
- package/esm2020/lib/models/user-details.model.mjs +0 -2
- package/esm2020/lib/pipes/capitalize/capitalize.pipe.mjs +0 -15
- package/esm2020/lib/services/address/address.service.mjs +0 -55
- package/esm2020/lib/services/case-sharing-state/case-sharing-state.service.mjs +0 -170
- package/esm2020/lib/services/cookie/cookie.service.mjs +0 -48
- package/esm2020/lib/services/feature-toggle/feature-toggle.guard.mjs +0 -34
- package/esm2020/lib/services/feature-toggle/feature-toggle.service.mjs +0 -29
- package/esm2020/lib/services/find-person/find-person.service.mjs +0 -114
- package/esm2020/lib/services/google-analytics/google-analytics.service.mjs +0 -68
- package/esm2020/lib/services/google-tag-manager/google-tag-manager.service.mjs +0 -71
- package/esm2020/lib/services/locations/location.service.mjs +0 -38
- package/esm2020/lib/services/ref-data/ref-data-data-access/ref-data-data-access.service.mjs +0 -33
- package/esm2020/lib/services/role-guard/role.service.mjs +0 -22
- package/fesm2015/hmcts-rpx-xui-common-lib.mjs +0 -10735
- package/fesm2015/hmcts-rpx-xui-common-lib.mjs.map +0 -1
- package/fesm2020/hmcts-rpx-xui-common-lib.mjs +0 -9774
- package/fesm2020/hmcts-rpx-xui-common-lib.mjs.map +0 -1
- package/index.d.ts +0 -5
- package/lib/models/user-access-type.model.d.ts +0 -6
- /package/{esm2020/lib/components/generic-filter/generic-filter-utils.mjs → esm2015/lib/components/generic-filter/generic-filter-utils.js} +0 -0
- /package/{esm2020/lib/components/index.mjs → esm2015/lib/components/index.js} +0 -0
- /package/{esm2020/lib/components/public_api.mjs → esm2015/lib/components/public_api.js} +0 -0
- /package/{esm2020/lib/directives/index.mjs → esm2015/lib/directives/index.js} +0 -0
- /package/{esm2020/lib/directives/public-api.mjs → esm2015/lib/directives/public-api.js} +0 -0
- /package/{esm2020/lib/gov-ui/components/hmcts-banner/hmcts-banner-info.interface.mjs → esm2015/lib/gov-ui/components/hmcts-banner/hmcts-banner-info.interface.js} +0 -0
- /package/{esm2020/lib/gov-ui/components/index.mjs → esm2015/lib/gov-ui/components/index.js} +0 -0
- /package/{esm2020/lib/gov-ui/components/public_api.mjs → esm2015/lib/gov-ui/components/public_api.js} +0 -0
- /package/{esm2020/lib/gov-ui/index.mjs → esm2015/lib/gov-ui/index.js} +0 -0
- /package/{esm2020/lib/gov-ui/models/checkboxes-model.mjs → esm2015/lib/gov-ui/models/checkboxes-model.js} +0 -0
- /package/{esm2020/lib/gov-ui/models/error-messages-model.mjs → esm2015/lib/gov-ui/models/error-messages-model.js} +0 -0
- /package/{esm2020/lib/gov-ui/models/gov-ui-config-model.mjs → esm2015/lib/gov-ui/models/gov-ui-config-model.js} +0 -0
- /package/{esm2020/lib/gov-ui/models/index.mjs → esm2015/lib/gov-ui/models/index.js} +0 -0
- /package/{esm2020/lib/gov-ui/models/isession-storage.interface.mjs → esm2015/lib/gov-ui/models/isession-storage.interface.js} +0 -0
- /package/{esm2020/lib/gov-ui/models/public_api.mjs → esm2015/lib/gov-ui/models/public_api.js} +0 -0
- /package/{esm2020/lib/gov-ui/models/radio-buttons.model.mjs → esm2015/lib/gov-ui/models/radio-buttons.model.js} +0 -0
- /package/{esm2020/lib/gov-ui/public_api.mjs → esm2015/lib/gov-ui/public_api.js} +0 -0
- /package/{esm2020/lib/gov-ui/util/helpers/html-templates.helper.mjs → esm2015/lib/gov-ui/util/helpers/html-templates.helper.js} +0 -0
- /package/{esm2020/lib/gov-ui/util/session-storage/session-storage-utils.mjs → esm2015/lib/gov-ui/util/session-storage/session-storage-utils.js} +0 -0
- /package/{esm2020/lib/gov-ui/validators/checkboxes-be-checked.validator.mjs → esm2015/lib/gov-ui/validators/checkboxes-be-checked.validator.js} +0 -0
- /package/{esm2020/lib/gov-ui/validators/date.validator.mjs → esm2015/lib/gov-ui/validators/date.validator.js} +0 -0
- /package/{esm2020/lib/gov-ui/validators/index.mjs → esm2015/lib/gov-ui/validators/index.js} +0 -0
- /package/{esm2020/lib/gov-ui/validators/public_api.mjs → esm2015/lib/gov-ui/validators/public_api.js} +0 -0
- /package/{esm2020/lib/gov-ui/validators/radio-group.validator.mjs → esm2015/lib/gov-ui/validators/radio-group.validator.js} +0 -0
- /package/{esm2020/lib/models/address-message.enum.mjs → esm2015/lib/models/address-message.enum.js} +0 -0
- /package/{esm2020/lib/models/address-option.model.mjs → esm2015/lib/models/address-option.model.js} +0 -0
- /package/{esm2020/lib/models/address.model.mjs → esm2015/lib/models/address.model.js} +0 -0
- /package/{esm2020/lib/models/case-share.model.mjs → esm2015/lib/models/case-share.model.js} +0 -0
- /package/{esm2020/lib/models/contact-details.model.mjs → esm2015/lib/models/contact-details.model.js} +0 -0
- /package/{esm2020/lib/models/due-date.model.mjs → esm2015/lib/models/due-date.model.js} +0 -0
- /package/{esm2020/lib/models/feature-user.mjs → esm2015/lib/models/feature-user.js} +0 -0
- /package/{esm2020/lib/models/filter.model.mjs → esm2015/lib/models/filter.model.js} +0 -0
- /package/{esm2020/lib/models/idle-config.model.mjs → esm2015/lib/models/idle-config.model.js} +0 -0
- /package/{esm2020/lib/models/index.mjs → esm2015/lib/models/index.js} +0 -0
- /package/{esm2020/lib/models/location.model.mjs → esm2015/lib/models/location.model.js} +0 -0
- /package/{esm2020/lib/models/pagination.model.mjs → esm2015/lib/models/pagination.model.js} +0 -0
- /package/{esm2020/lib/models/person.model.mjs → esm2015/lib/models/person.model.js} +0 -0
- /package/{esm2020/lib/models/search-options.model.mjs → esm2015/lib/models/search-options.model.js} +0 -0
- /package/{esm2020/lib/models/task-name.model.mjs → esm2015/lib/models/task-name.model.js} +0 -0
- /package/{esm2020/lib/models/tcDocument.model.mjs → esm2015/lib/models/tcDocument.model.js} +0 -0
- /package/{esm2020/lib/models/timeout-notification.model.mjs → esm2015/lib/models/timeout-notification.model.js} +0 -0
- /package/{esm2020/lib/models/user.model.mjs → esm2015/lib/models/user.model.js} +0 -0
- /package/{esm2020/lib/pipes/index.mjs → esm2015/lib/pipes/index.js} +0 -0
- /package/{esm2020/lib/services/address/address-parser.mjs → esm2015/lib/services/address/address-parser.js} +0 -0
- /package/{esm2020/lib/services/address/address-type.enum.mjs → esm2015/lib/services/address/address-type.enum.js} +0 -0
- /package/{esm2020/lib/services/index.mjs → esm2015/lib/services/index.js} +0 -0
- /package/{esm2020/lib/services/public-api.mjs → esm2015/lib/services/public-api.js} +0 -0
- /package/{esm2020/lib/services/ref-data/index.mjs → esm2015/lib/services/ref-data/index.js} +0 -0
- /package/{esm2020/lib/services/ref-data/models/ref-data-htmcs-service.model.mjs → esm2015/lib/services/ref-data/models/ref-data-htmcs-service.model.js} +0 -0
- /package/{esm2020/lib/services/ref-data/models/ref-data-region.model.mjs → esm2015/lib/services/ref-data/models/ref-data-region.model.js} +0 -0
- /package/{esm2020/lib/services/ref-data/ref-data-data-access/models/ref-data-locations-by-service-code-response.model.mjs → esm2015/lib/services/ref-data/ref-data-data-access/models/ref-data-locations-by-service-code-response.model.js} +0 -0
- /package/{esm2020/lib/window.mjs → esm2015/lib/window.js} +0 -0
- /package/{esm2020/public-api.mjs → esm2015/public-api.js} +0 -0
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { AccessibilityComponent } from './components/accessibility/accessibility.component';
|
|
2
1
|
import { CheckboxListComponent } from './components/checkbox-list/checkbox-list.component';
|
|
3
2
|
import { CookieBannerComponent } from './components/cookie-banner/cookie-banner.component';
|
|
4
3
|
import { DueDateComponent } from './components/due-date/due-date.component';
|
|
@@ -15,6 +14,7 @@ import { SelectedCaseComponent } from './components/selected-case/selected-case.
|
|
|
15
14
|
import { ServiceMessagesComponent } from './components/service-messages/service-messages.component';
|
|
16
15
|
import { ShareCaseConfirmComponent } from './components/share-case-confirm/share-case-confirm.component';
|
|
17
16
|
import { ShareCaseComponent } from './components/share-case/share-case.component';
|
|
17
|
+
import { TcDisplayHtmlComponent } from './components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component';
|
|
18
18
|
import { WriteAddressFieldComponent } from './components/write-address/write-address.component';
|
|
19
19
|
import { FeatureToggleDirective } from './directives/feature-toggle/feature-toggle.directive';
|
|
20
20
|
import { LetDirective } from './directives/let/let.directive';
|
|
@@ -32,81 +32,7 @@ import { HmctsPaginationComponent } from './gov-ui/components/hmcts-pagination/h
|
|
|
32
32
|
import { HmctsPrimaryNavigationComponent } from './gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component';
|
|
33
33
|
import { HmctsSubNavigationComponent } from './gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component';
|
|
34
34
|
import { RemoveHostDirective } from './gov-ui/directives/remove-host.directive';
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
import * as i2 from "./components/terms-and-conditions/terms-and-conditions.component";
|
|
38
|
-
import * as i3 from "./components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component";
|
|
39
|
-
import * as i4 from "./components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component";
|
|
40
|
-
import * as i5 from "./components/tc-confirm/tc-confirm.component";
|
|
41
|
-
import * as i6 from "./components/contact-details/contact-details.component";
|
|
42
|
-
import * as i7 from "./directives/feature-toggle/feature-toggle.directive";
|
|
43
|
-
import * as i8 from "./directives/let/let.directive";
|
|
44
|
-
import * as i9 from "./components/hmcts-session-dialog/hmcts-session-dialog.component";
|
|
45
|
-
import * as i10 from "./components/user-list/user-list.component";
|
|
46
|
-
import * as i11 from "./components/user-details/user-details.component";
|
|
47
|
-
import * as i12 from "./components/invite-user-permissions/invite-user-permission.component";
|
|
48
|
-
import * as i13 from "./components/invite-user-form/invite-user-form.component";
|
|
49
|
-
import * as i14 from "./components/share-case/share-case.component";
|
|
50
|
-
import * as i15 from "./components/share-case-confirm/share-case-confirm.component";
|
|
51
|
-
import * as i16 from "./components/selected-case-list/selected-case-list.component";
|
|
52
|
-
import * as i17 from "./components/selected-case/selected-case.component";
|
|
53
|
-
import * as i18 from "./components/selected-case-confirm/selected-case-confirm.component";
|
|
54
|
-
import * as i19 from "./components/user-select/user-select.component";
|
|
55
|
-
import * as i20 from "./components/tab/tab.component";
|
|
56
|
-
import * as i21 from "./components/accessibility/accessibility.component";
|
|
57
|
-
import * as i22 from "./components/due-date/due-date.component";
|
|
58
|
-
import * as i23 from "./components/checkbox-list/checkbox-list.component";
|
|
59
|
-
import * as i24 from "./components/service-message/service-message.component";
|
|
60
|
-
import * as i25 from "./components/service-messages/service-messages.component";
|
|
61
|
-
import * as i26 from "./components/loading-spinner/loading-spinner.component";
|
|
62
|
-
import * as i27 from "./components/generic-filter/generic-filter.component";
|
|
63
|
-
import * as i28 from "./components/cookie-banner/cookie-banner.component";
|
|
64
|
-
import * as i29 from "./components/find-person/find-person.component";
|
|
65
|
-
import * as i30 from "./components/search-judicials/search-judicials.component";
|
|
66
|
-
import * as i31 from "./components/find-location/find-location.component";
|
|
67
|
-
import * as i32 from "./components/find-task-name/find-task-name.component";
|
|
68
|
-
import * as i33 from "./components/search-location/search-location.component";
|
|
69
|
-
import * as i34 from "./components/find-service/find-service.component";
|
|
70
|
-
import * as i35 from "./components/search-service/search-service.component";
|
|
71
|
-
import * as i36 from "./components/search-venue/search-venue.component";
|
|
72
|
-
import * as i37 from "./components/pagination/pagination.component";
|
|
73
|
-
import * as i38 from "./components/write-address/write-address.component";
|
|
74
|
-
import * as i39 from "./components/write-address-inputs/write-address-inputs.component";
|
|
75
|
-
import * as i40 from "./gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component";
|
|
76
|
-
import * as i41 from "./gov-ui/components/hmcts-pagination/hmcts-pagination.component";
|
|
77
|
-
import * as i42 from "./gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component";
|
|
78
|
-
import * as i43 from "./gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component";
|
|
79
|
-
import * as i44 from "./gov-ui/components/hmcts-error-summary/hmcts-error-summary.component";
|
|
80
|
-
import * as i45 from "./gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component";
|
|
81
|
-
import * as i46 from "./gov-ui/components/hmcts-banner/hmcts-banner.component";
|
|
82
|
-
import * as i47 from "./gov-ui/components/gov-uk-table/gov-uk-table.component";
|
|
83
|
-
import * as i48 from "./gov-ui/components/gov-uk-input/gov-uk-input.component";
|
|
84
|
-
import * as i49 from "./gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component";
|
|
85
|
-
import * as i50 from "./gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component";
|
|
86
|
-
import * as i51 from "./gov-ui/components/gov-uk-label/gov-uk-label.component";
|
|
87
|
-
import * as i52 from "./gov-ui/components/gov-uk-error-message/gov-uk-error-message.component";
|
|
88
|
-
import * as i53 from "./gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component";
|
|
89
|
-
import * as i54 from "./gov-ui/components/gov-uk-date/gov-uk-date.component";
|
|
90
|
-
import * as i55 from "./gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component";
|
|
91
|
-
import * as i56 from "./gov-ui/components/gov-uk-radio/gov-uk-radio.component";
|
|
92
|
-
import * as i57 from "./gov-ui/components/gov-uk-radios/gov-uk-radios.component";
|
|
93
|
-
import * as i58 from "./gov-ui/components/gov-uk-select/gov-uk-select.component";
|
|
94
|
-
import * as i59 from "./gov-ui/components/gov-uk-textarea/gov-uk-textarea.component";
|
|
95
|
-
import * as i60 from "./gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component";
|
|
96
|
-
import * as i61 from "./gov-ui/directives/remove-host.directive";
|
|
97
|
-
import * as i62 from "./pipes/capitalize/capitalize.pipe";
|
|
98
|
-
import * as i63 from "@angular/common";
|
|
99
|
-
import * as i64 from "@angular/forms";
|
|
100
|
-
import * as i65 from "@angular/router";
|
|
101
|
-
import * as i66 from "@angular/material/legacy-autocomplete";
|
|
102
|
-
import * as i67 from "@angular/material/legacy-tabs";
|
|
103
|
-
import * as i68 from "@angular/material/legacy-input";
|
|
104
|
-
import * as i69 from "ngx-pagination";
|
|
105
|
-
import * as i70 from "rpx-xui-translation";
|
|
106
|
-
export declare const COMMON_COMPONENTS: (typeof AccessibilityComponent | typeof CheckboxListComponent | typeof DueDateComponent | typeof GenericFilterComponent | typeof LoadingSpinnerComponent | typeof SelectedCaseConfirmComponent | typeof SelectedCaseListComponent | typeof SelectedCaseComponent | typeof ServiceMessagesComponent | typeof ShareCaseConfirmComponent | typeof ShareCaseComponent | typeof CookieBannerComponent | typeof SearchLocationComponent | typeof SearchVenueComponent | typeof SearchJudicialsComponent | typeof FindPersonComponent | typeof FindTaskNameComponent | typeof WriteAddressFieldComponent | typeof FeatureToggleDirective | typeof LetDirective)[];
|
|
107
|
-
export declare const GOV_UI_COMPONENTS: (typeof GovUkErrorMessageComponent | typeof GovUkFormGroupWrapperComponent | typeof GovUkLabelComponent | typeof GovUkRadioComponent | typeof GovUkRadiosComponent | typeof GovukTableComponent | typeof HmctsBannerComponent | typeof HmctsErrorSummaryComponent | typeof HmctsIdentityBarComponent | typeof HmctsMainWrapperComponent | typeof HmctsPaginationComponent | typeof HmctsPrimaryNavigationComponent | typeof HmctsSubNavigationComponent | typeof RemoveHostDirective)[];
|
|
35
|
+
export declare const COMMON_COMPONENTS: (typeof CheckboxListComponent | typeof DueDateComponent | typeof GenericFilterComponent | typeof LoadingSpinnerComponent | typeof SelectedCaseConfirmComponent | typeof SelectedCaseListComponent | typeof SelectedCaseComponent | typeof ServiceMessagesComponent | typeof ShareCaseConfirmComponent | typeof ShareCaseComponent | typeof TcDisplayHtmlComponent | typeof CookieBannerComponent | typeof SearchLocationComponent | typeof SearchVenueComponent | typeof SearchJudicialsComponent | typeof FindPersonComponent | typeof FindTaskNameComponent | typeof WriteAddressFieldComponent | typeof FeatureToggleDirective | typeof LetDirective)[];
|
|
36
|
+
export declare const GOV_UI_COMPONENTS: (typeof HmctsIdentityBarComponent | typeof HmctsPaginationComponent | typeof HmctsSubNavigationComponent | typeof HmctsPrimaryNavigationComponent | typeof HmctsErrorSummaryComponent | typeof HmctsMainWrapperComponent | typeof HmctsBannerComponent | typeof GovukTableComponent | typeof GovUkFormGroupWrapperComponent | typeof GovUkLabelComponent | typeof GovUkErrorMessageComponent | typeof GovUkRadioComponent | typeof GovUkRadiosComponent | typeof RemoveHostDirective)[];
|
|
108
37
|
export declare class ExuiCommonLibModule {
|
|
109
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ExuiCommonLibModule, never>;
|
|
110
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ExuiCommonLibModule, [typeof i1.ExuiPageWrapperComponent, typeof i2.TermsAndConditionsComponent, typeof i3.TcDisplayHtmlComponent, typeof i4.TcDisplayPlainComponent, typeof i5.TcConfirmComponent, typeof i6.ContactDetailsComponent, typeof i7.FeatureToggleDirective, typeof i8.LetDirective, typeof i9.HmctsSessionDialogComponent, typeof i10.UserListComponent, typeof i11.UserDetailsComponent, typeof i12.InviteUserPermissionComponent, typeof i13.InviteUserFormComponent, typeof i14.ShareCaseComponent, typeof i15.ShareCaseConfirmComponent, typeof i16.SelectedCaseListComponent, typeof i17.SelectedCaseComponent, typeof i18.SelectedCaseConfirmComponent, typeof i19.UserSelectComponent, typeof i20.TabComponent, typeof i21.AccessibilityComponent, typeof i22.DueDateComponent, typeof i23.CheckboxListComponent, typeof i24.ServiceMessageComponent, typeof i25.ServiceMessagesComponent, typeof i26.LoadingSpinnerComponent, typeof i27.GenericFilterComponent, typeof i28.CookieBannerComponent, typeof i29.FindPersonComponent, typeof i30.SearchJudicialsComponent, typeof i31.FindLocationComponent, typeof i32.FindTaskNameComponent, typeof i33.SearchLocationComponent, typeof i34.FindServiceComponent, typeof i35.SearchServiceComponent, typeof i36.SearchVenueComponent, typeof i37.PaginationComponent, typeof i38.WriteAddressFieldComponent, typeof i39.WriteAddressInputsComponent, typeof i40.HmctsIdentityBarComponent, typeof i41.HmctsPaginationComponent, typeof i42.HmctsSubNavigationComponent, typeof i43.HmctsPrimaryNavigationComponent, typeof i44.HmctsErrorSummaryComponent, typeof i45.HmctsMainWrapperComponent, typeof i46.HmctsBannerComponent, typeof i47.GovukTableComponent, typeof i48.GovUkInputComponent, typeof i49.GovUkCheckboxComponent, typeof i50.GovUkFormGroupWrapperComponent, typeof i51.GovUkLabelComponent, typeof i52.GovUkErrorMessageComponent, typeof i53.GovUkFieldsetComponent, typeof i54.GovUkDateComponent, typeof i55.GovUkCheckboxesComponent, typeof i56.GovUkRadioComponent, typeof i57.GovUkRadiosComponent, typeof i58.GovUkSelectComponent, typeof i59.GovUkTextareaComponent, typeof i60.GovUkFileUploadComponent, typeof i61.RemoveHostDirective, typeof i62.CapitalizePipe], [typeof i63.CommonModule, typeof i64.FormsModule, typeof i64.ReactiveFormsModule, typeof i65.RouterModule, typeof i66.MatLegacyAutocompleteModule, typeof i67.MatLegacyTabsModule, typeof i68.MatLegacyInputModule, typeof i69.NgxPaginationModule, typeof i70.RpxTranslationModule], [typeof i1.ExuiPageWrapperComponent, typeof i2.TermsAndConditionsComponent, typeof i3.TcDisplayHtmlComponent, typeof i4.TcDisplayPlainComponent, typeof i5.TcConfirmComponent, typeof i6.ContactDetailsComponent, typeof i7.FeatureToggleDirective, typeof i8.LetDirective, typeof i9.HmctsSessionDialogComponent, typeof i10.UserListComponent, typeof i11.UserDetailsComponent, typeof i12.InviteUserPermissionComponent, typeof i13.InviteUserFormComponent, typeof i14.ShareCaseComponent, typeof i15.ShareCaseConfirmComponent, typeof i16.SelectedCaseListComponent, typeof i17.SelectedCaseComponent, typeof i18.SelectedCaseConfirmComponent, typeof i19.UserSelectComponent, typeof i20.TabComponent, typeof i21.AccessibilityComponent, typeof i22.DueDateComponent, typeof i23.CheckboxListComponent, typeof i24.ServiceMessageComponent, typeof i25.ServiceMessagesComponent, typeof i26.LoadingSpinnerComponent, typeof i27.GenericFilterComponent, typeof i28.CookieBannerComponent, typeof i29.FindPersonComponent, typeof i30.SearchJudicialsComponent, typeof i31.FindLocationComponent, typeof i32.FindTaskNameComponent, typeof i33.SearchLocationComponent, typeof i34.FindServiceComponent, typeof i35.SearchServiceComponent, typeof i36.SearchVenueComponent, typeof i37.PaginationComponent, typeof i38.WriteAddressFieldComponent, typeof i39.WriteAddressInputsComponent, typeof i40.HmctsIdentityBarComponent, typeof i41.HmctsPaginationComponent, typeof i42.HmctsSubNavigationComponent, typeof i43.HmctsPrimaryNavigationComponent, typeof i44.HmctsErrorSummaryComponent, typeof i45.HmctsMainWrapperComponent, typeof i46.HmctsBannerComponent, typeof i47.GovukTableComponent, typeof i48.GovUkInputComponent, typeof i49.GovUkCheckboxComponent, typeof i50.GovUkFormGroupWrapperComponent, typeof i51.GovUkLabelComponent, typeof i52.GovUkErrorMessageComponent, typeof i53.GovUkFieldsetComponent, typeof i54.GovUkDateComponent, typeof i55.GovUkCheckboxesComponent, typeof i56.GovUkRadioComponent, typeof i57.GovUkRadiosComponent, typeof i58.GovUkSelectComponent, typeof i59.GovUkTextareaComponent, typeof i60.GovUkFileUploadComponent, typeof i61.RemoveHostDirective, typeof i69.PaginatePipe, typeof i62.CapitalizePipe]>;
|
|
111
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ExuiCommonLibModule>;
|
|
112
38
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
3
|
import { GovUiConfigModel } from '../../models/gov-ui-config-model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class GovUkCheckboxComponent implements OnInit {
|
|
6
5
|
constructor();
|
|
7
6
|
group: FormGroup;
|
|
@@ -9,6 +8,4 @@ export declare class GovUkCheckboxComponent implements OnInit {
|
|
|
9
8
|
isChecked: boolean;
|
|
10
9
|
id: string;
|
|
11
10
|
ngOnInit(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovUkCheckboxComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovUkCheckboxComponent, "xuilib-gov-checkbox", never, { "group": "group"; "config": "config"; "isChecked": "isChecked"; }, {}, never, never, false, never>;
|
|
14
11
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
3
|
import { CheckboxesModel, ErrorMessagesModel, GovUiConfigModel } from '../../models';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class GovUkCheckboxesComponent implements OnInit {
|
|
6
5
|
group: FormGroup;
|
|
7
6
|
config: GovUiConfigModel;
|
|
@@ -13,6 +12,4 @@ export declare class GovUkCheckboxesComponent implements OnInit {
|
|
|
13
12
|
onChecked(checked: boolean, value: string): void;
|
|
14
13
|
isChecked(value: string): any;
|
|
15
14
|
private setColumns;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovUkCheckboxesComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovUkCheckboxesComponent, "xuilib-gov-uk-checkboxes", never, { "group": "group"; "config": "config"; "items": "items"; "errorMessage": "errorMessage"; }, {}, never, never, false, never>;
|
|
18
15
|
}
|
|
@@ -2,7 +2,6 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import { ValidatorFn } from '@angular/forms';
|
|
3
3
|
import { ErrorMessagesModel } from '../../models/error-messages-model';
|
|
4
4
|
import { GovUiConfigModel } from '../../models/gov-ui-config-model';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class GovUkDateComponent implements OnInit {
|
|
7
6
|
constructor();
|
|
8
7
|
config: GovUiConfigModel;
|
|
@@ -16,6 +15,4 @@ export declare class GovUkDateComponent implements OnInit {
|
|
|
16
15
|
private isValidDate;
|
|
17
16
|
private isEmpty;
|
|
18
17
|
DateValidator(): ValidatorFn;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovUkDateComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovUkDateComponent, "xuilib-gov-uk-date", never, { "config": "config"; "errorMessage": "errorMessage"; "formGroup": "formGroup"; "isOptional": "isOptional"; }, {}, never, never, false, never>;
|
|
21
18
|
}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { ErrorMessagesModel } from '../../models';
|
|
2
2
|
import { GovUiConfigModel } from '../../models/gov-ui-config-model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class GovUkErrorMessageComponent {
|
|
5
4
|
constructor();
|
|
6
5
|
config: GovUiConfigModel;
|
|
7
6
|
errorMessage: ErrorMessagesModel;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovUkErrorMessageComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovUkErrorMessageComponent, " xuilib-gov-uk-error-message", never, { "config": "config"; "errorMessage": "errorMessage"; }, {}, never, never, false, never>;
|
|
10
7
|
}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
import { ErrorMessagesModel } from '../../models';
|
|
2
2
|
import { GovUiConfigModel } from '../../models/gov-ui-config-model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class GovUkFieldsetComponent {
|
|
5
4
|
constructor();
|
|
6
5
|
config: GovUiConfigModel;
|
|
7
6
|
errorMessage: ErrorMessagesModel;
|
|
8
7
|
setDescribedBy(): string;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovUkFieldsetComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovUkFieldsetComponent, "xuilib-gov-uk-fieldset", never, { "config": "config"; "errorMessage": "errorMessage"; }, {}, never, ["*"], false, never>;
|
|
11
8
|
}
|
|
@@ -2,7 +2,6 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
3
|
import { ErrorMessagesModel } from '../../models';
|
|
4
4
|
import { GovUiConfigModel } from '../../models/gov-ui-config-model';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class GovUkFileUploadComponent implements OnInit {
|
|
7
6
|
constructor();
|
|
8
7
|
errorMessage: ErrorMessagesModel;
|
|
@@ -11,6 +10,4 @@ export declare class GovUkFileUploadComponent implements OnInit {
|
|
|
11
10
|
reloadInput: boolean;
|
|
12
11
|
ngOnInit(): void;
|
|
13
12
|
setDescribedBy(): string;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovUkFileUploadComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovUkFileUploadComponent, "xuilib-gov-uk-file-upload", never, { "errorMessage": "errorMessage"; "group": "group"; "config": "config"; }, {}, never, never, false, never>;
|
|
16
13
|
}
|
package/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.d.ts
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
import { ErrorMessagesModel } from '../../models';
|
|
2
2
|
import { GovUiConfigModel } from '../../models/gov-ui-config-model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class GovUkFormGroupWrapperComponent {
|
|
5
4
|
constructor();
|
|
6
5
|
error: ErrorMessagesModel;
|
|
7
6
|
group: string;
|
|
8
7
|
config: GovUiConfigModel;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovUkFormGroupWrapperComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovUkFormGroupWrapperComponent, "xuilib-gov-uk-form-group-wrapper", never, { "error": "error"; "group": "group"; "config": "config"; }, {}, never, ["*"], false, never>;
|
|
11
8
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
3
|
import { ErrorMessagesModel, GovUiConfigModel } from '../../models';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class GovUkInputComponent implements OnInit {
|
|
6
5
|
constructor();
|
|
7
6
|
errorMessage: ErrorMessagesModel;
|
|
@@ -9,6 +8,4 @@ export declare class GovUkInputComponent implements OnInit {
|
|
|
9
8
|
config: GovUiConfigModel;
|
|
10
9
|
ngOnInit(): void;
|
|
11
10
|
setDescribedBy(): string;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovUkInputComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovUkInputComponent, "xuilib-gov-uk-input", never, { "errorMessage": "errorMessage"; "group": "group"; "config": "config"; }, {}, never, never, false, never>;
|
|
14
11
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
1
|
export declare class GovUkLabelComponent {
|
|
3
2
|
constructor();
|
|
4
3
|
config: {
|
|
@@ -9,6 +8,4 @@ export declare class GovUkLabelComponent {
|
|
|
9
8
|
classes: string;
|
|
10
9
|
optional?: string;
|
|
11
10
|
};
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovUkLabelComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovUkLabelComponent, "xuilib-gov-label", never, { "config": "config"; }, {}, never, never, false, never>;
|
|
14
11
|
}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
3
|
import { GovUiConfigModel } from '../../models/gov-ui-config-model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class GovUkRadioComponent implements OnInit {
|
|
6
5
|
constructor();
|
|
7
6
|
group: FormGroup;
|
|
8
7
|
config: GovUiConfigModel;
|
|
9
8
|
id: string;
|
|
10
9
|
ngOnInit(): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovUkRadioComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovUkRadioComponent, "xuilib-gov-radio", never, { "group": "group"; "config": "config"; }, {}, never, never, false, never>;
|
|
13
10
|
}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { ErrorMessagesModel } from '../../models';
|
|
2
2
|
import { RadioButtonsModel } from '../../models/radio-buttons.model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class GovUkRadiosComponent {
|
|
5
4
|
options: RadioButtonsModel;
|
|
6
5
|
errors: ErrorMessagesModel;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovUkRadiosComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovUkRadiosComponent, "xuilib-gov-uk-radios", never, { "options": "options"; "errors": "errors"; }, {}, never, never, false, never>;
|
|
9
6
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { FormGroup } from '@angular/forms';
|
|
2
2
|
import { ErrorMessagesModel } from '../../models';
|
|
3
3
|
import { GovUiConfigModel } from '../../models/gov-ui-config-model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class GovUkSelectComponent {
|
|
6
5
|
constructor();
|
|
7
6
|
errorMessage: ErrorMessagesModel;
|
|
@@ -13,6 +12,4 @@ export declare class GovUkSelectComponent {
|
|
|
13
12
|
id: string;
|
|
14
13
|
}[];
|
|
15
14
|
setDescribedBy(): string;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovUkSelectComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovUkSelectComponent, "xuilib-gov-select", never, { "errorMessage": "errorMessage"; "group": "group"; "config": "config"; "items": "items"; }, {}, never, never, false, never>;
|
|
18
15
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
1
|
export declare class GovukTableComponent {
|
|
3
2
|
classes: string;
|
|
4
3
|
caption: string;
|
|
@@ -7,8 +6,6 @@ export declare class GovukTableComponent {
|
|
|
7
6
|
columnConfig: GovukTableColumnConfig[];
|
|
8
7
|
constructor();
|
|
9
8
|
formatDate(date: Date): string;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukTableComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukTableComponent, "xuilib-gov-uk-table", never, { "classes": "classes"; "caption": "caption"; "firstCellIsHeader": "firstCellIsHeader"; "rows": "rows"; "columnConfig": "columnConfig"; }, {}, never, never, false, never>;
|
|
12
9
|
}
|
|
13
10
|
export declare class GovukTableColumnConfig {
|
|
14
11
|
header: string;
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
import { FormGroup } from '@angular/forms';
|
|
2
2
|
import { ErrorMessagesModel } from '../../models';
|
|
3
3
|
import { GovUiConfigModel } from '../../models/gov-ui-config-model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class GovUkTextareaComponent {
|
|
6
5
|
config: GovUiConfigModel;
|
|
7
6
|
errorMessage: ErrorMessagesModel;
|
|
8
7
|
group: FormGroup;
|
|
9
8
|
setDescribedBy(): string;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovUkTextareaComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovUkTextareaComponent, "xuilib-gov-uk-textarea", never, { "config": "config"; "errorMessage": "errorMessage"; "group": "group"; }, {}, never, never, false, never>;
|
|
12
9
|
}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
1
|
export declare class HmctsBannerComponent {
|
|
3
2
|
message: string;
|
|
4
3
|
type: 'warning' | 'success' | 'information';
|
|
5
4
|
title?: string;
|
|
6
5
|
showMessageIcon?: boolean;
|
|
7
6
|
messageBoldText?: boolean;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HmctsBannerComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HmctsBannerComponent, "xuilib-hmcts-banner", never, { "message": "message"; "type": "type"; "title": "title"; "showMessageIcon": "showMessageIcon"; "messageBoldText": "messageBoldText"; }, {}, never, never, false, never>;
|
|
10
7
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { AfterViewInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class HmctsErrorSummaryComponent implements AfterViewInit, OnChanges {
|
|
4
3
|
private readonly document;
|
|
5
4
|
set errorMessages(value: any);
|
|
@@ -11,6 +10,4 @@ export declare class HmctsErrorSummaryComponent implements AfterViewInit, OnChan
|
|
|
11
10
|
ngOnChanges(changes: SimpleChanges): void;
|
|
12
11
|
scrollTo(selector: any): void;
|
|
13
12
|
hasElement(selector: any): any;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HmctsErrorSummaryComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HmctsErrorSummaryComponent, "xuilib-hmcts-error-summary", never, { "errorMessages": "errorMessages"; "header": "header"; "showWarningMessage": "showWarningMessage"; }, {}, never, never, false, never>;
|
|
16
13
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
1
|
export declare class HmctsIdentityBarComponent {
|
|
3
2
|
set content(value: any);
|
|
4
3
|
value: string;
|
|
5
4
|
constructor();
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HmctsIdentityBarComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HmctsIdentityBarComponent, "xuilib-hmcts-identity-bar", never, { "content": "content"; }, {}, never, never, false, never>;
|
|
8
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { HmctsBannerInfo } from '../hmcts-banner/hmcts-banner-info.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class HmctsMainWrapperComponent implements OnInit {
|
|
5
4
|
bannerData: HmctsBannerInfo;
|
|
6
5
|
backLink: string;
|
|
@@ -25,6 +24,4 @@ export declare class HmctsMainWrapperComponent implements OnInit {
|
|
|
25
24
|
constructor();
|
|
26
25
|
ngOnInit(): void;
|
|
27
26
|
onGoBack(): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HmctsMainWrapperComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HmctsMainWrapperComponent, "xuilib-hmcts-main-wrapper", never, { "backLink": "backLink"; "title": "title"; "summaryErrors": "summaryErrors"; "banner": "banner"; "actionButtons": "actionButtons"; "showWarningMessage": "showWarningMessage"; }, { "backEvent": "backEvent"; }, never, ["*"], false, never>;
|
|
30
27
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class HmctsPaginationComponent {
|
|
4
3
|
id: string;
|
|
5
4
|
maxSize: number;
|
|
@@ -8,6 +7,4 @@ export declare class HmctsPaginationComponent {
|
|
|
8
7
|
showResultCount: boolean;
|
|
9
8
|
pageChange: EventEmitter<number>;
|
|
10
9
|
pageBoundsCorrection: EventEmitter<number>;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HmctsPaginationComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HmctsPaginationComponent, "xuilib-hmcts-pagination", never, { "id": "id"; "maxSize": "maxSize"; "pageSize": "pageSize"; "showPageNumbers": "showPageNumbers"; "showResultCount": "showResultCount"; }, { "pageChange": "pageChange"; "pageBoundsCorrection": "pageBoundsCorrection"; }, never, never, false, never>;
|
|
13
10
|
}
|
package/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
1
|
export declare class HmctsPrimaryNavigationComponent {
|
|
3
2
|
set userLoggedIn(value: any);
|
|
4
3
|
label: string;
|
|
@@ -10,6 +9,4 @@ export declare class HmctsPrimaryNavigationComponent {
|
|
|
10
9
|
isBrandedHeader: boolean;
|
|
11
10
|
isUserLoggedIn: boolean;
|
|
12
11
|
constructor();
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HmctsPrimaryNavigationComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HmctsPrimaryNavigationComponent, "xuilib-hmcts-primary-navigation", never, { "userLoggedIn": "userLoggedIn"; "label": "label"; "items": "items"; "isBrandedHeader": "isBrandedHeader"; }, {}, never, never, false, never>;
|
|
15
12
|
}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
1
|
export declare class HmctsSubNavigationComponent {
|
|
3
2
|
label: string;
|
|
4
3
|
items: SubNavigation[];
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HmctsSubNavigationComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HmctsSubNavigationComponent, "xuilib-hmcts-sub-navigation", never, { "label": "label"; "items": "items"; }, {}, never, never, false, never>;
|
|
7
4
|
}
|
|
8
5
|
export interface SubNavigation {
|
|
9
6
|
text: string;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class RemoveHostDirective implements OnInit {
|
|
4
3
|
private readonly el;
|
|
5
4
|
constructor(el: ElementRef);
|
|
6
5
|
ngOnInit(): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RemoveHostDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RemoveHostDirective, "[appRemoveHost]", never, {}, {}, never, never, false, never>;
|
|
9
6
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { FormGroup } from '@angular/forms';
|
|
2
2
|
import { BookingCheckType } from './location.model';
|
|
3
3
|
import { PersonRole } from './person.model';
|
|
4
|
-
export type FilterFieldType = 'group-title' | 'checkbox' | 'radio' | 'select' | 'find-person' | 'find-location' | 'checkbox-large' | 'find-service' | 'text-input' | 'email-input' | 'group-select' | 'nested-checkbox' | 'find-task-name';
|
|
5
|
-
export type FilterPersistence = 'local' | 'session' | 'memory';
|
|
4
|
+
export declare type FilterFieldType = 'group-title' | 'checkbox' | 'radio' | 'select' | 'find-person' | 'find-location' | 'checkbox-large' | 'find-service' | 'text-input' | 'email-input' | 'group-select' | 'nested-checkbox' | 'find-task-name';
|
|
5
|
+
export declare type FilterPersistence = 'local' | 'session' | 'memory';
|
|
6
6
|
export interface FilterConfigOption {
|
|
7
7
|
key: string;
|
|
8
8
|
label: string;
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class CapitalizePipe implements PipeTransform {
|
|
4
3
|
transform(value: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CapitalizePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CapitalizePipe, "capitalize", false>;
|
|
7
4
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { AddressModel } from '../../models';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class AddressService {
|
|
6
5
|
private readonly http;
|
|
7
6
|
constructor(http: HttpClient);
|
|
@@ -10,6 +9,4 @@ export declare class AddressService {
|
|
|
10
9
|
private formatAddressLines;
|
|
11
10
|
private shiftAddressLinesUp;
|
|
12
11
|
private toCapitalCase;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AddressService, never>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AddressService>;
|
|
15
12
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { SharedCase } from '../../models/case-share.model';
|
|
2
2
|
import { UserDetails } from '../../models/user-details.model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class CaseSharingStateService {
|
|
5
4
|
private caseState;
|
|
6
5
|
private readonly subject;
|
|
@@ -13,6 +12,4 @@ export declare class CaseSharingStateService {
|
|
|
13
12
|
requestCancel(caseId: string, user: UserDetails): void;
|
|
14
13
|
removeCase(caseId: string): void;
|
|
15
14
|
userHasAccess(c: SharedCase, user: UserDetails): boolean;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CaseSharingStateService, never>;
|
|
17
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CaseSharingStateService>;
|
|
18
15
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
1
|
export declare class CookieService {
|
|
3
2
|
private readonly document?;
|
|
4
3
|
constructor(doc?: any);
|
|
@@ -7,6 +6,4 @@ export declare class CookieService {
|
|
|
7
6
|
deleteCookie(key: string, path?: string, domain?: string): void;
|
|
8
7
|
deleteCookieByPartialMatch(key: string, path?: string, domain?: string): void;
|
|
9
8
|
checkCookie(key: string): boolean;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CookieService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CookieService>;
|
|
12
9
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ActivatedRouteSnapshot, CanActivate, Router, UrlTree } from '@angular/router';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { FeatureToggleService } from './feature-toggle.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class FeatureToggleGuard implements CanActivate {
|
|
6
5
|
private readonly featureToggleService;
|
|
7
6
|
private readonly router;
|
|
@@ -15,6 +14,4 @@ export declare class FeatureToggleGuard implements CanActivate {
|
|
|
15
14
|
* @param route Automatically provided by Angular
|
|
16
15
|
*/
|
|
17
16
|
canActivate(route: ActivatedRouteSnapshot): Observable<boolean | UrlTree>;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureToggleGuard, never>;
|
|
19
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FeatureToggleGuard>;
|
|
20
17
|
}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { FeatureUser } from '../../models/feature-user';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class FeatureToggleService {
|
|
5
4
|
initialize(_user: FeatureUser, _clientId: string): void;
|
|
6
5
|
isEnabled(_feature: string): Observable<boolean>;
|
|
7
6
|
getValue<R>(_key: string, _defaultValue: R): Observable<R>;
|
|
8
7
|
getValueOnce<R>(_key: string, _defaultValue: R): Observable<R>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureToggleService, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FeatureToggleService>;
|
|
11
8
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { FeatureUser } from '../../models/feature-user';
|
|
3
3
|
import { FeatureToggleService } from './feature-toggle.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class LaunchDarklyService implements FeatureToggleService {
|
|
6
5
|
private client;
|
|
7
6
|
private readonly ready;
|
|
@@ -22,6 +21,4 @@ export declare class LaunchDarklyService implements FeatureToggleService {
|
|
|
22
21
|
* @param defaultValue R
|
|
23
22
|
*/
|
|
24
23
|
getValueOnce<R>(feature: string, defaultValue: R): Observable<R>;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LaunchDarklyService, never>;
|
|
26
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<LaunchDarklyService>;
|
|
27
24
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
2
2
|
import { FilterError, FilterPersistence, FilterSetting } from '../../models';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class FilterService {
|
|
5
4
|
givenErrors: BehaviorSubject<FilterError[]>;
|
|
6
5
|
isInitialSetting: boolean;
|
|
@@ -16,6 +15,4 @@ export declare class FilterService {
|
|
|
16
15
|
private persistMemory;
|
|
17
16
|
private updateStreams;
|
|
18
17
|
getUserId(): string;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterService, never>;
|
|
20
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FilterService>;
|
|
21
18
|
}
|
|
@@ -2,7 +2,6 @@ import { HttpClient } from '@angular/common/http';
|
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { Caseworker, JudicialUserModel, Person, SearchOptions } from '../../models';
|
|
4
4
|
import { SessionStorageService } from '../storage/session-storage/session-storage.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class FindAPersonService {
|
|
7
6
|
private readonly http;
|
|
8
7
|
private readonly sessionStorageService;
|
|
@@ -15,6 +14,4 @@ export declare class FindAPersonService {
|
|
|
15
14
|
mapCaseworkers(caseworkers: Caseworker[], roleCategory: string): Person[];
|
|
16
15
|
searchInCaseworkers(caseworkers: Caseworker[], searchOptions: SearchOptions): Person[];
|
|
17
16
|
searchJudicial(value: string, serviceId: string): Observable<JudicialUserModel[]>;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FindAPersonService, never>;
|
|
19
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FindAPersonService>;
|
|
20
17
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Title } from '@angular/platform-browser';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class GoogleAnalyticsService {
|
|
5
4
|
private readonly router;
|
|
6
5
|
private readonly title;
|
|
@@ -11,6 +10,4 @@ export declare class GoogleAnalyticsService {
|
|
|
11
10
|
init(googleAnalyticsKey: string): void;
|
|
12
11
|
private listenForRouteChanges;
|
|
13
12
|
event(eventName: string, params: {}): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GoogleAnalyticsService, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<GoogleAnalyticsService>;
|
|
16
13
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Title } from '@angular/platform-browser';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class GoogleTagManagerService {
|
|
5
4
|
private readonly router;
|
|
6
5
|
private readonly title;
|
|
@@ -11,6 +10,4 @@ export declare class GoogleTagManagerService {
|
|
|
11
10
|
init(googleTagManagerKey: string): void;
|
|
12
11
|
private listenForRouteChanges;
|
|
13
12
|
event(eventName: string, params: {}): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GoogleTagManagerService, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<GoogleTagManagerService>;
|
|
16
13
|
}
|