@hmcts/rpx-xui-common-lib 1.8.7-generic-filter-clear-errors-on-destroy-2 → 1.8.7-include-current-user
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 +6 -4
- 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 +3 -2
- package/esm2015/lib/components/search-location/search-location.component.js +4 -3
- package/esm2015/lib/services/find-person/find-person.service.js +3 -2
- package/esm2015/lib/services/locations/location.service.js +3 -3
- package/fesm2015/hmcts-rpx-xui-common-lib.js +6 -4
- package/fesm2015/hmcts-rpx-xui-common-lib.js.map +1 -1
- package/hmcts-rpx-xui-common-lib.d.ts +2 -1
- package/hmcts-rpx-xui-common-lib.metadata.json +1 -1
- package/lib/components/search-location/search-location.component.d.ts +2 -1
- package/lib/services/locations/location.service.d.ts +1 -1
- package/package.json +1 -1
|
@@ -62,11 +62,12 @@ export { HmctsPrimaryNavigationComponent as ɵby } from './lib/gov-ui/components
|
|
|
62
62
|
export { HmctsSubNavigationComponent as ɵbx } from './lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component';
|
|
63
63
|
export { RemoveHostDirective as ɵcq } from './lib/gov-ui/directives/remove-host.directive';
|
|
64
64
|
export { CapitalizePipe as ɵcr } from './lib/pipes';
|
|
65
|
-
export { FilterService as ɵbe
|
|
65
|
+
export { FilterService as ɵbe } from './lib/services';
|
|
66
66
|
export { CaseSharingStateService as ɵr } from './lib/services/case-sharing-state/case-sharing-state.service';
|
|
67
67
|
export { CookieService as ɵbg } from './lib/services/cookie/cookie.service';
|
|
68
68
|
export { FeatureToggleService as ɵh } from './lib/services/feature-toggle/feature-toggle.service';
|
|
69
69
|
export { FindAPersonService as ɵbi } from './lib/services/find-person/find-person.service';
|
|
70
70
|
export { LocationService as ɵbn } from './lib/services/locations/location.service';
|
|
71
|
+
export { RefDataService as ɵbo } from './lib/services/ref-data';
|
|
71
72
|
export { SessionStorageService as ɵbj } from './lib/services/storage/session-storage/session-storage.service';
|
|
72
73
|
export { TaskNameService as ɵbq } from './lib/services/task-name/task-name.service';
|