@onemrvapublic/design-system 1.0.0-beta.4 → 1.0.0-develop.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 (512) hide show
  1. package/README.md +9 -4
  2. package/assets/i18n/de.json +84 -12
  3. package/assets/i18n/en.json +78 -6
  4. package/assets/i18n/fr.json +79 -7
  5. package/assets/i18n/nl.json +84 -12
  6. package/fesm2022/onemrvapublic-design-system-flag-icon.mjs +49 -0
  7. package/fesm2022/onemrvapublic-design-system-flag-icon.mjs.map +1 -0
  8. package/fesm2022/onemrvapublic-design-system-layout.mjs +948 -0
  9. package/fesm2022/onemrvapublic-design-system-layout.mjs.map +1 -0
  10. package/fesm2022/onemrvapublic-design-system-mat-address.mjs +111 -0
  11. package/fesm2022/onemrvapublic-design-system-mat-address.mjs.map +1 -0
  12. package/fesm2022/onemrvapublic-design-system-mat-avatar.mjs +318 -0
  13. package/fesm2022/onemrvapublic-design-system-mat-avatar.mjs.map +1 -0
  14. package/fesm2022/onemrvapublic-design-system-mat-breadcrumb.mjs +125 -0
  15. package/fesm2022/onemrvapublic-design-system-mat-breadcrumb.mjs.map +1 -0
  16. package/fesm2022/onemrvapublic-design-system-mat-carousel.mjs +208 -0
  17. package/fesm2022/onemrvapublic-design-system-mat-carousel.mjs.map +1 -0
  18. package/fesm2022/onemrvapublic-design-system-mat-choice-chip.mjs +84 -0
  19. package/fesm2022/onemrvapublic-design-system-mat-choice-chip.mjs.map +1 -0
  20. package/fesm2022/onemrvapublic-design-system-mat-copy-to-clipboard.mjs +90 -0
  21. package/fesm2022/onemrvapublic-design-system-mat-copy-to-clipboard.mjs.map +1 -0
  22. package/fesm2022/onemrvapublic-design-system-mat-country-item.mjs +33 -0
  23. package/fesm2022/onemrvapublic-design-system-mat-country-item.mjs.map +1 -0
  24. package/fesm2022/onemrvapublic-design-system-mat-datepicker-header.mjs +211 -0
  25. package/fesm2022/onemrvapublic-design-system-mat-datepicker-header.mjs.map +1 -0
  26. package/fesm2022/onemrvapublic-design-system-mat-empty-row.mjs +42 -0
  27. package/fesm2022/onemrvapublic-design-system-mat-empty-row.mjs.map +1 -0
  28. package/fesm2022/onemrvapublic-design-system-mat-file-upload.mjs +810 -0
  29. package/fesm2022/onemrvapublic-design-system-mat-file-upload.mjs.map +1 -0
  30. package/fesm2022/onemrvapublic-design-system-mat-input-address.mjs +138 -0
  31. package/fesm2022/onemrvapublic-design-system-mat-input-address.mjs.map +1 -0
  32. package/fesm2022/onemrvapublic-design-system-mat-input-birthplace.mjs +135 -0
  33. package/fesm2022/onemrvapublic-design-system-mat-input-birthplace.mjs.map +1 -0
  34. package/fesm2022/onemrvapublic-design-system-mat-input-country.mjs +98 -0
  35. package/fesm2022/onemrvapublic-design-system-mat-input-country.mjs.map +1 -0
  36. package/fesm2022/onemrvapublic-design-system-mat-input-enterprise-number.mjs +189 -0
  37. package/fesm2022/onemrvapublic-design-system-mat-input-enterprise-number.mjs.map +1 -0
  38. package/fesm2022/onemrvapublic-design-system-mat-input-iban.mjs +308 -0
  39. package/fesm2022/onemrvapublic-design-system-mat-input-iban.mjs.map +1 -0
  40. package/fesm2022/onemrvapublic-design-system-mat-input-phone.mjs +295 -0
  41. package/fesm2022/onemrvapublic-design-system-mat-input-phone.mjs.map +1 -0
  42. package/fesm2022/onemrvapublic-design-system-mat-message-box.mjs +210 -0
  43. package/fesm2022/onemrvapublic-design-system-mat-message-box.mjs.map +1 -0
  44. package/fesm2022/onemrvapublic-design-system-mat-multi-select.mjs +225 -0
  45. package/fesm2022/onemrvapublic-design-system-mat-multi-select.mjs.map +1 -0
  46. package/fesm2022/onemrvapublic-design-system-mat-navigation.mjs +169 -0
  47. package/fesm2022/onemrvapublic-design-system-mat-navigation.mjs.map +1 -0
  48. package/fesm2022/onemrvapublic-design-system-mat-notification.mjs +103 -0
  49. package/fesm2022/onemrvapublic-design-system-mat-notification.mjs.map +1 -0
  50. package/fesm2022/onemrvapublic-design-system-mat-paginator.mjs +269 -0
  51. package/fesm2022/onemrvapublic-design-system-mat-paginator.mjs.map +1 -0
  52. package/fesm2022/onemrvapublic-design-system-mat-panel.mjs +185 -0
  53. package/fesm2022/onemrvapublic-design-system-mat-panel.mjs.map +1 -0
  54. package/fesm2022/onemrvapublic-design-system-mat-pop-over.mjs +118 -0
  55. package/fesm2022/onemrvapublic-design-system-mat-pop-over.mjs.map +1 -0
  56. package/fesm2022/onemrvapublic-design-system-mat-progress-bar.mjs +52 -0
  57. package/fesm2022/onemrvapublic-design-system-mat-progress-bar.mjs.map +1 -0
  58. package/fesm2022/onemrvapublic-design-system-mat-select-search.mjs +612 -0
  59. package/fesm2022/onemrvapublic-design-system-mat-select-search.mjs.map +1 -0
  60. package/fesm2022/onemrvapublic-design-system-mat-selectable-box.mjs +96 -0
  61. package/fesm2022/onemrvapublic-design-system-mat-selectable-box.mjs.map +1 -0
  62. package/fesm2022/onemrvapublic-design-system-mat-side-menu.mjs +72 -0
  63. package/fesm2022/onemrvapublic-design-system-mat-side-menu.mjs.map +1 -0
  64. package/fesm2022/onemrvapublic-design-system-mat-skeleton.mjs +241 -0
  65. package/fesm2022/onemrvapublic-design-system-mat-skeleton.mjs.map +1 -0
  66. package/fesm2022/onemrvapublic-design-system-mat-spinner.mjs +65 -0
  67. package/fesm2022/onemrvapublic-design-system-mat-spinner.mjs.map +1 -0
  68. package/fesm2022/onemrvapublic-design-system-mat-stepper.mjs +146 -0
  69. package/fesm2022/onemrvapublic-design-system-mat-stepper.mjs.map +1 -0
  70. package/fesm2022/onemrvapublic-design-system-mat-sticker.mjs +36 -0
  71. package/fesm2022/onemrvapublic-design-system-mat-sticker.mjs.map +1 -0
  72. package/fesm2022/onemrvapublic-design-system-mat-table-of-content.mjs +232 -0
  73. package/fesm2022/onemrvapublic-design-system-mat-table-of-content.mjs.map +1 -0
  74. package/fesm2022/onemrvapublic-design-system-mat-task-list.mjs +170 -0
  75. package/fesm2022/onemrvapublic-design-system-mat-task-list.mjs.map +1 -0
  76. package/fesm2022/onemrvapublic-design-system-mat-timepicker.mjs +1363 -0
  77. package/fesm2022/onemrvapublic-design-system-mat-timepicker.mjs.map +1 -0
  78. package/fesm2022/onemrvapublic-design-system-mat-toast.mjs +73 -0
  79. package/fesm2022/onemrvapublic-design-system-mat-toast.mjs.map +1 -0
  80. package/fesm2022/onemrvapublic-design-system-mat-tooltip.mjs +166 -0
  81. package/fesm2022/onemrvapublic-design-system-mat-tooltip.mjs.map +1 -0
  82. package/fesm2022/onemrvapublic-design-system-page-error.mjs +80 -0
  83. package/fesm2022/onemrvapublic-design-system-page-error.mjs.map +1 -0
  84. package/fesm2022/onemrvapublic-design-system-page-not-found.mjs +211 -0
  85. package/fesm2022/onemrvapublic-design-system-page-not-found.mjs.map +1 -0
  86. package/fesm2022/onemrvapublic-design-system-shared.mjs +2188 -0
  87. package/fesm2022/onemrvapublic-design-system-shared.mjs.map +1 -0
  88. package/fesm2022/onemrvapublic-design-system-utils.mjs +35 -0
  89. package/fesm2022/onemrvapublic-design-system-utils.mjs.map +1 -0
  90. package/fesm2022/onemrvapublic-design-system.mjs +10573 -0
  91. package/fesm2022/onemrvapublic-design-system.mjs.map +1 -0
  92. package/flag-icon/index.d.ts +18 -0
  93. package/flag-icon/src/flag-icon.component.scss +12 -0
  94. package/index.d.ts +3140 -0
  95. package/layout/index.d.ts +293 -0
  96. package/layout/src/components/layout/layout.component.scss +90 -80
  97. package/layout/src/components/layout-drawer-actions/layout-drawer-actions.component.scss +3 -2
  98. package/layout/src/components/layout-drawer-content/layout-drawer-content.component.scss +9 -0
  99. package/layout/src/components/layout-drawer-title/layout-drawer-title.component.scss +9 -5
  100. package/layout/src/components/layout-left-sidenav/layout-left-sidenav.component.scss +5 -0
  101. package/layout/src/components/layout-sidenav/layout-sidenav.component.scss +43 -0
  102. package/layout/src/index.scss +0 -1
  103. package/mat-address/index.d.ts +36 -0
  104. package/mat-address/src/onemrva-address.scss +14 -0
  105. package/mat-avatar/index.d.ts +187 -0
  106. package/mat-avatar/src/onemrva-mat-avatar.component.scss +79 -123
  107. package/mat-breadcrumb/index.d.ts +40 -0
  108. package/mat-breadcrumb/src/onemrva-mat-breadcrumb.component.scss +39 -53
  109. package/mat-carousel/index.d.ts +52 -0
  110. package/mat-carousel/src/mat-carousel-item/onemrva-mat-carousel-item.component.scss +10 -0
  111. package/mat-carousel/src/onemrva-mat-carousel.component.scss +38 -45
  112. package/mat-choice-chip/index.d.ts +20 -0
  113. package/mat-choice-chip/src/onemrva-mat-choice-chip.component.scss +83 -0
  114. package/mat-copy-to-clipboard/index.d.ts +26 -0
  115. package/mat-country-item/index.d.ts +10 -0
  116. package/{mat-input-birthplace/src/country-item.component.scss → mat-country-item/src/onemrva-mat-country-item.component.scss} +6 -1
  117. package/mat-datepicker-header/index.d.ts +44 -0
  118. package/mat-datepicker-header/src/onemrva-mat-datepicker-header.component.scss +8 -0
  119. package/mat-empty-row/index.d.ts +19 -0
  120. package/mat-empty-row/src/onemrva-mat-empty-row.component.scss +29 -0
  121. package/mat-file-upload/index.d.ts +301 -0
  122. package/mat-file-upload/src/components/onemrva-mat-file-panel/onemrva-file-panel.component.scss +48 -16
  123. package/mat-file-upload/src/components/onemrva-mat-file-upload/onemrva-mat-file-upload.component.scss +72 -218
  124. package/mat-input-address/index.d.ts +32 -0
  125. package/mat-input-address/src/onemrva-mat-input-address.component.scss +8 -0
  126. package/mat-input-birthplace/index.d.ts +36 -0
  127. package/mat-input-birthplace/src/onemrva-mat-input-birthplace.component.scss +4 -2
  128. package/mat-input-country/index.d.ts +32 -0
  129. package/mat-input-country/src/onemrva-mat-input-country.component.scss +13 -0
  130. package/mat-input-enterprise-number/index.d.ts +37 -0
  131. package/mat-input-enterprise-number/src/onemrva-mat-input-enterprise-number.component.scss +7 -0
  132. package/mat-input-iban/index.d.ts +79 -0
  133. package/mat-input-iban/src/onemrva-mat-input-iban.component.scss +10 -0
  134. package/mat-input-phone/index.d.ts +44 -0
  135. package/mat-message-box/index.d.ts +101 -0
  136. package/mat-message-box/src/onemrva-mat-message-box.component.scss +13 -65
  137. package/mat-multi-select/index.d.ts +57 -0
  138. package/mat-multi-select/src/onemrva-mat-multi-select.component.scss +35 -0
  139. package/mat-navigation/index.d.ts +54 -0
  140. package/mat-navigation/src/mat-navigation-item/onemrva-mat-navigation-item.component.scss +66 -0
  141. package/mat-navigation/src/onemrva-mat-navigation.component.scss +36 -0
  142. package/mat-notification/index.d.ts +43 -0
  143. package/mat-notification/src/onemrva-mat-notification.component.scss +26 -0
  144. package/mat-paginator/index.d.ts +58 -0
  145. package/mat-paginator/src/onemrva-mat-paginator.component.scss +146 -0
  146. package/mat-panel/index.d.ts +66 -0
  147. package/mat-panel/src/mat-expansion-panel-header-arrow-divider.scss +11 -0
  148. package/mat-panel/src/onemrva-mat-panel-content.scss +8 -0
  149. package/mat-panel/src/onemrva-mat-panel-icon.scss +7 -0
  150. package/mat-panel/src/onemrva-mat-panel-title.scss +13 -0
  151. package/mat-panel/src/onemrva-mat-panel.component.scss +75 -82
  152. package/mat-pop-over/index.d.ts +40 -0
  153. package/mat-pop-over/src/onemrva-mat-pop-over.component.scss +11 -11
  154. package/mat-progress-bar/index.d.ts +18 -0
  155. package/mat-progress-bar/src/onemrva-mat-progress-bar.component.scss +26 -0
  156. package/mat-select-search/index.d.ts +197 -0
  157. package/mat-select-search/src/mat-select-search.component.scss +62 -109
  158. package/mat-selectable-box/index.d.ts +29 -0
  159. package/mat-selectable-box/src/onemrva-mat-selectable-box.component.scss +68 -90
  160. package/mat-side-menu/index.d.ts +33 -0
  161. package/mat-side-menu/src/onemrva-mat-side-menu.component.scss +36 -38
  162. package/mat-skeleton/index.d.ts +100 -0
  163. package/mat-skeleton/src/onemrva-mat-skeleton.component.scss +10 -59
  164. package/mat-spinner/index.d.ts +25 -0
  165. package/mat-spinner/src/onemrva-mat-spinner.component.scss +21 -0
  166. package/mat-stepper/index.d.ts +36 -0
  167. package/mat-stepper/src/onemrva-mat-stepper.scss +40 -105
  168. package/mat-sticker/index.d.ts +14 -0
  169. package/mat-sticker/src/onemrva-mat-sticker.component.scss +26 -63
  170. package/mat-table-of-content/index.d.ts +84 -0
  171. package/mat-table-of-content/src/onemrva-mat-table-of-content.component.scss +57 -0
  172. package/mat-task-list/index.d.ts +57 -0
  173. package/mat-task-list/src/onemrva-mat-task-content.scss +11 -0
  174. package/mat-task-list/src/onemrva-mat-task-list.component.scss +0 -150
  175. package/mat-task-list/src/onemrva-mat-task-title.scss +16 -0
  176. package/mat-task-list/src/onemrva-mat-task.component.scss +67 -0
  177. package/mat-timepicker/index.d.ts +386 -0
  178. package/mat-timepicker/src/clock/clock.component.scss +13 -7
  179. package/mat-timepicker/src/timepicker-dialog/timepicker-dialog.component.scss +2 -7
  180. package/mat-toast/index.d.ts +30 -0
  181. package/mat-toast/src/onemrva-mat-toast.component.scss +7 -49
  182. package/mat-tooltip/index.d.ts +39 -0
  183. package/mat-tooltip/src/onemrva-mat-tooltip.component.scss +8 -5
  184. package/package.json +196 -26
  185. package/page-error/index.d.ts +34 -0
  186. package/page-error/src/page-error.component.scss +25 -0
  187. package/page-not-found/index.d.ts +54 -0
  188. package/page-not-found/src/page-not-found-mixin.component.scss +1 -1
  189. package/page-not-found/src/page-not-found.component.scss +2 -2
  190. package/shared/index.d.ts +541 -0
  191. package/utils/index.d.ts +32 -0
  192. package/.eslintrc.json +0 -33
  193. package/_index.scss +0 -34
  194. package/_utils.scss +0 -30
  195. package/core/index.ts +0 -3
  196. package/core/ng-package.json +0 -6
  197. package/core/src/lib/core.module.ts +0 -26
  198. package/core/src/lib/modules/index.ts +0 -1
  199. package/core/src/lib/modules/translate.loader.ts +0 -34
  200. package/core/src/lib/modules/translate.module.ts +0 -66
  201. package/core/src/lib/services/index.ts +0 -2
  202. package/core/src/lib/services/onemrva-error-handler.service.ts +0 -24
  203. package/core/src/lib/services/onemrva-missing-translation.service.ts +0 -12
  204. package/core/src/test.ts +0 -30
  205. package/layout/index.ts +0 -7
  206. package/layout/ng-package.json +0 -6
  207. package/layout/src/components/index.ts +0 -37
  208. package/layout/src/components/layout/_layout-mixin.component.scss +0 -189
  209. package/layout/src/components/layout/layout.component.html +0 -213
  210. package/layout/src/components/layout/layout.component.spec.ts +0 -59
  211. package/layout/src/components/layout/layout.component.ts +0 -185
  212. package/layout/src/components/layout-after-nav/layout-after-nav.component.spec.ts +0 -24
  213. package/layout/src/components/layout-after-nav/layout-after-nav.component.ts +0 -24
  214. package/layout/src/components/layout-content/layout-content.component.spec.ts +0 -24
  215. package/layout/src/components/layout-content/layout-content.component.ts +0 -24
  216. package/layout/src/components/layout-drawer-actions/layout-drawer-actions.component.html +0 -1
  217. package/layout/src/components/layout-drawer-actions/layout-drawer-actions.component.ts +0 -14
  218. package/layout/src/components/layout-drawer-content/layout-drawer-content.component.html +0 -1
  219. package/layout/src/components/layout-drawer-content/layout-drawer-content.component.ts +0 -14
  220. package/layout/src/components/layout-drawer-title/layout-drawer-title.component.html +0 -7
  221. package/layout/src/components/layout-drawer-title/layout-drawer-title.component.ts +0 -18
  222. package/layout/src/components/layout-footer/layout-footer.component.ts +0 -11
  223. package/layout/src/components/layout-login-menu/layout-login-menu.component.spec.ts +0 -24
  224. package/layout/src/components/layout-login-menu/layout-login-menu.component.ts +0 -24
  225. package/layout/src/components/layout-route/layout-route.component.html +0 -64
  226. package/layout/src/components/layout-route/layout-route.component.spec.ts +0 -24
  227. package/layout/src/components/layout-route/layout-route.component.ts +0 -57
  228. package/layout/src/components/layout-sidenav/layout-sidenav.component.html +0 -104
  229. package/layout/src/components/layout-sidenav/layout-sidenav.component.ts +0 -88
  230. package/layout/src/components/layout-sidenav-title/layout-sidenav-title.component.ts +0 -9
  231. package/layout/src/components/layout-subroute/layout-subroute.component.html +0 -43
  232. package/layout/src/components/layout-subroute/layout-subroute.component.spec.ts +0 -24
  233. package/layout/src/components/layout-subroute/layout-subroute.component.ts +0 -62
  234. package/layout/src/components/layout-title/layout-title.component.spec.ts +0 -24
  235. package/layout/src/components/layout-title/layout-title.component.ts +0 -24
  236. package/layout/src/decorators/coerce-boolean-input.decorator.ts +0 -19
  237. package/layout/src/decorators/observable-content.decorator.ts +0 -13
  238. package/layout/src/directives/drawer-host.directive.ts +0 -42
  239. package/layout/src/enums/environment.enum.ts +0 -6
  240. package/layout/src/layout.module.ts +0 -47
  241. package/layout/src/models/onem-language.model.ts +0 -4
  242. package/layout/src/models/onemrva-profile.model.ts +0 -57
  243. package/layout/src/services/drawer.service.ts +0 -30
  244. package/layout/src/striphtml.pipe.ts +0 -10
  245. package/layout/src/test.ts +0 -31
  246. package/mat-avatar/index.ts +0 -2
  247. package/mat-avatar/ng-package.json +0 -6
  248. package/mat-avatar/src/onemrva-mat-avatar.component.html +0 -21
  249. package/mat-avatar/src/onemrva-mat-avatar.component.ts +0 -421
  250. package/mat-avatar/src/onemrva-mat-avatar.module.ts +0 -11
  251. package/mat-avatar/src/onemrva-mat.avatar.component.spec.ts +0 -54
  252. package/mat-badge/index.ts +0 -6
  253. package/mat-badge/ng-package.json +0 -6
  254. package/mat-badge/src/onemrva-mat-badge.component.scss +0 -157
  255. package/mat-badge/src/onemrva-mat-badge.component.ts +0 -331
  256. package/mat-badge/src/onemrva-mat-badge.module.ts +0 -8
  257. package/mat-breadcrumb/index.ts +0 -7
  258. package/mat-breadcrumb/ng-package.json +0 -6
  259. package/mat-breadcrumb/src/onemrva-mat-breadcrumb.component.html +0 -37
  260. package/mat-breadcrumb/src/onemrva-mat-breadcrumb.component.ts +0 -16
  261. package/mat-breadcrumb/src/onemrva-mat-breadcrumb.model.ts +0 -4
  262. package/mat-breadcrumb/src/onemrva-mat-breadcrumb.module.ts +0 -12
  263. package/mat-breadcrumb/src/onemrva-mat-breadcrumb.service.ts +0 -65
  264. package/mat-carousel/index.ts +0 -2
  265. package/mat-carousel/ng-package.json +0 -6
  266. package/mat-carousel/src/mat-carousel-item/onemrva-mat-carousel-item.component.html +0 -5
  267. package/mat-carousel/src/mat-carousel-item/onemrva-mat-carousel-item.component.ts +0 -27
  268. package/mat-carousel/src/onemrva-mat-carousel-item.directive.ts +0 -8
  269. package/mat-carousel/src/onemrva-mat-carousel.component.html +0 -43
  270. package/mat-carousel/src/onemrva-mat-carousel.component.ts +0 -160
  271. package/mat-copy-to-clipboard/index.ts +0 -1
  272. package/mat-copy-to-clipboard/ng-package.json +0 -6
  273. package/mat-copy-to-clipboard/src/components/copy-to-clipboard.component.html +0 -14
  274. package/mat-copy-to-clipboard/src/components/copy-to-clipboard.component.ts +0 -76
  275. package/mat-datepicker-header/index.ts +0 -5
  276. package/mat-datepicker-header/ng-package.json +0 -6
  277. package/mat-datepicker-header/src/_onemrva-mat-datepicker-header.component.scss +0 -12
  278. package/mat-datepicker-header/src/onemrva-mat-datepicker-header.component.html +0 -54
  279. package/mat-datepicker-header/src/onemrva-mat-datepicker-header.component.ts +0 -283
  280. package/mat-file-upload/index.ts +0 -11
  281. package/mat-file-upload/ng-package.json +0 -6
  282. package/mat-file-upload/src/components/index.ts +0 -10
  283. package/mat-file-upload/src/components/onemrva-mat-file-panel/onemrva-file-panel.component.html +0 -59
  284. package/mat-file-upload/src/components/onemrva-mat-file-panel/onemrva-file-panel.component.ts +0 -79
  285. package/mat-file-upload/src/components/onemrva-mat-file-upload/onemrva-mat-file-upload.component.html +0 -58
  286. package/mat-file-upload/src/components/onemrva-mat-file-upload/onemrva-mat-file-upload.component.ts +0 -209
  287. package/mat-file-upload/src/directives/dnd.directive.ts +0 -41
  288. package/mat-file-upload/src/models/action-config.model.ts +0 -10
  289. package/mat-file-upload/src/models/progress-file.model.ts +0 -94
  290. package/mat-file-upload/src/onemrva-mat-file-upload-itf.store.ts +0 -79
  291. package/mat-file-upload/src/onemrva-mat-file-upload.module.ts +0 -28
  292. package/mat-file-upload/src/onemrva-mat-file-upload.service.ts +0 -68
  293. package/mat-file-upload/src/onemrva-mat-file-upload.store.ts +0 -482
  294. package/mat-input-bank-account/index.ts +0 -5
  295. package/mat-input-bank-account/ng-package.json +0 -6
  296. package/mat-input-bank-account/src/bank-account.component.html +0 -36
  297. package/mat-input-bank-account/src/bank-account.component.scss +0 -42
  298. package/mat-input-bank-account/src/bank-account.component.ts +0 -308
  299. package/mat-input-bank-account/src/onemrva-mat-input-bank-account.component.html +0 -11
  300. package/mat-input-bank-account/src/onemrva-mat-input-bank-account.component.scss +0 -14
  301. package/mat-input-bank-account/src/onemrva-mat-input-bank-account.component.ts +0 -82
  302. package/mat-input-birthplace/index.ts +0 -5
  303. package/mat-input-birthplace/ng-package.json +0 -6
  304. package/mat-input-birthplace/src/country-item.component.html +0 -8
  305. package/mat-input-birthplace/src/country-item.component.ts +0 -33
  306. package/mat-input-birthplace/src/onemrva-mat-input-birthplace.component.html +0 -28
  307. package/mat-input-birthplace/src/onemrva-mat-input-birthplace.component.ts +0 -129
  308. package/mat-input-country/index.ts +0 -6
  309. package/mat-input-country/ng-package.json +0 -6
  310. package/mat-input-country/src/countries.ts +0 -3198
  311. package/mat-input-country/src/onemrva-mat-input-country.component.html +0 -25
  312. package/mat-input-country/src/onemrva-mat-input-country.component.ts +0 -152
  313. package/mat-input-enterprise-number/index.ts +0 -5
  314. package/mat-input-enterprise-number/ng-package.json +0 -6
  315. package/mat-input-enterprise-number/src/onemrva-mat-input-enterprise-number.component.html +0 -42
  316. package/mat-input-enterprise-number/src/onemrva-mat-input-enterprise-number.component.ts +0 -212
  317. package/mat-input-phone/index.ts +0 -6
  318. package/mat-input-phone/ng-package.json +0 -6
  319. package/mat-input-phone/src/onemrva-mat-input-phone.component.html +0 -47
  320. package/mat-input-phone/src/onemrva-mat-input-phone.component.ts +0 -274
  321. package/mat-input-phone/src/phone-number.directive.ts +0 -46
  322. package/mat-message-box/index.ts +0 -2
  323. package/mat-message-box/ng-package.json +0 -6
  324. package/mat-message-box/src/onemrva-mat-message-box.component.html +0 -3
  325. package/mat-message-box/src/onemrva-mat-message-box.component.ts +0 -172
  326. package/mat-message-box/src/onemrva-mat-message-box.module.ts +0 -12
  327. package/mat-multi-select/index.ts +0 -2
  328. package/mat-multi-select/ng-package.json +0 -6
  329. package/mat-multi-select/src/_onemrva-mat-multi-select.component.scss +0 -66
  330. package/mat-multi-select/src/onemrva-mat-multi-select.component.html +0 -44
  331. package/mat-multi-select/src/onemrva-mat-multi-select.component.ts +0 -194
  332. package/mat-multi-select/src/onemrva-mat-multi-select.module.ts +0 -27
  333. package/mat-multi-select/src/onemrva-mat-select-counter.component.ts +0 -0
  334. package/mat-notification/index.ts +0 -1
  335. package/mat-notification/ng-package.json +0 -6
  336. package/mat-notification/src/_onemrva-mat-notification.component.scss +0 -102
  337. package/mat-notification/src/onemrva-mat-notification.component.html +0 -15
  338. package/mat-notification/src/onemrva-mat-notification.component.ts +0 -158
  339. package/mat-paginator/index.ts +0 -6
  340. package/mat-paginator/ng-package.json +0 -6
  341. package/mat-paginator/src/_onemrva-mat-paginator.component.scss +0 -122
  342. package/mat-paginator/src/onemrva-mat-paginator.component.html +0 -108
  343. package/mat-paginator/src/onemrva-mat-paginator.component.spec.ts +0 -184
  344. package/mat-paginator/src/onemrva-mat-paginator.component.ts +0 -216
  345. package/mat-paginator/src/onemrva-mat-paginator.module.ts +0 -21
  346. package/mat-panel/index.ts +0 -6
  347. package/mat-panel/ng-package.json +0 -6
  348. package/mat-panel/src/onemrva-mat-panel-content.component.ts +0 -11
  349. package/mat-panel/src/onemrva-mat-panel-content.html +0 -5
  350. package/mat-panel/src/onemrva-mat-panel-icon.component.ts +0 -11
  351. package/mat-panel/src/onemrva-mat-panel-icon.html +0 -5
  352. package/mat-panel/src/onemrva-mat-panel-title-action.component.ts +0 -11
  353. package/mat-panel/src/onemrva-mat-panel-title-action.html +0 -5
  354. package/mat-panel/src/onemrva-mat-panel-title.component.ts +0 -29
  355. package/mat-panel/src/onemrva-mat-panel-title.html +0 -8
  356. package/mat-panel/src/onemrva-mat-panel.component.html +0 -10
  357. package/mat-panel/src/onemrva-mat-panel.component.ts +0 -122
  358. package/mat-panel/src/onemrva-mat-panel.module.ts +0 -26
  359. package/mat-pop-over/index.ts +0 -4
  360. package/mat-pop-over/ng-package.json +0 -6
  361. package/mat-pop-over/src/onemrva-mat-pop-over-content.component.ts +0 -13
  362. package/mat-pop-over/src/onemrva-mat-pop-over-trigger.component.ts +0 -13
  363. package/mat-pop-over/src/onemrva-mat-pop-over.component.html +0 -29
  364. package/mat-pop-over/src/onemrva-mat-pop-over.component.ts +0 -46
  365. package/mat-pop-over/src/onemrva-mat-pop-over.module.ts +0 -19
  366. package/mat-progress-bar/index.ts +0 -1
  367. package/mat-progress-bar/ng-package.json +0 -6
  368. package/mat-progress-bar/src/_onemrva-mat-progress-bar-mixin.component.scss +0 -37
  369. package/mat-progress-bar/src/onemrva-mat-progress-bar.component.html +0 -13
  370. package/mat-progress-bar/src/onemrva-mat-progress-bar.component.ts +0 -27
  371. package/mat-select-search/index.ts +0 -3
  372. package/mat-select-search/ng-package.json +0 -6
  373. package/mat-select-search/src/default-options.ts +0 -48
  374. package/mat-select-search/src/mat-select-no-entries-found.directive.ts +0 -15
  375. package/mat-select-search/src/mat-select-search-clear.directive.ts +0 -13
  376. package/mat-select-search/src/mat-select-search.component.html +0 -82
  377. package/mat-select-search/src/mat-select-search.component.spec.ts +0 -790
  378. package/mat-select-search/src/mat-select-search.component.ts +0 -705
  379. package/mat-select-search/src/mat-select-search.module.ts +0 -52
  380. package/mat-selectable-box/index.ts +0 -6
  381. package/mat-selectable-box/ng-package.json +0 -6
  382. package/mat-selectable-box/src/onemrva-mat-selectable-box.component.ts +0 -99
  383. package/mat-selectable-box/src/onemrva-mat-selectable-box.module.ts +0 -30
  384. package/mat-side-menu/index.ts +0 -6
  385. package/mat-side-menu/ng-package.json +0 -6
  386. package/mat-side-menu/src/onemrva-mat-side-menu.component.html +0 -36
  387. package/mat-side-menu/src/onemrva-mat-side-menu.component.spec.ts +0 -66
  388. package/mat-side-menu/src/onemrva-mat-side-menu.component.ts +0 -58
  389. package/mat-side-menu/src/onemrva-mat-side-menu.module.ts +0 -14
  390. package/mat-skeleton/index.ts +0 -3
  391. package/mat-skeleton/ng-package.json +0 -6
  392. package/mat-skeleton/src/onemrva-mat-skeleton-enums.ts +0 -32
  393. package/mat-skeleton/src/onemrva-mat-skeleton.component.html +0 -14
  394. package/mat-skeleton/src/onemrva-mat-skeleton.component.ts +0 -187
  395. package/mat-skeleton/src/onemrva-mat-skeleton.module.ts +0 -10
  396. package/mat-spinner/index.ts +0 -7
  397. package/mat-spinner/ng-package.json +0 -6
  398. package/mat-spinner/src/_onemrva-mat-spinner.component.scss +0 -151
  399. package/mat-spinner/src/onemrva-mat-loading.directive.ts +0 -41
  400. package/mat-spinner/src/onemrva-mat-spinner.component.html +0 -2138
  401. package/mat-spinner/src/onemrva-mat-spinner.component.ts +0 -52
  402. package/mat-spinner/src/onemrva-mat-spinner.module.ts +0 -10
  403. package/mat-stepper/index.ts +0 -6
  404. package/mat-stepper/ng-package.json +0 -6
  405. package/mat-stepper/src/_stepper-variables.scss +0 -29
  406. package/mat-stepper/src/onemrva-mat-stepper.component.spec.ts +0 -22
  407. package/mat-stepper/src/onemrva-mat-stepper.component.ts +0 -57
  408. package/mat-stepper/src/onemrva-mat-stepper.html +0 -61
  409. package/mat-stepper/src/onemrva-mat-stepper.module.ts +0 -24
  410. package/mat-stepper/src/onemrva-stepper-animations.ts +0 -42
  411. package/mat-sticker/index.ts +0 -6
  412. package/mat-sticker/ng-package.json +0 -6
  413. package/mat-sticker/src/onemrva-mat-sticker.component.spec.ts +0 -16
  414. package/mat-sticker/src/onemrva-mat-sticker.component.ts +0 -58
  415. package/mat-sticker/src/onemrva-mat-sticker.module.ts +0 -10
  416. package/mat-table-of-content/index.ts +0 -8
  417. package/mat-table-of-content/ng-package.json +0 -6
  418. package/mat-table-of-content/src/_onemrva-mat-table-of-content.component.scss +0 -79
  419. package/mat-table-of-content/src/onemrva-mat-table-of-content.component.html +0 -23
  420. package/mat-table-of-content/src/onemrva-mat-table-of-content.component.ts +0 -126
  421. package/mat-table-of-content/src/onemrva-mat-table-of-content.directive.ts +0 -67
  422. package/mat-table-of-content/src/onemrva-mat-table-of-content.service.ts +0 -51
  423. package/mat-table-of-content/src/onemrva-mat-toc-anchor.model.ts +0 -24
  424. package/mat-task-list/index.ts +0 -5
  425. package/mat-task-list/ng-package.json +0 -6
  426. package/mat-task-list/src/onemrva-mat-task-content.component.ts +0 -11
  427. package/mat-task-list/src/onemrva-mat-task-content.html +0 -5
  428. package/mat-task-list/src/onemrva-mat-task-list.component.html +0 -1
  429. package/mat-task-list/src/onemrva-mat-task-list.component.ts +0 -39
  430. package/mat-task-list/src/onemrva-mat-task-list.module.ts +0 -31
  431. package/mat-task-list/src/onemrva-mat-task-title.component.ts +0 -24
  432. package/mat-task-list/src/onemrva-mat-task-title.html +0 -5
  433. package/mat-task-list/src/onemrva-mat-task.component.html +0 -23
  434. package/mat-task-list/src/onemrva-mat-task.component.ts +0 -121
  435. package/mat-timepicker/index.ts +0 -6
  436. package/mat-timepicker/ng-package.json +0 -6
  437. package/mat-timepicker/src/clock/clock.component.html +0 -109
  438. package/mat-timepicker/src/clock/clock.component.spec.ts +0 -38
  439. package/mat-timepicker/src/clock/clock.component.ts +0 -274
  440. package/mat-timepicker/src/interfaces-and-types.ts +0 -18
  441. package/mat-timepicker/src/onemrva-mat-timepicker.component.html +0 -0
  442. package/mat-timepicker/src/onemrva-mat-timepicker.component.ts +0 -300
  443. package/mat-timepicker/src/onemrva-mat-timepicker.module.ts +0 -40
  444. package/mat-timepicker/src/timepicker-dialog/timepicker-dialog.component.html +0 -53
  445. package/mat-timepicker/src/timepicker-dialog/timepicker-dialog.component.spec.ts +0 -41
  446. package/mat-timepicker/src/timepicker-dialog/timepicker-dialog.component.ts +0 -176
  447. package/mat-timepicker/src/timepicker-toggle/timepicker-toggle.component.html +0 -15
  448. package/mat-timepicker/src/timepicker-toggle/timepicker-toggle.component.ts +0 -140
  449. package/mat-timepicker/src/timepicker.directive.ts +0 -596
  450. package/mat-timepicker/src/util.ts +0 -109
  451. package/mat-toast/index.ts +0 -6
  452. package/mat-toast/ng-package.json +0 -6
  453. package/mat-toast/src/onemrva-mat-toast.component.ts +0 -36
  454. package/mat-toast/src/onemrva-mat-toast.module.ts +0 -11
  455. package/mat-tooltip/index.ts +0 -4
  456. package/mat-tooltip/ng-package.json +0 -6
  457. package/mat-tooltip/src/onemrva-mat-tooltip.component.ts +0 -21
  458. package/mat-tooltip/src/onemrva-mat-tooltip.directive.ts +0 -123
  459. package/mat-tooltip/src/onemrva-mat-tooltip.module.ts +0 -11
  460. package/ng-package.json +0 -25
  461. package/npm-shrinkwrap.json +0 -30
  462. package/page-not-found/index.ts +0 -5
  463. package/page-not-found/ng-package.json +0 -6
  464. package/page-not-found/src/page-not-found-action.component.ts +0 -9
  465. package/page-not-found/src/page-not-found-extra.component.ts +0 -9
  466. package/page-not-found/src/page-not-found-invader.component.ts +0 -93
  467. package/page-not-found/src/page-not-found.component.html +0 -47
  468. package/page-not-found/src/page-not-found.component.ts +0 -60
  469. package/page-not-found/src/page-not-found.module.ts +0 -24
  470. package/shared/index.ts +0 -17
  471. package/shared/ng-package.json +0 -6
  472. package/shared/src/lib/OnemrvaDateAdapter.ts +0 -78
  473. package/shared/src/lib/components/clipboard-icon/clipboard-icon.component.css +0 -0
  474. package/shared/src/lib/components/clipboard-icon/clipboard-icon.component.html +0 -1
  475. package/shared/src/lib/components/clipboard-icon/clipboard-icon.component.spec.ts +0 -21
  476. package/shared/src/lib/components/clipboard-icon/clipboard-icon.component.ts +0 -18
  477. package/shared/src/lib/containers/WebComponentOverlayContainer.ts +0 -90
  478. package/shared/src/lib/containers/index.ts +0 -1
  479. package/shared/src/lib/date.format.ts +0 -11
  480. package/shared/src/lib/directives/clipboard.directive.ts +0 -52
  481. package/shared/src/lib/directives/color.directive.ts +0 -46
  482. package/shared/src/lib/directives/digit-only.directive.ts +0 -46
  483. package/shared/src/lib/directives/if-width-is.directive.ts +0 -39
  484. package/shared/src/lib/directives/index.ts +0 -22
  485. package/shared/src/lib/directives/mask.directive.ts +0 -223
  486. package/shared/src/lib/directives/mat-row-clickable.directive.ts +0 -66
  487. package/shared/src/lib/interfaces/OnemRvaCommonCountry.interface.ts +0 -23
  488. package/shared/src/lib/interfaces/index.ts +0 -1
  489. package/shared/src/lib/pipes/index.ts +0 -2
  490. package/shared/src/lib/pipes/onemrva-bce.pipe.ts +0 -18
  491. package/shared/src/lib/pipes/onemrva-niss.pipe.ts +0 -18
  492. package/shared/src/lib/services/commonCountryLookup.service.ts +0 -50
  493. package/shared/src/lib/services/index.ts +0 -1
  494. package/shared/src/lib/shared.datepicker.module.ts +0 -60
  495. package/shared/src/lib/shared.module.ts +0 -10
  496. package/shared/src/lib/validators/bankAccountValidator.utils.ts +0 -61
  497. package/shared/src/lib/validators/onemrva-validators.spec.ts +0 -79
  498. package/shared/src/lib/validators/onemrva-validators.ts +0 -97
  499. package/shared/src/onemrva-validators.spec.ts +0 -14
  500. package/src/polyfills.ts +0 -52
  501. package/src/public-api.spec.ts +0 -7
  502. package/src/public-api.ts +0 -5
  503. package/tsconfig.lib.json +0 -12
  504. package/tsconfig.lib.prod.json +0 -10
  505. package/tsconfig.spec.json +0 -10
  506. package/utils/index.ts +0 -2
  507. package/utils/ng-package.json +0 -6
  508. package/utils/src/enum.utils.ts +0 -8
  509. package/utils/src/enums/color.enum.ts +0 -14
  510. package/utils/src/enums/index.ts +0 -2
  511. package/utils/src/enums/size.enum.ts +0 -11
  512. /package/{assets/.gitkeep → mat-navigation/src/mat-navigation-tree/onemrva-mat-navigation-tree.component.scss} +0 -0
