@odx/angular 11.6.0 → 12.0.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 (391) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/breakpoints/lib/breakpoints.config.d.ts +1 -1
  3. package/components/calendar/lib/calendar.config.d.ts +1 -1
  4. package/components/card/lib/card.config.d.ts +1 -1
  5. package/components/datepicker/lib/datepicker.config.d.ts +1 -1
  6. package/components/daterangepicker/lib/daterangepicker.config.d.ts +1 -1
  7. package/components/error-page/lib/error-page.config.d.ts +1 -1
  8. package/components/footer/lib/footer.config.d.ts +1 -1
  9. package/components/form-field/lib/form-field.config.d.ts +1 -1
  10. package/components/icon/lib/icon.config.d.ts +1 -1
  11. package/components/main-menu/lib/main-menu.config.d.ts +1 -1
  12. package/components/modal/lib/modal.config.d.ts +1 -1
  13. package/components/notification/lib/notification.config.d.ts +1 -1
  14. package/components/paginator/lib/paginator.config.d.ts +1 -1
  15. package/components/timepicker/lib/directives/timepicker-input-control.directive.d.ts +3 -3
  16. package/components/toast/lib/toast.config.d.ts +1 -1
  17. package/components/tooltip/lib/tooltip.config.d.ts +1 -1
  18. package/esm2022/breakpoints/lib/breakpoints.module.mjs +4 -4
  19. package/esm2022/breakpoints/lib/breakpoints.service.mjs +3 -3
  20. package/esm2022/breakpoints/lib/breakpoints.typings.mjs +1 -1
  21. package/esm2022/breakpoints/lib/directives/match-breakpoints.directive.mjs +3 -3
  22. package/esm2022/cdk/a11y/lib/a11y.module.mjs +4 -4
  23. package/esm2022/cdk/a11y/lib/directives/interactive.directive.mjs +3 -3
  24. package/esm2022/cdk/a11y/lib/directives/list-focus-manager-option.directive.mjs +3 -3
  25. package/esm2022/cdk/a11y/lib/directives/list-focus-manager.directive.mjs +3 -3
  26. package/esm2022/cdk/active-indicator/lib/active-indicator.directive.mjs +3 -3
  27. package/esm2022/cdk/autocomplete-control/lib/autocomplete-control.mjs +3 -3
  28. package/esm2022/cdk/checkbox-control/lib/checkbox-control.directive.mjs +3 -3
  29. package/esm2022/cdk/connected-overlay/lib/connected-overlay.component.mjs +3 -3
  30. package/esm2022/cdk/connected-overlay/lib/connected-overlay.service.mjs +3 -3
  31. package/esm2022/cdk/custom-form-control/lib/control.directive.mjs +3 -3
  32. package/esm2022/cdk/custom-form-control/lib/custom-form-control.mjs +3 -3
  33. package/esm2022/cdk/custom-form-control/lib/input-control.directive.mjs +3 -3
  34. package/esm2022/cdk/dynamic-view/lib/dynamic-view.component.mjs +3 -3
  35. package/esm2022/cdk/dynamic-view/lib/dynamic-view.directive.mjs +3 -3
  36. package/esm2022/cdk/dynamic-view/lib/dynamic-view.service.mjs +3 -3
  37. package/esm2022/cdk/event-plugins/lib/models/event-plugin.mjs +1 -1
  38. package/esm2022/cdk/event-plugins/lib/plugins/debounce-event-plugin.mjs +5 -5
  39. package/esm2022/cdk/event-plugins/lib/plugins/defer-event-plugin.mjs +5 -5
  40. package/esm2022/cdk/expandable/lib/directives/expandable-container.directive.mjs +3 -3
  41. package/esm2022/cdk/expandable/lib/directives/expandable-item.directive.mjs +3 -3
  42. package/esm2022/cdk/expandable/lib/expandable.module.mjs +4 -4
  43. package/esm2022/cdk/option-control/lib/option-control.mjs +3 -3
  44. package/esm2022/cdk/radio-group-control/lib/radio-control.directive.mjs +3 -3
  45. package/esm2022/cdk/radio-group-control/lib/radio-group-control.directive.mjs +3 -3
  46. package/esm2022/cdk/radio-group-control/lib/radio-group-control.module.mjs +4 -4
  47. package/esm2022/components/accordion/lib/accordion.component.mjs +3 -3
  48. package/esm2022/components/accordion/lib/accordion.module.mjs +4 -4
  49. package/esm2022/components/accordion/lib/components/accordion-item/accordion-item.component.mjs +3 -3
  50. package/esm2022/components/accordion/lib/directives/accordion-item-title.mjs +3 -3
  51. package/esm2022/components/action-group/action-group.component.mjs +3 -3
  52. package/esm2022/components/area-header/area-header.component.mjs +3 -3
  53. package/esm2022/components/area-header/area-header.module.mjs +4 -4
  54. package/esm2022/components/area-header/directives/area-header-content.directive.mjs +3 -3
  55. package/esm2022/components/area-header/directives/area-header-subtitle.directive.mjs +3 -3
  56. package/esm2022/components/autocomplete/lib/autocomplete.component.mjs +3 -3
  57. package/esm2022/components/autocomplete/lib/autocomplete.module.mjs +4 -4
  58. package/esm2022/components/autocomplete/lib/components/option/autocomplete-option.component.mjs +3 -3
  59. package/esm2022/components/autocomplete/lib/directives/autocomplete-input-control.directive.mjs +3 -3
  60. package/esm2022/components/autocomplete/lib/pipes/autocomplete-search-filter.pipe.mjs +3 -3
  61. package/esm2022/components/avatar/lib/avatar.component.mjs +3 -3
  62. package/esm2022/components/badge/lib/badge.component.mjs +3 -3
  63. package/esm2022/components/badge/lib/badge.directive.mjs +3 -3
  64. package/esm2022/components/bar/lib/bar.component.mjs +3 -3
  65. package/esm2022/components/bar/lib/bar.module.mjs +4 -4
  66. package/esm2022/components/bar/lib/directives/bar-button.directive.mjs +3 -3
  67. package/esm2022/components/bar/lib/directives/bar-label.directive.mjs +3 -3
  68. package/esm2022/components/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
  69. package/esm2022/components/button/lib/button.component.mjs +3 -3
  70. package/esm2022/components/button/lib/directives/responsive-button.directive.mjs +3 -3
  71. package/esm2022/components/button-group/lib/button-group.component.mjs +3 -3
  72. package/esm2022/components/calendar/lib/calendar.component.mjs +3 -3
  73. package/esm2022/components/calendar/lib/calendar.service.mjs +3 -3
  74. package/esm2022/components/calendar/lib/components/calendar-header/calendar-header.component.mjs +3 -3
  75. package/esm2022/components/calendar/lib/components/calendar-month/calendar-month.component.mjs +3 -3
  76. package/esm2022/components/calendar/lib/components/calendar-year/calendar-year.component.mjs +3 -3
  77. package/esm2022/components/calendar/lib/components/calendar-years/calendar-years.component.mjs +3 -3
  78. package/esm2022/components/calendar/lib/daterange.service.mjs +3 -3
  79. package/esm2022/components/calendar/lib/directives/calendar-cell.directive.mjs +3 -3
  80. package/esm2022/components/calendar/lib/directives/calendar-view.directive.mjs +3 -3
  81. package/esm2022/components/calendar/lib/pipes/date-label.pipe.mjs +3 -3
  82. package/esm2022/components/calendar/lib/services/calendar-month.service.mjs +3 -3
  83. package/esm2022/components/calendar/lib/services/calendar-year.service.mjs +3 -3
  84. package/esm2022/components/calendar/lib/services/calendar-years.service.mjs +3 -3
  85. package/esm2022/components/card/lib/card.component.mjs +3 -3
  86. package/esm2022/components/card/lib/card.module.mjs +4 -4
  87. package/esm2022/components/card/lib/components/card-footer/card-footer.component.mjs +3 -3
  88. package/esm2022/components/card/lib/components/card-image/card-image.component.mjs +3 -3
  89. package/esm2022/components/card/lib/components/launch-card-subtitle/launch-card-subtitle.component.mjs +3 -3
  90. package/esm2022/components/card/lib/directives/card-content.directive.mjs +3 -3
  91. package/esm2022/components/checkbox/lib/checkbox.component.mjs +3 -3
  92. package/esm2022/components/checkbox/lib/checkbox.module.mjs +4 -4
  93. package/esm2022/components/checkbox/lib/checkbox.validator.mjs +3 -3
  94. package/esm2022/components/chip/lib/components/chip/chip.component.mjs +3 -3
  95. package/esm2022/components/chip/lib/components/chip-list/chip-list.component.mjs +3 -3
  96. package/esm2022/components/chip/lib/components/chip-list-row/chip-list-row.component.mjs +3 -3
  97. package/esm2022/components/circular-progress/lib/circular-progress.component.mjs +3 -3
  98. package/esm2022/components/content-box/lib/content-box.component.mjs +3 -3
  99. package/esm2022/components/content-box/lib/content-box.module.mjs +4 -4
  100. package/esm2022/components/content-box/lib/directives/content-box-footer.directive.mjs +3 -3
  101. package/esm2022/components/content-box/lib/directives/content-box-header.directive.mjs +3 -3
  102. package/esm2022/components/datepicker/lib/datepicker.component.mjs +3 -3
  103. package/esm2022/components/datepicker/lib/datepicker.module.mjs +4 -4
  104. package/esm2022/components/datepicker/lib/directives/datepicker-input-control.directive.mjs +4 -4
  105. package/esm2022/components/daterangepicker/lib/daterangepicker.component.mjs +3 -3
  106. package/esm2022/components/daterangepicker/lib/daterangepicker.module.mjs +4 -4
  107. package/esm2022/components/daterangepicker/lib/directives/daterangepicker-input-control.directive.mjs +4 -4
  108. package/esm2022/components/daterangepicker/lib/range.validator.mjs +3 -3
  109. package/esm2022/components/daterangepicker/lib/required.validator.mjs +3 -3
  110. package/esm2022/components/dropdown/lib/dropdown.component.mjs +3 -3
  111. package/esm2022/components/dropdown/lib/dropdown.directive.mjs +3 -3
  112. package/esm2022/components/dropdown/lib/dropdown.module.mjs +4 -4
  113. package/esm2022/components/error-page/lib/error-page.component.mjs +3 -3
  114. package/esm2022/components/footer/lib/footer.component.mjs +3 -3
  115. package/esm2022/components/form-field/lib/components/form-field-info/form-field-info.component.mjs +3 -3
  116. package/esm2022/components/form-field/lib/components/form-group/form-group.component.mjs +3 -3
  117. package/esm2022/components/form-field/lib/directives/form-field-control.directive.mjs +3 -3
  118. package/esm2022/components/form-field/lib/directives/form-field-error.directive.mjs +3 -3
  119. package/esm2022/components/form-field/lib/directives/form-field-hint.directive.mjs +3 -3
  120. package/esm2022/components/form-field/lib/directives/form-field-label.directive.mjs +3 -3
  121. package/esm2022/components/form-field/lib/directives/form.directive.mjs +3 -3
  122. package/esm2022/components/form-field/lib/form-field.component.mjs +3 -3
  123. package/esm2022/components/form-field/lib/form-field.module.mjs +4 -4
  124. package/esm2022/components/form-field/lib/form-field.service.mjs +3 -3
  125. package/esm2022/components/form-field/lib/services/form-field-error.service.mjs +3 -3
  126. package/esm2022/components/header/lib/directives/header-avatar.directive.mjs +3 -3
  127. package/esm2022/components/header/lib/directives/header-title.directive.mjs +3 -3
  128. package/esm2022/components/header/lib/header.component.mjs +3 -3
  129. package/esm2022/components/header/lib/header.module.mjs +4 -4
  130. package/esm2022/components/header-navigation/lib/directives/header-navigation-link.directive.mjs +6 -6
  131. package/esm2022/components/header-navigation/lib/header-navigation.component.mjs +3 -3
  132. package/esm2022/components/header-navigation/lib/header-navigation.module.mjs +4 -4
  133. package/esm2022/components/icon/lib/icon.component.mjs +3 -3
  134. package/esm2022/components/inline-message/lib/inline-message.component.mjs +3 -3
  135. package/esm2022/components/link/link.directive.mjs +3 -3
  136. package/esm2022/components/list/lib/components/expandable-list-item/expandable-list-item.component.mjs +3 -3
  137. package/esm2022/components/list/lib/components/list-item/list-item.component.mjs +3 -3
  138. package/esm2022/components/list/lib/list.component.mjs +3 -3
  139. package/esm2022/components/list/lib/list.module.mjs +4 -4
  140. package/esm2022/components/loading-spinner/lib/loading-spinner.component.mjs +3 -3
  141. package/esm2022/components/loading-spinner/lib/loading-spinner.directive.mjs +3 -3
  142. package/esm2022/components/loading-spinner/lib/loading-spinner.module.mjs +4 -4
  143. package/esm2022/components/logo/logo.directive.mjs +3 -3
  144. package/esm2022/components/main-menu/lib/directives/main-menu-button.directive.mjs +3 -3
  145. package/esm2022/components/main-menu/lib/directives/main-menu-close.directive.mjs +3 -3
  146. package/esm2022/components/main-menu/lib/directives/main-menu-item.directive.mjs +3 -3
  147. package/esm2022/components/main-menu/lib/main-menu.component.mjs +3 -3
  148. package/esm2022/components/main-menu/lib/main-menu.module.mjs +4 -4
  149. package/esm2022/components/main-menu/lib/main-menu.service.mjs +3 -3
  150. package/esm2022/components/mainfilter-group/lib/mainfilter-group.component.mjs +3 -3
  151. package/esm2022/components/menu/lib/directives/menu-item.directive.mjs +3 -3
  152. package/esm2022/components/menu/lib/menu.component.mjs +3 -3
  153. package/esm2022/components/menu/lib/menu.directive.mjs +3 -3
  154. package/esm2022/components/menu/lib/menu.module.mjs +4 -4
  155. package/esm2022/components/modal/lib/components/basic-modal/basic-modal.component.mjs +3 -3
  156. package/esm2022/components/modal/lib/components/modal-footer/modal-footer.component.mjs +3 -3
  157. package/esm2022/components/modal/lib/components/modal-header/modal-header.component.mjs +3 -3
  158. package/esm2022/components/modal/lib/components/modal-hero/modal-hero.component.mjs +3 -3
  159. package/esm2022/components/modal/lib/directives/modal-close.directive.mjs +3 -3
  160. package/esm2022/components/modal/lib/directives/modal-content.directive.mjs +3 -3
  161. package/esm2022/components/modal/lib/directives/modal-dismiss.directive.mjs +3 -3
  162. package/esm2022/components/modal/lib/directives/prevent-form-method-dialog.directive.mjs +3 -3
  163. package/esm2022/components/modal/lib/directives/prevent-method-dialog.directive.mjs +3 -3
  164. package/esm2022/components/modal/lib/modal.component.mjs +3 -3
  165. package/esm2022/components/modal/lib/modal.directive.mjs +3 -3
  166. package/esm2022/components/modal/lib/modal.module.mjs +4 -4
  167. package/esm2022/components/modal/lib/modal.service.mjs +3 -3
  168. package/esm2022/components/navigation-back/lib/navigation-back.component.mjs +3 -3
  169. package/esm2022/components/notification/lib/components/notification-center/notification-center.component.mjs +3 -3
  170. package/esm2022/components/notification/lib/components/notification-item/notification-item.component.mjs +3 -3
  171. package/esm2022/components/notification/lib/directives/notification-center.directive.mjs +3 -3
  172. package/esm2022/components/notification/lib/notification.service.mjs +3 -3
  173. package/esm2022/components/notification/lib/services/notification-center.service.mjs +3 -3
  174. package/esm2022/components/paginator/lib/paginator.component.mjs +3 -3
  175. package/esm2022/components/paginator/lib/paginator.module.mjs +4 -4
  176. package/esm2022/components/progress/lib/progress.component.mjs +3 -3
  177. package/esm2022/components/radio-group/lib/components/radio-button/radio-button.component.mjs +3 -3
  178. package/esm2022/components/radio-group/lib/radio-group.component.mjs +3 -3
  179. package/esm2022/components/radio-group/lib/radio-group.module.mjs +4 -4
  180. package/esm2022/components/rail-navigation/lib/components/rail-navigation-item/rail-navigation-item.component.mjs +3 -3
  181. package/esm2022/components/rail-navigation/lib/rail-navigation.component.mjs +3 -3
  182. package/esm2022/components/rail-navigation/lib/rail-navigation.module.mjs +4 -4
  183. package/esm2022/components/rich-list/lib/components/rich-list-content/rich-list-content.component.mjs +3 -3
  184. package/esm2022/components/rich-list/lib/components/rich-list-item/rich-list-item.component.mjs +3 -3
  185. package/esm2022/components/rich-list/lib/components/rich-list-item-header/rich-list-item-header.component.mjs +3 -3
  186. package/esm2022/components/rich-list/lib/rich-list.component.mjs +3 -3
  187. package/esm2022/components/rich-list/lib/rich-list.module.mjs +4 -4
  188. package/esm2022/components/search-bar/lib/search-bar-control.directive.mjs +3 -3
  189. package/esm2022/components/search-bar/lib/search-bar.component.mjs +3 -3
  190. package/esm2022/components/search-bar/lib/search-bar.module.mjs +4 -4
  191. package/esm2022/components/select/lib/components/select-option/select-option.component.mjs +3 -3
  192. package/esm2022/components/select/lib/directives/select-input-control.directive.mjs +3 -3
  193. package/esm2022/components/select/lib/pipes/select-search-filter.pipe.mjs +3 -3
  194. package/esm2022/components/select/lib/select.component.mjs +3 -3
  195. package/esm2022/components/select/lib/select.module.mjs +4 -4
  196. package/esm2022/components/slider/lib/slider.directive.mjs +3 -3
  197. package/esm2022/components/spinbox/lib/spinbox.component.mjs +3 -3
  198. package/esm2022/components/switch/lib/switch.component.mjs +3 -3
  199. package/esm2022/components/switch/lib/switch.module.mjs +4 -4
  200. package/esm2022/components/switch/lib/switch.validator.mjs +3 -3
  201. package/esm2022/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.mjs +3 -3
  202. package/esm2022/components/tab-bar/lib/tab-bar.component.mjs +3 -3
  203. package/esm2022/components/tab-bar/lib/tab-bar.module.mjs +4 -4
  204. package/esm2022/components/table/lib/components/check-cell/check-cell.component.mjs +3 -3
  205. package/esm2022/components/table/lib/components/header-title/header-title.component.mjs +3 -3
  206. package/esm2022/components/table/lib/directives/table-cell.directive.mjs +3 -3
  207. package/esm2022/components/table/lib/directives/table-row.directive.mjs +3 -3
  208. package/esm2022/components/table/lib/table.component.mjs +3 -3
  209. package/esm2022/components/table/lib/table.module.mjs +4 -4
  210. package/esm2022/components/timepicker/lib/components/timepicker-option.component.mjs +3 -3
  211. package/esm2022/components/timepicker/lib/directives/timepicker-input-control.directive.mjs +5 -5
  212. package/esm2022/components/timepicker/lib/timepicker.component.mjs +3 -3
  213. package/esm2022/components/timepicker/lib/timepicker.module.mjs +4 -4
  214. package/esm2022/components/timepicker/lib/timepicker.service.mjs +3 -3
  215. package/esm2022/components/toast/lib/components/toast-container/toast-container.component.mjs +3 -3
  216. package/esm2022/components/toast/lib/components/toast-item/toast-item.component.mjs +3 -3
  217. package/esm2022/components/toast/lib/toast.module.mjs +4 -4
  218. package/esm2022/components/toast/lib/toast.service.mjs +3 -3
  219. package/esm2022/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.mjs +3 -3
  220. package/esm2022/components/toggle-button-group/lib/toggle-button-group.component.mjs +3 -3
  221. package/esm2022/components/toggle-button-group/lib/toggle-button-group.module.mjs +4 -4
  222. package/esm2022/components/tooltip/lib/tooltip.component.mjs +3 -3
  223. package/esm2022/components/tooltip/lib/tooltip.directive.mjs +3 -3
  224. package/esm2022/components/wizard/lib/components/wizard-step/wizard-step.component.mjs +3 -3
  225. package/esm2022/components/wizard/lib/wizard.component.mjs +3 -3
  226. package/esm2022/components/wizard/lib/wizard.module.mjs +4 -4
  227. package/esm2022/internal/translate/lib/pipes/translate.pipe.mjs +3 -3
  228. package/esm2022/lib/controllers/controller.mjs +3 -3
  229. package/esm2022/lib/controllers/disabled.controller.mjs +3 -3
  230. package/esm2022/lib/controllers/readonly.controller.mjs +3 -3
  231. package/esm2022/lib/core.module.mjs +4 -4
  232. package/esm2022/lib/directives/click-outside.directive.mjs +3 -3
  233. package/esm2022/lib/directives/delegate-focus.directive.mjs +3 -3
  234. package/esm2022/lib/directives/with-disabled-state.directive.mjs +3 -3
  235. package/esm2022/lib/directives/with-tabindex.directive.mjs +3 -3
  236. package/esm2022/lib/services/window-ref.mjs +3 -3
  237. package/esm2022/localization/lib/localization.service.mjs +3 -3
  238. package/esm2022/theming/lib/theming.service.mjs +3 -3
  239. package/esm2022/utils/lib/helpers/dom.mjs +3 -2
  240. package/esm2022/utils/lib/helpers/event-manager.mjs +3 -3
  241. package/fesm2022/odx-angular-animations.mjs.map +1 -1
  242. package/fesm2022/odx-angular-breakpoints.mjs +10 -10
  243. package/fesm2022/odx-angular-breakpoints.mjs.map +1 -1
  244. package/fesm2022/odx-angular-cdk-a11y.mjs +13 -13
  245. package/fesm2022/odx-angular-cdk-a11y.mjs.map +1 -1
  246. package/fesm2022/odx-angular-cdk-active-indicator.mjs +3 -3
  247. package/fesm2022/odx-angular-cdk-active-indicator.mjs.map +1 -1
  248. package/fesm2022/odx-angular-cdk-autocomplete-control.mjs +3 -3
  249. package/fesm2022/odx-angular-cdk-autocomplete-control.mjs.map +1 -1
  250. package/fesm2022/odx-angular-cdk-checkbox-control.mjs +3 -3
  251. package/fesm2022/odx-angular-cdk-checkbox-control.mjs.map +1 -1
  252. package/fesm2022/odx-angular-cdk-connected-overlay.mjs +6 -6
  253. package/fesm2022/odx-angular-cdk-connected-overlay.mjs.map +1 -1
  254. package/fesm2022/odx-angular-cdk-custom-form-control.mjs +9 -9
  255. package/fesm2022/odx-angular-cdk-custom-form-control.mjs.map +1 -1
  256. package/fesm2022/odx-angular-cdk-dynamic-view.mjs +9 -9
  257. package/fesm2022/odx-angular-cdk-dynamic-view.mjs.map +1 -1
  258. package/fesm2022/odx-angular-cdk-event-plugins.mjs +8 -8
  259. package/fesm2022/odx-angular-cdk-event-plugins.mjs.map +1 -1
  260. package/fesm2022/odx-angular-cdk-expandable.mjs +10 -10
  261. package/fesm2022/odx-angular-cdk-expandable.mjs.map +1 -1
  262. package/fesm2022/odx-angular-cdk-option-control.mjs +3 -3
  263. package/fesm2022/odx-angular-cdk-option-control.mjs.map +1 -1
  264. package/fesm2022/odx-angular-cdk-radio-group-control.mjs +10 -10
  265. package/fesm2022/odx-angular-cdk-radio-group-control.mjs.map +1 -1
  266. package/fesm2022/odx-angular-components-accordion.mjs +13 -13
  267. package/fesm2022/odx-angular-components-accordion.mjs.map +1 -1
  268. package/fesm2022/odx-angular-components-action-group.mjs +3 -3
  269. package/fesm2022/odx-angular-components-action-group.mjs.map +1 -1
  270. package/fesm2022/odx-angular-components-area-header.mjs +13 -13
  271. package/fesm2022/odx-angular-components-area-header.mjs.map +1 -1
  272. package/fesm2022/odx-angular-components-autocomplete.mjs +16 -16
  273. package/fesm2022/odx-angular-components-autocomplete.mjs.map +1 -1
  274. package/fesm2022/odx-angular-components-avatar.mjs +3 -3
  275. package/fesm2022/odx-angular-components-avatar.mjs.map +1 -1
  276. package/fesm2022/odx-angular-components-badge.mjs +6 -6
  277. package/fesm2022/odx-angular-components-badge.mjs.map +1 -1
  278. package/fesm2022/odx-angular-components-bar.mjs +13 -13
  279. package/fesm2022/odx-angular-components-bar.mjs.map +1 -1
  280. package/fesm2022/odx-angular-components-breadcrumbs.mjs +3 -3
  281. package/fesm2022/odx-angular-components-breadcrumbs.mjs.map +1 -1
  282. package/fesm2022/odx-angular-components-button-group.mjs +3 -3
  283. package/fesm2022/odx-angular-components-button-group.mjs.map +1 -1
  284. package/fesm2022/odx-angular-components-button.mjs +6 -6
  285. package/fesm2022/odx-angular-components-button.mjs.map +1 -1
  286. package/fesm2022/odx-angular-components-calendar.mjs +39 -39
  287. package/fesm2022/odx-angular-components-calendar.mjs.map +1 -1
  288. package/fesm2022/odx-angular-components-card.mjs +19 -19
  289. package/fesm2022/odx-angular-components-card.mjs.map +1 -1
  290. package/fesm2022/odx-angular-components-checkbox.mjs +10 -10
  291. package/fesm2022/odx-angular-components-checkbox.mjs.map +1 -1
  292. package/fesm2022/odx-angular-components-chip.mjs +9 -9
  293. package/fesm2022/odx-angular-components-chip.mjs.map +1 -1
  294. package/fesm2022/odx-angular-components-circular-progress.mjs +3 -3
  295. package/fesm2022/odx-angular-components-circular-progress.mjs.map +1 -1
  296. package/fesm2022/odx-angular-components-content-box.mjs +13 -13
  297. package/fesm2022/odx-angular-components-content-box.mjs.map +1 -1
  298. package/fesm2022/odx-angular-components-datepicker.mjs +10 -10
  299. package/fesm2022/odx-angular-components-datepicker.mjs.map +1 -1
  300. package/fesm2022/odx-angular-components-daterangepicker.mjs +16 -16
  301. package/fesm2022/odx-angular-components-daterangepicker.mjs.map +1 -1
  302. package/fesm2022/odx-angular-components-dropdown.mjs +10 -10
  303. package/fesm2022/odx-angular-components-dropdown.mjs.map +1 -1
  304. package/fesm2022/odx-angular-components-error-page.mjs +3 -3
  305. package/fesm2022/odx-angular-components-error-page.mjs.map +1 -1
  306. package/fesm2022/odx-angular-components-footer.mjs +3 -3
  307. package/fesm2022/odx-angular-components-footer.mjs.map +1 -1
  308. package/fesm2022/odx-angular-components-form-field.mjs +34 -34
  309. package/fesm2022/odx-angular-components-form-field.mjs.map +1 -1
  310. package/fesm2022/odx-angular-components-header-navigation.mjs +13 -13
  311. package/fesm2022/odx-angular-components-header-navigation.mjs.map +1 -1
  312. package/fesm2022/odx-angular-components-header.mjs +13 -13
  313. package/fesm2022/odx-angular-components-header.mjs.map +1 -1
  314. package/fesm2022/odx-angular-components-icon.mjs +3 -3
  315. package/fesm2022/odx-angular-components-icon.mjs.map +1 -1
  316. package/fesm2022/odx-angular-components-inline-message.mjs +3 -3
  317. package/fesm2022/odx-angular-components-inline-message.mjs.map +1 -1
  318. package/fesm2022/odx-angular-components-link.mjs +3 -3
  319. package/fesm2022/odx-angular-components-link.mjs.map +1 -1
  320. package/fesm2022/odx-angular-components-list.mjs +13 -13
  321. package/fesm2022/odx-angular-components-list.mjs.map +1 -1
  322. package/fesm2022/odx-angular-components-loading-spinner.mjs +10 -10
  323. package/fesm2022/odx-angular-components-loading-spinner.mjs.map +1 -1
  324. package/fesm2022/odx-angular-components-logo.mjs +3 -3
  325. package/fesm2022/odx-angular-components-logo.mjs.map +1 -1
  326. package/fesm2022/odx-angular-components-main-menu.mjs +19 -19
  327. package/fesm2022/odx-angular-components-main-menu.mjs.map +1 -1
  328. package/fesm2022/odx-angular-components-mainfilter-group.mjs +3 -3
  329. package/fesm2022/odx-angular-components-mainfilter-group.mjs.map +1 -1
  330. package/fesm2022/odx-angular-components-menu.mjs +13 -13
  331. package/fesm2022/odx-angular-components-menu.mjs.map +1 -1
  332. package/fesm2022/odx-angular-components-modal.mjs +40 -40
  333. package/fesm2022/odx-angular-components-modal.mjs.map +1 -1
  334. package/fesm2022/odx-angular-components-navigation-back.mjs +3 -3
  335. package/fesm2022/odx-angular-components-navigation-back.mjs.map +1 -1
  336. package/fesm2022/odx-angular-components-notification-testing.mjs.map +1 -1
  337. package/fesm2022/odx-angular-components-notification.mjs +15 -15
  338. package/fesm2022/odx-angular-components-notification.mjs.map +1 -1
  339. package/fesm2022/odx-angular-components-paginator.mjs +7 -7
  340. package/fesm2022/odx-angular-components-paginator.mjs.map +1 -1
  341. package/fesm2022/odx-angular-components-progress.mjs +3 -3
  342. package/fesm2022/odx-angular-components-progress.mjs.map +1 -1
  343. package/fesm2022/odx-angular-components-radio-group.mjs +10 -10
  344. package/fesm2022/odx-angular-components-radio-group.mjs.map +1 -1
  345. package/fesm2022/odx-angular-components-rail-navigation.mjs +10 -10
  346. package/fesm2022/odx-angular-components-rail-navigation.mjs.map +1 -1
  347. package/fesm2022/odx-angular-components-rich-list.mjs +16 -16
  348. package/fesm2022/odx-angular-components-rich-list.mjs.map +1 -1
  349. package/fesm2022/odx-angular-components-search-bar.mjs +10 -10
  350. package/fesm2022/odx-angular-components-search-bar.mjs.map +1 -1
  351. package/fesm2022/odx-angular-components-select.mjs +16 -16
  352. package/fesm2022/odx-angular-components-select.mjs.map +1 -1
  353. package/fesm2022/odx-angular-components-slider.mjs +3 -3
  354. package/fesm2022/odx-angular-components-slider.mjs.map +1 -1
  355. package/fesm2022/odx-angular-components-spinbox.mjs +3 -3
  356. package/fesm2022/odx-angular-components-spinbox.mjs.map +1 -1
  357. package/fesm2022/odx-angular-components-switch.mjs +10 -10
  358. package/fesm2022/odx-angular-components-switch.mjs.map +1 -1
  359. package/fesm2022/odx-angular-components-tab-bar.mjs +10 -10
  360. package/fesm2022/odx-angular-components-tab-bar.mjs.map +1 -1
  361. package/fesm2022/odx-angular-components-table.mjs +19 -19
  362. package/fesm2022/odx-angular-components-table.mjs.map +1 -1
  363. package/fesm2022/odx-angular-components-timepicker.mjs +17 -17
  364. package/fesm2022/odx-angular-components-timepicker.mjs.map +1 -1
  365. package/fesm2022/odx-angular-components-toast.mjs +13 -13
  366. package/fesm2022/odx-angular-components-toast.mjs.map +1 -1
  367. package/fesm2022/odx-angular-components-toggle-button-group.mjs +10 -10
  368. package/fesm2022/odx-angular-components-toggle-button-group.mjs.map +1 -1
  369. package/fesm2022/odx-angular-components-tooltip.mjs +6 -6
  370. package/fesm2022/odx-angular-components-tooltip.mjs.map +1 -1
  371. package/fesm2022/odx-angular-components-wizard.mjs +10 -10
  372. package/fesm2022/odx-angular-components-wizard.mjs.map +1 -1
  373. package/fesm2022/odx-angular-internal-translate.mjs +3 -3
  374. package/fesm2022/odx-angular-internal-translate.mjs.map +1 -1
  375. package/fesm2022/odx-angular-internal.mjs.map +1 -1
  376. package/fesm2022/odx-angular-localization.mjs +3 -3
  377. package/fesm2022/odx-angular-localization.mjs.map +1 -1
  378. package/fesm2022/odx-angular-rxjs.mjs.map +1 -1
  379. package/fesm2022/odx-angular-sdk.mjs.map +1 -1
  380. package/fesm2022/odx-angular-theming.mjs +3 -3
  381. package/fesm2022/odx-angular-theming.mjs.map +1 -1
  382. package/fesm2022/odx-angular-utils.mjs +5 -4
  383. package/fesm2022/odx-angular-utils.mjs.map +1 -1
  384. package/fesm2022/odx-angular.mjs +28 -28
  385. package/fesm2022/odx-angular.mjs.map +1 -1
  386. package/internal/lib/helpers/deepmerge.d.ts +1 -1
  387. package/localization/lib/localization.config.d.ts +1 -1
  388. package/package.json +13 -13
  389. package/theming/lib/theming.config.d.ts +1 -1
  390. package/utils/lib/helpers/dom.d.ts +1 -1
  391. package/utils/lib/helpers/provide-config.d.ts +1 -1
