@hmcts/rpx-xui-common-lib 2.1.1-angular-upgrade-11 → 2.1.4-angular-upgrade-11
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 +3443 -8190
- package/bundles/hmcts-rpx-xui-common-lib.umd.js.map +1 -1
- package/bundles/hmcts-rpx-xui-common-lib.umd.min.js +1 -15
- package/bundles/hmcts-rpx-xui-common-lib.umd.min.js.map +1 -1
- package/esm2015/hmcts-rpx-xui-common-lib.js +4 -71
- package/esm2015/lib/components/accessibility/accessibility.component.js +2 -8
- package/esm2015/lib/components/checkbox-list/checkbox-list.component.js +14 -112
- package/esm2015/lib/components/contact-details/contact-details.component.js +2 -12
- package/esm2015/lib/components/cookie-banner/cookie-banner.component.js +4 -65
- package/esm2015/lib/components/due-date/due-date.component.js +2 -97
- package/esm2015/lib/components/exui-main-wrapper/exui-page-wrapper.component.js +7 -21
- package/esm2015/lib/components/find-location/find-location.component.js +15 -120
- package/esm2015/lib/components/find-person/find-person.component.js +9 -150
- package/esm2015/lib/components/generic-filter/generic-filter-utils.js +11 -55
- package/esm2015/lib/components/generic-filter/generic-filter.component.js +40 -283
- package/esm2015/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.js +3 -18
- package/esm2015/lib/components/invite-user-form/invite-user-form.component.js +2 -22
- package/esm2015/lib/components/invite-user-permissions/invite-user-permission.component.js +2 -21
- package/esm2015/lib/components/loading-spinner/loading-spinner.component.js +3 -12
- package/esm2015/lib/components/pagination/pagination.component.js +2 -24
- package/esm2015/lib/components/search-judicials/search-judicials.component.js +10 -133
- package/esm2015/lib/components/search-location/search-location.component.js +28 -160
- package/esm2015/lib/components/search-venue/search-venue.component.js +12 -135
- package/esm2015/lib/components/selected-case/selected-case.component.js +20 -176
- package/esm2015/lib/components/selected-case-confirm/selected-case-confirm.component.js +3 -41
- package/esm2015/lib/components/selected-case-list/selected-case-list.component.js +3 -52
- package/esm2015/lib/components/service-message/service-message.component.js +2 -20
- package/esm2015/lib/components/service-messages/service-messages.component.js +7 -65
- package/esm2015/lib/components/share-case/share-case.component.js +6 -87
- package/esm2015/lib/components/share-case-confirm/share-case-confirm.component.js +4 -37
- package/esm2015/lib/components/tab/tab.component.js +2 -26
- package/esm2015/lib/components/tc-confirm/tc-confirm.component.js +2 -17
- package/esm2015/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.js +2 -8
- package/esm2015/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.js +2 -8
- package/esm2015/lib/components/terms-and-conditions/terms-and-conditions.component.js +2 -12
- package/esm2015/lib/components/user-details/user-details.component.js +2 -39
- package/esm2015/lib/components/user-list/user-list.component.js +2 -32
- package/esm2015/lib/components/user-select/user-select.component.js +5 -52
- package/esm2015/lib/directives/feature-toggle/feature-toggle.directive.js +3 -56
- package/esm2015/lib/directives/let/let.directive.js +1 -39
- package/esm2015/lib/exui-common-lib.module.js +23 -15
- package/esm2015/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.js +2 -22
- package/esm2015/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.js +2 -13
- package/esm2015/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.js +4 -54
- package/esm2015/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.js +2 -14
- package/esm2015/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.js +2 -17
- package/esm2015/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.js +2 -24
- package/esm2015/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.js +2 -16
- package/esm2015/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.js +2 -22
- package/esm2015/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.js +2 -12
- package/esm2015/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.js +6 -24
- package/esm2015/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.js +2 -13
- package/esm2015/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.js +2 -21
- package/esm2015/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.js +2 -32
- package/esm2015/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.js +2 -18
- package/esm2015/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.js +2 -14
- package/esm2015/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.js +2 -44
- package/esm2015/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.js +2 -16
- package/esm2015/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.js +2 -36
- package/esm2015/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.js +2 -23
- package/esm2015/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.js +2 -22
- package/esm2015/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.js +3 -30
- package/esm2015/lib/gov-ui/directives/remove-host.directive.js +1 -22
- package/esm2015/lib/gov-ui/models/banner-data-model.js +2 -16
- package/esm2015/lib/gov-ui/models/checkboxes-model.js +2 -22
- package/esm2015/lib/gov-ui/models/error-messages-model.js +2 -16
- package/esm2015/lib/gov-ui/models/gov-ui-config-model.js +2 -36
- package/esm2015/lib/gov-ui/models/index.js +2 -7
- package/esm2015/lib/gov-ui/models/isession-storage.interface.js +2 -24
- package/esm2015/lib/gov-ui/models/public_api.js +5 -10
- package/esm2015/lib/gov-ui/util/helpers/html-templates.helper.js +4 -14
- package/esm2015/lib/gov-ui/util/session-storage/session-storage-utils.js +12 -48
- package/esm2015/lib/models/case-share.model.js +2 -26
- package/esm2015/lib/models/contact-details.model.js +7 -31
- package/esm2015/lib/models/due-date.model.js +7 -14
- package/esm2015/lib/models/feature-user.js +1 -16
- package/esm2015/lib/models/filter.model.js +1 -116
- package/esm2015/lib/models/idle-config.model.js +2 -20
- package/esm2015/lib/models/index.js +15 -19
- package/esm2015/lib/models/location.model.js +7 -108
- package/esm2015/lib/models/pagination.model.js +2 -18
- package/esm2015/lib/models/person.model.js +17 -92
- package/esm2015/lib/models/public_api.js +6 -11
- package/esm2015/lib/models/search-options.model.js +2 -22
- package/esm2015/lib/models/tcDocument.model.js +2 -18
- package/esm2015/lib/models/timeout-notification.model.js +2 -18
- package/esm2015/lib/models/user-details.model.js +2 -22
- package/esm2015/lib/models/user.model.js +2 -25
- package/esm2015/lib/services/case-sharing-state/case-sharing-state.service.js +9 -84
- package/esm2015/lib/services/cookie/cookie.service.js +8 -71
- package/esm2015/lib/services/feature-toggle/feature-toggle.guard.js +4 -43
- package/esm2015/lib/services/feature-toggle/feature-toggle.service.js +2 -28
- package/esm2015/lib/services/feature-toggle/launch-darkly.service.js +12 -94
- package/esm2015/lib/services/filter/filter.service.js +2 -56
- package/esm2015/lib/services/find-person/find-person.service.js +16 -124
- package/esm2015/lib/services/google-analytics/google-analytics.service.js +8 -63
- package/esm2015/lib/services/google-tag-manager/google-tag-manager.service.js +10 -64
- package/esm2015/lib/services/loading/loading.service.js +2 -41
- package/esm2015/lib/services/locations/location.service.js +14 -30
- package/esm2015/lib/services/manage-session/manage-session.services.js +10 -63
- package/esm2015/lib/services/role-guard/role.guard.js +12 -53
- package/esm2015/lib/services/role-guard/role.service.js +2 -21
- package/esm2015/lib/services/session-storage/session-storage.service.js +3 -17
- package/esm2015/lib/services/timeout-notifications/timeout-notifications.service.js +9 -75
- package/esm2015/lib/window.js +1 -10
- package/esm2015/public-api.js +76 -13
- package/fesm2015/hmcts-rpx-xui-common-lib.js +2217 -6108
- package/fesm2015/hmcts-rpx-xui-common-lib.js.map +1 -1
- package/hmcts-rpx-xui-common-lib.d.ts +2 -64
- package/hmcts-rpx-xui-common-lib.metadata.json +1 -1
- package/lib/components/checkbox-list/checkbox-list.component.d.ts +6 -5
- package/lib/components/due-date/due-date.component.d.ts +4 -4
- package/lib/components/find-location/find-location.component.d.ts +7 -4
- package/lib/components/generic-filter/generic-filter.component.d.ts +4 -2
- package/lib/components/invite-user-form/invite-user-form.component.d.ts +1 -1
- package/lib/components/search-judicials/search-judicials.component.d.ts +1 -1
- package/lib/components/search-location/search-location.component.d.ts +9 -4
- package/lib/components/search-venue/search-venue.component.d.ts +1 -1
- package/lib/directives/feature-toggle/feature-toggle.directive.d.ts +1 -1
- package/lib/directives/let/let.directive.d.ts +1 -1
- package/lib/exui-common-lib.module.d.ts +0 -33
- package/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.d.ts +1 -1
- package/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.d.ts +1 -1
- package/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.d.ts +1 -1
- package/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.d.ts +1 -1
- package/lib/models/filter.model.d.ts +2 -0
- package/lib/models/index.d.ts +1 -0
- package/lib/models/location.model.d.ts +11 -0
- package/lib/services/case-sharing-state/case-sharing-state.service.d.ts +1 -1
- package/lib/services/loading/loading.service.d.ts +2 -2
- package/lib/services/locations/location.service.d.ts +2 -2
- package/lib/services/role-guard/role.service.d.ts +2 -1
- package/lib/window.d.ts +1 -1
- package/package.json +6 -19
- package/public-api.d.ts +78 -7
- package/esm2015/lib/components/index.js +0 -7
- package/esm2015/lib/components/public_api.js +0 -33
- package/esm2015/lib/directives/index.js +0 -7
- package/esm2015/lib/directives/public-api.js +0 -8
- package/esm2015/lib/gov-ui/components/index.js +0 -7
- package/esm2015/lib/gov-ui/components/public_api.js +0 -7
- package/esm2015/lib/gov-ui/gov-ui.service.js +0 -19
- package/esm2015/lib/gov-ui/index.js +0 -7
- package/esm2015/lib/gov-ui/public_api.js +0 -12
- package/esm2015/lib/gov-ui/validators/checkboxes-be-checked.validator.js +0 -37
- package/esm2015/lib/gov-ui/validators/date.validator.js +0 -32
- package/esm2015/lib/gov-ui/validators/index.js +0 -7
- package/esm2015/lib/gov-ui/validators/public_api.js +0 -12
- package/esm2015/lib/gov-ui/validators/radio-group.validator.js +0 -27
- package/esm2015/lib/services/index.js +0 -7
- package/esm2015/lib/services/public-api.js +0 -25
- package/esm5/hmcts-rpx-xui-common-lib.js +0 -74
- package/esm5/lib/components/accessibility/accessibility.component.js +0 -22
- package/esm5/lib/components/checkbox-list/checkbox-list.component.js +0 -391
- package/esm5/lib/components/contact-details/contact-details.component.js +0 -29
- package/esm5/lib/components/cookie-banner/cookie-banner.component.js +0 -154
- package/esm5/lib/components/due-date/due-date.component.js +0 -254
- package/esm5/lib/components/exui-main-wrapper/exui-page-wrapper.component.js +0 -45
- package/esm5/lib/components/find-location/find-location.component.js +0 -279
- package/esm5/lib/components/find-person/find-person.component.js +0 -286
- package/esm5/lib/components/generic-filter/generic-filter-utils.js +0 -66
- package/esm5/lib/components/generic-filter/generic-filter.component.js +0 -822
- package/esm5/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.js +0 -47
- package/esm5/lib/components/index.js +0 -7
- package/esm5/lib/components/invite-user-form/invite-user-form.component.js +0 -54
- package/esm5/lib/components/invite-user-permissions/invite-user-permission.component.js +0 -46
- package/esm5/lib/components/loading-spinner/loading-spinner.component.js +0 -29
- package/esm5/lib/components/pagination/pagination.component.js +0 -58
- package/esm5/lib/components/public_api.js +0 -33
- package/esm5/lib/components/search-judicials/search-judicials.component.js +0 -291
- package/esm5/lib/components/search-location/search-location.component.js +0 -302
- package/esm5/lib/components/search-venue/search-venue.component.js +0 -290
- package/esm5/lib/components/selected-case/selected-case.component.js +0 -430
- package/esm5/lib/components/selected-case-confirm/selected-case-confirm.component.js +0 -84
- package/esm5/lib/components/selected-case-list/selected-case-list.component.js +0 -109
- package/esm5/lib/components/service-message/service-message.component.js +0 -46
- package/esm5/lib/components/service-messages/service-messages.component.js +0 -122
- package/esm5/lib/components/share-case/share-case.component.js +0 -223
- package/esm5/lib/components/share-case-confirm/share-case-confirm.component.js +0 -70
- package/esm5/lib/components/tab/tab.component.js +0 -51
- package/esm5/lib/components/tc-confirm/tc-confirm.component.js +0 -42
- package/esm5/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.js +0 -22
- package/esm5/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.js +0 -22
- package/esm5/lib/components/terms-and-conditions/terms-and-conditions.component.js +0 -29
- package/esm5/lib/components/user-details/user-details.component.js +0 -92
- package/esm5/lib/components/user-list/user-list.component.js +0 -76
- package/esm5/lib/components/user-select/user-select.component.js +0 -131
- package/esm5/lib/directives/feature-toggle/feature-toggle.directive.js +0 -104
- package/esm5/lib/directives/index.js +0 -7
- package/esm5/lib/directives/let/let.directive.js +0 -78
- package/esm5/lib/directives/public-api.js +0 -8
- package/esm5/lib/exui-common-lib.module.js +0 -178
- package/esm5/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.js +0 -56
- package/esm5/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.js +0 -36
- package/esm5/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.js +0 -135
- package/esm5/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.js +0 -37
- package/esm5/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.js +0 -49
- package/esm5/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.js +0 -65
- package/esm5/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.js +0 -40
- package/esm5/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.js +0 -66
- package/esm5/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.js +0 -34
- package/esm5/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.js +0 -67
- package/esm5/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.js +0 -36
- package/esm5/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.js +0 -52
- package/esm5/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.js +0 -77
- package/esm5/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.js +0 -50
- package/esm5/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.js +0 -38
- package/esm5/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.js +0 -108
- package/esm5/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.js +0 -40
- package/esm5/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.js +0 -87
- package/esm5/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.js +0 -51
- package/esm5/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.js +0 -49
- package/esm5/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.js +0 -46
- package/esm5/lib/gov-ui/components/index.js +0 -7
- package/esm5/lib/gov-ui/components/public_api.js +0 -7
- package/esm5/lib/gov-ui/directives/remove-host.directive.js +0 -52
- package/esm5/lib/gov-ui/gov-ui.service.js +0 -22
- package/esm5/lib/gov-ui/index.js +0 -7
- package/esm5/lib/gov-ui/models/banner-data-model.js +0 -16
- package/esm5/lib/gov-ui/models/checkboxes-model.js +0 -22
- package/esm5/lib/gov-ui/models/error-messages-model.js +0 -16
- package/esm5/lib/gov-ui/models/gov-ui-config-model.js +0 -36
- package/esm5/lib/gov-ui/models/index.js +0 -7
- package/esm5/lib/gov-ui/models/isession-storage.interface.js +0 -24
- package/esm5/lib/gov-ui/models/public_api.js +0 -13
- package/esm5/lib/gov-ui/public_api.js +0 -12
- package/esm5/lib/gov-ui/util/helpers/html-templates.helper.js +0 -57
- package/esm5/lib/gov-ui/util/session-storage/session-storage-utils.js +0 -58
- package/esm5/lib/gov-ui/validators/checkboxes-be-checked.validator.js +0 -38
- package/esm5/lib/gov-ui/validators/date.validator.js +0 -32
- package/esm5/lib/gov-ui/validators/index.js +0 -7
- package/esm5/lib/gov-ui/validators/public_api.js +0 -12
- package/esm5/lib/gov-ui/validators/radio-group.validator.js +0 -27
- package/esm5/lib/models/case-share.model.js +0 -26
- package/esm5/lib/models/contact-details.model.js +0 -31
- package/esm5/lib/models/due-date.model.js +0 -15
- package/esm5/lib/models/feature-user.js +0 -28
- package/esm5/lib/models/filter.model.js +0 -122
- package/esm5/lib/models/idle-config.model.js +0 -20
- package/esm5/lib/models/index.js +0 -19
- package/esm5/lib/models/location.model.js +0 -108
- package/esm5/lib/models/pagination.model.js +0 -18
- package/esm5/lib/models/person.model.js +0 -92
- package/esm5/lib/models/public_api.js +0 -11
- package/esm5/lib/models/search-options.model.js +0 -22
- package/esm5/lib/models/tcDocument.model.js +0 -18
- package/esm5/lib/models/timeout-notification.model.js +0 -18
- package/esm5/lib/models/user-details.model.js +0 -22
- package/esm5/lib/models/user.model.js +0 -25
- package/esm5/lib/services/case-sharing-state/case-sharing-state.service.js +0 -289
- package/esm5/lib/services/cookie/cookie.service.js +0 -136
- package/esm5/lib/services/feature-toggle/feature-toggle.guard.js +0 -89
- package/esm5/lib/services/feature-toggle/feature-toggle.service.js +0 -90
- package/esm5/lib/services/feature-toggle/launch-darkly.service.js +0 -187
- package/esm5/lib/services/filter/filter.service.js +0 -153
- package/esm5/lib/services/find-person/find-person.service.js +0 -238
- package/esm5/lib/services/google-analytics/google-analytics.service.js +0 -128
- package/esm5/lib/services/google-tag-manager/google-tag-manager.service.js +0 -135
- package/esm5/lib/services/index.js +0 -7
- package/esm5/lib/services/loading/loading.service.js +0 -109
- package/esm5/lib/services/locations/location.service.js +0 -82
- package/esm5/lib/services/manage-session/manage-session.services.js +0 -111
- package/esm5/lib/services/public-api.js +0 -25
- package/esm5/lib/services/role-guard/role.guard.js +0 -81
- package/esm5/lib/services/role-guard/role.service.js +0 -45
- package/esm5/lib/services/session-storage/session-storage.service.js +0 -96
- package/esm5/lib/services/timeout-notifications/timeout-notifications.service.js +0 -190
- package/esm5/lib/window.js +0 -13
- package/esm5/public-api.js +0 -16
- package/fesm5/hmcts-rpx-xui-common-lib.js +0 -9247
- package/fesm5/hmcts-rpx-xui-common-lib.js.map +0 -1
- package/lib/components/index.d.ts +0 -1
- package/lib/components/public_api.d.ts +0 -27
- package/lib/directives/index.d.ts +0 -1
- package/lib/directives/public-api.d.ts +0 -2
- package/lib/gov-ui/components/index.d.ts +0 -1
- package/lib/gov-ui/components/public_api.d.ts +0 -1
- package/lib/gov-ui/gov-ui.service.d.ts +0 -3
- package/lib/gov-ui/index.d.ts +0 -1
- package/lib/gov-ui/public_api.d.ts +0 -3
- package/lib/gov-ui/validators/checkboxes-be-checked.validator.d.ts +0 -2
- package/lib/gov-ui/validators/date.validator.d.ts +0 -2
- package/lib/gov-ui/validators/index.d.ts +0 -1
- package/lib/gov-ui/validators/public_api.d.ts +0 -3
- package/lib/gov-ui/validators/radio-group.validator.d.ts +0 -2
- package/lib/services/index.d.ts +0 -1
- package/lib/services/public-api.d.ts +0 -16
|
@@ -25,19 +25,20 @@ export declare class CheckboxListComponent<T> implements OnChanges {
|
|
|
25
25
|
* Note: This array is immutable, which means pushing and popping will
|
|
26
26
|
* have no effect on which checkboxes are selected.
|
|
27
27
|
*/
|
|
28
|
-
selection: T[];
|
|
28
|
+
get selection(): T[];
|
|
29
|
+
set selection(value: T[]);
|
|
29
30
|
private pSelection;
|
|
30
31
|
private pSelectionMade;
|
|
31
32
|
/**
|
|
32
33
|
* Indicates whether or not all of the items are selected.
|
|
33
34
|
*/
|
|
34
|
-
|
|
35
|
+
get allSelected(): boolean;
|
|
35
36
|
ngOnChanges(): void;
|
|
36
37
|
/**
|
|
37
38
|
* Indicates whether or not there are any options to render.
|
|
38
39
|
*/
|
|
39
|
-
|
|
40
|
-
|
|
40
|
+
get hasOptions(): boolean;
|
|
41
|
+
get isFunctional(): boolean;
|
|
41
42
|
/**
|
|
42
43
|
* Indicates whether or not an item is part of the current selection.
|
|
43
44
|
* @param item The item in question.
|
|
@@ -62,7 +63,7 @@ export declare class CheckboxListComponent<T> implements OnChanges {
|
|
|
62
63
|
* @param item The item to check in the options.
|
|
63
64
|
*/
|
|
64
65
|
containsItem(items: T[], item: T): boolean;
|
|
65
|
-
private
|
|
66
|
+
private get hasPreselection();
|
|
66
67
|
private setupPreselection;
|
|
67
68
|
private getSelection;
|
|
68
69
|
private checkSelection;
|
|
@@ -36,13 +36,13 @@ export declare class DueDateComponent implements OnChanges {
|
|
|
36
36
|
*/
|
|
37
37
|
mediumUrgencyCutoff: number;
|
|
38
38
|
private pBadge;
|
|
39
|
-
|
|
39
|
+
get badge(): string;
|
|
40
40
|
private pLabel;
|
|
41
|
-
|
|
41
|
+
get label(): string;
|
|
42
42
|
private pAccessibleLabel;
|
|
43
|
-
|
|
43
|
+
get accessibleLabel(): string;
|
|
44
44
|
private pDaysDiff;
|
|
45
|
-
|
|
45
|
+
get daysDiff(): number;
|
|
46
46
|
ngOnChanges(): void;
|
|
47
47
|
private handleInputChanges;
|
|
48
48
|
private getDaysDifference;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
3
|
import { FilterFieldConfig } from '../../models';
|
|
4
4
|
import { LocationByEPIMMSModel } from '../../models/location.model';
|
|
5
5
|
import { SearchLocationComponent } from '../search-location/search-location.component';
|
|
6
|
-
export declare class FindLocationComponent {
|
|
6
|
+
export declare class FindLocationComponent implements OnInit {
|
|
7
7
|
locationFieldChanged: EventEmitter<void>;
|
|
8
8
|
selectedLocations: LocationByEPIMMSModel[];
|
|
9
9
|
submitted: boolean;
|
|
@@ -19,8 +19,11 @@ export declare class FindLocationComponent {
|
|
|
19
19
|
searchLocationComponent: SearchLocationComponent;
|
|
20
20
|
private pServices;
|
|
21
21
|
private pDisabled;
|
|
22
|
-
disabled: boolean;
|
|
23
|
-
|
|
22
|
+
get disabled(): boolean;
|
|
23
|
+
set disabled(value: boolean);
|
|
24
|
+
get services(): string[];
|
|
25
|
+
set services(value: string[]);
|
|
26
|
+
ngOnInit(): void;
|
|
24
27
|
addLocation(): void;
|
|
25
28
|
removeLocation(location: LocationByEPIMMSModel): void;
|
|
26
29
|
onInputChanged(term: string): void;
|
|
@@ -11,9 +11,11 @@ export declare class GenericFilterComponent implements OnInit, OnDestroy {
|
|
|
11
11
|
formSub: Subscription;
|
|
12
12
|
constructor(filterService: FilterService, fb: FormBuilder);
|
|
13
13
|
private _config;
|
|
14
|
-
config: FilterConfig;
|
|
14
|
+
get config(): FilterConfig;
|
|
15
|
+
set config(value: FilterConfig);
|
|
15
16
|
private _settings?;
|
|
16
|
-
settings: FilterSetting;
|
|
17
|
+
get settings(): FilterSetting;
|
|
18
|
+
set settings(value: FilterSetting);
|
|
17
19
|
private static addFormValidators;
|
|
18
20
|
ngOnInit(): void;
|
|
19
21
|
ngOnDestroy(): void;
|
|
@@ -27,7 +27,7 @@ export declare class SearchJudicialsComponent implements OnInit {
|
|
|
27
27
|
onKeyDown(): void;
|
|
28
28
|
onKeyUp(event: any): void;
|
|
29
29
|
onFocus(): void;
|
|
30
|
-
|
|
30
|
+
get displayedJudicialsDuplicationFiltered(): JudicialUserModel[];
|
|
31
31
|
filter(term: string): void;
|
|
32
32
|
onSelectionChange(selection?: JudicialUserModel): void;
|
|
33
33
|
search(currentValue: string): void;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
-
import { LocationByEPIMMSModel } from '../../models
|
|
4
|
+
import { BookingCheckType, LocationByEPIMMSModel } from '../../models';
|
|
5
5
|
import { LocationService } from '../../services/locations/location.service';
|
|
6
|
+
import { SessionStorageService } from '../../services/session-storage/session-storage.service';
|
|
6
7
|
export declare class SearchLocationComponent implements OnInit {
|
|
7
8
|
private readonly locationService;
|
|
9
|
+
private readonly sessionStorageService;
|
|
8
10
|
private readonly fb;
|
|
9
11
|
private readonly cd;
|
|
10
12
|
control: AbstractControl;
|
|
@@ -17,6 +19,7 @@ export declare class SearchLocationComponent implements OnInit {
|
|
|
17
19
|
form: FormGroup;
|
|
18
20
|
showAutocomplete: boolean;
|
|
19
21
|
locations: LocationByEPIMMSModel[];
|
|
22
|
+
bookingCheck: BookingCheckType;
|
|
20
23
|
locationSelected: EventEmitter<LocationByEPIMMSModel>;
|
|
21
24
|
locationInputChanged: EventEmitter<string>;
|
|
22
25
|
searchLocationChanged: EventEmitter<void>;
|
|
@@ -24,9 +27,11 @@ export declare class SearchLocationComponent implements OnInit {
|
|
|
24
27
|
term: string;
|
|
25
28
|
private pSelectedLocations;
|
|
26
29
|
private pReset;
|
|
27
|
-
constructor(locationService: LocationService, fb: FormBuilder, cd: ChangeDetectorRef);
|
|
28
|
-
reset: boolean;
|
|
29
|
-
|
|
30
|
+
constructor(locationService: LocationService, sessionStorageService: SessionStorageService, fb: FormBuilder, cd: ChangeDetectorRef);
|
|
31
|
+
get reset(): boolean;
|
|
32
|
+
set reset(value: boolean);
|
|
33
|
+
get selectedLocations(): any[];
|
|
34
|
+
set selectedLocations(value: any[]);
|
|
30
35
|
ngOnInit(): void;
|
|
31
36
|
filter(term: string): void;
|
|
32
37
|
onSelectionChange(location: LocationByEPIMMSModel): void;
|
|
@@ -27,7 +27,7 @@ export declare class SearchVenueComponent implements OnInit, AfterContentInit {
|
|
|
27
27
|
onKeyDown(): void;
|
|
28
28
|
onKeyUp(event: any): void;
|
|
29
29
|
onFocus(): void;
|
|
30
|
-
|
|
30
|
+
get displayedLocationsDuplicationFiltered(): LocationByEPIMMSModel[];
|
|
31
31
|
filter(term: string): void;
|
|
32
32
|
onSelectionChange(selection?: LocationByEPIMMSModel): void;
|
|
33
33
|
search(currentValue: string): void;
|
|
@@ -6,7 +6,7 @@ export declare class FeatureToggleDirective implements OnDestroy {
|
|
|
6
6
|
private readonly templateRef;
|
|
7
7
|
private feature;
|
|
8
8
|
private subscription;
|
|
9
|
-
xuilibFeatureToggle: string;
|
|
9
|
+
set xuilibFeatureToggle(feature: string);
|
|
10
10
|
constructor(service: FeatureToggleService, viewContainer: ViewContainerRef, templateRef: TemplateRef<any>);
|
|
11
11
|
ngOnDestroy(): void;
|
|
12
12
|
private updateSubscription;
|
|
@@ -1,35 +1,2 @@
|
|
|
1
|
-
import { AccessibilityComponent } from './components/accessibility/accessibility.component';
|
|
2
|
-
import { CookieBannerComponent } from './components/cookie-banner/cookie-banner.component';
|
|
3
|
-
import { FindPersonComponent } from './components/find-person/find-person.component';
|
|
4
|
-
import { GenericFilterComponent } from './components/generic-filter/generic-filter.component';
|
|
5
|
-
import { SearchJudicialsComponent } from './components/search-judicials/search-judicials.component';
|
|
6
|
-
import { SearchLocationComponent } from './components/search-location/search-location.component';
|
|
7
|
-
import { SearchVenueComponent } from './components/search-venue/search-venue.component';
|
|
8
|
-
import { SelectedCaseConfirmComponent } from './components/selected-case-confirm/selected-case-confirm.component';
|
|
9
|
-
import { SelectedCaseListComponent } from './components/selected-case-list/selected-case-list.component';
|
|
10
|
-
import { SelectedCaseComponent } from './components/selected-case/selected-case.component';
|
|
11
|
-
import { ServiceMessagesComponent } from './components/service-messages/service-messages.component';
|
|
12
|
-
import { ShareCaseConfirmComponent } from './components/share-case-confirm/share-case-confirm.component';
|
|
13
|
-
import { ShareCaseComponent } from './components/share-case/share-case.component';
|
|
14
|
-
import { FeatureToggleDirective } from './directives/feature-toggle/feature-toggle.directive';
|
|
15
|
-
import { LetDirective } from './directives/let/let.directive';
|
|
16
|
-
import { GovUkCheckboxesComponent } from './gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component';
|
|
17
|
-
import { GovUkErrorMessageComponent } from './gov-ui/components/gov-uk-error-message/gov-uk-error-message.component';
|
|
18
|
-
import { GovUkFormGroupWrapperComponent } from './gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component';
|
|
19
|
-
import { GovUkLabelComponent } from './gov-ui/components/gov-uk-label/gov-uk-label.component';
|
|
20
|
-
import { GovUkRadioComponent } from './gov-ui/components/gov-uk-radio/gov-uk-radio.component';
|
|
21
|
-
import { GovukTableComponent } from './gov-ui/components/gov-uk-table/gov-uk-table.component';
|
|
22
|
-
import { HmctsBannerComponent } from './gov-ui/components/hmcts-banner/hmcts-banner.component';
|
|
23
|
-
import { HmctsErrorSummaryComponent } from './gov-ui/components/hmcts-error-summary/hmcts-error-summary.component';
|
|
24
|
-
import { HmctsIdentityBarComponent } from './gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component';
|
|
25
|
-
import { HmctsMainWrapperComponent } from './gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component';
|
|
26
|
-
import { HmctsPaginationComponent } from './gov-ui/components/hmcts-pagination/hmcts-pagination.component';
|
|
27
|
-
import { HmctsPrimaryNavigationComponent } from './gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component';
|
|
28
|
-
import { HmctsSubNavigationComponent } from './gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component';
|
|
29
|
-
import { RemoveHostDirective } from './gov-ui/directives/remove-host.directive';
|
|
30
|
-
import { CaseSharingStateService, CookieService, FilterService, FindAPersonService, GoogleAnalyticsService, GoogleTagManagerService, LaunchDarklyService, LoadingService, LocationService, ManageSessionServices, SessionStorageService, TimeoutNotificationsService } from './services';
|
|
31
|
-
export declare const COMMON_COMPONENTS: (typeof AccessibilityComponent | typeof GenericFilterComponent | typeof SelectedCaseConfirmComponent | typeof SelectedCaseListComponent | typeof SelectedCaseComponent | typeof ServiceMessagesComponent | typeof ShareCaseConfirmComponent | typeof ShareCaseComponent | typeof CookieBannerComponent | typeof SearchLocationComponent | typeof FeatureToggleDirective | typeof LetDirective | typeof FindPersonComponent | typeof SearchJudicialsComponent | typeof SearchVenueComponent)[];
|
|
32
|
-
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 GovUkCheckboxesComponent | typeof GovUkRadioComponent | typeof RemoveHostDirective)[];
|
|
33
|
-
export declare const COMMON_SERVICES: (typeof FilterService | typeof CaseSharingStateService | typeof CookieService | typeof LocationService | typeof SessionStorageService | typeof FindAPersonService | typeof LaunchDarklyService | typeof GoogleAnalyticsService | typeof GoogleTagManagerService | typeof ManageSessionServices | typeof TimeoutNotificationsService | typeof LoadingService)[];
|
|
34
1
|
export declare class ExuiCommonLibModule {
|
|
35
2
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AfterViewInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
export declare class HmctsErrorSummaryComponent implements AfterViewInit, OnChanges {
|
|
3
3
|
private readonly document;
|
|
4
|
-
errorMessages: any;
|
|
4
|
+
set errorMessages(value: any);
|
|
5
5
|
header: string;
|
|
6
6
|
showWarningMessage: boolean;
|
|
7
7
|
messages: object[];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { BookingCheckType } from './location.model';
|
|
1
2
|
import { PersonRole } from './person.model';
|
|
2
3
|
export declare type FilterFieldType = 'checkbox' | 'radio' | 'select' | 'find-person' | 'find-location' | 'checkbox-large';
|
|
3
4
|
export declare type FilterPersistence = 'local' | 'session' | 'memory';
|
|
@@ -40,6 +41,7 @@ export interface FilterFieldConfig {
|
|
|
40
41
|
subTitle?: string;
|
|
41
42
|
locationTitle?: string;
|
|
42
43
|
radioSelectionChange?: string;
|
|
44
|
+
bookingCheckType?: BookingCheckType;
|
|
43
45
|
}
|
|
44
46
|
export interface FilterSetting {
|
|
45
47
|
id: string;
|
package/lib/models/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export * from './contact-details.model';
|
|
|
3
3
|
export * from './due-date.model';
|
|
4
4
|
export * from './feature-user';
|
|
5
5
|
export * from './idle-config.model';
|
|
6
|
+
export * from './location.model';
|
|
6
7
|
export * from './pagination.model';
|
|
7
8
|
export * from './person.model';
|
|
8
9
|
export * from './public_api';
|
|
@@ -47,3 +47,14 @@ export interface LocationByEPIMMSModel {
|
|
|
47
47
|
is_case_management_location: string;
|
|
48
48
|
is_hearing_location: string;
|
|
49
49
|
}
|
|
50
|
+
export interface LocationsByService {
|
|
51
|
+
service?: string;
|
|
52
|
+
serviceCode?: string;
|
|
53
|
+
bookable?: boolean;
|
|
54
|
+
locations: Location[];
|
|
55
|
+
}
|
|
56
|
+
export declare enum BookingCheckType {
|
|
57
|
+
NO_CHECK = "NO_CHECK",
|
|
58
|
+
BOOKINGS_AND_BASE = "BOOKINGS_AND_BASE",
|
|
59
|
+
POSSIBLE_BOOKINGS = "POSSIBLE_BOOKINGS"
|
|
60
|
+
}
|
|
@@ -3,7 +3,7 @@ import { UserDetails } from '../../models/user-details.model';
|
|
|
3
3
|
export declare class CaseSharingStateService {
|
|
4
4
|
private caseState;
|
|
5
5
|
private readonly subject;
|
|
6
|
-
|
|
6
|
+
get state(): import("rxjs").Observable<SharedCase[]>;
|
|
7
7
|
constructor();
|
|
8
8
|
setCases(cases: SharedCase[]): void;
|
|
9
9
|
getCases(): SharedCase[];
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
export declare abstract class HasLoadingState {
|
|
3
|
-
|
|
3
|
+
get isLoading(): Observable<boolean>;
|
|
4
4
|
}
|
|
5
5
|
export declare class LoadingService implements HasLoadingState {
|
|
6
6
|
private readonly registered;
|
|
7
7
|
private readonly loading;
|
|
8
|
-
|
|
8
|
+
get isLoading(): Observable<boolean>;
|
|
9
9
|
register(): string;
|
|
10
10
|
unregister(token: string): void;
|
|
11
11
|
private generateToken;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import { LocationByEPIMMSModel } from '../../models/location.model';
|
|
3
|
+
import { LocationByEPIMMSModel, LocationsByService } from '../../models/location.model';
|
|
4
4
|
export declare class LocationService {
|
|
5
5
|
private readonly http;
|
|
6
6
|
constructor(http: HttpClient);
|
|
@@ -11,7 +11,7 @@ export declare class LocationService {
|
|
|
11
11
|
* @param searchTerm: any search term for postcode | site name | venue name |court name | court address etc.
|
|
12
12
|
* @return Observable<LocationByEPIMMSModel[]>: Array of locationModel in Observable
|
|
13
13
|
*/
|
|
14
|
-
getAllLocations(serviceIds: string, locationType: string, searchTerm: string): Observable<LocationByEPIMMSModel[]>;
|
|
14
|
+
getAllLocations(serviceIds: string, locationType: string, searchTerm: string, userLocations: LocationsByService[], bookingLocations: string[]): Observable<LocationByEPIMMSModel[]>;
|
|
15
15
|
/**
|
|
16
16
|
* @description searchLocations from service Ids/location type/search term
|
|
17
17
|
* @param serviceIds: BBA3 | BBA3,BFA1 split with ','
|
package/lib/window.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,17 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hmcts/rpx-xui-common-lib",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4-angular-upgrade-11",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^7.2.0",
|
|
6
|
-
"@angular/core": "^7.2.0",
|
|
7
|
-
"@angular/material": "^7.2.0",
|
|
8
|
-
"@angular/cdk": "^7.2.0",
|
|
9
5
|
"launchdarkly-js-client-sdk": "^2.15.2",
|
|
10
6
|
"ngx-pagination": "^3.2.1"
|
|
11
7
|
},
|
|
12
|
-
"publishConfig": {
|
|
13
|
-
"access": "public"
|
|
14
|
-
},
|
|
15
8
|
"license": "MIT",
|
|
16
9
|
"repository": "https://github.com/hmcts/rpx-xui-common-lib.git",
|
|
17
10
|
"description": "Angular web component for EXUI common library - xui-common-lib",
|
|
@@ -26,21 +19,15 @@
|
|
|
26
19
|
"email": "ronald.mansveld@hmcts.net"
|
|
27
20
|
}
|
|
28
21
|
],
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"node-sass": "^4.0.0"
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"tslib": "^2.0.0"
|
|
32
24
|
},
|
|
33
25
|
"main": "bundles/hmcts-rpx-xui-common-lib.umd.js",
|
|
34
|
-
"module": "
|
|
26
|
+
"module": "fesm2015/hmcts-rpx-xui-common-lib.js",
|
|
35
27
|
"es2015": "fesm2015/hmcts-rpx-xui-common-lib.js",
|
|
36
|
-
"esm5": "esm5/hmcts-rpx-xui-common-lib.js",
|
|
37
28
|
"esm2015": "esm2015/hmcts-rpx-xui-common-lib.js",
|
|
38
|
-
"fesm5": "fesm5/hmcts-rpx-xui-common-lib.js",
|
|
39
29
|
"fesm2015": "fesm2015/hmcts-rpx-xui-common-lib.js",
|
|
40
30
|
"typings": "hmcts-rpx-xui-common-lib.d.ts",
|
|
41
31
|
"metadata": "hmcts-rpx-xui-common-lib.metadata.json",
|
|
42
|
-
"sideEffects": false
|
|
43
|
-
|
|
44
|
-
"tslib": "^1.9.0"
|
|
45
|
-
}
|
|
46
|
-
}
|
|
32
|
+
"sideEffects": false
|
|
33
|
+
}
|
package/public-api.d.ts
CHANGED
|
@@ -1,7 +1,78 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
1
|
+
export { AccessibilityComponent } from './lib/components/accessibility/accessibility.component';
|
|
2
|
+
export { CheckboxListComponent } from './lib/components/checkbox-list/checkbox-list.component';
|
|
3
|
+
export { ContactDetailsComponent } from './lib/components/contact-details/contact-details.component';
|
|
4
|
+
export { CookieBannerComponent } from './lib/components/cookie-banner/cookie-banner.component';
|
|
5
|
+
export { DueDateComponent } from './lib/components/due-date/due-date.component';
|
|
6
|
+
export { ExuiPageWrapperComponent } from './lib/components/exui-main-wrapper/exui-page-wrapper.component';
|
|
7
|
+
export { FindLocationComponent } from './lib/components/find-location/find-location.component';
|
|
8
|
+
export { FindPersonComponent } from './lib/components/find-person/find-person.component';
|
|
9
|
+
export { GenericFilterComponent } from './lib/components/generic-filter/generic-filter.component';
|
|
10
|
+
export { HmctsSessionDialogComponent } from './lib/components/hmcts-session-dialog/hmcts-session-dialog.component';
|
|
11
|
+
export { InviteUserFormComponent } from './lib/components/invite-user-form/invite-user-form.component';
|
|
12
|
+
export { InviteUserPermissionComponent } from './lib/components/invite-user-permissions/invite-user-permission.component';
|
|
13
|
+
export { LoadingSpinnerComponent } from './lib/components/loading-spinner/loading-spinner.component';
|
|
14
|
+
export { PaginationComponent } from './lib/components/pagination/pagination.component';
|
|
15
|
+
export { SearchJudicialsComponent } from './lib/components/search-judicials/search-judicials.component';
|
|
16
|
+
export { SearchLocationComponent } from './lib/components/search-location/search-location.component';
|
|
17
|
+
export { SearchVenueComponent } from './lib/components/search-venue/search-venue.component';
|
|
18
|
+
export { SelectedCaseConfirmComponent } from './lib/components/selected-case-confirm/selected-case-confirm.component';
|
|
19
|
+
export { SelectedCaseListComponent } from './lib/components/selected-case-list/selected-case-list.component';
|
|
20
|
+
export { SelectedCaseComponent } from './lib/components/selected-case/selected-case.component';
|
|
21
|
+
export { ServiceMessageComponent } from './lib/components/service-message/service-message.component';
|
|
22
|
+
export { ServiceMessagesComponent } from './lib/components/service-messages/service-messages.component';
|
|
23
|
+
export { ShareCaseConfirmComponent } from './lib/components/share-case-confirm/share-case-confirm.component';
|
|
24
|
+
export { ShareCaseComponent } from './lib/components/share-case/share-case.component';
|
|
25
|
+
export { TabComponent } from './lib/components/tab/tab.component';
|
|
26
|
+
export { TcConfirmComponent } from './lib/components/tc-confirm/tc-confirm.component';
|
|
27
|
+
export { TcDisplayHtmlComponent } from './lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component';
|
|
28
|
+
export { TcDisplayPlainComponent } from './lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component';
|
|
29
|
+
export { TermsAndConditionsComponent } from './lib/components/terms-and-conditions/terms-and-conditions.component';
|
|
30
|
+
export { UserDetailsComponent } from './lib/components/user-details/user-details.component';
|
|
31
|
+
export { UserListComponent } from './lib/components/user-list/user-list.component';
|
|
32
|
+
export { UserSelectComponent } from './lib/components/user-select/user-select.component';
|
|
33
|
+
export { FeatureToggleDirective } from './lib/directives/feature-toggle/feature-toggle.directive';
|
|
34
|
+
export { LetDirective } from './lib/directives/let/let.directive';
|
|
35
|
+
export { GovUkCheckboxComponent } from './lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component';
|
|
36
|
+
export { GovUkCheckboxesComponent } from './lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component';
|
|
37
|
+
export { GovUkDateComponent } from './lib/gov-ui/components/gov-uk-date/gov-uk-date.component';
|
|
38
|
+
export { GovUkErrorMessageComponent } from './lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component';
|
|
39
|
+
export { GovUkFieldsetComponent } from './lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component';
|
|
40
|
+
export { GovUkFileUploadComponent } from './lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component';
|
|
41
|
+
export { GovUkFormGroupWrapperComponent } from './lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component';
|
|
42
|
+
export { GovUkInputComponent } from './lib/gov-ui/components/gov-uk-input/gov-uk-input.component';
|
|
43
|
+
export { GovUkLabelComponent } from './lib/gov-ui/components/gov-uk-label/gov-uk-label.component';
|
|
44
|
+
export { GovUkRadioComponent } from './lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component';
|
|
45
|
+
export { GovUkRadiosComponent } from './lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component';
|
|
46
|
+
export { GovUkSelectComponent } from './lib/gov-ui/components/gov-uk-select/gov-uk-select.component';
|
|
47
|
+
export { GovukTableComponent } from './lib/gov-ui/components/gov-uk-table/gov-uk-table.component';
|
|
48
|
+
export { GovUkTextareaComponent } from './lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component';
|
|
49
|
+
export { HmctsBannerComponent } from './lib/gov-ui/components/hmcts-banner/hmcts-banner.component';
|
|
50
|
+
export { HmctsErrorSummaryComponent } from './lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component';
|
|
51
|
+
export { HmctsIdentityBarComponent } from './lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component';
|
|
52
|
+
export { HmctsMainWrapperComponent } from './lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component';
|
|
53
|
+
export { HmctsPaginationComponent } from './lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component';
|
|
54
|
+
export { HmctsPrimaryNavigationComponent } from './lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component';
|
|
55
|
+
export { HmctsSubNavigationComponent, SubNavigation } from './lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component';
|
|
56
|
+
export { RemoveHostDirective } from './lib/gov-ui/directives/remove-host.directive';
|
|
57
|
+
export { CaseSharingStateService } from './lib/services/case-sharing-state/case-sharing-state.service';
|
|
58
|
+
export { FeatureToggleGuard } from './lib/services/feature-toggle/feature-toggle.guard';
|
|
59
|
+
export { FeatureToggleService } from './lib/services/feature-toggle/feature-toggle.service';
|
|
60
|
+
export { LaunchDarklyService } from './lib/services/feature-toggle/launch-darkly.service';
|
|
61
|
+
export { GoogleAnalyticsService } from './lib/services/google-analytics/google-analytics.service';
|
|
62
|
+
export { GoogleTagManagerService } from './lib/services/google-tag-manager/google-tag-manager.service';
|
|
63
|
+
export { ManageSessionServices } from './lib/services/manage-session/manage-session.services';
|
|
64
|
+
export { TimeoutNotificationsService } from './lib/services/timeout-notifications/timeout-notifications.service';
|
|
65
|
+
export { RoleGuard, RoleMatching } from './lib/services/role-guard/role.guard';
|
|
66
|
+
export { RoleService } from './lib/services/role-guard/role.service';
|
|
67
|
+
export { CookieService } from './lib/services/cookie/cookie.service';
|
|
68
|
+
export { LoadingService } from './lib/services/loading/loading.service';
|
|
69
|
+
export { LocationService } from './lib/services/locations/location.service';
|
|
70
|
+
export { FilterService } from './lib/services/filter/filter.service';
|
|
71
|
+
export { FindAPersonService } from './lib/services/find-person/find-person.service';
|
|
72
|
+
export { SessionStorageService } from './lib/services/session-storage/session-storage.service';
|
|
73
|
+
export { FeatureUser } from './lib/models/feature-user';
|
|
74
|
+
export { PersonRole, Person } from './lib/models/person.model';
|
|
75
|
+
export { FilterSetting, FilterPersistence, FilterFieldConfig, FilterError, FilterConfig } from './lib/models/filter.model';
|
|
76
|
+
export { TCDocument } from './lib/models/tcDocument.model';
|
|
77
|
+
export { BadgeColour, ContactDetailsDataModel } from './lib/models/contact-details.model';
|
|
78
|
+
export { ExuiCommonLibModule } from './lib/exui-common-lib.module';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/components/index.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
export { AccessibilityComponent, CheckboxListComponent, ContactDetailsComponent, DueDateComponent, GenericFilterComponent, HmctsSessionDialogComponent, InviteUserFormComponent, InviteUserPermissionComponent, LoadingSpinnerComponent, SelectedCaseConfirmComponent, SelectedCaseListComponent, SelectedCaseComponent, ServiceMessageComponent, ServiceMessagesComponent, ShareCaseConfirmComponent, ShareCaseComponent, TabComponent, TcConfirmComponent, TcDisplayHtmlComponent, TcDisplayPlainComponent, TermsAndConditionsComponent, UserDetailsComponent, UserListComponent, CookieBannerComponent, FindLocationComponent, SearchLocationComponent, PaginationComponent } from './public_api';
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AaG1jdHMvcnB4LXh1aS1jb21tb24tbGliLyIsInNvdXJjZXMiOlsibGliL2NvbXBvbmVudHMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSxzcEJBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wdWJsaWNfYXBpJztcbiJdfQ==
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/components/public_api.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
export { AccessibilityComponent } from './accessibility/accessibility.component';
|
|
7
|
-
export { CheckboxListComponent } from './checkbox-list/checkbox-list.component';
|
|
8
|
-
export { ContactDetailsComponent } from './contact-details/contact-details.component';
|
|
9
|
-
export { DueDateComponent } from './due-date/due-date.component';
|
|
10
|
-
export { GenericFilterComponent } from './generic-filter/generic-filter.component';
|
|
11
|
-
export { HmctsSessionDialogComponent } from './hmcts-session-dialog/hmcts-session-dialog.component';
|
|
12
|
-
export { InviteUserFormComponent } from './invite-user-form/invite-user-form.component';
|
|
13
|
-
export { InviteUserPermissionComponent } from './invite-user-permissions/invite-user-permission.component';
|
|
14
|
-
export { LoadingSpinnerComponent } from './loading-spinner/loading-spinner.component';
|
|
15
|
-
export { SelectedCaseConfirmComponent } from './selected-case-confirm/selected-case-confirm.component';
|
|
16
|
-
export { SelectedCaseListComponent } from './selected-case-list/selected-case-list.component';
|
|
17
|
-
export { SelectedCaseComponent } from './selected-case/selected-case.component';
|
|
18
|
-
export { ServiceMessageComponent } from './service-message/service-message.component';
|
|
19
|
-
export { ServiceMessagesComponent } from './service-messages/service-messages.component';
|
|
20
|
-
export { ShareCaseConfirmComponent } from './share-case-confirm/share-case-confirm.component';
|
|
21
|
-
export { ShareCaseComponent } from './share-case/share-case.component';
|
|
22
|
-
export { TabComponent } from './tab/tab.component';
|
|
23
|
-
export { TcConfirmComponent } from './tc-confirm/tc-confirm.component';
|
|
24
|
-
export { TcDisplayHtmlComponent } from './terms-and-conditions/tc-display/tc-display-html/tc-display-html.component';
|
|
25
|
-
export { TcDisplayPlainComponent } from './terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component';
|
|
26
|
-
export { TermsAndConditionsComponent } from './terms-and-conditions/terms-and-conditions.component';
|
|
27
|
-
export { UserDetailsComponent } from './user-details/user-details.component';
|
|
28
|
-
export { UserListComponent } from './user-list/user-list.component';
|
|
29
|
-
export { CookieBannerComponent } from './cookie-banner/cookie-banner.component';
|
|
30
|
-
export { FindLocationComponent } from './find-location/find-location.component';
|
|
31
|
-
export { SearchLocationComponent } from './search-location/search-location.component';
|
|
32
|
-
export { PaginationComponent } from './pagination/pagination.component';
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BobWN0cy9ycHgteHVpLWNvbW1vbi1saWIvIiwic291cmNlcyI6WyJsaWIvY29tcG9uZW50cy9wdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsdUNBQWMseUNBQXlDLENBQUM7QUFDeEQsc0NBQWMseUNBQXlDLENBQUM7QUFDeEQsd0NBQWMsNkNBQTZDLENBQUM7QUFDNUQsaUNBQWMsK0JBQStCLENBQUM7QUFDOUMsdUNBQWMsMkNBQTJDLENBQUM7QUFDMUQsNENBQWMsdURBQXVELENBQUM7QUFDdEUsd0NBQWMsK0NBQStDLENBQUM7QUFDOUQsOENBQWMsNERBQTRELENBQUM7QUFDM0Usd0NBQWMsNkNBQTZDLENBQUM7QUFDNUQsNkNBQWMseURBQXlELENBQUM7QUFDeEUsMENBQWMsbURBQW1ELENBQUM7QUFDbEUsc0NBQWMseUNBQXlDLENBQUM7QUFDeEQsd0NBQWMsNkNBQTZDLENBQUM7QUFDNUQseUNBQWMsK0NBQStDLENBQUM7QUFDOUQsMENBQWMsbURBQW1ELENBQUM7QUFDbEUsbUNBQWMsbUNBQW1DLENBQUM7QUFDbEQsNkJBQWMscUJBQXFCLENBQUM7QUFDcEMsbUNBQWMsbUNBQW1DLENBQUM7QUFDbEQsdUNBQWMsNkVBQTZFLENBQUM7QUFDNUYsd0NBQWMsK0VBQStFLENBQUM7QUFDOUYsNENBQWMsdURBQXVELENBQUM7QUFDdEUscUNBQWMsdUNBQXVDLENBQUM7QUFDdEQsa0NBQWMsaUNBQWlDLENBQUM7QUFDaEQsc0NBQWMseUNBQXlDLENBQUM7QUFDeEQsc0NBQWMseUNBQXlDLENBQUM7QUFDeEQsd0NBQWMsNkNBQTZDLENBQUM7QUFDNUQsb0NBQWMsbUNBQW1DLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2FjY2Vzc2liaWxpdHkvYWNjZXNzaWJpbGl0eS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9jaGVja2JveC1saXN0L2NoZWNrYm94LWxpc3QuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vY29udGFjdC1kZXRhaWxzL2NvbnRhY3QtZGV0YWlscy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9kdWUtZGF0ZS9kdWUtZGF0ZS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9nZW5lcmljLWZpbHRlci9nZW5lcmljLWZpbHRlci5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9obWN0cy1zZXNzaW9uLWRpYWxvZy9obWN0cy1zZXNzaW9uLWRpYWxvZy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9pbnZpdGUtdXNlci1mb3JtL2ludml0ZS11c2VyLWZvcm0uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vaW52aXRlLXVzZXItcGVybWlzc2lvbnMvaW52aXRlLXVzZXItcGVybWlzc2lvbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9sb2FkaW5nLXNwaW5uZXIvbG9hZGluZy1zcGlubmVyLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3NlbGVjdGVkLWNhc2UtY29uZmlybS9zZWxlY3RlZC1jYXNlLWNvbmZpcm0uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vc2VsZWN0ZWQtY2FzZS1saXN0L3NlbGVjdGVkLWNhc2UtbGlzdC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9zZWxlY3RlZC1jYXNlL3NlbGVjdGVkLWNhc2UuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vc2VydmljZS1tZXNzYWdlL3NlcnZpY2UtbWVzc2FnZS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9zZXJ2aWNlLW1lc3NhZ2VzL3NlcnZpY2UtbWVzc2FnZXMuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vc2hhcmUtY2FzZS1jb25maXJtL3NoYXJlLWNhc2UtY29uZmlybS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9zaGFyZS1jYXNlL3NoYXJlLWNhc2UuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vdGFiL3RhYi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi90Yy1jb25maXJtL3RjLWNvbmZpcm0uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vdGVybXMtYW5kLWNvbmRpdGlvbnMvdGMtZGlzcGxheS90Yy1kaXNwbGF5LWh0bWwvdGMtZGlzcGxheS1odG1sLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3Rlcm1zLWFuZC1jb25kaXRpb25zL3RjLWRpc3BsYXkvdGMtZGlzcGxheS1wbGFpbi90Yy1kaXNwbGF5LXBsYWluLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3Rlcm1zLWFuZC1jb25kaXRpb25zL3Rlcm1zLWFuZC1jb25kaXRpb25zLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3VzZXItZGV0YWlscy91c2VyLWRldGFpbHMuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vdXNlci1saXN0L3VzZXItbGlzdC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9jb29raWUtYmFubmVyL2Nvb2tpZS1iYW5uZXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vZmluZC1sb2NhdGlvbi9maW5kLWxvY2F0aW9uLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3NlYXJjaC1sb2NhdGlvbi9zZWFyY2gtbG9jYXRpb24uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vcGFnaW5hdGlvbi9wYWdpbmF0aW9uLmNvbXBvbmVudCc7XG4iXX0=
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/directives/index.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
export { FeatureToggleDirective, LetContext, LetDirective } from './public-api';
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AaG1jdHMvcnB4LXh1aS1jb21tb24tbGliLyIsInNvdXJjZXMiOlsibGliL2RpcmVjdGl2ZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSxpRUFBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/directives/public-api.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
export { FeatureToggleDirective } from './feature-toggle/feature-toggle.directive';
|
|
7
|
-
export { LetContext, LetDirective } from './let/let.directive';
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BobWN0cy9ycHgteHVpLWNvbW1vbi1saWIvIiwic291cmNlcyI6WyJsaWIvZGlyZWN0aXZlcy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsdUNBQWMsMkNBQTJDLENBQUM7QUFDMUQseUNBQWMscUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2ZlYXR1cmUtdG9nZ2xlL2ZlYXR1cmUtdG9nZ2xlLmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL2xldC9sZXQuZGlyZWN0aXZlJztcbiJdfQ==
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/gov-ui/components/index.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
export { HmctsSubNavigationComponent } from './public_api';
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AaG1jdHMvcnB4LXh1aS1jb21tb24tbGliLyIsInNvdXJjZXMiOlsibGliL2dvdi11aS9jb21wb25lbnRzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsNENBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wdWJsaWNfYXBpJztcbiJdfQ==
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/gov-ui/components/public_api.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
export { HmctsSubNavigationComponent } from './hmcts-sub-navigation/hmcts-sub-navigation.component';
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BobWN0cy9ycHgteHVpLWNvbW1vbi1saWIvIiwic291cmNlcyI6WyJsaWIvZ292LXVpL2NvbXBvbmVudHMvcHVibGljX2FwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLDRDQUFjLHVEQUF1RCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9obWN0cy1zdWItbmF2aWdhdGlvbi9obWN0cy1zdWItbmF2aWdhdGlvbi5jb21wb25lbnQnO1xuIl19
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/gov-ui/gov-ui.service.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
import { Injectable } from '@angular/core';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export class GovUiService {
|
|
9
|
-
constructor() { }
|
|
10
|
-
}
|
|
11
|
-
GovUiService.decorators = [
|
|
12
|
-
{ type: Injectable, args: [{
|
|
13
|
-
providedIn: 'root'
|
|
14
|
-
},] }
|
|
15
|
-
];
|
|
16
|
-
/** @nocollapse */
|
|
17
|
-
GovUiService.ctorParameters = () => [];
|
|
18
|
-
/** @nocollapse */ GovUiService.ngInjectableDef = i0.ɵɵdefineInjectable({ factory: function GovUiService_Factory() { return new GovUiService(); }, token: GovUiService, providedIn: "root" });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ292LXVpLnNlcnZpY2UuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AaG1jdHMvcnB4LXh1aS1jb21tb24tbGliLyIsInNvdXJjZXMiOlsibGliL2dvdi11aS9nb3YtdWkuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBSzNDLE1BQU0sT0FBTyxZQUFZO0lBRXZCLGdCQUFnQixDQUFDOzs7WUFMbEIsVUFBVSxTQUFDO2dCQUNWLFVBQVUsRUFBRSxNQUFNO2FBQ25CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ASW5qZWN0YWJsZSh7XG4gIHByb3ZpZGVkSW46ICdyb290J1xufSlcbmV4cG9ydCBjbGFzcyBHb3ZVaVNlcnZpY2Uge1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG59XG4iXX0=
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* Generated from: lib/gov-ui/index.ts
|
|
4
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
-
*/
|
|
6
|
-
export { GovUiService, checkboxesBeCheckedValidator, dateValidator, radioGroupValidator, HmctsSubNavigationComponent } from './public_api';
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AaG1jdHMvcnB4LXh1aS1jb21tb24tbGliLyIsInNvdXJjZXMiOlsibGliL2dvdi11aS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLDRIQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcHVibGljX2FwaSc7XG4iXX0=
|