@hmcts/rpx-xui-common-lib 2.1.1-angular-upgrade-11 → 2.1.2-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.
Files changed (38) hide show
  1. package/bundles/hmcts-rpx-xui-common-lib.umd.js +1744 -1556
  2. package/bundles/hmcts-rpx-xui-common-lib.umd.js.map +1 -1
  3. package/bundles/hmcts-rpx-xui-common-lib.umd.min.js +1 -1
  4. package/bundles/hmcts-rpx-xui-common-lib.umd.min.js.map +1 -1
  5. package/esm2015/hmcts-rpx-xui-common-lib.js +2 -3
  6. package/esm2015/lib/components/find-location/find-location.component.js +13 -2
  7. package/esm2015/lib/components/generic-filter/generic-filter.component.js +19 -13
  8. package/esm2015/lib/components/search-location/search-location.component.js +32 -3
  9. package/esm2015/lib/exui-common-lib.module.js +1 -18
  10. package/esm2015/lib/models/filter.model.js +3 -1
  11. package/esm2015/lib/models/index.js +2 -1
  12. package/esm2015/lib/models/location.model.js +22 -1
  13. package/esm2015/lib/services/locations/location.service.js +5 -3
  14. package/esm2015/public-api.js +3 -3
  15. package/esm5/hmcts-rpx-xui-common-lib.js +2 -3
  16. package/esm5/lib/components/find-location/find-location.component.js +16 -2
  17. package/esm5/lib/components/generic-filter/generic-filter.component.js +44 -27
  18. package/esm5/lib/components/search-location/search-location.component.js +31 -3
  19. package/esm5/lib/exui-common-lib.module.js +3 -19
  20. package/esm5/lib/models/filter.model.js +3 -1
  21. package/esm5/lib/models/index.js +2 -1
  22. package/esm5/lib/models/location.model.js +22 -1
  23. package/esm5/lib/services/locations/location.service.js +7 -3
  24. package/esm5/public-api.js +3 -3
  25. package/fesm2015/hmcts-rpx-xui-common-lib.js +1528 -1368
  26. package/fesm2015/hmcts-rpx-xui-common-lib.js.map +1 -1
  27. package/fesm5/hmcts-rpx-xui-common-lib.js +1751 -1575
  28. package/fesm5/hmcts-rpx-xui-common-lib.js.map +1 -1
  29. package/hmcts-rpx-xui-common-lib.d.ts +0 -1
  30. package/hmcts-rpx-xui-common-lib.metadata.json +1 -1
  31. package/lib/components/find-location/find-location.component.d.ts +3 -2
  32. package/lib/components/search-location/search-location.component.d.ts +5 -2
  33. package/lib/exui-common-lib.module.d.ts +0 -2
  34. package/lib/models/filter.model.d.ts +2 -0
  35. package/lib/models/index.d.ts +1 -0
  36. package/lib/models/location.model.d.ts +11 -0
  37. package/lib/services/locations/location.service.d.ts +2 -2
  38. package/package.json +1 -1
@@ -58,7 +58,6 @@ export { HmctsPaginationComponent as ɵbr } from './lib/gov-ui/components/hmcts-
58
58
  export { HmctsPrimaryNavigationComponent as ɵbt } from './lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component';
59
59
  export { HmctsSubNavigationComponent as ɵbs } from './lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component';
60
60
  export { RemoveHostDirective as ɵcl } from './lib/gov-ui/directives/remove-host.directive';
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';
62
61
  export { CaseSharingStateService as ɵr } from './lib/services/case-sharing-state/case-sharing-state.service';
63
62
  export { CookieService as ɵbg } from './lib/services/cookie/cookie.service';
64
63
  export { FeatureToggleService as ɵh } from './lib/services/feature-toggle/feature-toggle.service';