@@ -255,10 +255,10 @@ class CalendarService {
255
255
  changeView(view) {
256
256
  this.calendarView$$.next(view);
257
257
  }
258
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
259
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarService }); }
258
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
259
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarService }); }
260
260
  }
261
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarService, decorators: [{
261
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarService, decorators: [{
262
262
  type: Injectable
263
263
  }] });
264
264
 
@@ -319,13 +319,13 @@ let CalendarHeaderComponent = class CalendarHeaderComponent {
319
319
  return;
320
320
  this.next.emit(event);
321
321
  }
322
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
323
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CalendarHeaderComponent, isStandalone: true, selector: "odx-calendar-header", inputs: { activeDate: "activeDate", calendarView: "calendarView", minDate: "minDate", maxDate: "maxDate" }, outputs: { previous: "previous", next: "next", changeView: "changeView" }, usesOnChanges: true, ngImport: i0, template: "<odx-action-group>\n <button odxButton [disabled]=\"isPreviousDisabled\" (click)=\"previousClicked($event)\"><odx-icon name=\"chevron-left\" /></button>\n\n <button odxButton class=\"odx-calendar-header__title\" (click)=\"changeView.emit()\">\n <ng-content />\n </button>\n\n <button odxButton [disabled]=\"isNextDisabled\" (click)=\"nextClicked($event)\"><odx-icon name=\"chevron-right\" /></button>\n</odx-action-group>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i2.DisabledController, selector: "[disabled]", inputs: ["disabled"] }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
322
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
323
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: CalendarHeaderComponent, isStandalone: true, selector: "odx-calendar-header", inputs: { activeDate: "activeDate", calendarView: "calendarView", minDate: "minDate", maxDate: "maxDate" }, outputs: { previous: "previous", next: "next", changeView: "changeView" }, usesOnChanges: true, ngImport: i0, template: "<odx-action-group>\n <button odxButton [disabled]=\"isPreviousDisabled\" (click)=\"previousClicked($event)\"><odx-icon name=\"chevron-left\" /></button>\n\n <button odxButton class=\"odx-calendar-header__title\" (click)=\"changeView.emit()\">\n <ng-content />\n </button>\n\n <button odxButton [disabled]=\"isNextDisabled\" (click)=\"nextClicked($event)\"><odx-icon name=\"chevron-right\" /></button>\n</odx-action-group>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i2.DisabledController, selector: "[disabled]", inputs: ["disabled"] }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
324
324
  };
