@hmcts/rpx-xui-common-lib 1.7.4 → 1.7.5
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 +159 -37
- 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 +22 -21
- package/esm2015/lib/components/find-location/find-location.component.js +18 -4
- package/esm2015/lib/components/find-person/find-person.component.js +14 -4
- package/esm2015/lib/components/generic-filter/generic-filter.component.js +21 -4
- package/esm2015/lib/components/search-location/search-location.component.js +12 -2
- package/esm2015/lib/components/user-list/user-list.component.js +29 -3
- package/esm2015/lib/exui-common-lib.module.js +8 -3
- package/esm2015/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.js +49 -0
- package/esm2015/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.js +1 -3
- package/esm2015/lib/models/filter.model.js +5 -1
- package/esm2015/lib/models/index.js +2 -1
- package/esm2015/lib/models/pagination.model.js +18 -0
- package/esm5/hmcts-rpx-xui-common-lib.js +22 -21
- package/esm5/lib/components/find-location/find-location.component.js +21 -4
- package/esm5/lib/components/find-person/find-person.component.js +17 -4
- package/esm5/lib/components/generic-filter/generic-filter.component.js +28 -4
- package/esm5/lib/components/search-location/search-location.component.js +15 -2
- package/esm5/lib/components/user-list/user-list.component.js +36 -3
- package/esm5/lib/exui-common-lib.module.js +9 -3
- package/esm5/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.js +51 -0
- package/esm5/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.js +1 -3
- package/esm5/lib/models/filter.model.js +5 -1
- package/esm5/lib/models/index.js +2 -1
- package/esm5/lib/models/pagination.model.js +18 -0
- package/fesm2015/hmcts-rpx-xui-common-lib.js +117 -14
- package/fesm2015/hmcts-rpx-xui-common-lib.js.map +1 -1
- package/fesm5/hmcts-rpx-xui-common-lib.js +143 -15
- package/fesm5/hmcts-rpx-xui-common-lib.js.map +1 -1
- package/hmcts-rpx-xui-common-lib.d.ts +21 -20
- package/hmcts-rpx-xui-common-lib.metadata.json +1 -1
- package/lib/components/find-location/find-location.component.d.ts +4 -0
- package/lib/components/find-person/find-person.component.d.ts +2 -0
- package/lib/components/generic-filter/generic-filter.component.d.ts +1 -0
- package/lib/components/search-location/search-location.component.d.ts +2 -0
- package/lib/components/user-list/user-list.component.d.ts +9 -2
- package/lib/exui-common-lib.module.d.ts +2 -2
- package/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.d.ts +10 -0
- package/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.d.ts +0 -1
- package/lib/models/filter.model.d.ts +2 -0
- package/lib/models/index.d.ts +1 -0
- package/lib/models/pagination.model.d.ts +5 -0
- package/package.json +3 -2
|
@@ -36,27 +36,28 @@ export { UserListComponent as ɵl } from './lib/components/user-list/user-list.c
|
|
|
36
36
|
export { UserSelectComponent as ɵq } from './lib/components/user-select/user-select.component';
|
|
37
37
|
export { FeatureToggleDirective as ɵg } from './lib/directives/feature-toggle/feature-toggle.directive';
|
|
38
38
|
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
|
|
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
55
|
export { HmctsIdentityBarComponent as ɵbq } from './lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component';
|
|
56
|
-
export { HmctsMainWrapperComponent as
|
|
57
|
-
export {
|
|
58
|
-
export {
|
|
59
|
-
export {
|
|
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';
|
|
60
61
|
export { CaseSharingStateService as ɵr } from './lib/services/case-sharing-state/case-sharing-state.service';
|
|
61
62
|
export { CookieService as ɵbg } from './lib/services/cookie/cookie.service';
|
|
62
63
|
export { FeatureToggleService as ɵh } from './lib/services/feature-toggle/feature-toggle.service';
|