@hmcts/rpx-xui-common-lib 2.0.2-pre-release-include-user-access-type → 2.0.2-pre-release-accessibility-updated-version

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 (321) hide show
  1. package/bundles/hmcts-rpx-xui-common-lib.umd.js +6257 -0
  2. package/bundles/hmcts-rpx-xui-common-lib.umd.js.map +1 -0
  3. package/bundles/hmcts-rpx-xui-common-lib.umd.min.js +2 -0
  4. package/bundles/hmcts-rpx-xui-common-lib.umd.min.js.map +1 -0
  5. package/esm2015/hmcts-rpx-xui-common-lib.js +77 -0
  6. package/esm2015/lib/components/accessibility/accessibility.component.js +27 -0
  7. package/esm2015/lib/components/checkbox-list/checkbox-list.component.js +185 -0
  8. package/esm2015/lib/components/contact-details/contact-details.component.js +17 -0
  9. package/esm2015/lib/components/cookie-banner/cookie-banner.component.js +68 -0
  10. package/esm2015/lib/components/due-date/due-date.component.js +123 -0
  11. package/esm2015/lib/components/exui-main-wrapper/exui-page-wrapper.component.js +28 -0
  12. package/esm2015/lib/components/find-location/find-location.component.js +146 -0
  13. package/esm2015/lib/components/find-person/find-person.component.js +120 -0
  14. package/esm2015/lib/components/find-service/find-service.component.js +113 -0
  15. package/esm2015/lib/components/find-task-name/find-task-name.component.js +97 -0
  16. package/esm2015/lib/components/generic-filter/generic-filter.component.js +629 -0
  17. package/esm2015/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.js +27 -0
  18. package/esm2015/lib/components/invite-user-form/invite-user-form.component.js +25 -0
  19. package/esm2015/lib/components/invite-user-permissions/invite-user-permission.component.js +25 -0
  20. package/esm2015/lib/components/loading-spinner/loading-spinner.component.js +26 -0
  21. package/esm2015/lib/components/pagination/pagination.component.js +28 -0
  22. package/esm2015/lib/components/search-judicials/search-judicials.component.js +126 -0
  23. package/esm2015/lib/components/search-location/search-location.component.js +135 -0
  24. package/esm2015/lib/components/search-service/search-service.component.js +42 -0
  25. package/esm2015/lib/components/search-venue/search-venue.component.js +123 -0
  26. package/esm2015/lib/components/selected-case/selected-case.component.js +158 -0
  27. package/esm2015/lib/components/selected-case-confirm/selected-case-confirm.component.js +36 -0
  28. package/esm2015/lib/components/selected-case-list/selected-case-list.component.js +49 -0
  29. package/esm2015/lib/components/service-message/service-message.component.js +22 -0
  30. package/esm2015/lib/components/service-messages/service-messages.component.js +48 -0
  31. package/esm2015/lib/components/share-case/share-case.component.js +205 -0
  32. package/esm2015/lib/components/share-case-confirm/share-case-confirm.component.js +34 -0
  33. package/esm2015/lib/components/tab/tab.component.js +21 -0
  34. package/esm2015/lib/components/tc-confirm/tc-confirm.component.js +22 -0
  35. package/esm2015/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.js +13 -0
  36. package/esm2015/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.js +13 -0
  37. package/esm2015/lib/components/terms-and-conditions/terms-and-conditions.component.js +16 -0
  38. package/esm2015/lib/components/user-details/user-details.component.js +41 -0
  39. package/esm2015/lib/components/user-list/user-list.component.js +33 -0
  40. package/esm2015/lib/components/user-select/user-select.component.js +58 -0
  41. package/esm2015/lib/components/write-address/write-address.component.js +182 -0
  42. package/esm2015/lib/components/write-address-inputs/write-address-inputs.component.js +36 -0
  43. package/esm2015/lib/directives/feature-toggle/feature-toggle.directive.js +42 -0
  44. package/esm2015/lib/directives/let/let.directive.js +30 -0
  45. package/esm2015/lib/exui-common-lib.module.js +174 -0
  46. package/esm2015/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.js +31 -0
  47. package/esm2015/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.js +60 -0
  48. package/esm2015/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.js +64 -0
  49. package/esm2015/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.js +22 -0
  50. package/esm2015/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.js +28 -0
  51. package/esm2015/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.js +35 -0
  52. package/esm2015/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.js +23 -0
  53. package/esm2015/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.js +34 -0
  54. package/esm2015/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.js +22 -0
  55. package/esm2015/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.js +33 -0
  56. package/esm2015/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.js +21 -0
  57. package/esm2015/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.js +27 -0
  58. package/esm2015/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.js +39 -0
  59. package/esm2015/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.js +27 -0
  60. package/esm2015/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.js +23 -0
  61. package/esm2015/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.js +48 -0
  62. package/esm2015/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.js +19 -0
  63. package/esm2015/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.js +41 -0
  64. package/esm2015/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.js +28 -0
  65. package/esm2015/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.js +23 -0
  66. package/esm2015/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.js +15 -0
  67. package/esm2015/lib/gov-ui/directives/remove-host.directive.js +29 -0
  68. package/esm2015/lib/gov-ui/gov-ui.service.js +13 -0
  69. package/{esm2020/lib/models/public_api.mjs → esm2015/lib/models/public_api.js} +1 -2
  70. package/esm2015/lib/models/user-details.model.js +2 -0
  71. package/esm2015/lib/pipes/capitalize/capitalize.pipe.js +11 -0
  72. package/esm2015/lib/services/address/address.service.js +50 -0
  73. package/esm2015/lib/services/case-sharing-state/case-sharing-state.service.js +157 -0
  74. package/esm2015/lib/services/cookie/cookie.service.js +47 -0
  75. package/esm2015/lib/services/feature-toggle/feature-toggle.guard.js +36 -0
  76. package/esm2015/lib/services/feature-toggle/feature-toggle.service.js +27 -0
  77. package/{esm2020/lib/services/feature-toggle/launch-darkly.service.mjs → esm2015/lib/services/feature-toggle/launch-darkly.service.js} +6 -8
  78. package/{esm2020/lib/services/filter/filter.service.mjs → esm2015/lib/services/filter/filter.service.js} +6 -8
  79. package/esm2015/lib/services/find-person/find-person.service.js +115 -0
  80. package/esm2015/lib/services/google-analytics/google-analytics.service.js +68 -0
  81. package/esm2015/lib/services/google-tag-manager/google-tag-manager.service.js +71 -0
  82. package/{esm2020/lib/services/loading/loading.service.mjs → esm2015/lib/services/loading/loading.service.js} +6 -8
  83. package/esm2015/lib/services/locations/location.service.js +39 -0
  84. package/{esm2020/lib/services/manage-session/manage-session.services.mjs → esm2015/lib/services/manage-session/manage-session.services.js} +10 -8
  85. package/esm2015/lib/services/ref-data/ref-data-data-access/ref-data-data-access.service.js +34 -0
  86. package/{esm2020/lib/services/ref-data/ref-data.service.mjs → esm2015/lib/services/ref-data/ref-data.service.js} +9 -8
  87. package/{esm2020/lib/services/role-guard/role.guard.mjs → esm2015/lib/services/role-guard/role.guard.js} +10 -8
  88. package/esm2015/lib/services/role-guard/role.service.js +20 -0
  89. package/{esm2020/lib/services/storage/session-storage/session-storage.service.mjs → esm2015/lib/services/storage/session-storage/session-storage.service.js} +6 -8
  90. package/{esm2020/lib/services/task-name/task-name.service.mjs → esm2015/lib/services/task-name/task-name.service.js} +10 -8
  91. package/{esm2020/lib/services/timeout-notifications/timeout-notifications.service.mjs → esm2015/lib/services/timeout-notifications/timeout-notifications.service.js} +10 -8
  92. package/fesm2015/hmcts-rpx-xui-common-lib.js +5227 -0
  93. package/fesm2015/hmcts-rpx-xui-common-lib.js.map +1 -0
  94. package/hmcts-rpx-xui-common-lib.d.ts +76 -0
  95. package/hmcts-rpx-xui-common-lib.metadata.json +1 -0
  96. package/lib/components/accessibility/accessibility.component.d.ts +4 -4
  97. package/lib/components/checkbox-list/checkbox-list.component.d.ts +0 -3
  98. package/lib/components/contact-details/contact-details.component.d.ts +0 -3
  99. package/lib/components/cookie-banner/cookie-banner.component.d.ts +1 -6
  100. package/lib/components/due-date/due-date.component.d.ts +0 -3
  101. package/lib/components/exui-main-wrapper/exui-page-wrapper.component.d.ts +0 -3
  102. package/lib/components/find-location/find-location.component.d.ts +0 -3
  103. package/lib/components/find-person/find-person.component.d.ts +0 -3
  104. package/lib/components/find-service/find-service.component.d.ts +0 -3
  105. package/lib/components/find-task-name/find-task-name.component.d.ts +0 -3
  106. package/lib/components/generic-filter/generic-filter.component.d.ts +0 -3
  107. package/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.d.ts +0 -3
  108. package/lib/components/invite-user-form/invite-user-form.component.d.ts +0 -3
  109. package/lib/components/invite-user-permissions/invite-user-permission.component.d.ts +0 -3
  110. package/lib/components/loading-spinner/loading-spinner.component.d.ts +0 -3
  111. package/lib/components/pagination/pagination.component.d.ts +0 -3
  112. package/lib/components/search-judicials/search-judicials.component.d.ts +0 -3
  113. package/lib/components/search-location/search-location.component.d.ts +1 -4
  114. package/lib/components/search-service/search-service.component.d.ts +1 -4
  115. package/lib/components/search-venue/search-venue.component.d.ts +0 -3
  116. package/lib/components/selected-case/selected-case.component.d.ts +0 -3
  117. package/lib/components/selected-case-confirm/selected-case-confirm.component.d.ts +0 -3
  118. package/lib/components/selected-case-list/selected-case-list.component.d.ts +0 -3
  119. package/lib/components/service-message/service-message.component.d.ts +0 -3
  120. package/lib/components/service-messages/service-messages.component.d.ts +0 -3
  121. package/lib/components/share-case/share-case.component.d.ts +0 -3
  122. package/lib/components/share-case-confirm/share-case-confirm.component.d.ts +0 -3
  123. package/lib/components/tab/tab.component.d.ts +0 -3
  124. package/lib/components/tc-confirm/tc-confirm.component.d.ts +0 -3
  125. package/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.d.ts +0 -3
  126. package/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.d.ts +0 -3
  127. package/lib/components/terms-and-conditions/terms-and-conditions.component.d.ts +0 -3
  128. package/lib/components/user-details/user-details.component.d.ts +0 -3
  129. package/lib/components/user-list/user-list.component.d.ts +0 -3
  130. package/lib/components/user-select/user-select.component.d.ts +2 -5
  131. package/lib/components/write-address/write-address.component.d.ts +0 -3
  132. package/lib/components/write-address-inputs/write-address-inputs.component.d.ts +3 -3
  133. package/lib/directives/feature-toggle/feature-toggle.directive.d.ts +0 -3
  134. package/lib/directives/let/let.directive.d.ts +0 -3
  135. package/lib/exui-common-lib.module.d.ts +3 -77
  136. package/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.d.ts +0 -3
  137. package/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.d.ts +0 -3
  138. package/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.d.ts +0 -3
  139. package/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.d.ts +0 -3
  140. package/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.d.ts +0 -3
  141. package/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.d.ts +0 -3
  142. package/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.d.ts +0 -3
  143. package/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.d.ts +0 -3
  144. package/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.d.ts +0 -3
  145. package/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.d.ts +0 -3
  146. package/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.d.ts +0 -3
  147. package/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.d.ts +0 -3
  148. package/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.d.ts +0 -3
  149. package/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.d.ts +0 -3
  150. package/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.d.ts +0 -3
  151. package/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.d.ts +0 -3
  152. package/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.d.ts +0 -3
  153. package/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.d.ts +0 -3
  154. package/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.d.ts +0 -3
  155. package/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.d.ts +0 -3
  156. package/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.d.ts +0 -3
  157. package/lib/gov-ui/directives/remove-host.directive.d.ts +0 -3
  158. package/lib/gov-ui/gov-ui.service.d.ts +0 -3
  159. package/lib/models/feature-user.d.ts +1 -1
  160. package/lib/models/filter.model.d.ts +2 -2
  161. package/lib/models/public_api.d.ts +0 -1
  162. package/lib/models/user-details.model.d.ts +0 -2
  163. package/lib/pipes/capitalize/capitalize.pipe.d.ts +0 -3
  164. package/lib/services/address/address.service.d.ts +0 -3
  165. package/lib/services/case-sharing-state/case-sharing-state.service.d.ts +0 -3
  166. package/lib/services/cookie/cookie.service.d.ts +0 -3
  167. package/lib/services/feature-toggle/feature-toggle.guard.d.ts +0 -3
  168. package/lib/services/feature-toggle/feature-toggle.service.d.ts +0 -3
  169. package/lib/services/feature-toggle/launch-darkly.service.d.ts +0 -3
  170. package/lib/services/filter/filter.service.d.ts +0 -3
  171. package/lib/services/find-person/find-person.service.d.ts +0 -3
  172. package/lib/services/google-analytics/google-analytics.service.d.ts +0 -3
  173. package/lib/services/google-tag-manager/google-tag-manager.service.d.ts +0 -3
  174. package/lib/services/loading/loading.service.d.ts +0 -3
  175. package/lib/services/locations/location.service.d.ts +0 -3
  176. package/lib/services/manage-session/manage-session.services.d.ts +0 -3
  177. package/lib/services/ref-data/ref-data-data-access/ref-data-data-access.service.d.ts +0 -3
  178. package/lib/services/ref-data/ref-data.service.d.ts +0 -3
  179. package/lib/services/role-guard/role.guard.d.ts +0 -3
  180. package/lib/services/role-guard/role.service.d.ts +2 -5
  181. package/lib/services/storage/session-storage/session-storage.service.d.ts +0 -3
  182. package/lib/services/task-name/task-name.service.d.ts +0 -3
  183. package/lib/services/timeout-notifications/timeout-notifications.service.d.ts +0 -3
  184. package/package.json +9 -24
  185. package/esm2020/hmcts-rpx-xui-common-lib.mjs +0 -5
  186. package/esm2020/lib/components/accessibility/accessibility.component.mjs +0 -486
  187. package/esm2020/lib/components/checkbox-list/checkbox-list.component.mjs +0 -231
  188. package/esm2020/lib/components/contact-details/contact-details.component.mjs +0 -107
  189. package/esm2020/lib/components/cookie-banner/cookie-banner.component.mjs +0 -144
  190. package/esm2020/lib/components/due-date/due-date.component.mjs +0 -140
  191. package/esm2020/lib/components/exui-main-wrapper/exui-page-wrapper.component.mjs +0 -79
  192. package/esm2020/lib/components/find-location/find-location.component.mjs +0 -219
  193. package/esm2020/lib/components/find-person/find-person.component.mjs +0 -234
  194. package/esm2020/lib/components/find-service/find-service.component.mjs +0 -187
  195. package/esm2020/lib/components/find-task-name/find-task-name.component.mjs +0 -200
  196. package/esm2020/lib/components/generic-filter/generic-filter.component.mjs +0 -1198
  197. package/esm2020/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.mjs +0 -55
  198. package/esm2020/lib/components/invite-user-form/invite-user-form.component.mjs +0 -50
  199. package/esm2020/lib/components/invite-user-permissions/invite-user-permission.component.mjs +0 -54
  200. package/esm2020/lib/components/loading-spinner/loading-spinner.component.mjs +0 -32
  201. package/esm2020/lib/components/pagination/pagination.component.mjs +0 -93
  202. package/esm2020/lib/components/search-judicials/search-judicials.component.mjs +0 -184
  203. package/esm2020/lib/components/search-location/search-location.component.mjs +0 -205
  204. package/esm2020/lib/components/search-service/search-service.component.mjs +0 -81
  205. package/esm2020/lib/components/search-venue/search-venue.component.mjs +0 -188
  206. package/esm2020/lib/components/selected-case/selected-case.component.mjs +0 -380
  207. package/esm2020/lib/components/selected-case-confirm/selected-case-confirm.component.mjs +0 -130
  208. package/esm2020/lib/components/selected-case-list/selected-case-list.component.mjs +0 -98
  209. package/esm2020/lib/components/service-message/service-message.component.mjs +0 -50
  210. package/esm2020/lib/components/service-messages/service-messages.component.mjs +0 -75
  211. package/esm2020/lib/components/share-case/share-case.component.mjs +0 -410
  212. package/esm2020/lib/components/share-case-confirm/share-case-confirm.component.mjs +0 -85
  213. package/esm2020/lib/components/tab/tab.component.mjs +0 -39
  214. package/esm2020/lib/components/tc-confirm/tc-confirm.component.mjs +0 -65
  215. package/esm2020/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.mjs +0 -16
  216. package/esm2020/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.mjs +0 -16
  217. package/esm2020/lib/components/terms-and-conditions/terms-and-conditions.component.mjs +0 -59
  218. package/esm2020/lib/components/user-details/user-details.component.mjs +0 -265
  219. package/esm2020/lib/components/user-list/user-list.component.mjs +0 -99
  220. package/esm2020/lib/components/user-select/user-select.component.mjs +0 -92
  221. package/esm2020/lib/components/write-address/write-address.component.mjs +0 -345
  222. package/esm2020/lib/components/write-address-inputs/write-address-inputs.component.mjs +0 -165
  223. package/esm2020/lib/directives/feature-toggle/feature-toggle.directive.mjs +0 -41
  224. package/esm2020/lib/directives/let/let.directive.mjs +0 -29
  225. package/esm2020/lib/exui-common-lib.module.mjs +0 -313
  226. package/esm2020/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.mjs +0 -54
  227. package/esm2020/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.mjs +0 -136
  228. package/esm2020/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.mjs +0 -120
  229. package/esm2020/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.mjs +0 -45
  230. package/esm2020/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.mjs +0 -80
  231. package/esm2020/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.mjs +0 -78
  232. package/esm2020/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.mjs +0 -45
  233. package/esm2020/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.mjs +0 -70
  234. package/esm2020/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.mjs +0 -84
  235. package/esm2020/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.mjs +0 -47
  236. package/esm2020/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.mjs +0 -41
  237. package/esm2020/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.mjs +0 -79
  238. package/esm2020/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.mjs +0 -188
  239. package/esm2020/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.mjs +0 -56
  240. package/esm2020/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.mjs +0 -112
  241. package/esm2020/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.mjs +0 -141
  242. package/esm2020/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.mjs +0 -33
  243. package/esm2020/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.mjs +0 -130
  244. package/esm2020/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.mjs +0 -204
  245. package/esm2020/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.mjs +0 -59
  246. package/esm2020/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.mjs +0 -57
  247. package/esm2020/lib/gov-ui/directives/remove-host.directive.mjs +0 -30
  248. package/esm2020/lib/gov-ui/gov-ui.service.mjs +0 -14
  249. package/esm2020/lib/models/user-access-type.model.mjs +0 -2
  250. package/esm2020/lib/models/user-details.model.mjs +0 -2
  251. package/esm2020/lib/pipes/capitalize/capitalize.pipe.mjs +0 -15
  252. package/esm2020/lib/services/address/address.service.mjs +0 -55
  253. package/esm2020/lib/services/case-sharing-state/case-sharing-state.service.mjs +0 -170
  254. package/esm2020/lib/services/cookie/cookie.service.mjs +0 -48
  255. package/esm2020/lib/services/feature-toggle/feature-toggle.guard.mjs +0 -34
  256. package/esm2020/lib/services/feature-toggle/feature-toggle.service.mjs +0 -29
  257. package/esm2020/lib/services/find-person/find-person.service.mjs +0 -114
  258. package/esm2020/lib/services/google-analytics/google-analytics.service.mjs +0 -68
  259. package/esm2020/lib/services/google-tag-manager/google-tag-manager.service.mjs +0 -71
  260. package/esm2020/lib/services/locations/location.service.mjs +0 -38
  261. package/esm2020/lib/services/ref-data/ref-data-data-access/ref-data-data-access.service.mjs +0 -33
  262. package/esm2020/lib/services/role-guard/role.service.mjs +0 -22
  263. package/fesm2015/hmcts-rpx-xui-common-lib.mjs +0 -10735
  264. package/fesm2015/hmcts-rpx-xui-common-lib.mjs.map +0 -1
  265. package/fesm2020/hmcts-rpx-xui-common-lib.mjs +0 -9774
  266. package/fesm2020/hmcts-rpx-xui-common-lib.mjs.map +0 -1
  267. package/index.d.ts +0 -5
  268. package/lib/models/user-access-type.model.d.ts +0 -6
  269. /package/{esm2020/lib/components/generic-filter/generic-filter-utils.mjs → esm2015/lib/components/generic-filter/generic-filter-utils.js} +0 -0
  270. /package/{esm2020/lib/components/index.mjs → esm2015/lib/components/index.js} +0 -0
  271. /package/{esm2020/lib/components/public_api.mjs → esm2015/lib/components/public_api.js} +0 -0
  272. /package/{esm2020/lib/directives/index.mjs → esm2015/lib/directives/index.js} +0 -0
  273. /package/{esm2020/lib/directives/public-api.mjs → esm2015/lib/directives/public-api.js} +0 -0
  274. /package/{esm2020/lib/gov-ui/components/hmcts-banner/hmcts-banner-info.interface.mjs → esm2015/lib/gov-ui/components/hmcts-banner/hmcts-banner-info.interface.js} +0 -0
  275. /package/{esm2020/lib/gov-ui/components/index.mjs → esm2015/lib/gov-ui/components/index.js} +0 -0
  276. /package/{esm2020/lib/gov-ui/components/public_api.mjs → esm2015/lib/gov-ui/components/public_api.js} +0 -0
  277. /package/{esm2020/lib/gov-ui/index.mjs → esm2015/lib/gov-ui/index.js} +0 -0
  278. /package/{esm2020/lib/gov-ui/models/checkboxes-model.mjs → esm2015/lib/gov-ui/models/checkboxes-model.js} +0 -0
  279. /package/{esm2020/lib/gov-ui/models/error-messages-model.mjs → esm2015/lib/gov-ui/models/error-messages-model.js} +0 -0
  280. /package/{esm2020/lib/gov-ui/models/gov-ui-config-model.mjs → esm2015/lib/gov-ui/models/gov-ui-config-model.js} +0 -0
  281. /package/{esm2020/lib/gov-ui/models/index.mjs → esm2015/lib/gov-ui/models/index.js} +0 -0
  282. /package/{esm2020/lib/gov-ui/models/isession-storage.interface.mjs → esm2015/lib/gov-ui/models/isession-storage.interface.js} +0 -0
  283. /package/{esm2020/lib/gov-ui/models/public_api.mjs → esm2015/lib/gov-ui/models/public_api.js} +0 -0
  284. /package/{esm2020/lib/gov-ui/models/radio-buttons.model.mjs → esm2015/lib/gov-ui/models/radio-buttons.model.js} +0 -0
  285. /package/{esm2020/lib/gov-ui/public_api.mjs → esm2015/lib/gov-ui/public_api.js} +0 -0
  286. /package/{esm2020/lib/gov-ui/util/helpers/html-templates.helper.mjs → esm2015/lib/gov-ui/util/helpers/html-templates.helper.js} +0 -0
  287. /package/{esm2020/lib/gov-ui/util/session-storage/session-storage-utils.mjs → esm2015/lib/gov-ui/util/session-storage/session-storage-utils.js} +0 -0
  288. /package/{esm2020/lib/gov-ui/validators/checkboxes-be-checked.validator.mjs → esm2015/lib/gov-ui/validators/checkboxes-be-checked.validator.js} +0 -0
  289. /package/{esm2020/lib/gov-ui/validators/date.validator.mjs → esm2015/lib/gov-ui/validators/date.validator.js} +0 -0
  290. /package/{esm2020/lib/gov-ui/validators/index.mjs → esm2015/lib/gov-ui/validators/index.js} +0 -0
  291. /package/{esm2020/lib/gov-ui/validators/public_api.mjs → esm2015/lib/gov-ui/validators/public_api.js} +0 -0
  292. /package/{esm2020/lib/gov-ui/validators/radio-group.validator.mjs → esm2015/lib/gov-ui/validators/radio-group.validator.js} +0 -0
  293. /package/{esm2020/lib/models/address-message.enum.mjs → esm2015/lib/models/address-message.enum.js} +0 -0
  294. /package/{esm2020/lib/models/address-option.model.mjs → esm2015/lib/models/address-option.model.js} +0 -0
  295. /package/{esm2020/lib/models/address.model.mjs → esm2015/lib/models/address.model.js} +0 -0
  296. /package/{esm2020/lib/models/case-share.model.mjs → esm2015/lib/models/case-share.model.js} +0 -0
  297. /package/{esm2020/lib/models/contact-details.model.mjs → esm2015/lib/models/contact-details.model.js} +0 -0
  298. /package/{esm2020/lib/models/due-date.model.mjs → esm2015/lib/models/due-date.model.js} +0 -0
  299. /package/{esm2020/lib/models/feature-user.mjs → esm2015/lib/models/feature-user.js} +0 -0
  300. /package/{esm2020/lib/models/filter.model.mjs → esm2015/lib/models/filter.model.js} +0 -0
  301. /package/{esm2020/lib/models/idle-config.model.mjs → esm2015/lib/models/idle-config.model.js} +0 -0
  302. /package/{esm2020/lib/models/index.mjs → esm2015/lib/models/index.js} +0 -0
  303. /package/{esm2020/lib/models/location.model.mjs → esm2015/lib/models/location.model.js} +0 -0
  304. /package/{esm2020/lib/models/pagination.model.mjs → esm2015/lib/models/pagination.model.js} +0 -0
  305. /package/{esm2020/lib/models/person.model.mjs → esm2015/lib/models/person.model.js} +0 -0
  306. /package/{esm2020/lib/models/search-options.model.mjs → esm2015/lib/models/search-options.model.js} +0 -0
  307. /package/{esm2020/lib/models/task-name.model.mjs → esm2015/lib/models/task-name.model.js} +0 -0
  308. /package/{esm2020/lib/models/tcDocument.model.mjs → esm2015/lib/models/tcDocument.model.js} +0 -0
  309. /package/{esm2020/lib/models/timeout-notification.model.mjs → esm2015/lib/models/timeout-notification.model.js} +0 -0
  310. /package/{esm2020/lib/models/user.model.mjs → esm2015/lib/models/user.model.js} +0 -0
  311. /package/{esm2020/lib/pipes/index.mjs → esm2015/lib/pipes/index.js} +0 -0
  312. /package/{esm2020/lib/services/address/address-parser.mjs → esm2015/lib/services/address/address-parser.js} +0 -0
  313. /package/{esm2020/lib/services/address/address-type.enum.mjs → esm2015/lib/services/address/address-type.enum.js} +0 -0
  314. /package/{esm2020/lib/services/index.mjs → esm2015/lib/services/index.js} +0 -0
  315. /package/{esm2020/lib/services/public-api.mjs → esm2015/lib/services/public-api.js} +0 -0
  316. /package/{esm2020/lib/services/ref-data/index.mjs → esm2015/lib/services/ref-data/index.js} +0 -0
  317. /package/{esm2020/lib/services/ref-data/models/ref-data-htmcs-service.model.mjs → esm2015/lib/services/ref-data/models/ref-data-htmcs-service.model.js} +0 -0
  318. /package/{esm2020/lib/services/ref-data/models/ref-data-region.model.mjs → esm2015/lib/services/ref-data/models/ref-data-region.model.js} +0 -0
  319. /package/{esm2020/lib/services/ref-data/ref-data-data-access/models/ref-data-locations-by-service-code-response.model.mjs → esm2015/lib/services/ref-data/ref-data-data-access/models/ref-data-locations-by-service-code-response.model.js} +0 -0
  320. /package/{esm2020/lib/window.mjs → esm2015/lib/window.js} +0 -0
  321. /package/{esm2020/public-api.mjs → esm2015/public-api.js} +0 -0