325
325
  CalendarHeaderComponent = __decorate([
326
326
  CSSComponent('calendar-header')
327
327
  ], CalendarHeaderComponent);
328
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarHeaderComponent, decorators: [{
328
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarHeaderComponent, decorators: [{
329
329
  type: Component,
330
330
  args: [{ selector: 'odx-calendar-header', standalone: true, imports: [CoreModule, ActionGroupComponent, ButtonComponent, IconComponent], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<odx-action-group>\n <button odxButton [disabled]=\"isPreviousDisabled\" (click)=\"previousClicked($event)\"><odx-icon name=\"chevron-left\" /></button>\n\n <button odxButton class=\"odx-calendar-header__title\" (click)=\"changeView.emit()\">\n <ng-content />\n </button>\n\n <button odxButton [disabled]=\"isNextDisabled\" (click)=\"nextClicked($event)\"><odx-icon name=\"chevron-right\" /></button>\n</odx-action-group>\n" }]
331
331
  }], propDecorators: { activeDate: [{
@@ -374,10 +374,10 @@ class DateLabelPipe {
374
374
  this.cdr.markForCheck();
375
375
  return this.formattedValue;
376
376
  }
377
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DateLabelPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
378
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: DateLabelPipe, isStandalone: true, name: "odxDateLabel", pure: false }); }
377
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DateLabelPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
378
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: DateLabelPipe, isStandalone: true, name: "odxDateLabel", pure: false }); }
379
379
  }
