@hmcts/rpx-xui-common-lib 2.1.3-angular-upgrade-11 → 2.1.6-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 +607 -392
- package/bundles/hmcts-rpx-xui-common-lib.umd.js.map +1 -1
- package/bundles/hmcts-rpx-xui-common-lib.umd.min.js +1 -1
- package/bundles/hmcts-rpx-xui-common-lib.umd.min.js.map +1 -1
- package/esm2015/hmcts-rpx-xui-common-lib.js +27 -26
- package/esm2015/lib/components/accessibility/accessibility.component.js +2 -2
- package/esm2015/lib/components/find-location/find-location.component.js +6 -2
- package/esm2015/lib/components/find-person/find-person.component.js +3 -3
- package/esm2015/lib/components/find-service/find-service.component.js +31 -0
- package/esm2015/lib/components/generic-filter/generic-filter.component.js +16 -10
- package/esm2015/lib/components/search-judicials/search-judicials.component.js +3 -3
- package/esm2015/lib/components/search-location/search-location.component.js +22 -3
- package/esm2015/lib/components/search-service/search-service.component.js +31 -0
- package/esm2015/lib/components/selected-case/selected-case.component.js +5 -7
- package/esm2015/lib/components/selected-case-confirm/selected-case-confirm.component.js +1 -1
- package/esm2015/lib/components/selected-case-list/selected-case-list.component.js +7 -3
- package/esm2015/lib/components/share-case/share-case.component.js +127 -13
- package/esm2015/lib/exui-common-lib.module.js +5 -17
- package/esm2015/lib/models/case-share.model.js +7 -2
- package/esm2015/lib/models/filter.model.js +1 -1
- package/esm2015/lib/models/index.js +2 -1
- package/esm2015/lib/models/location.model.js +7 -2
- package/esm2015/lib/models/person.model.js +3 -1
- package/esm2015/lib/services/case-sharing-state/case-sharing-state.service.js +28 -14
- package/esm2015/lib/services/find-person/find-person.service.js +3 -3
- package/esm2015/lib/services/locations/location.service.js +3 -3
- package/esm2015/lib/services/public-api.js +1 -5
- package/fesm2015/hmcts-rpx-xui-common-lib.js +525 -310
- package/fesm2015/hmcts-rpx-xui-common-lib.js.map +1 -1
- package/hmcts-rpx-xui-common-lib.d.ts +26 -25
- package/hmcts-rpx-xui-common-lib.metadata.json +1 -1
- package/lib/components/find-location/find-location.component.d.ts +3 -2
- package/lib/components/find-service/find-service.component.d.ts +14 -0
- package/lib/components/search-location/search-location.component.d.ts +5 -2
- package/lib/components/search-service/search-service.component.d.ts +13 -0
- package/lib/components/selected-case/selected-case.component.d.ts +1 -1
- package/lib/components/selected-case-list/selected-case-list.component.d.ts +1 -0
- package/lib/components/share-case/share-case.component.d.ts +37 -2
- package/lib/exui-common-lib.module.d.ts +0 -2
- package/lib/models/case-share.model.d.ts +5 -0
- package/lib/models/filter.model.d.ts +4 -1
- package/lib/models/index.d.ts +1 -0
- package/lib/models/location.model.d.ts +11 -0
- package/lib/models/person.model.d.ts +3 -0
- package/lib/services/case-sharing-state/case-sharing-state.service.d.ts +1 -1
- package/lib/services/locations/location.service.d.ts +2 -2
- package/lib/services/public-api.d.ts +0 -4
- package/package.json +4 -1
|
@@ -10,15 +10,17 @@ export { DueDateComponent as ɵy } from './lib/components/due-date/due-date.comp
|
|
|
10
10
|
export { ExuiPageWrapperComponent as ɵa } from './lib/components/exui-main-wrapper/exui-page-wrapper.component';
|
|
11
11
|
export { FindLocationComponent as ɵbl } from './lib/components/find-location/find-location.component';
|
|
12
12
|
export { FindPersonComponent as ɵbh } from './lib/components/find-person/find-person.component';
|
|
13
|
+
export { FindServiceComponent as ɵbo } from './lib/components/find-service/find-service.component';
|
|
13
14
|
export { GenericFilterComponent as ɵbd } from './lib/components/generic-filter/generic-filter.component';
|
|
14
15
|
export { HmctsSessionDialogComponent as ɵk } from './lib/components/hmcts-session-dialog/hmcts-session-dialog.component';
|
|
15
16
|
export { InviteUserFormComponent as ɵo } from './lib/components/invite-user-form/invite-user-form.component';
|
|
16
17
|
export { InviteUserPermissionComponent as ɵn } from './lib/components/invite-user-permissions/invite-user-permission.component';
|
|
17
18
|
export { LoadingSpinnerComponent as ɵbc } from './lib/components/loading-spinner/loading-spinner.component';
|
|
18
|
-
export { PaginationComponent as
|
|
19
|
+
export { PaginationComponent as ɵbr } from './lib/components/pagination/pagination.component';
|
|
19
20
|
export { SearchJudicialsComponent as ɵbk } from './lib/components/search-judicials/search-judicials.component';
|
|
20
21
|
export { SearchLocationComponent as ɵbm } from './lib/components/search-location/search-location.component';
|
|
21
|
-
export {
|
|
22
|
+
export { SearchServiceComponent as ɵbp } from './lib/components/search-service/search-service.component';
|
|
23
|
+
export { SearchVenueComponent as ɵbq } from './lib/components/search-venue/search-venue.component';
|
|
22
24
|
export { SelectedCaseConfirmComponent as ɵv } from './lib/components/selected-case-confirm/selected-case-confirm.component';
|
|
23
25
|
export { SelectedCaseListComponent as ɵt } from './lib/components/selected-case-list/selected-case-list.component';
|
|
24
26
|
export { SelectedCaseComponent as ɵu } from './lib/components/selected-case/selected-case.component';
|
|
@@ -36,29 +38,28 @@ export { UserListComponent as ɵl } from './lib/components/user-list/user-list.c
|
|
|
36
38
|
export { UserSelectComponent as ɵq } from './lib/components/user-select/user-select.component';
|
|
37
39
|
export { FeatureToggleDirective as ɵg } from './lib/directives/feature-toggle/feature-toggle.directive';
|
|
38
40
|
export { LetContext as ɵi, LetDirective as ɵj } from './lib/directives/let/let.directive';
|
|
39
|
-
export { GovUkCheckboxComponent as
|
|
40
|
-
export { GovUkCheckboxesComponent as
|
|
41
|
-
export { GovUkDateComponent as
|
|
42
|
-
export { GovUkErrorMessageComponent as
|
|
43
|
-
export { GovUkFieldsetComponent as
|
|
44
|
-
export { GovUkFileUploadComponent as
|
|
45
|
-
export { GovUkFormGroupWrapperComponent as
|
|
46
|
-
export { GovUkInputComponent as
|
|
47
|
-
export { GovUkLabelComponent as
|
|
48
|
-
export { GovUkRadioComponent as
|
|
49
|
-
export { GovUkRadiosComponent as
|
|
50
|
-
export { GovUkSelectComponent as
|
|
51
|
-
export { GovukTableComponent as
|
|
52
|
-
export { GovUkTextareaComponent as
|
|
53
|
-
export { HmctsBannerComponent as
|
|
54
|
-
export { HmctsErrorSummaryComponent as
|
|
55
|
-
export { HmctsIdentityBarComponent as
|
|
56
|
-
export { HmctsMainWrapperComponent as
|
|
57
|
-
export { HmctsPaginationComponent as
|
|
58
|
-
export { HmctsPrimaryNavigationComponent as
|
|
59
|
-
export { HmctsSubNavigationComponent as
|
|
60
|
-
export { RemoveHostDirective as
|
|
61
|
-
export { CaseSharingStateService as ɵcm, CookieService as ɵcn, FilterService as ɵcp, FindAPersonService as ɵcq, GoogleAnalyticsService as ɵcr, GoogleTagManagerService as ɵcs, LaunchDarklyService as ɵco, LoadingService as ɵct, LocationService as ɵcu, ManageSessionServices as ɵcv, SessionStorageService as ɵcw, TimeoutNotificationsService as ɵcx } from './lib/services';
|
|
41
|
+
export { GovUkCheckboxComponent as ɵcb } from './lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component';
|
|
42
|
+
export { GovUkCheckboxesComponent as ɵch } from './lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component';
|
|
43
|
+
export { GovUkDateComponent as ɵcg } from './lib/gov-ui/components/gov-uk-date/gov-uk-date.component';
|
|
44
|
+
export { GovUkErrorMessageComponent as ɵce } from './lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component';
|
|
45
|
+
export { GovUkFieldsetComponent as ɵcf } from './lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component';
|
|
46
|
+
export { GovUkFileUploadComponent as ɵcm } from './lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component';
|
|
47
|
+
export { GovUkFormGroupWrapperComponent as ɵcc } from './lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component';
|
|
48
|
+
export { GovUkInputComponent as ɵca } from './lib/gov-ui/components/gov-uk-input/gov-uk-input.component';
|
|
49
|
+
export { GovUkLabelComponent as ɵcd } from './lib/gov-ui/components/gov-uk-label/gov-uk-label.component';
|
|
50
|
+
export { GovUkRadioComponent as ɵci } from './lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component';
|
|
51
|
+
export { GovUkRadiosComponent as ɵcj } from './lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component';
|
|
52
|
+
export { GovUkSelectComponent as ɵck } from './lib/gov-ui/components/gov-uk-select/gov-uk-select.component';
|
|
53
|
+
export { GovukTableComponent as ɵbz } from './lib/gov-ui/components/gov-uk-table/gov-uk-table.component';
|
|
54
|
+
export { GovUkTextareaComponent as ɵcl } from './lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component';
|
|
55
|
+
export { HmctsBannerComponent as ɵby } from './lib/gov-ui/components/hmcts-banner/hmcts-banner.component';
|
|
56
|
+
export { HmctsErrorSummaryComponent as ɵbw } from './lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component';
|
|
57
|
+
export { HmctsIdentityBarComponent as ɵbs } from './lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component';
|
|
58
|
+
export { HmctsMainWrapperComponent as ɵbx } from './lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component';
|
|
59
|
+
export { HmctsPaginationComponent as ɵbt } from './lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component';
|
|
60
|
+
export { HmctsPrimaryNavigationComponent as ɵbv } from './lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component';
|
|
61
|
+
export { HmctsSubNavigationComponent as ɵbu } from './lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component';
|
|
62
|
+
export { RemoveHostDirective as ɵcn } from './lib/gov-ui/directives/remove-host.directive';
|
|
62
63
|
export { CaseSharingStateService as ɵr } from './lib/services/case-sharing-state/case-sharing-state.service';
|
|
63
64
|
export { CookieService as ɵbg } from './lib/services/cookie/cookie.service';
|
|
64
65
|
export { FeatureToggleService as ɵh } from './lib/services/feature-toggle/feature-toggle.service';
|