@odx/angular 12.3.0 → 12.3.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 (292) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/esm2022/breakpoints/lib/breakpoints.module.mjs +4 -4
  3. package/esm2022/breakpoints/lib/breakpoints.service.mjs +3 -3
  4. package/esm2022/breakpoints/lib/directives/match-breakpoints.directive.mjs +3 -3
  5. package/esm2022/cdk/a11y/lib/a11y.module.mjs +4 -4
  6. package/esm2022/cdk/a11y/lib/directives/interactive.directive.mjs +3 -3
  7. package/esm2022/cdk/a11y/lib/directives/list-focus-manager-option.directive.mjs +3 -3
  8. package/esm2022/cdk/a11y/lib/directives/list-focus-manager.directive.mjs +3 -3
  9. package/esm2022/cdk/active-indicator/lib/active-indicator.directive.mjs +3 -3
  10. package/esm2022/cdk/autocomplete-control/lib/autocomplete-control.mjs +3 -3
  11. package/esm2022/cdk/checkbox-control/lib/checkbox-control.directive.mjs +3 -3
  12. package/esm2022/cdk/connected-overlay/lib/connected-overlay.component.mjs +3 -3
  13. package/esm2022/cdk/connected-overlay/lib/connected-overlay.service.mjs +3 -3
  14. package/esm2022/cdk/custom-form-control/lib/control.directive.mjs +3 -3
  15. package/esm2022/cdk/custom-form-control/lib/custom-form-control.mjs +3 -3
  16. package/esm2022/cdk/custom-form-control/lib/input-control.directive.mjs +3 -3
  17. package/esm2022/cdk/dynamic-view/lib/dynamic-view.component.mjs +3 -3
  18. package/esm2022/cdk/dynamic-view/lib/dynamic-view.directive.mjs +3 -3
  19. package/esm2022/cdk/dynamic-view/lib/dynamic-view.service.mjs +3 -3
  20. package/esm2022/cdk/event-plugins/lib/plugins/debounce-event-plugin.mjs +3 -3
  21. package/esm2022/cdk/event-plugins/lib/plugins/defer-event-plugin.mjs +3 -3
  22. package/esm2022/cdk/expandable/lib/directives/expandable-container.directive.mjs +3 -3
  23. package/esm2022/cdk/expandable/lib/directives/expandable-item.directive.mjs +3 -3
  24. package/esm2022/cdk/expandable/lib/expandable.module.mjs +4 -4
  25. package/esm2022/cdk/option-control/lib/option-control.mjs +3 -3
  26. package/esm2022/cdk/radio-group-control/lib/radio-control.directive.mjs +3 -3
  27. package/esm2022/cdk/radio-group-control/lib/radio-group-control.directive.mjs +3 -3
  28. package/esm2022/cdk/radio-group-control/lib/radio-group-control.module.mjs +4 -4
  29. package/esm2022/components/accordion/lib/accordion.component.mjs +3 -3
  30. package/esm2022/components/accordion/lib/accordion.module.mjs +4 -4
  31. package/esm2022/components/accordion/lib/components/accordion-item/accordion-item.component.mjs +3 -3
  32. package/esm2022/components/accordion/lib/directives/accordion-item-title.mjs +3 -3
  33. package/esm2022/components/action-group/action-group.component.mjs +3 -3
  34. package/esm2022/components/area-header/area-header.component.mjs +3 -3
  35. package/esm2022/components/area-header/area-header.module.mjs +4 -4
  36. package/esm2022/components/area-header/directives/area-header-content.directive.mjs +3 -3
  37. package/esm2022/components/area-header/directives/area-header-subtitle.directive.mjs +3 -3
  38. package/esm2022/components/autocomplete/lib/autocomplete.component.mjs +3 -3
  39. package/esm2022/components/autocomplete/lib/autocomplete.module.mjs +4 -4
  40. package/esm2022/components/autocomplete/lib/components/option/autocomplete-option.component.mjs +3 -3
  41. package/esm2022/components/autocomplete/lib/directives/autocomplete-input-control.directive.mjs +3 -3
  42. package/esm2022/components/autocomplete/lib/pipes/autocomplete-search-filter.pipe.mjs +3 -3
  43. package/esm2022/components/avatar/lib/avatar.component.mjs +3 -3
  44. package/esm2022/components/badge/lib/badge.component.mjs +3 -3
  45. package/esm2022/components/badge/lib/badge.directive.mjs +3 -3
  46. package/esm2022/components/bar/lib/bar.component.mjs +3 -3
  47. package/esm2022/components/bar/lib/bar.module.mjs +4 -4
  48. package/esm2022/components/bar/lib/directives/bar-button.directive.mjs +3 -3
  49. package/esm2022/components/bar/lib/directives/bar-label.directive.mjs +3 -3
  50. package/esm2022/components/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
  51. package/esm2022/components/button/lib/button.component.mjs +3 -3
  52. package/esm2022/components/button/lib/directives/responsive-button.directive.mjs +3 -3
  53. package/esm2022/components/button-group/lib/button-group.component.mjs +3 -3
  54. package/esm2022/components/calendar/lib/calendar.component.mjs +3 -3
  55. package/esm2022/components/calendar/lib/calendar.service.mjs +3 -3
  56. package/esm2022/components/calendar/lib/components/calendar-header/calendar-header.component.mjs +3 -3
  57. package/esm2022/components/calendar/lib/components/calendar-month/calendar-month.component.mjs +3 -3
  58. package/esm2022/components/calendar/lib/components/calendar-year/calendar-year.component.mjs +3 -3
  59. package/esm2022/components/calendar/lib/components/calendar-years/calendar-years.component.mjs +3 -3
  60. package/esm2022/components/calendar/lib/daterange.service.mjs +3 -3
  61. package/esm2022/components/calendar/lib/directives/calendar-cell.directive.mjs +3 -3
  62. package/esm2022/components/calendar/lib/directives/calendar-view.directive.mjs +3 -3
  63. package/esm2022/components/calendar/lib/pipes/date-label.pipe.mjs +3 -3
  64. package/esm2022/components/calendar/lib/services/calendar-month.service.mjs +3 -3
  65. package/esm2022/components/calendar/lib/services/calendar-year.service.mjs +3 -3
  66. package/esm2022/components/calendar/lib/services/calendar-years.service.mjs +3 -3
  67. package/esm2022/components/card/lib/card.component.mjs +3 -3
  68. package/esm2022/components/card/lib/card.module.mjs +4 -4
  69. package/esm2022/components/card/lib/components/card-footer/card-footer.component.mjs +3 -3
  70. package/esm2022/components/card/lib/components/card-image/card-image.component.mjs +3 -3
  71. package/esm2022/components/card/lib/components/launch-card-subtitle/launch-card-subtitle.component.mjs +3 -3
  72. package/esm2022/components/card/lib/directives/card-content.directive.mjs +3 -3
  73. package/esm2022/components/checkbox/lib/checkbox.component.mjs +3 -3
  74. package/esm2022/components/checkbox/lib/checkbox.module.mjs +4 -4
  75. package/esm2022/components/checkbox/lib/checkbox.validator.mjs +3 -3
  76. package/esm2022/components/chip/lib/components/chip/chip.component.mjs +3 -3
  77. package/esm2022/components/chip/lib/components/chip-list/chip-list.component.mjs +3 -3
  78. package/esm2022/components/chip/lib/components/chip-list-row/chip-list-row.component.mjs +3 -3
  79. package/esm2022/components/circular-progress/lib/circular-progress.component.mjs +3 -3
  80. package/esm2022/components/content-box/lib/content-box.component.mjs +3 -3
  81. package/esm2022/components/content-box/lib/content-box.module.mjs +4 -4
  82. package/esm2022/components/content-box/lib/directives/content-box-footer.directive.mjs +3 -3
  83. package/esm2022/components/content-box/lib/directives/content-box-header.directive.mjs +3 -3
  84. package/esm2022/components/datepicker/lib/datepicker.component.mjs +3 -3
  85. package/esm2022/components/datepicker/lib/datepicker.module.mjs +4 -4
  86. package/esm2022/components/datepicker/lib/directives/datepicker-input-control.directive.mjs +3 -3
  87. package/esm2022/components/daterangepicker/lib/daterangepicker.component.mjs +3 -3
  88. package/esm2022/components/daterangepicker/lib/daterangepicker.module.mjs +4 -4
  89. package/esm2022/components/daterangepicker/lib/directives/daterangepicker-input-control.directive.mjs +3 -3
  90. package/esm2022/components/daterangepicker/lib/range.validator.mjs +3 -3
  91. package/esm2022/components/daterangepicker/lib/required.validator.mjs +3 -3
  92. package/esm2022/components/dropdown/lib/dropdown.component.mjs +3 -3
  93. package/esm2022/components/dropdown/lib/dropdown.directive.mjs +3 -3
  94. package/esm2022/components/dropdown/lib/dropdown.module.mjs +4 -4
  95. package/esm2022/components/error-page/lib/error-page.component.mjs +3 -3
  96. package/esm2022/components/footer/lib/footer.component.mjs +3 -3
  97. package/esm2022/components/form-field/lib/components/form-field-info/form-field-info.component.mjs +3 -3
  98. package/esm2022/components/form-field/lib/components/form-group/form-group.component.mjs +3 -3
  99. package/esm2022/components/form-field/lib/directives/form-field-control.directive.mjs +3 -3
  100. package/esm2022/components/form-field/lib/directives/form-field-error.directive.mjs +3 -3
  101. package/esm2022/components/form-field/lib/directives/form-field-hint.directive.mjs +3 -3
  102. package/esm2022/components/form-field/lib/directives/form-field-label.directive.mjs +3 -3
  103. package/esm2022/components/form-field/lib/directives/form.directive.mjs +3 -3
  104. package/esm2022/components/form-field/lib/form-field.component.mjs +3 -3
  105. package/esm2022/components/form-field/lib/form-field.module.mjs +4 -4
  106. package/esm2022/components/form-field/lib/form-field.service.mjs +3 -3
  107. package/esm2022/components/form-field/lib/services/form-field-error.service.mjs +3 -3
  108. package/esm2022/components/header/lib/directives/header-avatar.directive.mjs +3 -3
  109. package/esm2022/components/header/lib/directives/header-title.directive.mjs +3 -3
  110. package/esm2022/components/header/lib/header.component.mjs +3 -3
  111. package/esm2022/components/header/lib/header.module.mjs +4 -4
  112. package/esm2022/components/header-navigation/lib/directives/header-navigation-link.directive.mjs +6 -6
  113. package/esm2022/components/header-navigation/lib/header-navigation.component.mjs +3 -3
  114. package/esm2022/components/header-navigation/lib/header-navigation.module.mjs +4 -4
  115. package/esm2022/components/icon/lib/icon.component.mjs +3 -3
  116. package/esm2022/components/inline-message/lib/inline-message.component.mjs +3 -3
  117. package/esm2022/components/link/link.directive.mjs +3 -3
  118. package/esm2022/components/list/lib/components/expandable-list-item/expandable-list-item.component.mjs +3 -3
  119. package/esm2022/components/list/lib/components/list-item/list-item.component.mjs +3 -3
  120. package/esm2022/components/list/lib/list.component.mjs +3 -3
  121. package/esm2022/components/list/lib/list.module.mjs +4 -4
  122. package/esm2022/components/loading-spinner/lib/loading-spinner.component.mjs +3 -3
  123. package/esm2022/components/loading-spinner/lib/loading-spinner.directive.mjs +3 -3
  124. package/esm2022/components/loading-spinner/lib/loading-spinner.module.mjs +4 -4
  125. package/esm2022/components/logo/logo.directive.mjs +3 -3
  126. package/esm2022/components/main-menu/lib/directives/main-menu-button.directive.mjs +3 -3
  127. package/esm2022/components/main-menu/lib/directives/main-menu-close.directive.mjs +3 -3
  128. package/esm2022/components/main-menu/lib/directives/main-menu-item.directive.mjs +3 -3
  129. package/esm2022/components/main-menu/lib/main-menu.component.mjs +3 -3
  130. package/esm2022/components/main-menu/lib/main-menu.module.mjs +4 -4
  131. package/esm2022/components/main-menu/lib/main-menu.service.mjs +3 -3
  132. package/esm2022/components/mainfilter-group/lib/mainfilter-group.component.mjs +3 -3
  133. package/esm2022/components/menu/lib/directives/menu-item.directive.mjs +3 -3
  134. package/esm2022/components/menu/lib/menu.component.mjs +3 -3
  135. package/esm2022/components/menu/lib/menu.directive.mjs +3 -3
  136. package/esm2022/components/menu/lib/menu.module.mjs +4 -4
  137. package/esm2022/components/modal/lib/components/basic-modal/basic-modal.component.mjs +3 -3
  138. package/esm2022/components/modal/lib/components/modal-footer/modal-footer.component.mjs +3 -3
  139. package/esm2022/components/modal/lib/components/modal-header/modal-header.component.mjs +3 -3
  140. package/esm2022/components/modal/lib/components/modal-hero/modal-hero.component.mjs +3 -3
  141. package/esm2022/components/modal/lib/directives/modal-close.directive.mjs +3 -3
  142. package/esm2022/components/modal/lib/directives/modal-content.directive.mjs +3 -3
  143. package/esm2022/components/modal/lib/directives/modal-dismiss.directive.mjs +3 -3
  144. package/esm2022/components/modal/lib/directives/prevent-form-method-dialog.directive.mjs +3 -3
  145. package/esm2022/components/modal/lib/directives/prevent-method-dialog.directive.mjs +3 -3
  146. package/esm2022/components/modal/lib/modal.component.mjs +3 -3
  147. package/esm2022/components/modal/lib/modal.directive.mjs +3 -3
  148. package/esm2022/components/modal/lib/modal.module.mjs +4 -4
  149. package/esm2022/components/modal/lib/modal.service.mjs +3 -3
  150. package/esm2022/components/navigation-back/lib/navigation-back.component.mjs +3 -3
  151. package/esm2022/components/notification/lib/components/notification-center/notification-center.component.mjs +3 -3
  152. package/esm2022/components/notification/lib/components/notification-item/notification-item.component.mjs +3 -3
  153. package/esm2022/components/notification/lib/directives/notification-center.directive.mjs +3 -3
  154. package/esm2022/components/notification/lib/notification.service.mjs +3 -3
  155. package/esm2022/components/notification/lib/services/notification-center.service.mjs +3 -3
  156. package/esm2022/components/paginator/lib/paginator.component.mjs +3 -3
  157. package/esm2022/components/paginator/lib/paginator.module.mjs +4 -4
  158. package/esm2022/components/progress/lib/progress.component.mjs +3 -3
  159. package/esm2022/components/radio-group/lib/components/radio-button/radio-button.component.mjs +3 -3
  160. package/esm2022/components/radio-group/lib/radio-group.component.mjs +3 -3
  161. package/esm2022/components/radio-group/lib/radio-group.module.mjs +4 -4
  162. package/esm2022/components/rail-navigation/lib/components/rail-navigation-item/rail-navigation-item.component.mjs +3 -3
  163. package/esm2022/components/rail-navigation/lib/rail-navigation.component.mjs +3 -3
  164. package/esm2022/components/rail-navigation/lib/rail-navigation.module.mjs +4 -4
  165. package/esm2022/components/rich-list/lib/components/rich-list-content/rich-list-content.component.mjs +3 -3
  166. package/esm2022/components/rich-list/lib/components/rich-list-item/rich-list-item.component.mjs +3 -3
  167. package/esm2022/components/rich-list/lib/components/rich-list-item-header/rich-list-item-header.component.mjs +3 -3
  168. package/esm2022/components/rich-list/lib/rich-list.component.mjs +3 -3
  169. package/esm2022/components/rich-list/lib/rich-list.module.mjs +4 -4
  170. package/esm2022/components/search-bar/lib/search-bar-control.directive.mjs +3 -3
  171. package/esm2022/components/search-bar/lib/search-bar.component.mjs +3 -3
  172. package/esm2022/components/search-bar/lib/search-bar.module.mjs +4 -4
  173. package/esm2022/components/select/lib/components/select-option/select-option.component.mjs +3 -3
  174. package/esm2022/components/select/lib/directives/select-input-control.directive.mjs +3 -3
  175. package/esm2022/components/select/lib/pipes/select-search-filter.pipe.mjs +3 -3
  176. package/esm2022/components/select/lib/select.component.mjs +3 -3
  177. package/esm2022/components/select/lib/select.module.mjs +4 -4
  178. package/esm2022/components/slider/lib/slider.directive.mjs +3 -3
  179. package/esm2022/components/spinbox/lib/spinbox.component.mjs +3 -3
  180. package/esm2022/components/switch/lib/switch.component.mjs +3 -3
  181. package/esm2022/components/switch/lib/switch.module.mjs +4 -4
  182. package/esm2022/components/switch/lib/switch.validator.mjs +3 -3
  183. package/esm2022/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.mjs +3 -3
  184. package/esm2022/components/tab-bar/lib/tab-bar.component.mjs +3 -3
  185. package/esm2022/components/tab-bar/lib/tab-bar.module.mjs +4 -4
  186. package/esm2022/components/table/lib/components/check-cell/check-cell.component.mjs +3 -3
  187. package/esm2022/components/table/lib/components/header-title/header-title.component.mjs +3 -3
  188. package/esm2022/components/table/lib/directives/table-cell.directive.mjs +3 -3
  189. package/esm2022/components/table/lib/directives/table-row.directive.mjs +3 -3
  190. package/esm2022/components/table/lib/table.component.mjs +3 -3
  191. package/esm2022/components/table/lib/table.module.mjs +4 -4
  192. package/esm2022/components/timepicker/lib/components/timepicker-option.component.mjs +3 -3
  193. package/esm2022/components/timepicker/lib/directives/timepicker-input-control.directive.mjs +3 -3
  194. package/esm2022/components/timepicker/lib/timepicker.component.mjs +3 -3
  195. package/esm2022/components/timepicker/lib/timepicker.module.mjs +4 -4
  196. package/esm2022/components/timepicker/lib/timepicker.service.mjs +3 -3
  197. package/esm2022/components/toast/lib/components/toast-container/toast-container.component.mjs +3 -3
  198. package/esm2022/components/toast/lib/components/toast-item/toast-item.component.mjs +3 -3
  199. package/esm2022/components/toast/lib/toast.module.mjs +4 -4
  200. package/esm2022/components/toast/lib/toast.service.mjs +3 -3
  201. package/esm2022/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.mjs +3 -3
  202. package/esm2022/components/toggle-button-group/lib/toggle-button-group.component.mjs +3 -3
  203. package/esm2022/components/toggle-button-group/lib/toggle-button-group.module.mjs +4 -4
  204. package/esm2022/components/tooltip/lib/tooltip.component.mjs +3 -3
  205. package/esm2022/components/tooltip/lib/tooltip.directive.mjs +3 -3
  206. package/esm2022/components/wizard/lib/components/wizard-step/wizard-step.component.mjs +3 -3
  207. package/esm2022/components/wizard/lib/wizard.component.mjs +3 -3
  208. package/esm2022/components/wizard/lib/wizard.module.mjs +4 -4
  209. package/esm2022/internal/translate/lib/pipes/translate.pipe.mjs +3 -3
  210. package/esm2022/lib/controllers/controller.mjs +3 -3
  211. package/esm2022/lib/controllers/disabled.controller.mjs +3 -3
  212. package/esm2022/lib/controllers/readonly.controller.mjs +3 -3
  213. package/esm2022/lib/core.module.mjs +4 -4
  214. package/esm2022/lib/directives/click-outside.directive.mjs +3 -3
  215. package/esm2022/lib/directives/delegate-focus.directive.mjs +3 -3
  216. package/esm2022/lib/directives/with-disabled-state.directive.mjs +3 -3
  217. package/esm2022/lib/directives/with-tabindex.directive.mjs +3 -3
  218. package/esm2022/lib/services/window-ref.mjs +3 -3
  219. package/esm2022/localization/lib/localization.service.mjs +3 -3
  220. package/esm2022/theming/lib/theming.service.mjs +3 -3
  221. package/esm2022/utils/lib/helpers/event-manager.mjs +3 -3
  222. package/fesm2022/odx-angular-breakpoints.mjs +10 -10
  223. package/fesm2022/odx-angular-cdk-a11y.mjs +13 -13
  224. package/fesm2022/odx-angular-cdk-active-indicator.mjs +3 -3
  225. package/fesm2022/odx-angular-cdk-autocomplete-control.mjs +3 -3
  226. package/fesm2022/odx-angular-cdk-checkbox-control.mjs +3 -3
  227. package/fesm2022/odx-angular-cdk-connected-overlay.mjs +6 -6
  228. package/fesm2022/odx-angular-cdk-custom-form-control.mjs +9 -9
  229. package/fesm2022/odx-angular-cdk-dynamic-view.mjs +9 -9
  230. package/fesm2022/odx-angular-cdk-event-plugins.mjs +6 -6
  231. package/fesm2022/odx-angular-cdk-expandable.mjs +10 -10
  232. package/fesm2022/odx-angular-cdk-option-control.mjs +3 -3
  233. package/fesm2022/odx-angular-cdk-radio-group-control.mjs +10 -10
  234. package/fesm2022/odx-angular-components-accordion.mjs +13 -13
  235. package/fesm2022/odx-angular-components-action-group.mjs +3 -3
  236. package/fesm2022/odx-angular-components-area-header.mjs +13 -13
  237. package/fesm2022/odx-angular-components-autocomplete.mjs +16 -16
  238. package/fesm2022/odx-angular-components-avatar.mjs +3 -3
  239. package/fesm2022/odx-angular-components-badge.mjs +6 -6
  240. package/fesm2022/odx-angular-components-bar.mjs +13 -13
  241. package/fesm2022/odx-angular-components-breadcrumbs.mjs +3 -3
  242. package/fesm2022/odx-angular-components-button-group.mjs +3 -3
  243. package/fesm2022/odx-angular-components-button.mjs +6 -6
  244. package/fesm2022/odx-angular-components-calendar.mjs +39 -39
  245. package/fesm2022/odx-angular-components-card.mjs +19 -19
  246. package/fesm2022/odx-angular-components-checkbox.mjs +10 -10
  247. package/fesm2022/odx-angular-components-chip.mjs +9 -9
  248. package/fesm2022/odx-angular-components-circular-progress.mjs +3 -3
  249. package/fesm2022/odx-angular-components-content-box.mjs +13 -13
  250. package/fesm2022/odx-angular-components-datepicker.mjs +10 -10
  251. package/fesm2022/odx-angular-components-daterangepicker.mjs +16 -16
  252. package/fesm2022/odx-angular-components-dropdown.mjs +10 -10
  253. package/fesm2022/odx-angular-components-error-page.mjs +3 -3
  254. package/fesm2022/odx-angular-components-footer.mjs +3 -3
  255. package/fesm2022/odx-angular-components-form-field.mjs +34 -34
  256. package/fesm2022/odx-angular-components-header-navigation.mjs +13 -13
  257. package/fesm2022/odx-angular-components-header.mjs +13 -13
  258. package/fesm2022/odx-angular-components-icon.mjs +3 -3
  259. package/fesm2022/odx-angular-components-inline-message.mjs +3 -3
  260. package/fesm2022/odx-angular-components-link.mjs +3 -3
  261. package/fesm2022/odx-angular-components-list.mjs +13 -13
  262. package/fesm2022/odx-angular-components-loading-spinner.mjs +10 -10
  263. package/fesm2022/odx-angular-components-logo.mjs +3 -3
  264. package/fesm2022/odx-angular-components-main-menu.mjs +19 -19
  265. package/fesm2022/odx-angular-components-mainfilter-group.mjs +3 -3
  266. package/fesm2022/odx-angular-components-menu.mjs +13 -13
  267. package/fesm2022/odx-angular-components-modal.mjs +40 -40
  268. package/fesm2022/odx-angular-components-navigation-back.mjs +3 -3
  269. package/fesm2022/odx-angular-components-notification.mjs +15 -15
  270. package/fesm2022/odx-angular-components-paginator.mjs +7 -7
  271. package/fesm2022/odx-angular-components-progress.mjs +3 -3
  272. package/fesm2022/odx-angular-components-radio-group.mjs +10 -10
  273. package/fesm2022/odx-angular-components-rail-navigation.mjs +10 -10
  274. package/fesm2022/odx-angular-components-rich-list.mjs +16 -16
  275. package/fesm2022/odx-angular-components-search-bar.mjs +10 -10
  276. package/fesm2022/odx-angular-components-select.mjs +16 -16
  277. package/fesm2022/odx-angular-components-slider.mjs +3 -3
  278. package/fesm2022/odx-angular-components-spinbox.mjs +3 -3
  279. package/fesm2022/odx-angular-components-switch.mjs +10 -10
  280. package/fesm2022/odx-angular-components-tab-bar.mjs +10 -10
  281. package/fesm2022/odx-angular-components-table.mjs +19 -19
  282. package/fesm2022/odx-angular-components-timepicker.mjs +16 -16
  283. package/fesm2022/odx-angular-components-toast.mjs +13 -13
  284. package/fesm2022/odx-angular-components-toggle-button-group.mjs +10 -10
  285. package/fesm2022/odx-angular-components-tooltip.mjs +6 -6
  286. package/fesm2022/odx-angular-components-wizard.mjs +10 -10
  287. package/fesm2022/odx-angular-internal-translate.mjs +3 -3
  288. package/fesm2022/odx-angular-localization.mjs +3 -3
  289. package/fesm2022/odx-angular-theming.mjs +3 -3
  290. package/fesm2022/odx-angular-utils.mjs +3 -3
  291. package/fesm2022/odx-angular.mjs +28 -28
  292. package/package.json +5 -5
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  * Directive for the title of an accordion item.
5
5
  */