380
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DateLabelPipe, decorators: [{
380
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DateLabelPipe, decorators: [{
381
381
  type: Pipe,
382
382
  args: [{
383
383
  standalone: true,
@@ -525,8 +525,8 @@ let CalendarCellDirective = class CalendarCellDirective {
525
525
  this.calendarService.setHoveredDate(this.date);
526
526
  }, this.element.nativeElement)[0];
527
527
  }
528
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarCellDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
529
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: CalendarCellDirective, isStandalone: true, selector: "[odxCalendarCell]", inputs: { date: ["odxCalendarCell", "date"], calendarView: ["odxCalendarCellCalendarView", "calendarView"], activeDate: ["odxCalendarCellActiveDate", "activeDate"], selectedDate: ["odxCalendarCellSelectedDate", "selectedDate"], selectedDateRange: ["odxCalendarCellSelectedDateRange", "selectedDateRange"], previewDate: ["odxCalendarCellPreviewDate", "previewDate"] }, host: { properties: { "class.is-disabled": "isDisabled", "class.is-selected": "isSelected", "class.is-in-any-range": "isInRange || isInPreviewRange", "attr.hidden": "isHidden || null", "tabindex": "isActive ? 0 : -1", "attr.aria-label": "ariaLabel", "attr.aria-disabled": "isDisabled", "attr.type": "\"button\"" } }, providers: [DisabledController.connect(), DateLabelPipe], usesOnChanges: true, ngImport: i0 }); }
528
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarCellDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
529
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: CalendarCellDirective, isStandalone: true, selector: "[odxCalendarCell]", inputs: { date: ["odxCalendarCell", "date"], calendarView: ["odxCalendarCellCalendarView", "calendarView"], activeDate: ["odxCalendarCellActiveDate", "activeDate"], selectedDate: ["odxCalendarCellSelectedDate", "selectedDate"], selectedDateRange: ["odxCalendarCellSelectedDateRange", "selectedDateRange"], previewDate: ["odxCalendarCellPreviewDate", "previewDate"] }, host: { properties: { "class.is-disabled": "isDisabled", "class.is-selected": "isSelected", "class.is-in-any-range": "isInRange || isInPreviewRange", "attr.hidden": "isHidden || null", "tabindex": "isActive ? 0 : -1", "attr.aria-label": "ariaLabel", "attr.aria-disabled": "isDisabled", "attr.type": "\"button\"" } }, providers: [DisabledController.connect(), DateLabelPipe], usesOnChanges: true, ngImport: i0 }); }
530
530
  };