package/index.d.ts ADDED
@@ -0,0 +1,3140 @@
1
+ import * as i0 from '@angular/core';
2
+ import { AfterViewInit, TemplateRef, QueryList, ChangeDetectorRef, DestroyRef, ViewContainerRef, Type, WritableSignal, OnInit, OnDestroy, EventEmitter, PipeTransform, ElementRef, Renderer2, InjectionToken, AfterContentChecked, OnChanges, ComponentFactoryResolver, AfterContentInit, SimpleChanges, DoCheck, ErrorHandler, Provider } from '@angular/core';
3
+ import * as i15 from '@angular/router';
4
+ import { RouterLink, Router, ActivatedRoute } from '@angular/router';
5
+ import * as rxjs from 'rxjs';
6
+ import { Subject, Observable, Subscription, BehaviorSubject, ReplaySubject } from 'rxjs';
7
+ import * as i16 from '@angular/cdk/layout';
8
+ import { BreakpointObserver, Breakpoints } from '@angular/cdk/layout';
9
+ import * as i19 from '@angular/material/sidenav';
10
+ import { MatDrawer } from '@angular/material/sidenav';
11
+ import { OnemrvaMatSize, OnemrvaMatColor } from '@onemrvapublic/design-system/utils';
12
+ import { NavItem as NavItem$1 } from '@onemrvapublic/design-system/mat-navigation';
13
+ import * as i26 from '@ngx-translate/core';
14
+ import { TranslateService, MissingTranslationHandler, MissingTranslationHandlerParams, TranslateLoader } from '@ngx-translate/core';
15
+ import * as i14 from '@angular/common';
16
+ import { Location } from '@angular/common';
17
+ import * as i17 from '@angular/material/toolbar';
18
+ import * as i18 from '@angular/material/divider';
19
+ import * as i20 from '@angular/material/tabs';
20
+ import * as i21 from '@angular/material/button';
21
+ import * as i22 from '@angular/material/menu';
22
+ import * as i23 from '@angular/material/icon';
23
+ import * as i24 from '@onemrvapublic/design-system/mat-avatar';
24
+ import * as i25 from '@angular/material/tooltip';
25
+ import { MatTooltip, TooltipPosition } from '@angular/material/tooltip';
26
+ import * as i27 from '@angular/material/core';
27
+ import { MatOption, ThemePalette, ErrorStateMatcher, MatDateFormats, NativeDateAdapter, DateAdapter } from '@angular/material/core';
28
+ import { AnimationBuilder, AnimationFactory } from '@angular/animations';
29
+ import { MatFormFieldControl, MatFormField } from '@angular/material/form-field';
30
+ import { MatCalendar } from '@angular/material/datepicker';
31
+ import * as i8 from '@angular/material/dialog';
32
+ import { MatDialog, MatDialogRef } from '@angular/material/dialog';
33
+ import { OnemRvaCDNMimeService as OnemRvaCDNMimeService$1, OSMResult as OSMResult$1, OnemRvaCommonCountry as OnemRvaCommonCountry$1, OnemrvaMaterialCountry as OnemrvaMaterialCountry$1 } from '@onemrvapublic/design-system/shared';
34
+ import * as i5 from '@angular/forms';
35
+ import { FormControl, FormGroup, ControlValueAccessor, NgControl, ValidationErrors, AbstractControl, ValidatorFn } from '@angular/forms';
36
+ import * as i11 from '@angular/material/input';
37
+ import { ComponentStore } from '@ngrx/component-store';
38
+ import { HttpEvent, HttpClient } from '@angular/common/http';
39
+ import { MatAutocompleteTrigger } from '@angular/material/autocomplete';
40
+ import { BooleanInput } from '@angular/cdk/coercion';
41
+ import { MatExpansionPanel } from '@angular/material/expansion';
42
+ import { PageEvent } from '@angular/material/paginator';
43
+ import { MatSelect } from '@angular/material/select';
44
+ import { MatRadioButton, MatRadioChange } from '@angular/material/radio';
45
+ import { StepperOrientation } from '@angular/cdk/stepper';
46
+ import * as i2 from '@angular/material/stepper';
47
+ import { MatStepper, MatStep } from '@angular/material/stepper';
48
+ import { Platform } from '@angular/cdk/platform';
49
+ import * as i2$1 from '@angular/material/snack-bar';
50
+ import { ConnectedPosition } from '@angular/cdk/overlay';
51
+ import { DateTime } from 'luxon';
52
+
53
+ declare class LayoutSubrouteComponent implements AfterViewInit {
54
+ private cd;
55
+ private router;
56
+ customNgClass: any;
57
+ template?: TemplateRef<any>;
58
+ routerLink: typeof RouterLink.prototype.routerLink | string;
59
+ routerLinkActiveOptions?: any;
60
+ dataCy?: string;
61
+ label?: string;
62
+ icon?: string;
63
+ subroutes?: QueryList<LayoutSubrouteComponent>;
64
+ ngAfterViewInit(): void;
65
+ hasSubroutes(): boolean;
66
+ hasActiveSubroute(): boolean;
67
+ private isActiveRoute;
68
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutSubrouteComponent, never>;
69
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutSubrouteComponent, "onemrva-layout-subroute", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "routerLinkActiveOptions": { "alias": "routerLinkActiveOptions"; "required": false; }; "dataCy": { "alias": "dataCy"; "required": false; }; "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, ["subroutes"], never, true, never>;
70
+ }
71
+
72
+ declare class LayoutRouteComponent implements AfterViewInit {
73
+ customNgClass: any;
74
+ template: TemplateRef<any> | null;
75
+ routerLink?: string;
76
+ routerLinkActiveOptions?: any;
77
+ dataCy?: string;
78
+ baseRouteForActiveMenu?: string;
79
+ label?: string;
80
+ icon?: string;
81
+ subroutes?: QueryList<LayoutSubrouteComponent>;
82
+ hasSubroutes(): boolean;
83
+ cd: ChangeDetectorRef;
84
+ router: Router;
85
+ ngAfterViewInit(): void;
86
+ isRouteActive(): boolean;
87
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutRouteComponent, never>;
88
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutRouteComponent, "onemrva-layout-route", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "routerLinkActiveOptions": { "alias": "routerLinkActiveOptions"; "required": false; }; "dataCy": { "alias": "dataCy"; "required": false; }; "baseRouteForActiveMenu": { "alias": "baseRouteForActiveMenu"; "required": false; }; "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, ["subroutes"], never, true, never>;
89
+ }
90
+
91
+ declare class LayoutContentComponent implements AfterViewInit {
92
+ customNgClass: any;
93
+ template?: TemplateRef<any>;
94
+ private cd;
95
+ ngAfterViewInit(): void;
96
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutContentComponent, never>;
97
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutContentComponent, "onemrva-layout-content", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; }, {}, never, ["*"], true, never>;
98
+ }
99
+
100
+ declare class LayoutTitleComponent implements AfterViewInit {
101
+ private cd;
102
+ customNgClass: any;
103
+ template?: TemplateRef<any>;
104
+ ngAfterViewInit(): void;
105
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutTitleComponent, never>;
106
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutTitleComponent, "onemrva-layout-title", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; }, {}, never, ["*"], true, never>;
107
+ }
108
+
109
+ declare enum Environment {
110
+ LOCAL = "LOCAL",
111
+ TEST = "TEST",
112
+ VAL = "VAL",
113
+ PROD = "PROD"
114
+ }
115
+
116
+ declare class LayoutFooterComponent {
117
+ template?: TemplateRef<any>;
118
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutFooterComponent, never>;
119
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutFooterComponent, "onemrva-layout-footer", never, {}, {}, never, ["*"], true, never>;
120
+ }
121
+
122
+ declare class OnemRvaProfile {
123
+ private _isLoggedIn;
124
+ private _firstName;
125
+ private _lastName;
126
+ constructor();
127
+ constructor(firstName: string, lastName: string);
128
+ initials(): string;
129
+ get firstName(): string;
130
+ set firstName(value: string);
131
+ get lastName(): string;
132
+ set lastName(value: string);
133
+ get isLoggedIn(): boolean;
134
+ set isLoggedIn(value: boolean);
135
+ login(firstName: string, lastName: string): void;
136
+ logout(): void;
137
+ }
138
+
139
+ declare class LayoutLoginMenuComponent implements AfterViewInit {
140
+ private cd;
141
+ customNgClass: any;
142
+ template?: TemplateRef<any>;
143
+ ngAfterViewInit(): void;
144
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutLoginMenuComponent, never>;
145
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutLoginMenuComponent, "onemrva-layout-login-menu", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; }, {}, never, ["*"], true, never>;
146
+ }
147
+
148
+ declare class DrawerHostDirective implements AfterViewInit {
149
+ destroyRef: DestroyRef;
150
+ drawer: MatDrawer;
151
+ viewContainerRef: ViewContainerRef;
152
+ document: Document;
153
+ createComponent<T>(component: Type<T>): i0.ComponentRef<T>;
154
+ bodyClass(): void;
155
+ ngAfterViewInit(): void;
156
+ static ɵfac: i0.ɵɵFactoryDeclaration<DrawerHostDirective, never>;
157
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerHostDirective, "[drawerhost]", never, {}, {}, never, never, true, never>;
158
+ }
159
+
160
+ declare class OnemrvaDrawerService {
161
+ host?: DrawerHostDirective;
162
+ private drawer?;
163
+ hasBackdrop: WritableSignal<boolean>;
164
+ size: WritableSignal<OnemrvaMatSize>;
165
+ isSide: boolean;
166
+ toggle(isSide?: boolean): void;
167
+ open(isSide?: boolean): void;
168
+ close(): void;
169
+ classes(): string[];
170
+ setDrawer(drawer: MatDrawer): void;
171
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaDrawerService, never>;
172
+ static ɵprov: i0.ɵɵInjectableDeclaration<OnemrvaDrawerService>;
173
+ }
174
+
175
+ declare class LayoutAfterNavComponent implements AfterViewInit {
176
+ private cd;
177
+ customNgClass: any;
178
+ template?: TemplateRef<any>;
179
+ ngAfterViewInit(): void;
180
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutAfterNavComponent, never>;
181
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutAfterNavComponent, "onemrva-layout-after-nav", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; }, {}, never, ["*"], true, never>;
182
+ }
183
+
184
+ interface OnemRvaLanguage {
185
+ code: string;
186
+ label: string;
187
+ }
188
+
189
+ declare class OnemrvaLeftSidenavService {
190
+ private originalItems;
191
+ readonly items: WritableSignal<NavItem$1[]>;
192
+ private router;
193
+ constructor();
194
+ setOriginal(items: NavItem$1[]): void;
195
+ updateItems(items: NavItem$1[]): void;
196
+ reset(): void;
197
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaLeftSidenavService, never>;
198
+ static ɵprov: i0.ɵɵInjectableDeclaration<OnemrvaLeftSidenavService>;
199
+ }
200
+
201
+ declare class LayoutComponent implements OnInit, AfterViewInit, OnDestroy {
202
+ routes?: QueryList<LayoutRouteComponent>;
203
+ title?: LayoutTitleComponent;
204
+ loginMenu?: LayoutLoginMenuComponent;
205
+ content?: LayoutContentComponent;
206
+ afterNav?: LayoutAfterNavComponent;
207
+ footer?: LayoutFooterComponent;
208
+ logo: string;
209
+ languages: OnemRvaLanguage[];
210
+ environment?: Environment;
211
+ logoRedictionUrl?: string | any[] | null;
212
+ selectedIndex: number;
213
+ destroyNotifier$: Subject<void>;
214
+ profile: OnemRvaProfile | null;
215
+ login: EventEmitter<void>;
216
+ logout: EventEmitter<void>;
217
+ env: typeof Environment;
218
+ isSmall: boolean;
219
+ drawer: MatDrawer;
220
+ drawerHost: DrawerHostDirective;
221
+ id: string;
222
+ role: string;
223
+ showThemeSwitcher: boolean;
224
+ onemrvaClass: string;
225
+ activeTheme: i0.WritableSignal<"light" | "dark" | "system">;
226
+ toggleTheme(newTheme: 'light' | 'dark' | 'system'): void;
227
+ private readonly translateService;
228
+ private readonly cdn;
229
+ private readonly cd;
230
+ readonly breakpointObserver: BreakpointObserver;
231
+ private readonly document;
232
+ readonly drawerService: OnemrvaDrawerService;
233
+ readonly leftSidenavService: OnemrvaLeftSidenavService;
234
+ constructor();
235
+ ngOnInit(): void;
236
+ get currentLanguage(): string;
237
+ ngAfterViewInit(): void;
238
+ ngOnDestroy(): void;
239
+ doLogout(): void;
240
+ doLogin(): void;
241
+ changeLanguage(langCode: string): void;
242
+ toggleSideNav(): void;
243
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutComponent, never>;
244
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "onemrva-layout", never, { "logo": { "alias": "logo"; "required": false; }; "languages": { "alias": "languages"; "required": false; }; "environment": { "alias": "environment"; "required": false; }; "logoRedictionUrl": { "alias": "logoRedictionUrl"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "id": { "alias": "id"; "required": false; }; "role": { "alias": "role"; "required": false; }; "showThemeSwitcher": { "alias": "showThemeSwitcher"; "required": false; }; }, { "login": "login"; "logout": "logout"; }, ["title", "loginMenu", "content", "afterNav", "footer", "routes"], never, true, never>;
245
+ }
246
+
247
+ declare class LayoutSidenavComponent implements OnInit {
248
+ isSmall: boolean;
249
+ routes?: QueryList<LayoutRouteComponent>;
250
+ languages: OnemRvaLanguage[];
251
+ items: NavItem$1[];
252
+ currentLanguage?: OnemRvaLanguage;
253
+ helpMenuOpen: string[][];
254
+ translateService: TranslateService;
255
+ document: Document;
256
+ drawerService: OnemrvaDrawerService;
257
+ ngOnInit(): void;
258
+ changeLanguage(event: any): void;
259
+ close(): void;
260
+ private populateItemsRecursively;
261
+ private getRouteLabel;
262
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutSidenavComponent, never>;
263
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutSidenavComponent, "onemrva-layout-sidenav", never, { "isSmall": { "alias": "isSmall"; "required": false; }; "routes": { "alias": "routes"; "required": false; }; "languages": { "alias": "languages"; "required": false; }; }, {}, never, never, true, never>;
264
+ }
265
+
266
+ declare class LayoutLeftSidenavComponent {
267
+ private _items;
268
+ set items(value: NavItem$1[]);
269
+ get items(): NavItem$1[];
270
+ _isHidden: boolean;
271
+ constructor();
272
+ leftSidenavService: OnemrvaLeftSidenavService;
273
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutLeftSidenavComponent, never>;
274
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutLeftSidenavComponent, "onemrva-layout-left-sidenav", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, ["*"], true, never>;
275
+ }
276
+
277
+ declare class LayoutSidenavTitleComponent {
278
+ template?: TemplateRef<any>;
279
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutSidenavTitleComponent, never>;
280
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutSidenavTitleComponent, "onemrva-layout-sidenav-title", never, {}, {}, never, ["*"], true, never>;
281
+ }
282
+
283
+ declare class LayoutDrawerActionsComponent {
284
+ drawerService: OnemrvaDrawerService;
285
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutDrawerActionsComponent, never>;
286
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutDrawerActionsComponent, "onemrva-drawer-actions", never, {}, {}, never, ["*"], true, never>;
287
+ }
288
+
289
+ declare class LayoutDrawerContentComponent {
290
+ drawerService: OnemrvaDrawerService;
291
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutDrawerContentComponent, never>;
292
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutDrawerContentComponent, "onemrva-drawer-content", never, {}, {}, never, ["*"], true, never>;
293
+ }
294
+
295
+ declare class LayoutDrawerTitleComponent {
296
+ showClose: boolean;
297
+ drawerService: OnemrvaDrawerService;
298
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayoutDrawerTitleComponent, never>;
299
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutDrawerTitleComponent, "onemrva-drawer-title", never, { "showClose": { "alias": "showClose"; "required": false; }; }, {}, never, ["*"], true, never>;
300
+ }
301
+
302
+ declare const layoutComponents: (typeof LayoutRouteComponent | typeof LayoutFooterComponent | typeof LayoutSidenavComponent | typeof LayoutLeftSidenavComponent | typeof LayoutComponent)[];
303
+
304
+ declare class StripHtmlPipe implements PipeTransform {
305
+ transform(value: string): any;
306
+ static ɵfac: i0.ɵɵFactoryDeclaration<StripHtmlPipe, never>;
307
+ static ɵpipe: i0.ɵɵPipeDeclaration<StripHtmlPipe, "striphtml", true>;
308
+ }
309
+
310
+ declare function CoerceBooleanInput(defaultValue: boolean): (target: any, propertyKey: string | symbol) => void;
311
+
312
+ declare function ObservableContent(): (target: any, propertyKey: string) => void;
313
+
314
+ declare class OnemrvaLayoutModule {
315
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaLayoutModule, never>;
316
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaLayoutModule, never, [typeof LayoutComponent, typeof LayoutContentComponent, typeof LayoutFooterComponent, typeof LayoutRouteComponent, typeof LayoutSubrouteComponent, typeof LayoutTitleComponent, typeof LayoutSidenavTitleComponent, typeof LayoutSidenavComponent, typeof LayoutLoginMenuComponent, typeof LayoutAfterNavComponent, typeof LayoutLeftSidenavComponent, typeof StripHtmlPipe, typeof DrawerHostDirective, typeof i14.CommonModule, typeof i15.RouterModule, typeof i16.LayoutModule, typeof i17.MatToolbarModule, typeof i18.MatDividerModule, typeof i19.MatSidenavModule, typeof i20.MatTabsModule, typeof i21.MatButtonModule, typeof i22.MatMenuModule, typeof i23.MatIconModule, typeof i24.OnemrvaMatAvatarModule, typeof i25.MatTooltipModule, typeof i26.TranslateModule, typeof i27.MatRipple], [typeof LayoutComponent, typeof LayoutContentComponent, typeof LayoutFooterComponent, typeof LayoutRouteComponent, typeof LayoutSubrouteComponent, typeof LayoutTitleComponent, typeof LayoutSidenavTitleComponent, typeof LayoutSidenavComponent, typeof LayoutLoginMenuComponent, typeof LayoutAfterNavComponent, typeof LayoutLeftSidenavComponent, typeof i16.LayoutModule]>;
317
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaLayoutModule>;
318
+ }
319
+
320
+ declare class FlagIconComponent {
321
+ countryCode?: string | null | undefined;
322
+ mode: 'square' | 'rectangle';
323
+ width: number;
324
+ height: number;
325
+ private readonly cdnUrl;
326
+ private cdn;
327
+ constructor();
328
+ get normalizedCountryCode(): string;
329
+ get modeValue(): "4x3" | "1x1";
330
+ get url(): string;
331
+ static ɵfac: i0.ɵɵFactoryDeclaration<FlagIconComponent, never>;
332
+ static ɵcmp: i0.ɵɵComponentDeclaration<FlagIconComponent, "flag-icon", never, { "countryCode": { "alias": "countryCode"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, true, never>;
333
+ }
334
+
335
+ declare const MatAvatarType: {
336
+ INITIALS: "initials";
337
+ TEXT: "text";
338
+ IMAGE: "image";
339
+ ICON: "icon";
340
+ CUSTOM: "custom";
341
+ };
342
+ type MatAvatarType = (typeof MatAvatarType)[keyof typeof MatAvatarType];
343
+ /**
344
+ * Avatar provides a way to display an image, icon or initials to the user.
345
+ *
346
+ * @MatModule OnemrvaMatAvatarModule
347
+ *
348
+ * @MatTheme onemrva-mat-avatar-theme, onemrva-mat-icon-theme
349
+ *
350
+ * @MatKeywords avatar, profile, picture, initials
351
+ *
352
+ * @MatGroup Layouts
353
+ *
354
+ * @remarks
355
+ *
356
+ * The Ignite UI Avatar provides an easy way to add an avatar icon to your application. This icon can be an
357
+ * image, someone's initials or a material icon from the Google Material icon set.
358
+ *
359
+ * @example
360
+ * ```html
361
+ * <onemrva-mat-avatar initials="MS" [roundShape]="true" size="large">
362
+ * </onemrva-mat-avatar>
363
+ * ```
364
+ */
365
+ declare class OnemrvaMatAvatarComponent implements OnInit {
366
+ /**
367
+ * Returns the `aria-label` attribute of the avatar.
368
+ *
369
+ * @example
370
+ * ```typescript
371
+ * let ariaLabel = this.avatar.ariaLabel;
372
+ * ```
373
+ *
374
+ */
375
+ ariaLabel: string;
376
+ /**
377
+ * Returns the `role` attribute of the avatar.
378
+ *
379
+ * @example
380
+ * ```typescript
381
+ * let avatarRole = this.avatar.role;
382
+ * ```
383
+ */
384
+ role: string;
385
+ /**
386
+ * Host `class.onemrva-mat-avatar` binding.
387
+ *
388
+ * @hidden
389
+ * @internal
390
+ */
391
+ cssClass: string;
392
+ /**
393
+ * Returns the type of the avatar.
394
+ * The avatar can be:
395
+ * - `"initials type avatar"`
396
+ * - `"icon type avatar"`
397
+ * - `"image type avatar"`.
398
+ * - `"custom type avatar"`.
399
+ *
400
+ * @example
401
+ * ```typescript
402
+ * let avatarDescription = this.avatar.roleDescription;
403
+ * ```
404
+ */
405
+ roleDescription: string;
406
+ /**
407
+ * Sets the `id` of the avatar. If not set, the first avatar component will have `id` = `"onemrva-mat-avatar-0"`.
408
+ *
409
+ * @example
410
+ * ```html
411
+ * <onemrva-mat-avatar id="my-first-avatar"></onemrva-mat-avatar>
412
+ * ```
413
+ */
414
+ id: string;
415
+ /**
416
+ * Sets a round shape to the avatar, if `[roundShape]` is set to `true`.
417
+ * By default the shape of the avatar is a square.
418
+ *
419
+ * @example
420
+ * ```html
421
+ * <onemrva-mat-avatar [roundShape]="true" ></onemrva-mat-avatar>
422
+ * ```
423
+ */
424
+ roundShape: boolean;
425
+ /**
426
+ * Sets initials to the avatar.
427
+ *
428
+ * @example
429
+ * ```html
430
+ * <onemrva-mat-avatar initials="MN"></onemrva-mat-avatar>
431
+ * ```
432
+ */
433
+ initials: string;
434
+ /**
435
+ * Sets text to the avatar.
436
+ *
437
+ * @example
438
+ * ```html
439
+ * <onemrva-mat-avatar text="100%"></onemrva-mat-avatar>
440
+ * ```
441
+ */
442
+ text: string;
443
+ /**
444
+ * Sets an icon to the avatar. All icons from the material icon set are supported.
445
+ *
446
+ * @example
447
+ * ```html
448
+ * <onemrva-mat-avatar icon="phone"></onemrva-mat-avatar>
449
+ * ```
450
+ */
451
+ icon: string;
452
+ /**
453
+ * Sets the image source of the avatar.
454
+ *
455
+ * @example
456
+ * ```html
457
+ * <onemrva-mat-avatar src="images/picture.jpg"></onemrva-mat-avatar>
458
+ * ```
459
+ * @MatFriendlyName Image URL
460
+ */
461
+ src: string;
462
+ /** @hidden @internal */
463
+ protected defaultTemplate: TemplateRef<any> | null;
464
+ /** @hidden @internal */
465
+ protected imageTemplate: TemplateRef<any> | null;
466
+ /** @hidden @internal */
467
+ protected initialsTemplate: TemplateRef<any> | null;
468
+ /** @hidden @internal */
469
+ protected textTemplate: TemplateRef<any> | null;
470
+ /** @hidden @internal */
471
+ protected iconTemplate: TemplateRef<any> | null;
472
+ /**
473
+ * Returns the type of the avatar.
474
+ *
475
+ * @example
476
+ * ```typescript
477
+ * let avatarType = this.avatar.type;
478
+ * ```
479
+ */
480
+ get type(): MatAvatarType;
481
+ /** @hidden @internal */
482
+ get _isImageType(): boolean;
483
+ /** @hidden @internal */
484
+ get _isIconType(): boolean;
485
+ /** @hidden @internal */
486
+ get _isInitialsType(): boolean;
487
+ /** @hidden @internal */
488
+ get _isTextType(): boolean;
489
+ /**
490
+ * Returns the template of the avatar.
491
+ *
492
+ * @hidden
493
+ * @internal
494
+ */
495
+ get template(): TemplateRef<any> | null;
496
+ elementRef: ElementRef<any>;
497
+ /**
498
+ * Returns the css url of the image.
499
+ *
500
+ * @hidden
501
+ * @internal
502
+ */
503
+ getSrcUrl(): string;
504
+ /** @hidden @internal */
505
+ ngOnInit(): void;
506
+ /** @hidden @internal */
507
+ private getRole;
508
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatAvatarComponent, never>;
509
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatAvatarComponent, "onemrva-mat-avatar", never, { "id": { "alias": "id"; "required": false; }; "roundShape": { "alias": "roundShape"; "required": false; }; "initials": { "alias": "initials"; "required": false; }; "text": { "alias": "text"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "src": { "alias": "src"; "required": false; }; }, {}, never, ["*"], true, never>;
510
+ }
511
+
512
+ declare class OnemrvaMatAvatarModule {
513
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatAvatarModule, never>;
514
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatAvatarModule, never, [typeof OnemrvaMatAvatarComponent], [typeof OnemrvaMatAvatarComponent]>;
515
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatAvatarModule>;
516
+ }
517
+
518
+ interface OnemrvaBreadcrumb {
519
+ label: string;
520
+ url: string;
521
+ translate: boolean;
522
+ }
523
+
524
+ declare class OnemrvaMatBreadcrumbService {
525
+ private router;
526
+ private readonly _breadcrumbs$;
527
+ readonly breadcrumbs$: rxjs.Observable<OnemrvaBreadcrumb[]>;
528
+ constructor();
529
+ private addBreadcrumb;
530
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatBreadcrumbService, never>;
531
+ static ɵprov: i0.ɵɵInjectableDeclaration<OnemrvaMatBreadcrumbService>;
532
+ }
533
+
534
+ declare class OnemrvaMatBreadcrumbComponent implements OnInit {
535
+ fakePath: string[] | null;
536
+ breadcrumbs$: Observable<OnemrvaBreadcrumb[]>;
537
+ breadcrumbService: OnemrvaMatBreadcrumbService;
538
+ ngOnInit(): void;
539
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatBreadcrumbComponent, never>;
540
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatBreadcrumbComponent, "onemrva-mat-breadcrumb", never, { "fakePath": { "alias": "fakePath"; "required": false; }; }, {}, never, never, true, never>;
541
+ }
542
+
543
+ declare class OnemrvaMatBreadcrumbModule {
544
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatBreadcrumbModule, never>;
545
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatBreadcrumbModule, never, [typeof i14.CommonModule, typeof i23.MatIconModule, typeof i15.RouterModule, typeof OnemrvaMatBreadcrumbComponent], never>;
546
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatBreadcrumbModule>;
547
+ }
548
+
549
+ declare class OnemrvaMatCarouselItemComponent {
550
+ tpl: TemplateRef<any>;
551
+ nativeElement: HTMLElement;
552
+ element: ElementRef;
553
+ constructor();
554
+ show: boolean;
555
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatCarouselItemComponent, never>;
556
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatCarouselItemComponent, "onemrva-mat-carousel-item", never, {}, {}, never, ["*"], true, never>;
557
+ }
558
+
559
+ declare class OnemrvaMatCarouselComponent implements AfterViewInit, OnInit, OnDestroy {
560
+ items: QueryList<OnemrvaMatCarouselItemComponent>;
561
+ nativeElement: HTMLElement;
562
+ carousel: ElementRef;
563
+ private player?;
564
+ timing: string;
565
+ gap: number;
566
+ padding: number;
567
+ showControls: boolean;
568
+ autoplay: number;
569
+ showDots: boolean;
570
+ currentSlide: number;
571
+ carouselWrapperStyle: {};
572
+ width: number;
573
+ destroyed: Subject<any>;
574
+ builder: AnimationBuilder;
575
+ element: ElementRef;
576
+ renderer: Renderer2;
577
+ constructor();
578
+ ngOnInit(): void;
579
+ ngOnDestroy(): void;
580
+ onResize(_event: any): void;
581
+ buildAnimation(offset: number): AnimationFactory;
582
+ goto(index: number): void;
583
+ next(): void;
584
+ prev(): void;
585
+ animate(): void;
586
+ ngAfterViewInit(): void;
587
+ hasPrev(): boolean;
588
+ hasNext(): boolean;
589
+ opacify(): void;
590
+ resize(): void;
591
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatCarouselComponent, never>;
592
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatCarouselComponent, "onemrva-mat-carousel", never, { "timing": { "alias": "timing"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "showControls": { "alias": "showControls"; "required": false; }; "autoplay": { "alias": "autoplay"; "required": false; }; "showDots": { "alias": "showDots"; "required": false; }; }, {}, ["items"], ["*"], true, never>;
593
+ }
594
+
595
+ declare class OnemrvaMatChoiceChipComponent extends MatFormFieldControl<any> {
596
+ checked: boolean;
597
+ disabled: boolean;
598
+ _value: any;
599
+ get opacity(): 1 | 0.4;
600
+ onContainerClick(event: MouseEvent): void;
601
+ setDescribedByIds(ids: string[]): void;
602
+ onChange: (_values: any[]) => void;
603
+ onTouched: () => void;
604
+ writeValue(value: any): void;
605
+ registerOnChange(fn: (value: any[]) => void): void;
606
+ registerOnTouched(fn: () => void): void;
607
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatChoiceChipComponent, never>;
608
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatChoiceChipComponent, "onemrva-mat-choice-chip", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>;
609
+ }
610
+
611
+ declare class OnemrvaCopyToClipboardComponent {
612
+ private elt;
613
+ private translate;
614
+ private clipboard;
615
+ checked: boolean;
616
+ content: ElementRef;
617
+ matTooltip: MatTooltip;
618
+ tooltip: string;
619
+ onCopy: EventEmitter<void>;
620
+ onClick: EventEmitter<Event>;
621
+ onHover: EventEmitter<Event>;
622
+ onLeave: EventEmitter<Event>;
623
+ clicked(e: Event): void;
624
+ onMouseEnter(e: Event): void;
625
+ onMouseLeave(e: Event): void;
626
+ get getTooltipText(): any;
627
+ copy($event: any): void;
628
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaCopyToClipboardComponent, never>;
629
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaCopyToClipboardComponent, "copy-to-clipboard", never, { "tooltip": { "alias": "tooltip"; "required": false; }; }, { "onCopy": "onCopy"; "onClick": "onClick"; "onHover": "onHover"; "onLeave": "onLeave"; }, never, ["*"], true, never>;
630
+ }
631
+
632
+ declare class OnemrvaCountryItemComponent {
633
+ countryCode: string | null;
634
+ countryName: string | null | undefined;
635
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaCountryItemComponent, never>;
636
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaCountryItemComponent, "mat-country-item", never, { "countryCode": { "alias": "countryCode"; "required": false; }; "countryName": { "alias": "countryName"; "required": false; }; }, {}, never, never, true, never>;
637
+ }
638
+
639
+ declare class OnemrvaMatDatepickerHeaderComponent<D> {
640
+ private _intl;
641
+ calendar: MatCalendar<D>;
642
+ private _dateAdapter;
643
+ private _dateFormats;
644
+ setToday(): void;
645
+ /** The display text for the current calendar view. */
646
+ get periodButtonText(): string;
647
+ /** The aria description for the current calendar view. */
648
+ get periodButtonDescription(): string;
649
+ /** The `aria-label` for changing the calendar view. */
650
+ get periodButtonLabel(): string;
651
+ /** The label for the previous button. */
652
+ get prevButtonLabel(): string;
653
+ /** The label for the next button. */
654
+ get nextButtonLabel(): string;
655
+ /** Handles user clicks on the period label. */
656
+ currentPeriodClicked(): void;
657
+ /** Handles user clicks on the previous button. */
658
+ previousClicked(): void;
659
+ /** Handles user clicks on the next button. */
660
+ nextClicked(): void;
661
+ /** Whether the previous period button is enabled. */
662
+ previousEnabled(): boolean;
663
+ /** Whether the next period button is enabled. */
664
+ nextEnabled(): boolean;
665
+ /** Whether the two dates represent the same view in the current view mode (month or year). */
666
+ private _isSameView;
667
+ /**
668
+ * Format two individual labels for the minimum year and maximum year available in the multi-year
669
+ * calendar view. Returns an array of two strings where the first string is the formatted label
670
+ * for the minimum year, and the second string is the formatted label for the maximum year.
671
+ */
672
+ private _formatMinAndMaxYearLabels;
673
+ private _id;
674
+ _periodButtonLabelId: string;
675
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatDatepickerHeaderComponent<any>, never>;
676
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatDatepickerHeaderComponent<any>, "onemrva-mat-datepicker-header", never, {}, {}, never, ["*"], true, never>;
677
+ }
678
+
679
+ /**
680
+ *
681
+ */
682
+ declare class OnemrvaMatEmptyRowComponent {
683
+ private cdn;
684
+ private translate;
685
+ noresultimg: string;
686
+ buttonText: string;
687
+ text: string;
688
+ imageAlt: string;
689
+ clear: EventEmitter<any>;
690
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatEmptyRowComponent, never>;
691
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatEmptyRowComponent, "onemrva-mat-empty-row", never, { "buttonText": { "alias": "buttonText"; "required": false; }; "text": { "alias": "text"; "required": false; }; "imageAlt": { "alias": "imageAlt"; "required": false; }; }, { "clear": "clear"; }, never, ["*"], true, never>;
692
+ }
693
+
694
+ interface ProgressFile {
695
+ file?: File;
696
+ message: string;
697
+ progress: number;
698
+ color: OnemrvaMatColor;
699
+ url: string | null;
700
+ id: string | null;
701
+ enableProgressBar: boolean;
702
+ data?: any;
703
+ name: string;
704
+ lastModified?: number;
705
+ size: number;
706
+ type: string;
707
+ maxSize: number | null;
708
+ }
709
+ interface ReferencedProgressFile extends ProgressFile {
710
+ ref: symbol;
711
+ }
712
+ /**
713
+ * format bytes
714
+ * @param bytes (File size in bytes)
715
+ * @param decimals (Decimals point)
716
+ */
717
+ declare function formatBytes(bytes: number, decimals?: number): string;
718
+ declare function formattedSize(size: number | null, decimals?: number): string;
719
+ declare function convertToProgressFile(id: string, name: string, message?: string, progress?: number, color?: "primary", url?: string | null, enableProgressBar?: boolean, data?: string | null, size?: number, type?: string, maxSize?: null): ProgressFile;
720
+ declare function convertToReferencedProgressFile(id: string, name: string, message?: string, progress?: number, color?: "primary", url?: string | null, enableProgressBar?: boolean, data?: string | null, size?: number, type?: string, maxSize?: null): ReferencedProgressFile;
721
+
722
+ interface ActionConfig {
723
+ iconName: string;
724
+ dataCy?: string;
725
+ tooltipCode: string;
726
+ ariaCode: string;
727
+ clickHandler: (file: ReferencedProgressFile) => void;
728
+ showAction: (file: ReferencedProgressFile) => boolean;
729
+ }
730
+
731
+ declare class OnemrvaFilePanelComponent {
732
+ id: string;
733
+ dataCy: string;
734
+ file: ReferencedProgressFile;
735
+ actions: ActionConfig[];
736
+ showProgress: boolean;
737
+ displayDate: string;
738
+ maxFileSize: number;
739
+ get progress$(): rxjs.Observable<number>;
740
+ get size(): string;
741
+ get color(): OnemrvaMatColor;
742
+ /** @hidden @internal */
743
+ get _colorAccent(): boolean;
744
+ /** @hidden @internal */
745
+ get _isError(): boolean;
746
+ /** @hidden @internal */
747
+ get _isWarn(): boolean;
748
+ /** @hidden @internal */
749
+ get _isSuccess(): boolean;
750
+ /** @hidden @internal */
751
+ get _isPrimary(): boolean;
752
+ protected readonly formattedSize: typeof formattedSize;
753
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaFilePanelComponent, never>;
754
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaFilePanelComponent, "file-panel", never, { "id": { "alias": "id"; "required": false; }; "dataCy": { "alias": "dataCy"; "required": false; }; "file": { "alias": "file"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "showProgress": { "alias": "showProgress"; "required": false; }; "displayDate": { "alias": "displayDate"; "required": false; }; "maxFileSize": { "alias": "maxFileSize"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
755
+ }
756
+
757
+ declare class OnemrvaMatFileUploadComponent implements OnInit {
758
+ accept: string[];
759
+ acceptString$?: Observable<any>;
760
+ maxFileSize: number;
761
+ numberOfFiles: number;
762
+ maxTotalFileSize: number;
763
+ uploadOnDrop: boolean;
764
+ initialFiles: ProgressFile[];
765
+ errorMessage: string;
766
+ hideExtensions: string[];
767
+ dropFilesHereTextTranslationKey: string;
768
+ fileUploadErrorMessage$: Observable<string>;
769
+ files$: Observable<ReferencedProgressFile[]>;
770
+ filePanelTemplate: TemplateRef<any>;
771
+ retryFile: EventEmitter<{
772
+ index: number;
773
+ cmpRef: symbol;
774
+ }>;
775
+ /**
776
+ * Sets the `data-cy` of the element. If not set, the first component instance will have `data-cy` = `"onemrva-mat-multi-select-0"`.
777
+ *
778
+ * @example
779
+ * ```html
780
+ * <onemrva-mat-multi-select id="my-first-multi-select"></onemrva-mat-multi-select>
781
+ * ```
782
+ */
783
+ dataCy: string;
784
+ fileDropRef: ElementRef;
785
+ inputId: string;
786
+ maxFileSizeFormatted: string;
787
+ private error$;
788
+ dialog: MatDialog;
789
+ mimeCDN: OnemRvaCDNMimeService$1;
790
+ private fileUploadStore;
791
+ constructor();
792
+ ngOnInit(): void;
793
+ /**
794
+ * on file drop handler
795
+ */
796
+ onFileDropped($event: FileList): void;
797
+ /**
798
+ * handle file from browsing
799
+ */
800
+ fileBrowseHandler($event: Event): void;
801
+ /**
802
+ * Convert Files list to normal array list
803
+ * @param files (Files List)
804
+ */
805
+ prepareFilesList(files: FileList): void;
806
+ protected readonly formattedSize: typeof formattedSize;
807
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatFileUploadComponent, never>;
808
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatFileUploadComponent, "onemrva-mat-file-upload", never, { "accept": { "alias": "accept"; "required": false; }; "maxFileSize": { "alias": "maxFileSize"; "required": false; }; "numberOfFiles": { "alias": "numberOfFiles"; "required": false; }; "maxTotalFileSize": { "alias": "maxTotalFileSize"; "required": false; }; "uploadOnDrop": { "alias": "uploadOnDrop"; "required": false; }; "initialFiles": { "alias": "initialFiles"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "hideExtensions": { "alias": "hideExtensions"; "required": false; }; "dropFilesHereTextTranslationKey": { "alias": "dropFilesHereTextTranslationKey"; "required": false; }; "filePanelTemplate": { "alias": "filePanelTemplate"; "required": false; }; "dataCy": { "alias": "dataCy"; "required": false; }; }, {}, never, never, true, never>;
809
+ }
810
+
811
+ declare const components: any[];
812
+
813
+ declare class DndDirective {
814
+ fileOver: boolean;
815
+ fileDropped: EventEmitter<any>;
816
+ onDragOver(evt: Event): void;
817
+ onDragLeave(evt: Event): void;
818
+ ondrop(evt: any): void;
819
+ static ɵfac: i0.ɵɵFactoryDeclaration<DndDirective, never>;
820
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DndDirective, "[appDnd]", never, {}, { "fileDropped": "fileDropped"; }, never, never, true, never>;
821
+ }
822
+
823
+ declare class OnemrvaMatFileUploadModule {
824
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatFileUploadModule, never>;
825
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatFileUploadModule, never, [typeof OnemrvaFilePanelComponent, typeof OnemrvaMatFileUploadComponent, typeof DndDirective, typeof i14.CommonModule, typeof i5.ReactiveFormsModule, typeof i21.MatButtonModule, typeof i25.MatTooltipModule, typeof i8.MatDialogModule, typeof i26.TranslateModule, typeof i23.MatIconModule, typeof i11.MatInputModule], [typeof OnemrvaFilePanelComponent, typeof OnemrvaMatFileUploadComponent, typeof DndDirective]>;
826
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatFileUploadModule>;
827
+ }
828
+
829
+ interface OnemrvaMatFileUploadStoreItf {
830
+ /**
831
+ * Updater to set accepted format is made public
832
+ */
833
+ readonly setAccept: any;
834
+ /**
835
+ * Updater to set file max size is made public
836
+ */
837
+ readonly setMaxFileSize: any;
838
+ /**
839
+ * Updater to set data for a given file
840
+ *
841
+ * input:
842
+ * payload: {
843
+ * ref: symbol,
844
+ * data: any
845
+ * }
846
+ */
847
+ readonly setData: any;
848
+ /**
849
+ * Selector on list of files
850
+ */
851
+ readonly files$: Observable<ReferencedProgressFile[]>;
852
+ /**
853
+ * Selector on accepted formats for file upload
854
+ */
855
+ readonly accept$: Observable<string[]>;
856
+ /**
857
+ * Selector on max file size
858
+ */
859
+ readonly maxFileSize$: Observable<number>;
860
+ readonly listUploadedFiles: (inputs$: Observable<any>) => Subscription;
861
+ readonly deleteFile: (file$: Observable<ReferencedProgressFile>) => Subscription;
862
+ readonly removeFile: (file$: Observable<ReferencedProgressFile>) => Subscription;
863
+ /**
864
+ * Action - For adding one file panel (creation of file panel reference skipped if already created) at a time.
865
+ * Upload to BE not triggered
866
+ */
867
+ readonly addForPotentialUpload: (file$: Observable<ProgressFile>) => Subscription;
868
+ /**
869
+ * Action - For adding an array of file panels (creation of file panels reference skipped if already created).
870
+ * Uploads to BE not triggered
871
+ */
872
+ readonly addSeveralForPotentialUpload: (files$: Observable<ProgressFile[]>) => Subscription;
873
+ /**
874
+ * Action - For adding a file panel (creation of file panels reference skipped if already created) then uploading it
875
+ */
876
+ readonly uploadFile: (Observable$: Observable<ProgressFile>) => Subscription;
877
+ /**
878
+ * Action - For adding several file panels (creation of file panels reference skipped if already created) then uploading them
879
+ */
880
+ readonly uploadFiles: (Observable$: Observable<ProgressFile[]>) => Subscription;
881
+ }
882
+
883
+ interface FileUploadStoreEvent {
884
+ type: string;
885
+ payload?: any;
886
+ }
887
+ interface UploadState {
888
+ upload: ReferencedProgressFile[];
889
+ accept: string[];
890
+ maxFileSize: number;
891
+ fileUploadError: string;
892
+ event: FileUploadStoreEvent;
893
+ }
894
+ type CustomValidationFn = (input: [ReferencedProgressFile, ReferencedProgressFile[]]) => ReferencedProgressFile;
895
+ declare const CUSTOM_VALIDATION_FN: InjectionToken<CustomValidationFn>;
896
+ declare class OnemrvaMatFileUploadStore extends ComponentStore<UploadState> implements OnemrvaMatFileUploadStoreItf {
897
+ private fn;
898
+ private readonly fileUploadService;
899
+ private readonly translateService;
900
+ readonly customValidationFn: CustomValidationFn | null;
901
+ isSending: rxjs.BehaviorSubject<boolean>;
902
+ constructor();
903
+ readonly setAccept: (observableOrValue: string[] | Observable<string[]>) => rxjs.Subscription;
904
+ readonly setMaxFileSize: (observableOrValue: number | Observable<number>) => rxjs.Subscription;
905
+ private readonly emptyList;
906
+ private readonly pushFile;
907
+ readonly setData: (observableOrValue: {
908
+ ref: symbol;
909
+ data: any;
910
+ } | Observable<{
911
+ ref: symbol;
912
+ data: any;
913
+ }>) => rxjs.Subscription;
914
+ private readonly setSuccess;
915
+ private readonly setFail;
916
+ private readonly setProgress;
917
+ private readonly reset;
918
+ private readonly remove;
919
+ private readonly enableProgressBar;
920
+ readonly setFileUploadError: (observableOrValue: string | Observable<string>) => rxjs.Subscription;
921
+ readonly clearFileUploadError: () => void;
922
+ readonly files$: Observable<ReferencedProgressFile[]>;
923
+ readonly accept$: Observable<string[]>;
924
+ readonly event$: Observable<FileUploadStoreEvent>;
925
+ readonly maxFileSize$: Observable<number>;
926
+ readonly fileUploadError$: Observable<string>;
927
+ readonly listUploadedFiles: ((observableOrValue?: any) => rxjs.Subscription) | ((observableOrValue: any) => rxjs.Subscription);
928
+ readonly deleteFile: (observableOrValue: ReferencedProgressFile | Observable<ReferencedProgressFile>) => rxjs.Subscription;
929
+ readonly removeFile: (observableOrValue: ReferencedProgressFile | Observable<ReferencedProgressFile>) => rxjs.Subscription;
930
+ private progressFileChecker;
931
+ private loadStep;
932
+ /**
933
+ * For adding one file panel (creation of file panel reference skipped if already created) at a time.
934
+ * Upload to BE not triggered
935
+ */
936
+ readonly addForPotentialUpload: (observableOrValue: ProgressFile | Observable<ProgressFile>) => rxjs.Subscription;
937
+ /**
938
+ * For adding an array of file panels (creation of file panels reference skipped if already created).
939
+ * Uploads to BE not triggered
940
+ */
941
+ readonly addSeveralForPotentialUpload: (observableOrValue: ProgressFile[] | Observable<ProgressFile[]>) => rxjs.Subscription;
942
+ /**
943
+ * For adding a file panel (creation of file panels reference skipped if already created) then uploading it
944
+ */
945
+ readonly uploadFile: (observableOrValue: ProgressFile | Observable<ProgressFile>) => rxjs.Subscription;
946
+ readonly retryFile: (observableOrValue: ReferencedProgressFile | Observable<ReferencedProgressFile>) => rxjs.Subscription;
947
+ /**
948
+ * For adding several file panels (creation of file panels reference skipped if already created) then uploading them
949
+ */
950
+ readonly uploadFiles: (observableOrValue: ProgressFile[] | Observable<ProgressFile[]>) => rxjs.Subscription;
951
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatFileUploadStore, never>;
952
+ static ɵprov: i0.ɵɵInjectableDeclaration<OnemrvaMatFileUploadStore>;
953
+ }
954
+
955
+ interface OnemrvaMatFileUploadInterface {
956
+ listUploadedFiles: (inputs: any) => Observable<ProgressFile[]>;
957
+ upload: (file: ProgressFile) => Observable<HttpEvent<any>>;
958
+ deleteFile: (id: any) => Observable<any>;
959
+ retry: (file: any) => Observable<any>;
960
+ downloadFile?: (id: any) => Observable<any>;
961
+ isSending: BehaviorSubject<boolean>;
962
+ }
963
+ declare class OnemrvaMatFileUploadService implements OnemrvaMatFileUploadInterface {
964
+ isSending: BehaviorSubject<boolean>;
965
+ constructor();
966
+ listUploadedFiles(_inputs: any): Observable<ProgressFile[]>;
967
+ upload(_file: ProgressFile): Observable<HttpEvent<any>>;
968
+ deleteFile(_id: any): Observable<any>;
969
+ retry(file: any): Observable<any>;
970
+ downloadFile(id: any): Observable<any>;
971
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatFileUploadService, never>;
972
+ static ɵprov: i0.ɵɵInjectableDeclaration<OnemrvaMatFileUploadService>;
973
+ }
974
+
975
+ declare class OnemrvaMatInputAddressComponent implements OnInit {
976
+ placeholder: string;
977
+ readonly: boolean;
978
+ address: FormControl;
979
+ mode: 'road-only' | 'full';
980
+ label: string;
981
+ noEntriesFoundLabel: string;
982
+ hint: string;
983
+ countryCodes: string[];
984
+ getAddress: EventEmitter<OSMResult$1>;
985
+ autocompleteTrigger: MatAutocompleteTrigger;
986
+ results$: Observable<OSMResult$1[]>;
987
+ private readonly osm;
988
+ isLoading: boolean;
989
+ firstResult: null | OSMResult$1;
990
+ showNoResult: boolean;
991
+ ngOnInit(): void;
992
+ selectAddress(address: OSMResult$1, emit?: boolean): void;
993
+ clear(): void;
994
+ handleEnter(): void;
995
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatInputAddressComponent, never>;
996
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatInputAddressComponent, "onemrva-mat-input-address", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "address": { "alias": "address"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "label": { "alias": "label"; "required": false; }; "noEntriesFoundLabel": { "alias": "noEntriesFoundLabel"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "countryCodes": { "alias": "countryCodes"; "required": false; }; }, { "getAddress": "getAddress"; }, never, never, true, never>;
997
+ }
998
+
999
+ declare class OnemRvaAddress implements OnInit {
1000
+ defaultCountry: string;
1001
+ form: FormGroup<{
1002
+ country: FormControl<string | null>;
1003
+ street: FormControl<string | null>;
1004
+ postal_code: FormControl<string | null>;
1005
+ city: FormControl<string | null>;
1006
+ street_number: FormControl<string | null>;
1007
+ box: FormControl<string | null>;
1008
+ }>;
1009
+ update: EventEmitter<{
1010
+ country?: string;
1011
+ street?: string;
1012
+ postal_code?: string;
1013
+ city?: string;
1014
+ street_number?: string;
1015
+ box?: string;
1016
+ }>;
1017
+ get countryForm(): FormControl<string | null>;
1018
+ get streetControl(): FormControl<string | null>;
1019
+ get postalCodeControl(): FormControl<string | null>;
1020
+ get cityControl(): FormControl<string | null>;
1021
+ get boxControl(): FormControl<string | null>;
1022
+ get numeroControl(): FormControl<string | null>;
1023
+ ngOnInit(): void;
1024
+ onAddressSelected(result: OSMResult$1): void;
1025
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaAddress, never>;
1026
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemRvaAddress, "onemrva-address", never, { "defaultCountry": { "alias": "defaultCountry"; "required": false; }; "form": { "alias": "form"; "required": false; }; }, { "update": "update"; }, never, never, true, never>;
1027
+ }
1028
+
1029
+ declare class OnemrvaMatInputBirthPlaceComponent implements OnInit, OnDestroy {
1030
+ readonly: i0.InputSignal<boolean>;
1031
+ countryCode: i0.InputSignal<FormControl<OnemRvaCommonCountry$1 | null>>;
1032
+ label: i0.InputSignal<string>;
1033
+ noEntriesFoundLabel: i0.InputSignal<string>;
1034
+ hint: i0.InputSignal<string>;
1035
+ placeholderLabel: i0.InputSignal<string>;
1036
+ searchAriaLabel: i0.InputSignal<string>;
1037
+ returnValue: i0.InputSignal<string>;
1038
+ getCountry: EventEmitter<any>;
1039
+ selectedCountryName: i0.WritableSignal<string | null>;
1040
+ selectedCountryCode: i0.WritableSignal<string | null>;
1041
+ filterCtrl: FormControl<string | null>;
1042
+ destroyNotifier$: Subject<void>;
1043
+ filteredCountries$: Observable<OnemRvaCommonCountry$1[]>;
1044
+ private commonCountryLookupService;
1045
+ private translate;
1046
+ private countries$;
1047
+ constructor();
1048
+ getCountryName(country: OnemRvaCommonCountry$1): string | null;
1049
+ ngOnInit(): void;
1050
+ ngOnDestroy(): void;
1051
+ trackById(index: number, country: OnemRvaCommonCountry$1): string;
1052
+ errors(): string;
1053
+ getValue(country: OnemRvaCommonCountry$1): string | number | OnemRvaCommonCountry$1;
1054
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatInputBirthPlaceComponent, never>;
1055
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatInputBirthPlaceComponent, "onemrva-mat-input-birthplace", never, { "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "countryCode": { "alias": "countryCode"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "noEntriesFoundLabel": { "alias": "noEntriesFoundLabel"; "required": false; "isSignal": true; }; "hint": { "alias": "hint"; "required": false; "isSignal": true; }; "placeholderLabel": { "alias": "placeholderLabel"; "required": false; "isSignal": true; }; "searchAriaLabel": { "alias": "searchAriaLabel"; "required": false; "isSignal": true; }; "returnValue": { "alias": "returnValue"; "required": false; "isSignal": true; }; }, { "getCountry": "getCountry"; }, never, never, true, never>;
1056
+ }
1057
+
1058
+ declare class OnemrvaMatInputCountryComponent implements OnInit {
1059
+ getCountry: EventEmitter<any>;
1060
+ country: i0.InputSignal<FormControl<string | null>>;
1061
+ readonly: i0.InputSignal<boolean>;
1062
+ disabled: i0.InputSignal<boolean>;
1063
+ label: i0.InputSignal<string>;
1064
+ noEntriesFoundLabel: i0.InputSignal<string>;
1065
+ hint: i0.InputSignal<string>;
1066
+ placeholderLabel: i0.InputSignal<string>;
1067
+ searchAriaLabel: i0.InputSignal<string>;
1068
+ filterCtrl: FormControl<string | null>;
1069
+ countries$: Observable<OnemrvaMaterialCountry$1[]>;
1070
+ filteredCountries$: Observable<OnemrvaMaterialCountry$1[]>;
1071
+ selectedCountry$?: Observable<OnemrvaMaterialCountry$1 | undefined>;
1072
+ setValue(country: OnemrvaMaterialCountry$1): void;
1073
+ private readonly cdn;
1074
+ constructor();
1075
+ ngOnInit(): void;
1076
+ handleClick(e: any): void;
1077
+ errors(): "input.country.required" | "input.country.unknown.error";
1078
+ getCounrtyCode(): string | null;
1079
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatInputCountryComponent, never>;
1080
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatInputCountryComponent, "onemrva-mat-input-country", never, { "country": { "alias": "country"; "required": true; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "noEntriesFoundLabel": { "alias": "noEntriesFoundLabel"; "required": false; "isSignal": true; }; "hint": { "alias": "hint"; "required": false; "isSignal": true; }; "placeholderLabel": { "alias": "placeholderLabel"; "required": false; "isSignal": true; }; "searchAriaLabel": { "alias": "searchAriaLabel"; "required": false; "isSignal": true; }; }, { "getCountry": "getCountry"; }, never, never, true, never>;
1081
+ }
1082
+
1083
+ declare class OnemrvaMatInputEnterpriseNumberComponent implements OnInit, OnDestroy {
1084
+ readonly: boolean;
1085
+ enterpriseNumber: FormControl;
1086
+ label: string;
1087
+ noEntriesFoundLabel: string;
1088
+ placeholderLabel: string;
1089
+ defaultCountry: string;
1090
+ searchAriaLabel: string;
1091
+ hint: string;
1092
+ getCountry: EventEmitter<any>;
1093
+ numberInput: ElementRef;
1094
+ countryCode: FormControl;
1095
+ filterCtrl: FormControl<string | null>;
1096
+ destroyNotifier$: Subject<void>;
1097
+ private readonly cdn;
1098
+ countries$: Observable<OnemrvaMaterialCountry$1[]>;
1099
+ filteredCountries$: Observable<OnemrvaMaterialCountry$1[]>;
1100
+ constructor();
1101
+ get number(): FormControl;
1102
+ setCode(country: OnemrvaMaterialCountry$1 | null): void;
1103
+ ngOnInit(): void;
1104
+ clearValidators(): void;
1105
+ formatEnterpriseNumber(country: OnemrvaMaterialCountry$1 | undefined): void;
1106
+ ngOnDestroy(): void;
1107
+ handleClick(e: any): void;
1108
+ errors(): "input.vies.required" | "input.vies.invalid" | "input.vies.unknown.error";
1109
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatInputEnterpriseNumberComponent, never>;
1110
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatInputEnterpriseNumberComponent, "onemrva-mat-input-enterprise-number", never, { "readonly": { "alias": "readonly"; "required": false; }; "enterpriseNumber": { "alias": "enterpriseNumber"; "required": false; }; "label": { "alias": "label"; "required": false; }; "noEntriesFoundLabel": { "alias": "noEntriesFoundLabel"; "required": false; }; "placeholderLabel": { "alias": "placeholderLabel"; "required": false; }; "defaultCountry": { "alias": "defaultCountry"; "required": false; }; "searchAriaLabel": { "alias": "searchAriaLabel"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; }, { "getCountry": "getCountry"; }, never, never, true, never>;
1111
+ }
1112
+
1113
+ declare class OnemrvaMatInputIbanComponent implements ControlValueAccessor, MatFormFieldControl<string>, OnInit, OnDestroy {
1114
+ countryCode: HTMLInputElement;
1115
+ bban: HTMLInputElement;
1116
+ static nextId: number;
1117
+ noEntriesFoundLabel: string;
1118
+ placeholderLabel: string;
1119
+ searchAriaLabel: string;
1120
+ label: string;
1121
+ prioritizedCountries: string[];
1122
+ onlySEPA: boolean;
1123
+ getCountry: EventEmitter<any>;
1124
+ filteredCountries$: Observable<string[]>;
1125
+ filterCtrl: FormControl<string | null>;
1126
+ destroyNotifier$: Subject<void>;
1127
+ placeholderIban: string;
1128
+ controlType: string;
1129
+ stateChanges: Subject<void>;
1130
+ focused: boolean;
1131
+ id: string;
1132
+ touched: boolean;
1133
+ parts: FormGroup<{
1134
+ countryCode: FormControl<string | null>;
1135
+ bban: FormControl<string | null>;
1136
+ }>;
1137
+ get bbanField(): FormControl;
1138
+ get countryCodeField(): FormControl;
1139
+ private readonly focusMonitor;
1140
+ readonly elementRef: ElementRef<any>;
1141
+ private readonly cd;
1142
+ private readonly formBuilder;
1143
+ readonly ngControl: NgControl | null;
1144
+ constructor();
1145
+ errors(): ValidationErrors | null;
1146
+ onChange: (_: any) => void;
1147
+ onTouched: () => void;
1148
+ get errorState(): boolean;
1149
+ get shouldLabelFloat(): boolean;
1150
+ get empty(): boolean;
1151
+ get value(): string;
1152
+ set value(iban: string | null);
1153
+ readonly: boolean;
1154
+ get disabled(): boolean;
1155
+ set disabled(value: BooleanInput);
1156
+ private _disabled;
1157
+ setDisabledState(isDisabled: boolean): void;
1158
+ get placeholder(): string;
1159
+ set placeholder(value: string);
1160
+ private _placeholder;
1161
+ get required(): boolean;
1162
+ set required(value: BooleanInput);
1163
+ private _required;
1164
+ updateNumber(number: string): void;
1165
+ ngOnInit(): void;
1166
+ handleClick(e: any): void;
1167
+ ngOnDestroy(): void;
1168
+ getCountryCodes(prioritizedCountries: string[]): Observable<any>;
1169
+ isLastPrioritized(i: number): boolean;
1170
+ autoFocusNext(control: AbstractControl, nextElement?: HTMLInputElement): void;
1171
+ onContainerClick(event: MouseEvent): void;
1172
+ setDescribedByIds(ids: string[]): void;
1173
+ registerOnChange(fn: any): void;
1174
+ registerOnTouched(fn: any): void;
1175
+ writeValue(iban: string | null): void;
1176
+ _handleInput(control: AbstractControl, nextElement?: HTMLInputElement): void;
1177
+ firstTwoCharsAreLetters(input: string): boolean;
1178
+ generatePlaceholder(chars: number): string;
1179
+ onKeyup(event: KeyboardEvent): void;
1180
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatInputIbanComponent, never>;
1181
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatInputIbanComponent, "onemrva-mat-input-iban", never, { "noEntriesFoundLabel": { "alias": "noEntriesFoundLabel"; "required": false; }; "placeholderLabel": { "alias": "placeholderLabel"; "required": false; }; "searchAriaLabel": { "alias": "searchAriaLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "prioritizedCountries": { "alias": "prioritizedCountries"; "required": false; }; "onlySEPA": { "alias": "onlySEPA"; "required": false; }; "value": { "alias": "value"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, { "getCountry": "getCountry"; }, never, never, true, never>;
1182
+ }
1183
+
1184
+ declare class OnemrvaMatInputPhoneComponent implements OnInit, OnDestroy {
1185
+ readonly: boolean;
1186
+ phoneNumber: FormControl;
1187
+ label: string;
1188
+ noEntriesFoundLabel: string;
1189
+ placeholder: string;
1190
+ placeholderLabel: string;
1191
+ defaultPrefix: string;
1192
+ searchAriaLabel: string;
1193
+ hint: string;
1194
+ getCountry: EventEmitter<any>;
1195
+ numberInput: ElementRef;
1196
+ countryCode: FormControl;
1197
+ filterCtrl: FormControl<string | null>;
1198
+ destroyNotifier$: Subject<void>;
1199
+ private readonly cdn;
1200
+ countries$: Observable<OnemrvaMaterialCountry$1[]>;
1201
+ filteredCountries$: Observable<OnemrvaMaterialCountry$1[]>;
1202
+ constructor();
1203
+ get number(): FormControl;
1204
+ ngOnInit(): void;
1205
+ handleClick(e: any): void;
1206
+ private clearValidators;
1207
+ private formatPhoneNumber;
1208
+ ngOnDestroy(): void;
1209
+ errors(): "input.phone.invalid" | "input.phone.required" | "input.phone.unknown.error";
1210
+ phoneNumberValidator(code: string): ValidatorFn;
1211
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatInputPhoneComponent, never>;
1212
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatInputPhoneComponent, "onemrva-mat-input-phone", never, { "readonly": { "alias": "readonly"; "required": false; }; "phoneNumber": { "alias": "phoneNumber"; "required": false; }; "label": { "alias": "label"; "required": false; }; "noEntriesFoundLabel": { "alias": "noEntriesFoundLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "placeholderLabel": { "alias": "placeholderLabel"; "required": false; }; "defaultPrefix": { "alias": "defaultPrefix"; "required": false; }; "searchAriaLabel": { "alias": "searchAriaLabel"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; }, { "getCountry": "getCountry"; }, never, never, true, never>;
1213
+ }
1214
+
1215
+ declare class PhoneNumberDirective {
1216
+ onKeyDown(event: any): void;
1217
+ static ɵfac: i0.ɵɵFactoryDeclaration<PhoneNumberDirective, never>;
1218
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PhoneNumberDirective, "[phoneNumber]", never, {}, {}, never, never, true, never>;
1219
+ }
1220
+
1221
+ declare class OnemrvaMatMessageBoxComponent implements AfterViewInit {
1222
+ label: false | string;
1223
+ messageCode: string;
1224
+ mbcontent: ElementRef;
1225
+ /**
1226
+ * Returns the `aria-label` attribute of the element.
1227
+ *
1228
+ * @example
1229
+ * ```typescript
1230
+ * let elementLabel = this.<element>.ariaLabel;
1231
+ * ```
1232
+ *
1233
+ */
1234
+ ariaLabel: string;
1235
+ showIcon: boolean;
1236
+ /**
1237
+ * Returns the `role` attribute of the element.
1238
+ *
1239
+ * @example
1240
+ * ```typescript
1241
+ * let elementRole = this.<element>.role;
1242
+ * ```
1243
+ */
1244
+ role: string;
1245
+ /**
1246
+ * Host `class.onemrva-mat-message-box` binding.
1247
+ *
1248
+ * @hidden
1249
+ * @internal
1250
+ */
1251
+ cssClass: string;
1252
+ /**
1253
+ * Sets the `id` of the element. If not set, the first component instance will have `id` = `"onemrva-mat-*-0"`.
1254
+ *
1255
+ * @example
1256
+ * ```html
1257
+ * <onemrva-mat-* id="my-first-*"></onemrva-mat-*>
1258
+ * ```
1259
+ */
1260
+ id: string;
1261
+ /**
1262
+ * Sets the `data-cy` of the element. If not set, the first component instance will have `data-cy` = `"onemrva-mat-*-0"`.
1263
+ *
1264
+ * @example
1265
+ * ```html
1266
+ * <onemrva-mat-* id="my-first-*"></onemrva-mat-*>
1267
+ * ```
1268
+ */
1269
+ dataCy: string;
1270
+ /**
1271
+ * @hidden
1272
+ * @internal
1273
+ */
1274
+ private _color;
1275
+ /**
1276
+ * Returns the color of the element.
1277
+ *
1278
+ * @example
1279
+ * ```typescript
1280
+ * let color = this.<element>.color;
1281
+ * ```
1282
+ */
1283
+ get color(): OnemrvaMatColor;
1284
+ /**
1285
+ * Sets the size of the element.
1286
+ * By default, the size is `"small"`. It can be set to `"medium"` or `"large"`.
1287
+ *
1288
+ * @example
1289
+ * ```html
1290
+ * <onemrva-mat-* size="large"></onemrva-mat-*>
1291
+ * ```
1292
+ */
1293
+ set color(value: OnemrvaMatColor);
1294
+ /** @hidden @internal */
1295
+ get _isError(): boolean;
1296
+ /** @hidden @internal */
1297
+ get _isWarn(): boolean;
1298
+ /** @hidden @internal */
1299
+ get _isSuccess(): boolean;
1300
+ /** @hidden @internal */
1301
+ get _isPrimary(): boolean;
1302
+ /** @hidden @internal */
1303
+ get isGrayscale(): boolean;
1304
+ /** @hidden @internal */
1305
+ get _isInfo(): boolean;
1306
+ ngAfterViewInit(): void;
1307
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatMessageBoxComponent, never>;
1308
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatMessageBoxComponent, "onemrva-mat-message-box", never, { "label": { "alias": "label"; "required": false; }; "messageCode": { "alias": "messageCode"; "required": false; }; "id": { "alias": "id"; "required": false; }; "dataCy": { "alias": "dataCy"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], true, never>;
1309
+ }
1310
+
1311
+ declare class OnemrvaMatMessageBoxModule {
1312
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatMessageBoxModule, never>;
1313
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatMessageBoxModule, never, [typeof OnemrvaMatMessageBoxComponent], never>;
1314
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatMessageBoxModule>;
1315
+ }
1316
+
1317
+ declare class OnemrvaMatMultiSelectComponent extends MatFormFieldControl<any> implements OnInit, OnDestroy, AfterContentChecked {
1318
+ counter: number;
1319
+ _values: any[];
1320
+ stateChanges: Subject<void>;
1321
+ multiple: boolean;
1322
+ formControl: FormControl;
1323
+ role: string;
1324
+ label: string;
1325
+ invalid: boolean;
1326
+ showFilter: boolean;
1327
+ selectionToggle: boolean;
1328
+ dataCy: string;
1329
+ searchFilter: FormControl;
1330
+ matOptions: QueryList<MatOption>;
1331
+ matOptions$?: Observable<MatOption<any>[]>;
1332
+ onDestroy$: Subject<any>;
1333
+ get opacity(): 1 | 0.4;
1334
+ focused: boolean;
1335
+ onFocus(): void;
1336
+ onBlur(): void;
1337
+ translate: TranslateService;
1338
+ cd: ChangeDetectorRef;
1339
+ constructor();
1340
+ onChange: (_values: any[]) => void;
1341
+ onTouched: () => void;
1342
+ writeValue(values: any[] | any | undefined | null): void;
1343
+ registerOnChange(fn: (value: any[]) => void): void;
1344
+ registerOnTouched(fn: () => void): void;
1345
+ isAllSelected(): boolean;
1346
+ selectAll(): void;
1347
+ isNoneSelected(): boolean;
1348
+ deselectAll(_$event: MouseEvent): void;
1349
+ onContainerClick(_event: MouseEvent): void;
1350
+ setDescribedByIds(_ids: string[]): void;
1351
+ ngOnDestroy(): void;
1352
+ optionSize: number;
1353
+ ngOnInit(): void;
1354
+ ngAfterContentChecked(): void;
1355
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatMultiSelectComponent, never>;
1356
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatMultiSelectComponent, "onemrva-mat-multi-select", never, { "multiple": { "alias": "multiple"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; "role": { "alias": "attr.role"; "required": false; }; "label": { "alias": "attr.aria-label"; "required": false; }; "invalid": { "alias": "attr.aria-invalid"; "required": false; }; "showFilter": { "alias": "showFilter"; "required": false; }; "selectionToggle": { "alias": "selectionToggle"; "required": false; }; "dataCy": { "alias": "attr.data-cy"; "required": false; }; }, {}, ["matOptions"], never, true, never>;
1357
+ }
1358
+
1359
+ declare class OnemrvaMatMultiSelectModule {
1360
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatMultiSelectModule, never>;
1361
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatMultiSelectModule, never, [typeof OnemrvaMatMultiSelectComponent], never>;
1362
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatMultiSelectModule>;
1363
+ }
1364
+
1365
+ declare class OnemrvaMatNotificationComponent implements OnDestroy {
1366
+ message: string;
1367
+ closable: boolean;
1368
+ _isOpen: boolean;
1369
+ notificationClose: EventEmitter<void>;
1370
+ /** @hidden @internal */
1371
+ get _closed(): boolean;
1372
+ id: string;
1373
+ dataCy: string;
1374
+ /**
1375
+ * Returns the `aria-label` attribute of the component.
1376
+ *
1377
+ * @example
1378
+ * ```typescript
1379
+ * let ariaLabel = this.avatar.ariaLabel;
1380
+ * ```
1381
+ *
1382
+ */
1383
+ ariaLive: string;
1384
+ /**
1385
+ * Returns the `role` attribute of the component.
1386
+ *
1387
+ * @example
1388
+ * ```typescript
1389
+ * let avatarRole = this.avatar.role;
1390
+ * ```
1391
+ */
1392
+ role: string;
1393
+ private destroyNotifier$;
1394
+ isSmall: boolean;
1395
+ breakpointObserver: BreakpointObserver;
1396
+ constructor();
1397
+ ngOnDestroy(): void;
1398
+ closeNotification(): void;
1399
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatNotificationComponent, never>;
1400
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatNotificationComponent, "onemrva-mat-notification", never, { "message": { "alias": "message"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "id": { "alias": "id"; "required": false; }; "dataCy": { "alias": "dataCy"; "required": false; }; }, { "notificationClose": "notificationClose"; }, never, ["*"], true, never>;
1401
+ }
1402
+
1403
+ interface NavItem {
1404
+ label: string;
1405
+ icon?: string;
1406
+ dataCy?: string;
1407
+ routerLink?: string;
1408
+ children?: NavItem[];
1409
+ highlighted?: boolean;
1410
+ opened?: boolean;
1411
+ }
1412
+
1413
+ declare class OnemrvaMatNavigationComponent {
1414
+ items: i0.InputSignal<NavItem[]>;
1415
+ level: i0.InputSignal<number>;
1416
+ translate: i0.InputSignal<boolean>;
1417
+ router: Router;
1418
+ constructor();
1419
+ private updateNavigationState;
1420
+ private resetNavigationStates;
1421
+ private findActiveItemPath;
1422
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatNavigationComponent, never>;
1423
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatNavigationComponent, "onemrva-mat-navigation", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "level": { "alias": "level"; "required": false; "isSignal": true; }; "translate": { "alias": "translate"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1424
+ }
1425
+
1426
+ declare class OnemrvaMatNavigationItemComponent implements AfterViewInit {
1427
+ routerLink: string | undefined;
1428
+ routerLinkActiveOptions?: any;
1429
+ dataCy?: string;
1430
+ baseRouteForActiveMenu?: string;
1431
+ label: string;
1432
+ icon?: string;
1433
+ level: number;
1434
+ highlighted: boolean | undefined;
1435
+ opened: boolean | undefined;
1436
+ children: NavItem[] | undefined;
1437
+ customNgClass: any;
1438
+ translate: boolean;
1439
+ matExpansionPanel?: MatExpansionPanel;
1440
+ isExpanded: boolean;
1441
+ get isHighlighted(): boolean | undefined;
1442
+ get isHighlighted2(): boolean;
1443
+ get indentArray(): number[];
1444
+ cd: ChangeDetectorRef;
1445
+ ngAfterViewInit(): void;
1446
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatNavigationItemComponent, never>;
1447
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatNavigationItemComponent, "onemrva-mat-navigation-item", never, { "routerLink": { "alias": "routerLink"; "required": false; }; "routerLinkActiveOptions": { "alias": "routerLinkActiveOptions"; "required": false; }; "dataCy": { "alias": "dataCy"; "required": false; }; "baseRouteForActiveMenu": { "alias": "baseRouteForActiveMenu"; "required": false; }; "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "level": { "alias": "level"; "required": false; }; "highlighted": { "alias": "highlighted"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; "children": { "alias": "children"; "required": false; }; "customNgClass": { "alias": "customNgClass"; "required": false; }; "translate": { "alias": "translate"; "required": false; }; }, {}, never, ["*"], true, never>;
1448
+ }
1449
+
1450
+ declare class OnemrvaMatPaginatorComponent implements OnInit, OnDestroy {
1451
+ type: 'default' | 'complex';
1452
+ pageSizeSelector: boolean;
1453
+ pageSizeOptions: number[];
1454
+ pageSizeDefaultOption: number;
1455
+ recordKey: string;
1456
+ private _isInitialized;
1457
+ private _initializedStream;
1458
+ /** Emits when the paginator is initialized. */
1459
+ initialized: Observable<void>;
1460
+ maxRecordNumber: number;
1461
+ private _pageIndex;
1462
+ private _prevIndex;
1463
+ private _length;
1464
+ private _pageSize;
1465
+ private _totalNumberOfPages;
1466
+ get pageIndex(): number;
1467
+ set pageIndex(index: number);
1468
+ resetPageIndex(): void;
1469
+ get length(): number;
1470
+ set length(length: number);
1471
+ get pageSize(): number;
1472
+ set pageSize(pageSize: number);
1473
+ get totalNumberOfPages(): number;
1474
+ previousKey: string;
1475
+ nextKey: string;
1476
+ /** Deprecated **/
1477
+ onRequestPage: EventEmitter<number>;
1478
+ /** Event emitted when the paginator changes the page size or page index. */
1479
+ readonly page: EventEmitter<PageEvent>;
1480
+ pageIndex$: BehaviorSubject<number>;
1481
+ pageSize$: BehaviorSubject<number>;
1482
+ pages: number[];
1483
+ numberOfReachablePages: number;
1484
+ private readonly cd;
1485
+ refreshState(): void;
1486
+ refreshDefault(): void;
1487
+ refreshComplex(): void;
1488
+ /** Emits an event notifying that a change of the paginator's properties has been triggered. */
1489
+ private _emitPageEvent;
1490
+ ngOnInit(): void;
1491
+ ngOnDestroy(): void;
1492
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatPaginatorComponent, never>;
1493
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatPaginatorComponent, "onemrva-mat-paginator", never, { "type": { "alias": "type"; "required": false; }; "pageSizeSelector": { "alias": "pageSizeSelector"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "pageSizeDefaultOption": { "alias": "pageSizeDefaultOption"; "required": false; }; "recordKey": { "alias": "recordKey"; "required": false; }; "pageIndex": { "alias": "pageIndex"; "required": false; }; "length": { "alias": "length"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "previousKey": { "alias": "previousKey"; "required": false; }; "nextKey": { "alias": "nextKey"; "required": false; }; }, { "onRequestPage": "onRequestPage"; "page": "page"; }, never, never, true, never>;
1494
+ }
1495
+
1496
+ declare class OnemrvaMatPaginatorModule {
1497
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatPaginatorModule, never>;
1498
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatPaginatorModule, never, [typeof OnemrvaMatPaginatorComponent], never>;
1499
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatPaginatorModule>;
1500
+ }
1501
+
1502
+ declare class OnemrvaMatPanelTitleActionComponent {
1503
+ customNgClass: any;
1504
+ template?: TemplateRef<any>;
1505
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatPanelTitleActionComponent, never>;
1506
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatPanelTitleActionComponent, "onemrva-mat-panel-title-action", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; }, {}, never, ["*"], true, never>;
1507
+ }
1508
+
1509
+ declare class OnemrvaMatPanelTitleComponent implements AfterViewInit {
1510
+ customNgClass: any;
1511
+ template?: TemplateRef<any>;
1512
+ content?: OnemrvaMatPanelTitleActionComponent;
1513
+ toggleButtonReference: ElementRef | null;
1514
+ private readonly cd;
1515
+ ngAfterViewInit(): void;
1516
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatPanelTitleComponent, never>;
1517
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatPanelTitleComponent, "onemrva-mat-panel-title", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; }, {}, ["content"], ["*"], true, never>;
1518
+ }
1519
+
1520
+ declare class OnemrvaMatPanelContentComponent {
1521
+ customNgClass: any;
1522
+ template?: TemplateRef<any>;
1523
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatPanelContentComponent, never>;
1524
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatPanelContentComponent, "onemrva-mat-panel-content", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; }, {}, never, ["*"], true, never>;
1525
+ }
1526
+
1527
+ declare class OnemrvaMatPanelIconComponent {
1528
+ customNgClass: any;
1529
+ template?: TemplateRef<any>;
1530
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatPanelIconComponent, never>;
1531
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatPanelIconComponent, "onemrva-mat-panel-icon", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; }, {}, never, ["*"], true, never>;
1532
+ }
1533
+
1534
+ declare class OnemrvaMatPanelComponent implements AfterViewInit {
1535
+ id: string;
1536
+ data_cy: string;
1537
+ disabled: boolean;
1538
+ panel?: OnemrvaMatPanelComponent;
1539
+ title?: OnemrvaMatPanelTitleComponent;
1540
+ content: OnemrvaMatPanelContentComponent;
1541
+ icon?: OnemrvaMatPanelIconComponent;
1542
+ expandable: boolean;
1543
+ expanded: i0.InputSignal<boolean>;
1544
+ expandedChange: i0.OutputEmitterRef<boolean>;
1545
+ error?: string;
1546
+ private readonly cd;
1547
+ onChangeState(val: boolean): void;
1548
+ ngAfterViewInit(): void;
1549
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatPanelComponent, never>;
1550
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatPanelComponent, "onemrva-mat-panel", never, { "id": { "alias": "id"; "required": false; }; "data_cy": { "alias": "data_cy"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; }, { "expandedChange": "expandedChange"; }, ["panel", "title", "content", "icon"], never, true, never>;
1551
+ }
1552
+
1553
+ declare class OnemrvaMatPanelModule {
1554
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatPanelModule, never>;
1555
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatPanelModule, never, [typeof OnemrvaMatPanelComponent, typeof OnemrvaMatPanelTitleComponent, typeof OnemrvaMatPanelContentComponent, typeof OnemrvaMatPanelTitleActionComponent, typeof OnemrvaMatPanelIconComponent], [typeof OnemrvaMatPanelComponent, typeof OnemrvaMatPanelTitleComponent, typeof OnemrvaMatPanelContentComponent, typeof OnemrvaMatPanelTitleActionComponent, typeof OnemrvaMatPanelIconComponent]>;
1556
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatPanelModule>;
1557
+ }
1558
+
1559
+ declare class MatExpansionPanelHeaderArrowDivider {
1560
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatExpansionPanelHeaderArrowDivider, never>;
1561
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatExpansionPanelHeaderArrowDivider, "mat-expansion-panel-header-arrow-divider", never, {}, {}, never, never, true, never>;
1562
+ }
1563
+
1564
+ declare class OnemrvaMatPopOverTriggerComponent {
1565
+ dataCy: string;
1566
+ template?: TemplateRef<any>;
1567
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatPopOverTriggerComponent, never>;
1568
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatPopOverTriggerComponent, "onemrva-mat-pop-over-trigger", never, { "dataCy": { "alias": "dataCy"; "required": false; }; }, {}, never, ["*"], true, never>;
1569
+ }
1570
+
1571
+ declare class OnemrvaMatPopOverContentComponent {
1572
+ dataCy: string;
1573
+ template?: TemplateRef<any>;
1574
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatPopOverContentComponent, never>;
1575
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatPopOverContentComponent, "onemrva-mat-pop-over-content", never, { "dataCy": { "alias": "dataCy"; "required": false; }; }, {}, never, ["*"], true, never>;
1576
+ }
1577
+
1578
+ declare class OnemrvaMatPopOverComponent implements AfterViewInit {
1579
+ isOpen: boolean;
1580
+ position: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';
1581
+ dataCyTrigger: string;
1582
+ dataCyPo: string;
1583
+ poId: string;
1584
+ trigger?: OnemrvaMatPopOverTriggerComponent;
1585
+ content?: OnemrvaMatPopOverContentComponent;
1586
+ private readonly cd;
1587
+ ngAfterViewInit(): void;
1588
+ togglePopOver(): void;
1589
+ closePopOver(): void;
1590
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatPopOverComponent, never>;
1591
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatPopOverComponent, "onemrva-mat-pop-over", never, { "position": { "alias": "position"; "required": false; }; "dataCyTrigger": { "alias": "dataCyTrigger"; "required": false; }; "dataCyPo": { "alias": "dataCyPo"; "required": false; }; "poId": { "alias": "poId"; "required": false; }; }, {}, ["trigger", "content"], never, true, never>;
1592
+ }
1593
+
1594
+ declare class OnemrvaMatPopOverModule {
1595
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatPopOverModule, never>;
1596
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatPopOverModule, never, [typeof OnemrvaMatPopOverComponent, typeof OnemrvaMatPopOverContentComponent, typeof OnemrvaMatPopOverTriggerComponent], [typeof OnemrvaMatPopOverComponent, typeof OnemrvaMatPopOverContentComponent, typeof OnemrvaMatPopOverTriggerComponent]>;
1597
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatPopOverModule>;
1598
+ }
1599
+
1600
+ declare class OnemrvaMatProgressBarComponent implements OnInit {
1601
+ label$?: Observable<string>;
1602
+ value$: Observable<number>;
1603
+ dataCy: string;
1604
+ role: string;
1605
+ ariaLabel: string;
1606
+ progress$: Observable<string>;
1607
+ ngOnInit(): void;
1608
+ success: boolean;
1609
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatProgressBarComponent, never>;
1610
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatProgressBarComponent, "onemrva-mat-progress-bar", never, { "label$": { "alias": "label$"; "required": false; }; "value$": { "alias": "value$"; "required": false; }; "dataCy": { "alias": "dataCy"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, never, true, never>;
1611
+ }
1612
+
1613
+ /**
1614
+ * Directive for providing a custom clear-icon.
1615
+ * e.g.
1616
+ * <mat-select-search [formControl]="bankFilterCtrl">
1617
+ * <mat-icon matSelectSearchClear>delete</mat-icon>
1618
+ * </mat-select-search>
1619
+ */
1620
+ declare class MatSelectSearchClearDirective {
1621
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectSearchClearDirective, never>;
1622
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatSelectSearchClearDirective, "[matSelectSearchClear]", never, {}, {}, never, never, true, never>;
1623
+ }
1624
+
1625
+ /**
1626
+ * Directive for providing a custom no entries found element.
1627
+ * e.g.
1628
+ * <mat-select-search [formControl]="bankFilterCtrl">
1629
+ * <span matSelectNoEntriesFound>
1630
+ * No entries found <button>Add</button>
1631
+ * </span>
1632
+ * </mat-select-search>
1633
+ */
1634
+ declare class MatSelectNoEntriesFoundDirective {
1635
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectNoEntriesFoundDirective, never>;
1636
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatSelectNoEntriesFoundDirective, "[matSelectNoEntriesFound]", never, {}, {}, never, never, true, never>;
1637
+ }
1638
+
1639
+ declare class MatSelectSearchComponent implements OnInit, OnDestroy, ControlValueAccessor {
1640
+ /** Label of the search placeholder */
1641
+ placeholderLabel: string;
1642
+ /** Type of the search input field */
1643
+ type: string;
1644
+ /** Font-based icon used for displaying Close-Icon */
1645
+ closeIcon: string;
1646
+ /** Svg-based icon used for displaying Close-Icon. If set, closeIcon is overridden */
1647
+ closeSvgIcon: string;
1648
+ /** Label to be shown when no entries are found. Set to null if no message should be shown. */
1649
+ noEntriesFoundLabel: string;
1650
+ /**
1651
+ * Whether or not the search field should be cleared after the dropdown menu is closed.
1652
+ */
1653
+ clearSearchInput: boolean;
1654
+ /** Whether to show the search-in-progress indicator */
1655
+ searching: boolean;
1656
+ /** Disables initial focusing of the input field */
1657
+ disableInitialFocus: boolean;
1658
+ /** Enable clear input on escape pressed */
1659
+ enableClearOnEscapePressed: boolean;
1660
+ /**
1661
+ * Prevents home / end key being propagated to mat-select,
1662
+ * allowing to move the cursor within the search input instead of navigating the options
1663
+ */
1664
+ preventHomeEndKeyPropagation: boolean;
1665
+ /** Disables scrolling to active options when option list changes. Useful for server-side search */
1666
+ disableScrollToActiveOnOptionsChanged: boolean;
1667
+ /** Adds 508 screen reader support for search box */
1668
+ ariaLabel: string;
1669
+ /** Whether to show Select All Checkbox (for mat-select[multi=true]) */
1670
+ showToggleAllCheckbox: boolean;
1671
+ /** select all checkbox checked state */
1672
+ toggleAllCheckboxChecked: boolean;
1673
+ /** select all checkbox indeterminate state */
1674
+ toggleAllCheckboxIndeterminate: boolean;
1675
+ /** Display a message in a tooltip on the toggle-all checkbox */
1676
+ toggleAllCheckboxTooltipMessage: string;
1677
+ /** Define the position of the tooltip on the toggle-all checkbox. */
1678
+ toggleAllCheckboxTooltipPosition: 'left' | 'right' | 'above' | 'below' | 'before' | 'after';
1679
+ /** Show/Hide the search clear button of the search input */
1680
+ hideClearSearchButton: boolean;
1681
+ /**
1682
+ * Always restore selected options on selectionChange for mode multi (e.g. for lazy loading/infinity scrolling).
1683
+ * Defaults to false, so selected options are only restored while filtering is active.
1684
+ */
1685
+ alwaysRestoreSelectedOptionsMulti: boolean;
1686
+ /** Output emitter to send to parent component with the toggle all boolean */
1687
+ toggleAll: EventEmitter<boolean>;
1688
+ /** Reference to the search input field */
1689
+ searchSelectInput?: ElementRef;
1690
+ /** Reference to the search input field */
1691
+ innerSelectSearch?: ElementRef;
1692
+ /** Reference to custom search input clear icon */
1693
+ clearIcon?: MatSelectSearchClearDirective;
1694
+ /** Reference to custom no entries found element */
1695
+ noEntriesFound?: MatSelectNoEntriesFoundDirective;
1696
+ /** Current search value */
1697
+ get value(): string;
1698
+ private _lastExternalInputValue?;
1699
+ onTouched: (_: any) => void;
1700
+ /** Reference to the MatSelect options */
1701
+ set _options(_options: QueryList<MatOption>);
1702
+ get _options(): QueryList<MatOption>;
1703
+ _options$: BehaviorSubject<QueryList<MatOption>>;
1704
+ private optionsList$;
1705
+ private optionsLength$;
1706
+ /** Previously selected values when using <mat-select [multiple]="true">*/
1707
+ private previousSelectedValues?;
1708
+ _formControl: FormControl<string | null>;
1709
+ /** whether to show the no entries found message */
1710
+ _showNoEntriesFound$: Observable<boolean>;
1711
+ /** Subject that emits when the component has been destroyed. */
1712
+ private _onDestroy;
1713
+ /** Reference to active descendant for ARIA Support. */
1714
+ private activeDescendant?;
1715
+ readonly matSelect: MatSelect;
1716
+ readonly changeDetectorRef: ChangeDetectorRef;
1717
+ private readonly _viewportRuler;
1718
+ readonly matOption: MatOption<any> | null;
1719
+ readonly matFormField: MatFormField | null;
1720
+ private readonly defaultOptions;
1721
+ constructor();
1722
+ private applyDefaultOptions;
1723
+ ngOnInit(): void;
1724
+ _emitSelectAllBooleanToParent(state: boolean): void;
1725
+ ngOnDestroy(): void;
1726
+ _isToggleAllCheckboxVisible(): boolean;
1727
+ /**
1728
+ * Handles the key down event with MatSelect.
1729
+ * Allows e.g. selecting with enter key, navigation with arrow keys, etc.
1730
+ * @param event
1731
+ */
1732
+ _handleKeydown(event: KeyboardEvent): void;
1733
+ /**
1734
+ * Handles the key up event with MatSelect.
1735
+ * Allows e.g. the announcing of the currently activeDescendant by screen readers.
1736
+ */
1737
+ _handleKeyup(event: KeyboardEvent): void;
1738
+ writeValue(value: string): void;
1739
+ onBlur(): void;
1740
+ registerOnChange(fn: (value: string | null) => void): void;
1741
+ registerOnTouched(fn: () => void): void;
1742
+ /**
1743
+ * Focuses the search input field
1744
+ */
1745
+ _focus(): void;
1746
+ /**
1747
+ * Resets the current search value
1748
+ * @param focus whether to focus after resetting
1749
+ */
1750
+ _reset(focus?: boolean): void;
1751
+ /**
1752
+ * Initializes handling <mat-select [multiple]="true">
1753
+ * Note: to improve this code, mat-select should be extended to allow disabling resetting the selection while filtering.
1754
+ */
1755
+ private initMultipleHandling;
1756
+ /**
1757
+ * Set the width of the innerSelectSearch to fit even custom scrollbars
1758
+ * And support all Operation Systems
1759
+ */
1760
+ updateInputWidth(): void;
1761
+ /**
1762
+ * Determine the offset to length that can be caused by the optional matOption used as a search input.
1763
+ */
1764
+ private getOptionsLengthOffset;
1765
+ private unselectActiveDescendant;
1766
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectSearchComponent, never>;
1767
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatSelectSearchComponent, "mat-select-search", never, { "placeholderLabel": { "alias": "placeholderLabel"; "required": false; }; "type": { "alias": "type"; "required": false; }; "closeIcon": { "alias": "closeIcon"; "required": false; }; "closeSvgIcon": { "alias": "closeSvgIcon"; "required": false; }; "noEntriesFoundLabel": { "alias": "noEntriesFoundLabel"; "required": false; }; "clearSearchInput": { "alias": "clearSearchInput"; "required": false; }; "searching": { "alias": "searching"; "required": false; }; "disableInitialFocus": { "alias": "disableInitialFocus"; "required": false; }; "enableClearOnEscapePressed": { "alias": "enableClearOnEscapePressed"; "required": false; }; "preventHomeEndKeyPropagation": { "alias": "preventHomeEndKeyPropagation"; "required": false; }; "disableScrollToActiveOnOptionsChanged": { "alias": "disableScrollToActiveOnOptionsChanged"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "showToggleAllCheckbox": { "alias": "showToggleAllCheckbox"; "required": false; }; "toggleAllCheckboxChecked": { "alias": "toggleAllCheckboxChecked"; "required": false; }; "toggleAllCheckboxIndeterminate": { "alias": "toggleAllCheckboxIndeterminate"; "required": false; }; "toggleAllCheckboxTooltipMessage": { "alias": "toggleAllCheckboxTooltipMessage"; "required": false; }; "toggleAllCheckboxTooltipPosition": { "alias": "toggleAllCheckboxTooltipPosition"; "required": false; }; "hideClearSearchButton": { "alias": "hideClearSearchButton"; "required": false; }; "alwaysRestoreSelectedOptionsMulti": { "alias": "alwaysRestoreSelectedOptionsMulti"; "required": false; }; }, { "toggleAll": "toggleAll"; }, ["clearIcon", "noEntriesFound"], ["[matSelectSearchClear]", ".mat-select-search-custom-header-content", "[matSelectNoEntriesFound]"], true, never>;
1768
+ }
1769
+
1770
+ declare class MatSelectSearchModule {
1771
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectSearchModule, never>;
1772
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatSelectSearchModule, never, [typeof MatSelectSearchComponent, typeof MatSelectSearchClearDirective, typeof MatSelectNoEntriesFoundDirective], [typeof MatSelectSearchComponent, typeof MatSelectSearchClearDirective, typeof MatSelectNoEntriesFoundDirective]>;
1773
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatSelectSearchModule>;
1774
+ }
1775
+
1776
+ /** List of inputs of NgxMatSelectSearchComponent that can be configured with a global default. */
1777
+ declare const configurableDefaultOptions: readonly ["ariaLabel", "clearSearchInput", "closeIcon", "closeSvgIcon", "disableInitialFocus", "disableScrollToActiveOnOptionsChanged", "enableClearOnEscapePressed", "hideClearSearchButton", "noEntriesFoundLabel", "placeholderLabel", "preventHomeEndKeyPropagation", "searching"];
1778
+ type ConfigurableDefaultOptions = (typeof configurableDefaultOptions)[number];
1779
+ /**
1780
+ * InjectionToken that can be used to specify global options. e.g.
1781
+ *
1782
+ * ```typescript
1783
+ * providers: [
1784
+ * {
1785
+ * provide: MAT_SELECTSEARCH_DEFAULT_OPTIONS,
1786
+ * useValue: <MatSelectSearchOptions>{
1787
+ * closeIcon: 'delete',
1788
+ * noEntriesFoundLabel: 'No options found'
1789
+ * }
1790
+ * }
1791
+ * ]
1792
+ * ```
1793
+ *
1794
+ * See the corresponding inputs of `MatSelectSearchComponent` for documentation.
1795
+ */
1796
+ declare const MAT_SELECTSEARCH_DEFAULT_OPTIONS: InjectionToken<Readonly<Partial<Pick<MatSelectSearchComponent, "ariaLabel" | "noEntriesFoundLabel" | "placeholderLabel" | "closeIcon" | "closeSvgIcon" | "clearSearchInput" | "searching" | "disableInitialFocus" | "enableClearOnEscapePressed" | "preventHomeEndKeyPropagation" | "disableScrollToActiveOnOptionsChanged" | "hideClearSearchButton">>>>;
1797
+ /** Global configurable options for MatSelectSearch. */
1798
+ type MatSelectSearchOptions = Readonly<Partial<Pick<MatSelectSearchComponent, ConfigurableDefaultOptions>>>;
1799
+
1800
+ declare class OnemrvaMatSelectableBoxComponent implements AfterViewInit {
1801
+ id: string;
1802
+ radioButton: MatRadioButton | undefined;
1803
+ value: string;
1804
+ disabled: boolean;
1805
+ checked: boolean;
1806
+ iconSize: OnemrvaMatSize;
1807
+ valueChange: EventEmitter<MatRadioChange<any>>;
1808
+ changeDetectorRef: ChangeDetectorRef;
1809
+ ngAfterViewInit(): void;
1810
+ valueChanged(event: MatRadioChange): void;
1811
+ isChecked(): boolean | undefined;
1812
+ triggerRadioClick(): void;
1813
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatSelectableBoxComponent, never>;
1814
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatSelectableBoxComponent, "onemrva-mat-selectable-box", never, { "id": { "alias": "id"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; }, { "valueChange": "valueChange"; }, never, ["[title]", "[icon]", "[sticker]", "*"], true, never>;
1815
+ }
1816
+
1817
+ declare class OnemrvaMatSelectableBoxModule {
1818
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatSelectableBoxModule, never>;
1819
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatSelectableBoxModule, never, [typeof OnemrvaMatSelectableBoxComponent], [typeof OnemrvaMatSelectableBoxComponent]>;
1820
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatSelectableBoxModule>;
1821
+ }
1822
+
1823
+ interface OnemrvaMenu {
1824
+ wordingKey: string;
1825
+ path?: string;
1826
+ key?: string;
1827
+ }
1828
+ declare class OnemrvaMatSideMenuComponent implements OnInit, OnDestroy {
1829
+ menuHeaderKey: string;
1830
+ menus: OnemrvaMenu[];
1831
+ currentMenu?: string;
1832
+ onSelectOption: EventEmitter<OnemrvaMenu>;
1833
+ isSmall: boolean;
1834
+ breakpointObserverSubscription?: Subscription;
1835
+ breakpointObserver: BreakpointObserver;
1836
+ ngOnInit(): void;
1837
+ ngOnDestroy(): void;
1838
+ selectMenu(menu: OnemrvaMenu): void;
1839
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatSideMenuComponent, never>;
1840
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatSideMenuComponent, "onemrva-mat-side-menu", never, { "menuHeaderKey": { "alias": "menuHeaderKey"; "required": false; }; "menus": { "alias": "menus"; "required": false; }; "currentMenu": { "alias": "currentMenu"; "required": false; }; }, { "onSelectOption": "onSelectOption"; }, never, never, true, never>;
1841
+ }
1842
+
1843
+ declare class OnemrvaMatSideMenuModule {
1844
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatSideMenuModule, never>;
1845
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatSideMenuModule, never, [typeof OnemrvaMatSideMenuComponent], [typeof OnemrvaMatSideMenuComponent]>;
1846
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatSideMenuModule>;
1847
+ }
1848
+
1849
+ type OnemrvaSkeletonLoaderConfigTheme = Record<string, any> | null;
1850
+ declare const OnemrvaMatSkeletonAnimations: {
1851
+ PULSE: "pulse";
1852
+ PROGRESS: "progress";
1853
+ NONE: "none";
1854
+ };
1855
+ type OnemrvaMatSkeletonAnimations = (typeof OnemrvaMatSkeletonAnimations)[keyof typeof OnemrvaMatSkeletonAnimations];
1856
+ declare const OnemrvaMatSkeletoTypes: {
1857
+ H1: "h1";
1858
+ H2: "h2";
1859
+ H3: "h3";
1860
+ H4: "h4";
1861
+ H5: "h5";
1862
+ H6: "h6";
1863
+ BUTTON: "button";
1864
+ CIRCLE: "circle";
1865
+ SQUARE: "square";
1866
+ CUSTOM: "custom";
1867
+ LINE: "";
1868
+ };
1869
+ type OnemrvaMatSkeletoTypes = (typeof OnemrvaMatSkeletoTypes)[keyof typeof OnemrvaMatSkeletoTypes];
1870
+
1871
+ /**
1872
+ * Skeleton provides a way to display loading element while page is loading.
1873
+ *
1874
+ * @MatModule OnemrvaMatSkeletonModule
1875
+ *
1876
+ * @MatKeywords skeleton, loading, progress
1877
+ *
1878
+ * @example
1879
+ * ```html
1880
+ * <onemrva-mat-skeleton type="avatar" size="large">
1881
+ * </onemrva-mat-skeleton>
1882
+ * ```
1883
+ */
1884
+ declare class OnemrvaMatSkeletonComponent implements OnInit, OnChanges {
1885
+ count: number;
1886
+ animation: OnemrvaMatSkeletonAnimations;
1887
+ type: OnemrvaMatSkeletoTypes;
1888
+ size: OnemrvaMatSize;
1889
+ theme: OnemrvaSkeletonLoaderConfigTheme;
1890
+ ariaLabel: string;
1891
+ role: string;
1892
+ loadingText: string;
1893
+ id: string;
1894
+ /** @hidden @internal */
1895
+ get _isProgress(): boolean;
1896
+ /** @hidden @internal */
1897
+ get _isPulse(): boolean;
1898
+ /** @hidden @internal */
1899
+ get isH1(): boolean;
1900
+ /** @hidden @internal */
1901
+ get isH2(): boolean;
1902
+ /** @hidden @internal */
1903
+ get isH3(): boolean;
1904
+ /** @hidden @internal */
1905
+ get isH4(): boolean;
1906
+ /** @hidden @internal */
1907
+ get isH5(): boolean;
1908
+ /** @hidden @internal */
1909
+ get isH6(): boolean;
1910
+ /** @hidden @internal */
1911
+ get _isLine(): boolean;
1912
+ /** @hidden @internal */
1913
+ get _isButton(): boolean;
1914
+ /** @hidden @internal */
1915
+ get _isCircle(): boolean;
1916
+ /** @hidden @internal */
1917
+ get _isSquare(): boolean;
1918
+ /** @hidden @internal */
1919
+ get _isCustom(): boolean;
1920
+ /** @hidden @internal */
1921
+ get _isXSmallSize(): boolean;
1922
+ /** @hidden @internal */
1923
+ get _isSmallSize(): boolean;
1924
+ /** @hidden @internal */
1925
+ get _isMediumSize(): boolean;
1926
+ /** @hidden @internal */
1927
+ get _isLargeSize(): boolean;
1928
+ /** @hidden @internal */
1929
+ get _isXLargeSize(): boolean;
1930
+ items: any[];
1931
+ ngOnInit(): void;
1932
+ ngOnChanges(): void;
1933
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatSkeletonComponent, never>;
1934
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatSkeletonComponent, "onemrva-mat-skeleton", never, { "count": { "alias": "count"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "role": { "alias": "role"; "required": false; }; "loadingText": { "alias": "loadingText"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, never>;
1935
+ }
1936
+
1937
+ declare class OnemrvaMatSkeletonModule {
1938
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatSkeletonModule, never>;
1939
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatSkeletonModule, never, [typeof OnemrvaMatSkeletonComponent], [typeof OnemrvaMatSkeletonComponent]>;
1940
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatSkeletonModule>;
1941
+ }
1942
+
1943
+ declare class OnemrvaMatSpinnerComponent {
1944
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatSpinnerComponent, never>;
1945
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatSpinnerComponent, "onemrva-mat-spinner", never, {}, {}, never, never, true, never>;
1946
+ }
1947
+
1948
+ declare class OnemrvaMatLoadingDirective implements OnInit {
1949
+ loading: boolean;
1950
+ element: ElementRef<any>;
1951
+ viewContainerRef: ViewContainerRef;
1952
+ componentFactoryResolver: ComponentFactoryResolver;
1953
+ ngOnInit(): void;
1954
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatLoadingDirective, never>;
1955
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OnemrvaMatLoadingDirective, "button[loading]", never, { "loading": { "alias": "loading"; "required": false; }; }, {}, never, never, true, never>;
1956
+ }
1957
+
1958
+ declare class OnemrvaMatSpinnerModule {
1959
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatSpinnerModule, never>;
1960
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatSpinnerModule, never, [typeof OnemrvaMatSpinnerComponent, typeof OnemrvaMatLoadingDirective], [typeof OnemrvaMatSpinnerComponent, typeof OnemrvaMatLoadingDirective]>;
1961
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatSpinnerModule>;
1962
+ }
1963
+
1964
+ declare class OnemrvaMatStepperComponent extends MatStepper implements AfterContentInit, OnDestroy {
1965
+ destroyNotifier$: Subject<void>;
1966
+ /** Orientation of the summary-stepper. */
1967
+ get orientation(): StepperOrientation;
1968
+ set orientation(value: StepperOrientation);
1969
+ matStepperVertical: boolean;
1970
+ ariaOrientation: string;
1971
+ role: string;
1972
+ _animationDone: Subject<any>;
1973
+ private readonly dir;
1974
+ private readonly cd;
1975
+ private readonly elementRef;
1976
+ scrollToElement(elementId: string): void;
1977
+ constructor();
1978
+ ngAfterContentInit(): void;
1979
+ ngOnDestroy(): void;
1980
+ _stepIsNavigable(index: number, step: MatStep): boolean;
1981
+ _getIndicatorType(index: number, state?: string): string;
1982
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatStepperComponent, never>;
1983
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatStepperComponent, "onemrva-mat-stepper, onemrva-mat-vertical-stepper, [onemrvaMatStepper]", ["matStepper", "matVerticalStepper", "matHorizontalStepper"], { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, {}, never, never, true, never>;
1984
+ }
1985
+
1986
+ declare class OnemrvaMatStepperModule {
1987
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatStepperModule, never>;
1988
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatStepperModule, never, [typeof OnemrvaMatStepperComponent], [typeof i2.MatStepperModule, typeof OnemrvaMatStepperComponent]>;
1989
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatStepperModule>;
1990
+ }
1991
+
1992
+ declare class OnemrvaMatStickerComponent {
1993
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatStickerComponent, never>;
1994
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatStickerComponent, "onemrva-mat-sticker", never, {}, {}, never, ["*"], true, never>;
1995
+ }
1996
+
1997
+ declare class OnemrvaMatStickerModule {
1998
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatStickerModule, never>;
1999
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatStickerModule, never, [typeof OnemrvaMatStickerComponent], [typeof OnemrvaMatStickerComponent]>;
2000
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatStickerModule>;
2001
+ }
2002
+
2003
+ declare enum OnemrvaMatTocAnchorStatus {
2004
+ CHECKMARK = 0,
2005
+ WARNING = 1
2006
+ }
2007
+ declare enum OnemrvaMatTocAnchorLevel {
2008
+ SECTION = 0,
2009
+ SUBSECTION = 1
2010
+ }
2011
+ interface OnemrvaMatTocAnchor {
2012
+ tocName: string;
2013
+ titleKey: string;
2014
+ path: string;
2015
+ order?: number;
2016
+ status?: OnemrvaMatTocAnchorStatus;
2017
+ level?: OnemrvaMatTocAnchorLevel;
2018
+ hidden?: boolean;
2019
+ directive?: any;
2020
+ }
2021
+ type OnemrvaMatToc = Record<string, OnemrvaMatTocAnchor[]>;
2022
+
2023
+ declare class OnemrvaMatTableOfContentService {
2024
+ private _toc;
2025
+ private _toc$;
2026
+ toc$: Observable<OnemrvaMatToc>;
2027
+ addAnchor(anchor: OnemrvaMatTocAnchor): void;
2028
+ resetToc(): void;
2029
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatTableOfContentService, never>;
2030
+ static ɵprov: i0.ɵɵInjectableDeclaration<OnemrvaMatTableOfContentService>;
2031
+ }
2032
+
2033
+ declare class OnemrvaMatTableOfContentComponent implements OnInit, OnDestroy, AfterViewInit {
2034
+ titleKey: string;
2035
+ tocName: string;
2036
+ dataCy: string;
2037
+ tableOfContentName: string;
2038
+ scrollShift: number;
2039
+ toc$: Observable<OnemrvaMatTocAnchor[]>;
2040
+ activePath: string;
2041
+ destroy$: Subject<boolean>;
2042
+ level: typeof OnemrvaMatTocAnchorLevel;
2043
+ status: typeof OnemrvaMatTocAnchorStatus;
2044
+ location: Location;
2045
+ route: ActivatedRoute;
2046
+ router: Router;
2047
+ tocService: OnemrvaMatTableOfContentService;
2048
+ ngOnInit(): void;
2049
+ ngOnDestroy(): void;
2050
+ private observer;
2051
+ private timeoutId;
2052
+ ngAfterViewInit(): void;
2053
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatTableOfContentComponent, never>;
2054
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatTableOfContentComponent, "onemrva-mat-table-of-content", never, { "titleKey": { "alias": "titleKey"; "required": false; }; "tocName": { "alias": "tocName"; "required": false; }; "dataCy": { "alias": "dataCy"; "required": false; }; "tableOfContentName": { "alias": "tableOfContentName"; "required": false; }; "scrollShift": { "alias": "scrollShift"; "required": false; }; }, {}, never, never, true, never>;
2055
+ }
2056
+
2057
+ /**
2058
+ * For accessibility purpose, aria-label and will be displayed
2059
+ */
2060
+ declare class OnemrvaMatTableOfContentDirective implements OnInit, AfterViewInit {
2061
+ onemrvaMatToc: OnemrvaMatTocAnchor;
2062
+ role: string;
2063
+ clazz: string;
2064
+ id: string;
2065
+ get ariaLabel(): any;
2066
+ hiddenInToc: boolean;
2067
+ get ariaToc(): string;
2068
+ tocService: OnemrvaMatTableOfContentService;
2069
+ cd: ChangeDetectorRef;
2070
+ translateService: TranslateService;
2071
+ route: ActivatedRoute;
2072
+ ngOnInit(): void;
2073
+ ngAfterViewInit(): void;
2074
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatTableOfContentDirective, never>;
2075
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OnemrvaMatTableOfContentDirective, "[onemrvaMatToc]", never, { "onemrvaMatToc": { "alias": "onemrvaMatToc"; "required": false; }; "hiddenInToc": { "alias": "hiddenInToc"; "required": false; }; }, {}, never, never, true, never>;
2076
+ }
2077
+
2078
+ declare class OnemrvaMatTaskTitleComponent implements AfterViewInit {
2079
+ customNgClass: string[];
2080
+ template?: TemplateRef<any>;
2081
+ cd: ChangeDetectorRef;
2082
+ ngAfterViewInit(): void;
2083
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatTaskTitleComponent, never>;
2084
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatTaskTitleComponent, "onemrva-mat-task-title", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; }, {}, never, ["*"], true, never>;
2085
+ }
2086
+
2087
+ declare class OnemrvaMatTaskContentComponent {
2088
+ customNgClass: string[];
2089
+ template?: TemplateRef<any>;
2090
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatTaskContentComponent, never>;
2091
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatTaskContentComponent, "onemrva-mat-task-content", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; }, {}, never, ["*"], true, never>;
2092
+ }
2093
+
2094
+ declare class OnemrvaMatTaskComponent implements AfterViewInit {
2095
+ customNgClass: any;
2096
+ icon: string | undefined;
2097
+ form: FormControl | undefined;
2098
+ bubble: string | undefined;
2099
+ arialLabel: string;
2100
+ /** @hidden @internal */
2101
+ disabled: boolean;
2102
+ private hostClass;
2103
+ get showAriaDisabled(): boolean;
2104
+ template: TemplateRef<any>;
2105
+ title?: OnemrvaMatTaskTitleComponent;
2106
+ content?: OnemrvaMatTaskContentComponent;
2107
+ cd: ChangeDetectorRef;
2108
+ elRef: ElementRef<any>;
2109
+ ngAfterViewInit(): void;
2110
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatTaskComponent, never>;
2111
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatTaskComponent, "onemrva-mat-task", never, { "customNgClass": { "alias": "customNgClass"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "form": { "alias": "form"; "required": false; }; "bubble": { "alias": "bubble"; "required": false; }; "arialLabel": { "alias": "arialLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, ["title", "content"], never, true, never>;
2112
+ }
2113
+
2114
+ declare class OnemrvaMatTaskListComponent implements AfterViewInit {
2115
+ id: string;
2116
+ data_cy: string;
2117
+ _tasks?: QueryList<OnemrvaMatTaskComponent>;
2118
+ cd: ChangeDetectorRef;
2119
+ ngAfterViewInit(): void;
2120
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatTaskListComponent, never>;
2121
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatTaskListComponent, "onemrva-mat-task-list", never, { "id": { "alias": "id"; "required": false; }; "data_cy": { "alias": "data_cy"; "required": false; }; }, {}, ["_tasks"], ["*"], true, never>;
2122
+ }
2123
+
2124
+ declare class OnemrvaMatTaskListModule {
2125
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatTaskListModule, never>;
2126
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatTaskListModule, never, [typeof OnemrvaMatTaskListComponent, typeof OnemrvaMatTaskTitleComponent, typeof OnemrvaMatTaskContentComponent, typeof OnemrvaMatTaskComponent], never>;
2127
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatTaskListModule>;
2128
+ }
2129
+
2130
+ type ClockViewType = 'hours' | 'minutes';
2131
+ interface ClockNumber {
2132
+ display: number;
2133
+ translateX: number;
2134
+ translateY: number;
2135
+ allowed: boolean;
2136
+ }
2137
+ type IAllowed24HourMap = Record<number, Record<number, boolean>>;
2138
+
2139
+ declare function twoDigits(n: number): string;
2140
+ declare function getIsAvailabeFn(allowed24HourMap: any): (value: number, viewType: ClockViewType, h: number) => any;
2141
+
2142
+ declare class ClockComponent implements OnChanges {
2143
+ viewType: ClockViewType;
2144
+ formattedValue: number;
2145
+ minDate: Date;
2146
+ maxDate: Date;
2147
+ formattedHours: number;
2148
+ minutes: number;
2149
+ changeEvent: EventEmitter<any>;
2150
+ unavailableSelection: EventEmitter<any>;
2151
+ invalidSelection: EventEmitter<any>;
2152
+ allowed24HourMap: IAllowed24HourMap;
2153
+ isFormattedValueAllowed: boolean;
2154
+ isAvailableFn?: ReturnType<typeof getIsAvailabeFn>;
2155
+ touching: boolean;
2156
+ angle?: number;
2157
+ numbers: ClockNumber[];
2158
+ secondaryNumbers: ClockNumber[];
2159
+ minuteDots: ClockNumber[];
2160
+ invalidMeridiemEmitted: boolean;
2161
+ initIsAllowedFn(): void;
2162
+ isAvailable(value: number): any;
2163
+ ngOnChanges(simpleChanges: SimpleChanges): void;
2164
+ calculateAngule(): void;
2165
+ setNumbers(): void;
2166
+ disableAnimatedPointer(): void;
2167
+ enableAnimatedPointer(): void;
2168
+ handleTouchMove: (e: any) => void;
2169
+ handleTouchEnd(e: any): void;
2170
+ handleMouseMove(e: any): void;
2171
+ handleClick(e: any): void;
2172
+ movePointer(x: number, y: number): void;
2173
+ getNumbers(count: number, { size, start, step }: {
2174
+ size?: number | undefined;
2175
+ start?: number | undefined;
2176
+ step?: number | undefined;
2177
+ }, isAllowedFn?: (num: number) => boolean): {
2178
+ display: number;
2179
+ translateX: number;
2180
+ translateY: number;
2181
+ allowed: boolean;
2182
+ }[];
2183
+ getPointerAngle(value: number, _mode: ClockViewType): number;
2184
+ getPointerValue(x: number, y: number, size: number): number;
2185
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClockComponent, never>;
2186
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClockComponent, "mat-clock", never, { "viewType": { "alias": "viewType"; "required": false; }; "formattedValue": { "alias": "formattedValue"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "formattedHours": { "alias": "formattedHours"; "required": false; }; "minutes": { "alias": "minutes"; "required": false; }; "allowed24HourMap": { "alias": "allowed24HourMap"; "required": false; }; }, { "changeEvent": "changeEvent"; "unavailableSelection": "unavailableSelection"; "invalidSelection": "invalidSelection"; }, never, never, true, never>;
2187
+ }
2188
+
2189
+ declare class MatTimepickerComponentDialogComponent implements DoCheck {
2190
+ twoDigits: typeof twoDigits;
2191
+ changeEvent: EventEmitter<any>;
2192
+ okClickEvent: EventEmitter<any>;
2193
+ cancelClickEvent: EventEmitter<any>;
2194
+ allowed24HourMap: IAllowed24HourMap;
2195
+ invalidSelection: boolean;
2196
+ okLabel: string;
2197
+ cancelLabel: string;
2198
+ set value(value: any);
2199
+ get value(): any;
2200
+ viewType: ClockViewType;
2201
+ minutes: any;
2202
+ color: OnemrvaMatColor;
2203
+ isPm: boolean;
2204
+ skipMinuteAutoSwitch: boolean;
2205
+ autoSwitchID: any;
2206
+ editHoursClicked: boolean;
2207
+ isClosing: boolean;
2208
+ minDate: Date;
2209
+ maxDate: Date;
2210
+ _formattedHour: any;
2211
+ _hours: any;
2212
+ _value?: Date;
2213
+ set hours(value: any);
2214
+ get hours(): any;
2215
+ get formattedHours(): any;
2216
+ bindData(data: any): void;
2217
+ dialog: MatDialog;
2218
+ data: any;
2219
+ constructor();
2220
+ timepickerInput: any;
2221
+ ngDoCheck(): void;
2222
+ handleClockChange({ value, type, }: {
2223
+ value: number;
2224
+ type: 'minutes' | 'hours';
2225
+ }): void;
2226
+ handleUnavailableSelection(): void;
2227
+ handleClockChangeDone(e: Event): void;
2228
+ editHours(): void;
2229
+ editMinutes(): void;
2230
+ invalidSelectionHandler(value: boolean): void;
2231
+ okClickHandler(): void;
2232
+ cancelClickHandler(): void;
2233
+ closedStream: EventEmitter<void>;
2234
+ disabled: boolean;
2235
+ id: string;
2236
+ opened: boolean;
2237
+ openedStream: EventEmitter<void>;
2238
+ stateChanges: Subject<void>;
2239
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTimepickerComponentDialogComponent, never>;
2240
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatTimepickerComponentDialogComponent, "mat-timepicker-dialog", never, {}, { "changeEvent": "changeEvent"; "okClickEvent": "okClickEvent"; "cancelClickEvent": "cancelClickEvent"; }, never, never, true, never>;
2241
+ }
2242
+
2243
+ declare class OnemrvaMatTimepickerComponent implements OnDestroy {
2244
+ modalRef: MatDialogRef<MatTimepickerComponentDialogComponent>;
2245
+ private onChangeFn;
2246
+ private _value;
2247
+ get value(): Date;
2248
+ set value(value: Date);
2249
+ private isAlive;
2250
+ dialog: MatDialog;
2251
+ opened: boolean;
2252
+ setTimepickerInput(t: MatTimepickerDirective): void;
2253
+ timepickerInput: any;
2254
+ /** Emits when the timepicker's state changes. */
2255
+ readonly stateChanges: Subject<void>;
2256
+ readonly openedStream: EventEmitter<void>;
2257
+ readonly closedStream: EventEmitter<void>;
2258
+ /**
2259
+ * Returns the `aria-label` attribute of the element.
2260
+ *
2261
+ * @example
2262
+ * ```typescript
2263
+ * let timepickerLabel = this.timepicker.ariaLabel;
2264
+ * ```
2265
+ *
2266
+ */
2267
+ ariaLabel: string;
2268
+ dialogLabel: string;
2269
+ /**
2270
+ * Returns the `role` attribute of the element.
2271
+ *
2272
+ * @example
2273
+ * ```typescript
2274
+ * let timepickerRole = this.timepicker.role;
2275
+ * ```
2276
+ */
2277
+ role: string;
2278
+ /**
2279
+ * Host `class.onemrva-mat-timepicker` binding.
2280
+ *
2281
+ * @hidden
2282
+ * @internal
2283
+ */
2284
+ cssClass: string;
2285
+ /**
2286
+ * Sets the `id` of the element. If not set, the first component instance will have `id` = `"onemrva-mat-timepicker-0"`.
2287
+ *
2288
+ * @example
2289
+ * ```html
2290
+ * <onemrva-mat-timepicker id="my-first-timepicker"></onemrva-mat-timepicker>
2291
+ * ```
2292
+ */
2293
+ id: string;
2294
+ /**
2295
+ * Sets the `data-cy` of the element. If not set, the first component instance will have `data-cy` = `"onemrva-mat-timepicker-0"`.
2296
+ *
2297
+ * @example
2298
+ * ```html
2299
+ * <onemrva-mat-timepicker id="my-first-timepicker"></onemrva-mat-timepicker>
2300
+ * ```
2301
+ */
2302
+ dataCy: string;
2303
+ /**
2304
+ * @hidden
2305
+ * @internal
2306
+ */
2307
+ private _color;
2308
+ /**
2309
+ * Returns the color of the element.
2310
+ *
2311
+ * @example
2312
+ * ```typescript
2313
+ * let color = this.timepicker.color;
2314
+ * ```
2315
+ */
2316
+ get color(): ThemePalette;
2317
+ /**
2318
+ * Sets the size of the element.
2319
+ * By default, the color is `"primary"`.
2320
+ *
2321
+ * @example
2322
+ * ```html
2323
+ * <onemrva-mat-timepicker size="large"></onemrva-mat-timepicker>
2324
+ * ```
2325
+ */
2326
+ set color(value: ThemePalette);
2327
+ /** @hidden @internal */
2328
+ get _isPrimary(): boolean;
2329
+ /** @hidden @internal */
2330
+ get _isAccent(): boolean;
2331
+ /**
2332
+ * @hidden
2333
+ * @internal
2334
+ */
2335
+ private _size;
2336
+ /**
2337
+ * Returns the size of the element.
2338
+ *
2339
+ * @example
2340
+ * ```typescript
2341
+ * let timepickerSize = this.timepicker.size;
2342
+ * ```
2343
+ */
2344
+ get size(): string | OnemrvaMatSize;
2345
+ /**
2346
+ * Sets the size of the element.
2347
+ * By default, the size is `"medium"`.
2348
+ *
2349
+ * @example
2350
+ * ```html
2351
+ * <onemrva-mat-timepicker size="large"></onemrva-mat-timepicker>
2352
+ * ```
2353
+ */
2354
+ set size(value: string | OnemrvaMatSize);
2355
+ open(): void;
2356
+ handleChange: (newValue: Date) => void;
2357
+ handleOk: () => void;
2358
+ handleCancel: () => void;
2359
+ ngOnDestroy(): void;
2360
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatTimepickerComponent, never>;
2361
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatTimepickerComponent, "mat-timepicker", never, { "dialogLabel": { "alias": "dialogLabel"; "required": false; }; "id": { "alias": "id"; "required": false; }; "dataCy": { "alias": "dataCy"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "openedStream": "opened"; "closedStream": "closed"; }, never, never, true, never>;
2362
+ }
2363
+
2364
+ declare class MatTimepickerDirective implements OnInit, OnChanges, ControlValueAccessor, MatFormFieldControl<any> {
2365
+ static nextId: number;
2366
+ /** Whether the component is being rendered on the server. */
2367
+ readonly _isServer: boolean;
2368
+ private _closedSubscription;
2369
+ /** The datepicker that this input is associated with. */
2370
+ set matTimepicker(timepicker: OnemrvaMatTimepickerComponent);
2371
+ _timepicker: OnemrvaMatTimepickerComponent;
2372
+ _errorState: boolean;
2373
+ get errorState(): boolean;
2374
+ _onTouched: () => void;
2375
+ get disabled(): boolean;
2376
+ set disabled(value: boolean);
2377
+ protected _disabled: boolean;
2378
+ get id(): string;
2379
+ set id(value: string);
2380
+ protected _id: string;
2381
+ get readonly(): boolean;
2382
+ set readonly(value: boolean);
2383
+ private _readonly;
2384
+ stateChanges: Subject<void>;
2385
+ protected _uid: string;
2386
+ get shouldLabelFloat(): boolean;
2387
+ describedBy: string;
2388
+ errorStateMatcher: ErrorStateMatcher;
2389
+ get required(): boolean;
2390
+ set required(req: boolean);
2391
+ private _required;
2392
+ get placeholder(): string;
2393
+ set placeholder(plh: string);
2394
+ private _placeholder;
2395
+ focused: boolean;
2396
+ private pattern;
2397
+ private allowed24HourMap;
2398
+ private isInputFocused;
2399
+ /** Override the label of the ok button. */
2400
+ okLabel: string;
2401
+ /** Override the label of the cancel button. */
2402
+ cancelLabel: string;
2403
+ /** Sets the clock mode, 12-hour or 24-hour clocks are supported. */
2404
+ color: string;
2405
+ disableDialogOpenOnClick: boolean;
2406
+ strict: boolean;
2407
+ controlType: string;
2408
+ minDate: Date;
2409
+ maxDate: Date;
2410
+ private _value;
2411
+ private _formattedValueString;
2412
+ private _skipValueChangeEmission;
2413
+ set value(value: Date | null);
2414
+ get value(): Date | null;
2415
+ get empty(): boolean;
2416
+ private get formattedValueString();
2417
+ private currentValue;
2418
+ private onChangeFn;
2419
+ private onTouchedFn;
2420
+ private combination;
2421
+ timeChange: EventEmitter<any>;
2422
+ invalidInput: EventEmitter<any>;
2423
+ inputHandler(): void;
2424
+ keydownHandler(event: any): true | undefined;
2425
+ keyupHandler(event: any): void;
2426
+ focusHandler(): void;
2427
+ focusoutHandler(): void;
2428
+ readonly ngControl: NgControl | null;
2429
+ private readonly renderer;
2430
+ private readonly zone;
2431
+ private readonly fm;
2432
+ private readonly elRef;
2433
+ private readonly ngZone;
2434
+ protected readonly _platform: Platform;
2435
+ private readonly _parentForm;
2436
+ private readonly _matFormFiled;
2437
+ private readonly _parentFormGroup;
2438
+ private readonly _defaultErrorStateMatcher;
2439
+ constructor();
2440
+ setDescribedByIds(ids: string[]): void;
2441
+ onContainerClick(event: MouseEvent): void;
2442
+ setInputElementValue(value: any): void;
2443
+ validate(): {
2444
+ dateRange: boolean;
2445
+ } | null;
2446
+ ngOnInit(): void;
2447
+ generateAllowedMap(): IAllowed24HourMap;
2448
+ ngOnChanges(): void;
2449
+ checkValidity(value: Date): boolean;
2450
+ writeValue(value: Date | null, isInnerCall?: boolean): void;
2451
+ registerOnChange(fn: any): void;
2452
+ registerOnTouched(fn: any): void;
2453
+ setDisabledState(isDisabled: boolean): void;
2454
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTimepickerDirective, never>;
2455
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatTimepickerDirective, "input[matTimepicker]", ["matTimepicker"], { "matTimepicker": { "alias": "matTimepicker"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; "required": { "alias": "required"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "okLabel": { "alias": "okLabel"; "required": false; }; "cancelLabel": { "alias": "cancelLabel"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disableDialogOpenOnClick": { "alias": "disableDialogOpenOnClick"; "required": false; }; "strict": { "alias": "strict"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "timeChange": "timeChange"; "invalidInput": "invalidInput"; }, never, never, true, never>;
2456
+ }
2457
+
2458
+ /**
2459
+ * @license
2460
+ * Copyright Google LLC All Rights Reserved.
2461
+ *
2462
+ * Use of this source code is governed by an MIT-style license that can be
2463
+ * found in the LICENSE file at https://angular.io/license
2464
+ */
2465
+
2466
+ /** Can be used to override the icon of a `matDatepickerToggle`. */
2467
+ declare class MatTimepickerToggleIconDirective {
2468
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTimepickerToggleIconDirective, never>;
2469
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatTimepickerToggleIconDirective, "[matDatepickerToggleIcon]", never, {}, {}, never, never, true, never>;
2470
+ }
2471
+ declare class MatTimePickerToggle implements AfterContentInit, OnChanges, OnDestroy {
2472
+ private _stateChanges;
2473
+ /** Datepicker instance that the button will toggle. */
2474
+ timepicker: OnemrvaMatTimepickerComponent;
2475
+ /** Tabindex for the toggle. */
2476
+ tabIndex: number | null;
2477
+ /** Screenreader label for the button. */
2478
+ ariaLabel: string;
2479
+ /** Whether the toggle button is disabled. */
2480
+ get disabled(): boolean;
2481
+ set disabled(value: BooleanInput);
2482
+ private _disabled;
2483
+ /** Whether ripples on the toggle should be disabled. */
2484
+ disableRipple: boolean;
2485
+ $event: Event;
2486
+ /** Underlying button element. */
2487
+ _changeDetectorRef: ChangeDetectorRef;
2488
+ constructor();
2489
+ ngOnChanges(changes: SimpleChanges): void;
2490
+ ngOnDestroy(): void;
2491
+ ngAfterContentInit(): void;
2492
+ _open(event: Event): void;
2493
+ private _watchStateChanges;
2494
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatTimePickerToggle, never>;
2495
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatTimePickerToggle, "mat-timepicker-toggle", ["matDatepickerToggle"], { "timepicker": { "alias": "for"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; }, {}, never, ["[mattimepickerToggleIcon]"], true, never>;
2496
+ }
2497
+
2498
+ declare class OnemrvaMatTimepickerModule {
2499
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatTimepickerModule, never>;
2500
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatTimepickerModule, never, [typeof ClockComponent, typeof MatTimepickerDirective, typeof MatTimepickerComponentDialogComponent, typeof MatTimepickerToggleIconDirective, typeof MatTimePickerToggle, typeof OnemrvaMatTimepickerComponent], [typeof MatTimepickerDirective, typeof MatTimePickerToggle, typeof OnemrvaMatTimepickerComponent]>;
2501
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatTimepickerModule>;
2502
+ }
2503
+
2504
+ declare enum ToastType {
2505
+ info = "info",
2506
+ success = "success",
2507
+ warn = "warn",
2508
+ error = "error",
2509
+ accent = "accent",
2510
+ primary = "primary"
2511
+ }
2512
+ declare class OnemrvaMatToastComponent {
2513
+ dataCy: string;
2514
+ data: {
2515
+ type: ToastType;
2516
+ message: string;
2517
+ dataCy?: string;
2518
+ };
2519
+ constructor();
2520
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatToastComponent, never>;
2521
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatToastComponent, "onemrva-mat-toast", never, {}, {}, never, never, true, never>;
2522
+ }
2523
+
2524
+ declare class OnemrvaMatToastModule {
2525
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatToastModule, never>;
2526
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatToastModule, never, [typeof OnemrvaMatToastComponent], [typeof OnemrvaMatToastComponent, typeof i2$1.MatSnackBarModule]>;
2527
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatToastModule>;
2528
+ }
2529
+
2530
+ declare class OnemrvaMatTooltipDirective implements OnInit, OnDestroy {
2531
+ private _overlay;
2532
+ private _overlayPositionBuilder;
2533
+ private _elementRef;
2534
+ showToolTip: boolean;
2535
+ customToolTip: string;
2536
+ contentTemplate: TemplateRef<any>;
2537
+ position: TooltipPosition;
2538
+ positionOffset: number;
2539
+ private _overlayRef;
2540
+ ngOnInit(): void;
2541
+ defineStrategy(): ConnectedPosition[];
2542
+ show(): void;
2543
+ hide(): void;
2544
+ ngOnDestroy(): void;
2545
+ private closeToolTip;
2546
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatTooltipDirective, never>;
2547
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OnemrvaMatTooltipDirective, "[OnemrvaMatTooltip]", never, { "showToolTip": { "alias": "showToolTip"; "required": false; }; "customToolTip": { "alias": "customToolTip"; "required": false; }; "contentTemplate": { "alias": "contentTemplate"; "required": false; }; "position": { "alias": "position"; "required": false; }; "positionOffset": { "alias": "positionOffset"; "required": false; }; }, {}, never, never, true, never>;
2548
+ }
2549
+
2550
+ declare class OnemrvaMatTooltipComponent {
2551
+ text: string;
2552
+ contentTemplate: TemplateRef<any>;
2553
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatTooltipComponent, never>;
2554
+ static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatTooltipComponent, "onemrva-mat-tooltip", never, { "text": { "alias": "text"; "required": false; }; "contentTemplate": { "alias": "contentTemplate"; "required": false; }; }, {}, never, never, true, never>;
2555
+ }
2556
+
2557
+ declare class OnemrvaMatTooltipModule {
2558
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatTooltipModule, never>;
2559
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatTooltipModule, never, [typeof OnemrvaMatTooltipDirective, typeof OnemrvaMatTooltipComponent], [typeof OnemrvaMatTooltipDirective, typeof OnemrvaMatTooltipComponent]>;
2560
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatTooltipModule>;
2561
+ }
2562
+
2563
+ declare class PageNotFoundActionComponent {
2564
+ template?: TemplateRef<any>;
2565
+ static ɵfac: i0.ɵɵFactoryDeclaration<PageNotFoundActionComponent, never>;
2566
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageNotFoundActionComponent, "page-not-found-action", never, {}, {}, never, ["*"], true, never>;
2567
+ }
2568
+
2569
+ declare class PageNotFoundExtraComponent {
2570
+ template?: TemplateRef<any>;
2571
+ static ɵfac: i0.ɵɵFactoryDeclaration<PageNotFoundExtraComponent, never>;
2572
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageNotFoundExtraComponent, "page-not-found-extra", never, {}, {}, never, ["*"], true, never>;
2573
+ }
2574
+
2575
+ declare class PageNotFoundInvaderComponent implements AfterViewInit, OnDestroy {
2576
+ private cd;
2577
+ level: number;
2578
+ size$?: Observable<number>;
2579
+ start: Date;
2580
+ score: number;
2581
+ gameOver: boolean;
2582
+ sub?: Subscription;
2583
+ score$: Subject<number>;
2584
+ top: number;
2585
+ left: number;
2586
+ ngAfterViewInit(): void;
2587
+ ngOnDestroy(): void;
2588
+ getScore(): void;
2589
+ static ɵfac: i0.ɵɵFactoryDeclaration<PageNotFoundInvaderComponent, never>;
2590
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageNotFoundInvaderComponent, "page-not-found-invader", never, {}, {}, never, never, true, never>;
2591
+ }
2592
+
2593
+ declare class PageNotFoundComponent implements AfterViewInit, OnDestroy {
2594
+ actions?: QueryList<PageNotFoundActionComponent>;
2595
+ extra?: PageNotFoundExtraComponent;
2596
+ sequence: string[];
2597
+ konamiMatch: boolean;
2598
+ cd: ChangeDetectorRef;
2599
+ ngAfterViewInit(): void;
2600
+ ngOnDestroy(): void;
2601
+ konami($event: any): void;
2602
+ static ɵfac: i0.ɵɵFactoryDeclaration<PageNotFoundComponent, never>;
2603
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageNotFoundComponent, "page-not-found", never, {}, {}, ["extra", "actions"], never, true, never>;
2604
+ }
2605
+
2606
+ declare class OnemrvaPageNotFoundModule {
2607
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaPageNotFoundModule, never>;
2608
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaPageNotFoundModule, never, [typeof PageNotFoundComponent, typeof PageNotFoundInvaderComponent, typeof PageNotFoundActionComponent, typeof PageNotFoundExtraComponent], [typeof PageNotFoundComponent, typeof PageNotFoundInvaderComponent, typeof PageNotFoundActionComponent, typeof PageNotFoundExtraComponent]>;
2609
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaPageNotFoundModule>;
2610
+ }
2611
+
2612
+ declare class ClipboardIconComponent {
2613
+ _elementRef: ElementRef<any>;
2614
+ private clipboardService;
2615
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardIconComponent, never>;
2616
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClipboardIconComponent, "lib-clipboard-icon", never, {}, {}, never, never, true, never>;
2617
+ }
2618
+
2619
+ declare enum CDNUrlModeOptions {
2620
+ PROD = "production",
2621
+ VAL = "validation"
2622
+ }
2623
+
2624
+ declare const CDN_URLS: {
2625
+ prod: string;
2626
+ val: string;
2627
+ };
2628
+ declare const NISS_MASK = "000000/000-00";
2629
+ declare const LOOKUP_COUNTRY_URL = "http://services/lookupwpptservice/rest/lookup/getLookups?class=be.fgov.onerva.lookup.wppt.persistence.model.common.Country";
2630
+ declare const ONEMRVA_THEME = "onemrva-theme";
2631
+
2632
+ declare const ONEMRVA_MAT_NATIVE_DATE_FORMAT: MatDateFormats;
2633
+ declare const ONEMRVA_MAT_NATIVE_YEAR_MONTH_FORMAT: MatDateFormats;
2634
+ declare const ONEMRVA_MAT_LUXON_YEAR_MONTH_FORMATS: MatDateFormats;
2635
+ declare const ONEMRVA_MAT_LUXON_DATE_FORMATS: MatDateFormats;
2636
+
2637
+ declare const CDN_URL_MODE: InjectionToken<string>;
2638
+
2639
+ /** Container inside which all overlays will render. */
2640
+ declare class WebComponentOverlayContainer implements OnDestroy {
2641
+ protected _containerElement: HTMLElement | null;
2642
+ private _themeObserver;
2643
+ private platform;
2644
+ private _document;
2645
+ private themeClass;
2646
+ ngOnDestroy(): void;
2647
+ /**
2648
+ * This method returns the overlay container element. It will lazily
2649
+ * create the element the first time it is called to facilitate using
2650
+ * the container in non-browser environments.
2651
+ * @returns the container element
2652
+ */
2653
+ getContainerElement(): HTMLElement | null;
2654
+ /**
2655
+ * Create the overlay container element, which is simply a div
2656
+ * with the 'cdk-overlay-container' class on the document body.
2657
+ */
2658
+ protected _createContainer(): void;
2659
+ static ɵfac: i0.ɵɵFactoryDeclaration<WebComponentOverlayContainer, never>;
2660
+ static ɵprov: i0.ɵɵInjectableDeclaration<WebComponentOverlayContainer>;
2661
+ }
2662
+
2663
+ type HttpRequestCacheMethod = (...args: any[]) => Observable<any>;
2664
+ declare class DefaultStorage implements HttpCacheStorage {
2665
+ private storage;
2666
+ getItem(key: string): Observable<any> | undefined;
2667
+ setItem(key: string, item: Observable<any>): void;
2668
+ deleteItem(key: string): void;
2669
+ }
2670
+ interface HttpCacheStorage {
2671
+ setItem(key: string, item: Observable<any>): void;
2672
+ getItem(key: string): Observable<null> | undefined;
2673
+ deleteItem(key: string): void;
2674
+ }
2675
+ interface HttpCacheOptions {
2676
+ refCount?: boolean;
2677
+ windowTime?: number;
2678
+ ttl?: number;
2679
+ storage?: HttpCacheStorage;
2680
+ refreshOn?: Observable<unknown> | Subject<unknown> | BehaviorSubject<unknown>;
2681
+ }
2682
+ declare class RequestTimes implements HttpCacheStorage {
2683
+ private storage;
2684
+ getItem(key: string): Observable<any> | undefined;
2685
+ setItem(key: string, item: Observable<any>): void;
2686
+ deleteItem(key: string): void;
2687
+ }
2688
+ declare const HttpRequestCache: <T extends Record<string, any>>(optionsHandler?: (obj: T, ...args: any[]) => HttpCacheOptions) => (target: T, methodName: string, descriptor: TypedPropertyDescriptor<HttpRequestCacheMethod>) => TypedPropertyDescriptor<HttpRequestCacheMethod>;
2689
+
2690
+ declare class DigitOnlyDirective {
2691
+ onKeyDown(event: any): void;
2692
+ static ɵfac: i0.ɵɵFactoryDeclaration<DigitOnlyDirective, never>;
2693
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DigitOnlyDirective, "[digitOnly]", never, {}, {}, never, never, true, never>;
2694
+ }
2695
+
2696
+ /**
2697
+ * Conditionally adds component to the tree if screen width matches at least one size in input
2698
+ */
2699
+ declare class OnemRvaColorDirective {
2700
+ color: OnemrvaMatColor;
2701
+ /** @hidden @internal */
2702
+ get _isPrimary(): boolean;
2703
+ /** @hidden @internal */
2704
+ get _isAccent(): boolean;
2705
+ /** @hidden @internal */
2706
+ get _isError(): boolean;
2707
+ /** @hidden @internal */
2708
+ get _isWarn(): boolean;
2709
+ /** @hidden @internal */
2710
+ get _isSuccess(): boolean;
2711
+ /** @hidden @internal */
2712
+ get _isInfo(): boolean;
2713
+ /** @hidden @internal */
2714
+ get _isNeutral(): boolean;
2715
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaColorDirective, never>;
2716
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OnemRvaColorDirective, "onemrva-mat-selectable-box[color],div[color],onemrva-mat-avatar[color],mat-card[color],mat-toolbar[color],onemrva-mat-spinner[color],onemrva-mat-notification[color],onemrva-mat-task-list[color],onemrva-mat-sticker[color],onemrva-mat-panel[color],onemrva-mat-task[color],onemrva-mat-choice-chip[color],mat-form-field[color],button[color],mat-icon[color],mat-chip[color],mat-chip-option[color]", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
2717
+ }
2718
+
2719
+ declare class MatRowClickableDirective extends OnemRvaColorDirective {
2720
+ matRowClickable: EventEmitter<any>;
2721
+ click(): void;
2722
+ /** @hidden @internal */
2723
+ get _isClickable(): boolean;
2724
+ cssClass: boolean;
2725
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatRowClickableDirective, never>;
2726
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatRowClickableDirective, "tr[matRowClickable]", never, {}, { "matRowClickable": "matRowClickable"; }, never, never, true, never>;
2727
+ }
2728
+
2729
+ /**
2730
+ * Conditionally adds component to the tree if screen width matches at least one size in input
2731
+ */
2732
+ declare class IfWidthIsDirective implements OnInit {
2733
+ breakpointObserver: BreakpointObserver;
2734
+ private _templateRef;
2735
+ private _viewContainer;
2736
+ ifWidthIs: (typeof Breakpoints)[keyof typeof Breakpoints][];
2737
+ ngOnInit(): void;
2738
+ static ɵfac: i0.ɵɵFactoryDeclaration<IfWidthIsDirective, never>;
2739
+ static ɵdir: i0.ɵɵDirectiveDeclaration<IfWidthIsDirective, "[ifWidthIs]", never, { "ifWidthIs": { "alias": "ifWidthIs"; "required": false; }; }, {}, never, never, true, never>;
2740
+ }
2741
+
2742
+ /**
2743
+ * 0: digits
2744
+ * A: letters (uppercase or lowercase) and digits
2745
+ * S: only letters (uppercase or lowercase)
2746
+ * U: only letters uppercase
2747
+ * L: only letters lowercase
2748
+ */
2749
+ declare class OnemrvaMaskDirective {
2750
+ private el;
2751
+ onemrvamask: string;
2752
+ private inputStack;
2753
+ private stackIdx;
2754
+ markForDelete: boolean;
2755
+ onKeyDown(event: KeyboardEvent): void;
2756
+ onInput(event: any): void;
2757
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMaskDirective, never>;
2758
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OnemrvaMaskDirective, "[onemrvamask]", never, { "onemrvamask": { "alias": "onemrvamask"; "required": false; }; }, {}, never, never, true, never>;
2759
+ }
2760
+
2761
+ /**
2762
+ * Conditionally adds component to the tree if screen width matches at least one size in input
2763
+ */
2764
+ declare class OnemRvaClipboardDirective implements OnInit {
2765
+ private elementRef;
2766
+ private renderer;
2767
+ private factory;
2768
+ private vcRef;
2769
+ private clipboardService;
2770
+ private icon;
2771
+ private iconEl;
2772
+ constructor();
2773
+ class: string;
2774
+ clipboard: string;
2775
+ ngOnInit(): void;
2776
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaClipboardDirective, never>;
2777
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OnemRvaClipboardDirective, "span[clipboard]", never, { "clipboard": { "alias": "clipboard"; "required": false; }; }, {}, never, never, true, never>;
2778
+ }
2779
+
2780
+ /**
2781
+ * Conditionally adds component to the tree if screen width matches at least one size in input
2782
+ */
2783
+ declare class OnemRvaIconRightDirective {
2784
+ class: boolean;
2785
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaIconRightDirective, never>;
2786
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OnemRvaIconRightDirective, "button[iconRight]", never, {}, {}, never, never, true, never>;
2787
+ }
2788
+
2789
+ declare class OnemrvaDateFormatDirective {
2790
+ private el;
2791
+ private readonly template;
2792
+ onPaste(event: ClipboardEvent): void;
2793
+ onCut(event: ClipboardEvent): void;
2794
+ onFocus(): void;
2795
+ onClick(): void;
2796
+ onKeyDown(event: KeyboardEvent): void;
2797
+ private emitInputEvent;
2798
+ onBlur(): void;
2799
+ private replaceCharAt;
2800
+ private setCaretToNextEditable;
2801
+ private sanitizeDateInput;
2802
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaDateFormatDirective, never>;
2803
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OnemrvaDateFormatDirective, "[onemrvaDateFormat]", never, {}, {}, never, never, true, never>;
2804
+ }
2805
+
2806
+ /**
2807
+ * Conditionally adds component to the tree if screen width matches at least one size in input
2808
+ */
2809
+ declare class OnemRvaSizeDirective {
2810
+ size: OnemrvaMatSize;
2811
+ /** @hidden @internal */
2812
+ get _isXSmall(): boolean;
2813
+ /** @hidden @internal */
2814
+ get _isSmall(): boolean;
2815
+ /** @hidden @internal */
2816
+ get _isLarge(): boolean;
2817
+ /** @hidden @internal */
2818
+ get _isXLarge(): boolean;
2819
+ /** @hidden @internal */
2820
+ get _isXXLarge(): boolean;
2821
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaSizeDirective, never>;
2822
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OnemRvaSizeDirective, "mat-icon[size], onemrva-mat-skeleton[size], onemrva-mat-avatar[size], button[size]", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
2823
+ }
2824
+
2825
+ declare class OnemRvaReadonlyDirective {
2826
+ readonly: i0.InputSignal<boolean>;
2827
+ /** @hidden @internal */
2828
+ get isReadOnly(): boolean;
2829
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaReadonlyDirective, never>;
2830
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OnemRvaReadonlyDirective, "form[readonly], mat-checkbox[readonly], mat-radio-group[readonly], mat-form-field[readonly], onemrva-mat-input-phone[readonly],onemrva-mat-task-list[readonly],onemrva-mat-selectable-box[readonly],onemrva-mat-choice-chip[readonly],onemrva-mat-input-birthplace[readonly],onemrva-mat-input-country[readonly],onemrva-mat-input-enterprise-number[readonly]", never, { "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2831
+ }
2832
+
2833
+ declare const directives: any[];
2834
+
2835
+ /**
2836
+ * Get language from local storage or browser.ééééééééééééé
2837
+ * é
2838
+ * @param translateService
2839
+ * @param languages
2840
+ * @param default_language
2841
+ */
2842
+ declare function setTranslationLanguage(translateService: TranslateService, languages?: string[], default_language?: string): () => Promise<void>;
2843
+ /**
2844
+ * Get language from WO
2845
+ *
2846
+ * @param translateService
2847
+ * @param languages
2848
+ * @param default_language
2849
+ */
2850
+ declare function setTranslationLanguageFromWO(translateService: TranslateService, languages?: string[], default_language?: string): () => Promise<void>;
2851
+
2852
+ interface OnemRvaCommonCountry {
2853
+ className: 'be.fgov.onerva.lookup.wppt.persistence.model.common.Country';
2854
+ id: number;
2855
+ code: string;
2856
+ codeMultiple: Record<string, any>;
2857
+ descFr: string;
2858
+ descNl: string;
2859
+ beginDate: string;
2860
+ endDate: string;
2861
+ singlePropertiesMap: {
2862
+ lastUpdateUserId: string;
2863
+ flagCee: string;
2864
+ flagLock: string;
2865
+ vergunArbeid: string;
2866
+ aa: string;
2867
+ commentLegal: string;
2868
+ codeSepa: string;
2869
+ vergunVerblijf: string;
2870
+ lastUpdateDate: string;
2871
+ };
2872
+ multiPropertiesCollectionMap: Record<string, any>;
2873
+ singlePropertisCollectionMap: Record<string, any>;
2874
+ }
2875
+
2876
+ declare class CommonCountryLookupService {
2877
+ protected _countries$: ReplaySubject<OnemRvaCommonCountry[]>;
2878
+ protected _customersInitialized: boolean;
2879
+ http: HttpClient;
2880
+ private commonCountryServiceURL;
2881
+ getCountries(refresh?: boolean): Observable<OnemRvaCommonCountry[]>;
2882
+ getCountryByCode(code: string | null): Observable<OnemRvaCommonCountry | null>;
2883
+ static ɵfac: i0.ɵɵFactoryDeclaration<CommonCountryLookupService, never>;
2884
+ static ɵprov: i0.ɵɵInjectableDeclaration<CommonCountryLookupService>;
2885
+ }
2886
+
2887
+ declare class OnemRvaCDNService {
2888
+ private rendererFactory;
2889
+ private cacheService;
2890
+ private http;
2891
+ private readonly cdnUrl;
2892
+ refresh$: Subject<unknown>;
2893
+ private renderer;
2894
+ constructor();
2895
+ getUrl(path?: string): string;
2896
+ getImg(path?: string): string;
2897
+ getOri(path?: string): string;
2898
+ fetch<T = any>(endpoint: string): Observable<Object>;
2899
+ fetchNoCache<T = any>(endpoint: string): Observable<Object>;
2900
+ getTranslations(projects: string[], lang: string, prefix?: string, suffix?: string): Observable<any>;
2901
+ /**
2902
+ * Loads a CSS file dynamically into the document head.
2903
+ * @param href The URL of the CSS file.
2904
+ * @returns A promise that resolves when the CSS file is loaded.
2905
+ * //
2906
+ */
2907
+ loadCss(href: string): Promise<void>;
2908
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaCDNService, never>;
2909
+ static ɵprov: i0.ɵɵInjectableDeclaration<OnemRvaCDNService>;
2910
+ }
2911
+
2912
+ declare class CacheService implements HttpCacheStorage {
2913
+ setItem(key: string, item: Observable<any>): void;
2914
+ getItem(key: string): Observable<any>;
2915
+ deleteItem(key: string): void;
2916
+ static ɵfac: i0.ɵɵFactoryDeclaration<CacheService, never>;
2917
+ static ɵprov: i0.ɵɵInjectableDeclaration<CacheService>;
2918
+ }
2919
+
2920
+ interface OnemrvaMaterialCountry {
2921
+ code: string;
2922
+ name: string;
2923
+ dial_code: string;
2924
+ zone: string;
2925
+ pattern: string;
2926
+ placeholder: string;
2927
+ translations: {
2928
+ fr: string;
2929
+ nl: string;
2930
+ de: string;
2931
+ };
2932
+ }
2933
+ declare class OnemRvaCDNCountryService {
2934
+ private cdnService;
2935
+ private translateService;
2936
+ getCountries(): Observable<OnemrvaMaterialCountry[]>;
2937
+ getCountriesByZone(zone: string): Observable<OnemrvaMaterialCountry[]>;
2938
+ getTranslatedCountryName(country: OnemrvaMaterialCountry, languageCode?: string): string;
2939
+ findCountryFromCode(code: any): Observable<OnemrvaMaterialCountry | undefined>;
2940
+ findCountryFromVIESCode(code: any): Observable<OnemrvaMaterialCountry | undefined>;
2941
+ findCountryFromPrefix(number: any): Observable<OnemrvaMaterialCountry | undefined>;
2942
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaCDNCountryService, never>;
2943
+ static ɵprov: i0.ɵɵInjectableDeclaration<OnemRvaCDNCountryService>;
2944
+ }
2945
+
2946
+ interface MimeDefinition {
2947
+ extension: string;
2948
+ mimeType: string;
2949
+ }
2950
+ declare class OnemRvaCDNMimeService {
2951
+ private cdnService;
2952
+ static mimetypeFile: string;
2953
+ getMimesForExtension(extensions: string[]): rxjs.Observable<string[]>;
2954
+ getExtensionsForMime(mimTypes: string[]): rxjs.Observable<string[]>;
2955
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaCDNMimeService, never>;
2956
+ static ɵprov: i0.ɵɵInjectableDeclaration<OnemRvaCDNMimeService>;
2957
+ }
2958
+
2959
+ interface OSMAddress {
2960
+ house_number?: string;
2961
+ road?: string;
2962
+ village?: string;
2963
+ municipality?: string;
2964
+ county?: string;
2965
+ town?: string;
2966
+ state?: string;
2967
+ 'ISO3166-2-lvl6'?: string;
2968
+ postcode?: string;
2969
+ neighbourhood?: string;
2970
+ city_district?: string;
2971
+ city?: string;
2972
+ region?: string;
2973
+ suburb?: string;
2974
+ country?: string;
2975
+ country_code?: string;
2976
+ }
2977
+ interface OSMResult {
2978
+ place_id: number;
2979
+ licence: string;
2980
+ osm_type: string;
2981
+ osm_id: number;
2982
+ lat: string;
2983
+ lon: string;
2984
+ class: string;
2985
+ type: string;
2986
+ place_rank: number;
2987
+ importance: number;
2988
+ addresstype: string;
2989
+ name: string;
2990
+ display_name: string;
2991
+ address: OSMAddress;
2992
+ boundingbox: [string, string, string, string];
2993
+ }
2994
+ declare class OnemRvaOSMService {
2995
+ private http;
2996
+ private nominatimUrl;
2997
+ searchAddress(query: string, countryCodes?: string[], format?: string, addressdetails?: number, limit?: number): Observable<OSMResult[]>;
2998
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaOSMService, never>;
2999
+ static ɵprov: i0.ɵɵInjectableDeclaration<OnemRvaOSMService>;
3000
+ }
3001
+
3002
+ declare class OnemrvaErrorHandler implements ErrorHandler {
3003
+ handleError(error: any): void;
3004
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaErrorHandler, never>;
3005
+ static ɵprov: i0.ɵɵInjectableDeclaration<OnemrvaErrorHandler>;
3006
+ }
3007
+
3008
+ declare class OnemrvaMissingTranslationHandler implements MissingTranslationHandler {
3009
+ handle(params: MissingTranslationHandlerParams): string;
3010
+ }
3011
+
3012
+ declare class OnemrvaTranslateCDNLoader implements TranslateLoader {
3013
+ private cdn;
3014
+ projects: string[];
3015
+ prefix: string;
3016
+ suffix: string;
3017
+ constructor(cdn: OnemRvaCDNService, projects?: string[], prefix?: string, suffix?: string);
3018
+ /**
3019
+ * Gets the translations from the server
3020
+ */
3021
+ getTranslation(lang: string): Observable<any>;
3022
+ }
3023
+
3024
+ declare class OnemrvaTranslateHttpLoader implements TranslateLoader {
3025
+ private http;
3026
+ prefix: string;
3027
+ suffix: string;
3028
+ modules: string[];
3029
+ constructor(http: HttpClient, prefix?: string, suffix?: string, modules?: string[]);
3030
+ /**
3031
+ * Gets the translations from the server
3032
+ */
3033
+ getTranslation(lang: string): Observable<any>;
3034
+ }
3035
+
3036
+ declare class OnemrvaBcePipe implements PipeTransform {
3037
+ transform(value: string): string;
3038
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaBcePipe, never>;
3039
+ static ɵpipe: i0.ɵɵPipeDeclaration<OnemrvaBcePipe, "onemrvaBce", true>;
3040
+ }
3041
+
3042
+ declare class OnemrvaNissPipe implements PipeTransform {
3043
+ transform(value: string): string;
3044
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaNissPipe, never>;
3045
+ static ɵpipe: i0.ɵɵPipeDeclaration<OnemrvaNissPipe, "onemrvaNiss", true>;
3046
+ }
3047
+
3048
+ declare class OnemrvaValidators {
3049
+ private static bceValidator;
3050
+ static bce(required?: boolean): ValidatorFn;
3051
+ private static nissValidator;
3052
+ static niss(required?: boolean): ValidatorFn;
3053
+ static nissOrBce(required?: boolean): ValidatorFn;
3054
+ }
3055
+
3056
+ declare const IBAN_SUPPORTED_COUNTRIES: string[];
3057
+ declare const SEPA_ONLY_SUPPORTED_COUNTRIES: string[];
3058
+ declare const bankAccountValidator: (allowEmptyCountry?: boolean) => ValidatorFn;
3059
+
3060
+ declare class OnemrvaSharedModule {
3061
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaSharedModule, never>;
3062
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaSharedModule, never, [typeof DigitOnlyDirective, typeof MatRowClickableDirective, typeof OnemRvaClipboardDirective, typeof OnemRvaIconRightDirective, typeof IfWidthIsDirective, typeof OnemRvaColorDirective, typeof OnemrvaMaskDirective, typeof OnemrvaDateFormatDirective, typeof OnemRvaReadonlyDirective], [typeof DigitOnlyDirective, typeof MatRowClickableDirective, typeof OnemRvaClipboardDirective, typeof OnemRvaIconRightDirective, typeof IfWidthIsDirective, typeof OnemRvaColorDirective, typeof OnemrvaMaskDirective, typeof OnemrvaDateFormatDirective, typeof OnemRvaReadonlyDirective]>;
3063
+ static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaSharedModule>;
3064
+ }
3065
+
3066
+ declare class OnemrvaNativeDateAdapter extends NativeDateAdapter implements OnDestroy {
3067
+ private translateService;
3068
+ private destroyNotifier$;
3069
+ localeChanges: Subject<any>;
3070
+ constructor();
3071
+ format(date: Date, formats: any): string;
3072
+ parse(value: any): Date | null;
3073
+ getFirstDayOfWeek(): number;
3074
+ ngOnDestroy(): void;
3075
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaNativeDateAdapter, never>;
3076
+ static ɵprov: i0.ɵɵInjectableDeclaration<OnemrvaNativeDateAdapter>;
3077
+ }
3078
+
3079
+ /** Adapts Luxon Dates for use with Angular Material. */
3080
+ declare class OnemrvaLuxonDateAdapter extends DateAdapter<DateTime> {
3081
+ private translateService;
3082
+ private _useUTC;
3083
+ private _firstDayOfWeek;
3084
+ private _defaultOutputCalendar;
3085
+ constructor();
3086
+ getYear(date: DateTime): number;
3087
+ getMonth(date: DateTime): number;
3088
+ getDate(date: DateTime): number;
3089
+ getDayOfWeek(date: DateTime): number;
3090
+ getMonthNames(style: 'long' | 'short' | 'narrow'): string[];
3091
+ getDateNames(): string[];
3092
+ getDayOfWeekNames(style: 'long' | 'short' | 'narrow'): string[];
3093
+ getYearName(date: DateTime): string;
3094
+ getFirstDayOfWeek(): number;
3095
+ getNumDaysInMonth(date: DateTime): number;
3096
+ clone(date: DateTime): DateTime;
3097
+ createDate(year: number, month: number, date: number): DateTime;
3098
+ today(): DateTime;
3099
+ parse(value: any, parseFormat: string | string[]): DateTime | null;
3100
+ format(date: DateTime, displayFormat: string): string;
3101
+ addCalendarYears(date: DateTime, years: number): DateTime;
3102
+ addCalendarMonths(date: DateTime, months: number): DateTime;
3103
+ addCalendarDays(date: DateTime, days: number): DateTime;
3104
+ toIso8601(date: DateTime): string;
3105
+ /**
3106
+ * Returns the given value if given a valid Luxon or null. Deserializes valid ISO 8601 strings
3107
+ * (https://www.ietf.org/rfc/rfc3339.txt) and valid Date objects into valid DateTime and empty
3108
+ * string into null. Returns an invalid date for all other values.
3109
+ */
3110
+ deserialize(value: any): DateTime | null;
3111
+ isDateInstance(obj: any): boolean;
3112
+ isValid(date: DateTime): boolean;
3113
+ invalid(): DateTime;
3114
+ setTime(target: DateTime, hours: number, minutes: number, seconds: number): DateTime;
3115
+ getHours(date: DateTime): number;
3116
+ getMinutes(date: DateTime): number;
3117
+ getSeconds(date: DateTime): number;
3118
+ parseTime(value: any, parseFormat: string | string[]): DateTime | null;
3119
+ addSeconds(date: DateTime, amount: number): DateTime;
3120
+ /** Gets the options that should be used when constructing a new `DateTime` object. */
3121
+ private _getOptions;
3122
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaLuxonDateAdapter, never>;
3123
+ static ɵprov: i0.ɵɵInjectableDeclaration<OnemrvaLuxonDateAdapter>;
3124
+ }
3125
+
3126
+ declare function onemrvaDateNativeYearMonthProvider(): Provider[];
3127
+
3128
+ declare function onemrvaDateNativeProvider(): Provider[];
3129
+
3130
+ declare function onemrvaDateLuxonProvider(): Provider[];
3131
+
3132
+ declare function onemrvaDateLuxonYearMonthProvider(): Provider[];
3133
+
3134
+ declare function onemrvaThemeProvider(): Provider[];
3135
+
3136
+ declare const LOOKUP_COUNTRY_SERVICE_URL: InjectionToken<string>;
3137
+ declare const ONEMRVA_THEME_CLASS: InjectionToken<string>;
3138
+
3139
+ export { CDNUrlModeOptions, CDN_URLS, CDN_URL_MODE, CUSTOM_VALIDATION_FN, CacheService, ClipboardIconComponent, ClockComponent, CoerceBooleanInput, CommonCountryLookupService, DefaultStorage, DigitOnlyDirective, DndDirective, DrawerHostDirective, Environment, FlagIconComponent, HttpRequestCache, IBAN_SUPPORTED_COUNTRIES, IfWidthIsDirective, LOOKUP_COUNTRY_SERVICE_URL, LOOKUP_COUNTRY_URL, LayoutAfterNavComponent, LayoutComponent, LayoutContentComponent, LayoutDrawerActionsComponent, LayoutDrawerContentComponent, LayoutDrawerTitleComponent, LayoutFooterComponent, LayoutLeftSidenavComponent, LayoutLoginMenuComponent, LayoutRouteComponent, LayoutSidenavComponent, LayoutSidenavTitleComponent, LayoutSubrouteComponent, LayoutTitleComponent, MAT_SELECTSEARCH_DEFAULT_OPTIONS, MatAvatarType, MatExpansionPanelHeaderArrowDivider, MatRowClickableDirective, MatSelectNoEntriesFoundDirective, MatSelectSearchClearDirective, MatSelectSearchComponent, MatSelectSearchModule, MatTimePickerToggle, MatTimepickerComponentDialogComponent, MatTimepickerDirective, MatTimepickerToggleIconDirective, NISS_MASK, ONEMRVA_MAT_LUXON_DATE_FORMATS, ONEMRVA_MAT_LUXON_YEAR_MONTH_FORMATS, ONEMRVA_MAT_NATIVE_DATE_FORMAT, ONEMRVA_MAT_NATIVE_YEAR_MONTH_FORMAT, ONEMRVA_THEME, ONEMRVA_THEME_CLASS, ObservableContent, OnemRvaAddress, OnemRvaCDNCountryService, OnemRvaCDNMimeService, OnemRvaCDNService, OnemRvaClipboardDirective, OnemRvaColorDirective, OnemRvaIconRightDirective, OnemRvaOSMService, OnemRvaProfile, OnemRvaReadonlyDirective, OnemRvaSizeDirective, OnemrvaBcePipe, OnemrvaCopyToClipboardComponent, OnemrvaCountryItemComponent, OnemrvaDateFormatDirective, OnemrvaDrawerService, OnemrvaErrorHandler, OnemrvaFilePanelComponent, OnemrvaLayoutModule, OnemrvaLeftSidenavService, OnemrvaLuxonDateAdapter, OnemrvaMaskDirective, OnemrvaMatAvatarComponent, OnemrvaMatAvatarModule, OnemrvaMatBreadcrumbComponent, OnemrvaMatBreadcrumbModule, OnemrvaMatBreadcrumbService, OnemrvaMatCarouselComponent, OnemrvaMatCarouselItemComponent, OnemrvaMatChoiceChipComponent, OnemrvaMatDatepickerHeaderComponent, OnemrvaMatEmptyRowComponent, OnemrvaMatFileUploadComponent, OnemrvaMatFileUploadModule, OnemrvaMatFileUploadService, OnemrvaMatFileUploadStore, OnemrvaMatInputAddressComponent, OnemrvaMatInputBirthPlaceComponent, OnemrvaMatInputCountryComponent, OnemrvaMatInputEnterpriseNumberComponent, OnemrvaMatInputIbanComponent, OnemrvaMatInputPhoneComponent, OnemrvaMatLoadingDirective, OnemrvaMatMessageBoxComponent, OnemrvaMatMessageBoxModule, OnemrvaMatMultiSelectComponent, OnemrvaMatMultiSelectModule, OnemrvaMatNavigationComponent, OnemrvaMatNavigationItemComponent, OnemrvaMatNotificationComponent, OnemrvaMatPaginatorComponent, OnemrvaMatPaginatorModule, OnemrvaMatPanelComponent, OnemrvaMatPanelContentComponent, OnemrvaMatPanelIconComponent, OnemrvaMatPanelModule, OnemrvaMatPanelTitleActionComponent, OnemrvaMatPanelTitleComponent, OnemrvaMatPopOverComponent, OnemrvaMatPopOverContentComponent, OnemrvaMatPopOverModule, OnemrvaMatPopOverTriggerComponent, OnemrvaMatProgressBarComponent, OnemrvaMatSelectableBoxComponent, OnemrvaMatSelectableBoxModule, OnemrvaMatSideMenuComponent, OnemrvaMatSideMenuModule, OnemrvaMatSkeletoTypes, OnemrvaMatSkeletonAnimations, OnemrvaMatSkeletonComponent, OnemrvaMatSkeletonModule, OnemrvaMatSpinnerComponent, OnemrvaMatSpinnerModule, OnemrvaMatStepperComponent, OnemrvaMatStepperModule, OnemrvaMatStickerComponent, OnemrvaMatStickerModule, OnemrvaMatTableOfContentComponent, OnemrvaMatTableOfContentDirective, OnemrvaMatTableOfContentService, OnemrvaMatTaskComponent, OnemrvaMatTaskContentComponent, OnemrvaMatTaskListComponent, OnemrvaMatTaskListModule, OnemrvaMatTaskTitleComponent, OnemrvaMatTimepickerComponent, OnemrvaMatTimepickerModule, OnemrvaMatToastComponent, OnemrvaMatToastModule, OnemrvaMatTocAnchorLevel, OnemrvaMatTocAnchorStatus, OnemrvaMatTooltipComponent, OnemrvaMatTooltipDirective, OnemrvaMatTooltipModule, OnemrvaMissingTranslationHandler, OnemrvaNativeDateAdapter, OnemrvaNissPipe, OnemrvaPageNotFoundModule, OnemrvaSharedModule, OnemrvaTranslateCDNLoader, OnemrvaTranslateHttpLoader, OnemrvaValidators, PageNotFoundActionComponent, PageNotFoundComponent, PageNotFoundExtraComponent, PageNotFoundInvaderComponent, PhoneNumberDirective, RequestTimes, SEPA_ONLY_SUPPORTED_COUNTRIES, StripHtmlPipe, ToastType, WebComponentOverlayContainer, bankAccountValidator, components, configurableDefaultOptions, convertToProgressFile, convertToReferencedProgressFile, directives, formatBytes, formattedSize, layoutComponents, onemrvaDateLuxonProvider, onemrvaDateLuxonYearMonthProvider, onemrvaDateNativeProvider, onemrvaDateNativeYearMonthProvider, onemrvaThemeProvider, setTranslationLanguage, setTranslationLanguageFromWO };
3140
+ export type { ActionConfig, ConfigurableDefaultOptions, CustomValidationFn, FileUploadStoreEvent, HttpCacheOptions, HttpCacheStorage, MatSelectSearchOptions, MimeDefinition, NavItem, OSMAddress, OSMResult, OnemRvaCommonCountry, OnemRvaLanguage, OnemrvaMatFileUploadInterface, OnemrvaMatFileUploadStoreItf, OnemrvaMatToc, OnemrvaMatTocAnchor, OnemrvaMaterialCountry, OnemrvaMenu, OnemrvaSkeletonLoaderConfigTheme, ProgressFile, ReferencedProgressFile, UploadState };