@hmcts/rpx-xui-common-lib 2.1.2-angular-upgrade-11 → 2.1.2-google-analytics-1

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 (513) hide show
  1. package/README.md +1 -1
  2. package/esm2022/hmcts-rpx-xui-common-lib.mjs +5 -0
  3. package/esm2022/lib/components/accessibility/accessibility.component.mjs +833 -0
  4. package/esm2022/lib/components/checkbox-list/checkbox-list.component.mjs +232 -0
  5. package/esm2022/lib/components/contact-details/contact-details.component.mjs +123 -0
  6. package/esm2022/lib/components/cookie-banner/cookie-banner.component.mjs +151 -0
  7. package/esm2022/lib/components/due-date/due-date.component.mjs +141 -0
  8. package/esm2022/lib/components/exui-main-wrapper/exui-page-wrapper.component.mjs +80 -0
  9. package/esm2022/lib/components/find-location/find-location.component.mjs +220 -0
  10. package/esm2022/lib/components/find-person/find-person.component.mjs +234 -0
  11. package/esm2022/lib/components/find-service/find-service.component.mjs +193 -0
  12. package/esm2022/lib/components/find-task-name/find-task-name.component.mjs +200 -0
  13. package/esm2022/lib/components/generic-filter/generic-filter-utils.mjs +21 -0
  14. package/esm2022/lib/components/generic-filter/generic-filter.component.mjs +1224 -0
  15. package/esm2022/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.mjs +56 -0
  16. package/esm2022/lib/components/index.mjs +2 -0
  17. package/esm2022/lib/components/invite-user-form/invite-user-form.component.mjs +51 -0
  18. package/esm2022/lib/components/invite-user-permissions/invite-user-permission.component.mjs +54 -0
  19. package/esm2022/lib/components/loading-spinner/loading-spinner.component.mjs +33 -0
  20. package/esm2022/lib/components/pagination/pagination.component.mjs +92 -0
  21. package/esm2022/lib/components/public_api.mjs +39 -0
  22. package/esm2022/lib/components/search-judicials/search-judicials.component.mjs +185 -0
  23. package/esm2022/lib/components/search-location/search-location.component.mjs +240 -0
  24. package/esm2022/lib/components/search-service/search-service.component.mjs +94 -0
  25. package/esm2022/lib/components/search-venue/search-venue.component.mjs +188 -0
  26. package/esm2022/lib/components/selected-case/selected-case.component.mjs +381 -0
  27. package/esm2022/lib/components/selected-case-confirm/selected-case-confirm.component.mjs +135 -0
  28. package/esm2022/lib/components/selected-case-list/selected-case-list.component.mjs +98 -0
  29. package/esm2022/lib/components/service-message/service-message.component.mjs +62 -0
  30. package/esm2022/lib/components/service-messages/service-messages.component.mjs +165 -0
  31. package/esm2022/lib/components/share-case/share-case.component.mjs +427 -0
  32. package/esm2022/lib/components/share-case-confirm/share-case-confirm.component.mjs +85 -0
  33. package/esm2022/lib/components/tab/tab.component.mjs +40 -0
  34. package/esm2022/lib/components/tc-confirm/tc-confirm.component.mjs +66 -0
  35. package/esm2022/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.mjs +17 -0
  36. package/esm2022/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.mjs +17 -0
  37. package/esm2022/lib/components/terms-and-conditions/terms-and-conditions.component.mjs +58 -0
  38. package/esm2022/lib/components/user-details/user-details.component.mjs +276 -0
  39. package/esm2022/lib/components/user-list/user-list.component.mjs +100 -0
  40. package/esm2022/lib/components/user-select/user-select.component.mjs +94 -0
  41. package/esm2022/lib/components/write-address/write-address.component.mjs +342 -0
  42. package/esm2022/lib/components/write-address-inputs/write-address-inputs.component.mjs +165 -0
  43. package/esm2022/lib/directives/feature-toggle/feature-toggle.directive.mjs +41 -0
  44. package/esm2022/lib/directives/index.mjs +2 -0
  45. package/esm2022/lib/directives/let/let.directive.mjs +29 -0
  46. package/esm2022/lib/directives/public-api.mjs +3 -0
  47. package/esm2022/lib/exui-common-lib.module.mjs +313 -0
  48. package/esm2022/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.mjs +55 -0
  49. package/esm2022/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.mjs +137 -0
  50. package/esm2022/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.mjs +127 -0
  51. package/esm2022/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.mjs +46 -0
  52. package/esm2022/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.mjs +79 -0
  53. package/esm2022/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.mjs +79 -0
  54. package/esm2022/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.mjs +45 -0
  55. package/esm2022/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.mjs +71 -0
  56. package/esm2022/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.mjs +84 -0
  57. package/esm2022/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.mjs +48 -0
  58. package/esm2022/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.mjs +42 -0
  59. package/esm2022/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.mjs +80 -0
  60. package/esm2022/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.mjs +185 -0
  61. package/esm2022/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.mjs +57 -0
  62. package/esm2022/lib/gov-ui/components/hmcts-banner/hmcts-banner-info.interface.mjs +2 -0
  63. package/esm2022/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.mjs +111 -0
  64. package/esm2022/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.mjs +140 -0
  65. package/esm2022/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.mjs +34 -0
  66. package/esm2022/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.mjs +129 -0
  67. package/esm2022/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.mjs +204 -0
  68. package/esm2022/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.mjs +60 -0
  69. package/esm2022/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.mjs +58 -0
  70. package/esm2022/lib/gov-ui/components/index.mjs +2 -0
  71. package/esm2022/lib/gov-ui/components/public_api.mjs +22 -0
  72. package/esm2022/lib/gov-ui/directives/remove-host.directive.mjs +30 -0
  73. package/esm2022/lib/gov-ui/gov-ui.service.mjs +14 -0
  74. package/esm2022/lib/gov-ui/index.mjs +2 -0
  75. package/esm2022/lib/gov-ui/models/checkboxes-model.mjs +2 -0
  76. package/esm2022/lib/gov-ui/models/error-messages-model.mjs +2 -0
  77. package/esm2022/lib/gov-ui/models/gov-ui-config-model.mjs +2 -0
  78. package/esm2022/lib/gov-ui/models/index.mjs +2 -0
  79. package/esm2022/lib/gov-ui/models/public_api.mjs +7 -0
  80. package/esm2022/lib/gov-ui/models/radio-buttons.model.mjs +2 -0
  81. package/esm2022/lib/gov-ui/public_api.mjs +8 -0
  82. package/esm2022/lib/gov-ui/util/helpers/html-templates.helper.mjs +22 -0
  83. package/esm2022/lib/gov-ui/validators/checkboxes-be-checked.validator.mjs +18 -0
  84. package/esm2022/lib/gov-ui/validators/date.validator.mjs +15 -0
  85. package/esm2022/lib/gov-ui/validators/index.mjs +2 -0
  86. package/esm2022/lib/gov-ui/validators/public_api.mjs +7 -0
  87. package/esm2022/lib/gov-ui/validators/radio-group.validator.mjs +15 -0
  88. package/esm2022/lib/models/address-message.enum.mjs +11 -0
  89. package/esm2022/lib/models/address-option.model.mjs +21 -0
  90. package/esm2022/lib/models/address.model.mjs +4 -0
  91. package/esm2022/lib/models/case-share.model.mjs +7 -0
  92. package/esm2022/lib/models/contact-details.model.mjs +7 -0
  93. package/esm2022/lib/models/due-date.model.mjs +8 -0
  94. package/esm2022/lib/models/feature-user.mjs +5 -0
  95. package/esm2022/lib/models/filter.model.mjs +3 -0
  96. package/esm2022/lib/models/idle-config.model.mjs +2 -0
  97. package/esm2022/lib/models/index.mjs +19 -0
  98. package/esm2022/lib/models/location.model.mjs +7 -0
  99. package/esm2022/lib/models/pagination.model.mjs +2 -0
  100. package/esm2022/lib/models/person.model.mjs +19 -0
  101. package/esm2022/lib/models/public_api.mjs +7 -0
  102. package/esm2022/lib/models/search-options.model.mjs +2 -0
  103. package/esm2022/lib/models/service-message.model.mjs +2 -0
  104. package/esm2022/lib/models/task-name.model.mjs +2 -0
  105. package/esm2022/lib/models/tcDocument.model.mjs +2 -0
  106. package/esm2022/lib/models/timeout-notification.model.mjs +2 -0
  107. package/esm2022/lib/models/user-access-type.model.mjs +2 -0
  108. package/esm2022/lib/models/user-details.model.mjs +2 -0
  109. package/esm2022/lib/models/user.model.mjs +2 -0
  110. package/esm2022/lib/pipes/capitalize/capitalize.pipe.mjs +15 -0
  111. package/esm2022/lib/pipes/index.mjs +2 -0
  112. package/esm2022/lib/services/address/address-parser.mjs +76 -0
  113. package/esm2022/lib/services/address/address-type.enum.mjs +7 -0
  114. package/esm2022/lib/services/address/address.service.mjs +55 -0
  115. package/esm2022/lib/services/case-sharing-state/case-sharing-state.service.mjs +170 -0
  116. package/esm2022/lib/services/cookie/cookie.service.mjs +48 -0
  117. package/esm2022/lib/services/feature-toggle/feature-toggle.guard.mjs +37 -0
  118. package/esm2022/lib/services/feature-toggle/feature-toggle.service.mjs +33 -0
  119. package/esm2022/lib/services/feature-toggle/launch-darkly.service.mjs +65 -0
  120. package/esm2022/lib/services/filter/filter.service.mjs +95 -0
  121. package/esm2022/lib/services/find-person/find-person.service.mjs +92 -0
  122. package/esm2022/lib/services/google-analytics/google-analytics.service.mjs +73 -0
  123. package/esm2022/lib/services/google-tag-manager/google-tag-manager.service.mjs +85 -0
  124. package/esm2022/lib/services/index.mjs +2 -0
  125. package/esm2022/lib/services/loading/loading.service.mjs +41 -0
  126. package/esm2022/lib/services/locations/location.service.mjs +38 -0
  127. package/esm2022/lib/services/manage-session/manage-session.services.mjs +50 -0
  128. package/esm2022/lib/services/public-api.mjs +18 -0
  129. package/esm2022/lib/services/ref-data/index.mjs +4 -0
  130. package/esm2022/lib/services/ref-data/models/ref-data-htmcs-service.model.mjs +2 -0
  131. package/esm2022/lib/services/ref-data/models/ref-data-region.model.mjs +2 -0
  132. package/esm2022/lib/services/ref-data/ref-data-data-access/models/ref-data-locations-by-service-code-response.model.mjs +2 -0
  133. package/esm2022/lib/services/ref-data/ref-data-data-access/ref-data-data-access.service.mjs +33 -0
  134. package/esm2022/lib/services/ref-data/ref-data.service.mjs +34 -0
  135. package/esm2022/lib/services/role-guard/role.guard.mjs +43 -0
  136. package/esm2022/lib/services/role-guard/role.service.mjs +22 -0
  137. package/esm2022/lib/services/storage/session-storage/session-storage.service.mjs +43 -0
  138. package/esm2022/lib/services/task-name/task-name.service.mjs +35 -0
  139. package/esm2022/lib/services/timeout-notifications/timeout-notifications.service.mjs +103 -0
  140. package/esm2022/lib/window.mjs +4 -0
  141. package/esm2022/public-api.mjs +12 -0
  142. package/fesm2022/hmcts-rpx-xui-common-lib.mjs +10377 -0
  143. package/fesm2022/hmcts-rpx-xui-common-lib.mjs.map +1 -0
  144. package/index.d.ts +5 -0
  145. package/lib/components/accessibility/accessibility.component.d.ts +7 -1
  146. package/lib/components/checkbox-list/checkbox-list.component.d.ts +14 -7
  147. package/lib/components/contact-details/contact-details.component.d.ts +3 -0
  148. package/lib/components/cookie-banner/cookie-banner.component.d.ts +5 -1
  149. package/lib/components/due-date/due-date.component.d.ts +12 -6
  150. package/lib/components/exui-main-wrapper/exui-page-wrapper.component.d.ts +3 -0
  151. package/lib/components/find-location/find-location.component.d.ts +16 -8
  152. package/lib/components/find-person/find-person.component.d.ts +5 -2
  153. package/lib/components/find-service/find-service.component.d.ts +29 -0
  154. package/lib/components/find-task-name/find-task-name.component.d.ts +44 -0
  155. package/lib/components/generic-filter/generic-filter-utils.d.ts +2 -5
  156. package/lib/components/generic-filter/generic-filter.component.d.ts +29 -8
  157. package/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.d.ts +3 -0
  158. package/lib/components/invite-user-form/invite-user-form.component.d.ts +4 -1
  159. package/lib/components/invite-user-permissions/invite-user-permission.component.d.ts +3 -0
  160. package/lib/components/loading-spinner/loading-spinner.component.d.ts +8 -1
  161. package/lib/components/pagination/pagination.component.d.ts +3 -0
  162. package/lib/components/public_api.d.ts +11 -0
  163. package/lib/components/search-judicials/search-judicials.component.d.ts +4 -1
  164. package/lib/components/search-location/search-location.component.d.ts +27 -20
  165. package/lib/components/search-service/search-service.component.d.ts +20 -0
  166. package/lib/components/search-venue/search-venue.component.d.ts +4 -2
  167. package/lib/components/selected-case/selected-case.component.d.ts +4 -1
  168. package/lib/components/selected-case-confirm/selected-case-confirm.component.d.ts +3 -0
  169. package/lib/components/selected-case-list/selected-case-list.component.d.ts +4 -0
  170. package/lib/components/service-message/service-message.component.d.ts +9 -4
  171. package/lib/components/service-messages/service-messages.component.d.ts +15 -5
  172. package/lib/components/share-case/share-case.component.d.ts +41 -2
  173. package/lib/components/share-case-confirm/share-case-confirm.component.d.ts +3 -0
  174. package/lib/components/tab/tab.component.d.ts +3 -0
  175. package/lib/components/tc-confirm/tc-confirm.component.d.ts +3 -0
  176. package/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.d.ts +3 -0
  177. package/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.d.ts +3 -0
  178. package/lib/components/terms-and-conditions/terms-and-conditions.component.d.ts +3 -0
  179. package/lib/components/user-details/user-details.component.d.ts +4 -0
  180. package/lib/components/user-list/user-list.component.d.ts +3 -0
  181. package/lib/components/user-select/user-select.component.d.ts +5 -3
  182. package/lib/components/write-address/write-address.component.d.ts +45 -0
  183. package/lib/components/write-address-inputs/write-address-inputs.component.d.ts +16 -0
  184. package/lib/directives/feature-toggle/feature-toggle.directive.d.ts +4 -1
  185. package/lib/directives/let/let.directive.d.ts +4 -1
  186. package/lib/exui-common-lib.module.d.ts +83 -4
  187. package/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.d.ts +3 -0
  188. package/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.d.ts +17 -5
  189. package/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.d.ts +3 -0
  190. package/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.d.ts +3 -0
  191. package/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.d.ts +3 -0
  192. package/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.d.ts +3 -0
  193. package/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.d.ts +3 -0
  194. package/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.d.ts +4 -2
  195. package/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.d.ts +4 -0
  196. package/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.d.ts +3 -0
  197. package/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.d.ts +5 -2
  198. package/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.d.ts +3 -0
  199. package/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.d.ts +3 -0
  200. package/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.d.ts +3 -0
  201. package/lib/gov-ui/components/hmcts-banner/hmcts-banner-info.interface.d.ts +7 -0
  202. package/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.d.ts +7 -2
  203. package/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.d.ts +4 -1
  204. package/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.d.ts +4 -1
  205. package/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.d.ts +6 -3
  206. package/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.d.ts +3 -0
  207. package/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.d.ts +4 -1
  208. package/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.d.ts +3 -0
  209. package/lib/gov-ui/components/public_api.d.ts +20 -0
  210. package/lib/gov-ui/directives/remove-host.directive.d.ts +3 -0
  211. package/lib/gov-ui/gov-ui.service.d.ts +3 -0
  212. package/lib/gov-ui/models/checkboxes-model.d.ts +4 -7
  213. package/lib/gov-ui/models/gov-ui-config-model.d.ts +2 -0
  214. package/lib/gov-ui/models/public_api.d.ts +0 -1
  215. package/lib/gov-ui/models/radio-buttons.model.d.ts +9 -0
  216. package/lib/gov-ui/public_api.d.ts +1 -0
  217. package/lib/models/address-message.enum.d.ts +9 -0
  218. package/lib/models/address-option.model.d.ts +9 -0
  219. package/lib/models/address.model.d.ts +9 -0
  220. package/lib/models/case-share.model.d.ts +5 -0
  221. package/lib/models/contact-details.model.d.ts +4 -0
  222. package/lib/models/feature-user.d.ts +4 -6
  223. package/lib/models/filter.model.d.ts +43 -9
  224. package/lib/models/index.d.ts +4 -0
  225. package/lib/models/location.model.d.ts +12 -12
  226. package/lib/models/person.model.d.ts +3 -0
  227. package/lib/models/public_api.d.ts +1 -0
  228. package/lib/models/search-options.model.d.ts +1 -1
  229. package/lib/models/service-message.model.d.ts +8 -0
  230. package/lib/models/task-name.model.d.ts +4 -0
  231. package/lib/models/user-access-type.model.d.ts +6 -0
  232. package/lib/models/user-details.model.d.ts +2 -0
  233. package/lib/pipes/capitalize/capitalize.pipe.d.ts +7 -0
  234. package/lib/pipes/index.d.ts +1 -0
  235. package/lib/services/address/address-parser.d.ts +17 -0
  236. package/lib/services/address/address-type.enum.d.ts +5 -0
  237. package/lib/services/address/address.service.d.ts +15 -0
  238. package/lib/services/case-sharing-state/case-sharing-state.service.d.ts +5 -2
  239. package/lib/services/cookie/cookie.service.d.ts +3 -0
  240. package/lib/services/feature-toggle/feature-toggle.guard.d.ts +8 -2
  241. package/lib/services/feature-toggle/feature-toggle.service.d.ts +4 -0
  242. package/lib/services/feature-toggle/launch-darkly.service.d.ts +14 -10
  243. package/lib/services/filter/filter.service.d.ts +6 -0
  244. package/lib/services/find-person/find-person.service.d.ts +5 -2
  245. package/lib/services/google-analytics/google-analytics.service.d.ts +4 -1
  246. package/lib/services/google-tag-manager/google-tag-manager.service.d.ts +5 -1
  247. package/lib/services/loading/loading.service.d.ts +5 -2
  248. package/lib/services/locations/location.service.d.ts +4 -1
  249. package/lib/services/manage-session/manage-session.services.d.ts +3 -0
  250. package/lib/services/public-api.d.ts +2 -4
  251. package/lib/services/ref-data/index.d.ts +3 -0
  252. package/lib/services/ref-data/models/ref-data-htmcs-service.model.d.ts +13 -0
  253. package/lib/services/ref-data/models/ref-data-region.model.d.ts +4 -0
  254. package/lib/services/ref-data/ref-data-data-access/models/ref-data-locations-by-service-code-response.model.d.ts +8 -0
  255. package/lib/services/ref-data/ref-data-data-access/ref-data-data-access.service.d.ts +18 -0
  256. package/lib/services/ref-data/ref-data.service.d.ts +17 -0
  257. package/lib/services/role-guard/role.guard.d.ts +7 -3
  258. package/lib/services/role-guard/role.service.d.ts +9 -4
  259. package/lib/services/{session-storage → storage/session-storage}/session-storage.service.d.ts +3 -0
  260. package/lib/services/task-name/task-name.service.d.ts +17 -0
  261. package/lib/services/timeout-notifications/timeout-notifications.service.d.ts +8 -2
  262. package/lib/window.d.ts +1 -1
  263. package/package.json +22 -22
  264. package/public-api.d.ts +1 -0
  265. package/bundles/hmcts-rpx-xui-common-lib.umd.js +0 -9742
  266. package/bundles/hmcts-rpx-xui-common-lib.umd.js.map +0 -1
  267. package/bundles/hmcts-rpx-xui-common-lib.umd.min.js +0 -16
  268. package/bundles/hmcts-rpx-xui-common-lib.umd.min.js.map +0 -1
  269. package/esm2015/hmcts-rpx-xui-common-lib.js +0 -73
  270. package/esm2015/lib/components/accessibility/accessibility.component.js +0 -20
  271. package/esm2015/lib/components/checkbox-list/checkbox-list.component.js +0 -275
  272. package/esm2015/lib/components/contact-details/contact-details.component.js +0 -27
  273. package/esm2015/lib/components/cookie-banner/cookie-banner.component.js +0 -129
  274. package/esm2015/lib/components/due-date/due-date.component.js +0 -210
  275. package/esm2015/lib/components/exui-main-wrapper/exui-page-wrapper.component.js +0 -42
  276. package/esm2015/lib/components/find-location/find-location.component.js +0 -240
  277. package/esm2015/lib/components/find-person/find-person.component.js +0 -259
  278. package/esm2015/lib/components/generic-filter/generic-filter-utils.js +0 -65
  279. package/esm2015/lib/components/generic-filter/generic-filter.component.js +0 -636
  280. package/esm2015/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.js +0 -42
  281. package/esm2015/lib/components/index.js +0 -7
  282. package/esm2015/lib/components/invite-user-form/invite-user-form.component.js +0 -45
  283. package/esm2015/lib/components/invite-user-permissions/invite-user-permission.component.js +0 -44
  284. package/esm2015/lib/components/loading-spinner/loading-spinner.component.js +0 -27
  285. package/esm2015/lib/components/pagination/pagination.component.js +0 -50
  286. package/esm2015/lib/components/public_api.js +0 -33
  287. package/esm2015/lib/components/search-judicials/search-judicials.component.js +0 -249
  288. package/esm2015/lib/components/search-location/search-location.component.js +0 -294
  289. package/esm2015/lib/components/search-venue/search-venue.component.js +0 -246
  290. package/esm2015/lib/components/selected-case/selected-case.component.js +0 -316
  291. package/esm2015/lib/components/selected-case-confirm/selected-case-confirm.component.js +0 -74
  292. package/esm2015/lib/components/selected-case-list/selected-case-list.component.js +0 -94
  293. package/esm2015/lib/components/service-message/service-message.component.js +0 -40
  294. package/esm2015/lib/components/service-messages/service-messages.component.js +0 -106
  295. package/esm2015/lib/components/share-case/share-case.component.js +0 -172
  296. package/esm2015/lib/components/share-case-confirm/share-case-confirm.component.js +0 -67
  297. package/esm2015/lib/components/tab/tab.component.js +0 -45
  298. package/esm2015/lib/components/tc-confirm/tc-confirm.component.js +0 -37
  299. package/esm2015/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.js +0 -19
  300. package/esm2015/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.js +0 -19
  301. package/esm2015/lib/components/terms-and-conditions/terms-and-conditions.component.js +0 -26
  302. package/esm2015/lib/components/user-details/user-details.component.js +0 -78
  303. package/esm2015/lib/components/user-list/user-list.component.js +0 -63
  304. package/esm2015/lib/components/user-select/user-select.component.js +0 -105
  305. package/esm2015/lib/directives/feature-toggle/feature-toggle.directive.js +0 -95
  306. package/esm2015/lib/directives/index.js +0 -7
  307. package/esm2015/lib/directives/let/let.directive.js +0 -68
  308. package/esm2015/lib/directives/public-api.js +0 -8
  309. package/esm2015/lib/exui-common-lib.module.js +0 -162
  310. package/esm2015/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.js +0 -51
  311. package/esm2015/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.js +0 -32
  312. package/esm2015/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.js +0 -114
  313. package/esm2015/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.js +0 -34
  314. package/esm2015/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.js +0 -43
  315. package/esm2015/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.js +0 -57
  316. package/esm2015/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.js +0 -37
  317. package/esm2015/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.js +0 -54
  318. package/esm2015/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.js +0 -31
  319. package/esm2015/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.js +0 -51
  320. package/esm2015/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.js +0 -32
  321. package/esm2015/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.js +0 -46
  322. package/esm2015/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.js +0 -69
  323. package/esm2015/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.js +0 -43
  324. package/esm2015/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.js +0 -35
  325. package/esm2015/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.js +0 -90
  326. package/esm2015/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.js +0 -33
  327. package/esm2015/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.js +0 -75
  328. package/esm2015/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.js +0 -49
  329. package/esm2015/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.js +0 -43
  330. package/esm2015/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.js +0 -42
  331. package/esm2015/lib/gov-ui/components/index.js +0 -7
  332. package/esm2015/lib/gov-ui/components/public_api.js +0 -7
  333. package/esm2015/lib/gov-ui/directives/remove-host.directive.js +0 -50
  334. package/esm2015/lib/gov-ui/gov-ui.service.js +0 -19
  335. package/esm2015/lib/gov-ui/index.js +0 -7
  336. package/esm2015/lib/gov-ui/models/banner-data-model.js +0 -16
  337. package/esm2015/lib/gov-ui/models/checkboxes-model.js +0 -22
  338. package/esm2015/lib/gov-ui/models/error-messages-model.js +0 -16
  339. package/esm2015/lib/gov-ui/models/gov-ui-config-model.js +0 -36
  340. package/esm2015/lib/gov-ui/models/index.js +0 -7
  341. package/esm2015/lib/gov-ui/models/isession-storage.interface.js +0 -24
  342. package/esm2015/lib/gov-ui/models/public_api.js +0 -13
  343. package/esm2015/lib/gov-ui/public_api.js +0 -12
  344. package/esm2015/lib/gov-ui/util/helpers/html-templates.helper.js +0 -32
  345. package/esm2015/lib/gov-ui/util/session-storage/session-storage-utils.js +0 -58
  346. package/esm2015/lib/gov-ui/validators/checkboxes-be-checked.validator.js +0 -37
  347. package/esm2015/lib/gov-ui/validators/date.validator.js +0 -32
  348. package/esm2015/lib/gov-ui/validators/index.js +0 -7
  349. package/esm2015/lib/gov-ui/validators/public_api.js +0 -12
  350. package/esm2015/lib/gov-ui/validators/radio-group.validator.js +0 -27
  351. package/esm2015/lib/models/case-share.model.js +0 -26
  352. package/esm2015/lib/models/contact-details.model.js +0 -31
  353. package/esm2015/lib/models/due-date.model.js +0 -15
  354. package/esm2015/lib/models/feature-user.js +0 -20
  355. package/esm2015/lib/models/filter.model.js +0 -120
  356. package/esm2015/lib/models/idle-config.model.js +0 -20
  357. package/esm2015/lib/models/index.js +0 -20
  358. package/esm2015/lib/models/location.model.js +0 -129
  359. package/esm2015/lib/models/pagination.model.js +0 -18
  360. package/esm2015/lib/models/person.model.js +0 -92
  361. package/esm2015/lib/models/public_api.js +0 -11
  362. package/esm2015/lib/models/search-options.model.js +0 -22
  363. package/esm2015/lib/models/tcDocument.model.js +0 -18
  364. package/esm2015/lib/models/timeout-notification.model.js +0 -18
  365. package/esm2015/lib/models/user-details.model.js +0 -22
  366. package/esm2015/lib/models/user.model.js +0 -25
  367. package/esm2015/lib/services/case-sharing-state/case-sharing-state.service.js +0 -218
  368. package/esm2015/lib/services/cookie/cookie.service.js +0 -110
  369. package/esm2015/lib/services/feature-toggle/feature-toggle.guard.js +0 -74
  370. package/esm2015/lib/services/feature-toggle/feature-toggle.service.js +0 -53
  371. package/esm2015/lib/services/feature-toggle/launch-darkly.service.js +0 -141
  372. package/esm2015/lib/services/filter/filter.service.js +0 -118
  373. package/esm2015/lib/services/find-person/find-person.service.js +0 -214
  374. package/esm2015/lib/services/google-analytics/google-analytics.service.js +0 -123
  375. package/esm2015/lib/services/google-tag-manager/google-tag-manager.service.js +0 -125
  376. package/esm2015/lib/services/index.js +0 -7
  377. package/esm2015/lib/services/loading/loading.service.js +0 -78
  378. package/esm2015/lib/services/locations/location.service.js +0 -57
  379. package/esm2015/lib/services/manage-session/manage-session.services.js +0 -105
  380. package/esm2015/lib/services/public-api.js +0 -25
  381. package/esm2015/lib/services/role-guard/role.guard.js +0 -78
  382. package/esm2015/lib/services/role-guard/role.service.js +0 -39
  383. package/esm2015/lib/services/session-storage/session-storage.service.js +0 -55
  384. package/esm2015/lib/services/timeout-notifications/timeout-notifications.service.js +0 -158
  385. package/esm2015/lib/window.js +0 -13
  386. package/esm2015/public-api.js +0 -16
  387. package/esm5/hmcts-rpx-xui-common-lib.js +0 -73
  388. package/esm5/lib/components/accessibility/accessibility.component.js +0 -22
  389. package/esm5/lib/components/checkbox-list/checkbox-list.component.js +0 -391
  390. package/esm5/lib/components/contact-details/contact-details.component.js +0 -29
  391. package/esm5/lib/components/cookie-banner/cookie-banner.component.js +0 -154
  392. package/esm5/lib/components/due-date/due-date.component.js +0 -254
  393. package/esm5/lib/components/exui-main-wrapper/exui-page-wrapper.component.js +0 -45
  394. package/esm5/lib/components/find-location/find-location.component.js +0 -293
  395. package/esm5/lib/components/find-person/find-person.component.js +0 -286
  396. package/esm5/lib/components/generic-filter/generic-filter-utils.js +0 -66
  397. package/esm5/lib/components/generic-filter/generic-filter.component.js +0 -839
  398. package/esm5/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.js +0 -47
  399. package/esm5/lib/components/index.js +0 -7
  400. package/esm5/lib/components/invite-user-form/invite-user-form.component.js +0 -54
  401. package/esm5/lib/components/invite-user-permissions/invite-user-permission.component.js +0 -46
  402. package/esm5/lib/components/loading-spinner/loading-spinner.component.js +0 -29
  403. package/esm5/lib/components/pagination/pagination.component.js +0 -58
  404. package/esm5/lib/components/public_api.js +0 -33
  405. package/esm5/lib/components/search-judicials/search-judicials.component.js +0 -291
  406. package/esm5/lib/components/search-location/search-location.component.js +0 -330
  407. package/esm5/lib/components/search-venue/search-venue.component.js +0 -290
  408. package/esm5/lib/components/selected-case/selected-case.component.js +0 -430
  409. package/esm5/lib/components/selected-case-confirm/selected-case-confirm.component.js +0 -84
  410. package/esm5/lib/components/selected-case-list/selected-case-list.component.js +0 -109
  411. package/esm5/lib/components/service-message/service-message.component.js +0 -46
  412. package/esm5/lib/components/service-messages/service-messages.component.js +0 -122
  413. package/esm5/lib/components/share-case/share-case.component.js +0 -223
  414. package/esm5/lib/components/share-case-confirm/share-case-confirm.component.js +0 -70
  415. package/esm5/lib/components/tab/tab.component.js +0 -51
  416. package/esm5/lib/components/tc-confirm/tc-confirm.component.js +0 -42
  417. package/esm5/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.js +0 -22
  418. package/esm5/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.js +0 -22
  419. package/esm5/lib/components/terms-and-conditions/terms-and-conditions.component.js +0 -29
  420. package/esm5/lib/components/user-details/user-details.component.js +0 -92
  421. package/esm5/lib/components/user-list/user-list.component.js +0 -76
  422. package/esm5/lib/components/user-select/user-select.component.js +0 -131
  423. package/esm5/lib/directives/feature-toggle/feature-toggle.directive.js +0 -104
  424. package/esm5/lib/directives/index.js +0 -7
  425. package/esm5/lib/directives/let/let.directive.js +0 -78
  426. package/esm5/lib/directives/public-api.js +0 -8
  427. package/esm5/lib/exui-common-lib.module.js +0 -162
  428. package/esm5/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.js +0 -56
  429. package/esm5/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.js +0 -36
  430. package/esm5/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.js +0 -135
  431. package/esm5/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.js +0 -37
  432. package/esm5/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.js +0 -49
  433. package/esm5/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.js +0 -65
  434. package/esm5/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.js +0 -40
  435. package/esm5/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.js +0 -66
  436. package/esm5/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.js +0 -34
  437. package/esm5/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.js +0 -67
  438. package/esm5/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.js +0 -36
  439. package/esm5/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.js +0 -52
  440. package/esm5/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.js +0 -77
  441. package/esm5/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.js +0 -50
  442. package/esm5/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.js +0 -38
  443. package/esm5/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.js +0 -108
  444. package/esm5/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.js +0 -40
  445. package/esm5/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.js +0 -87
  446. package/esm5/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.js +0 -51
  447. package/esm5/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.js +0 -49
  448. package/esm5/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.js +0 -46
  449. package/esm5/lib/gov-ui/components/index.js +0 -7
  450. package/esm5/lib/gov-ui/components/public_api.js +0 -7
  451. package/esm5/lib/gov-ui/directives/remove-host.directive.js +0 -52
  452. package/esm5/lib/gov-ui/gov-ui.service.js +0 -22
  453. package/esm5/lib/gov-ui/index.js +0 -7
  454. package/esm5/lib/gov-ui/models/banner-data-model.js +0 -16
  455. package/esm5/lib/gov-ui/models/checkboxes-model.js +0 -22
  456. package/esm5/lib/gov-ui/models/error-messages-model.js +0 -16
  457. package/esm5/lib/gov-ui/models/gov-ui-config-model.js +0 -36
  458. package/esm5/lib/gov-ui/models/index.js +0 -7
  459. package/esm5/lib/gov-ui/models/isession-storage.interface.js +0 -24
  460. package/esm5/lib/gov-ui/models/public_api.js +0 -13
  461. package/esm5/lib/gov-ui/public_api.js +0 -12
  462. package/esm5/lib/gov-ui/util/helpers/html-templates.helper.js +0 -57
  463. package/esm5/lib/gov-ui/util/session-storage/session-storage-utils.js +0 -58
  464. package/esm5/lib/gov-ui/validators/checkboxes-be-checked.validator.js +0 -38
  465. package/esm5/lib/gov-ui/validators/date.validator.js +0 -32
  466. package/esm5/lib/gov-ui/validators/index.js +0 -7
  467. package/esm5/lib/gov-ui/validators/public_api.js +0 -12
  468. package/esm5/lib/gov-ui/validators/radio-group.validator.js +0 -27
  469. package/esm5/lib/models/case-share.model.js +0 -26
  470. package/esm5/lib/models/contact-details.model.js +0 -31
  471. package/esm5/lib/models/due-date.model.js +0 -15
  472. package/esm5/lib/models/feature-user.js +0 -28
  473. package/esm5/lib/models/filter.model.js +0 -124
  474. package/esm5/lib/models/idle-config.model.js +0 -20
  475. package/esm5/lib/models/index.js +0 -20
  476. package/esm5/lib/models/location.model.js +0 -129
  477. package/esm5/lib/models/pagination.model.js +0 -18
  478. package/esm5/lib/models/person.model.js +0 -92
  479. package/esm5/lib/models/public_api.js +0 -11
  480. package/esm5/lib/models/search-options.model.js +0 -22
  481. package/esm5/lib/models/tcDocument.model.js +0 -18
  482. package/esm5/lib/models/timeout-notification.model.js +0 -18
  483. package/esm5/lib/models/user-details.model.js +0 -22
  484. package/esm5/lib/models/user.model.js +0 -25
  485. package/esm5/lib/services/case-sharing-state/case-sharing-state.service.js +0 -289
  486. package/esm5/lib/services/cookie/cookie.service.js +0 -136
  487. package/esm5/lib/services/feature-toggle/feature-toggle.guard.js +0 -89
  488. package/esm5/lib/services/feature-toggle/feature-toggle.service.js +0 -90
  489. package/esm5/lib/services/feature-toggle/launch-darkly.service.js +0 -187
  490. package/esm5/lib/services/filter/filter.service.js +0 -153
  491. package/esm5/lib/services/find-person/find-person.service.js +0 -238
  492. package/esm5/lib/services/google-analytics/google-analytics.service.js +0 -128
  493. package/esm5/lib/services/google-tag-manager/google-tag-manager.service.js +0 -135
  494. package/esm5/lib/services/index.js +0 -7
  495. package/esm5/lib/services/loading/loading.service.js +0 -109
  496. package/esm5/lib/services/locations/location.service.js +0 -86
  497. package/esm5/lib/services/manage-session/manage-session.services.js +0 -111
  498. package/esm5/lib/services/public-api.js +0 -25
  499. package/esm5/lib/services/role-guard/role.guard.js +0 -81
  500. package/esm5/lib/services/role-guard/role.service.js +0 -45
  501. package/esm5/lib/services/session-storage/session-storage.service.js +0 -96
  502. package/esm5/lib/services/timeout-notifications/timeout-notifications.service.js +0 -190
  503. package/esm5/lib/window.js +0 -13
  504. package/esm5/public-api.js +0 -16
  505. package/fesm2015/hmcts-rpx-xui-common-lib.js +0 -7973
  506. package/fesm2015/hmcts-rpx-xui-common-lib.js.map +0 -1
  507. package/fesm5/hmcts-rpx-xui-common-lib.js +0 -9423
  508. package/fesm5/hmcts-rpx-xui-common-lib.js.map +0 -1
  509. package/hmcts-rpx-xui-common-lib.d.ts +0 -67
  510. package/hmcts-rpx-xui-common-lib.metadata.json +0 -1
  511. package/lib/gov-ui/models/banner-data-model.d.ts +0 -4
  512. package/lib/gov-ui/models/isession-storage.interface.d.ts +0 -4
  513. package/lib/gov-ui/util/session-storage/session-storage-utils.d.ts +0 -6