531
531
  __decorate([
532
532
  CSSModifier(),
@@ -563,7 +563,7 @@ __decorate([
563
563
  CalendarCellDirective = __decorate([
564
564
  CSSComponent('calendar-cell')
565
565
  ], CalendarCellDirective);
566
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarCellDirective, decorators: [{
566
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarCellDirective, decorators: [{
567
567
  type: Directive,
568
568
  args: [{
569
569
  selector: '[odxCalendarCell]',
@@ -678,10 +678,10 @@ class CalendarViewDirective {
678
678
  event.stopPropagation();
679
679
  this.calendar.setActiveDate(date);
680
680
  }
681
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarViewDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
682
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: CalendarViewDirective, isStandalone: true, inputs: { activeDate: "activeDate", selectedDate: "selectedDate", selectedDateRange: "selectedDateRange", previewDate: "previewDate", minDate: "minDate", maxDate: "maxDate", filterFn: "filterFn" }, ngImport: i0 }); }
681
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarViewDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
682
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: CalendarViewDirective, isStandalone: true, inputs: { activeDate: "activeDate", selectedDate: "selectedDate", selectedDateRange: "selectedDateRange", previewDate: "previewDate", minDate: "minDate", maxDate: "maxDate", filterFn: "filterFn" }, ngImport: i0 }); }
683
683
  }
684
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarViewDirective, decorators: [{
684
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarViewDirective, decorators: [{
685
685
  type: Directive,
686
686
  args: [{
687
687
  standalone: true,
@@ -729,10 +729,10 @@ class CalendarMonthService {
729
729
  generateDaysForWeek(date, currentDate) {
730
730
  return Array.from({ length: 7 }).map((_, i) => addDays(date, i), currentDate);
731
731
  }
732
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarMonthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
733
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarMonthService }); }
732
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarMonthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
733
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarMonthService }); }
734
734
  }
735
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarMonthService, decorators: [{
735
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarMonthService, decorators: [{
736
736
  type: Injectable
737
737
  }] });
738
738
 
@@ -757,10 +757,10 @@ class CalendarYearService {
757
757
  }
758
758
  return seasons;
759
759
  }
760
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarYearService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
761
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarYearService }); }
760
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarYearService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
761
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarYearService }); }
762
762
  }
763
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarYearService, decorators: [{
763
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarYearService, decorators: [{
764
764
  type: Injectable
765
765
  }] });
766
766
 
@@ -789,10 +789,10 @@ class CalendarYearsService {
789
789
  }
790
790
  return yearRows;
791
791
  }
792
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarYearsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
793
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarYearsService }); }
792
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarYearsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
793
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarYearsService }); }
794
794
  }
795
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarYearsService, decorators: [{
795
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarYearsService, decorators: [{
796
796
  type: Injectable
797
797
  }] });
798
798
 
@@ -832,13 +832,13 @@ let CalendarMonthComponent = class CalendarMonthComponent extends CalendarViewDi
832
832
  return;
833
833
  this.calendar.selectDate(value, { emitOutside: true });
834
834
  }