6
6
  export class AccordionItemTitleDirective {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AccordionItemTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
8
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: AccordionItemTitleDirective, isStandalone: true, selector: "odx-accordion-item-title", ngImport: i0 }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AccordionItemTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
8
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: AccordionItemTitleDirective, isStandalone: true, selector: "odx-accordion-item-title", ngImport: i0 }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AccordionItemTitleDirective, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AccordionItemTitleDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  standalone: true,
@@ -17,8 +17,8 @@ let ActionGroupComponent = class ActionGroupComponent {
17
17
  */
18
18
  this.reverse = false;
19
19
  }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ActionGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
21
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.12", type: ActionGroupComponent, isStandalone: true, selector: "odx-action-group", inputs: { reverse: ["reverse", "reverse", booleanAttribute] }, ngImport: i0, template: "<ng-content select=\"[odxButton], ng-template\" />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ActionGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
21
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.13", type: ActionGroupComponent, isStandalone: true, selector: "odx-action-group", inputs: { reverse: ["reverse", "reverse", booleanAttribute] }, ngImport: i0, template: "<ng-content select=\"[odxButton], ng-template\" />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
22
22
  };
23
23
  __decorate([
24
24
  CSSModifier(),
@@ -28,7 +28,7 @@ ActionGroupComponent = __decorate([
28
28
  CSSComponent('action-group')
29
29
  ], ActionGroupComponent);
30
30
  export { ActionGroupComponent };
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ActionGroupComponent, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ActionGroupComponent, decorators: [{
32
32
  type: Component,
33
33
  args: [{ selector: 'odx-action-group', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, template: "<ng-content select=\"[odxButton], ng-template\" />\n" }]
34
34
  }], propDecorators: { reverse: [{
@@ -19,8 +19,8 @@ let AreaHeaderComponent = class AreaHeaderComponent {
19
19
  */
20
20
  this.size = AreaHeaderSize.LARGE;
21
21
  }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AreaHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
23
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: AreaHeaderComponent, isStandalone: true, selector: "odx-area-header", inputs: { size: "size" }, ngImport: i0, template: "<div class=\"odx-area-header__container\">\n <ng-content select=\"button[odxNavigationBack], a[odxNavigationBack]\" />\n <ng-content select=\"odx-avatar\" />\n <div class=\"odx-area-header__inner\">\n <div class=\"odx-area-header__title\">\n <ng-content />\n </div>\n <ng-content select=\"odx-area-header-subtitle\" />\n </div>\n</div>\n<ng-content select=\"odx-area-header-content\" />\n", dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AreaHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
23
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: AreaHeaderComponent, isStandalone: true, selector: "odx-area-header", inputs: { size: "size" }, ngImport: i0, template: "<div class=\"odx-area-header__container\">\n <ng-content select=\"button[odxNavigationBack], a[odxNavigationBack]\" />\n <ng-content select=\"odx-avatar\" />\n <div class=\"odx-area-header__inner\">\n <div class=\"odx-area-header__title\">\n <ng-content />\n </div>\n <ng-content select=\"odx-area-header-subtitle\" />\n </div>\n</div>\n<ng-content select=\"odx-area-header-content\" />\n", dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
24
24
  };
25
25
  __decorate([
26
26
  CSSModifier(),
@@ -30,7 +30,7 @@ AreaHeaderComponent = __decorate([
30
30
  CSSComponent('area-header')
31
31
  ], AreaHeaderComponent);
32
32
  export { AreaHeaderComponent };
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AreaHeaderComponent, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AreaHeaderComponent, decorators: [{
34
34
  type: Component,
35
35
  args: [{ selector: 'odx-area-header', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [CommonModule], standalone: true, template: "<div class=\"odx-area-header__container\">\n <ng-content select=\"button[odxNavigationBack], a[odxNavigationBack]\" />\n <ng-content select=\"odx-avatar\" />\n <div class=\"odx-area-header__inner\">\n <div class=\"odx-area-header__title\">\n <ng-content />\n </div>\n <ng-content select=\"odx-area-header-subtitle\" />\n </div>\n</div>\n<ng-content select=\"odx-area-header-content\" />\n" }]
36
36
  }], propDecorators: { size: [{
@@ -17,8 +17,8 @@ const modules = [
17
17
  IconComponent,
18
18
  ];
19
19
  export class AreaHeaderModule {
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AreaHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
21
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: AreaHeaderModule, imports: [AreaHeaderComponent,
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AreaHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
21
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: AreaHeaderModule, imports: [AreaHeaderComponent,
22
22
  AreaHeaderContentDirective,
23
23
  AreaHeaderSubtitleDirective,
24
24
  AvatarComponent,
@@ -31,13 +31,13 @@ export class AreaHeaderModule {
31
31
  ActionGroupComponent,
32
32
  ButtonComponent,
33
33
  IconComponent] }); }
34
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AreaHeaderModule, imports: [AreaHeaderComponent,
34
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AreaHeaderModule, imports: [AreaHeaderComponent,
35
35
  AvatarComponent,
36
36
  ActionGroupComponent,
37
37
  ButtonComponent,
38
38
  IconComponent, CoreModule] }); }
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AreaHeaderModule, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AreaHeaderModule, decorators: [{
41
41
  type: NgModule,
42
42
  args: [{
43
43
  imports: modules,
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  * Directive for the content of the area header.
5
5
  */
6
6
  export class AreaHeaderContentDirective {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AreaHeaderContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
8
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: AreaHeaderContentDirective, isStandalone: true, selector: "odx-area-header-content", host: { properties: { "class.odx-area-header__content": "true" } }, ngImport: i0 }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AreaHeaderContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
8
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: AreaHeaderContentDirective, isStandalone: true, selector: "odx-area-header-content", host: { properties: { "class.odx-area-header__content": "true" } }, ngImport: i0 }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AreaHeaderContentDirective, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AreaHeaderContentDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: 'odx-area-header-content',
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  * Directive for displaying a subtitle in the area header component.
5
5
  */
6
6
  export class AreaHeaderSubtitleDirective {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AreaHeaderSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
8
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: AreaHeaderSubtitleDirective, isStandalone: true, selector: "odx-area-header-subtitle", host: { properties: { "class.odx-area-header__subtitle": "true" } }, ngImport: i0 }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AreaHeaderSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
8
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: AreaHeaderSubtitleDirective, isStandalone: true, selector: "odx-area-header-subtitle", host: { properties: { "class.odx-area-header__subtitle": "true" } }, ngImport: i0 }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AreaHeaderSubtitleDirective, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AreaHeaderSubtitleDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: 'odx-area-header-subtitle',
@@ -144,8 +144,8 @@ let AutocompleteComponent = class AutocompleteComponent extends AutocompleteCont
144
144
  blurSelectSearchField() {
145
145
  this.searchField?.blur();
146
146
  }
147
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AutocompleteComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
148
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: AutocompleteComponent, isStandalone: true, selector: "odx-autocomplete", host: { listeners: { "click": "handleClickEvent()", "keydown": "handleKeyboardEvent($event)" } }, providers: [
147
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AutocompleteComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
148
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: AutocompleteComponent, isStandalone: true, selector: "odx-autocomplete", host: { listeners: { "click": "handleClickEvent()", "keydown": "handleKeyboardEvent($event)" } }, providers: [
149
149
  {
150
150
  provide: AUTOCOMPLETE_CONTROL,
151
151
  useExisting: forwardRef(() => AutocompleteComponent),
@@ -160,7 +160,7 @@ AutocompleteComponent = __decorate([
160
160
  CSSComponent('autocomplete')
161
161
  ], AutocompleteComponent);
162
162
  export { AutocompleteComponent };
163
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AutocompleteComponent, decorators: [{
163
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AutocompleteComponent, decorators: [{
164
164
  type: Component,
165
165
  args: [{ standalone: true, selector: 'odx-autocomplete', imports: [DropdownDirective, AutocompleteOptionComponent, LoadingSpinnerModule], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [
166
166
  {
@@ -7,11 +7,11 @@ import { AutocompleteSearchFilterPipe } from './pipes';
7
7
  import * as i0 from "@angular/core";
8
8
  const modules = [AutocompleteComponent, AutocompleteInputControlDirective, AutocompleteSearchFilterPipe, AutocompleteOptionComponent];
9
9
  export class AutocompleteModule {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AutocompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: AutocompleteModule, imports: [AutocompleteComponent, AutocompleteInputControlDirective, AutocompleteSearchFilterPipe, AutocompleteOptionComponent], exports: [CoreModule, AutocompleteComponent, AutocompleteInputControlDirective, AutocompleteSearchFilterPipe, AutocompleteOptionComponent] }); }
12
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AutocompleteModule, imports: [AutocompleteComponent, AutocompleteOptionComponent, CoreModule] }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AutocompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: AutocompleteModule, imports: [AutocompleteComponent, AutocompleteInputControlDirective, AutocompleteSearchFilterPipe, AutocompleteOptionComponent], exports: [CoreModule, AutocompleteComponent, AutocompleteInputControlDirective, AutocompleteSearchFilterPipe, AutocompleteOptionComponent] }); }
12
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AutocompleteModule, imports: [AutocompleteComponent, AutocompleteOptionComponent, CoreModule] }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AutocompleteModule, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AutocompleteModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  imports: modules,
@@ -31,14 +31,14 @@ let AutocompleteOptionComponent = class AutocompleteOptionComponent extends Opti
31
31
  selectOption() {
32
32
  this.autocompleteControl.selectOption(this);
33
33
  }
34
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AutocompleteOptionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
35
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: AutocompleteOptionComponent, isStandalone: true, selector: "odx-autocomplete-option", usesInheritance: true, ngImport: i0, template: "<ng-content />\n", dependencies: [{ kind: "ngmodule", type: CoreModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AutocompleteOptionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
35
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: AutocompleteOptionComponent, isStandalone: true, selector: "odx-autocomplete-option", usesInheritance: true, ngImport: i0, template: "<ng-content />\n", dependencies: [{ kind: "ngmodule", type: CoreModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
36
36
  };
37
37
  AutocompleteOptionComponent = __decorate([
38
38
  CSSComponent('autocomplete-option')
39
39
  ], AutocompleteOptionComponent);
40
40
  export { AutocompleteOptionComponent };
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AutocompleteOptionComponent, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AutocompleteOptionComponent, decorators: [{
42
42
  type: Component,
43
43
  args: [{ standalone: true, selector: 'odx-autocomplete-option', imports: [CoreModule], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content />\n" }]
44
44
  }] });
@@ -14,14 +14,14 @@ let AutocompleteInputControlDirective = class AutocompleteInputControlDirective
14
14
  super(...arguments);
15
15
  this.readonlyController = ReadonlyController.inject();
16
16
  }
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AutocompleteInputControlDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
18
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: AutocompleteInputControlDirective, isStandalone: true, selector: "input[odxAutocompleteControl]", host: { properties: { "attr.readonly": "readonlyController?.readonly || null" } }, providers: [ReadonlyController.connect()], usesInheritance: true, hostDirectives: [{ directive: i1.WithTabIndex }], ngImport: i0 }); }
17
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AutocompleteInputControlDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
18
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: AutocompleteInputControlDirective, isStandalone: true, selector: "input[odxAutocompleteControl]", host: { properties: { "attr.readonly": "readonlyController?.readonly || null" } }, providers: [ReadonlyController.connect()], usesInheritance: true, hostDirectives: [{ directive: i1.WithTabIndex }], ngImport: i0 }); }
19
19
  };
20
20
  AutocompleteInputControlDirective = __decorate([
21
21
  CSSComponent('autocomplete__control')
22
22
  ], AutocompleteInputControlDirective);
23
23
  export { AutocompleteInputControlDirective };
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AutocompleteInputControlDirective, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AutocompleteInputControlDirective, decorators: [{
25
25
  type: Directive,
26
26
  args: [{
27
27
  standalone: true,
@@ -2,10 +2,10 @@ import { Pipe } from '@angular/core';
2
2
  import { BaseSearchFilterPipe } from '@odx/angular/cdk/autocomplete-control';
3
3
  import * as i0 from "@angular/core";
4
4
  export class AutocompleteSearchFilterPipe extends BaseSearchFilterPipe {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AutocompleteSearchFilterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
6
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: AutocompleteSearchFilterPipe, isStandalone: true, name: "odxAutocompleteSearchFilter", pure: false }); }
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AutocompleteSearchFilterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
6
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: AutocompleteSearchFilterPipe, isStandalone: true, name: "odxAutocompleteSearchFilter", pure: false }); }
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AutocompleteSearchFilterPipe, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AutocompleteSearchFilterPipe, decorators: [{
9
9
  type: Pipe,
10
10
  args: [{
11
11
  pure: false,
@@ -22,8 +22,8 @@ let AvatarComponent = class AvatarComponent {
22
22
  */
23
23
  this.variant = AvatarVariant.CIRCLE;
24
24
  }
25
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
26
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: AvatarComponent, isStandalone: true, selector: "odx-avatar", inputs: { size: "size", variant: "variant" }, ngImport: i0, template: "<ng-content />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
25
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
26
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: AvatarComponent, isStandalone: true, selector: "odx-avatar", inputs: { size: "size", variant: "variant" }, ngImport: i0, template: "<ng-content />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
27
27
  };
28
28
  __decorate([
29
29
  CSSModifier(),
@@ -37,7 +37,7 @@ AvatarComponent = __decorate([
37
37
  CSSComponent('avatar')
38
38
  ], AvatarComponent);
39
39
  export { AvatarComponent };
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: AvatarComponent, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AvatarComponent, decorators: [{
41
41
  type: Component,
42
42
  args: [{ standalone: true, selector: 'odx-avatar', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content />\n" }]
43
43
  }], propDecorators: { size: [{
@@ -26,8 +26,8 @@ let BadgeComponent = class BadgeComponent {
26
26
  */
27
27
  this.variant = BadgeVariant.HIGHLIGHT;
28
28
  }
29
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
30
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.12", type: BadgeComponent, isStandalone: true, selector: "odx-badge", inputs: { contrast: ["contrast", "contrast", booleanAttribute], variant: "variant", value: "value" }, ngImport: i0, template: '<ng-template [odxDynamicView]="value" />', isInline: true, dependencies: [{ kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
29
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
30
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.13", type: BadgeComponent, isStandalone: true, selector: "odx-badge", inputs: { contrast: ["contrast", "contrast", booleanAttribute], variant: "variant", value: "value" }, ngImport: i0, template: '<ng-template [odxDynamicView]="value" />', isInline: true, dependencies: [{ kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
31
31
  };
32
32
  __decorate([
33
33
  CSSModifier(),
@@ -41,7 +41,7 @@ BadgeComponent = __decorate([
41
41
  CSSComponent('badge')
42
42
  ], BadgeComponent);
43
43
  export { BadgeComponent };
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BadgeComponent, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BadgeComponent, decorators: [{
45
45
  type: Component,
46
46
  args: [{
47
47
  standalone: true,
@@ -84,14 +84,14 @@ let BadgeDirective = class BadgeDirective {
84
84
  offset: this.offset,
85
85
  });
86
86
  }
87
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BadgeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
88
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.12", type: BadgeDirective, isStandalone: true, selector: "[odxBadge]", inputs: { value: ["odxBadge", "value"], contrast: ["odxBadgeContrast", "contrast", booleanAttribute], position: ["odxBadgePosition", "position"], offset: ["odxBadgeOffset", "offset", numberAttribute], variant: ["odxBadgeVariant", "variant"] }, usesOnChanges: true, ngImport: i0 }); }
87
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BadgeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
88
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.13", type: BadgeDirective, isStandalone: true, selector: "[odxBadge]", inputs: { value: ["odxBadge", "value"], contrast: ["odxBadgeContrast", "contrast", booleanAttribute], position: ["odxBadgePosition", "position"], offset: ["odxBadgeOffset", "offset", numberAttribute], variant: ["odxBadgeVariant", "variant"] }, usesOnChanges: true, ngImport: i0 }); }
89
89
  };
90
90
  BadgeDirective = __decorate([
91
91
  CSSComponent('badge-host')
92
92
  ], BadgeDirective);
93
93
  export { BadgeDirective };
94
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BadgeDirective, decorators: [{
94
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BadgeDirective, decorators: [{
95
95
  type: Directive,
96
96
  args: [{
97
97
  selector: '[odxBadge]',
@@ -14,14 +14,14 @@ let BarComponent = class BarComponent {
14
14
  constructor() {
15
15
  this.element = injectElement();
16
16
  }
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: BarComponent, isStandalone: true, selector: "odx-bar", ngImport: i0, template: "<ng-content select=\"button[odxBarButton], [odxBarLabel]\" />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
17
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BarComponent, isStandalone: true, selector: "odx-bar", ngImport: i0, template: "<ng-content select=\"button[odxBarButton], [odxBarLabel]\" />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
19
19
  };
20
20
  BarComponent = __decorate([
21
21
  CSSComponent('bar')
22
22
  ], BarComponent);
23
23
  export { BarComponent };
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BarComponent, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{ standalone: true, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, selector: 'odx-bar', template: "<ng-content select=\"button[odxBarButton], [odxBarLabel]\" />\n" }]
27
27
  }] });
@@ -6,11 +6,11 @@ import { BarLabelDirective } from './directives/bar-label.directive';
6
6
  import * as i0 from "@angular/core";
7
7
  const modules = [BarComponent, BarButtonDirective, BarLabelDirective];
8
8
  export class BarModule {
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: BarModule, imports: [BarComponent, BarButtonDirective, BarLabelDirective], exports: [CoreModule, BarComponent, BarButtonDirective, BarLabelDirective] }); }
11
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BarModule, imports: [CoreModule] }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: BarModule, imports: [BarComponent, BarButtonDirective, BarLabelDirective], exports: [CoreModule, BarComponent, BarButtonDirective, BarLabelDirective] }); }
11
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarModule, imports: [CoreModule] }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BarModule, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  imports: modules,
@@ -20,8 +20,8 @@ let BarButtonDirective = class BarButtonDirective {
20
20
  */
21
21
  this.variant = BarButtonVariant.DEFAULT;
22
22
  }
23
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BarButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
24
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: BarButtonDirective, isStandalone: true, selector: "button[odxBarButton]", inputs: { variant: "variant" }, host: { properties: { "class.is-disabled": "disabledController?.disabled" } }, providers: [DisabledController.connect()], ngImport: i0 }); }
23
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
24
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: BarButtonDirective, isStandalone: true, selector: "button[odxBarButton]", inputs: { variant: "variant" }, host: { properties: { "class.is-disabled": "disabledController?.disabled" } }, providers: [DisabledController.connect()], ngImport: i0 }); }
25
25
  };
26
26
  __decorate([
27
27
  CSSModifier(),
@@ -31,7 +31,7 @@ BarButtonDirective = __decorate([
31
31
  CSSComponent('bar-button')
32
32
  ], BarButtonDirective);
33
33
  export { BarButtonDirective };
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BarButtonDirective, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarButtonDirective, decorators: [{
35
35
  type: Directive,
36
36
  args: [{
37
37
  selector: 'button[odxBarButton]',
@@ -10,14 +10,14 @@ let BarLabelDirective = class BarLabelDirective {
10
10
  constructor() {
11
11
  this.element = injectElement();
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BarLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
14
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: BarLabelDirective, isStandalone: true, selector: "[odxBarLabel]", ngImport: i0 }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
14
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: BarLabelDirective, isStandalone: true, selector: "[odxBarLabel]", ngImport: i0 }); }
15
15
  };
16
16
  BarLabelDirective = __decorate([
17
17
  CSSComponent('bar-label')
18
18
  ], BarLabelDirective);
19
19
  export { BarLabelDirective };
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BarLabelDirective, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BarLabelDirective, decorators: [{
21
21
  type: Directive,
22
22
  args: [{
23
23
  selector: '[odxBarLabel]',
@@ -10,14 +10,14 @@ let BreadcrumbsComponent = class BreadcrumbsComponent {
10
10
  constructor() {
11
11
  this.element = injectElement();
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
14
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: BreadcrumbsComponent, isStandalone: true, selector: "odx-breadcrumbs", ngImport: i0, template: "<ng-content select=\"[odxLink]\" />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
14
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BreadcrumbsComponent, isStandalone: true, selector: "odx-breadcrumbs", ngImport: i0, template: "<ng-content select=\"[odxLink]\" />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
15
15
  };
16
16
  BreadcrumbsComponent = __decorate([
17
17
  CSSComponent('breadcrumbs')
18
18
  ], BreadcrumbsComponent);
19
19
  export { BreadcrumbsComponent };
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BreadcrumbsComponent, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BreadcrumbsComponent, decorators: [{
21
21
  type: Component,
22
22
  args: [{ selector: 'odx-breadcrumbs', standalone: true, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"[odxLink]\" />\n" }]
23
23
  }] });
@@ -31,8 +31,8 @@ let ButtonComponent = class ButtonComponent {
31
31
  */
32
32
  this.size = ButtonSize.MEDIUM;
33
33
  }
34
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
35
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: ButtonComponent, isStandalone: true, selector: "button[odxButton], a[odxButton]", inputs: { variant: "variant", size: "size" }, host: { properties: { "attr.type": "type || \"button\"" } }, hostDirectives: [{ directive: i1.WithDisabledState }], ngImport: i0, template: "<ng-content select=\"odx-icon:not([alignRight])\" />\n<ng-content />\n<ng-content select=\"odx-icon[alignRight]\" />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
35
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ButtonComponent, isStandalone: true, selector: "button[odxButton], a[odxButton]", inputs: { variant: "variant", size: "size" }, host: { properties: { "attr.type": "type || \"button\"" } }, hostDirectives: [{ directive: i1.WithDisabledState }], ngImport: i0, template: "<ng-content select=\"odx-icon:not([alignRight])\" />\n<ng-content />\n<ng-content select=\"odx-icon[alignRight]\" />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
36
36
  };
37
37
  __decorate([
38
38
  CSSModifier(),
@@ -46,7 +46,7 @@ ButtonComponent = __decorate([
46
46
  CSSComponent('button')
47
47
  ], ButtonComponent);
48
48
  export { ButtonComponent };
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ButtonComponent, decorators: [{
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ButtonComponent, decorators: [{
50
50
  type: Component,
51
51
  args: [{ standalone: true, selector: 'button[odxButton], a[odxButton]', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [WithDisabledState], host: {
52
52
  '[attr.type]': 'type || "button"',
@@ -5,10 +5,10 @@ export class ResponsiveButtonDirective {
5
5
  // eslint-disable-next-line @angular-eslint/no-input-rename
6
6
  this.breakpoint = null;
7
7
  }
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ResponsiveButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
9
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: ResponsiveButtonDirective, isStandalone: true, selector: "[odxButton][odxResponsiveButton]", inputs: { breakpoint: ["odxResponsiveButton", "breakpoint"] }, host: { properties: { "attr.data-breakpoint": "breakpoint" } }, ngImport: i0 }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ResponsiveButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
9
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: ResponsiveButtonDirective, isStandalone: true, selector: "[odxButton][odxResponsiveButton]", inputs: { breakpoint: ["odxResponsiveButton", "breakpoint"] }, host: { properties: { "attr.data-breakpoint": "breakpoint" } }, ngImport: i0 }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ResponsiveButtonDirective, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ResponsiveButtonDirective, decorators: [{
12
12
  type: Directive,
13
13
  args: [{
14
14
  standalone: true,
@@ -38,8 +38,8 @@ let ButtonGroupComponent = class ButtonGroupComponent {
38
38
  */
39
39
  this.reverse = false;
40
40
  }
41
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ButtonGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
42
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.12", type: ButtonGroupComponent, isStandalone: true, selector: "odx-button-group", inputs: { alignRight: ["alignRight", "alignRight", booleanAttribute], block: ["block", "block", booleanAttribute], vertical: ["vertical", "vertical", booleanAttribute], reverse: ["reverse", "reverse", booleanAttribute] }, ngImport: i0, template: "<ng-content select=\"button[odxButton], a[odxButton]\" />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
41
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ButtonGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
42
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.13", type: ButtonGroupComponent, isStandalone: true, selector: "odx-button-group", inputs: { alignRight: ["alignRight", "alignRight", booleanAttribute], block: ["block", "block", booleanAttribute], vertical: ["vertical", "vertical", booleanAttribute], reverse: ["reverse", "reverse", booleanAttribute] }, ngImport: i0, template: "<ng-content select=\"button[odxButton], a[odxButton]\" />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
43
43
  };
44
44
  __decorate([
45
45
  CSSModifier(),
@@ -61,7 +61,7 @@ ButtonGroupComponent = __decorate([
61
61
  CSSComponent('button-group')
62
62
  ], ButtonGroupComponent);
63
63
  export { ButtonGroupComponent };
64
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ButtonGroupComponent, decorators: [{
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ButtonGroupComponent, decorators: [{
65
65
  type: Component,
66
66
  args: [{ standalone: true, selector: 'odx-button-group', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"button[odxButton], a[odxButton]\" />\n" }]
67
67
  }], propDecorators: { alignRight: [{
@@ -87,15 +87,15 @@ let CalendarComponent = class CalendarComponent {
87
87
  this.daterange.setDateRange(this.selectedDateRange);
88
88
  }
89
89
  }
90
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
91
- 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 }); }
90
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
91
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", 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 }); }
92
92
  };
93
93
  CalendarComponent = __decorate([
94
94
  CSSComponent('calendar'),
95
95
  __metadata("design:paramtypes", [])
96
96
  ], CalendarComponent);
97
97
  export { CalendarComponent };
98
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarComponent, decorators: [{
98
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CalendarComponent, decorators: [{
99
99
  type: Component,
100
100
  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" }]
101
101
  }], ctorParameters: () => [], propDecorators: { selectedDate: [{
@@ -102,10 +102,10 @@ export class CalendarService {
102
102
  changeView(view) {
103
103
  this.calendarView$$.next(view);
104
104
  }
105
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
106
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarService }); }
105
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CalendarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
106
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CalendarService }); }
107
107
  }
108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarService, decorators: [{
108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CalendarService, decorators: [{
109
109
  type: Injectable
110
110
  }] });
111
111
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXIuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb21wb25lbnRzL2NhbGVuZGFyL3NyYy9saWIvY2FsZW5kYXIuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6RCxPQUFPLEVBQUUsU0FBUyxJQUFJLGFBQWEsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sVUFBVSxDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxFQUFFLEdBQUcsRUFBRSxLQUFLLEVBQUUsV0FBVyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQzlGLE9BQU8sRUFBRSxZQUFZLEVBQWdELHlCQUF5QixFQUFFLE1BQU0sVUFBVSxDQUFDO0FBQ2pILE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxTQUFTLENBQUM7O0FBRXBDOzs7O0dBSUc7QUFFSCxNQUFNLE9BQU8sZUFBZTtJQUQ1QjtRQUVtQixpQkFBWSxHQUFHLElBQUksZUFBZSxDQUFjLElBQUksQ0FBQyxDQUFDLENBQUMsd0RBQXdEO1FBQy9HLGtCQUFhLEdBQUcsSUFBSSxlQUFlLENBQWMsSUFBSSxDQUFDLENBQUMsQ0FBQyxzREFBc0Q7UUFDOUcsbUJBQWMsR0FBRyxJQUFJLGVBQWUsQ0FBZSxZQUFZLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDdkUsdUJBQWtCLEdBQUcsSUFBSSxlQUFlLENBQWtCO1lBQ3pFLElBQUksRUFBRSxJQUFJO1lBQ1YsT0FBTyxFQUFFLHlCQUF5QjtTQUNuQyxDQUFDLENBQUM7UUFFSDs7OztXQUlHO1FBQ2EsZ0JBQVcsR0FBRyxJQUFJLFlBQVksRUFBZSxDQUFDO1FBRTlEOzs7OztXQUtHO1FBQ2Esa0JBQWEsR0FBRyxJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsRUFBRSxVQUFVLEVBQUUsQ0FBQyxFQUFFLFFBQVEsRUFBRSxJQUFJLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFFekc7Ozs7V0FJRztRQUNhLHNCQUFpQixHQUFHLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxZQUFZLEVBQUUsQ0FBQztRQUUzRTs7OztXQUlHO1FBQ2Esa0JBQWEsR0FBRyxJQUFJLENBQUMsa0JBQWtCLENBQUMsSUFBSSxDQUMxRCxHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsRUFDbEIsV0FBVyxDQUFDLEVBQUUsVUFBVSxFQUFFLENBQUMsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLENBQUMsQ0FDL0MsQ0FBQztRQUVGOzs7OztXQUtHO1FBQ2EsZ0JBQVcsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FDbEQsTUFBTSxDQUFDLE9BQU8sQ0FBQyxFQUNmLG9CQUFvQixDQUFDLENBQUMsSUFBSSxFQUFFLElBQUksRUFBRSxFQUFFLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxJQUFJLENBQUMsQ0FBQyxFQUN6RCxXQUFXLENBQUMsRUFBRSxVQUFVLEVBQUUsQ0FBQyxFQUFFLFFBQVEsRUFBRSxJQUFJLEVBQUUsQ0FBQyxDQUMvQyxDQUFDO1FBRUY7Ozs7V0FJRztRQUNhLGlCQUFZLEdBQUcsS0FBSyxDQUFDLElBQUksQ0FBQyxZQUFZLEVBQUUsSUFBSSxDQUFDLGFBQWEsQ0FBQyxDQUFDLElBQUksQ0FDOUUsTUFBTSxDQUFDLE9BQU8sQ0FBQyxFQUNmLG9CQUFvQixDQUFDLENBQUMsSUFBSSxFQUFFLElBQUksRUFBRSxFQUFFLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxJQUFJLENBQUMsQ0FBQyxFQUN6RCxXQUFXLENBQUMsRUFBRSxVQUFVLEVBQUUsQ0FBQyxFQUFFLFFBQVEsRUFBRSxJQUFJLEVBQUUsQ0FBQyxDQUMvQyxDQUFDO0tBK0NIO0lBN0NDOzs7O09BSUc7SUFDSSxhQUFhLENBQUMsS0FBc0I7UUFDekMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxLQUFLLENBQUM7WUFBRSxPQUFPO1FBQ2xDLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDO0lBQzNDLENBQUM7SUFFRDs7OztPQUlHO0lBQ0ksY0FBYyxDQUFDLEtBQXNCO1FBQzFDLElBQUksQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDO1lBQUUsT0FBTztRQUNsQyxJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQztJQUM1QyxDQUFDO0lBRUQ7Ozs7Ozs7T0FPRztJQUNJLFVBQVUsQ0FBQyxLQUFzQixFQUFFLE9BQTJCO1FBQ25FLE1BQU0sSUFBSSxHQUFHLGFBQWEsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsVUFBVSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUM7UUFDeEUsSUFBSSxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxFQUFFLElBQUksRUFBRSxPQUFPLEVBQUUsRUFBRSxHQUFHLHlCQUF5QixFQUFFLEdBQUcsT0FBTyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1FBQzlGLElBQUksT0FBTyxFQUFFLFdBQVcsRUFBRSxDQUFDO1lBQ3pCLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO1FBQzlCLENBQUM7UUFDRCxJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzNCLENBQUM7SUFFRDs7OztPQUlHO0lBQ0ksVUFBVSxDQUFDLElBQWtCO1FBQ2xDLElBQUksQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ2pDLENBQUM7K0dBNUdVLGVBQWU7bUhBQWYsZUFBZTs7NEZBQWYsZUFBZTtrQkFEM0IsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEV2ZW50RW1pdHRlciwgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgaXNQcmVzZW50IGFzIGlzTm9uTnVsbGFibGUgfSBmcm9tICdAb2R4L2FuZ3VsYXIvdXRpbHMnO1xuaW1wb3J0IHsgaXNFcXVhbCwgc3RhcnRPZkRheSB9IGZyb20gJ2RhdGUtZm5zJztcbmltcG9ydCB7IEJlaGF2aW9yU3ViamVjdCwgZGlzdGluY3RVbnRpbENoYW5nZWQsIGZpbHRlciwgbWFwLCBtZXJnZSwgc2hhcmVSZXBsYXkgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IENhbGVuZGFyVmlldywgRGF0ZVNlbGVjdEV2ZW50LCBEYXRlU2VsZWN0T3B0aW9ucywgRGF0ZVR5cGUsIGRhdGVTZWxlY3RPcHRpb25zRGVmYXVsdHMgfSBmcm9tICcuL21vZGVscyc7XG5pbXBvcnQgeyBwYXJzZURhdGUgfSBmcm9tICcuL3V0aWxzJztcblxuLyoqXG4gKiBNYW5hZ2VzIHRoZSBzdGF0ZSBhbmQgZnVuY3Rpb25hbGl0eSByZWxhdGVkIHRvIGEgY2FsZW5kYXIsIHN1Y2ggYXMgdHJhY2tpbmcgdGhlIGFjdGl2ZSBkYXRlLFxuICogaG92ZXJlZCBkYXRlLCBjdXJyZW50IGNhbGVuZGFyIHZpZXcsIGFuZCBoYW5kbGluZyBkYXRlIHNlbGVjdGlvbnMuIEl0IHByb3ZpZGVzIG9ic2VydmFibGUgc3RyZWFtc1xuICogdGhhdCBjb21wb25lbnRzIGNhbiBzdWJzY3JpYmUgdG8gaW4gb3JkZXIgdG8gcmVhY3QgdG8gY2hhbmdlcyBpbiB0aGUgY2FsZW5kYXIncyBzdGF0ZS5cbiAqL1xuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIENhbGVuZGFyU2VydmljZSB7XG4gIHByaXZhdGUgcmVhZG9ubHkgYWN0aXZlRGF0ZSQkID0gbmV3IEJlaGF2aW9yU3ViamVjdDxEYXRlIHwgbnVsbD4obnVsbCk7IC8vIHRoZSBkYXRlIHRoYXQgaXMgYmVpbmcgZm9jdXNlZCBieSBjbGljayBvciBhcnJvdyBrZXlzXG4gIHByaXZhdGUgcmVhZG9ubHkgaG92ZXJlZERhdGUkJCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8RGF0ZSB8IG51bGw+KG51bGwpOyAvLyB0aGUgZGF0ZSB0aGF0IGlzIGJlaW5nIGhvdmVyZWQgYnkgYSBwb2ludGluZyBkZXZpY2VcbiAgcHJpdmF0ZSByZWFkb25seSBjYWxlbmRhclZpZXckJCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8Q2FsZW5kYXJWaWV3PihDYWxlbmRhclZpZXcuTW9udGgpO1xuICBwcml2YXRlIHJlYWRvbmx5IGRhdGVTZWxlY3RFdmVudHMkJCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8RGF0ZVNlbGVjdEV2ZW50Pih7XG4gICAgZGF0ZTogbnVsbCxcbiAgICBvcHRpb25zOiBkYXRlU2VsZWN0T3B0aW9uc0RlZmF1bHRzLFxuICB9KTtcblxuICAvKipcbiAgICogQ3VycmVudGx5IHNlbGVjdGVkIGRhdGUgdG8gZXh0ZXJuYWwgc3Vic2NyaWJlcnMsIHBhcnRpY3VsYXJseSB1c2VmdWwgZm9yIHR3by13YXkgYmluZGluZy5cbiAgICpcbiAgICogQGVtaXRzIHtEYXRlIHwgbnVsbH0gVGhlIGN1cnJlbnRseSBzZWxlY3RlZCBkYXRlIG9yIG51bGwgaWYgbm8gZGF0ZSBpcyBzZWxlY3RlZC5cbiAgICovXG4gIHB1YmxpYyByZWFkb25seSBvdXRwdXREYXRlJCA9IG5ldyBFdmVudEVtaXR0ZXI8RGF0ZSB8IG51bGw+KCk7XG5cbiAgLyoqXG4gICAqIEFuIG9ic2VydmFibGUgb2YgdGhlIGN1cnJlbnQgY2FsZW5kYXIgdmlldyBzdGF0ZSwgYWxsb3dpbmcgc3Vic2NyaWJlcnMgdG8gYWRqdXN0IFVJIGNvbXBvbmVudHNcbiAgICogYmFzZWQgb24gdGhlIHZpZXcgKGUuZy4sIG1vbnRoLCB5ZWFyLCBtdWx0aS15ZWFyKS5cbiAgICpcbiAgICogQGVtaXRzIHtDYWxlbmRhclZpZXd9IFRoZSBjdXJyZW50IGNhbGVuZGFyIHZpZXcgc3RhdGUuXG4gICAqL1xuICBwdWJsaWMgcmVhZG9ubHkgY2FsZW5kYXJWaWV3JCA9IHRoaXMuY2FsZW5kYXJWaWV3JCQucGlwZShzaGFyZVJlcGxheSh7IGJ1ZmZlclNpemU6IDEsIHJlZkNvdW50OiB0cnVlIH0pKTtcblxuICAvKipcbiAgICogU3RyZWFtcyBkYXRlIHNlbGVjdCBldmVudHMgd2hpY2ggaW5jbHVkZSB0aGUgc2VsZWN0ZWQgZGF0ZSBhbmQgYW55IGFzc29jaWF0ZWQgb3B0aW9ucy5cbiAgICpcbiAgICogQGVtaXRzIHtEYXRlU2VsZWN0RXZlbnR9IFRoZSBkYXRlIHNlbGVjdGlvbiBldmVudCwgaW5jbHVkaW5nIHRoZSBzZWxlY3RlZCBkYXRlIGFuZCBvcHRpb25zLlxuICAgKi9cbiAgcHVibGljIHJlYWRvbmx5IGRhdGVTZWxlY3RFdmVudHMkID0gdGhpcy5kYXRlU2VsZWN0RXZlbnRzJCQuYXNPYnNlcnZhYmxlKCk7XG5cbiAgLyoqXG4gICAqIFN0cmVhbXMgdGhlIGxhc3Qgc2VsZWN0ZWQgZGF0ZSwgZW5hYmxpbmcgY29tcG9uZW50cyB0byB1cGRhdGUgYmFzZWQgb24gdGhlIGxhdGVzdCBkYXRlIHNlbGVjdGlvbi5cbiAgICpcbiAgICogQGVtaXRzIHtEYXRlIHwgbnVsbH0gVGhlIGxhc3Qgc2VsZWN0ZWQgZGF0ZSBvciBudWxsIGlmIG5vIGRhdGUgaGFzIGJlZW4gc2VsZWN0ZWQuXG4gICAqL1xuICBwdWJsaWMgcmVhZG9ubHkgc2VsZWN0ZWREYXRlJCA9IHRoaXMuZGF0ZVNlbGVjdEV2ZW50cyQkLnBpcGUoXG4gICAgbWFwKCh4KSA9PiB4LmRhdGUpLFxuICAgIHNoYXJlUmVwbGF5KHsgYnVmZmVyU2l6ZTogMSwgcmVmQ291bnQ6IHRydWUgfSksXG4gICk7XG5cbiAgLyoqXG4gICAqIFN0cmVhbXMgdGhlIGFjdGl2ZSBkYXRlIHdoaWNoIHJlZmxlY3RzIHRoZSBkYXRlIHRoYXQgaXMgYmVpbmcgZm9jdXNlZCwgZWl0aGVyIHRocm91Z2ggVUkgaW50ZXJhY3Rpb25zXG4gICAqIGxpa2UgY2xpY2tpbmcgb3IgdXNpbmcgYXJyb3cga2V5cy5cbiAgICpcbiAgICogQGVtaXRzIHtEYXRlIHwgbnVsbH0gVGhlIGFjdGl2ZSBkYXRlIG9yIG51bGwgaWYgbm8gZGF0ZSBpcyBhY3RpdmUuXG4gICAqL1xuICBwdWJsaWMgcmVhZG9ubHkgYWN0aXZlRGF0ZSQgPSB0aGlzLmFjdGl2ZURhdGUkJC5waXBlKFxuICAgIGZpbHRlcihCb29sZWFuKSxcbiAgICBkaXN0aW5jdFVudGlsQ2hhbmdlZCgocHJldiwgY3VycikgPT4gaXNFcXVhbChwcmV2LCBjdXJyKSksXG4gICAgc2hhcmVSZXBsYXkoeyBidWZmZXJTaXplOiAxLCByZWZDb3VudDogdHJ1ZSB9KSxcbiAgKTtcblxuICAvKipcbiAgICogQ29tYmluZXMgc3RyZWFtcyBvZiBhY3RpdmUgYW5kIGhvdmVyZWQgZGF0ZXMgdG8gcHJvdmlkZSBhIG1lcmdlZCB2aWV3IG9mIHByZXZpZXcgZGF0ZXMuXG4gICAqXG4gICAqIEBlbWl0cyB7RGF0ZSB8IG51bGx9IFRoZSBwcmV2aWV3IGRhdGUgb3IgbnVsbCBpZiBubyBkYXRlIGlzIGJlaW5nIHByZXZpZXdlZC5cbiAgICovXG4gIHB1YmxpYyByZWFkb25seSBwcmV2aWV3RGF0ZSQgPSBtZXJnZSh0aGlzLmFjdGl2ZURhdGUkJCwgdGhpcy5ob3ZlcmVkRGF0ZSQkKS5waXBlKFxuICAgIGZpbHRlcihCb29sZWFuKSxcbiAgICBkaXN0aW5jdFVudGlsQ2hhbmdlZCgocHJldiwgY3VycikgPT4gaXNFcXVhbChwcmV2LCBjdXJyKSksXG4gICAgc2hhcmVSZXBsYXkoeyBidWZmZXJTaXplOiAxLCByZWZDb3VudDogdHJ1ZSB9KSxcbiAgKTtcblxuICAvKipcbiAgICogVXBkYXRlcyB0aGUgYWN0aXZlIGRhdGUgc3RhdGUgd2l0aCBhIG5ldyBkYXRlLCBwYXJzZWQgZnJvbSB2YXJpb3VzIGlucHV0IHR5cGVzLlxuICAgKlxuICAgKiBAcGFyYW0ge0RhdGVUeXBlIHwgbnVsbH0gdmFsdWUgLSBUaGUgbmV3IGRhdGUgb3IgbnVsbCB0byBjbGVhciB0aGUgYWN0aXZlIGRhdGUuXG4gICAqL1xuICBwdWJsaWMgc2V0QWN0aXZlRGF0ZSh2YWx1ZTogRGF0ZVR5cGUgfCBudWxsKTogdm9pZCB7XG4gICAgaWYgKCFpc05vbk51bGxhYmxlKHZhbHVlKSkgcmV0dXJuO1xuICAgIHRoaXMuYWN0aXZlRGF0ZSQkLm5leHQocGFyc2VEYXRlKHZhbHVlKSk7XG4gIH1cblxuICAvKipcbiAgICogU2V0cyBhIGRhdGUgYXMgaG92ZXJlZCwgd2hpY2ggY2FuIGJlIHVzZWQgdG8gcHJldmlldyBkYXRlIHJhbmdlcyBvciBlZmZlY3RzIGluIHRoZSBVSS5cbiAgICpcbiAgICogQHBhcmFtIHtEYXRlVHlwZSB8IG51bGx9IHZhbHVlIC0gVGhlIGRhdGUgYmVpbmcgaG92ZXJlZCBvciBudWxsIHRvIGNsZWFyIHRoZSBob3ZlcmVkIHN0YXRlLlxuICAgKi9cbiAgcHVibGljIHNldEhvdmVyZWREYXRlKHZhbHVlOiBEYXRlVHlwZSB8IG51bGwpOiB2b2lkIHtcbiAgICBpZiAoIWlzTm9uTnVsbGFibGUodmFsdWUpKSByZXR1cm47XG4gICAgdGhpcy5ob3ZlcmVkRGF0ZSQkLm5leHQocGFyc2VEYXRlKHZhbHVlKSk7XG4gIH1cblxuICAvKipcbiAgICogU2VsZWN0cyBhIGRhdGUgYW5kIHVwZGF0ZXMgcmVsZXZhbnQgc3RhdGVzIGFuZCBvcHRpb25zLiBDYW4gZW1pdCB0aGUgc2VsZWN0ZWQgZGF0ZSBleHRlcm5hbGx5XG4gICAqIGlmIHNwZWNpZmllZCBpbiB0aGUgb3B0aW9ucy5cbiAgICpcbiAgICogQHBhcmFtIHtEYXRlVHlwZSB8IG51bGx9IHZhbHVlIC0gVGhlIGRhdGUgdG8gc2VsZWN0LlxuICAgKiBAcGFyYW0ge0RhdGVTZWxlY3RPcHRpb25zfSBbb3B0aW9uc10gLSBPcHRpb25hbCBzZXR0aW5ncyBmb3IgdGhlIGRhdGUgc2VsZWN0aW9uLCBzdWNoIGFzIHdoZXRoZXJcbiAgICogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdG8gZW1pdCB0aGUgZGF0ZSBjaGFuZ2UgZXh0ZXJuYWxseS5cbiAgICovXG4gIHB1YmxpYyBzZWxlY3REYXRlKHZhbHVlOiBEYXRlVHlwZSB8IG51bGwsIG9wdGlvbnM/OiBEYXRlU2VsZWN0T3B0aW9ucyk6IHZvaWQge1xuICAgIGNvbnN0IGRhdGUgPSBpc05vbk51bGxhYmxlKHZhbHVlKSA/IHN0YXJ0T2ZEYXkocGFyc2VEYXRlKHZhbHVlKSkgOiBudWxsO1xuICAgIHRoaXMuZGF0ZVNlbGVjdEV2ZW50cyQkLm5leHQoeyBkYXRlLCBvcHRpb25zOiB7IC4uLmRhdGVTZWxlY3RPcHRpb25zRGVmYXVsdHMsIC4uLm9wdGlvbnMgfSB9KTtcbiAgICBpZiAob3B0aW9ucz8uZW1pdE91dHNpZGUpIHtcbiAgICAgIHRoaXMub3V0cHV0RGF0ZSQubmV4dChkYXRlKTtcbiAgICB9XG4gICAgdGhpcy5zZXRBY3RpdmVEYXRlKGRhdGUpO1xuICB9XG5cbiAgLyoqXG4gICAqIENoYW5nZXMgdGhlIGNhbGVuZGFyIHZpZXcgdG8gdGhlIHNwZWNpZmllZCB2aWV3LCB1cGRhdGluZyB0aGUgaW50ZXJuYWwgc3RhdGUgYW5kIG5vdGlmeWluZyBzdWJzY3JpYmVycy5cbiAgICpcbiAgICogQHBhcmFtIHtDYWxlbmRhclZpZXd9IHZpZXcgLSBUaGUgbmV3IHZpZXcgdG8gc2V0IGZvciB0aGUgY2FsZW5kYXIuXG4gICAqL1xuICBwdWJsaWMgY2hhbmdlVmlldyh2aWV3OiBDYWxlbmRhclZpZXcpOiB2b2lkIHtcbiAgICB0aGlzLmNhbGVuZGFyVmlldyQkLm5leHQodmlldyk7XG4gIH1cbn1cbiJdfQ==
@@ -67,14 +67,14 @@ let CalendarHeaderComponent = class CalendarHeaderComponent {
67
67
  return;
68
68
  this.next.emit(event);
69
69
  }
70
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
71
- 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: i1.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 }); }
70
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CalendarHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
71
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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: i1.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 }); }
72
72
  };
73
73
  CalendarHeaderComponent = __decorate([
74
74
  CSSComponent('calendar-header')
75
75
  ], CalendarHeaderComponent);
76
76
  export { CalendarHeaderComponent };
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CalendarHeaderComponent, decorators: [{
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CalendarHeaderComponent, decorators: [{
78
78
  type: Component,
79
79
  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" }]
80
80
  }], propDecorators: { activeDate: [{