@hmcts/rpx-xui-common-lib 1.8.0-angular-upgrade-9-rc.10 → 2.0.0-angular-upgrade-8
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 +7405 -3198
- package/bundles/hmcts-rpx-xui-common-lib.umd.js.map +1 -1
- package/bundles/hmcts-rpx-xui-common-lib.umd.min.js +2 -2
- package/bundles/hmcts-rpx-xui-common-lib.umd.min.js.map +1 -1
- package/esm2015/hmcts-rpx-xui-common-lib.js +10 -5
- package/esm2015/lib/components/accessibility/accessibility.component.js +17 -13
- package/esm2015/lib/components/checkbox-list/checkbox-list.component.js +127 -45
- package/esm2015/lib/components/contact-details/contact-details.component.js +23 -16
- package/esm2015/lib/components/cookie-banner/cookie-banner.component.js +78 -31
- package/esm2015/lib/components/due-date/due-date.component.js +110 -24
- package/esm2015/lib/components/exui-main-wrapper/exui-page-wrapper.component.js +34 -29
- package/esm2015/lib/components/find-location/find-location.component.js +140 -69
- package/esm2015/lib/components/find-person/find-person.component.js +180 -97
- package/esm2015/lib/components/generic-filter/generic-filter-utils.js +55 -11
- package/esm2015/lib/components/generic-filter/generic-filter.component.js +293 -54
- package/esm2015/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.js +29 -20
- package/esm2015/lib/components/index.js +7 -2
- package/esm2015/lib/components/invite-user-form/invite-user-form.component.js +33 -23
- package/esm2015/lib/components/invite-user-permissions/invite-user-permission.component.js +35 -34
- package/esm2015/lib/components/loading-spinner/loading-spinner.component.js +22 -16
- package/esm2015/lib/components/pagination/pagination.component.js +38 -28
- package/esm2015/lib/components/public_api.js +33 -33
- package/esm2015/lib/components/search-judicials/search-judicials.component.js +156 -70
- package/esm2015/lib/components/search-location/search-location.component.js +183 -80
- package/esm2015/lib/components/search-venue/search-venue.component.js +154 -62
- package/esm2015/lib/components/selected-case/selected-case.component.js +191 -54
- package/esm2015/lib/components/selected-case-confirm/selected-case-confirm.component.js +53 -22
- package/esm2015/lib/components/selected-case-list/selected-case-list.component.js +68 -38
- package/esm2015/lib/components/service-message/service-message.component.js +32 -23
- package/esm2015/lib/components/service-messages/service-messages.component.js +77 -29
- package/esm2015/lib/components/share-case/share-case.component.js +104 -45
- package/esm2015/lib/components/share-case-confirm/share-case-confirm.component.js +50 -27
- package/esm2015/lib/components/tab/tab.component.js +37 -19
- package/esm2015/lib/components/tc-confirm/tc-confirm.component.js +29 -20
- package/esm2015/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.js +17 -13
- package/esm2015/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.js +17 -13
- package/esm2015/lib/components/terms-and-conditions/terms-and-conditions.component.js +23 -16
- package/esm2015/lib/components/user-details/user-details.component.js +57 -47
- package/esm2015/lib/components/user-list/user-list.component.js +54 -19
- package/esm2015/lib/components/user-select/user-select.component.js +64 -23
- package/esm2015/lib/directives/feature-toggle/feature-toggle.directive.js +67 -21
- package/esm2015/lib/directives/index.js +7 -2
- package/esm2015/lib/directives/let/let.directive.js +49 -16
- package/esm2015/lib/directives/public-api.js +8 -3
- package/esm2015/lib/exui-common-lib.module.js +39 -34
- package/esm2015/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.js +34 -23
- package/esm2015/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.js +23 -18
- package/esm2015/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.js +68 -30
- package/esm2015/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.js +25 -19
- package/esm2015/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.js +28 -19
- package/esm2015/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.js +36 -23
- package/esm2015/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.js +28 -23
- package/esm2015/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.js +35 -24
- package/esm2015/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.js +22 -15
- package/esm2015/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.js +35 -23
- package/esm2015/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.js +23 -18
- package/esm2015/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.js +34 -27
- package/esm2015/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.js +47 -32
- package/esm2015/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.js +29 -22
- package/esm2015/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.js +26 -20
- package/esm2015/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.js +56 -26
- package/esm2015/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.js +27 -17
- package/esm2015/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.js +52 -40
- package/esm2015/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.js +39 -43
- package/esm2015/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.js +36 -29
- package/esm2015/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.js +40 -18
- package/esm2015/lib/gov-ui/components/index.js +7 -2
- package/esm2015/lib/gov-ui/components/public_api.js +7 -22
- package/esm2015/lib/gov-ui/directives/remove-host.directive.js +30 -12
- package/esm2015/lib/gov-ui/gov-ui.service.js +16 -12
- package/esm2015/lib/gov-ui/index.js +7 -2
- package/esm2015/lib/gov-ui/models/banner-data-model.js +16 -1
- package/esm2015/lib/gov-ui/models/checkboxes-model.js +22 -1
- package/esm2015/lib/gov-ui/models/error-messages-model.js +16 -1
- package/esm2015/lib/gov-ui/models/gov-ui-config-model.js +36 -1
- package/esm2015/lib/gov-ui/models/index.js +7 -1
- package/esm2015/lib/gov-ui/models/isession-storage.interface.js +24 -1
- package/esm2015/lib/gov-ui/models/public_api.js +10 -1
- package/esm2015/lib/gov-ui/public_api.js +9 -5
- package/esm2015/lib/gov-ui/util/helpers/html-templates.helper.js +14 -4
- package/esm2015/lib/gov-ui/util/session-storage/session-storage-utils.js +48 -12
- package/esm2015/lib/gov-ui/validators/checkboxes-be-checked.validator.js +24 -5
- package/esm2015/lib/gov-ui/validators/date.validator.js +20 -3
- package/esm2015/lib/gov-ui/validators/index.js +7 -2
- package/esm2015/lib/gov-ui/validators/public_api.js +9 -4
- package/esm2015/lib/gov-ui/validators/radio-group.validator.js +15 -3
- package/esm2015/lib/models/case-share.model.js +26 -1
- package/esm2015/lib/models/contact-details.model.js +31 -7
- package/esm2015/lib/models/due-date.model.js +14 -7
- package/esm2015/lib/models/feature-user.js +16 -1
- package/esm2015/lib/models/filter.model.js +116 -1
- package/esm2015/lib/models/idle-config.model.js +20 -1
- package/esm2015/lib/models/index.js +19 -6
- package/esm2015/lib/models/location.model.js +108 -1
- package/esm2015/lib/models/pagination.model.js +18 -0
- package/esm2015/lib/models/person.model.js +92 -17
- package/esm2015/lib/models/public_api.js +11 -4
- package/esm2015/lib/models/search-options.model.js +22 -1
- package/esm2015/lib/models/tcDocument.model.js +18 -1
- package/esm2015/lib/models/timeout-notification.model.js +18 -1
- package/esm2015/lib/models/user-details.model.js +22 -1
- package/esm2015/lib/models/user.model.js +25 -1
- package/esm2015/lib/services/case-sharing-state/case-sharing-state.service.js +92 -19
- package/esm2015/lib/services/cookie/cookie.service.js +78 -19
- package/esm2015/lib/services/feature-toggle/feature-toggle.guard.js +51 -16
- package/esm2015/lib/services/feature-toggle/feature-toggle.service.js +35 -11
- package/esm2015/lib/services/feature-toggle/launch-darkly.service.js +101 -21
- package/esm2015/lib/services/filter/filter.service.js +63 -11
- package/esm2015/lib/services/find-person/find-person.service.js +130 -25
- package/esm2015/lib/services/google-analytics/google-analytics.service.js +70 -21
- package/esm2015/lib/services/google-tag-manager/google-tag-manager.service.js +71 -23
- package/esm2015/lib/services/index.js +7 -2
- package/esm2015/lib/services/loading/loading.service.js +48 -11
- package/esm2015/lib/services/locations/location.service.js +35 -22
- package/esm2015/lib/services/manage-session/manage-session.services.js +70 -21
- package/esm2015/lib/services/public-api.js +18 -13
- package/esm2015/lib/services/role-guard/role.guard.js +61 -24
- package/esm2015/lib/services/role-guard/role.service.js +28 -11
- package/esm2015/lib/services/session-storage/session-storage.service.js +24 -12
- package/esm2015/lib/services/timeout-notifications/timeout-notifications.service.js +82 -20
- package/esm2015/lib/window.js +10 -1
- package/esm2015/public-api.js +13 -8
- package/esm5/hmcts-rpx-xui-common-lib.js +10 -5
- package/esm5/lib/components/accessibility/accessibility.component.js +15 -10
- package/esm5/lib/components/checkbox-list/checkbox-list.component.js +232 -57
- package/esm5/lib/components/contact-details/contact-details.component.js +22 -14
- package/esm5/lib/components/cookie-banner/cookie-banner.component.js +106 -36
- package/esm5/lib/components/due-date/due-date.component.js +142 -29
- package/esm5/lib/components/exui-main-wrapper/exui-page-wrapper.component.js +33 -27
- package/esm5/lib/components/find-location/find-location.component.js +180 -80
- package/esm5/lib/components/find-person/find-person.component.js +203 -102
- package/esm5/lib/components/generic-filter/generic-filter-utils.js +57 -13
- package/esm5/lib/components/generic-filter/generic-filter.component.js +421 -85
- package/esm5/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.js +32 -19
- package/esm5/lib/components/index.js +7 -2
- package/esm5/lib/components/invite-user-form/invite-user-form.component.js +37 -23
- package/esm5/lib/components/invite-user-permissions/invite-user-permission.component.js +34 -32
- package/esm5/lib/components/loading-spinner/loading-spinner.component.js +21 -14
- package/esm5/lib/components/pagination/pagination.component.js +45 -28
- package/esm5/lib/components/public_api.js +33 -33
- package/esm5/lib/components/search-judicials/search-judicials.component.js +198 -78
- package/esm5/lib/components/search-location/search-location.component.js +217 -89
- package/esm5/lib/components/search-venue/search-venue.component.js +199 -71
- package/esm5/lib/components/selected-case/selected-case.component.js +279 -72
- package/esm5/lib/components/selected-case-confirm/selected-case-confirm.component.js +61 -22
- package/esm5/lib/components/selected-case-list/selected-case-list.component.js +82 -39
- package/esm5/lib/components/service-message/service-message.component.js +36 -22
- package/esm5/lib/components/service-messages/service-messages.component.js +91 -30
- package/esm5/lib/components/share-case/share-case.component.js +138 -52
- package/esm5/lib/components/share-case-confirm/share-case-confirm.component.js +49 -25
- package/esm5/lib/components/tab/tab.component.js +41 -18
- package/esm5/lib/components/tc-confirm/tc-confirm.component.js +32 -19
- package/esm5/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.js +15 -10
- package/esm5/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.js +15 -10
- package/esm5/lib/components/terms-and-conditions/terms-and-conditions.component.js +22 -14
- package/esm5/lib/components/user-details/user-details.component.js +71 -48
- package/esm5/lib/components/user-list/user-list.component.js +65 -18
- package/esm5/lib/components/user-select/user-select.component.js +92 -27
- package/esm5/lib/directives/feature-toggle/feature-toggle.directive.js +70 -21
- package/esm5/lib/directives/index.js +7 -2
- package/esm5/lib/directives/let/let.directive.js +51 -15
- package/esm5/lib/directives/public-api.js +8 -3
- package/esm5/lib/exui-common-lib.module.js +33 -25
- package/esm5/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.js +37 -22
- package/esm5/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.js +22 -16
- package/esm5/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.js +89 -32
- package/esm5/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.js +24 -17
- package/esm5/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.js +31 -18
- package/esm5/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.js +43 -23
- package/esm5/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.js +27 -21
- package/esm5/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.js +45 -24
- package/esm5/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.js +21 -13
- package/esm5/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.js +44 -18
- package/esm5/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.js +22 -16
- package/esm5/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.js +37 -26
- package/esm5/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.js +51 -31
- package/esm5/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.js +32 -21
- package/esm5/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.js +25 -18
- package/esm5/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.js +71 -28
- package/esm5/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.js +27 -16
- package/esm5/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.js +60 -41
- package/esm5/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.js +37 -40
- package/esm5/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.js +36 -28
- package/esm5/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.js +39 -16
- package/esm5/lib/gov-ui/components/index.js +7 -2
- package/esm5/lib/gov-ui/components/public_api.js +7 -22
- package/esm5/lib/gov-ui/directives/remove-host.directive.js +29 -10
- package/esm5/lib/gov-ui/gov-ui.service.js +14 -9
- package/esm5/lib/gov-ui/index.js +7 -2
- package/esm5/lib/gov-ui/models/banner-data-model.js +16 -1
- package/esm5/lib/gov-ui/models/checkboxes-model.js +22 -1
- package/esm5/lib/gov-ui/models/error-messages-model.js +16 -1
- package/esm5/lib/gov-ui/models/gov-ui-config-model.js +36 -1
- package/esm5/lib/gov-ui/models/index.js +7 -1
- package/esm5/lib/gov-ui/models/isession-storage.interface.js +24 -1
- package/esm5/lib/gov-ui/models/public_api.js +10 -1
- package/esm5/lib/gov-ui/public_api.js +9 -5
- package/esm5/lib/gov-ui/util/helpers/html-templates.helper.js +34 -3
- package/esm5/lib/gov-ui/util/session-storage/session-storage-utils.js +48 -12
- package/esm5/lib/gov-ui/validators/checkboxes-be-checked.validator.js +24 -5
- package/esm5/lib/gov-ui/validators/date.validator.js +20 -3
- package/esm5/lib/gov-ui/validators/index.js +7 -2
- package/esm5/lib/gov-ui/validators/public_api.js +9 -4
- package/esm5/lib/gov-ui/validators/radio-group.validator.js +15 -3
- package/esm5/lib/models/case-share.model.js +26 -1
- package/esm5/lib/models/contact-details.model.js +31 -7
- package/esm5/lib/models/due-date.model.js +14 -7
- package/esm5/lib/models/feature-user.js +16 -1
- package/esm5/lib/models/filter.model.js +116 -1
- package/esm5/lib/models/idle-config.model.js +20 -1
- package/esm5/lib/models/index.js +19 -6
- package/esm5/lib/models/location.model.js +108 -1
- package/esm5/lib/models/pagination.model.js +18 -0
- package/esm5/lib/models/person.model.js +92 -17
- package/esm5/lib/models/public_api.js +11 -4
- package/esm5/lib/models/search-options.model.js +22 -1
- package/esm5/lib/models/tcDocument.model.js +18 -1
- package/esm5/lib/models/timeout-notification.model.js +18 -1
- package/esm5/lib/models/user-details.model.js +22 -1
- package/esm5/lib/models/user.model.js +25 -1
- package/esm5/lib/services/case-sharing-state/case-sharing-state.service.js +132 -27
- package/esm5/lib/services/cookie/cookie.service.js +104 -21
- package/esm5/lib/services/feature-toggle/feature-toggle.guard.js +61 -13
- package/esm5/lib/services/feature-toggle/feature-toggle.service.js +70 -12
- package/esm5/lib/services/feature-toggle/launch-darkly.service.js +142 -21
- package/esm5/lib/services/filter/filter.service.js +101 -15
- package/esm5/lib/services/find-person/find-person.service.js +152 -27
- package/esm5/lib/services/google-analytics/google-analytics.service.js +78 -21
- package/esm5/lib/services/google-tag-manager/google-tag-manager.service.js +79 -23
- package/esm5/lib/services/index.js +7 -2
- package/esm5/lib/services/loading/loading.service.js +69 -14
- package/esm5/lib/services/locations/location.service.js +50 -11
- package/esm5/lib/services/manage-session/manage-session.services.js +73 -20
- package/esm5/lib/services/public-api.js +18 -13
- package/esm5/lib/services/role-guard/role.guard.js +60 -22
- package/esm5/lib/services/role-guard/role.service.js +28 -10
- package/esm5/lib/services/session-storage/session-storage.service.js +61 -12
- package/esm5/lib/services/timeout-notifications/timeout-notifications.service.js +111 -19
- package/esm5/lib/window.js +10 -1
- package/esm5/public-api.js +13 -8
- package/fesm2015/hmcts-rpx-xui-common-lib.js +6519 -3251
- package/fesm2015/hmcts-rpx-xui-common-lib.js.map +1 -1
- package/fesm5/hmcts-rpx-xui-common-lib.js +7443 -3202
- package/fesm5/hmcts-rpx-xui-common-lib.js.map +1 -1
- package/hmcts-rpx-xui-common-lib.d.ts +3 -3
- package/hmcts-rpx-xui-common-lib.metadata.json +1 -1
- package/lib/components/checkbox-list/checkbox-list.component.d.ts +5 -6
- package/lib/components/due-date/due-date.component.d.ts +4 -4
- package/lib/components/find-location/find-location.component.d.ts +2 -4
- package/lib/components/generic-filter/generic-filter.component.d.ts +2 -4
- package/lib/components/invite-user-form/invite-user-form.component.d.ts +1 -1
- package/lib/components/public_api.d.ts +4 -9
- package/lib/components/search-judicials/search-judicials.component.d.ts +1 -1
- package/lib/components/search-location/search-location.component.d.ts +2 -4
- package/lib/components/search-venue/search-venue.component.d.ts +1 -1
- package/lib/components/user-list/user-list.component.d.ts +9 -2
- 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 +3 -2
- 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-pagination/hmcts-pagination.component.d.ts +2 -3
- package/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.d.ts +1 -1
- package/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.d.ts +2 -0
- package/lib/gov-ui/components/public_api.d.ts +0 -20
- package/lib/gov-ui/public_api.d.ts +1 -2
- package/lib/models/index.d.ts +1 -0
- package/lib/models/pagination.model.d.ts +5 -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/role-guard/role.service.d.ts +1 -2
- package/lib/window.d.ts +1 -1
- package/package.json +10 -6
- package/esm2015/lib/gov-ui/directives/index.js +0 -2
- package/esm2015/lib/gov-ui/directives/public_api.js +0 -2
- package/esm5/lib/gov-ui/directives/index.js +0 -2
- package/esm5/lib/gov-ui/directives/public_api.js +0 -2
- package/lib/gov-ui/directives/index.d.ts +0 -1
- package/lib/gov-ui/directives/public_api.d.ts +0 -1
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview added by tsickle
|
|
3
|
+
* Generated from: lib/components/hmcts-session-dialog/hmcts-session-dialog.component.ts
|
|
4
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
+
*/
|
|
2
6
|
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
3
7
|
/*
|
|
4
8
|
* Gov UK Dialog Component
|
|
@@ -9,26 +13,35 @@ var HmctsSessionDialogComponent = /** @class */ (function () {
|
|
|
9
13
|
function HmctsSessionDialogComponent() {
|
|
10
14
|
this.close = new EventEmitter();
|
|
11
15
|
}
|
|
12
|
-
|
|
16
|
+
/**
|
|
17
|
+
* @return {?}
|
|
18
|
+
*/
|
|
19
|
+
HmctsSessionDialogComponent.prototype.onClose = /**
|
|
20
|
+
* @return {?}
|
|
21
|
+
*/
|
|
22
|
+
function () {
|
|
13
23
|
this.close.emit();
|
|
14
24
|
};
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
HmctsSessionDialogComponent =
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}),
|
|
29
|
-
__metadata("design:paramtypes", [])
|
|
30
|
-
], HmctsSessionDialogComponent);
|
|
25
|
+
HmctsSessionDialogComponent.decorators = [
|
|
26
|
+
{ type: Component, args: [{
|
|
27
|
+
selector: 'xuilib-session-dialog',
|
|
28
|
+
template: "<div class=\"gem-c-modal-dialogue\" data-module=\"modal-dialogue\" id=\"modal-default\" style=\"display: block;\">\n <div class=\"gem-c-modal-dialogue__overlay\"></div>\n <dialog class=\"gem-c-modal-dialogue__box\" aria-modal=\"true\" role=\"dialog\" tabindex=\"0\" [ngStyle]=\"{'margin-top': positionTop}\">\n <div class=\"gem-c-modal-dialogue__header\">\n <svg role=\"presentation\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 38 38\" height=\"33\" width=\"33\">\n <style type=\"text/css\">\n .st0{fill:#FFFFFF;}\n </style>\n <g id=\"_4_-_granular_components_warning_icon\" transform=\"translate(0.5 0.5)\">\n <g id=\"Warning_icon\" transform=\"translate(0)\">\n <path id=\"Exclusion_1\" class=\"st0\" d=\"M18.5,37.5c-5.04,0.01-9.88-1.99-13.44-5.57C1.49,28.38-0.51,23.54-0.5,18.5\n c-0.01-5.04,1.99-9.88,5.56-13.43C8.62,1.49,13.46-0.51,18.5-0.5c5.04-0.01,9.88,1.99,13.44,5.56c3.57,3.56,5.58,8.39,5.56,13.44\n c0.01,5.04-1.99,9.88-5.56,13.44C28.38,35.51,23.54,37.51,18.5,37.5z M18.52,24.29c-0.4,0-0.8,0.08-1.17,0.23\n c-0.36,0.15-0.69,0.37-0.97,0.64c-0.28,0.27-0.5,0.59-0.65,0.95c-0.16,0.36-0.24,0.76-0.23,1.15c0,0.4,0.08,0.8,0.23,1.17\n c0.15,0.36,0.37,0.68,0.65,0.96c0.28,0.27,0.61,0.49,0.97,0.64c0.37,0.16,0.77,0.24,1.17,0.24c0.4,0,0.79-0.08,1.15-0.24\n c0.35-0.15,0.67-0.37,0.95-0.64c0.27-0.27,0.49-0.6,0.64-0.96c0.16-0.37,0.24-0.77,0.23-1.17c0-0.4-0.08-0.79-0.23-1.15\n c-0.15-0.35-0.37-0.67-0.64-0.95c-0.27-0.27-0.6-0.49-0.95-0.64C19.31,24.37,18.92,24.29,18.52,24.29L18.52,24.29z M16.11,7.5\n l0.42,14.87h3.91L20.86,7.5H16.11z\"/>\n </g>\n </g>\n </svg>\n <div class=\"gem-c-modal-dialogue__title\">We are about to sign you out</div>\n </div>\n <div class=\"gem-c-modal-dialogue__content\">\n <ng-content></ng-content>\n </div>\n </dialog>\n</div>\n",
|
|
29
|
+
styles: [".gem-c-modal-dialogue{display:none;position:fixed;z-index:1000;top:0;left:0;width:100%;height:100%;overflow-x:hidden;overflow-y:scroll;outline:0}.gem-c-modal-dialogue__box{display:block;position:fixed;background:#fff;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow-y:auto;border:0;font-family:\"GDS Transport\",Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;font-size:1rem;line-height:1.25;color:#0b0c0c}.gem-c-modal-dialogue__box:focus{outline:#fd0 solid 3px}@media (min-width:40.0625em){.gem-c-modal-dialogue__box{font-size:1.1875rem;line-height:1.3157894737;position:relative;top:inherit;right:inherit;bottom:inherit;left:inherit;width:auto;max-width:640px;height:auto;margin:30px auto;border:2px solid #0b0c0c}}@media print{.gem-c-modal-dialogue__box{font-family:sans-serif;font-size:14pt;line-height:1.15;color:#000}}@media (min-width:40.0625em) and (max-width:64em){.gem-c-modal-dialogue__box--wide{margin:30px}}.gem-c-modal-dialogue__overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.8;background:#0b0c0c;pointer-events:none;touch-action:none}@media screen{.gem-o-template--modal{overflow-y:inherit}}.gem-o-template__body--modal{overflow:hidden}.gem-o-template__body--blur .govuk-footer,.gem-o-template__body--blur .govuk-header,.gem-o-template__body--blur .govuk-main-wrapper,.gem-o-template__body--blur .govuk-phase-banner,.gem-o-template__body--blur .govuk-skip-link,.gem-o-template__body--blur .govuk-width-container .govuk-back-link{filter:blur(2px)}.govuk-warning-text__icon{margin:0 0 0 12px}.gem-c-modal-dialogue__header{padding:9px 15px 10px;color:#fff;background:#d4351d;display:flex}.gem-c-modal-dialogue__title{margin:5px 0 4px 12px}.gem-c-modal-dialogue__logotype-crown{fill:currentColor;vertical-align:middle}.gem-c-modal-dialogue__logotype-crown-fallback-image{width:30px;height:26px;border:0;vertical-align:middle}.gem-c-modal-dialogue__content{padding:15px;background:#fff}.gem-c-modal-dialogue__close-button{position:absolute;top:0;right:0;width:44px;height:44px;border:0;color:#fff;background:0 0;cursor:pointer;font-family:\"GDS Transport\",Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:700;font-size:1.5rem;line-height:1.3}@media (min-width:40.0625em){.gem-c-modal-dialogue__box--wide{max-width:960px}.gem-c-modal-dialogue__close-button{font-size:2.25rem;line-height:1.3}}@media print{.gem-c-modal-dialogue__close-button{font-family:sans-serif;font-size:24pt;line-height:1.3}}@media (max-width:40.0525em){.gem-c-modal-dialogue__close-button{font-size:36px;line-height:1.3}}.gem-c-modal-dialogue__close-button:focus,.gem-c-modal-dialogue__close-button:hover{color:#0b0c0c;box-shadow:0 -2px #fd0,0 4px #0b0c0c;text-decoration:none;outline:0;background:#fd0}"]
|
|
30
|
+
}] }
|
|
31
|
+
];
|
|
32
|
+
/** @nocollapse */
|
|
33
|
+
HmctsSessionDialogComponent.ctorParameters = function () { return []; };
|
|
34
|
+
HmctsSessionDialogComponent.propDecorators = {
|
|
35
|
+
positionTop: [{ type: Input }],
|
|
36
|
+
close: [{ type: Output }]
|
|
37
|
+
};
|
|
31
38
|
return HmctsSessionDialogComponent;
|
|
32
39
|
}());
|
|
33
40
|
export { HmctsSessionDialogComponent };
|
|
34
|
-
|
|
41
|
+
if (false) {
|
|
42
|
+
/** @type {?} */
|
|
43
|
+
HmctsSessionDialogComponent.prototype.positionTop;
|
|
44
|
+
/** @type {?} */
|
|
45
|
+
HmctsSessionDialogComponent.prototype.close;
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaG1jdHMtc2Vzc2lvbi1kaWFsb2cuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6Im5nOi8vQGhtY3RzL3JweC14dWktY29tbW9uLWxpYi8iLCJzb3VyY2VzIjpbImxpYi9jb21wb25lbnRzL2htY3RzLXNlc3Npb24tZGlhbG9nL2htY3RzLXNlc3Npb24tZGlhbG9nLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUMsTUFBTSxlQUFlLENBQUM7Ozs7OztBQU1yRTtJQVNFO1FBRGlCLFVBQUssR0FBRyxJQUFJLFlBQVksRUFBRSxDQUFDO0lBQzdCLENBQUM7Ozs7SUFFVCw2Q0FBTzs7O0lBQWQ7UUFDRSxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3BCLENBQUM7O2dCQWJGLFNBQVMsU0FBQztvQkFDVCxRQUFRLEVBQUUsdUJBQXVCO29CQUNqQyxtOERBQW9EOztpQkFFckQ7Ozs7OzhCQUdFLEtBQUs7d0JBQ0wsTUFBTTs7SUFPVCxrQ0FBQztDQUFBLEFBZkQsSUFlQztTQVZZLDJCQUEyQjs7O0lBRXRDLGtEQUFvQzs7SUFDcEMsNENBQTRDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG4vKlxuKiBHb3YgVUsgRGlhbG9nIENvbXBvbmVudFxuKiBSZXNwb25zaWJsZSBmb3IgZGlzcGxheWluZyBkaWFsb2cgbGF5b3V0XG4qIHVzaW5nIG5nLWNvbnRlbnQgdG8gZGlzcGxheSBjb250ZW50IGZyb20gcGFyZW50XG4qICovXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICd4dWlsaWItc2Vzc2lvbi1kaWFsb2cnLFxuICB0ZW1wbGF0ZVVybDogJy4vaG1jdHMtc2Vzc2lvbi1kaWFsb2cuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9obWN0cy1zZXNzaW9uLWRpYWxvZy5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIEhtY3RzU2Vzc2lvbkRpYWxvZ0NvbXBvbmVudCAge1xuXG4gIEBJbnB1dCgpIHB1YmxpYyBwb3NpdGlvblRvcDogc3RyaW5nO1xuICBAT3V0cHV0KCkgcHVibGljIGNsb3NlID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuICBjb25zdHJ1Y3RvcigpIHt9XG5cbiAgcHVibGljIG9uQ2xvc2UoKTogdm9pZCB7XG4gICAgdGhpcy5jbG9zZS5lbWl0KCk7XG4gIH1cblxufVxuIl19
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview added by tsickle
|
|
3
|
+
* Generated from: lib/components/invite-user-form/invite-user-form.component.ts
|
|
4
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
+
*/
|
|
2
6
|
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
3
7
|
import { FormGroup } from '@angular/forms';
|
|
4
8
|
var InviteUserFormComponent = /** @class */ (function () {
|
|
@@ -6,35 +10,45 @@ var InviteUserFormComponent = /** @class */ (function () {
|
|
|
6
10
|
this.submitForm = new EventEmitter();
|
|
7
11
|
}
|
|
8
12
|
Object.defineProperty(InviteUserFormComponent.prototype, "errorMessages", {
|
|
9
|
-
set:
|
|
13
|
+
set: /**
|
|
14
|
+
* @param {?} value
|
|
15
|
+
* @return {?}
|
|
16
|
+
*/
|
|
17
|
+
function (value) {
|
|
10
18
|
this.isInvalid = value || {};
|
|
11
19
|
},
|
|
12
20
|
enumerable: true,
|
|
13
21
|
configurable: true
|
|
14
22
|
});
|
|
15
|
-
|
|
23
|
+
/**
|
|
24
|
+
* @return {?}
|
|
25
|
+
*/
|
|
26
|
+
InviteUserFormComponent.prototype.onSubmit = /**
|
|
27
|
+
* @return {?}
|
|
28
|
+
*/
|
|
29
|
+
function () {
|
|
16
30
|
this.submitForm.emit();
|
|
17
31
|
};
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
],
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
Input
|
|
28
|
-
|
|
29
|
-
__metadata("design:paramtypes", [Object])
|
|
30
|
-
], InviteUserFormComponent.prototype, "errorMessages", null);
|
|
31
|
-
InviteUserFormComponent = __decorate([
|
|
32
|
-
Component({
|
|
33
|
-
selector: 'xuilib-invite-user-form',
|
|
34
|
-
template: "\n<form [formGroup]=\"inviteUserForm\" (ngSubmit)=\"onSubmit()\" >\n\n <xuilib-gov-uk-input\n [config]=\"{label: 'First name', hint: 'Include all middle names.', name: 'firstName', id: 'firstName', type: 'text', classes: 'testClass'}\"\n [errorMessage]=\"isInvalid.firstName\"\n [group]=\"inviteUserForm\">\n </xuilib-gov-uk-input>\n\n <xuilib-gov-uk-input\n [config]=\"{label: 'Last name', name: 'lastName', id: 'lastName', type: 'text'}\"\n [errorMessage]=\"isInvalid.lastName\"\n [group]=\"inviteUserForm\">\n </xuilib-gov-uk-input>\n\n <xuilib-gov-uk-input\n [config]=\"{label: 'Email address', name: 'email', id: 'email', type: 'email'}\"\n [errorMessage]=\"isInvalid.email\"\n [group]=\"inviteUserForm\">\n </xuilib-gov-uk-input>\n\n <xuilib-invite-permission-form [inviteUserForm]=\"inviteUserForm\" [errorMessages]=\"isInvalid.roles\">\n </xuilib-invite-permission-form>\n\n <button type=\"submit\" class=\"govuk-button\">\n Send invitation\n </button>\n</form>\n"
|
|
35
|
-
})
|
|
36
|
-
], InviteUserFormComponent);
|
|
32
|
+
InviteUserFormComponent.decorators = [
|
|
33
|
+
{ type: Component, args: [{
|
|
34
|
+
selector: 'xuilib-invite-user-form',
|
|
35
|
+
template: "\n<form [formGroup]=\"inviteUserForm\" (ngSubmit)=\"onSubmit()\" >\n\n <xuilib-gov-uk-input\n [config]=\"{label: 'First name', hint: 'Include all middle names.', name: 'firstName', id: 'firstName', type: 'text', classes: 'testClass'}\"\n [errorMessage]=\"isInvalid.firstName\"\n [group]=\"inviteUserForm\">\n </xuilib-gov-uk-input>\n\n <xuilib-gov-uk-input\n [config]=\"{label: 'Last name', name: 'lastName', id: 'lastName', type: 'text'}\"\n [errorMessage]=\"isInvalid.lastName\"\n [group]=\"inviteUserForm\">\n </xuilib-gov-uk-input>\n\n <xuilib-gov-uk-input\n [config]=\"{label: 'Email address', name: 'email', id: 'email', type: 'email'}\"\n [errorMessage]=\"isInvalid.email\"\n [group]=\"inviteUserForm\">\n </xuilib-gov-uk-input>\n\n <xuilib-invite-permission-form [inviteUserForm]=\"inviteUserForm\" [errorMessages]=\"isInvalid.roles\">\n </xuilib-invite-permission-form>\n\n <button type=\"submit\" class=\"govuk-button\">\n Send invitation\n </button>\n</form>\n"
|
|
36
|
+
}] }
|
|
37
|
+
];
|
|
38
|
+
InviteUserFormComponent.propDecorators = {
|
|
39
|
+
submitForm: [{ type: Output }],
|
|
40
|
+
inviteUserForm: [{ type: Input }],
|
|
41
|
+
errorMessages: [{ type: Input }]
|
|
42
|
+
};
|
|
37
43
|
return InviteUserFormComponent;
|
|
38
44
|
}());
|
|
39
45
|
export { InviteUserFormComponent };
|
|
40
|
-
|
|
46
|
+
if (false) {
|
|
47
|
+
/** @type {?} */
|
|
48
|
+
InviteUserFormComponent.prototype.isInvalid;
|
|
49
|
+
/** @type {?} */
|
|
50
|
+
InviteUserFormComponent.prototype.submitForm;
|
|
51
|
+
/** @type {?} */
|
|
52
|
+
InviteUserFormComponent.prototype.inviteUserForm;
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW52aXRlLXVzZXItZm9ybS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AaG1jdHMvcnB4LXh1aS1jb21tb24tbGliLyIsInNvdXJjZXMiOlsibGliL2NvbXBvbmVudHMvaW52aXRlLXVzZXItZm9ybS9pbnZpdGUtdXNlci1mb3JtLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDckUsT0FBTyxFQUFDLFNBQVMsRUFBQyxNQUFNLGdCQUFnQixDQUFDO0FBRXpDO0lBQUE7UUFTbUIsZUFBVSxHQUFHLElBQUksWUFBWSxFQUFFLENBQUM7SUFTbkQsQ0FBQztJQVBDLHNCQUFvQixrREFBYTs7Ozs7UUFBakMsVUFBa0MsS0FBVTtZQUMxQyxJQUFJLENBQUMsU0FBUyxHQUFHLEtBQUssSUFBSSxFQUFFLENBQUU7UUFDaEMsQ0FBQzs7O09BQUE7Ozs7SUFFTSwwQ0FBUTs7O0lBQWY7UUFDRSxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3pCLENBQUM7O2dCQWpCRixTQUFTLFNBQUM7b0JBQ1QsUUFBUSxFQUFFLHlCQUF5QjtvQkFDbkMsKy9CQUFnRDtpQkFDakQ7Ozs2QkFNRSxNQUFNO2lDQUNOLEtBQUs7Z0NBQ0wsS0FBSzs7SUFPUiw4QkFBQztDQUFBLEFBbEJELElBa0JDO1NBYlksdUJBQXVCOzs7SUFFbEMsNENBQXNCOztJQUV0Qiw2Q0FBaUQ7O0lBQ2pELGlEQUEwQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXR9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtGb3JtR3JvdXB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAneHVpbGliLWludml0ZS11c2VyLWZvcm0nLFxuICB0ZW1wbGF0ZVVybDogJy4vaW52aXRlLXVzZXItZm9ybS5jb21wb25lbnQuaHRtbCcsXG59KVxuXG5leHBvcnQgY2xhc3MgSW52aXRlVXNlckZvcm1Db21wb25lbnQge1xuXG4gIHB1YmxpYyBpc0ludmFsaWQ6IGFueTtcblxuICBAT3V0cHV0KCkgcHVibGljIHN1Ym1pdEZvcm0gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gIEBJbnB1dCgpIHB1YmxpYyBpbnZpdGVVc2VyRm9ybTogRm9ybUdyb3VwO1xuICBASW5wdXQoKSBwdWJsaWMgc2V0IGVycm9yTWVzc2FnZXModmFsdWU6IGFueSkge1xuICAgIHRoaXMuaXNJbnZhbGlkID0gdmFsdWUgfHwge30gO1xuICB9XG5cbiAgcHVibGljIG9uU3VibWl0KCkge1xuICAgIHRoaXMuc3VibWl0Rm9ybS5lbWl0KCk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview added by tsickle
|
|
3
|
+
* Generated from: lib/components/invite-user-permissions/invite-user-permission.component.ts
|
|
4
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
+
*/
|
|
2
6
|
import { Component, Input } from '@angular/core';
|
|
3
7
|
import { FormGroup } from '@angular/forms';
|
|
4
8
|
var InviteUserPermissionComponent = /** @class */ (function () {
|
|
@@ -8,37 +12,35 @@ var InviteUserPermissionComponent = /** @class */ (function () {
|
|
|
8
12
|
this.isPuiOrganisationManager = false;
|
|
9
13
|
this.isPuiFinanceManager = false;
|
|
10
14
|
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
],
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
Input
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
__metadata("design:type", Boolean)
|
|
26
|
-
], InviteUserPermissionComponent.prototype, "isPuiOrganisationManager", void 0);
|
|
27
|
-
__decorate([
|
|
28
|
-
Input(),
|
|
29
|
-
__metadata("design:type", Boolean)
|
|
30
|
-
], InviteUserPermissionComponent.prototype, "isPuiFinanceManager", void 0);
|
|
31
|
-
__decorate([
|
|
32
|
-
Input(),
|
|
33
|
-
__metadata("design:type", Object)
|
|
34
|
-
], InviteUserPermissionComponent.prototype, "errorMessages", void 0);
|
|
35
|
-
InviteUserPermissionComponent = __decorate([
|
|
36
|
-
Component({
|
|
37
|
-
selector: 'xuilib-invite-permission-form',
|
|
38
|
-
template: " <!--permissions -->\n <ng-container [formGroup]=\"inviteUserForm\">\n <xuilib-gov-uk-form-group-wrapper\n [config]=\"{hint: 'Choose what the user will be able to do. You can change this later.', legend: 'Permissions', key: 'roles'}\"\n [formGroupName]=\"'roles'\"\n [error]=\"errorMessages\">\n\n <div class=\"govuk-checkboxes\">\n <xuilib-gov-checkbox\n [group]=\"inviteUserForm.controls['roles']\"\n [isChecked]=\"isPuiCaseManager\"\n [config]=\"{value: 'pui-case-manager', label: 'Manage Cases', name: 'roles', hint: 'View, create and progress cases.', focusOn: 'roles'}\">\n </xuilib-gov-checkbox>\n\n <xuilib-gov-checkbox\n [group]=\"inviteUserForm.controls['roles']\"\n [isChecked]=\"isPuiUserManager\"\n [config]=\"{value: 'pui-user-manager', label: 'Manage Users', name: 'roles',\n hint: 'Invite users.'}\">\n </xuilib-gov-checkbox>\n\n <xuilib-gov-checkbox\n [group]=\"inviteUserForm.controls['roles']\"\n [isChecked]=\"isPuiOrganisationManager\"\n [config]=\"{value: 'pui-organisation-manager', label: 'Manage Organisation', name: 'roles',\n hint: 'View organisation name and addresses.'}\">\n </xuilib-gov-checkbox>\n\n <!-- <xuilib-gov-checkbox\n [group]=\"inviteUserForm.controls['roles']\"\n [isChecked]=\"isPuiFinanceManager\"\n [config]=\"{value: 'pui-finance-manager', label: 'Manage Payments', name: 'roles',\n hint: 'View account balances, available credit and transactions.'}\">\n </xuilib-gov-checkbox> -->\n </div>\n\n </xuilib-gov-uk-form-group-wrapper>\n</ng-container>"
|
|
39
|
-
})
|
|
40
|
-
], InviteUserPermissionComponent);
|
|
15
|
+
InviteUserPermissionComponent.decorators = [
|
|
16
|
+
{ type: Component, args: [{
|
|
17
|
+
selector: 'xuilib-invite-permission-form',
|
|
18
|
+
template: " <!--permissions -->\n <ng-container [formGroup]=\"inviteUserForm\">\n <xuilib-gov-uk-form-group-wrapper\n [config]=\"{hint: 'Choose what the user will be able to do. You can change this later.', legend: 'Permissions', key: 'roles'}\"\n [formGroupName]=\"'roles'\"\n [error]=\"errorMessages\">\n\n <div class=\"govuk-checkboxes\">\n <xuilib-gov-checkbox\n [group]=\"inviteUserForm.controls['roles']\"\n [isChecked]=\"isPuiCaseManager\"\n [config]=\"{value: 'pui-case-manager', label: 'Manage Cases', name: 'roles', hint: 'View, create and progress cases.', focusOn: 'roles'}\">\n </xuilib-gov-checkbox>\n\n <xuilib-gov-checkbox\n [group]=\"inviteUserForm.controls['roles']\"\n [isChecked]=\"isPuiUserManager\"\n [config]=\"{value: 'pui-user-manager', label: 'Manage Users', name: 'roles',\n hint: 'Invite users.'}\">\n </xuilib-gov-checkbox>\n\n <xuilib-gov-checkbox\n [group]=\"inviteUserForm.controls['roles']\"\n [isChecked]=\"isPuiOrganisationManager\"\n [config]=\"{value: 'pui-organisation-manager', label: 'Manage Organisation', name: 'roles',\n hint: 'View organisation name and addresses.'}\">\n </xuilib-gov-checkbox>\n\n <!-- <xuilib-gov-checkbox\n [group]=\"inviteUserForm.controls['roles']\"\n [isChecked]=\"isPuiFinanceManager\"\n [config]=\"{value: 'pui-finance-manager', label: 'Manage Payments', name: 'roles',\n hint: 'View account balances, available credit and transactions.'}\">\n </xuilib-gov-checkbox> -->\n </div>\n\n </xuilib-gov-uk-form-group-wrapper>\n</ng-container>"
|
|
19
|
+
}] }
|
|
20
|
+
];
|
|
21
|
+
InviteUserPermissionComponent.propDecorators = {
|
|
22
|
+
inviteUserForm: [{ type: Input }],
|
|
23
|
+
isPuiCaseManager: [{ type: Input }],
|
|
24
|
+
isPuiUserManager: [{ type: Input }],
|
|
25
|
+
isPuiOrganisationManager: [{ type: Input }],
|
|
26
|
+
isPuiFinanceManager: [{ type: Input }],
|
|
27
|
+
errorMessages: [{ type: Input }]
|
|
28
|
+
};
|
|
41
29
|
return InviteUserPermissionComponent;
|
|
42
30
|
}());
|
|
43
31
|
export { InviteUserPermissionComponent };
|
|
44
|
-
|
|
32
|
+
if (false) {
|
|
33
|
+
/** @type {?} */
|
|
34
|
+
InviteUserPermissionComponent.prototype.inviteUserForm;
|
|
35
|
+
/** @type {?} */
|
|
36
|
+
InviteUserPermissionComponent.prototype.isPuiCaseManager;
|
|
37
|
+
/** @type {?} */
|
|
38
|
+
InviteUserPermissionComponent.prototype.isPuiUserManager;
|
|
39
|
+
/** @type {?} */
|
|
40
|
+
InviteUserPermissionComponent.prototype.isPuiOrganisationManager;
|
|
41
|
+
/** @type {?} */
|
|
42
|
+
InviteUserPermissionComponent.prototype.isPuiFinanceManager;
|
|
43
|
+
/** @type {?} */
|
|
44
|
+
InviteUserPermissionComponent.prototype.errorMessages;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW52aXRlLXVzZXItcGVybWlzc2lvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AaG1jdHMvcnB4LXh1aS1jb21tb24tbGliLyIsInNvdXJjZXMiOlsibGliL2NvbXBvbmVudHMvaW52aXRlLXVzZXItcGVybWlzc2lvbnMvaW52aXRlLXVzZXItcGVybWlzc2lvbi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSxPQUFPLEVBQUMsU0FBUyxFQUFFLEtBQUssRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUMvQyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFHM0M7SUFBQTtRQU9vQixxQkFBZ0IsR0FBWSxLQUFLLENBQUM7UUFDbEMscUJBQWdCLEdBQVksS0FBSyxDQUFDO1FBQ2xDLDZCQUF3QixHQUFZLEtBQUssQ0FBQztRQUMxQyx3QkFBbUIsR0FBWSxLQUFLLENBQUM7SUFFdkQsQ0FBQzs7Z0JBWkYsU0FBUyxTQUFDO29CQUNQLFFBQVEsRUFBRSwrQkFBK0I7b0JBQ3pDLHVvREFBc0Q7aUJBQ3ZEOzs7aUNBR0UsS0FBSzttQ0FDTCxLQUFLO21DQUNMLEtBQUs7MkNBQ0wsS0FBSztzQ0FDTCxLQUFLO2dDQUNMLEtBQUs7O0lBQ1Isb0NBQUM7Q0FBQSxBQVpILElBWUc7U0FQWSw2QkFBNkI7OztJQUN4Qyx1REFBMEM7O0lBQzFDLHlEQUFrRDs7SUFDbEQseURBQWtEOztJQUNsRCxpRUFBMEQ7O0lBQzFELDREQUFxRDs7SUFDckQsc0RBQWtEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDb21wb25lbnQsIElucHV0fSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1Hcm91cCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEVycm9yTWVzc2FnZXNNb2RlbCB9IGZyb20gJy4uLy4uL2dvdi11aS9tb2RlbHMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3h1aWxpYi1pbnZpdGUtcGVybWlzc2lvbi1mb3JtJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vaW52aXRlLXVzZXItcGVybWlzc2lvbi5jb21wb25lbnQuaHRtbCcsXG4gIH0pXG5cbiAgZXhwb3J0IGNsYXNzIEludml0ZVVzZXJQZXJtaXNzaW9uQ29tcG9uZW50IHtcbiAgICBASW5wdXQoKSBwdWJsaWMgaW52aXRlVXNlckZvcm06IEZvcm1Hcm91cDtcbiAgICBASW5wdXQoKSBwdWJsaWMgaXNQdWlDYXNlTWFuYWdlcjogYm9vbGVhbiA9IGZhbHNlO1xuICAgIEBJbnB1dCgpIHB1YmxpYyBpc1B1aVVzZXJNYW5hZ2VyOiBib29sZWFuID0gZmFsc2U7XG4gICAgQElucHV0KCkgcHVibGljIGlzUHVpT3JnYW5pc2F0aW9uTWFuYWdlcjogYm9vbGVhbiA9IGZhbHNlO1xuICAgIEBJbnB1dCgpIHB1YmxpYyBpc1B1aUZpbmFuY2VNYW5hZ2VyOiBib29sZWFuID0gZmFsc2U7XG4gICAgQElucHV0KCkgcHVibGljIGVycm9yTWVzc2FnZXM6IEVycm9yTWVzc2FnZXNNb2RlbDtcbiAgfVxuIl19
|
|
@@ -1,22 +1,29 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview added by tsickle
|
|
3
|
+
* Generated from: lib/components/loading-spinner/loading-spinner.component.ts
|
|
4
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
+
*/
|
|
2
6
|
import { Component, Input, ViewEncapsulation } from '@angular/core';
|
|
3
7
|
var LoadingSpinnerComponent = /** @class */ (function () {
|
|
4
8
|
function LoadingSpinnerComponent() {
|
|
5
9
|
this.loadingText = 'Loading';
|
|
6
10
|
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
], LoadingSpinnerComponent);
|
|
11
|
+
LoadingSpinnerComponent.decorators = [
|
|
12
|
+
{ type: Component, args: [{
|
|
13
|
+
selector: 'xuilib-loading-spinner',
|
|
14
|
+
template: "<div class=\"spinner-container\">\n <div class=\"spinner-inner-container\">\n <p>{{loadingText}}</p>\n <div class=\"spinner\" style=\"margin: auto;\"></div>\n </div>\n</div>\n",
|
|
15
|
+
encapsulation: ViewEncapsulation.None,
|
|
16
|
+
styles: [".spinner-container{position:fixed;top:0;left:0;height:100%;width:100%;display:flex;justify-content:center;align-items:center;background:rgba(255,255,255,.5);z-index:99}.spinner-container .spinner-inner-container p{text-align:center}.spinner-container .spinner-inner-container .spinner{border:10px solid #ddd;border-top:10px solid #000;border-radius:50%;width:40px;height:40px;-webkit-animation:1s linear infinite spin;animation:1s linear infinite spin}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}"]
|
|
17
|
+
}] }
|
|
18
|
+
];
|
|
19
|
+
LoadingSpinnerComponent.propDecorators = {
|
|
20
|
+
loadingText: [{ type: Input }]
|
|
21
|
+
};
|
|
19
22
|
return LoadingSpinnerComponent;
|
|
20
23
|
}());
|
|
21
24
|
export { LoadingSpinnerComponent };
|
|
22
|
-
|
|
25
|
+
if (false) {
|
|
26
|
+
/** @type {?} */
|
|
27
|
+
LoadingSpinnerComponent.prototype.loadingText;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZGluZy1zcGlubmVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BobWN0cy9ycHgteHVpLWNvbW1vbi1saWIvIiwic291cmNlcyI6WyJsaWIvY29tcG9uZW50cy9sb2FkaW5nLXNwaW5uZXIvbG9hZGluZy1zcGlubmVyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXBFO0lBQUE7UUFRa0IsZ0JBQVcsR0FBVyxTQUFTLENBQUM7SUFDbEQsQ0FBQzs7Z0JBVEEsU0FBUyxTQUFDO29CQUNULFFBQVEsRUFBRSx3QkFBd0I7b0JBQ2xDLCtNQUErQztvQkFFL0MsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7O2lCQUN0Qzs7OzhCQUdFLEtBQUs7O0lBQ1IsOEJBQUM7Q0FBQSxBQVRELElBU0M7U0FGWSx1QkFBdUI7OztJQUNsQyw4Q0FBZ0QiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICd4dWlsaWItbG9hZGluZy1zcGlubmVyJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2xvYWRpbmctc3Bpbm5lci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2xvYWRpbmctc3Bpbm5lci5jb21wb25lbnQuc2NzcyddLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXG59KVxuXG5leHBvcnQgY2xhc3MgTG9hZGluZ1NwaW5uZXJDb21wb25lbnQge1xuICBASW5wdXQoKSBwdWJsaWMgbG9hZGluZ1RleHQ6IHN0cmluZyA9ICdMb2FkaW5nJztcbn1cbiJdfQ==
|
|
@@ -1,41 +1,58 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview added by tsickle
|
|
3
|
+
* Generated from: lib/components/pagination/pagination.component.ts
|
|
4
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5
|
+
*/
|
|
2
6
|
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
3
7
|
var PaginationComponent = /** @class */ (function () {
|
|
4
8
|
function PaginationComponent() {
|
|
5
9
|
this.previousPage = new EventEmitter();
|
|
6
10
|
this.nextPage = new EventEmitter();
|
|
7
11
|
}
|
|
8
|
-
|
|
12
|
+
/**
|
|
13
|
+
* @return {?}
|
|
14
|
+
*/
|
|
15
|
+
PaginationComponent.prototype.onPrevious = /**
|
|
16
|
+
* @return {?}
|
|
17
|
+
*/
|
|
18
|
+
function () {
|
|
9
19
|
this.previousPage.emit(null);
|
|
10
20
|
};
|
|
11
|
-
|
|
21
|
+
/**
|
|
22
|
+
* @return {?}
|
|
23
|
+
*/
|
|
24
|
+
PaginationComponent.prototype.onNext = /**
|
|
25
|
+
* @return {?}
|
|
26
|
+
*/
|
|
27
|
+
function () {
|
|
12
28
|
this.nextPage.emit(null);
|
|
13
29
|
};
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
Output
|
|
28
|
-
|
|
29
|
-
], PaginationComponent.prototype, "nextPage", void 0);
|
|
30
|
-
PaginationComponent = __decorate([
|
|
31
|
-
Component({
|
|
32
|
-
selector: 'xuilib-pagination',
|
|
33
|
-
template: "<nav class=\"hmcts-pagination\" id=\"pagination-label\">\n\n <p class=\"govuk-visually-hidden\" aria-labelledby=\"pagination-label\">Pagination navigation</p>\n\n <ul class=\"hmcts-pagination__list\">\n <li class=\"hmcts-pagination__item hmcts-pagination__item--prev\">\n <a *ngIf=\"firstRecord > 1; else noPrevious\" class=\"hmcts-pagination__link\" (click)=\"onPrevious()\" href=\"javascript:void(0)\">\n Previous page\n </a>\n <ng-template #noPrevious>\n <span class=\"hmcts-pagination__link\">Previous page</span>\n </ng-template>\n </li>\n\n <li class=\"hmcts-pagination__item hmcts-pagination__item--next\">\n <a *ngIf=\"moreItems; else noNext\" class=\"hmcts-pagination__link\" (click)=\"onNext()\" href=\"javascript:void(0)\">Next page</a>\n <ng-template #noNext>\n <span class=\"hmcts-pagination__link\">Next page</span>\n </ng-template>\n </li>\n </ul>\n</nav>\n",
|
|
34
|
-
styles: ["span.hmcts-pagination__link:hover{color:revert}"]
|
|
35
|
-
}),
|
|
36
|
-
__metadata("design:paramtypes", [])
|
|
37
|
-
], PaginationComponent);
|
|
30
|
+
PaginationComponent.decorators = [
|
|
31
|
+
{ type: Component, args: [{
|
|
32
|
+
selector: 'xuilib-pagination',
|
|
33
|
+
template: "<nav class=\"hmcts-pagination\" id=\"pagination-label\">\n\n <p class=\"govuk-visually-hidden\" aria-labelledby=\"pagination-label\">Pagination navigation</p>\n\n <ul class=\"hmcts-pagination__list\">\n <li class=\"hmcts-pagination__item hmcts-pagination__item--prev\">\n <a *ngIf=\"firstRecord > 1; else noPrevious\" class=\"hmcts-pagination__link\" (click)=\"onPrevious()\" href=\"javascript:void(0)\">\n Previous page\n </a>\n <ng-template #noPrevious>\n <span class=\"hmcts-pagination__link\">Previous page</span>\n </ng-template>\n </li>\n\n <li class=\"hmcts-pagination__item hmcts-pagination__item--next\">\n <a *ngIf=\"moreItems; else noNext\" class=\"hmcts-pagination__link\" (click)=\"onNext()\" href=\"javascript:void(0)\">Next page</a>\n <ng-template #noNext>\n <span class=\"hmcts-pagination__link\">Next page</span>\n </ng-template>\n </li>\n </ul>\n</nav>\n",
|
|
34
|
+
styles: ["span.hmcts-pagination__link:hover{color:revert}"]
|
|
35
|
+
}] }
|
|
36
|
+
];
|
|
37
|
+
/** @nocollapse */
|
|
38
|
+
PaginationComponent.ctorParameters = function () { return []; };
|
|
39
|
+
PaginationComponent.propDecorators = {
|
|
40
|
+
moreItems: [{ type: Input }],
|
|
41
|
+
firstRecord: [{ type: Input }],
|
|
42
|
+
previousPage: [{ type: Output }],
|
|
43
|
+
nextPage: [{ type: Output }]
|
|
44
|
+
};
|
|
38
45
|
return PaginationComponent;
|
|
39
46
|
}());
|
|
40
47
|
export { PaginationComponent };
|
|
41
|
-
|
|
48
|
+
if (false) {
|
|
49
|
+
/** @type {?} */
|
|
50
|
+
PaginationComponent.prototype.moreItems;
|
|
51
|
+
/** @type {?} */
|
|
52
|
+
PaginationComponent.prototype.firstRecord;
|
|
53
|
+
/** @type {?} */
|
|
54
|
+
PaginationComponent.prototype.previousPage;
|
|
55
|
+
/** @type {?} */
|
|
56
|
+
PaginationComponent.prototype.nextPage;
|
|
57
|
+
}
|
|
58
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdGlvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AaG1jdHMvcnB4LXh1aS1jb21tb24tbGliLyIsInNvdXJjZXMiOlsibGliL2NvbXBvbmVudHMvcGFnaW5hdGlvbi9wYWdpbmF0aW9uLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFdkU7SUFZRTtRQUhpQixpQkFBWSxHQUFzQixJQUFJLFlBQVksRUFBRSxDQUFDO1FBQ3JELGFBQVEsR0FBc0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztJQUVsRCxDQUFDOzs7O0lBRVYsd0NBQVU7OztJQUFqQjtRQUNFLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQy9CLENBQUM7Ozs7SUFFTSxvQ0FBTTs7O0lBQWI7UUFDRSxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUMzQixDQUFDOztnQkFwQkYsU0FBUyxTQUFDO29CQUNULFFBQVEsRUFBRSxtQkFBbUI7b0JBQzdCLDY3QkFBMEM7O2lCQUUzQzs7Ozs7NEJBR0UsS0FBSzs4QkFDTCxLQUFLOytCQUNMLE1BQU07MkJBQ04sTUFBTTs7SUFXVCwwQkFBQztDQUFBLEFBckJELElBcUJDO1NBaEJZLG1CQUFtQjs7O0lBRTlCLHdDQUFtQzs7SUFDbkMsMENBQW9DOztJQUNwQywyQ0FBc0U7O0lBQ3RFLHVDQUFrRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3h1aWxpYi1wYWdpbmF0aW9uJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3BhZ2luYXRpb24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9wYWdpbmF0aW9uLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgUGFnaW5hdGlvbkNvbXBvbmVudCB7XG5cbiAgQElucHV0KCkgcHVibGljIG1vcmVJdGVtczogYm9vbGVhbjtcbiAgQElucHV0KCkgcHVibGljIGZpcnN0UmVjb3JkOiBudW1iZXI7XG4gIEBPdXRwdXQoKSBwdWJsaWMgcHJldmlvdXNQYWdlOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgQE91dHB1dCgpIHB1YmxpYyBuZXh0UGFnZTogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgY29uc3RydWN0b3IoKSB7IH1cblxuICBwdWJsaWMgb25QcmV2aW91cygpOiB2b2lkIHtcbiAgICB0aGlzLnByZXZpb3VzUGFnZS5lbWl0KG51bGwpO1xuICB9XG5cbiAgcHVibGljIG9uTmV4dCgpOiB2b2lkIHtcbiAgICB0aGlzLm5leHRQYWdlLmVtaXQobnVsbCk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
30
|
-
export
|
|
31
|
-
export
|
|
32
|
-
export
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
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=
|