835
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarMonthComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
836
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: CalendarMonthComponent, isStandalone: true, selector: "odx-calendar-month", providers: [CalendarMonthService], usesInheritance: true, ngImport: i0, template: "<table class=\"odx-calendar__table\" role=\"grid\" aria-describedby=\"odx-calendar\">\n <thead>\n <tr>\n <th colspan=\"7\">\n <odx-calendar-header\n [calendarView]=\"currentView\"\n [activeDate]=\"activeDate\"\n [minDate]=\"minDate\"\n [maxDate]=\"maxDate\"\n (previous)=\"previousMonth($event)\"\n (next)=\"nextMonth($event)\"\n (changeView)=\"changeView()\"\n >\n {{ activeDate | odxDateLabel: { month: 'long', year: 'numeric' } }}\n </odx-calendar-header>\n </th>\n </tr>\n\n <tr class=\"odx-calendar__weekdays\">\n @for (day of calendarMonth.weekDays$ | async; track $index) {\n <td>\n {{ (day | odxDateLabel: { weekday: 'short' }).charAt(0) }}\n </td>\n }\n </tr>\n </thead>\n\n <tbody\n class=\"odx-calendar__body\"\n (keydown.ArrowLeft)=\"previousDay($event)\"\n (keydown.ArrowRight)=\"nextDay($event)\"\n (keydown.ArrowUp)=\"previousWeek($event)\"\n (keydown.ArrowDown)=\"nextWeek($event)\"\n (keydown.PageUp)=\"previousMonth($event)\"\n (keydown.PageDown)=\"nextMonth($event)\"\n >\n @for (week of calendarMonth.weeks$ | async; track $index) {\n <tr>\n @for (day of week; track $index) {\n <td role=\"gridcell\">\n <button\n [disabled]=\"isDateDisabled(day)\"\n [odxCalendarCell]=\"day\"\n [odxCalendarCellActiveDate]=\"activeDate\"\n [odxCalendarCellCalendarView]=\"currentView\"\n [odxCalendarCellSelectedDate]=\"selectedDate\"\n [odxCalendarCellSelectedDateRange]=\"selectedDateRange\"\n [odxCalendarCellPreviewDate]=\"previewDate\"\n (click)=\"selectDate(day)\"\n >\n {{ day | odxDateLabel: { day: 'numeric' } }}\n </button>\n </td>\n }\n </tr>\n }\n </tbody>\n</table>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "directive", type: i2.DisabledController, selector: "[disabled]", inputs: ["disabled"] }, { kind: "directive", type: CalendarCellDirective, selector: "[odxCalendarCell]", inputs: ["odxCalendarCell", "odxCalendarCellCalendarView", "odxCalendarCellActiveDate", "odxCalendarCellSelectedDate", "odxCalendarCellSelectedDateRange", "odxCalendarCellPreviewDate"] }, { kind: "component", type: CalendarHeaderComponent, selector: "odx-calendar-header", inputs: ["activeDate", "calendarView", "minDate", "maxDate"], outputs: ["previous", "next", "changeView"] }, { kind: "pipe", type: DateLabelPipe, name: "odxDateLabel" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
835
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarMonthComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
836
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: CalendarMonthComponent, isStandalone: true, selector: "odx-calendar-month", providers: [CalendarMonthService], usesInheritance: true, ngImport: i0, template: "<table class=\"odx-calendar__table\" role=\"grid\" aria-describedby=\"odx-calendar\">\n <thead>\n <tr>\n <th colspan=\"7\">\n <odx-calendar-header\n [calendarView]=\"currentView\"\n [activeDate]=\"activeDate\"\n [minDate]=\"minDate\"\n [maxDate]=\"maxDate\"\n (previous)=\"previousMonth($event)\"\n (next)=\"nextMonth($event)\"\n (changeView)=\"changeView()\"\n >\n {{ activeDate | odxDateLabel: { month: 'long', year: 'numeric' } }}\n </odx-calendar-header>\n </th>\n </tr>\n\n <tr class=\"odx-calendar__weekdays\">\n @for (day of calendarMonth.weekDays$ | async; track $index) {\n <td>\n {{ (day | odxDateLabel: { weekday: 'short' }).charAt(0) }}\n </td>\n }\n </tr>\n </thead>\n\n <tbody\n class=\"odx-calendar__body\"\n (keydown.ArrowLeft)=\"previousDay($event)\"\n (keydown.ArrowRight)=\"nextDay($event)\"\n (keydown.ArrowUp)=\"previousWeek($event)\"\n (keydown.ArrowDown)=\"nextWeek($event)\"\n (keydown.PageUp)=\"previousMonth($event)\"\n (keydown.PageDown)=\"nextMonth($event)\"\n >\n @for (week of calendarMonth.weeks$ | async; track $index) {\n <tr>\n @for (day of week; track $index) {\n <td role=\"gridcell\">\n <button\n [disabled]=\"isDateDisabled(day)\"\n [odxCalendarCell]=\"day\"\n [odxCalendarCellActiveDate]=\"activeDate\"\n [odxCalendarCellCalendarView]=\"currentView\"\n [odxCalendarCellSelectedDate]=\"selectedDate\"\n [odxCalendarCellSelectedDateRange]=\"selectedDateRange\"\n [odxCalendarCellPreviewDate]=\"previewDate\"\n (click)=\"selectDate(day)\"\n >\n {{ day | odxDateLabel: { day: 'numeric' } }}\n </button>\n </td>\n }\n </tr>\n }\n </tbody>\n</table>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "directive", type: i2.DisabledController, selector: "[disabled]", inputs: ["disabled"] }, { kind: "directive", type: CalendarCellDirective, selector: "[odxCalendarCell]", inputs: ["odxCalendarCell", "odxCalendarCellCalendarView", "odxCalendarCellActiveDate", "odxCalendarCellSelectedDate", "odxCalendarCellSelectedDateRange", "odxCalendarCellPreviewDate"] }, { kind: "component", type: CalendarHeaderComponent, selector: "odx-calendar-header", inputs: ["activeDate", "calendarView", "minDate", "maxDate"], outputs: ["previous", "next", "changeView"] }, { kind: "pipe", type: DateLabelPipe, name: "odxDateLabel" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
837
837
  };
838
838
  CalendarMonthComponent = __decorate([
839
839
  CSSComponent('calendar-month')
840
840
  ], CalendarMonthComponent);
841
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarMonthComponent, decorators: [{
841
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarMonthComponent, decorators: [{
842
842
  type: Component,
843
843
  args: [{ selector: 'odx-calendar-month', standalone: true, imports: [CoreModule, CalendarCellDirective, CalendarHeaderComponent, DateLabelPipe], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [CalendarMonthService], template: "<table class=\"odx-calendar__table\" role=\"grid\" aria-describedby=\"odx-calendar\">\n <thead>\n <tr>\n <th colspan=\"7\">\n <odx-calendar-header\n [calendarView]=\"currentView\"\n [activeDate]=\"activeDate\"\n [minDate]=\"minDate\"\n [maxDate]=\"maxDate\"\n (previous)=\"previousMonth($event)\"\n (next)=\"nextMonth($event)\"\n (changeView)=\"changeView()\"\n >\n {{ activeDate | odxDateLabel: { month: 'long', year: 'numeric' } }}\n </odx-calendar-header>\n </th>\n </tr>\n\n <tr class=\"odx-calendar__weekdays\">\n @for (day of calendarMonth.weekDays$ | async; track $index) {\n <td>\n {{ (day | odxDateLabel: { weekday: 'short' }).charAt(0) }}\n </td>\n }\n </tr>\n </thead>\n\n <tbody\n class=\"odx-calendar__body\"\n (keydown.ArrowLeft)=\"previousDay($event)\"\n (keydown.ArrowRight)=\"nextDay($event)\"\n (keydown.ArrowUp)=\"previousWeek($event)\"\n (keydown.ArrowDown)=\"nextWeek($event)\"\n (keydown.PageUp)=\"previousMonth($event)\"\n (keydown.PageDown)=\"nextMonth($event)\"\n >\n @for (week of calendarMonth.weeks$ | async; track $index) {\n <tr>\n @for (day of week; track $index) {\n <td role=\"gridcell\">\n <button\n [disabled]=\"isDateDisabled(day)\"\n [odxCalendarCell]=\"day\"\n [odxCalendarCellActiveDate]=\"activeDate\"\n [odxCalendarCellCalendarView]=\"currentView\"\n [odxCalendarCellSelectedDate]=\"selectedDate\"\n [odxCalendarCellSelectedDateRange]=\"selectedDateRange\"\n [odxCalendarCellPreviewDate]=\"previewDate\"\n (click)=\"selectDate(day)\"\n >\n {{ day | odxDateLabel: { day: 'numeric' } }}\n </button>\n </td>\n }\n </tr>\n }\n </tbody>\n</table>\n" }]
844
844
  }] });
@@ -881,13 +881,13 @@ let CalendarYearComponent = class CalendarYearComponent extends CalendarViewDire
881
881
  this.calendar.selectDate(date, { skipDaterangeUpdate: true });
882
882
  this.changeView();
883
883
  }