@@ -1,6 +1,6 @@
1
- import * as i0 from "@angular/core";
2
- export declare class AccessibilityComponent {
1
+ import { OnInit } from '@angular/core';
2
+ export declare class AccessibilityComponent implements OnInit {
3
+ isEndpointMC: boolean;
3
4
  constructor();
4
- static ɵfac: i0.ɵɵFactoryDeclaration<AccessibilityComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<AccessibilityComponent, "xuilib-accessibility", never, {}, {}, never, never, false, never>;
5
+ ngOnInit(): void;
6
6
  }
@@ -1,5 +1,4 @@
1
1
  import { AfterContentChecked, ChangeDetectorRef, EventEmitter, OnChanges } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
2
  export declare class CheckboxListComponent<T> implements OnChanges, AfterContentChecked {
4
3
  private readonly ref;
5
4
  constructor(ref: ChangeDetectorRef);
@@ -71,6 +70,4 @@ export declare class CheckboxListComponent<T> implements OnChanges, AfterContent
71
70
  private setupPreselection;
72
71
  private getSelection;
73
72
  private checkSelection;
74
- static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxListComponent<any>, never>;
75
- static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxListComponent<any>, "xuilib-checkbox-list", never, { "options": "options"; "preselection": "preselection"; "labelFunction": "labelFunction"; "selection": "selection"; }, { "selectionChange": "selectionChange"; }, never, never, false, never>;
76
73
  }
@@ -1,8 +1,5 @@
1
1
  import { ContactDetailsDataModel } from '../../models';
2
- import * as i0 from "@angular/core";
3
2
  export declare class ContactDetailsComponent {
4
3
  data: ContactDetailsDataModel;
5
4
  constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<ContactDetailsComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<ContactDetailsComponent, "xuilib-contact-details", never, { "data": "data"; }, {}, never, never, false, never>;
8
5
  }
@@ -1,17 +1,14 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
- import { FeatureToggleService } from '../../services';
3
2
  import { CookieService } from '../../services/cookie/cookie.service';
4
- import * as i0 from "@angular/core";
5
3
  export declare class CookieBannerComponent implements OnInit {
6
4
  private readonly cookieService;
7
- private readonly featureToggleService;
8
5
  identifier: string;
9
6
  appName: string;
10
7
  rejectionNotifier: EventEmitter<any>;
11
8
  acceptanceNotifier: EventEmitter<any>;
12
9
  isCookieBannerVisible: boolean;
13
10
  private readonly window;
14
- constructor(cookieService: CookieService, featureToggleService: FeatureToggleService, window: any);
11
+ constructor(cookieService: CookieService, window: any);
15
12
  ngOnInit(): void;
16
13
  acceptCookie(): void;
17
14
  rejectCookie(): void;
@@ -20,6 +17,4 @@ export declare class CookieBannerComponent implements OnInit {
20
17
  notifyRejection(): void;
21
18
  notifyAcceptance(): void;
22
19
  private getExpiryDate;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<CookieBannerComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<CookieBannerComponent, "xuilib-cookie-banner", never, { "identifier": "identifier"; "appName": "appName"; }, { "rejectionNotifier": "rejectionNotifier"; "acceptanceNotifier": "acceptanceNotifier"; }, never, never, false, never>;
25
20
  }
@@ -1,5 +1,4 @@
1
1
  import { AfterContentChecked, ChangeDetectorRef, OnChanges } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
2
  export declare class DueDateComponent implements OnChanges, AfterContentChecked {
4
3
  private readonly ref;
5
4
  constructor(ref: ChangeDetectorRef);
@@ -50,6 +49,4 @@ export declare class DueDateComponent implements OnChanges, AfterContentChecked
50
49
  ngAfterContentChecked(): void;
51
50
  private handleInputChanges;
52
51
  private getDaysDifference;
53
- static ɵfac: i0.ɵɵFactoryDeclaration<DueDateComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<DueDateComponent, "xuilib-due-date", never, { "dueDate": "dueDate"; "highUrgencyCutoff": "highUrgencyCutoff"; "mediumUrgencyCutoff": "mediumUrgencyCutoff"; }, {}, never, never, false, never>;
55
52
  }
@@ -1,4 +1,3 @@
1
- import * as i0 from "@angular/core";
2
1
  /**
3
2
  * Main Page Wrapper
4
3
  * Responsible for:
@@ -14,6 +13,4 @@ export declare class ExuiPageWrapperComponent {
14
13
  title: string;
15
14
  fnTitle: string;
16
15
  constructor();
17
- static ɵfac: i0.ɵɵFactoryDeclaration<ExuiPageWrapperComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<ExuiPageWrapperComponent, "exui-page-wrapper", never, { "backLink": "backLink"; "title": "title"; "fnTitle": "fnTitle"; }, {}, never, ["*"], false, never>;
19
16
  }
@@ -3,7 +3,6 @@ import { FormGroup } from '@angular/forms';
3
3
  import { Subject } from 'rxjs';
4
4
  import { FilterFieldConfig, LocationByEPIMMSModel } from '../../models';
5
5
  import { SearchLocationComponent } from '../search-location/search-location.component';
6
- import * as i0 from "@angular/core";
7
6
  export declare class FindLocationComponent implements OnInit, OnDestroy {
8
7
  locationFieldChanged: EventEmitter<void>;
9
8
  submitted: boolean;
@@ -35,6 +34,4 @@ export declare class FindLocationComponent implements OnInit, OnDestroy {
35
34
  private removeSelectedValues;
36
35
  private addSelectedLocationsToForm;
37
36
  ngOnDestroy(): void;
38
- static ɵfac: i0.ɵɵFactoryDeclaration<FindLocationComponent, 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
37
  }
@@ -3,7 +3,6 @@ import { FormControl, FormGroup } from '@angular/forms';
3
3
  import { Observable } from 'rxjs';
4
4
  import { Person, PersonRole } from '../../models';
5
5
  import { FindAPersonService } from '../../services/find-person/find-person.service';
6
- import * as i0 from "@angular/core";
7
6
  export declare class FindPersonComponent implements OnInit, OnDestroy {
8
7
  private readonly findPersonService;
9
8
  private readonly cd;
@@ -38,6 +37,4 @@ export declare class FindPersonComponent implements OnInit, OnDestroy {
38
37
  onSelectionChange(selectedPerson: Person): void;
39
38
  getDisplayName(selectedPerson: Person): string;
40
39
  onInput(): void;
41
- static ɵfac: i0.ɵɵFactoryDeclaration<FindPersonComponent, 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
40
  }
@@ -3,7 +3,6 @@ import { FormGroup } from '@angular/forms';
3
3
  import { Subject } from 'rxjs';
4
4
  import { FilterConfigOption, FilterFieldConfig } from '../../models';
5
5
  import { SearchServiceComponent } from '../search-service/search-service.component';
6
- import * as i0 from "@angular/core";
7
6
  export declare class FindServiceComponent implements OnInit, OnDestroy {
8
7
  field: FilterFieldConfig;
9
8
  serviceTitle: string;
@@ -24,6 +23,4 @@ export declare class FindServiceComponent implements OnInit, OnDestroy {
24
23
  private addSelectedServiceToForm;
25
24
  private sortOptionsAlphabetically;
26
25
  ngOnDestroy(): void;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<FindServiceComponent, 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
26
  }
@@ -4,7 +4,6 @@ import { Observable } from 'rxjs';
4
4
  import { PersonRole } from '../../models';
5
5
  import { TaskNameModel } from '../../models/task-name.model';
6
6
  import { TaskNameService } from '../../services/task-name/task-name.service';
7
- import * as i0 from "@angular/core";
8
7
  export declare class FindTaskNameComponent implements OnInit, OnDestroy {
9
8
  private readonly cd;
10
9
  private readonly taskService;
@@ -39,6 +38,4 @@ export declare class FindTaskNameComponent implements OnInit, OnDestroy {
39
38
  onSelectionChange(selectedTaskTypeName: any): void;
40
39
  getTaskTypeName(selectedTaskType: any): string;
41
40
  onInput(): void;
42
- static ɵfac: i0.ɵɵFactoryDeclaration<FindTaskNameComponent, 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
41
  }
@@ -3,7 +3,6 @@ import { FormBuilder, FormGroup } from '@angular/forms';
3
3
  import { Subject, Subscription } from 'rxjs';
4
4
  import { FilterConfig, FilterConfigOption, FilterFieldConfig, FilterSetting, GroupOptions } from '../../models';
5
5
  import { FilterService } from '../../services';
6
- import * as i0 from "@angular/core";
7
6
  export declare class GenericFilterComponent implements OnInit, OnDestroy {
8
7
  private readonly filterService;
9
8
  private readonly fb;
@@ -52,6 +51,4 @@ export declare class GenericFilterComponent implements OnInit, OnDestroy {
52
51
  filterSkillsByServices(services: string[], config: FilterConfig): FilterConfigOption[] | GroupOptions[];
53
52
  private getSelectedValuesForFields;
54
53
  private sortGroupOptions;
55
- static ɵfac: i0.ɵɵFactoryDeclaration<GenericFilterComponent, never>;
56
- static ɵcmp: i0.ɵɵComponentDeclaration<GenericFilterComponent, "xuilib-generic-filter", never, { "config": "config"; "settings": "settings"; }, {}, never, never, false, never>;
57
54
  }
@@ -1,10 +1,7 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
2
  export declare class HmctsSessionDialogComponent {
4
3
  positionTop: string;
5
4
  close: EventEmitter<any>;
6
5
  constructor();
7
6
  onClose(): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<HmctsSessionDialogComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<HmctsSessionDialogComponent, "xuilib-session-dialog", never, { "positionTop": "positionTop"; }, { "close": "close"; }, never, ["*"], false, never>;
10
7
  }
@@ -1,12 +1,9 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
3
  export declare class InviteUserFormComponent {
5
4
  isInvalid: any;
6
5
  submitForm: EventEmitter<any>;
7
6
  inviteUserForm: FormGroup;
8
7
  set errorMessages(value: any);
9
8
  onSubmit(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<InviteUserFormComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<InviteUserFormComponent, "xuilib-invite-user-form", never, { "inviteUserForm": "inviteUserForm"; "errorMessages": "errorMessages"; }, { "submitForm": "submitForm"; }, never, never, false, never>;
12
9
  }
@@ -1,6 +1,5 @@
1
1
  import { FormGroup } from '@angular/forms';
2
2
  import { ErrorMessagesModel } from '../../gov-ui/models';
3
- import * as i0 from "@angular/core";
4
3
  export declare class InviteUserPermissionComponent {
5
4
  inviteUserForm: FormGroup;
6
5
  isPuiCaseManager: boolean;
@@ -8,6 +7,4 @@ export declare class InviteUserPermissionComponent {
8
7
  isPuiOrganisationManager: boolean;
9
8
  isPuiFinanceManager: boolean;
10
9
  errorMessages: ErrorMessagesModel;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<InviteUserPermissionComponent, 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
10
  }
@@ -1,10 +1,7 @@
1
1
  import { AfterContentChecked, ChangeDetectorRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
2
  export declare class LoadingSpinnerComponent implements AfterContentChecked {
4
3
  private readonly ref;
5
4
  loadingText: string;
6
5
  constructor(ref: ChangeDetectorRef);
7
6
  ngAfterContentChecked(): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<LoadingSpinnerComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<LoadingSpinnerComponent, "xuilib-loading-spinner", never, { "loadingText": "loadingText"; }, {}, never, never, false, never>;
10
7
  }
@@ -1,5 +1,4 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
2
  export declare class PaginationComponent {
4
3
  moreItems: boolean;
5
4
  firstRecord: number;
@@ -8,6 +7,4 @@ export declare class PaginationComponent {
8
7
  constructor();
9
8
  onPrevious(): void;
10
9
  onNext(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "xuilib-pagination", never, { "moreItems": "moreItems"; "firstRecord": "firstRecord"; }, { "previousPage": "previousPage"; "nextPage": "nextPage"; }, never, never, false, never>;
13
10
  }
@@ -3,7 +3,6 @@ import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
3
3
  import { Observable, Subject } from 'rxjs';
4
4
  import { JudicialUserModel } from '../../models';
5
5
  import { FindAPersonService } from '../../services/find-person/find-person.service';
6
- import * as i0 from "@angular/core";
7
6
  export declare class SearchJudicialsComponent implements OnInit {
8
7
  private readonly judicialService;
9
8
  formGroup: FormGroup;
@@ -35,6 +34,4 @@ export declare class SearchJudicialsComponent implements OnInit {
35
34
  getDisplayName(selectedJudicial: JudicialUserModel): string;
36
35
  searchJudicials(term: string, serviceId: string): Observable<JudicialUserModel[]>;
37
36
  getControlValueDisplayText(): string;
38
- static ɵfac: i0.ɵɵFactoryDeclaration<SearchJudicialsComponent, 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
37
  }
@@ -5,7 +5,6 @@ import { BookingCheckType, FilterFieldConfig, LocationByEPIMMSModel } from '../.
5
5
  import { LocationService } from '../../services/locations/location.service';
6
6
  import { RefDataService } from '../../services/ref-data';
7
7
  import { SessionStorageService } from '../../services/storage/session-storage/session-storage.service';
8
- import * as i0 from "@angular/core";
9
8
  export declare class SearchLocationComponent implements OnInit {
10
9
  private readonly locationService;
11
10
  private readonly sessionStorageService;
@@ -25,7 +24,7 @@ export declare class SearchLocationComponent implements OnInit {
25
24
  locationSelected: EventEmitter<LocationByEPIMMSModel>;
26
25
  locationTermSearchInputChanged: EventEmitter<string>;
27
26
  searchLocationChanged: EventEmitter<void>;
28
- searchTermFormControl: FormControl<string>;
27
+ searchTermFormControl: FormControl;
29
28
  readonly minSearchCharacters = 3;
30
29
  term: string;
31
30
  private pReset;
@@ -40,6 +39,4 @@ export declare class SearchLocationComponent implements OnInit {
40
39
  getLocations(term: string): Observable<LocationByEPIMMSModel[]>;
41
40
  resetSearchTerm(): void;
42
41
  private filterUnselectedLocations;
43
- static ɵfac: i0.ɵɵFactoryDeclaration<SearchLocationComponent, never>;
44
- 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>;
45
42
  }
@@ -1,7 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
+ import { MatOptionSelectionChange } from '@angular/material/core/option/option';
2
3
  import { FilterConfigOption } from '../../models';
3
- import { MatLegacyOptionSelectionChange as MatOptionSelectionChange } from '@angular/material/legacy-core';
4
- import * as i0 from "@angular/core";
5
4
  export declare class SearchServiceComponent {
6
5
  options: FilterConfigOption[];
7
6
  selectedOptions: FilterConfigOption[];
@@ -13,6 +12,4 @@ export declare class SearchServiceComponent {
13
12
  get filteredOptions(): FilterConfigOption[];
14
13
  resetSearchTerm(): void;
15
14
  onSelectionChanged($event: MatOptionSelectionChange): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<SearchServiceComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchServiceComponent, "exui-search-service", never, { "options": "options"; "selectedOptions": "selectedOptions"; "disabled": "disabled"; "showAutocomplete": "showAutocomplete"; }, { "optionChanged": "optionChanged"; }, never, never, false, never>;
18
15
  }
@@ -3,7 +3,6 @@ import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
3
3
  import { Observable, Subject } from 'rxjs';
4
4
  import { LocationByEPIMMSModel } from '../../models/location.model';
5
5
  import { LocationService } from '../../services/locations/location.service';
6
- import * as i0 from "@angular/core";
7
6
  export declare class SearchVenueComponent implements OnInit, AfterContentInit {
8
7
  private readonly locationService;
9
8
  control: AbstractControl;
@@ -35,6 +34,4 @@ export declare class SearchVenueComponent implements OnInit, AfterContentInit {
35
34
  getDisplayName(selectedLocation: LocationByEPIMMSModel): string;
36
35
  searchLocations(term: string): Observable<LocationByEPIMMSModel[]>;
37
36
  getControlCourtNameValue(): string;
38
- static ɵfac: i0.ɵɵFactoryDeclaration<SearchVenueComponent, 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
37
  }
@@ -3,7 +3,6 @@ import { Observable } from 'rxjs';
3
3
  import { SharedCase } from '../../models/case-share.model';
4
4
  import { UserDetails } from '../../models/user-details.model';
5
5
  import { CaseSharingStateService } from '../../services/case-sharing-state/case-sharing-state.service';
6
- import * as i0 from "@angular/core";
7
6
  export declare class SelectedCaseComponent implements OnInit, OnChanges {
8
7
  private readonly stateService;
9
8
  sharedCase: SharedCase;
@@ -33,6 +32,4 @@ export declare class SelectedCaseComponent implements OnInit, OnChanges {
33
32
  combineAndSortShares(sharedWith: UserDetails[], pendingShares: UserDetails[]): UserDetails[];
34
33
  userIdSetter(isPending: boolean, id: number): string;
35
34
  buildElementId(elementName: string): string;
36
- static ɵfac: i0.ɵɵFactoryDeclaration<SelectedCaseComponent, 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
35
  }
@@ -3,7 +3,6 @@ import { Observable } from 'rxjs';
3
3
  import { SharedCase } from '../../models/case-share.model';
4
4
  import { UserDetails } from '../../models/user-details.model';
5
5
  import { CaseSharingStateService } from '../../services/case-sharing-state/case-sharing-state.service';
6
- import * as i0 from "@angular/core";
7
6
  export declare class SelectedCaseConfirmComponent implements OnInit {
8
7
  private readonly stateService;
9
8
  sharedCase: SharedCase;
@@ -14,6 +13,4 @@ export declare class SelectedCaseConfirmComponent implements OnInit {
14
13
  ngOnInit(): void;
15
14
  trackByUserId(user: UserDetails): string;
16
15
  showUserAccessBlock(): boolean;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<SelectedCaseConfirmComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectedCaseConfirmComponent, "xuilib-selected-case-confirm", never, { "sharedCase": "sharedCase"; "changeLink": "changeLink"; }, {}, never, never, false, never>;
19
16
  }
@@ -2,7 +2,6 @@ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
3
  import { SharedCase } from '../../models/case-share.model';
4
4
  import { CaseSharingStateService } from '../../services/case-sharing-state/case-sharing-state.service';
5
- import * as i0 from "@angular/core";
6
5
  export declare class SelectedCaseListComponent implements OnInit {
7
6
  private readonly stateService;
8
7
  shareCases: SharedCase[];
@@ -18,6 +17,4 @@ export declare class SelectedCaseListComponent implements OnInit {
18
17
  onUnselect(sharedCase: SharedCase): void;
19
18
  onSynchronizeStore(event: any): void;
20
19
  trackByCaseId(sharedCase: SharedCase): string;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<SelectedCaseListComponent, 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
20
  }
@@ -1,11 +1,8 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
2
  export declare class ServiceMessageComponent {
4
3
  message: string;
5
4
  key: string;
6
5
  hideMessage: EventEmitter<string>;
7
6
  constructor();
8
7
  onHideMessageEvent(key: string): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<ServiceMessageComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<ServiceMessageComponent, "xuilib-service-message", never, { "message": "message"; "key": "key"; }, { "hideMessage": "hideMessage"; }, never, never, false, never>;
11
8
  }
@@ -1,6 +1,5 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { FeatureToggleService } from '../../services/feature-toggle/feature-toggle.service';
3
- import * as i0 from "@angular/core";
4
3
  export interface ServiceMessages {
5
4
  [key: string]: string;
6
5
  }
@@ -16,6 +15,4 @@ export declare class ServiceMessagesComponent implements OnInit {
16
15
  getServiceMessages(): void;
17
16
  private createFilteredMessages;
18
17
  hideMessage(key: string): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<ServiceMessagesComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<ServiceMessagesComponent, "xuilib-service-messages", never, { "userRoles": "userRoles"; "featureToggleKey": "featureToggleKey"; "serviceMessageCookie": "serviceMessageCookie"; }, {}, never, never, false, never>;
21
18
  }
@@ -5,7 +5,6 @@ import { ErrorMessagesModel, GovUiConfigModel } from '../../gov-ui/models';
5
5
  import { SharedCase } from '../../models/case-share.model';
6
6
  import { UserDetails } from '../../models/user-details.model';
7
7
  import { CaseSharingStateService } from '../../services/case-sharing-state/case-sharing-state.service';
8
- import * as i0 from "@angular/core";
9
8
  export declare class ShareCaseComponent implements OnInit {
10
9
  private readonly stateService;
11
10
  private readonly router;
@@ -59,6 +58,4 @@ export declare class ShareCaseComponent implements OnInit {
59
58
  * @returns `true` if at least one case has the condition described above; `false` otherwise
60
59
  */
61
60
  hasCasesLeftUnassigned(sharedCases: SharedCase[]): boolean;
62
- static ɵfac: i0.ɵɵFactoryDeclaration<ShareCaseComponent, 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
61
  }
@@ -2,7 +2,6 @@ import { OnInit } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
3
  import { SharedCase } from '../../models/case-share.model';
4
4
  import { CaseSharingStateService } from '../../services/case-sharing-state/case-sharing-state.service';
5
- import * as i0 from "@angular/core";
6
5
  export declare class ShareCaseConfirmComponent implements OnInit {
7
6
  private readonly stateService;
8
7
  shareCases: SharedCase[];
@@ -12,6 +11,4 @@ export declare class ShareCaseConfirmComponent implements OnInit {
12
11
  state$: Observable<SharedCase[]>;
13
12
  constructor(stateService: CaseSharingStateService);
14
13
  ngOnInit(): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<ShareCaseConfirmComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<ShareCaseConfirmComponent, "xuilib-share-case-confirm", never, { "shareCases$": "shareCases$"; "changeLink": "changeLink"; "completeLink": "completeLink"; }, {}, never, never, false, never>;
17
14
  }
@@ -1,5 +1,4 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
2
  export interface TabItem {
4
3
  text: string;
5
4
  }
@@ -8,6 +7,4 @@ export declare class TabComponent {
8
7
  tabChange: EventEmitter<void>;
9
8
  constructor();
10
9
  tabChanged(event: any): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "xuilib-tab", never, { "tabItems": "tabItems"; }, { "tabChange": "tabChange"; }, never, never, false, never>;
13
10
  }
@@ -1,10 +1,7 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
2
  export declare class TcConfirmComponent {
4
3
  buttonText: string;
5
4
  confirm: EventEmitter<void>;
6
5
  constructor();
7
6
  onClick(): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<TcConfirmComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<TcConfirmComponent, "xuilib-tc-confirm", never, { "buttonText": "buttonText"; }, { "confirm": "confirm"; }, never, never, false, never>;
10
7
  }
@@ -1,6 +1,3 @@
1
- import * as i0 from "@angular/core";
2
1
  export declare class TcDisplayHtmlComponent {
3
2
  constructor();
4
- static ɵfac: i0.ɵɵFactoryDeclaration<TcDisplayHtmlComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<TcDisplayHtmlComponent, "xuilib-tc-display-html", never, {}, {}, never, ["*"], false, never>;
6
3
  }
@@ -1,6 +1,3 @@
1
- import * as i0 from "@angular/core";
2
1
  export declare class TcDisplayPlainComponent {
3
2
  constructor();
4
- static ɵfac: i0.ɵɵFactoryDeclaration<TcDisplayPlainComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<TcDisplayPlainComponent, "xuilib-tc-display-plain", never, {}, {}, never, ["*"], false, never>;
6
3
  }
@@ -1,8 +1,5 @@
1
1
  import { TCDocument } from '../../models';
2
- import * as i0 from "@angular/core";
3
2
  export declare class TermsAndConditionsComponent {
4
3
  document: TCDocument;
5
4
  constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<TermsAndConditionsComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<TermsAndConditionsComponent, "xuilib-terms-and-conditions", never, { "document": "document"; }, {}, never, never, false, never>;
8
5
  }
@@ -1,6 +1,5 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { User } from '../../models';
3
- import * as i0 from "@angular/core";
4
3
  export declare class UserDetailsComponent {
5
4
  user: User;
6
5
  editPermissionRouterLink: string;
@@ -14,6 +13,4 @@ export declare class UserDetailsComponent {
14
13
  reinviteClick(user: User): void;
15
14
  suspendUser(suspendUser: User): void;
16
15
  userHasRole(theRole: string): boolean;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<UserDetailsComponent, 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
16
  }
@@ -1,7 +1,6 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { Pagination } from '../../models';
3
3
  import { User } from '../../models/user.model';
4
- import * as i0 from "@angular/core";
5
4
  export declare class UserListComponent implements OnInit {
6
5
  users: User[];
7
6
  currentPageNumber?: number;
@@ -12,6 +11,4 @@ export declare class UserListComponent implements OnInit {
12
11
  ngOnInit(): void;
13
12
  onUserClick(user: User): void;
14
13
  emitPageClickEvent(pageNumber: any): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<UserListComponent, 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
14
  }
@@ -1,14 +1,13 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { FormControl } from '@angular/forms';
3
- import { MatLegacyAutocompleteSelectedEvent as MatAutocompleteSelectedEvent } from '@angular/material/legacy-autocomplete';
3
+ import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
4
4
  import { Observable } from 'rxjs';
5
5
  import { UserDetails } from '../../models/user-details.model';
6
- import * as i0 from "@angular/core";
7
6
  export declare class UserSelectComponent implements OnInit {
8
7
  users: UserDetails[];
9
8
  selected: EventEmitter<UserDetails>;
10
9
  filteredUsers: Observable<UserDetails[]>;
11
- control: FormControl<any>;
10
+ control: FormControl;
12
11
  constructor();
13
12
  ngOnInit(): void;
14
13
  displayValue(user: UserDetails): string;
@@ -16,6 +15,4 @@ export declare class UserSelectComponent implements OnInit {
16
15
  clear(): void;
17
16
  onUserChange(newUserValue: UserDetails): void;
18
17
  private filterUsers;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<UserSelectComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<UserSelectComponent, "xuilib-user-select", never, { "users": "users"; }, { "selected": "selected"; }, never, never, false, never>;
21
18
  }
@@ -3,7 +3,6 @@ import { FormGroup } from '@angular/forms';
3
3
  import { AddressMessageEnum, AddressModel } from '../../models';
4
4
  import { AddressOption } from '../../models/address-option.model';
5
5
  import { AddressService } from '../../services/address/address.service';
6
- import * as i0 from "@angular/core";
7
6
  export declare class WriteAddressFieldComponent implements OnInit, OnChanges {
8
7
  private readonly addressesService;
9
8
  formGroup: FormGroup;
@@ -40,6 +39,4 @@ export declare class WriteAddressFieldComponent implements OnInit, OnChanges {
40
39
  private defaultLabel;
41
40
  private setFormValue;
42
41
  private setPostcodeForm;
43
- static ɵfac: i0.ɵɵFactoryDeclaration<WriteAddressFieldComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<WriteAddressFieldComponent, "xuilib-write-address-field", never, { "formGroup": "formGroup"; "internationalMode": "internationalMode"; "isInternational": "isInternational"; "submissionAttempted": "submissionAttempted"; "startedInternational": "startedInternational"; "addressChosen": "addressChosen"; }, { "postcodeOptionSelected": "postcodeOptionSelected"; "internationalModeStart": "internationalModeStart"; "ukAddressOptionSelected": "ukAddressOptionSelected"; "canSelectAddress": "canSelectAddress"; "resetSubmission": "resetSubmission"; }, never, never, false, never>;
45
42
  }
@@ -1,7 +1,6 @@
1
1
  import { OnChanges } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
3
  import { AddressMessageEnum } from '../../models';
4
- import * as i0 from "@angular/core";
5
4
  export declare class WriteAddressInputsComponent implements OnChanges {
6
5
  MESSAGE_ENUM: typeof AddressMessageEnum;
7
6
  formGroup: FormGroup;
@@ -9,8 +8,9 @@ export declare class WriteAddressInputsComponent implements OnChanges {
9
8
  submissionAttempted: boolean;
10
9
  missingPostcode: boolean;
11
10
  errorsPresent: boolean;
11
+ streetInvalid: boolean;
12
+ townInvalid: boolean;
13
+ countryInvalid: boolean;
12
14
  constructor();
13
15
  ngOnChanges(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<WriteAddressInputsComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<WriteAddressInputsComponent, "xuilib-write-address-inputs", never, { "formGroup": "formGroup"; "isInternational": "isInternational"; "submissionAttempted": "submissionAttempted"; }, {}, never, never, false, never>;
16
16
  }
@@ -1,6 +1,5 @@
1
1
  import { OnDestroy, TemplateRef, ViewContainerRef } from '@angular/core';
2
2
  import { FeatureToggleService } from '../../services/feature-toggle/feature-toggle.service';
3
- import * as i0 from "@angular/core";
4
3
  export declare class FeatureToggleDirective implements OnDestroy {
5
4
  private readonly service;
6
5
  private readonly viewContainer;
@@ -11,6 +10,4 @@ export declare class FeatureToggleDirective implements OnDestroy {
11
10
  constructor(service: FeatureToggleService, viewContainer: ViewContainerRef, templateRef: TemplateRef<any>);
12
11
  ngOnDestroy(): void;
13
12
  private updateSubscription;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<FeatureToggleDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<FeatureToggleDirective, "[xuilibFeatureToggle]", never, { "xuilibFeatureToggle": "xuilibFeatureToggle"; }, {}, never, never, false, never>;
16
13
  }
@@ -1,5 +1,4 @@
1
1
  import { TemplateRef, ViewContainerRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
2
  export declare class LetContext<T = any> {
4
3
  $implicit: T;
5
4
  xuilibLet: T;
@@ -9,6 +8,4 @@ export declare class LetDirective<T = any> {
9
8
  private readonly context;
10
9
  constructor(viewContainer: ViewContainerRef, templateRef: TemplateRef<LetContext<T>>);
11
10
  set xuilibLet(condition: T);
12
- static ɵfac: i0.ɵɵFactoryDeclaration<LetDirective<any>, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<LetDirective<any>, "[xuilibLet]", never, { "xuilibLet": "xuilibLet"; }, {}, never, never, false, never>;
14
11
  }