@hmcts/rpx-xui-common-lib 1.7.21 → 1.7.23-EUI-2065
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 +40 -122
- 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 +25 -27
- package/esm2015/lib/components/generic-filter/generic-filter.component.js +2 -2
- package/esm2015/lib/components/selected-case/selected-case.component.js +5 -2
- package/esm2015/lib/components/selected-case-list/selected-case-list.component.js +9 -3
- package/esm2015/lib/components/share-case/share-case.component.js +10 -3
- package/esm2015/lib/exui-common-lib.module.js +1 -5
- package/esm2015/lib/models/filter.model.js +2 -2
- package/esm2015/lib/models/person.model.js +3 -1
- package/esm5/hmcts-rpx-xui-common-lib.js +25 -27
- package/esm5/lib/components/generic-filter/generic-filter.component.js +2 -2
- package/esm5/lib/components/selected-case/selected-case.component.js +5 -2
- package/esm5/lib/components/selected-case-list/selected-case-list.component.js +9 -3
- package/esm5/lib/components/share-case/share-case.component.js +10 -3
- package/esm5/lib/exui-common-lib.module.js +1 -5
- package/esm5/lib/models/filter.model.js +2 -2
- package/esm5/lib/models/person.model.js +3 -1
- package/fesm2015/hmcts-rpx-xui-common-lib.js +17 -86
- package/fesm2015/hmcts-rpx-xui-common-lib.js.map +1 -1
- package/fesm5/hmcts-rpx-xui-common-lib.js +17 -97
- package/fesm5/hmcts-rpx-xui-common-lib.js.map +1 -1
- package/hmcts-rpx-xui-common-lib.d.ts +24 -26
- package/hmcts-rpx-xui-common-lib.metadata.json +1 -1
- package/lib/components/selected-case/selected-case.component.d.ts +1 -0
- package/lib/components/selected-case-list/selected-case-list.component.d.ts +1 -0
- package/lib/components/share-case/share-case.component.d.ts +2 -0
- package/lib/models/filter.model.d.ts +2 -2
- package/lib/models/person.model.d.ts +2 -0
- package/package.json +1 -1
- package/esm2015/lib/components/find-service/find-service.component.js +0 -59
- package/esm2015/lib/components/search-service/search-service.component.js +0 -60
- package/esm5/lib/components/find-service/find-service.component.js +0 -64
- package/esm5/lib/components/search-service/search-service.component.js +0 -68
- package/lib/components/find-service/find-service.component.d.ts +0 -14
- package/lib/components/search-service/search-service.component.d.ts +0 -13
|
@@ -10,17 +10,15 @@ 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';
|
|
14
13
|
export { GenericFilterComponent as ɵbd } from './lib/components/generic-filter/generic-filter.component';
|
|
15
14
|
export { HmctsSessionDialogComponent as ɵk } from './lib/components/hmcts-session-dialog/hmcts-session-dialog.component';
|
|
16
15
|
export { InviteUserFormComponent as ɵo } from './lib/components/invite-user-form/invite-user-form.component';
|
|
17
16
|
export { InviteUserPermissionComponent as ɵn } from './lib/components/invite-user-permissions/invite-user-permission.component';
|
|
18
17
|
export { LoadingSpinnerComponent as ɵbc } from './lib/components/loading-spinner/loading-spinner.component';
|
|
19
|
-
export { PaginationComponent as
|
|
18
|
+
export { PaginationComponent as ɵbp } from './lib/components/pagination/pagination.component';
|
|
20
19
|
export { SearchJudicialsComponent as ɵbk } from './lib/components/search-judicials/search-judicials.component';
|
|
21
20
|
export { SearchLocationComponent as ɵbm } from './lib/components/search-location/search-location.component';
|
|
22
|
-
export {
|
|
23
|
-
export { SearchVenueComponent as ɵbq } from './lib/components/search-venue/search-venue.component';
|
|
21
|
+
export { SearchVenueComponent as ɵbo } from './lib/components/search-venue/search-venue.component';
|
|
24
22
|
export { SelectedCaseConfirmComponent as ɵv } from './lib/components/selected-case-confirm/selected-case-confirm.component';
|
|
25
23
|
export { SelectedCaseListComponent as ɵt } from './lib/components/selected-case-list/selected-case-list.component';
|
|
26
24
|
export { SelectedCaseComponent as ɵu } from './lib/components/selected-case/selected-case.component';
|
|
@@ -38,28 +36,28 @@ export { UserListComponent as ɵl } from './lib/components/user-list/user-list.c
|
|
|
38
36
|
export { UserSelectComponent as ɵq } from './lib/components/user-select/user-select.component';
|
|
39
37
|
export { FeatureToggleDirective as ɵg } from './lib/directives/feature-toggle/feature-toggle.directive';
|
|
40
38
|
export { LetContext as ɵi, LetDirective as ɵj } from './lib/directives/let/let.directive';
|
|
41
|
-
export { GovUkCheckboxComponent as
|
|
42
|
-
export { GovUkCheckboxesComponent as
|
|
43
|
-
export { GovUkDateComponent as
|
|
44
|
-
export { GovUkErrorMessageComponent as
|
|
45
|
-
export { GovUkFieldsetComponent as
|
|
46
|
-
export { GovUkFileUploadComponent as
|
|
47
|
-
export { GovUkFormGroupWrapperComponent as
|
|
48
|
-
export { GovUkInputComponent as
|
|
49
|
-
export { GovUkLabelComponent as
|
|
50
|
-
export { GovUkRadioComponent as
|
|
51
|
-
export { GovUkRadiosComponent as
|
|
52
|
-
export { GovUkSelectComponent as
|
|
53
|
-
export { GovukTableComponent as
|
|
54
|
-
export { GovUkTextareaComponent as
|
|
55
|
-
export { HmctsBannerComponent as
|
|
56
|
-
export { HmctsErrorSummaryComponent as
|
|
57
|
-
export { HmctsIdentityBarComponent as
|
|
58
|
-
export { HmctsMainWrapperComponent as
|
|
59
|
-
export { HmctsPaginationComponent as
|
|
60
|
-
export { HmctsPrimaryNavigationComponent as
|
|
61
|
-
export { HmctsSubNavigationComponent as
|
|
62
|
-
export { RemoveHostDirective as
|
|
39
|
+
export { GovUkCheckboxComponent as ɵbz } from './lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component';
|
|
40
|
+
export { GovUkCheckboxesComponent as ɵcf } from './lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component';
|
|
41
|
+
export { GovUkDateComponent as ɵce } from './lib/gov-ui/components/gov-uk-date/gov-uk-date.component';
|
|
42
|
+
export { GovUkErrorMessageComponent as ɵcc } from './lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component';
|
|
43
|
+
export { GovUkFieldsetComponent as ɵcd } from './lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component';
|
|
44
|
+
export { GovUkFileUploadComponent as ɵck } from './lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component';
|
|
45
|
+
export { GovUkFormGroupWrapperComponent as ɵca } from './lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component';
|
|
46
|
+
export { GovUkInputComponent as ɵby } from './lib/gov-ui/components/gov-uk-input/gov-uk-input.component';
|
|
47
|
+
export { GovUkLabelComponent as ɵcb } from './lib/gov-ui/components/gov-uk-label/gov-uk-label.component';
|
|
48
|
+
export { GovUkRadioComponent as ɵcg } from './lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component';
|
|
49
|
+
export { GovUkRadiosComponent as ɵch } from './lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component';
|
|
50
|
+
export { GovUkSelectComponent as ɵci } from './lib/gov-ui/components/gov-uk-select/gov-uk-select.component';
|
|
51
|
+
export { GovukTableComponent as ɵbx } from './lib/gov-ui/components/gov-uk-table/gov-uk-table.component';
|
|
52
|
+
export { GovUkTextareaComponent as ɵcj } from './lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component';
|
|
53
|
+
export { HmctsBannerComponent as ɵbw } from './lib/gov-ui/components/hmcts-banner/hmcts-banner.component';
|
|
54
|
+
export { HmctsErrorSummaryComponent as ɵbu } from './lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component';
|
|
55
|
+
export { HmctsIdentityBarComponent as ɵbq } from './lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component';
|
|
56
|
+
export { HmctsMainWrapperComponent as ɵbv } from './lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component';
|
|
57
|
+
export { HmctsPaginationComponent as ɵbr } from './lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component';
|
|
58
|
+
export { HmctsPrimaryNavigationComponent as ɵbt } from './lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component';
|
|
59
|
+
export { HmctsSubNavigationComponent as ɵbs } from './lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component';
|
|
60
|
+
export { RemoveHostDirective as ɵcl } from './lib/gov-ui/directives/remove-host.directive';
|
|
63
61
|
export { CaseSharingStateService as ɵr } from './lib/services/case-sharing-state/case-sharing-state.service';
|
|
64
62
|
export { CookieService as ɵbg } from './lib/services/cookie/cookie.service';
|
|
65
63
|
export { FeatureToggleService as ɵh } from './lib/services/feature-toggle/feature-toggle.service';
|