884
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarYearComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
885
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: CalendarYearComponent, isStandalone: true, selector: "odx-calendar-year", providers: [CalendarYearService], usesInheritance: true, ngImport: i0, template: "<table class=\"odx-calendar__table\" role=\"grid\" aria-describedby=\"odx-calendar\">\n <thead>\n <tr>\n <th colspan=\"3\">\n <odx-calendar-header\n (previous)=\"previousYear($event)\"\n [calendarView]=\"currentView\"\n [activeDate]=\"activeDate\"\n [minDate]=\"minDate\"\n [maxDate]=\"maxDate\"\n (next)=\"nextYear($event)\"\n (changeView)=\"changeView()\"\n >\n {{ activeDate | odxDateLabel: { year: 'numeric' } }}\n </odx-calendar-header>\n </th>\n </tr>\n </thead>\n\n <tbody\n class=\"odx-calendar__body\"\n (keydown.ArrowLeft)=\"previousMonth($event)\"\n (keydown.ArrowRight)=\"nextMonth($event)\"\n (keydown.ArrowUp)=\"previousSeason($event)\"\n (keydown.ArrowDown)=\"nextSeason($event)\"\n (keydown.PageDown)=\"nextYear($event)\"\n (keydown.PageUp)=\"previousYear($event)\"\n >\n @for (season of calendarYear.seasons$ | async; track $index) {\n <tr class=\"odx-calendar__season\">\n @for (month of season; track $index) {\n <td role=\"gridcell\">\n <button\n [disabled]=\"isDateDisabled(month)\"\n [odxCalendarCell]=\"month\"\n [odxCalendarCellActiveDate]=\"activeDate\"\n [odxCalendarCellCalendarView]=\"currentView\"\n [odxCalendarCellSelectedDate]=\"selectedDate\"\n [odxCalendarCellSelectedDateRange]=\"selectedDateRange\"\n (click)=\"selectDate(month)\"\n >\n {{ month | odxDateLabel: { month: 'short' } }}\n </button>\n </td>\n }\n </tr>\n }\n </tbody>\n</table>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "directive", type: i2.DisabledController, selector: "[disabled]", inputs: ["disabled"] }, { kind: "directive", type: CalendarCellDirective, selector: "[odxCalendarCell]", inputs: ["odxCalendarCell", "odxCalendarCellCalendarView", "odxCalendarCellActiveDate", "odxCalendarCellSelectedDate", "odxCalendarCellSelectedDateRange", "odxCalendarCellPreviewDate"] }, { kind: "component", type: CalendarHeaderComponent, selector: "odx-calendar-header", inputs: ["activeDate", "calendarView", "minDate", "maxDate"], outputs: ["previous", "next", "changeView"] }, { kind: "pipe", type: DateLabelPipe, name: "odxDateLabel" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
884
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarYearComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
885
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: CalendarYearComponent, isStandalone: true, selector: "odx-calendar-year", providers: [CalendarYearService], usesInheritance: true, ngImport: i0, template: "<table class=\"odx-calendar__table\" role=\"grid\" aria-describedby=\"odx-calendar\">\n <thead>\n <tr>\n <th colspan=\"3\">\n <odx-calendar-header\n (previous)=\"previousYear($event)\"\n [calendarView]=\"currentView\"\n [activeDate]=\"activeDate\"\n [minDate]=\"minDate\"\n [maxDate]=\"maxDate\"\n (next)=\"nextYear($event)\"\n (changeView)=\"changeView()\"\n >\n {{ activeDate | odxDateLabel: { year: 'numeric' } }}\n </odx-calendar-header>\n </th>\n </tr>\n </thead>\n\n <tbody\n class=\"odx-calendar__body\"\n (keydown.ArrowLeft)=\"previousMonth($event)\"\n (keydown.ArrowRight)=\"nextMonth($event)\"\n (keydown.ArrowUp)=\"previousSeason($event)\"\n (keydown.ArrowDown)=\"nextSeason($event)\"\n (keydown.PageDown)=\"nextYear($event)\"\n (keydown.PageUp)=\"previousYear($event)\"\n >\n @for (season of calendarYear.seasons$ | async; track $index) {\n <tr class=\"odx-calendar__season\">\n @for (month of season; track $index) {\n <td role=\"gridcell\">\n <button\n [disabled]=\"isDateDisabled(month)\"\n [odxCalendarCell]=\"month\"\n [odxCalendarCellActiveDate]=\"activeDate\"\n [odxCalendarCellCalendarView]=\"currentView\"\n [odxCalendarCellSelectedDate]=\"selectedDate\"\n [odxCalendarCellSelectedDateRange]=\"selectedDateRange\"\n (click)=\"selectDate(month)\"\n >\n {{ month | odxDateLabel: { month: 'short' } }}\n </button>\n </td>\n }\n </tr>\n }\n </tbody>\n</table>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "directive", type: i2.DisabledController, selector: "[disabled]", inputs: ["disabled"] }, { kind: "directive", type: CalendarCellDirective, selector: "[odxCalendarCell]", inputs: ["odxCalendarCell", "odxCalendarCellCalendarView", "odxCalendarCellActiveDate", "odxCalendarCellSelectedDate", "odxCalendarCellSelectedDateRange", "odxCalendarCellPreviewDate"] }, { kind: "component", type: CalendarHeaderComponent, selector: "odx-calendar-header", inputs: ["activeDate", "calendarView", "minDate", "maxDate"], outputs: ["previous", "next", "changeView"] }, { kind: "pipe", type: DateLabelPipe, name: "odxDateLabel" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
886
886
  };
887
887
  CalendarYearComponent = __decorate([
888
888
  CSSComponent('calendar-year')
889
889
  ], CalendarYearComponent);
890
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarYearComponent, decorators: [{
890
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarYearComponent, decorators: [{
891
891
  type: Component,
892
892
  args: [{ selector: 'odx-calendar-year', standalone: true, imports: [CoreModule, CalendarCellDirective, CalendarHeaderComponent, DateLabelPipe], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [CalendarYearService], template: "<table class=\"odx-calendar__table\" role=\"grid\" aria-describedby=\"odx-calendar\">\n <thead>\n <tr>\n <th colspan=\"3\">\n <odx-calendar-header\n (previous)=\"previousYear($event)\"\n [calendarView]=\"currentView\"\n [activeDate]=\"activeDate\"\n [minDate]=\"minDate\"\n [maxDate]=\"maxDate\"\n (next)=\"nextYear($event)\"\n (changeView)=\"changeView()\"\n >\n {{ activeDate | odxDateLabel: { year: 'numeric' } }}\n </odx-calendar-header>\n </th>\n </tr>\n </thead>\n\n <tbody\n class=\"odx-calendar__body\"\n (keydown.ArrowLeft)=\"previousMonth($event)\"\n (keydown.ArrowRight)=\"nextMonth($event)\"\n (keydown.ArrowUp)=\"previousSeason($event)\"\n (keydown.ArrowDown)=\"nextSeason($event)\"\n (keydown.PageDown)=\"nextYear($event)\"\n (keydown.PageUp)=\"previousYear($event)\"\n >\n @for (season of calendarYear.seasons$ | async; track $index) {\n <tr class=\"odx-calendar__season\">\n @for (month of season; track $index) {\n <td role=\"gridcell\">\n <button\n [disabled]=\"isDateDisabled(month)\"\n [odxCalendarCell]=\"month\"\n [odxCalendarCellActiveDate]=\"activeDate\"\n [odxCalendarCellCalendarView]=\"currentView\"\n [odxCalendarCellSelectedDate]=\"selectedDate\"\n [odxCalendarCellSelectedDateRange]=\"selectedDateRange\"\n (click)=\"selectDate(month)\"\n >\n {{ month | odxDateLabel: { month: 'short' } }}\n </button>\n </td>\n }\n </tr>\n }\n </tbody>\n</table>\n" }]
893
893
  }] });
@@ -936,13 +936,13 @@ let CalendarYearsComponent = class CalendarYearsComponent extends CalendarViewDi
936
936
  element.scrollIntoView({ block: 'center', behavior: 'smooth' });
937
937
  }
938
938
  }
939
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarYearsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
940
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: CalendarYearsComponent, isStandalone: true, selector: "odx-calendar-years", providers: [CalendarYearsService], usesInheritance: true, ngImport: i0, template: "<table class=\"odx-calendar__table\" role=\"grid\" aria-describedby=\"odx-calendar\">\n <thead aria-hidden=\"true\">\n <th></th>\n </thead>\n\n <tbody\n class=\"odx-calendar__body\"\n (keydown.ArrowLeft)=\"previousYear($event)\"\n (keydown.ArrowRight)=\"nextYear($event)\"\n (keydown.ArrowUp)=\"previousRow($event)\"\n (keydown.ArrowDown)=\"nextRow($event)\"\n >\n @for (yearRow of calendarYears.years$ | async; track $index) {\n <tr class=\"odx-calendar__year-row\">\n @for (year of yearRow; track $index) {\n <td role=\"gridcell\">\n <button\n [disabled]=\"isDateDisabled(year)\"\n [odxCalendarCell]=\"year\"\n [odxCalendarCellActiveDate]=\"calendar.activeDate$ | async\"\n [odxCalendarCellCalendarView]=\"currentView\"\n [odxCalendarCellSelectedDate]=\"selectedDate\"\n [odxCalendarCellSelectedDateRange]=\"selectedDateRange\"\n (click)=\"selectDate(year)\"\n >\n {{ year | odxDateLabel: { year: 'numeric' } }}\n </button>\n </td>\n }\n </tr>\n }\n </tbody>\n</table>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "directive", type: i2.DisabledController, selector: "[disabled]", inputs: ["disabled"] }, { kind: "directive", type: CalendarCellDirective, selector: "[odxCalendarCell]", inputs: ["odxCalendarCell", "odxCalendarCellCalendarView", "odxCalendarCellActiveDate", "odxCalendarCellSelectedDate", "odxCalendarCellSelectedDateRange", "odxCalendarCellPreviewDate"] }, { kind: "pipe", type: DateLabelPipe, name: "odxDateLabel" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
939
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarYearsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
940
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: CalendarYearsComponent, isStandalone: true, selector: "odx-calendar-years", providers: [CalendarYearsService], usesInheritance: true, ngImport: i0, template: "<table class=\"odx-calendar__table\" role=\"grid\" aria-describedby=\"odx-calendar\">\n <thead aria-hidden=\"true\">\n <th></th>\n </thead>\n\n <tbody\n class=\"odx-calendar__body\"\n (keydown.ArrowLeft)=\"previousYear($event)\"\n (keydown.ArrowRight)=\"nextYear($event)\"\n (keydown.ArrowUp)=\"previousRow($event)\"\n (keydown.ArrowDown)=\"nextRow($event)\"\n >\n @for (yearRow of calendarYears.years$ | async; track $index) {\n <tr class=\"odx-calendar__year-row\">\n @for (year of yearRow; track $index) {\n <td role=\"gridcell\">\n <button\n [disabled]=\"isDateDisabled(year)\"\n [odxCalendarCell]=\"year\"\n [odxCalendarCellActiveDate]=\"calendar.activeDate$ | async\"\n [odxCalendarCellCalendarView]=\"currentView\"\n [odxCalendarCellSelectedDate]=\"selectedDate\"\n [odxCalendarCellSelectedDateRange]=\"selectedDateRange\"\n (click)=\"selectDate(year)\"\n >\n {{ year | odxDateLabel: { year: 'numeric' } }}\n </button>\n </td>\n }\n </tr>\n }\n </tbody>\n</table>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "directive", type: i2.DisabledController, selector: "[disabled]", inputs: ["disabled"] }, { kind: "directive", type: CalendarCellDirective, selector: "[odxCalendarCell]", inputs: ["odxCalendarCell", "odxCalendarCellCalendarView", "odxCalendarCellActiveDate", "odxCalendarCellSelectedDate", "odxCalendarCellSelectedDateRange", "odxCalendarCellPreviewDate"] }, { kind: "pipe", type: DateLabelPipe, name: "odxDateLabel" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
941
941
  };
