@hmcts/rpx-xui-common-lib 3.0.4 → 3.0.15-alpha-4

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 (207) hide show
  1. package/{esm2022 → esm2020}/lib/components/accessibility/accessibility.component.mjs +4 -4
  2. package/{esm2022 → esm2020}/lib/components/checkbox-list/checkbox-list.component.mjs +4 -4
  3. package/{esm2022 → esm2020}/lib/components/contact-details/contact-details.component.mjs +4 -4
  4. package/{esm2022 → esm2020}/lib/components/cookie-banner/cookie-banner.component.mjs +4 -4
  5. package/{esm2022 → esm2020}/lib/components/due-date/due-date.component.mjs +4 -4
  6. package/{esm2022 → esm2020}/lib/components/exui-main-wrapper/exui-page-wrapper.component.mjs +4 -4
  7. package/{esm2022 → esm2020}/lib/components/find-location/find-location.component.mjs +4 -4
  8. package/{esm2022 → esm2020}/lib/components/find-person/find-person.component.mjs +4 -4
  9. package/{esm2022 → esm2020}/lib/components/find-service/find-service.component.mjs +4 -4
  10. package/{esm2022 → esm2020}/lib/components/find-task-name/find-task-name.component.mjs +4 -4
  11. package/{esm2022 → esm2020}/lib/components/generic-filter/generic-filter.component.mjs +4 -4
  12. package/{esm2022 → esm2020}/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.mjs +4 -4
  13. package/{esm2022 → esm2020}/lib/components/invite-user-form/invite-user-form.component.mjs +4 -4
  14. package/{esm2022 → esm2020}/lib/components/invite-user-permissions/invite-user-permission.component.mjs +4 -4
  15. package/{esm2022 → esm2020}/lib/components/loading-spinner/loading-spinner.component.mjs +4 -4
  16. package/{esm2022 → esm2020}/lib/components/pagination/pagination.component.mjs +4 -4
  17. package/{esm2022 → esm2020}/lib/components/search-judicials/search-judicials.component.mjs +4 -4
  18. package/{esm2022 → esm2020}/lib/components/search-location/search-location.component.mjs +11 -11
  19. package/{esm2022 → esm2020}/lib/components/search-service/search-service.component.mjs +4 -4
  20. package/{esm2022 → esm2020}/lib/components/search-venue/search-venue.component.mjs +4 -4
  21. package/{esm2022 → esm2020}/lib/components/selected-case/selected-case.component.mjs +4 -4
  22. package/{esm2022 → esm2020}/lib/components/selected-case-confirm/selected-case-confirm.component.mjs +4 -4
  23. package/{esm2022 → esm2020}/lib/components/selected-case-list/selected-case-list.component.mjs +4 -4
  24. package/{esm2022 → esm2020}/lib/components/service-message/service-message.component.mjs +4 -4
  25. package/{esm2022 → esm2020}/lib/components/service-messages/service-messages.component.mjs +4 -4
  26. package/{esm2022 → esm2020}/lib/components/share-case/share-case.component.mjs +4 -4
  27. package/{esm2022 → esm2020}/lib/components/share-case-confirm/share-case-confirm.component.mjs +4 -4
  28. package/{esm2022 → esm2020}/lib/components/tab/tab.component.mjs +4 -4
  29. package/{esm2022 → esm2020}/lib/components/tc-confirm/tc-confirm.component.mjs +4 -4
  30. package/{esm2022 → esm2020}/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.mjs +4 -4
  31. package/{esm2022 → esm2020}/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.mjs +4 -4
  32. package/{esm2022 → esm2020}/lib/components/terms-and-conditions/terms-and-conditions.component.mjs +4 -4
  33. package/{esm2022 → esm2020}/lib/components/user-details/user-details.component.mjs +4 -4
  34. package/esm2020/lib/components/user-list/user-list.component.mjs +40 -0
  35. package/{esm2022 → esm2020}/lib/components/user-select/user-select.component.mjs +4 -4
  36. package/{esm2022 → esm2020}/lib/directives/feature-toggle/feature-toggle.directive.mjs +8 -8
  37. package/{esm2022 → esm2020}/lib/directives/let/let.directive.mjs +4 -4
  38. package/esm2020/lib/exui-common-lib.module.mjs +300 -0
  39. package/{esm2022 → esm2020}/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.mjs +4 -4
  40. package/{esm2022 → esm2020}/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.mjs +4 -4
  41. package/{esm2022 → esm2020}/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.mjs +4 -4
  42. package/{esm2022 → esm2020}/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.mjs +4 -4
  43. package/{esm2022 → esm2020}/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.mjs +4 -4
  44. package/{esm2022 → esm2020}/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.mjs +4 -4
  45. package/esm2020/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.mjs +28 -0
  46. package/{esm2022 → esm2020}/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.mjs +4 -4
  47. package/{esm2022 → esm2020}/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.mjs +4 -4
  48. package/{esm2022 → esm2020}/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.mjs +4 -4
  49. package/{esm2022 → esm2020}/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.mjs +4 -4
  50. package/{esm2022 → esm2020}/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.mjs +4 -4
  51. package/{esm2022 → esm2020}/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.mjs +4 -4
  52. package/{esm2022 → esm2020}/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.mjs +4 -4
  53. package/{esm2022 → esm2020}/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.mjs +4 -4
  54. package/{esm2022 → esm2020}/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.mjs +7 -7
  55. package/esm2020/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.mjs +18 -0
  56. package/{esm2022 → esm2020}/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.mjs +7 -7
  57. package/{esm2022 → esm2020}/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.mjs +4 -4
  58. package/{esm2022 → esm2020}/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.mjs +6 -6
  59. package/{esm2022 → esm2020}/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.mjs +4 -4
  60. package/{esm2022 → esm2020}/lib/gov-ui/directives/remove-host.directive.mjs +4 -4
  61. package/{esm2022 → esm2020}/lib/gov-ui/gov-ui.service.mjs +4 -4
  62. package/{esm2022 → esm2020}/lib/pipes/capitalize/capitalize.pipe.mjs +4 -4
  63. package/esm2020/lib/services/case-sharing-state/case-sharing-state.service.mjs +170 -0
  64. package/{esm2022 → esm2020}/lib/services/cookie/cookie.service.mjs +4 -4
  65. package/{esm2022 → esm2020}/lib/services/feature-toggle/feature-toggle.guard.mjs +4 -4
  66. package/{esm2022 → esm2020}/lib/services/feature-toggle/feature-toggle.service.mjs +4 -4
  67. package/{esm2022 → esm2020}/lib/services/feature-toggle/launch-darkly.service.mjs +4 -4
  68. package/{esm2022 → esm2020}/lib/services/filter/filter.service.mjs +4 -4
  69. package/esm2020/lib/services/find-person/find-person.service.mjs +111 -0
  70. package/{esm2022 → esm2020}/lib/services/google-analytics/google-analytics.service.mjs +4 -4
  71. package/{esm2022 → esm2020}/lib/services/google-tag-manager/google-tag-manager.service.mjs +4 -4
  72. package/{esm2022 → esm2020}/lib/services/loading/loading.service.mjs +4 -4
  73. package/{esm2022 → esm2020}/lib/services/locations/location.service.mjs +4 -4
  74. package/{esm2022 → esm2020}/lib/services/manage-session/manage-session.services.mjs +4 -4
  75. package/esm2020/lib/services/ref-data/ref-data-data-access/ref-data-data-access.service.mjs +33 -0
  76. package/{esm2022 → esm2020}/lib/services/ref-data/ref-data.service.mjs +4 -4
  77. package/{esm2022 → esm2020}/lib/services/role-guard/role.guard.mjs +4 -4
  78. package/{esm2022 → esm2020}/lib/services/role-guard/role.service.mjs +4 -4
  79. package/{esm2022 → esm2020}/lib/services/storage/session-storage/session-storage.service.mjs +4 -4
  80. package/esm2020/lib/services/task-name/task-name.service.mjs +33 -0
  81. package/{esm2022 → esm2020}/lib/services/timeout-notifications/timeout-notifications.service.mjs +4 -4
  82. package/fesm2015/hmcts-rpx-xui-common-lib.mjs +5024 -0
  83. package/fesm2015/hmcts-rpx-xui-common-lib.mjs.map +1 -0
  84. package/{fesm2022 → fesm2020}/hmcts-rpx-xui-common-lib.mjs +431 -425
  85. package/fesm2020/hmcts-rpx-xui-common-lib.mjs.map +1 -0
  86. package/lib/components/checkbox-list/checkbox-list.component.d.ts +1 -1
  87. package/lib/components/contact-details/contact-details.component.d.ts +1 -1
  88. package/lib/components/cookie-banner/cookie-banner.component.d.ts +1 -1
  89. package/lib/components/due-date/due-date.component.d.ts +1 -1
  90. package/lib/components/exui-main-wrapper/exui-page-wrapper.component.d.ts +1 -1
  91. package/lib/components/find-location/find-location.component.d.ts +1 -1
  92. package/lib/components/find-person/find-person.component.d.ts +1 -1
  93. package/lib/components/find-service/find-service.component.d.ts +1 -1
  94. package/lib/components/find-task-name/find-task-name.component.d.ts +1 -1
  95. package/lib/components/generic-filter/generic-filter.component.d.ts +1 -1
  96. package/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.d.ts +1 -1
  97. package/lib/components/invite-user-form/invite-user-form.component.d.ts +1 -1
  98. package/lib/components/invite-user-permissions/invite-user-permission.component.d.ts +1 -1
  99. package/lib/components/loading-spinner/loading-spinner.component.d.ts +1 -1
  100. package/lib/components/pagination/pagination.component.d.ts +1 -1
  101. package/lib/components/search-judicials/search-judicials.component.d.ts +1 -1
  102. package/lib/components/search-location/search-location.component.d.ts +1 -1
  103. package/lib/components/search-service/search-service.component.d.ts +1 -1
  104. package/lib/components/search-venue/search-venue.component.d.ts +1 -1
  105. package/lib/components/selected-case/selected-case.component.d.ts +1 -1
  106. package/lib/components/selected-case-confirm/selected-case-confirm.component.d.ts +1 -1
  107. package/lib/components/selected-case-list/selected-case-list.component.d.ts +1 -1
  108. package/lib/components/service-message/service-message.component.d.ts +1 -1
  109. package/lib/components/service-messages/service-messages.component.d.ts +1 -1
  110. package/lib/components/share-case/share-case.component.d.ts +1 -1
  111. package/lib/components/share-case-confirm/share-case-confirm.component.d.ts +1 -1
  112. package/lib/components/tab/tab.component.d.ts +1 -1
  113. package/lib/components/tc-confirm/tc-confirm.component.d.ts +1 -1
  114. package/lib/components/terms-and-conditions/terms-and-conditions.component.d.ts +1 -1
  115. package/lib/components/user-details/user-details.component.d.ts +1 -1
  116. package/lib/components/user-list/user-list.component.d.ts +1 -1
  117. package/lib/components/user-select/user-select.component.d.ts +1 -1
  118. package/lib/directives/feature-toggle/feature-toggle.directive.d.ts +1 -1
  119. package/lib/directives/let/let.directive.d.ts +1 -1
  120. package/lib/exui-common-lib.module.d.ts +2 -1
  121. package/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.d.ts +1 -1
  122. package/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.d.ts +1 -1
  123. package/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.d.ts +1 -1
  124. package/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.d.ts +1 -1
  125. package/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.d.ts +1 -1
  126. package/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.d.ts +1 -1
  127. package/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.d.ts +1 -1
  128. package/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.d.ts +1 -1
  129. package/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.d.ts +1 -1
  130. package/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.d.ts +1 -1
  131. package/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.d.ts +1 -1
  132. package/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.d.ts +1 -1
  133. package/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.d.ts +1 -1
  134. package/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.d.ts +1 -1
  135. package/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.d.ts +1 -1
  136. package/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.d.ts +1 -1
  137. package/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.d.ts +1 -1
  138. package/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.d.ts +1 -1
  139. package/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.d.ts +1 -1
  140. package/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.d.ts +1 -1
  141. package/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.d.ts +1 -1
  142. package/lib/models/feature-user.d.ts +1 -1
  143. package/lib/models/filter.model.d.ts +2 -2
  144. package/lib/services/feature-toggle/feature-toggle.guard.d.ts +2 -2
  145. package/lib/services/role-guard/role.guard.d.ts +2 -2
  146. package/lib/services/role-guard/role.service.d.ts +2 -2
  147. package/package.json +11 -5
  148. package/esm2022/lib/components/user-list/user-list.component.mjs +0 -36
  149. package/esm2022/lib/exui-common-lib.module.mjs +0 -295
  150. package/esm2022/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.mjs +0 -27
  151. package/esm2022/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.mjs +0 -18
  152. package/esm2022/lib/services/case-sharing-state/case-sharing-state.service.mjs +0 -170
  153. package/esm2022/lib/services/find-person/find-person.service.mjs +0 -111
  154. package/esm2022/lib/services/ref-data/ref-data-data-access/ref-data-data-access.service.mjs +0 -33
  155. package/esm2022/lib/services/task-name/task-name.service.mjs +0 -33
  156. package/fesm2022/hmcts-rpx-xui-common-lib.mjs.map +0 -1
  157. /package/{esm2022 → esm2020}/hmcts-rpx-xui-common-lib.mjs +0 -0
  158. /package/{esm2022 → esm2020}/lib/components/generic-filter/generic-filter-utils.mjs +0 -0
  159. /package/{esm2022 → esm2020}/lib/components/index.mjs +0 -0
  160. /package/{esm2022 → esm2020}/lib/components/public_api.mjs +0 -0
  161. /package/{esm2022 → esm2020}/lib/directives/index.mjs +0 -0
  162. /package/{esm2022 → esm2020}/lib/directives/public-api.mjs +0 -0
  163. /package/{esm2022 → esm2020}/lib/gov-ui/components/hmcts-banner/hmcts-banner-info.interface.mjs +0 -0
  164. /package/{esm2022 → esm2020}/lib/gov-ui/components/index.mjs +0 -0
  165. /package/{esm2022 → esm2020}/lib/gov-ui/components/public_api.mjs +0 -0
  166. /package/{esm2022 → esm2020}/lib/gov-ui/index.mjs +0 -0
  167. /package/{esm2022 → esm2020}/lib/gov-ui/models/checkboxes-model.mjs +0 -0
  168. /package/{esm2022 → esm2020}/lib/gov-ui/models/error-messages-model.mjs +0 -0
  169. /package/{esm2022 → esm2020}/lib/gov-ui/models/gov-ui-config-model.mjs +0 -0
  170. /package/{esm2022 → esm2020}/lib/gov-ui/models/index.mjs +0 -0
  171. /package/{esm2022 → esm2020}/lib/gov-ui/models/isession-storage.interface.mjs +0 -0
  172. /package/{esm2022 → esm2020}/lib/gov-ui/models/public_api.mjs +0 -0
  173. /package/{esm2022 → esm2020}/lib/gov-ui/models/radio-buttons.model.mjs +0 -0
  174. /package/{esm2022 → esm2020}/lib/gov-ui/public_api.mjs +0 -0
  175. /package/{esm2022 → esm2020}/lib/gov-ui/util/helpers/html-templates.helper.mjs +0 -0
  176. /package/{esm2022 → esm2020}/lib/gov-ui/util/session-storage/session-storage-utils.mjs +0 -0
  177. /package/{esm2022 → esm2020}/lib/gov-ui/validators/checkboxes-be-checked.validator.mjs +0 -0
  178. /package/{esm2022 → esm2020}/lib/gov-ui/validators/date.validator.mjs +0 -0
  179. /package/{esm2022 → esm2020}/lib/gov-ui/validators/index.mjs +0 -0
  180. /package/{esm2022 → esm2020}/lib/gov-ui/validators/public_api.mjs +0 -0
  181. /package/{esm2022 → esm2020}/lib/gov-ui/validators/radio-group.validator.mjs +0 -0
  182. /package/{esm2022 → esm2020}/lib/models/case-share.model.mjs +0 -0
  183. /package/{esm2022 → esm2020}/lib/models/contact-details.model.mjs +0 -0
  184. /package/{esm2022 → esm2020}/lib/models/due-date.model.mjs +0 -0
  185. /package/{esm2022 → esm2020}/lib/models/feature-user.mjs +0 -0
  186. /package/{esm2022 → esm2020}/lib/models/filter.model.mjs +0 -0
  187. /package/{esm2022 → esm2020}/lib/models/idle-config.model.mjs +0 -0
  188. /package/{esm2022 → esm2020}/lib/models/index.mjs +0 -0
  189. /package/{esm2022 → esm2020}/lib/models/location.model.mjs +0 -0
  190. /package/{esm2022 → esm2020}/lib/models/pagination.model.mjs +0 -0
  191. /package/{esm2022 → esm2020}/lib/models/person.model.mjs +0 -0
  192. /package/{esm2022 → esm2020}/lib/models/public_api.mjs +0 -0
  193. /package/{esm2022 → esm2020}/lib/models/search-options.model.mjs +0 -0
  194. /package/{esm2022 → esm2020}/lib/models/task-name.model.mjs +0 -0
  195. /package/{esm2022 → esm2020}/lib/models/tcDocument.model.mjs +0 -0
  196. /package/{esm2022 → esm2020}/lib/models/timeout-notification.model.mjs +0 -0
  197. /package/{esm2022 → esm2020}/lib/models/user-details.model.mjs +0 -0
  198. /package/{esm2022 → esm2020}/lib/models/user.model.mjs +0 -0
  199. /package/{esm2022 → esm2020}/lib/pipes/index.mjs +0 -0
  200. /package/{esm2022 → esm2020}/lib/services/index.mjs +0 -0
  201. /package/{esm2022 → esm2020}/lib/services/public-api.mjs +0 -0
  202. /package/{esm2022 → esm2020}/lib/services/ref-data/index.mjs +0 -0
  203. /package/{esm2022 → esm2020}/lib/services/ref-data/models/ref-data-htmcs-service.model.mjs +0 -0
  204. /package/{esm2022 → esm2020}/lib/services/ref-data/models/ref-data-region.model.mjs +0 -0
  205. /package/{esm2022 → esm2020}/lib/services/ref-data/ref-data-data-access/models/ref-data-locations-by-service-code-response.model.mjs +0 -0
  206. /package/{esm2022 → esm2020}/lib/window.mjs +0 -0
  207. /package/{esm2022 → esm2020}/public-api.mjs +0 -0