package/index.d.ts ADDED
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@hmcts/rpx-xui-common-lib" />
5
+ export * from './public-api';
@@ -1,3 +1,9 @@
1
- export declare class AccessibilityComponent {
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AccessibilityComponent implements OnInit {
4
+ isEndpointMC: boolean;
2
5
  constructor();
6
+ ngOnInit(): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<AccessibilityComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccessibilityComponent, "xuilib-accessibility", never, {}, {}, never, never, false, never>;
3
9
  }
@@ -1,5 +1,8 @@
1
- import { EventEmitter, OnChanges } from '@angular/core';
2
- export declare class CheckboxListComponent<T> implements OnChanges {
1
+ import { AfterContentChecked, ChangeDetectorRef, EventEmitter, OnChanges } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CheckboxListComponent<T> implements OnChanges, AfterContentChecked {
4
+ private readonly ref;
5
+ constructor(ref: ChangeDetectorRef);
3
6
  /**
4
7
  * The options to show checkboxes for. Note that the type
5
8
  * within the array corresponds to the one for the component.
@@ -25,19 +28,21 @@ export declare class CheckboxListComponent<T> implements OnChanges {
25
28
  * Note: This array is immutable, which means pushing and popping will
26
29
  * have no effect on which checkboxes are selected.
27
30
  */
28
- selection: T[];
31
+ get selection(): T[];
32
+ set selection(value: T[]);
29
33
  private pSelection;
30
34
  private pSelectionMade;
31
35
  /**
32
36
  * Indicates whether or not all of the items are selected.
33
37
  */
34
- readonly allSelected: boolean;
38
+ get allSelected(): boolean;
35
39
  ngOnChanges(): void;
40
+ ngAfterContentChecked(): void;
36
41
  /**
37
42
  * Indicates whether or not there are any options to render.
38
43
  */
39
- readonly hasOptions: boolean;
40
- readonly isFunctional: boolean;
44
+ get hasOptions(): boolean;
45
+ get isFunctional(): boolean;
41
46
  /**
42
47
  * Indicates whether or not an item is part of the current selection.
43
48
  * @param item The item in question.
@@ -62,8 +67,10 @@ export declare class CheckboxListComponent<T> implements OnChanges {
62
67
  * @param item The item to check in the options.
63
68
  */
64
69
  containsItem(items: T[], item: T): boolean;
65
- private readonly hasPreselection;
70
+ private get hasPreselection();
66
71
  private setupPreselection;
67
72
  private getSelection;
68
73
  private checkSelection;
74
+ static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxListComponent<any>, never>;
75
+ 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>;
69
76
  }
@@ -1,5 +1,8 @@
1
1
  import { ContactDetailsDataModel } from '../../models';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class ContactDetailsComponent {
3
4
  data: ContactDetailsDataModel;
4
5
  constructor();
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>;
5
8
  }
@@ -1,13 +1,15 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { CookieService } from '../../services/cookie/cookie.service';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class CookieBannerComponent implements OnInit {
4
5
  private readonly cookieService;
5
6
  identifier: string;
6
7
  appName: string;
8
+ enableDynatrace: boolean;
7
9
  rejectionNotifier: EventEmitter<any>;
8
10
  acceptanceNotifier: EventEmitter<any>;
9
11
  isCookieBannerVisible: boolean;
10
- private readonly window;
12
+ readonly window: any;
11
13
  constructor(cookieService: CookieService, window: any);
12
14
  ngOnInit(): void;
13
15
  acceptCookie(): void;
@@ -17,4 +19,6 @@ export declare class CookieBannerComponent implements OnInit {
17
19
  notifyRejection(): void;
18
20
  notifyAcceptance(): void;
19
21
  private getExpiryDate;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<CookieBannerComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<CookieBannerComponent, "xuilib-cookie-banner", never, { "identifier": { "alias": "identifier"; "required": false; }; "appName": { "alias": "appName"; "required": false; }; "enableDynatrace": { "alias": "enableDynatrace"; "required": false; }; }, { "rejectionNotifier": "rejectionNotifier"; "acceptanceNotifier": "acceptanceNotifier"; }, never, never, false, never>;
20
24
  }
@@ -1,5 +1,8 @@
1
- import { OnChanges } from '@angular/core';
2
- export declare class DueDateComponent implements OnChanges {
1
+ import { AfterContentChecked, ChangeDetectorRef, OnChanges } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class DueDateComponent implements OnChanges, AfterContentChecked {
4
+ private readonly ref;
5
+ constructor(ref: ChangeDetectorRef);
3
6
  /**
4
7
  * The due date to use as the basis for rendering this component. It is
5
8
  * compared to the current date and displayed accordingly.
@@ -36,14 +39,17 @@ export declare class DueDateComponent implements OnChanges {
36
39
  */
37
40
  mediumUrgencyCutoff: number;
38
41
  private pBadge;
39
- readonly badge: string;
42
+ get badge(): string;
40
43
  private pLabel;
41
- readonly label: string;
44
+ get label(): string;
42
45
  private pAccessibleLabel;
43
- readonly accessibleLabel: string;
46
+ get accessibleLabel(): string;
44
47
  private pDaysDiff;
45
- readonly daysDiff: number;
48
+ get daysDiff(): number;
46
49
  ngOnChanges(): void;
50
+ ngAfterContentChecked(): void;
47
51
  private handleInputChanges;
48
52
  private getDaysDifference;
53
+ static ɵfac: i0.ɵɵFactoryDeclaration<DueDateComponent, never>;
54
+ 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>;
49
55
  }
@@ -1,3 +1,4 @@
1
+ import * as i0 from "@angular/core";
1
2
  /**
2
3
  * Main Page Wrapper
3
4
  * Responsible for:
@@ -13,4 +14,6 @@ export declare class ExuiPageWrapperComponent {
13
14
  title: string;
14
15
  fnTitle: string;
15
16
  constructor();
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>;
16
19
  }
@@ -1,11 +1,11 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
- import { FilterFieldConfig } from '../../models';
4
- import { LocationByEPIMMSModel } from '../../models/location.model';
3
+ import { Subject } from 'rxjs';
4
+ import { FilterFieldConfig, LocationByEPIMMSModel } from '../../models';
5
5
  import { SearchLocationComponent } from '../search-location/search-location.component';
6
- export declare class FindLocationComponent implements OnInit {
6
+ import * as i0 from "@angular/core";
7
+ export declare class FindLocationComponent implements OnInit, OnDestroy {
7
8
  locationFieldChanged: EventEmitter<void>;
8
- selectedLocations: LocationByEPIMMSModel[];
9
9
  submitted: boolean;
10
10
  enableAddLocationButton: boolean;
11
11
  form: FormGroup;
@@ -13,14 +13,19 @@ export declare class FindLocationComponent implements OnInit {
13
13
  fields: FilterFieldConfig[];
14
14
  locationTitle: string;
15
15
  disableInputField: boolean;
16
- locations: LocationByEPIMMSModel[];
16
+ formSubmissionEvent$: Subject<void>;
17
17
  tempSelectedLocation: LocationByEPIMMSModel;
18
18
  serviceIds: string;
19
19
  searchLocationComponent: SearchLocationComponent;
20
20
  private pServices;
21
21
  private pDisabled;
22
- disabled: boolean;
23
- services: string[];
22
+ private formSubmissionEventSubscription;
23
+ get disabled(): boolean;
24
+ set disabled(value: boolean);
25
+ get services(): string[];
26
+ set services(value: string[]);
27
+ get selectedLocations(): LocationByEPIMMSModel[];
28
+ get propertyNameFilter(): keyof LocationByEPIMMSModel;
24
29
  ngOnInit(): void;
25
30
  addLocation(): void;
26
31
  removeLocation(location: LocationByEPIMMSModel): void;
@@ -29,4 +34,7 @@ export declare class FindLocationComponent implements OnInit {
29
34
  onLocationSelected(location: LocationByEPIMMSModel): void;
30
35
  private removeSelectedValues;
31
36
  private addSelectedLocationsToForm;
37
+ ngOnDestroy(): void;
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>;
32
40
  }
@@ -3,6 +3,7 @@ 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";
6
7
  export declare class FindPersonComponent implements OnInit, OnDestroy {
7
8
  private readonly findPersonService;
8
9
  private readonly cd;
@@ -16,14 +17,14 @@ export declare class FindPersonComponent implements OnInit, OnDestroy {
16
17
  selectedPerson: string;
17
18
  submitted: boolean;
18
19
  userIncluded?: boolean;
19
- assignedUser?: string;
20
+ assignedUser?: string | string[];
20
21
  placeholderContent: string;
21
22
  isNoResultsShown: boolean;
22
23
  showUpdatedColor: boolean;
23
24
  selectedPersons: Person[];
24
25
  errorMessage: string;
25
26
  idValue: string;
26
- services: string[];
27
+ services: string;
27
28
  disabled: boolean;
28
29
  showAutocomplete: boolean;
29
30
  findPersonControl: FormControl;
@@ -37,4 +38,6 @@ export declare class FindPersonComponent implements OnInit, OnDestroy {
37
38
  onSelectionChange(selectedPerson: Person): void;
38
39
  getDisplayName(selectedPerson: Person): string;
39
40
  onInput(): void;
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>;
40
43
  }
@@ -0,0 +1,29 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
3
+ import { Subject } from 'rxjs';
4
+ import { FilterConfigOption, FilterFieldConfig } from '../../models';
5
+ import { SearchServiceComponent } from '../search-service/search-service.component';
6
+ import * as i0 from "@angular/core";
7
+ export declare class FindServiceComponent implements OnInit, OnDestroy {
8
+ field: FilterFieldConfig;
9
+ serviceTitle: string;
10
+ form: FormGroup;
11
+ disabled: boolean;
12
+ formSubmissionEvent$: Subject<void>;
13
+ searchServiceComponent: SearchServiceComponent;
14
+ serviceFieldChanged: EventEmitter<any>;
15
+ private isSelectedAll;
16
+ private formSubmissionEventSubscription;
17
+ tempSelectedService: FilterConfigOption;
18
+ get selectedServices(): FilterConfigOption[];
19
+ ngOnInit(): void;
20
+ addOption(option: FilterConfigOption): void;
21
+ removeOption(service: FilterConfigOption): void;
22
+ onOptionSelected(option: FilterConfigOption): void;
23
+ private removeAllSelectedValues;
24
+ private addSelectedServiceToForm;
25
+ private sortOptionsAlphabetically;
26
+ ngOnDestroy(): void;
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>;
29
+ }
@@ -0,0 +1,44 @@
1
+ import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FormControl, FormGroup } from '@angular/forms';
3
+ import { Observable } from 'rxjs';
4
+ import { PersonRole } from '../../models';
5
+ import { TaskNameModel } from '../../models/task-name.model';
6
+ import { TaskNameService } from '../../services/task-name/task-name.service';
7
+ import * as i0 from "@angular/core";
8
+ export declare class FindTaskNameComponent implements OnInit, OnDestroy {
9
+ private readonly cd;
10
+ private readonly taskService;
11
+ taskNameSelected: EventEmitter<any>;
12
+ taskNameFieldChanged: EventEmitter<void>;
13
+ title: string;
14
+ boldTitle: string;
15
+ subTitle: string;
16
+ domain: PersonRole;
17
+ findTaskNameGroup: FormGroup;
18
+ selectedTaskName: string;
19
+ submitted: boolean;
20
+ assignedUser?: string;
21
+ placeholderContent: string;
22
+ isNoResultsShown: boolean;
23
+ showUpdatedColor: boolean;
24
+ selectedTaskNames: TaskNameModel[];
25
+ errorMessage: string;
26
+ idValue: string;
27
+ services: string;
28
+ disabled: boolean;
29
+ showAutocomplete: boolean;
30
+ findTaskNameControl: FormControl;
31
+ filteredOptions: any[];
32
+ readonly minSearchCharacters = 1;
33
+ private sub;
34
+ searchTerm: string;
35
+ constructor(cd: ChangeDetectorRef, taskService: TaskNameService);
36
+ ngOnDestroy(): void;
37
+ ngOnInit(): void;
38
+ getTaskName(): Observable<TaskNameModel[]>;
39
+ onSelectionChange(selectedTaskTypeName: any): void;
40
+ getTaskTypeName(selectedTaskType: any): string;
41
+ onInput(): void;
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>;
44
+ }
@@ -1,8 +1,5 @@
1
1
  import { ValidatorFn } from '@angular/forms';
2
+ import { FilterConfigOption } from '../../models';
2
3
  export declare function minSelectedValidator<T>(min: number): ValidatorFn;
3
4
  export declare function maxSelectedValidator<T>(max: number): ValidatorFn;
4
- export declare function getValues(options: {
5
- key: string;
6
- label: string;
7
- selectAll?: true;
8
- }[], values: any[]): any[];
5
+ export declare function getValues(options: FilterConfigOption[], values: any[]): any[];
@@ -1,19 +1,30 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
1
+ import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { FormBuilder, FormGroup } from '@angular/forms';
3
- import { Subscription } from 'rxjs';
4
- import { FilterConfig, FilterFieldConfig, FilterSetting } from '../../models';
5
- import { FilterService } from './../../services/filter/filter.service';
3
+ import { Subject, Subscription } from 'rxjs';
4
+ import { FilterConfig, FilterConfigOption, FilterFieldConfig, FilterSetting, GroupOptions } from '../../models';
5
+ import { FilterService } from '../../services';
6
+ import * as i0 from "@angular/core";
6
7
  export declare class GenericFilterComponent implements OnInit, OnDestroy {
7
8
  private readonly filterService;
8
9
  private readonly fb;
10
+ private readonly cdr;
9
11
  form: FormGroup;
10
12
  submitted: boolean;
11
13
  formSub: Subscription;
12
- constructor(filterService: FilterService, fb: FormBuilder);
14
+ filteredSkillsByServices: GroupOptions[];
15
+ filteredSkillsByServicesCheckbox: FilterConfigOption[];
16
+ previousSelectedNestedCheckbox: string[];
17
+ formSubmissionEvent$: Subject<void>;
18
+ isServiceSelected: boolean;
19
+ serviceErrorMsg: string;
20
+ private selectedServices;
21
+ constructor(filterService: FilterService, fb: FormBuilder, cdr: ChangeDetectorRef);
13
22
  private _config;
14
- config: FilterConfig;
23
+ get config(): FilterConfig;
24
+ set config(value: FilterConfig);
15
25
  private _settings?;
16
- settings: FilterSetting;
26
+ get settings(): FilterSetting;
27
+ set settings(value: FilterSetting);
17
28
  private static addFormValidators;
18
29
  ngOnInit(): void;
19
30
  ngOnDestroy(): void;
@@ -22,19 +33,29 @@ export declare class GenericFilterComponent implements OnInit, OnDestroy {
22
33
  applyFilter(form: FormGroup): void;
23
34
  fieldChanged(field: FilterFieldConfig, form: FormGroup): void;
24
35
  inputChanged(field: FilterFieldConfig): void;
36
+ inputServiceChanged(field: FilterFieldConfig): void;
25
37
  cancelFilter(): void;
26
38
  updatePersonControls(values: any, field: FilterFieldConfig): void;
39
+ checkBoxChecked(field: any, i: number): any;
40
+ updateTaskNameControls(values: any, field: FilterFieldConfig): void;
27
41
  toggleSelectAll(event: any, form: FormGroup, item: {
28
42
  key: string;
29
43
  label: string;
30
44
  selectAll?: true;
31
45
  }, field: FilterFieldConfig): void;
46
+ private startFilterSkillsByServices;
32
47
  private resetField;
33
48
  private mergeDefaultFields;
34
49
  private getSettings;
35
50
  private buildForm;
36
51
  private buildCheckBoxFormArray;
37
- private buildFindLocationFormArray;
52
+ private buildFormArray;
38
53
  private getSelectedValues;
39
54
  private emitFormErrors;
55
+ initValuesFromCacheForSkillsByServices(): void;
56
+ filterSkillsByServices(services: string[], config: FilterConfig): FilterConfigOption[] | GroupOptions[];
57
+ private getSelectedValuesForFields;
58
+ private sortGroupOptions;
59
+ static ɵfac: i0.ɵɵFactoryDeclaration<GenericFilterComponent, never>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<GenericFilterComponent, "xuilib-generic-filter", never, { "config": { "alias": "config"; "required": false; }; "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, false, never>;
40
61
  }
@@ -1,7 +1,10 @@
1
1
  import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class HmctsSessionDialogComponent {
3
4
  positionTop: string;
4
5
  close: EventEmitter<any>;
5
6
  constructor();
6
7
  onClose(): void;
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>;
7
10
  }
@@ -1,9 +1,12 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class InviteUserFormComponent {
4
5
  isInvalid: any;
5
6
  submitForm: EventEmitter<any>;
6
7
  inviteUserForm: FormGroup;
7
- errorMessages: any;
8
+ set errorMessages(value: any);
8
9
  onSubmit(): void;
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>;
9
12
  }
@@ -1,5 +1,6 @@
1
1
  import { FormGroup } from '@angular/forms';
2
2
  import { ErrorMessagesModel } from '../../gov-ui/models';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class InviteUserPermissionComponent {
4
5
  inviteUserForm: FormGroup;
5
6
  isPuiCaseManager: boolean;
@@ -7,4 +8,6 @@ export declare class InviteUserPermissionComponent {
7
8
  isPuiOrganisationManager: boolean;
8
9
  isPuiFinanceManager: boolean;
9
10
  errorMessages: ErrorMessagesModel;
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>;
10
13
  }
@@ -1,3 +1,10 @@
1
- export declare class LoadingSpinnerComponent {
1
+ import { AfterContentChecked, ChangeDetectorRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class LoadingSpinnerComponent implements AfterContentChecked {
4
+ private readonly ref;
2
5
  loadingText: string;
6
+ constructor(ref: ChangeDetectorRef);
7
+ ngAfterContentChecked(): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<LoadingSpinnerComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoadingSpinnerComponent, "xuilib-loading-spinner", never, { "loadingText": { "alias": "loadingText"; "required": false; }; }, {}, never, never, false, never>;
3
10
  }
@@ -1,4 +1,5 @@
1
1
  import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class PaginationComponent {
3
4
  moreItems: boolean;
4
5
  firstRecord: number;
@@ -7,4 +8,6 @@ export declare class PaginationComponent {
7
8
  constructor();
8
9
  onPrevious(): void;
9
10
  onNext(): void;
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>;
10
13
  }
@@ -22,6 +22,17 @@ export * from './terms-and-conditions/terms-and-conditions.component';
22
22
  export * from './user-details/user-details.component';
23
23
  export * from './user-list/user-list.component';
24
24
  export * from './cookie-banner/cookie-banner.component';
25
+ export * from './find-service/find-service.component';
26
+ export * from './search-service/search-service.component';
25
27
  export * from './find-location/find-location.component';
26
28
  export * from './search-location/search-location.component';
27
29
  export * from './pagination/pagination.component';
30
+ export * from './search-venue/search-venue.component';
31
+ export * from './search-judicials/search-judicials.component';
32
+ export * from './find-person/find-person.component';
33
+ export * from './user-select/user-select.component';
34
+ export * from './user-select/user-select.component';
35
+ export * from './find-task-name/find-task-name.component';
36
+ export * from './exui-main-wrapper/exui-page-wrapper.component';
37
+ export * from './write-address/write-address.component';
38
+ export * from './write-address-inputs/write-address-inputs.component';
@@ -3,6 +3,7 @@ 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";
6
7
  export declare class SearchJudicialsComponent implements OnInit {
7
8
  private readonly judicialService;
8
9
  formGroup: FormGroup;
@@ -27,11 +28,13 @@ export declare class SearchJudicialsComponent implements OnInit {
27
28
  onKeyDown(): void;
28
29
  onKeyUp(event: any): void;
29
30
  onFocus(): void;
30
- readonly displayedJudicialsDuplicationFiltered: JudicialUserModel[];
31
+ get displayedJudicialsDuplicationFiltered(): JudicialUserModel[];
31
32
  filter(term: string): void;
32
33
  onSelectionChange(selection?: JudicialUserModel): void;
33
34
  search(currentValue: string): void;
34
35
  getDisplayName(selectedJudicial: JudicialUserModel): string;
35
36
  searchJudicials(term: string, serviceId: string): Observable<JudicialUserModel[]>;
36
37
  getControlValueDisplayText(): string;
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>;
37
40
  }
@@ -1,41 +1,48 @@
1
- import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
2
- import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { FormControl, FormGroup } from '@angular/forms';
3
3
  import { Observable } from 'rxjs';
4
- import { BookingCheckType, LocationByEPIMMSModel } from '../../models';
4
+ import { BookingCheckType, FilterFieldConfig, LocationByEPIMMSModel } from '../../models';
5
5
  import { LocationService } from '../../services/locations/location.service';
6
- import { SessionStorageService } from '../../services/session-storage/session-storage.service';
6
+ import { RefDataService } from '../../services/ref-data';
7
+ import { SessionStorageService } from '../../services/storage/session-storage/session-storage.service';
8
+ import * as i0 from "@angular/core";
7
9
  export declare class SearchLocationComponent implements OnInit {
8
10
  private readonly locationService;
9
11
  private readonly sessionStorageService;
10
- private readonly fb;
11
- private readonly cd;
12
- control: AbstractControl;
12
+ private readonly refDataService;
13
+ private static readonly allLocationAPI;
14
+ form: FormGroup;
15
+ field: FilterFieldConfig;
13
16
  disabled: boolean;
14
17
  singleMode: boolean;
15
18
  locationType: string;
16
19
  serviceIds: string;
17
20
  submitted?: boolean;
18
- delay?: number;
19
- form: FormGroup;
20
- showAutocomplete: boolean;
21
- locations: LocationByEPIMMSModel[];
22
21
  bookingCheck: BookingCheckType;
22
+ selectedLocations: LocationByEPIMMSModel[];
23
+ propertyNameFilter: keyof LocationByEPIMMSModel;
24
+ delay?: number;
23
25
  locationSelected: EventEmitter<LocationByEPIMMSModel>;
24
- locationInputChanged: EventEmitter<string>;
26
+ locationTermSearchInputChanged: EventEmitter<string>;
25
27
  searchLocationChanged: EventEmitter<void>;
28
+ searchTermFormControl: FormControl<string>;
26
29
  readonly minSearchCharacters = 3;
27
30
  term: string;
28
- private pSelectedLocations;
29
31
  private pReset;
30
- constructor(locationService: LocationService, sessionStorageService: SessionStorageService, fb: FormBuilder, cd: ChangeDetectorRef);
31
- reset: boolean;
32
- selectedLocations: any[];
32
+ filteredList$: Observable<LocationByEPIMMSModel[] | boolean>;
33
+ private readonly debounceTimeInput;
34
+ previousValue: string;
35
+ get reset(): boolean;
36
+ set reset(value: boolean);
37
+ constructor(locationService: LocationService, sessionStorageService: SessionStorageService, refDataService: RefDataService);
33
38
  ngOnInit(): void;
34
- filter(term: string): void;
35
- onSelectionChange(location: LocationByEPIMMSModel): void;
36
- search(): void;
39
+ onSelectedLocation(location: LocationByEPIMMSModel): void;
37
40
  onInput(): void;
38
41
  getLocations(term: string): Observable<LocationByEPIMMSModel[]>;
39
42
  resetSearchTerm(): void;
40
- private removeSelectedLocations;
43
+ private filterUnselectedLocations;
44
+ removeInvalidString(formInputValue: KeyboardEvent): void;
45
+ isCharacterValid(event: KeyboardEvent): boolean;
46
+ static ɵfac: i0.ɵɵFactoryDeclaration<SearchLocationComponent, never>;
47
+ 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>;
41
48
  }
@@ -0,0 +1,20 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { FilterConfigOption } from '../../models';
3
+ import { MatLegacyOptionSelectionChange as MatOptionSelectionChange } from '@angular/material/legacy-core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class SearchServiceComponent {
6
+ options: FilterConfigOption[];
7
+ selectedOptions: FilterConfigOption[];
8
+ disabled: any;
9
+ showAutocomplete: boolean;
10
+ searchTerm: string;
11
+ searchTermChange: EventEmitter<string>;
12
+ optionChanged: EventEmitter<FilterConfigOption>;
13
+ readonly MIN_SEARCH_CHARACTERS = 3;
14
+ get filteredOptions(): FilterConfigOption[];
15
+ resetSearchTerm(): void;
16
+ onSearchTermChanged(value: string): void;
17
+ onSelectionChanged($event: MatOptionSelectionChange): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<SearchServiceComponent, never>;
19
+ 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; }; "searchTerm": { "alias": "searchTerm"; "required": false; }; }, { "searchTermChange": "searchTermChange"; "optionChanged": "optionChanged"; }, never, never, false, never>;
20
+ }
@@ -3,6 +3,7 @@ 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";
6
7
  export declare class SearchVenueComponent implements OnInit, AfterContentInit {
7
8
  private readonly locationService;
8
9
  control: AbstractControl;
@@ -26,12 +27,13 @@ export declare class SearchVenueComponent implements OnInit, AfterContentInit {
26
27
  ngOnInit(): void;
27
28
  onKeyDown(): void;
28
29
  onKeyUp(event: any): void;
29
- onFocus(): void;
30
- readonly displayedLocationsDuplicationFiltered: LocationByEPIMMSModel[];
30
+ get displayedLocationsDuplicationFiltered(): LocationByEPIMMSModel[];
31
31
  filter(term: string): void;
32
32
  onSelectionChange(selection?: LocationByEPIMMSModel): void;
33
33
  search(currentValue: string): void;
34
34
  getDisplayName(selectedLocation: LocationByEPIMMSModel): string;
35
35
  searchLocations(term: string): Observable<LocationByEPIMMSModel[]>;
36
36
  getControlCourtNameValue(): string;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<SearchVenueComponent, never>;
38
+ 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>;
37
39
  }