942
942
  CalendarYearsComponent = __decorate([
943
943
  CSSComponent('calendar-years')
944
944
  ], CalendarYearsComponent);
945
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarYearsComponent, decorators: [{
945
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarYearsComponent, decorators: [{
946
946
  type: Component,
947
947
  args: [{ selector: 'odx-calendar-years', standalone: true, imports: [CoreModule, CalendarCellDirective, CalendarHeaderComponent, DateLabelPipe], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [CalendarYearsService], template: "<table class=\"odx-calendar__table\" role=\"grid\" aria-describedby=\"odx-calendar\">\n <thead aria-hidden=\"true\">\n <th></th>\n </thead>\n\n <tbody\n class=\"odx-calendar__body\"\n (keydown.ArrowLeft)=\"previousYear($event)\"\n (keydown.ArrowRight)=\"nextYear($event)\"\n (keydown.ArrowUp)=\"previousRow($event)\"\n (keydown.ArrowDown)=\"nextRow($event)\"\n >\n @for (yearRow of calendarYears.years$ | async; track $index) {\n <tr class=\"odx-calendar__year-row\">\n @for (year of yearRow; track $index) {\n <td role=\"gridcell\">\n <button\n [disabled]=\"isDateDisabled(year)\"\n [odxCalendarCell]=\"year\"\n [odxCalendarCellActiveDate]=\"calendar.activeDate$ | async\"\n [odxCalendarCellCalendarView]=\"currentView\"\n [odxCalendarCellSelectedDate]=\"selectedDate\"\n [odxCalendarCellSelectedDateRange]=\"selectedDateRange\"\n (click)=\"selectDate(year)\"\n >\n {{ year | odxDateLabel: { year: 'numeric' } }}\n </button>\n </td>\n }\n </tr>\n }\n </tbody>\n</table>\n" }]
948
948
  }] });
@@ -1009,10 +1009,10 @@ class DaterangeService {
1009
1009
  this.calendar.setActiveDate(value.start);
1010
1010
  });
1011
1011
  }
1012
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DaterangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1013
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DaterangeService }); }
1012
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DaterangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1013
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DaterangeService }); }
1014
1014
  }
1015
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DaterangeService, decorators: [{
1015
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DaterangeService, decorators: [{
1016
1016
  type: Injectable
1017
1017
  }] });
1018
1018
 
@@ -1091,14 +1091,14 @@ let CalendarComponent = class CalendarComponent {
1091
1091
  this.daterange.setDateRange(this.selectedDateRange);
1092
1092
  }
1093
1093
  }
1094
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1095
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: CalendarComponent, isStandalone: true, selector: "odx-calendar", inputs: { selectedDate: "selectedDate", selectedDateRange: "selectedDateRange", minDate: "minDate", maxDate: "maxDate", filterFn: "filterFn" }, outputs: { selectedDateChange: "selectedDateChange", selectedDateRangeChange: "selectedDateRangeChange" }, providers: [CalendarService, EventManager, DaterangeService], usesOnChanges: true, ngImport: i0, template: "@if (vm$ | async; as vm) {\n @switch (vm.calendarView) {\n @case (CalendarView.Year) {\n <odx-calendar-year\n [activeDate]=\"vm.activeDate\"\n [selectedDate]=\"vm.selectedDate\"\n [selectedDateRange]=\"vm.selectedDateRange\"\n [minDate]=\"minDate\"\n [maxDate]=\"maxDate\"\n [filterFn]=\"filterFn\"\n />\n }\n @case (CalendarView.Years) {\n <odx-calendar-years\n [activeDate]=\"vm.activeDate\"\n [selectedDate]=\"vm.selectedDate\"\n [selectedDateRange]=\"vm.selectedDateRange\"\n [minDate]=\"minDate\"\n [maxDate]=\"maxDate\"\n [filterFn]=\"filterFn\"\n />\n }\n @default {\n <odx-calendar-month\n [activeDate]=\"vm.activeDate\"\n [selectedDate]=\"vm.selectedDate\"\n [selectedDateRange]=\"vm.selectedDateRange\"\n [previewDate]=\"vm.previewDate\"\n [minDate]=\"minDate\"\n [maxDate]=\"maxDate\"\n [filterFn]=\"filterFn\"\n />\n }\n }\n}\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: A11yModule }, { kind: "component", type: CalendarMonthComponent, selector: "odx-calendar-month" }, { kind: "component", type: CalendarYearComponent, selector: "odx-calendar-year" }, { kind: "component", type: CalendarYearsComponent, selector: "odx-calendar-years" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
1094
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1095
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: CalendarComponent, isStandalone: true, selector: "odx-calendar", inputs: { selectedDate: "selectedDate", selectedDateRange: "selectedDateRange", minDate: "minDate", maxDate: "maxDate", filterFn: "filterFn" }, outputs: { selectedDateChange: "selectedDateChange", selectedDateRangeChange: "selectedDateRangeChange" }, providers: [CalendarService, EventManager, DaterangeService], usesOnChanges: true, ngImport: i0, template: "@if (vm$ | async; as vm) {\n @switch (vm.calendarView) {\n @case (CalendarView.Year) {\n <odx-calendar-year\n [activeDate]=\"vm.activeDate\"\n [selectedDate]=\"vm.selectedDate\"\n [selectedDateRange]=\"vm.selectedDateRange\"\n [minDate]=\"minDate\"\n [maxDate]=\"maxDate\"\n [filterFn]=\"filterFn\"\n />\n }\n @case (CalendarView.Years) {\n <odx-calendar-years\n [activeDate]=\"vm.activeDate\"\n [selectedDate]=\"vm.selectedDate\"\n [selectedDateRange]=\"vm.selectedDateRange\"\n [minDate]=\"minDate\"\n [maxDate]=\"maxDate\"\n [filterFn]=\"filterFn\"\n />\n }\n @default {\n <odx-calendar-month\n [activeDate]=\"vm.activeDate\"\n [selectedDate]=\"vm.selectedDate\"\n [selectedDateRange]=\"vm.selectedDateRange\"\n [previewDate]=\"vm.previewDate\"\n [minDate]=\"minDate\"\n [maxDate]=\"maxDate\"\n [filterFn]=\"filterFn\"\n />\n }\n }\n}\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: A11yModule }, { kind: "component", type: CalendarMonthComponent, selector: "odx-calendar-month" }, { kind: "component", type: CalendarYearComponent, selector: "odx-calendar-year" }, { kind: "component", type: CalendarYearsComponent, selector: "odx-calendar-years" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
1096
1096
  };
1097
1097
  CalendarComponent = __decorate([
1098
1098
  CSSComponent('calendar'),
1099
1099
  __metadata("design:paramtypes", [])
1100
1100
  ], CalendarComponent);
1101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CalendarComponent, decorators: [{
1101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarComponent, decorators: [{
1102
1102
  type: Component,
1103
1103
  args: [{ selector: 'odx-calendar', standalone: true, imports: [CoreModule, A11yModule, CalendarMonthComponent, CalendarYearComponent, CalendarYearsComponent], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [CalendarService, EventManager, DaterangeService], template: "@if (vm$ | async; as vm) {\n @switch (vm.calendarView) {\n @case (CalendarView.Year) {\n <odx-calendar-year\n [activeDate]=\"vm.activeDate\"\n [selectedDate]=\"vm.selectedDate\"\n [selectedDateRange]=\"vm.selectedDateRange\"\n [minDate]=\"minDate\"\n [maxDate]=\"maxDate\"\n [filterFn]=\"filterFn\"\n />\n }\n @case (CalendarView.Years) {\n <odx-calendar-years\n [activeDate]=\"vm.activeDate\"\n [selectedDate]=\"vm.selectedDate\"\n [selectedDateRange]=\"vm.selectedDateRange\"\n [minDate]=\"minDate\"\n [maxDate]=\"maxDate\"\n [filterFn]=\"filterFn\"\n />\n }\n @default {\n <odx-calendar-month\n [activeDate]=\"vm.activeDate\"\n [selectedDate]=\"vm.selectedDate\"\n [selectedDateRange]=\"vm.selectedDateRange\"\n [previewDate]=\"vm.previewDate\"\n [minDate]=\"minDate\"\n [maxDate]=\"maxDate\"\n [filterFn]=\"filterFn\"\n />\n }\n }\n}\n" }]
1104
1104
  }], ctorParameters: () => [], propDecorators: { selectedDate: [{