@@ -69,5 +69,5 @@ export declare class CheckboxListComponent<T> implements OnChanges {
69
69
  private getSelection;
70
70
  private checkSelection;
71
71
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxListComponent<any>, never>;
72
- static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxListComponent<any>, "xuilib-checkbox-list", never, { "options": { "alias": "options"; "required": false; }; "preselection": { "alias": "preselection"; "required": false; }; "labelFunction": { "alias": "labelFunction"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; }, { "selectionChange": "selectionChange"; }, never, never, false, never>;
72
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxListComponent<any>, "xuilib-checkbox-list", never, { "options": "options"; "preselection": "preselection"; "labelFunction": "labelFunction"; "selection": "selection"; }, { "selectionChange": "selectionChange"; }, never, never, false, never>;
73
73
  }
@@ -4,5 +4,5 @@ export declare class ContactDetailsComponent {
4
4
  data: ContactDetailsDataModel;
5
5
  constructor();
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ContactDetailsComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<ContactDetailsComponent, "xuilib-contact-details", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContactDetailsComponent, "xuilib-contact-details", never, { "data": "data"; }, {}, never, never, false, never>;
8
8
  }
@@ -19,5 +19,5 @@ export declare class CookieBannerComponent implements OnInit {
19
19
  notifyAcceptance(): void;
20
20
  private getExpiryDate;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<CookieBannerComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<CookieBannerComponent, "xuilib-cookie-banner", never, { "identifier": { "alias": "identifier"; "required": false; }; "appName": { "alias": "appName"; "required": false; }; }, { "rejectionNotifier": "rejectionNotifier"; "acceptanceNotifier": "acceptanceNotifier"; }, never, never, false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<CookieBannerComponent, "xuilib-cookie-banner", never, { "identifier": "identifier"; "appName": "appName"; }, { "rejectionNotifier": "rejectionNotifier"; "acceptanceNotifier": "acceptanceNotifier"; }, never, never, false, never>;
23
23
  }
@@ -48,5 +48,5 @@ export declare class DueDateComponent implements OnChanges {
48
48
  private handleInputChanges;
49
49
  private getDaysDifference;
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<DueDateComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<DueDateComponent, "xuilib-due-date", never, { "dueDate": { "alias": "dueDate"; "required": false; }; "highUrgencyCutoff": { "alias": "highUrgencyCutoff"; "required": false; }; "mediumUrgencyCutoff": { "alias": "mediumUrgencyCutoff"; "required": false; }; }, {}, never, never, false, never>;
51
+ static ɵcmp: i0.ɵɵComponentDeclaration<DueDateComponent, "xuilib-due-date", never, { "dueDate": "dueDate"; "highUrgencyCutoff": "highUrgencyCutoff"; "mediumUrgencyCutoff": "mediumUrgencyCutoff"; }, {}, never, never, false, never>;
52
52
  }
@@ -15,5 +15,5 @@ export declare class ExuiPageWrapperComponent {
15
15
  fnTitle: string;
16
16
  constructor();
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<ExuiPageWrapperComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<ExuiPageWrapperComponent, "exui-page-wrapper", never, { "backLink": { "alias": "backLink"; "required": false; }; "title": { "alias": "title"; "required": false; }; "fnTitle": { "alias": "fnTitle"; "required": false; }; }, {}, never, ["*"], false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<ExuiPageWrapperComponent, "exui-page-wrapper", never, { "backLink": "backLink"; "title": "title"; "fnTitle": "fnTitle"; }, {}, never, ["*"], false, never>;
19
19
  }
@@ -36,5 +36,5 @@ export declare class FindLocationComponent implements OnInit, OnDestroy {
36
36
  private addSelectedLocationsToForm;
37
37
  ngOnDestroy(): void;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<FindLocationComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<FindLocationComponent, "xuilib-find-location", never, { "submitted": { "alias": "submitted"; "required": false; }; "enableAddLocationButton": { "alias": "enableAddLocationButton"; "required": false; }; "form": { "alias": "form"; "required": false; }; "field": { "alias": "field"; "required": false; }; "fields": { "alias": "fields"; "required": false; }; "locationTitle": { "alias": "locationTitle"; "required": false; }; "disableInputField": { "alias": "disableInputField"; "required": false; }; "formSubmissionEvent$": { "alias": "formSubmissionEvent$"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "services": { "alias": "services"; "required": false; }; }, { "locationFieldChanged": "locationFieldChanged"; }, never, never, false, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<FindLocationComponent, "xuilib-find-location", never, { "submitted": "submitted"; "enableAddLocationButton": "enableAddLocationButton"; "form": "form"; "field": "field"; "fields": "fields"; "locationTitle": "locationTitle"; "disableInputField": "disableInputField"; "formSubmissionEvent$": "formSubmissionEvent$"; "disabled": "disabled"; "services": "services"; }, { "locationFieldChanged": "locationFieldChanged"; }, never, never, false, never>;
40
40
  }
@@ -39,5 +39,5 @@ export declare class FindPersonComponent implements OnInit, OnDestroy {
39
39
  getDisplayName(selectedPerson: Person): string;
40
40
  onInput(): void;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<FindPersonComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<FindPersonComponent, "xuilib-find-person", never, { "title": { "alias": "title"; "required": false; }; "boldTitle": { "alias": "boldTitle"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; "domain": { "alias": "domain"; "required": false; }; "findPersonGroup": { "alias": "findPersonGroup"; "required": false; }; "selectedPerson": { "alias": "selectedPerson"; "required": false; }; "submitted": { "alias": "submitted"; "required": false; }; "userIncluded": { "alias": "userIncluded"; "required": false; }; "assignedUser": { "alias": "assignedUser"; "required": false; }; "placeholderContent": { "alias": "placeholderContent"; "required": false; }; "isNoResultsShown": { "alias": "isNoResultsShown"; "required": false; }; "showUpdatedColor": { "alias": "showUpdatedColor"; "required": false; }; "selectedPersons": { "alias": "selectedPersons"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "idValue": { "alias": "idValue"; "required": false; }; "services": { "alias": "services"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "personSelected": "personSelected"; "personFieldChanged": "personFieldChanged"; }, never, never, false, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<FindPersonComponent, "xuilib-find-person", never, { "title": "title"; "boldTitle": "boldTitle"; "subTitle": "subTitle"; "domain": "domain"; "findPersonGroup": "findPersonGroup"; "selectedPerson": "selectedPerson"; "submitted": "submitted"; "userIncluded": "userIncluded"; "assignedUser": "assignedUser"; "placeholderContent": "placeholderContent"; "isNoResultsShown": "isNoResultsShown"; "showUpdatedColor": "showUpdatedColor"; "selectedPersons": "selectedPersons"; "errorMessage": "errorMessage"; "idValue": "idValue"; "services": "services"; "disabled": "disabled"; }, { "personSelected": "personSelected"; "personFieldChanged": "personFieldChanged"; }, never, never, false, never>;
43
43
  }
@@ -25,5 +25,5 @@ export declare class FindServiceComponent implements OnInit, OnDestroy {
25
25
  private sortOptionsAlphabetically;
26
26
  ngOnDestroy(): void;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<FindServiceComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<FindServiceComponent, "xuilib-find-service", never, { "field": { "alias": "field"; "required": false; }; "serviceTitle": { "alias": "serviceTitle"; "required": false; }; "form": { "alias": "form"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "formSubmissionEvent$": { "alias": "formSubmissionEvent$"; "required": false; }; }, { "serviceFieldChanged": "serviceFieldChanged"; }, never, never, false, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<FindServiceComponent, "xuilib-find-service", never, { "field": "field"; "serviceTitle": "serviceTitle"; "form": "form"; "disabled": "disabled"; "formSubmissionEvent$": "formSubmissionEvent$"; }, { "serviceFieldChanged": "serviceFieldChanged"; }, never, never, false, never>;
29
29
  }
@@ -40,5 +40,5 @@ export declare class FindTaskNameComponent implements OnInit, OnDestroy {
40
40
  getTaskTypeName(selectedTaskType: any): string;
41
41
  onInput(): void;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<FindTaskNameComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<FindTaskNameComponent, "xuilib-find-task-name", never, { "title": { "alias": "title"; "required": false; }; "boldTitle": { "alias": "boldTitle"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; "domain": { "alias": "domain"; "required": false; }; "findTaskNameGroup": { "alias": "findTaskNameGroup"; "required": false; }; "selectedTaskName": { "alias": "selectedTaskName"; "required": false; }; "submitted": { "alias": "submitted"; "required": false; }; "assignedUser": { "alias": "assignedUser"; "required": false; }; "placeholderContent": { "alias": "placeholderContent"; "required": false; }; "isNoResultsShown": { "alias": "isNoResultsShown"; "required": false; }; "showUpdatedColor": { "alias": "showUpdatedColor"; "required": false; }; "selectedTaskNames": { "alias": "selectedTaskNames"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "idValue": { "alias": "idValue"; "required": false; }; "services": { "alias": "services"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "taskNameSelected": "taskNameSelected"; "taskNameFieldChanged": "taskNameFieldChanged"; }, never, never, false, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<FindTaskNameComponent, "xuilib-find-task-name", never, { "title": "title"; "boldTitle": "boldTitle"; "subTitle": "subTitle"; "domain": "domain"; "findTaskNameGroup": "findTaskNameGroup"; "selectedTaskName": "selectedTaskName"; "submitted": "submitted"; "assignedUser": "assignedUser"; "placeholderContent": "placeholderContent"; "isNoResultsShown": "isNoResultsShown"; "showUpdatedColor": "showUpdatedColor"; "selectedTaskNames": "selectedTaskNames"; "errorMessage": "errorMessage"; "idValue": "idValue"; "services": "services"; "disabled": "disabled"; }, { "taskNameSelected": "taskNameSelected"; "taskNameFieldChanged": "taskNameFieldChanged"; }, never, never, false, never>;
44
44
  }
@@ -53,5 +53,5 @@ export declare class GenericFilterComponent implements OnInit, OnDestroy {
53
53
  private getSelectedValuesForFields;
54
54
  private sortGroupOptions;
55
55
  static ɵfac: i0.ɵɵFactoryDeclaration<GenericFilterComponent, never>;
56
- static ɵcmp: i0.ɵɵComponentDeclaration<GenericFilterComponent, "xuilib-generic-filter", never, { "config": { "alias": "config"; "required": false; }; "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, false, never>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<GenericFilterComponent, "xuilib-generic-filter", never, { "config": "config"; "settings": "settings"; }, {}, never, never, false, never>;
57
57
  }
@@ -6,5 +6,5 @@ export declare class HmctsSessionDialogComponent {
6
6
  constructor();
7
7
  onClose(): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<HmctsSessionDialogComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<HmctsSessionDialogComponent, "xuilib-session-dialog", never, { "positionTop": { "alias": "positionTop"; "required": false; }; }, { "close": "close"; }, never, ["*"], false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<HmctsSessionDialogComponent, "xuilib-session-dialog", never, { "positionTop": "positionTop"; }, { "close": "close"; }, never, ["*"], false, never>;
10
10
  }
@@ -8,5 +8,5 @@ export declare class InviteUserFormComponent {
8
8
  set errorMessages(value: any);
9
9
  onSubmit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<InviteUserFormComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<InviteUserFormComponent, "xuilib-invite-user-form", never, { "inviteUserForm": { "alias": "inviteUserForm"; "required": false; }; "errorMessages": { "alias": "errorMessages"; "required": false; }; }, { "submitForm": "submitForm"; }, never, never, false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<InviteUserFormComponent, "xuilib-invite-user-form", never, { "inviteUserForm": "inviteUserForm"; "errorMessages": "errorMessages"; }, { "submitForm": "submitForm"; }, never, never, false, never>;
12
12
  }
@@ -9,5 +9,5 @@ export declare class InviteUserPermissionComponent {
9
9
  isPuiFinanceManager: boolean;
10
10
  errorMessages: ErrorMessagesModel;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<InviteUserPermissionComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<InviteUserPermissionComponent, "xuilib-invite-permission-form", never, { "inviteUserForm": { "alias": "inviteUserForm"; "required": false; }; "isPuiCaseManager": { "alias": "isPuiCaseManager"; "required": false; }; "isPuiUserManager": { "alias": "isPuiUserManager"; "required": false; }; "isPuiOrganisationManager": { "alias": "isPuiOrganisationManager"; "required": false; }; "isPuiFinanceManager": { "alias": "isPuiFinanceManager"; "required": false; }; "errorMessages": { "alias": "errorMessages"; "required": false; }; }, {}, never, never, false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<InviteUserPermissionComponent, "xuilib-invite-permission-form", never, { "inviteUserForm": "inviteUserForm"; "isPuiCaseManager": "isPuiCaseManager"; "isPuiUserManager": "isPuiUserManager"; "isPuiOrganisationManager": "isPuiOrganisationManager"; "isPuiFinanceManager": "isPuiFinanceManager"; "errorMessages": "errorMessages"; }, {}, never, never, false, never>;
13
13
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class LoadingSpinnerComponent {
3
3
  loadingText: string;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadingSpinnerComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<LoadingSpinnerComponent, "xuilib-loading-spinner", never, { "loadingText": { "alias": "loadingText"; "required": false; }; }, {}, never, never, false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoadingSpinnerComponent, "xuilib-loading-spinner", never, { "loadingText": "loadingText"; }, {}, never, never, false, never>;
6
6
  }
@@ -9,5 +9,5 @@ export declare class PaginationComponent {
9
9
  onPrevious(): void;
10
10
  onNext(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "xuilib-pagination", never, { "moreItems": { "alias": "moreItems"; "required": false; }; "firstRecord": { "alias": "firstRecord"; "required": false; }; }, { "previousPage": "previousPage"; "nextPage": "nextPage"; }, never, never, false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "xuilib-pagination", never, { "moreItems": "moreItems"; "firstRecord": "firstRecord"; }, { "previousPage": "previousPage"; "nextPage": "nextPage"; }, never, never, false, never>;
13
13
  }
@@ -36,5 +36,5 @@ export declare class SearchJudicialsComponent implements OnInit {
36
36
  searchJudicials(term: string, serviceId: string): Observable<JudicialUserModel[]>;
37
37
  getControlValueDisplayText(): string;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchJudicialsComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchJudicialsComponent, "xuilib-search-judicials", never, { "control": { "alias": "control"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selectedJudicials": { "alias": "selectedJudicials"; "required": false; }; "submitted": { "alias": "submitted"; "required": false; }; "placeholderContent": { "alias": "placeholderContent"; "required": false; }; "showAutocomplete": { "alias": "showAutocomplete"; "required": false; }; "displayedJudicials": { "alias": "displayedJudicials"; "required": false; }; "idValue": { "alias": "idValue"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "serviceId": { "alias": "serviceId"; "required": false; }; }, { "judicialChanged": "judicialChanged"; }, never, never, false, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchJudicialsComponent, "xuilib-search-judicials", never, { "control": "control"; "disabled": "disabled"; "selectedJudicials": "selectedJudicials"; "submitted": "submitted"; "placeholderContent": "placeholderContent"; "showAutocomplete": "showAutocomplete"; "displayedJudicials": "displayedJudicials"; "idValue": "idValue"; "errorMessage": "errorMessage"; "serviceId": "serviceId"; }, { "judicialChanged": "judicialChanged"; }, never, never, false, never>;
40
40
  }
@@ -40,5 +40,5 @@ export declare class SearchLocationComponent implements OnInit {
40
40
  resetSearchTerm(): void;
41
41
  private filterUnselectedLocations;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchLocationComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchLocationComponent, "exui-search-location", never, { "form": { "alias": "form"; "required": false; }; "field": { "alias": "field"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "singleMode": { "alias": "singleMode"; "required": false; }; "locationType": { "alias": "locationType"; "required": false; }; "serviceIds": { "alias": "serviceIds"; "required": false; }; "submitted": { "alias": "submitted"; "required": false; }; "bookingCheck": { "alias": "bookingCheck"; "required": false; }; "selectedLocations": { "alias": "selectedLocations"; "required": false; }; "propertyNameFilter": { "alias": "propertyNameFilter"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "reset": { "alias": "reset"; "required": false; }; }, { "locationSelected": "locationSelected"; "locationTermSearchInputChanged": "locationTermSearchInputChanged"; "searchLocationChanged": "searchLocationChanged"; }, never, never, false, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchLocationComponent, "exui-search-location", never, { "form": "form"; "field": "field"; "disabled": "disabled"; "singleMode": "singleMode"; "locationType": "locationType"; "serviceIds": "serviceIds"; "submitted": "submitted"; "bookingCheck": "bookingCheck"; "selectedLocations": "selectedLocations"; "propertyNameFilter": "propertyNameFilter"; "delay": "delay"; "reset": "reset"; }, { "locationSelected": "locationSelected"; "locationTermSearchInputChanged": "locationTermSearchInputChanged"; "searchLocationChanged": "searchLocationChanged"; }, never, never, false, never>;
44
44
  }
@@ -13,5 +13,5 @@ export declare class SearchServiceComponent {
13
13
  resetSearchTerm(): void;
14
14
  onSelectionChanged($event: any): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchServiceComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchServiceComponent, "exui-search-service", never, { "options": { "alias": "options"; "required": false; }; "selectedOptions": { "alias": "selectedOptions"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showAutocomplete": { "alias": "showAutocomplete"; "required": false; }; }, { "optionChanged": "optionChanged"; }, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchServiceComponent, "exui-search-service", never, { "options": "options"; "selectedOptions": "selectedOptions"; "disabled": "disabled"; "showAutocomplete": "showAutocomplete"; }, { "optionChanged": "optionChanged"; }, never, never, false, never>;
17
17
  }
@@ -36,5 +36,5 @@ export declare class SearchVenueComponent implements OnInit, AfterContentInit {
36
36
  searchLocations(term: string): Observable<LocationByEPIMMSModel[]>;
37
37
  getControlCourtNameValue(): string;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchVenueComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchVenueComponent, "xuilib-search-venue", never, { "control": { "alias": "control"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "locationType": { "alias": "locationType"; "required": false; }; "selectedLocations": { "alias": "selectedLocations"; "required": false; }; "serviceIds": { "alias": "serviceIds"; "required": false; }; "submitted": { "alias": "submitted"; "required": false; }; "showAutocomplete": { "alias": "showAutocomplete"; "required": false; }; "displayedLocations": { "alias": "displayedLocations"; "required": false; }; }, { "locationChanged": "locationChanged"; }, never, never, false, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchVenueComponent, "xuilib-search-venue", never, { "control": "control"; "disabled": "disabled"; "locationType": "locationType"; "selectedLocations": "selectedLocations"; "serviceIds": "serviceIds"; "submitted": "submitted"; "showAutocomplete": "showAutocomplete"; "displayedLocations": "displayedLocations"; }, { "locationChanged": "locationChanged"; }, never, never, false, never>;
40
40
  }
@@ -34,5 +34,5 @@ export declare class SelectedCaseComponent implements OnInit, OnChanges {
34
34
  userIdSetter(isPending: boolean, id: number): string;
35
35
  buildElementId(elementName: string): string;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectedCaseComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectedCaseComponent, "xuilib-selected-case", never, { "sharedCase": { "alias": "sharedCase"; "required": false; }; "selectedUser": { "alias": "selectedUser"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; "removeUserFromCaseToggleOn": { "alias": "removeUserFromCaseToggleOn"; "required": false; }; "caseCount": { "alias": "caseCount"; "required": false; }; }, { "unselect": "unselect"; "synchronizeStore": "synchronizeStore"; }, never, never, false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectedCaseComponent, "xuilib-selected-case", never, { "sharedCase": "sharedCase"; "selectedUser": "selectedUser"; "opened": "opened"; "removeUserFromCaseToggleOn": "removeUserFromCaseToggleOn"; "caseCount": "caseCount"; }, { "unselect": "unselect"; "synchronizeStore": "synchronizeStore"; }, never, never, false, never>;
38
38
  }
@@ -15,5 +15,5 @@ export declare class SelectedCaseConfirmComponent implements OnInit {
15
15
  trackByUserId(user: UserDetails): string;
16
16
  showUserAccessBlock(): boolean;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectedCaseConfirmComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectedCaseConfirmComponent, "xuilib-selected-case-confirm", never, { "sharedCase": { "alias": "sharedCase"; "required": false; }; "changeLink": { "alias": "changeLink"; "required": false; }; }, {}, never, never, false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectedCaseConfirmComponent, "xuilib-selected-case-confirm", never, { "sharedCase": "sharedCase"; "changeLink": "changeLink"; }, {}, never, never, false, never>;
19
19
  }
@@ -19,5 +19,5 @@ export declare class SelectedCaseListComponent implements OnInit {
19
19
  onSynchronizeStore(event: any): void;
20
20
  trackByCaseId(sharedCase: SharedCase): string;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectedCaseListComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectedCaseListComponent, "xuilib-selected-case-list", never, { "shareCases$": { "alias": "shareCases$"; "required": false; }; "removeUserFromCaseToggleOn": { "alias": "removeUserFromCaseToggleOn"; "required": false; }; "toConfirm": { "alias": "toConfirm"; "required": false; }; "changeLink": { "alias": "changeLink"; "required": false; }; }, { "unselect": "unselect"; "synchronizeStore": "synchronizeStore"; }, never, never, false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectedCaseListComponent, "xuilib-selected-case-list", never, { "shareCases$": "shareCases$"; "removeUserFromCaseToggleOn": "removeUserFromCaseToggleOn"; "toConfirm": "toConfirm"; "changeLink": "changeLink"; }, { "unselect": "unselect"; "synchronizeStore": "synchronizeStore"; }, never, never, false, never>;
23
23
  }
@@ -7,5 +7,5 @@ export declare class ServiceMessageComponent {
7
7
  constructor();
8
8
  onHideMessageEvent(key: string): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ServiceMessageComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<ServiceMessageComponent, "xuilib-service-message", never, { "message": { "alias": "message"; "required": false; }; "key": { "alias": "key"; "required": false; }; }, { "hideMessage": "hideMessage"; }, never, never, false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<ServiceMessageComponent, "xuilib-service-message", never, { "message": "message"; "key": "key"; }, { "hideMessage": "hideMessage"; }, never, never, false, never>;
11
11
  }
@@ -17,5 +17,5 @@ export declare class ServiceMessagesComponent implements OnInit {
17
17
  private createFilteredMessages;
18
18
  hideMessage(key: string): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<ServiceMessagesComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<ServiceMessagesComponent, "xuilib-service-messages", never, { "userRoles": { "alias": "userRoles"; "required": false; }; "featureToggleKey": { "alias": "featureToggleKey"; "required": false; }; "serviceMessageCookie": { "alias": "serviceMessageCookie"; "required": false; }; }, {}, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<ServiceMessagesComponent, "xuilib-service-messages", never, { "userRoles": "userRoles"; "featureToggleKey": "featureToggleKey"; "serviceMessageCookie": "serviceMessageCookie"; }, {}, never, never, false, never>;
21
21
  }
@@ -60,5 +60,5 @@ export declare class ShareCaseComponent implements OnInit {
60
60
  */
61
61
  hasCasesLeftUnassigned(sharedCases: SharedCase[]): boolean;
62
62
  static ɵfac: i0.ɵɵFactoryDeclaration<ShareCaseComponent, never>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<ShareCaseComponent, "xuilib-share-case", never, { "removeUserFromCaseToggleOn": { "alias": "removeUserFromCaseToggleOn"; "required": false; }; "shareCases$": { "alias": "shareCases$"; "required": false; }; "users": { "alias": "users"; "required": false; }; "confirmLink": { "alias": "confirmLink"; "required": false; }; "cancelLink": { "alias": "cancelLink"; "required": false; }; "addUserLabel": { "alias": "addUserLabel"; "required": false; }; "showRemoveUsers": { "alias": "showRemoveUsers"; "required": false; }; "fnTitle": { "alias": "fnTitle"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, { "unselect": "unselect"; "synchronizeStore": "synchronizeStore"; }, never, never, false, never>;
63
+ static ɵcmp: i0.ɵɵComponentDeclaration<ShareCaseComponent, "xuilib-share-case", never, { "removeUserFromCaseToggleOn": "removeUserFromCaseToggleOn"; "shareCases$": "shareCases$"; "users": "users"; "confirmLink": "confirmLink"; "cancelLink": "cancelLink"; "addUserLabel": "addUserLabel"; "showRemoveUsers": "showRemoveUsers"; "fnTitle": "fnTitle"; "title": "title"; }, { "unselect": "unselect"; "synchronizeStore": "synchronizeStore"; }, never, never, false, never>;
64
64
  }
@@ -13,5 +13,5 @@ export declare class ShareCaseConfirmComponent implements OnInit {
13
13
  constructor(stateService: CaseSharingStateService);
14
14
  ngOnInit(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<ShareCaseConfirmComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<ShareCaseConfirmComponent, "xuilib-share-case-confirm", never, { "shareCases$": { "alias": "shareCases$"; "required": false; }; "changeLink": { "alias": "changeLink"; "required": false; }; "completeLink": { "alias": "completeLink"; "required": false; }; }, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<ShareCaseConfirmComponent, "xuilib-share-case-confirm", never, { "shareCases$": "shareCases$"; "changeLink": "changeLink"; "completeLink": "completeLink"; }, {}, never, never, false, never>;
17
17
  }
@@ -9,5 +9,5 @@ export declare class TabComponent {
9
9
  constructor();
10
10
  tabChanged(event: any): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "xuilib-tab", never, { "tabItems": { "alias": "tabItems"; "required": false; }; }, { "tabChange": "tabChange"; }, never, never, false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "xuilib-tab", never, { "tabItems": "tabItems"; }, { "tabChange": "tabChange"; }, never, never, false, never>;
13
13
  }
@@ -6,5 +6,5 @@ export declare class TcConfirmComponent {
6
6
  constructor();
7
7
  onClick(): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TcConfirmComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<TcConfirmComponent, "xuilib-tc-confirm", never, { "buttonText": { "alias": "buttonText"; "required": false; }; }, { "confirm": "confirm"; }, never, never, false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<TcConfirmComponent, "xuilib-tc-confirm", never, { "buttonText": "buttonText"; }, { "confirm": "confirm"; }, never, never, false, never>;
10
10
  }
@@ -4,5 +4,5 @@ export declare class TermsAndConditionsComponent {
4
4
  document: TCDocument;
5
5
  constructor();
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TermsAndConditionsComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<TermsAndConditionsComponent, "xuilib-terms-and-conditions", never, { "document": { "alias": "document"; "required": false; }; }, {}, never, never, false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<TermsAndConditionsComponent, "xuilib-terms-and-conditions", never, { "document": "document"; }, {}, never, never, false, never>;
8
8
  }
@@ -15,5 +15,5 @@ export declare class UserDetailsComponent {
15
15
  suspendUser(suspendUser: User): void;
16
16
  userHasRole(theRole: string): boolean;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<UserDetailsComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<UserDetailsComponent, "xuilib-user-details", never, { "user": { "alias": "user"; "required": false; }; "editPermissionRouterLink": { "alias": "editPermissionRouterLink"; "required": false; }; "warningTitle": { "alias": "warningTitle"; "required": false; }; "showEditLink": { "alias": "showEditLink"; "required": false; }; "showHelpLink": { "alias": "showHelpLink"; "required": false; }; "suspendHelpLink": { "alias": "suspendHelpLink"; "required": false; }; "showSuspendUserButton": { "alias": "showSuspendUserButton"; "required": false; }; }, { "suspendUserEvent": "suspendUserEvent"; "reinvite": "reinvite"; }, never, never, false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserDetailsComponent, "xuilib-user-details", never, { "user": "user"; "editPermissionRouterLink": "editPermissionRouterLink"; "warningTitle": "warningTitle"; "showEditLink": "showEditLink"; "showHelpLink": "showHelpLink"; "suspendHelpLink": "suspendHelpLink"; "showSuspendUserButton": "showSuspendUserButton"; }, { "suspendUserEvent": "suspendUserEvent"; "reinvite": "reinvite"; }, never, never, false, never>;
19
19
  }
@@ -13,5 +13,5 @@ export declare class UserListComponent implements OnInit {
13
13
  onUserClick(user: User): void;
14
14
  emitPageClickEvent(pageNumber: any): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<UserListComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<UserListComponent, "xuilib-user-list", never, { "users": { "alias": "users"; "required": false; }; "currentPageNumber": { "alias": "currentPageNumber"; "required": false; }; "pageTotalSize": { "alias": "pageTotalSize"; "required": false; }; }, { "userClick": "userClick"; "pageChange": "pageChange"; }, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserListComponent, "xuilib-user-list", never, { "users": "users"; "currentPageNumber": "currentPageNumber"; "pageTotalSize": "pageTotalSize"; }, { "userClick": "userClick"; "pageChange": "pageChange"; }, never, never, false, never>;
17
17
  }
@@ -17,5 +17,5 @@ export declare class UserSelectComponent implements OnInit {
17
17
  onUserChange(newUserValue: UserDetails): void;
18
18
  private filterUsers;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<UserSelectComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<UserSelectComponent, "xuilib-user-select", never, { "users": { "alias": "users"; "required": false; }; }, { "selected": "selected"; }, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserSelectComponent, "xuilib-user-select", never, { "users": "users"; }, { "selected": "selected"; }, never, never, false, never>;
21
21
  }
@@ -12,5 +12,5 @@ export declare class FeatureToggleDirective implements OnDestroy {
12
12
  ngOnDestroy(): void;
13
13
  private updateSubscription;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<FeatureToggleDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<FeatureToggleDirective, "[xuilibFeatureToggle]", never, { "xuilibFeatureToggle": { "alias": "xuilibFeatureToggle"; "required": false; }; }, {}, never, never, false, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FeatureToggleDirective, "[xuilibFeatureToggle]", never, { "xuilibFeatureToggle": "xuilibFeatureToggle"; }, {}, never, never, false, never>;
16
16
  }
@@ -10,5 +10,5 @@ export declare class LetDirective<T = any> {
10
10
  constructor(viewContainer: ViewContainerRef, templateRef: TemplateRef<LetContext<T>>);
11
11
  set xuilibLet(condition: T);
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<LetDirective<any>, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<LetDirective<any>, "[xuilibLet]", never, { "xuilibLet": { "alias": "xuilibLet"; "required": false; }; }, {}, never, never, false, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LetDirective<any>, "[xuilibLet]", never, { "xuilibLet": "xuilibLet"; }, {}, never, never, false, never>;
14
14
  }
@@ -95,10 +95,11 @@ import * as i63 from "@angular/router";
95
95
  import * as i64 from "@angular/material/legacy-autocomplete";
96
96
  import * as i65 from "@angular/material/legacy-tabs";
97
97
  import * as i66 from "@angular/material/legacy-input";
98
+ import * as i67 from "ngx-pagination";
98
99
  export declare const COMMON_COMPONENTS: (typeof AccessibilityComponent | typeof GenericFilterComponent | typeof SelectedCaseConfirmComponent | typeof SelectedCaseListComponent | typeof SelectedCaseComponent | typeof ServiceMessagesComponent | typeof ShareCaseConfirmComponent | typeof ShareCaseComponent | typeof CookieBannerComponent | typeof SearchLocationComponent | typeof SearchVenueComponent | typeof SearchJudicialsComponent | typeof FindPersonComponent | typeof FindTaskNameComponent | typeof FeatureToggleDirective | typeof LetDirective)[];
99
100
  export declare const GOV_UI_COMPONENTS: (typeof GovUkErrorMessageComponent | typeof GovUkFormGroupWrapperComponent | typeof GovUkLabelComponent | typeof GovUkRadioComponent | typeof GovUkRadiosComponent | typeof GovukTableComponent | typeof HmctsBannerComponent | typeof HmctsErrorSummaryComponent | typeof HmctsIdentityBarComponent | typeof HmctsMainWrapperComponent | typeof HmctsPaginationComponent | typeof HmctsPrimaryNavigationComponent | typeof HmctsSubNavigationComponent | typeof RemoveHostDirective)[];
100
101
  export declare class ExuiCommonLibModule {
101
102
  static ɵfac: i0.ɵɵFactoryDeclaration<ExuiCommonLibModule, never>;
102
- static ɵmod: i0.ɵɵNgModuleDeclaration<ExuiCommonLibModule, [typeof i1.ExuiPageWrapperComponent, typeof i2.TermsAndConditionsComponent, typeof i3.TcDisplayHtmlComponent, typeof i4.TcDisplayPlainComponent, typeof i5.TcConfirmComponent, typeof i6.ContactDetailsComponent, typeof i7.FeatureToggleDirective, typeof i8.LetDirective, typeof i9.HmctsSessionDialogComponent, typeof i10.UserListComponent, typeof i11.UserDetailsComponent, typeof i12.InviteUserPermissionComponent, typeof i13.InviteUserFormComponent, typeof i14.ShareCaseComponent, typeof i15.ShareCaseConfirmComponent, typeof i16.SelectedCaseListComponent, typeof i17.SelectedCaseComponent, typeof i18.SelectedCaseConfirmComponent, typeof i19.UserSelectComponent, typeof i20.TabComponent, typeof i21.AccessibilityComponent, typeof i22.DueDateComponent, typeof i23.CheckboxListComponent, typeof i24.ServiceMessageComponent, typeof i25.ServiceMessagesComponent, typeof i26.LoadingSpinnerComponent, typeof i27.GenericFilterComponent, typeof i28.CookieBannerComponent, typeof i29.FindPersonComponent, typeof i30.SearchJudicialsComponent, typeof i31.FindLocationComponent, typeof i32.FindTaskNameComponent, typeof i33.SearchLocationComponent, typeof i34.FindServiceComponent, typeof i35.SearchServiceComponent, typeof i36.SearchVenueComponent, typeof i37.PaginationComponent, typeof i38.HmctsIdentityBarComponent, typeof i39.HmctsPaginationComponent, typeof i40.HmctsSubNavigationComponent, typeof i41.HmctsPrimaryNavigationComponent, typeof i42.HmctsErrorSummaryComponent, typeof i43.HmctsMainWrapperComponent, typeof i44.HmctsBannerComponent, typeof i45.GovukTableComponent, typeof i46.GovUkInputComponent, typeof i47.GovUkCheckboxComponent, typeof i48.GovUkFormGroupWrapperComponent, typeof i49.GovUkLabelComponent, typeof i50.GovUkErrorMessageComponent, typeof i51.GovUkFieldsetComponent, typeof i52.GovUkDateComponent, typeof i53.GovUkCheckboxesComponent, typeof i54.GovUkRadioComponent, typeof i55.GovUkRadiosComponent, typeof i56.GovUkSelectComponent, typeof i57.GovUkTextareaComponent, typeof i58.GovUkFileUploadComponent, typeof i59.RemoveHostDirective, typeof i60.CapitalizePipe], [typeof i61.CommonModule, typeof i62.FormsModule, typeof i62.ReactiveFormsModule, typeof i63.RouterModule, typeof i64.MatLegacyAutocompleteModule, typeof i65.MatLegacyTabsModule, typeof i66.MatLegacyInputModule], [typeof i1.ExuiPageWrapperComponent, typeof i2.TermsAndConditionsComponent, typeof i3.TcDisplayHtmlComponent, typeof i4.TcDisplayPlainComponent, typeof i5.TcConfirmComponent, typeof i6.ContactDetailsComponent, typeof i7.FeatureToggleDirective, typeof i8.LetDirective, typeof i9.HmctsSessionDialogComponent, typeof i10.UserListComponent, typeof i11.UserDetailsComponent, typeof i12.InviteUserPermissionComponent, typeof i13.InviteUserFormComponent, typeof i14.ShareCaseComponent, typeof i15.ShareCaseConfirmComponent, typeof i16.SelectedCaseListComponent, typeof i17.SelectedCaseComponent, typeof i18.SelectedCaseConfirmComponent, typeof i19.UserSelectComponent, typeof i20.TabComponent, typeof i21.AccessibilityComponent, typeof i22.DueDateComponent, typeof i23.CheckboxListComponent, typeof i24.ServiceMessageComponent, typeof i25.ServiceMessagesComponent, typeof i26.LoadingSpinnerComponent, typeof i27.GenericFilterComponent, typeof i28.CookieBannerComponent, typeof i29.FindPersonComponent, typeof i30.SearchJudicialsComponent, typeof i31.FindLocationComponent, typeof i32.FindTaskNameComponent, typeof i33.SearchLocationComponent, typeof i34.FindServiceComponent, typeof i35.SearchServiceComponent, typeof i36.SearchVenueComponent, typeof i37.PaginationComponent, typeof i38.HmctsIdentityBarComponent, typeof i39.HmctsPaginationComponent, typeof i40.HmctsSubNavigationComponent, typeof i41.HmctsPrimaryNavigationComponent, typeof i42.HmctsErrorSummaryComponent, typeof i43.HmctsMainWrapperComponent, typeof i44.HmctsBannerComponent, typeof i45.GovukTableComponent, typeof i46.GovUkInputComponent, typeof i47.GovUkCheckboxComponent, typeof i48.GovUkFormGroupWrapperComponent, typeof i49.GovUkLabelComponent, typeof i50.GovUkErrorMessageComponent, typeof i51.GovUkFieldsetComponent, typeof i52.GovUkDateComponent, typeof i53.GovUkCheckboxesComponent, typeof i54.GovUkRadioComponent, typeof i55.GovUkRadiosComponent, typeof i56.GovUkSelectComponent, typeof i57.GovUkTextareaComponent, typeof i58.GovUkFileUploadComponent, typeof i59.RemoveHostDirective, typeof i60.CapitalizePipe]>;
103
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ExuiCommonLibModule, [typeof i1.ExuiPageWrapperComponent, typeof i2.TermsAndConditionsComponent, typeof i3.TcDisplayHtmlComponent, typeof i4.TcDisplayPlainComponent, typeof i5.TcConfirmComponent, typeof i6.ContactDetailsComponent, typeof i7.FeatureToggleDirective, typeof i8.LetDirective, typeof i9.HmctsSessionDialogComponent, typeof i10.UserListComponent, typeof i11.UserDetailsComponent, typeof i12.InviteUserPermissionComponent, typeof i13.InviteUserFormComponent, typeof i14.ShareCaseComponent, typeof i15.ShareCaseConfirmComponent, typeof i16.SelectedCaseListComponent, typeof i17.SelectedCaseComponent, typeof i18.SelectedCaseConfirmComponent, typeof i19.UserSelectComponent, typeof i20.TabComponent, typeof i21.AccessibilityComponent, typeof i22.DueDateComponent, typeof i23.CheckboxListComponent, typeof i24.ServiceMessageComponent, typeof i25.ServiceMessagesComponent, typeof i26.LoadingSpinnerComponent, typeof i27.GenericFilterComponent, typeof i28.CookieBannerComponent, typeof i29.FindPersonComponent, typeof i30.SearchJudicialsComponent, typeof i31.FindLocationComponent, typeof i32.FindTaskNameComponent, typeof i33.SearchLocationComponent, typeof i34.FindServiceComponent, typeof i35.SearchServiceComponent, typeof i36.SearchVenueComponent, typeof i37.PaginationComponent, typeof i38.HmctsIdentityBarComponent, typeof i39.HmctsPaginationComponent, typeof i40.HmctsSubNavigationComponent, typeof i41.HmctsPrimaryNavigationComponent, typeof i42.HmctsErrorSummaryComponent, typeof i43.HmctsMainWrapperComponent, typeof i44.HmctsBannerComponent, typeof i45.GovukTableComponent, typeof i46.GovUkInputComponent, typeof i47.GovUkCheckboxComponent, typeof i48.GovUkFormGroupWrapperComponent, typeof i49.GovUkLabelComponent, typeof i50.GovUkErrorMessageComponent, typeof i51.GovUkFieldsetComponent, typeof i52.GovUkDateComponent, typeof i53.GovUkCheckboxesComponent, typeof i54.GovUkRadioComponent, typeof i55.GovUkRadiosComponent, typeof i56.GovUkSelectComponent, typeof i57.GovUkTextareaComponent, typeof i58.GovUkFileUploadComponent, typeof i59.RemoveHostDirective, typeof i60.CapitalizePipe], [typeof i61.CommonModule, typeof i62.FormsModule, typeof i62.ReactiveFormsModule, typeof i63.RouterModule, typeof i64.MatLegacyAutocompleteModule, typeof i65.MatLegacyTabsModule, typeof i66.MatLegacyInputModule, typeof i67.NgxPaginationModule], [typeof i1.ExuiPageWrapperComponent, typeof i2.TermsAndConditionsComponent, typeof i3.TcDisplayHtmlComponent, typeof i4.TcDisplayPlainComponent, typeof i5.TcConfirmComponent, typeof i6.ContactDetailsComponent, typeof i7.FeatureToggleDirective, typeof i8.LetDirective, typeof i9.HmctsSessionDialogComponent, typeof i10.UserListComponent, typeof i11.UserDetailsComponent, typeof i12.InviteUserPermissionComponent, typeof i13.InviteUserFormComponent, typeof i14.ShareCaseComponent, typeof i15.ShareCaseConfirmComponent, typeof i16.SelectedCaseListComponent, typeof i17.SelectedCaseComponent, typeof i18.SelectedCaseConfirmComponent, typeof i19.UserSelectComponent, typeof i20.TabComponent, typeof i21.AccessibilityComponent, typeof i22.DueDateComponent, typeof i23.CheckboxListComponent, typeof i24.ServiceMessageComponent, typeof i25.ServiceMessagesComponent, typeof i26.LoadingSpinnerComponent, typeof i27.GenericFilterComponent, typeof i28.CookieBannerComponent, typeof i29.FindPersonComponent, typeof i30.SearchJudicialsComponent, typeof i31.FindLocationComponent, typeof i32.FindTaskNameComponent, typeof i33.SearchLocationComponent, typeof i34.FindServiceComponent, typeof i35.SearchServiceComponent, typeof i36.SearchVenueComponent, typeof i37.PaginationComponent, typeof i38.HmctsIdentityBarComponent, typeof i39.HmctsPaginationComponent, typeof i40.HmctsSubNavigationComponent, typeof i41.HmctsPrimaryNavigationComponent, typeof i42.HmctsErrorSummaryComponent, typeof i43.HmctsMainWrapperComponent, typeof i44.HmctsBannerComponent, typeof i45.GovukTableComponent, typeof i46.GovUkInputComponent, typeof i47.GovUkCheckboxComponent, typeof i48.GovUkFormGroupWrapperComponent, typeof i49.GovUkLabelComponent, typeof i50.GovUkErrorMessageComponent, typeof i51.GovUkFieldsetComponent, typeof i52.GovUkDateComponent, typeof i53.GovUkCheckboxesComponent, typeof i54.GovUkRadioComponent, typeof i55.GovUkRadiosComponent, typeof i56.GovUkSelectComponent, typeof i57.GovUkTextareaComponent, typeof i58.GovUkFileUploadComponent, typeof i59.RemoveHostDirective, typeof i67.PaginatePipe, typeof i60.CapitalizePipe]>;
103
104
  static ɵinj: i0.ɵɵInjectorDeclaration<ExuiCommonLibModule>;
104
105
  }
@@ -10,5 +10,5 @@ export declare class GovUkCheckboxComponent implements OnInit {
10
10
  id: string;
11
11
  ngOnInit(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<GovUkCheckboxComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<GovUkCheckboxComponent, "xuilib-gov-checkbox", never, { "group": { "alias": "group"; "required": false; }; "config": { "alias": "config"; "required": false; }; "isChecked": { "alias": "isChecked"; "required": false; }; }, {}, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<GovUkCheckboxComponent, "xuilib-gov-checkbox", never, { "group": "group"; "config": "config"; "isChecked": "isChecked"; }, {}, never, never, false, never>;
14
14
  }
@@ -14,5 +14,5 @@ export declare class GovUkCheckboxesComponent implements OnInit {
14
14
  isChecked(value: string): any;
15
15
  private setColumns;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<GovUkCheckboxesComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<GovUkCheckboxesComponent, "xuilib-gov-uk-checkboxes", never, { "group": { "alias": "group"; "required": false; }; "config": { "alias": "config"; "required": false; }; "items": { "alias": "items"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; }, {}, never, never, false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<GovUkCheckboxesComponent, "xuilib-gov-uk-checkboxes", never, { "group": "group"; "config": "config"; "items": "items"; "errorMessage": "errorMessage"; }, {}, never, never, false, never>;
18
18
  }
@@ -17,5 +17,5 @@ export declare class GovUkDateComponent implements OnInit {
17
17
  private isEmpty;
18
18
  DateValidator(): ValidatorFn;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<GovUkDateComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<GovUkDateComponent, "xuilib-gov-uk-date", never, { "config": { "alias": "config"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "formGroup": { "alias": "formGroup"; "required": false; }; "isOptional": { "alias": "isOptional"; "required": false; }; }, {}, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<GovUkDateComponent, "xuilib-gov-uk-date", never, { "config": "config"; "errorMessage": "errorMessage"; "formGroup": "formGroup"; "isOptional": "isOptional"; }, {}, never, never, false, never>;
21
21
  }
@@ -6,5 +6,5 @@ export declare class GovUkErrorMessageComponent {
6
6
  config: GovUiConfigModel;
7
7
  errorMessage: ErrorMessagesModel;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<GovUkErrorMessageComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<GovUkErrorMessageComponent, " xuilib-gov-uk-error-message", never, { "config": { "alias": "config"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; }, {}, never, never, false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<GovUkErrorMessageComponent, " xuilib-gov-uk-error-message", never, { "config": "config"; "errorMessage": "errorMessage"; }, {}, never, never, false, never>;
10
10
  }
@@ -7,5 +7,5 @@ export declare class GovUkFieldsetComponent {
7
7
  errorMessage: ErrorMessagesModel;
8
8
  setDescribedBy(): string;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<GovUkFieldsetComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<GovUkFieldsetComponent, "xuilib-gov-uk-fieldset", never, { "config": { "alias": "config"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; }, {}, never, ["*"], false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<GovUkFieldsetComponent, "xuilib-gov-uk-fieldset", never, { "config": "config"; "errorMessage": "errorMessage"; }, {}, never, ["*"], false, never>;
11
11
  }
@@ -12,5 +12,5 @@ export declare class GovUkFileUploadComponent implements OnInit {
12
12
  ngOnInit(): void;
13
13
  setDescribedBy(): string;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<GovUkFileUploadComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<GovUkFileUploadComponent, "xuilib-gov-uk-file-upload", never, { "errorMessage": { "alias": "errorMessage"; "required": false; }; "group": { "alias": "group"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<GovUkFileUploadComponent, "xuilib-gov-uk-file-upload", never, { "errorMessage": "errorMessage"; "group": "group"; "config": "config"; }, {}, never, never, false, never>;
16
16
  }
@@ -7,5 +7,5 @@ export declare class GovUkFormGroupWrapperComponent {
7
7
  group: string;
8
8
  config: GovUiConfigModel;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<GovUkFormGroupWrapperComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<GovUkFormGroupWrapperComponent, "xuilib-gov-uk-form-group-wrapper", never, { "error": { "alias": "error"; "required": false; }; "group": { "alias": "group"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, ["*"], false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<GovUkFormGroupWrapperComponent, "xuilib-gov-uk-form-group-wrapper", never, { "error": "error"; "group": "group"; "config": "config"; }, {}, never, ["*"], false, never>;
11
11
  }
@@ -10,5 +10,5 @@ export declare class GovUkInputComponent implements OnInit {
10
10
  ngOnInit(): void;
11
11
  setDescribedBy(): string;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<GovUkInputComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<GovUkInputComponent, "xuilib-gov-uk-input", never, { "errorMessage": { "alias": "errorMessage"; "required": false; }; "group": { "alias": "group"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<GovUkInputComponent, "xuilib-gov-uk-input", never, { "errorMessage": "errorMessage"; "group": "group"; "config": "config"; }, {}, never, never, false, never>;
14
14
  }
@@ -10,5 +10,5 @@ export declare class GovUkLabelComponent {
10
10
  optional?: string;
11
11
  };
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<GovUkLabelComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<GovUkLabelComponent, "xuilib-gov-label", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<GovUkLabelComponent, "xuilib-gov-label", never, { "config": "config"; }, {}, never, never, false, never>;
14
14
  }
@@ -9,5 +9,5 @@ export declare class GovUkRadioComponent implements OnInit {
9
9
  id: string;
10
10
  ngOnInit(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<GovUkRadioComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<GovUkRadioComponent, "xuilib-gov-radio", never, { "group": { "alias": "group"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<GovUkRadioComponent, "xuilib-gov-radio", never, { "group": "group"; "config": "config"; }, {}, never, never, false, never>;
13
13
  }
@@ -5,5 +5,5 @@ export declare class GovUkRadiosComponent {
5
5
  options: RadioButtonsModel;
6
6
  errors: ErrorMessagesModel;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<GovUkRadiosComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<GovUkRadiosComponent, "xuilib-gov-uk-radios", never, { "options": { "alias": "options"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; }, {}, never, never, false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<GovUkRadiosComponent, "xuilib-gov-uk-radios", never, { "options": "options"; "errors": "errors"; }, {}, never, never, false, never>;
9
9
  }
@@ -14,5 +14,5 @@ export declare class GovUkSelectComponent {
14
14
  }[];
15
15
  setDescribedBy(): string;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<GovUkSelectComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<GovUkSelectComponent, "xuilib-gov-select", never, { "errorMessage": { "alias": "errorMessage"; "required": false; }; "group": { "alias": "group"; "required": false; }; "config": { "alias": "config"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, {}, never, never, false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<GovUkSelectComponent, "xuilib-gov-select", never, { "errorMessage": "errorMessage"; "group": "group"; "config": "config"; "items": "items"; }, {}, never, never, false, never>;
18
18
  }
@@ -8,7 +8,7 @@ export declare class GovukTableComponent {
8
8
  constructor();
9
9
  formatDate(date: Date): string;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<GovukTableComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<GovukTableComponent, "xuilib-gov-uk-table", never, { "classes": { "alias": "classes"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "firstCellIsHeader": { "alias": "firstCellIsHeader"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "columnConfig": { "alias": "columnConfig"; "required": false; }; }, {}, never, never, false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<GovukTableComponent, "xuilib-gov-uk-table", never, { "classes": "classes"; "caption": "caption"; "firstCellIsHeader": "firstCellIsHeader"; "rows": "rows"; "columnConfig": "columnConfig"; }, {}, never, never, false, never>;
12
12
  }
13
13
  export declare class GovukTableColumnConfig {
14
14
  header: string;
@@ -8,5 +8,5 @@ export declare class GovUkTextareaComponent {
8
8
  group: UntypedFormGroup;
9
9
  setDescribedBy(): string;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<GovUkTextareaComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<GovUkTextareaComponent, "xuilib-gov-uk-textarea", never, { "config": { "alias": "config"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "group": { "alias": "group"; "required": false; }; }, {}, never, never, false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<GovUkTextareaComponent, "xuilib-gov-uk-textarea", never, { "config": "config"; "errorMessage": "errorMessage"; "group": "group"; }, {}, never, never, false, never>;
12
12
  }
@@ -6,5 +6,5 @@ export declare class HmctsBannerComponent {
6
6
  showMessageIcon?: boolean;
7
7
  messageBoldText?: boolean;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<HmctsBannerComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<HmctsBannerComponent, "xuilib-hmcts-banner", never, { "message": { "alias": "message"; "required": false; }; "type": { "alias": "type"; "required": false; }; "title": { "alias": "title"; "required": false; }; "showMessageIcon": { "alias": "showMessageIcon"; "required": false; }; "messageBoldText": { "alias": "messageBoldText"; "required": false; }; }, {}, never, never, false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<HmctsBannerComponent, "xuilib-hmcts-banner", never, { "message": "message"; "type": "type"; "title": "title"; "showMessageIcon": "showMessageIcon"; "messageBoldText": "messageBoldText"; }, {}, never, never, false, never>;
10
10
  }
@@ -12,5 +12,5 @@ export declare class HmctsErrorSummaryComponent implements AfterViewInit, OnChan
12
12
  scrollTo(selector: any): void;
13
13
  hasElement(selector: any): any;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<HmctsErrorSummaryComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<HmctsErrorSummaryComponent, "xuilib-hmcts-error-summary", never, { "errorMessages": { "alias": "errorMessages"; "required": false; }; "header": { "alias": "header"; "required": false; }; "showWarningMessage": { "alias": "showWarningMessage"; "required": false; }; }, {}, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<HmctsErrorSummaryComponent, "xuilib-hmcts-error-summary", never, { "errorMessages": "errorMessages"; "header": "header"; "showWarningMessage": "showWarningMessage"; }, {}, never, never, false, never>;
16
16
  }
@@ -4,5 +4,5 @@ export declare class HmctsIdentityBarComponent {
4
4
  value: string;
5
5
  constructor();
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<HmctsIdentityBarComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<HmctsIdentityBarComponent, "xuilib-hmcts-identity-bar", never, { "content": { "alias": "content"; "required": false; }; }, {}, never, never, false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<HmctsIdentityBarComponent, "xuilib-hmcts-identity-bar", never, { "content": "content"; }, {}, never, never, false, never>;
8
8
  }
@@ -26,5 +26,5 @@ export declare class HmctsMainWrapperComponent implements OnInit {
26
26
  ngOnInit(): void;
27
27
  onGoBack(): void;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<HmctsMainWrapperComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<HmctsMainWrapperComponent, "xuilib-hmcts-main-wrapper", never, { "backLink": { "alias": "backLink"; "required": false; }; "title": { "alias": "title"; "required": false; }; "summaryErrors": { "alias": "summaryErrors"; "required": false; }; "banner": { "alias": "banner"; "required": false; }; "actionButtons": { "alias": "actionButtons"; "required": false; }; "showWarningMessage": { "alias": "showWarningMessage"; "required": false; }; }, { "backEvent": "backEvent"; }, never, ["*"], false, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<HmctsMainWrapperComponent, "xuilib-hmcts-main-wrapper", never, { "backLink": "backLink"; "title": "title"; "summaryErrors": "summaryErrors"; "banner": "banner"; "actionButtons": "actionButtons"; "showWarningMessage": "showWarningMessage"; }, { "backEvent": "backEvent"; }, never, ["*"], false, never>;
30
30
  }
@@ -9,5 +9,5 @@ export declare class HmctsPaginationComponent {
9
9
  pageChange: EventEmitter<number>;
10
10
  pageBoundsCorrection: EventEmitter<number>;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<HmctsPaginationComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<HmctsPaginationComponent, "xuilib-hmcts-pagination", never, { "id": { "alias": "id"; "required": false; }; "maxSize": { "alias": "maxSize"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "showPageNumbers": { "alias": "showPageNumbers"; "required": false; }; "showResultCount": { "alias": "showResultCount"; "required": false; }; }, { "pageChange": "pageChange"; "pageBoundsCorrection": "pageBoundsCorrection"; }, never, never, false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<HmctsPaginationComponent, "xuilib-hmcts-pagination", never, { "id": "id"; "maxSize": "maxSize"; "pageSize": "pageSize"; "showPageNumbers": "showPageNumbers"; "showResultCount": "showResultCount"; }, { "pageChange": "pageChange"; "pageBoundsCorrection": "pageBoundsCorrection"; }, never, never, false, never>;
13
13
  }