@odx/angular 11.6.0 → 12.0.0

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 (392) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/breakpoints/lib/breakpoints.config.d.ts +1 -1
  3. package/breakpoints/lib/breakpoints.typings.d.ts +1 -2
  4. package/components/calendar/lib/calendar.config.d.ts +1 -1
  5. package/components/card/lib/card.config.d.ts +1 -1
  6. package/components/datepicker/lib/datepicker.config.d.ts +1 -1
  7. package/components/daterangepicker/lib/daterangepicker.config.d.ts +1 -1
  8. package/components/error-page/lib/error-page.config.d.ts +1 -1
  9. package/components/footer/lib/footer.config.d.ts +1 -1
  10. package/components/form-field/lib/form-field.config.d.ts +1 -1
  11. package/components/icon/lib/icon.config.d.ts +1 -1
  12. package/components/main-menu/lib/main-menu.config.d.ts +1 -1
  13. package/components/modal/lib/modal.config.d.ts +1 -1
  14. package/components/notification/lib/notification.config.d.ts +1 -1
  15. package/components/paginator/lib/paginator.config.d.ts +1 -1
  16. package/components/timepicker/lib/directives/timepicker-input-control.directive.d.ts +3 -3
  17. package/components/toast/lib/toast.config.d.ts +1 -1
  18. package/components/tooltip/lib/tooltip.config.d.ts +1 -1
  19. package/esm2022/breakpoints/lib/breakpoints.module.mjs +4 -4
  20. package/esm2022/breakpoints/lib/breakpoints.service.mjs +3 -3
  21. package/esm2022/breakpoints/lib/breakpoints.typings.mjs +1 -1
  22. package/esm2022/breakpoints/lib/directives/match-breakpoints.directive.mjs +3 -3
  23. package/esm2022/cdk/a11y/lib/a11y.module.mjs +4 -4
  24. package/esm2022/cdk/a11y/lib/directives/interactive.directive.mjs +3 -3
  25. package/esm2022/cdk/a11y/lib/directives/list-focus-manager-option.directive.mjs +3 -3
  26. package/esm2022/cdk/a11y/lib/directives/list-focus-manager.directive.mjs +3 -3
  27. package/esm2022/cdk/active-indicator/lib/active-indicator.directive.mjs +3 -3
  28. package/esm2022/cdk/autocomplete-control/lib/autocomplete-control.mjs +3 -3
  29. package/esm2022/cdk/checkbox-control/lib/checkbox-control.directive.mjs +3 -3
  30. package/esm2022/cdk/connected-overlay/lib/connected-overlay.component.mjs +3 -3
  31. package/esm2022/cdk/connected-overlay/lib/connected-overlay.service.mjs +3 -3
  32. package/esm2022/cdk/custom-form-control/lib/control.directive.mjs +3 -3
  33. package/esm2022/cdk/custom-form-control/lib/custom-form-control.mjs +3 -3
  34. package/esm2022/cdk/custom-form-control/lib/input-control.directive.mjs +3 -3
  35. package/esm2022/cdk/dynamic-view/lib/dynamic-view.component.mjs +3 -3
  36. package/esm2022/cdk/dynamic-view/lib/dynamic-view.directive.mjs +3 -3
  37. package/esm2022/cdk/dynamic-view/lib/dynamic-view.service.mjs +3 -3
  38. package/esm2022/cdk/event-plugins/lib/models/event-plugin.mjs +1 -1
  39. package/esm2022/cdk/event-plugins/lib/plugins/debounce-event-plugin.mjs +5 -5
  40. package/esm2022/cdk/event-plugins/lib/plugins/defer-event-plugin.mjs +5 -5
  41. package/esm2022/cdk/expandable/lib/directives/expandable-container.directive.mjs +3 -3
  42. package/esm2022/cdk/expandable/lib/directives/expandable-item.directive.mjs +3 -3
  43. package/esm2022/cdk/expandable/lib/expandable.module.mjs +4 -4
  44. package/esm2022/cdk/option-control/lib/option-control.mjs +3 -3
  45. package/esm2022/cdk/radio-group-control/lib/radio-control.directive.mjs +3 -3
  46. package/esm2022/cdk/radio-group-control/lib/radio-group-control.directive.mjs +3 -3
  47. package/esm2022/cdk/radio-group-control/lib/radio-group-control.module.mjs +4 -4
  48. package/esm2022/components/accordion/lib/accordion.component.mjs +3 -3
  49. package/esm2022/components/accordion/lib/accordion.module.mjs +4 -4
  50. package/esm2022/components/accordion/lib/components/accordion-item/accordion-item.component.mjs +3 -3
  51. package/esm2022/components/accordion/lib/directives/accordion-item-title.mjs +3 -3
  52. package/esm2022/components/action-group/action-group.component.mjs +3 -3
  53. package/esm2022/components/area-header/area-header.component.mjs +3 -3
  54. package/esm2022/components/area-header/area-header.module.mjs +4 -4
  55. package/esm2022/components/area-header/directives/area-header-content.directive.mjs +3 -3
  56. package/esm2022/components/area-header/directives/area-header-subtitle.directive.mjs +3 -3
  57. package/esm2022/components/autocomplete/lib/autocomplete.component.mjs +3 -3
  58. package/esm2022/components/autocomplete/lib/autocomplete.module.mjs +4 -4
  59. package/esm2022/components/autocomplete/lib/components/option/autocomplete-option.component.mjs +3 -3
  60. package/esm2022/components/autocomplete/lib/directives/autocomplete-input-control.directive.mjs +3 -3
  61. package/esm2022/components/autocomplete/lib/pipes/autocomplete-search-filter.pipe.mjs +3 -3
  62. package/esm2022/components/avatar/lib/avatar.component.mjs +3 -3
  63. package/esm2022/components/badge/lib/badge.component.mjs +3 -3
  64. package/esm2022/components/badge/lib/badge.directive.mjs +3 -3
  65. package/esm2022/components/bar/lib/bar.component.mjs +3 -3
  66. package/esm2022/components/bar/lib/bar.module.mjs +4 -4
  67. package/esm2022/components/bar/lib/directives/bar-button.directive.mjs +3 -3
  68. package/esm2022/components/bar/lib/directives/bar-label.directive.mjs +3 -3
  69. package/esm2022/components/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
  70. package/esm2022/components/button/lib/button.component.mjs +3 -3
  71. package/esm2022/components/button/lib/directives/responsive-button.directive.mjs +3 -3
  72. package/esm2022/components/button-group/lib/button-group.component.mjs +3 -3
  73. package/esm2022/components/calendar/lib/calendar.component.mjs +3 -3
  74. package/esm2022/components/calendar/lib/calendar.service.mjs +3 -3
  75. package/esm2022/components/calendar/lib/components/calendar-header/calendar-header.component.mjs +3 -3
  76. package/esm2022/components/calendar/lib/components/calendar-month/calendar-month.component.mjs +3 -3
  77. package/esm2022/components/calendar/lib/components/calendar-year/calendar-year.component.mjs +3 -3
  78. package/esm2022/components/calendar/lib/components/calendar-years/calendar-years.component.mjs +3 -3
  79. package/esm2022/components/calendar/lib/daterange.service.mjs +3 -3
  80. package/esm2022/components/calendar/lib/directives/calendar-cell.directive.mjs +3 -3
  81. package/esm2022/components/calendar/lib/directives/calendar-view.directive.mjs +3 -3
  82. package/esm2022/components/calendar/lib/pipes/date-label.pipe.mjs +3 -3
  83. package/esm2022/components/calendar/lib/services/calendar-month.service.mjs +3 -3
  84. package/esm2022/components/calendar/lib/services/calendar-year.service.mjs +3 -3
  85. package/esm2022/components/calendar/lib/services/calendar-years.service.mjs +3 -3
  86. package/esm2022/components/card/lib/card.component.mjs +3 -3
  87. package/esm2022/components/card/lib/card.module.mjs +4 -4
  88. package/esm2022/components/card/lib/components/card-footer/card-footer.component.mjs +3 -3
  89. package/esm2022/components/card/lib/components/card-image/card-image.component.mjs +3 -3
  90. package/esm2022/components/card/lib/components/launch-card-subtitle/launch-card-subtitle.component.mjs +3 -3
  91. package/esm2022/components/card/lib/directives/card-content.directive.mjs +3 -3
  92. package/esm2022/components/checkbox/lib/checkbox.component.mjs +3 -3
  93. package/esm2022/components/checkbox/lib/checkbox.module.mjs +4 -4
  94. package/esm2022/components/checkbox/lib/checkbox.validator.mjs +3 -3
  95. package/esm2022/components/chip/lib/components/chip/chip.component.mjs +3 -3
  96. package/esm2022/components/chip/lib/components/chip-list/chip-list.component.mjs +3 -3
  97. package/esm2022/components/chip/lib/components/chip-list-row/chip-list-row.component.mjs +3 -3
  98. package/esm2022/components/circular-progress/lib/circular-progress.component.mjs +3 -3
  99. package/esm2022/components/content-box/lib/content-box.component.mjs +3 -3
  100. package/esm2022/components/content-box/lib/content-box.module.mjs +4 -4
  101. package/esm2022/components/content-box/lib/directives/content-box-footer.directive.mjs +3 -3
  102. package/esm2022/components/content-box/lib/directives/content-box-header.directive.mjs +3 -3
  103. package/esm2022/components/datepicker/lib/datepicker.component.mjs +3 -3
  104. package/esm2022/components/datepicker/lib/datepicker.module.mjs +4 -4
  105. package/esm2022/components/datepicker/lib/directives/datepicker-input-control.directive.mjs +4 -4
  106. package/esm2022/components/daterangepicker/lib/daterangepicker.component.mjs +3 -3
  107. package/esm2022/components/daterangepicker/lib/daterangepicker.module.mjs +4 -4
  108. package/esm2022/components/daterangepicker/lib/directives/daterangepicker-input-control.directive.mjs +4 -4
  109. package/esm2022/components/daterangepicker/lib/range.validator.mjs +3 -3
  110. package/esm2022/components/daterangepicker/lib/required.validator.mjs +3 -3
  111. package/esm2022/components/dropdown/lib/dropdown.component.mjs +3 -3
  112. package/esm2022/components/dropdown/lib/dropdown.directive.mjs +3 -3
  113. package/esm2022/components/dropdown/lib/dropdown.module.mjs +4 -4
  114. package/esm2022/components/error-page/lib/error-page.component.mjs +3 -3
  115. package/esm2022/components/footer/lib/footer.component.mjs +3 -3
  116. package/esm2022/components/form-field/lib/components/form-field-info/form-field-info.component.mjs +3 -3
  117. package/esm2022/components/form-field/lib/components/form-group/form-group.component.mjs +3 -3
  118. package/esm2022/components/form-field/lib/directives/form-field-control.directive.mjs +3 -3
  119. package/esm2022/components/form-field/lib/directives/form-field-error.directive.mjs +3 -3
  120. package/esm2022/components/form-field/lib/directives/form-field-hint.directive.mjs +3 -3
  121. package/esm2022/components/form-field/lib/directives/form-field-label.directive.mjs +3 -3
  122. package/esm2022/components/form-field/lib/directives/form.directive.mjs +3 -3
  123. package/esm2022/components/form-field/lib/form-field.component.mjs +3 -3
  124. package/esm2022/components/form-field/lib/form-field.module.mjs +4 -4
  125. package/esm2022/components/form-field/lib/form-field.service.mjs +3 -3
  126. package/esm2022/components/form-field/lib/services/form-field-error.service.mjs +3 -3
  127. package/esm2022/components/header/lib/directives/header-avatar.directive.mjs +3 -3
  128. package/esm2022/components/header/lib/directives/header-title.directive.mjs +3 -3
  129. package/esm2022/components/header/lib/header.component.mjs +3 -3
  130. package/esm2022/components/header/lib/header.module.mjs +4 -4
  131. package/esm2022/components/header-navigation/lib/directives/header-navigation-link.directive.mjs +6 -6
  132. package/esm2022/components/header-navigation/lib/header-navigation.component.mjs +3 -3
  133. package/esm2022/components/header-navigation/lib/header-navigation.module.mjs +4 -4
  134. package/esm2022/components/icon/lib/icon.component.mjs +3 -3
  135. package/esm2022/components/inline-message/lib/inline-message.component.mjs +3 -3
  136. package/esm2022/components/link/link.directive.mjs +3 -3
  137. package/esm2022/components/list/lib/components/expandable-list-item/expandable-list-item.component.mjs +3 -3
  138. package/esm2022/components/list/lib/components/list-item/list-item.component.mjs +3 -3
  139. package/esm2022/components/list/lib/list.component.mjs +3 -3
  140. package/esm2022/components/list/lib/list.module.mjs +4 -4
  141. package/esm2022/components/loading-spinner/lib/loading-spinner.component.mjs +3 -3
  142. package/esm2022/components/loading-spinner/lib/loading-spinner.directive.mjs +3 -3
  143. package/esm2022/components/loading-spinner/lib/loading-spinner.module.mjs +4 -4
  144. package/esm2022/components/logo/logo.directive.mjs +3 -3
  145. package/esm2022/components/main-menu/lib/directives/main-menu-button.directive.mjs +3 -3
  146. package/esm2022/components/main-menu/lib/directives/main-menu-close.directive.mjs +3 -3
  147. package/esm2022/components/main-menu/lib/directives/main-menu-item.directive.mjs +3 -3
  148. package/esm2022/components/main-menu/lib/main-menu.component.mjs +3 -3
  149. package/esm2022/components/main-menu/lib/main-menu.module.mjs +4 -4
  150. package/esm2022/components/main-menu/lib/main-menu.service.mjs +3 -3
  151. package/esm2022/components/mainfilter-group/lib/mainfilter-group.component.mjs +3 -3
  152. package/esm2022/components/menu/lib/directives/menu-item.directive.mjs +3 -3
  153. package/esm2022/components/menu/lib/menu.component.mjs +3 -3
  154. package/esm2022/components/menu/lib/menu.directive.mjs +3 -3
  155. package/esm2022/components/menu/lib/menu.module.mjs +4 -4
  156. package/esm2022/components/modal/lib/components/basic-modal/basic-modal.component.mjs +3 -3
  157. package/esm2022/components/modal/lib/components/modal-footer/modal-footer.component.mjs +3 -3
  158. package/esm2022/components/modal/lib/components/modal-header/modal-header.component.mjs +3 -3
  159. package/esm2022/components/modal/lib/components/modal-hero/modal-hero.component.mjs +3 -3
  160. package/esm2022/components/modal/lib/directives/modal-close.directive.mjs +3 -3
  161. package/esm2022/components/modal/lib/directives/modal-content.directive.mjs +3 -3
  162. package/esm2022/components/modal/lib/directives/modal-dismiss.directive.mjs +3 -3
  163. package/esm2022/components/modal/lib/directives/prevent-form-method-dialog.directive.mjs +3 -3
  164. package/esm2022/components/modal/lib/directives/prevent-method-dialog.directive.mjs +3 -3
  165. package/esm2022/components/modal/lib/modal.component.mjs +3 -3
  166. package/esm2022/components/modal/lib/modal.directive.mjs +3 -3
  167. package/esm2022/components/modal/lib/modal.module.mjs +4 -4
  168. package/esm2022/components/modal/lib/modal.service.mjs +3 -3
  169. package/esm2022/components/navigation-back/lib/navigation-back.component.mjs +3 -3
  170. package/esm2022/components/notification/lib/components/notification-center/notification-center.component.mjs +3 -3
  171. package/esm2022/components/notification/lib/components/notification-item/notification-item.component.mjs +3 -3
  172. package/esm2022/components/notification/lib/directives/notification-center.directive.mjs +3 -3
  173. package/esm2022/components/notification/lib/notification.service.mjs +3 -3
  174. package/esm2022/components/notification/lib/services/notification-center.service.mjs +3 -3
  175. package/esm2022/components/paginator/lib/paginator.component.mjs +3 -3
  176. package/esm2022/components/paginator/lib/paginator.module.mjs +4 -4
  177. package/esm2022/components/progress/lib/progress.component.mjs +3 -3
  178. package/esm2022/components/radio-group/lib/components/radio-button/radio-button.component.mjs +3 -3
  179. package/esm2022/components/radio-group/lib/radio-group.component.mjs +3 -3
  180. package/esm2022/components/radio-group/lib/radio-group.module.mjs +4 -4
  181. package/esm2022/components/rail-navigation/lib/components/rail-navigation-item/rail-navigation-item.component.mjs +3 -3
  182. package/esm2022/components/rail-navigation/lib/rail-navigation.component.mjs +3 -3
  183. package/esm2022/components/rail-navigation/lib/rail-navigation.module.mjs +4 -4
  184. package/esm2022/components/rich-list/lib/components/rich-list-content/rich-list-content.component.mjs +3 -3
  185. package/esm2022/components/rich-list/lib/components/rich-list-item/rich-list-item.component.mjs +3 -3
  186. package/esm2022/components/rich-list/lib/components/rich-list-item-header/rich-list-item-header.component.mjs +3 -3
  187. package/esm2022/components/rich-list/lib/rich-list.component.mjs +3 -3
  188. package/esm2022/components/rich-list/lib/rich-list.module.mjs +4 -4
  189. package/esm2022/components/search-bar/lib/search-bar-control.directive.mjs +3 -3
  190. package/esm2022/components/search-bar/lib/search-bar.component.mjs +3 -3
  191. package/esm2022/components/search-bar/lib/search-bar.module.mjs +4 -4
  192. package/esm2022/components/select/lib/components/select-option/select-option.component.mjs +3 -3
  193. package/esm2022/components/select/lib/directives/select-input-control.directive.mjs +3 -3
  194. package/esm2022/components/select/lib/pipes/select-search-filter.pipe.mjs +3 -3
  195. package/esm2022/components/select/lib/select.component.mjs +3 -3
  196. package/esm2022/components/select/lib/select.module.mjs +4 -4
  197. package/esm2022/components/slider/lib/slider.directive.mjs +3 -3
  198. package/esm2022/components/spinbox/lib/spinbox.component.mjs +3 -3
  199. package/esm2022/components/switch/lib/switch.component.mjs +3 -3
  200. package/esm2022/components/switch/lib/switch.module.mjs +4 -4
  201. package/esm2022/components/switch/lib/switch.validator.mjs +3 -3
  202. package/esm2022/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.mjs +3 -3
  203. package/esm2022/components/tab-bar/lib/tab-bar.component.mjs +3 -3
  204. package/esm2022/components/tab-bar/lib/tab-bar.module.mjs +4 -4
  205. package/esm2022/components/table/lib/components/check-cell/check-cell.component.mjs +3 -3
  206. package/esm2022/components/table/lib/components/header-title/header-title.component.mjs +3 -3
  207. package/esm2022/components/table/lib/directives/table-cell.directive.mjs +3 -3
  208. package/esm2022/components/table/lib/directives/table-row.directive.mjs +3 -3
  209. package/esm2022/components/table/lib/table.component.mjs +3 -3
  210. package/esm2022/components/table/lib/table.module.mjs +4 -4
  211. package/esm2022/components/timepicker/lib/components/timepicker-option.component.mjs +3 -3
  212. package/esm2022/components/timepicker/lib/directives/timepicker-input-control.directive.mjs +5 -5
  213. package/esm2022/components/timepicker/lib/timepicker.component.mjs +3 -3
  214. package/esm2022/components/timepicker/lib/timepicker.module.mjs +4 -4
  215. package/esm2022/components/timepicker/lib/timepicker.service.mjs +3 -3
  216. package/esm2022/components/toast/lib/components/toast-container/toast-container.component.mjs +3 -3
  217. package/esm2022/components/toast/lib/components/toast-item/toast-item.component.mjs +3 -3
  218. package/esm2022/components/toast/lib/toast.module.mjs +4 -4
  219. package/esm2022/components/toast/lib/toast.service.mjs +3 -3
  220. package/esm2022/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.mjs +3 -3
  221. package/esm2022/components/toggle-button-group/lib/toggle-button-group.component.mjs +3 -3
  222. package/esm2022/components/toggle-button-group/lib/toggle-button-group.module.mjs +4 -4
  223. package/esm2022/components/tooltip/lib/tooltip.component.mjs +3 -3
  224. package/esm2022/components/tooltip/lib/tooltip.directive.mjs +3 -3
  225. package/esm2022/components/wizard/lib/components/wizard-step/wizard-step.component.mjs +3 -3
  226. package/esm2022/components/wizard/lib/wizard.component.mjs +3 -3
  227. package/esm2022/components/wizard/lib/wizard.module.mjs +4 -4
  228. package/esm2022/internal/translate/lib/pipes/translate.pipe.mjs +3 -3
  229. package/esm2022/lib/controllers/controller.mjs +3 -3
  230. package/esm2022/lib/controllers/disabled.controller.mjs +3 -3
  231. package/esm2022/lib/controllers/readonly.controller.mjs +3 -3
  232. package/esm2022/lib/core.module.mjs +4 -4
  233. package/esm2022/lib/directives/click-outside.directive.mjs +3 -3
  234. package/esm2022/lib/directives/delegate-focus.directive.mjs +3 -3
  235. package/esm2022/lib/directives/with-disabled-state.directive.mjs +3 -3
  236. package/esm2022/lib/directives/with-tabindex.directive.mjs +3 -3
  237. package/esm2022/lib/services/window-ref.mjs +3 -3
  238. package/esm2022/localization/lib/localization.service.mjs +3 -3
  239. package/esm2022/theming/lib/theming.service.mjs +3 -3
  240. package/esm2022/utils/lib/helpers/dom.mjs +3 -2
  241. package/esm2022/utils/lib/helpers/event-manager.mjs +3 -3
  242. package/fesm2022/odx-angular-animations.mjs.map +1 -1
  243. package/fesm2022/odx-angular-breakpoints.mjs +10 -10
  244. package/fesm2022/odx-angular-breakpoints.mjs.map +1 -1
  245. package/fesm2022/odx-angular-cdk-a11y.mjs +13 -13
  246. package/fesm2022/odx-angular-cdk-a11y.mjs.map +1 -1
  247. package/fesm2022/odx-angular-cdk-active-indicator.mjs +3 -3
  248. package/fesm2022/odx-angular-cdk-active-indicator.mjs.map +1 -1
  249. package/fesm2022/odx-angular-cdk-autocomplete-control.mjs +3 -3
  250. package/fesm2022/odx-angular-cdk-autocomplete-control.mjs.map +1 -1
  251. package/fesm2022/odx-angular-cdk-checkbox-control.mjs +3 -3
  252. package/fesm2022/odx-angular-cdk-checkbox-control.mjs.map +1 -1
  253. package/fesm2022/odx-angular-cdk-connected-overlay.mjs +6 -6
  254. package/fesm2022/odx-angular-cdk-connected-overlay.mjs.map +1 -1
  255. package/fesm2022/odx-angular-cdk-custom-form-control.mjs +9 -9
  256. package/fesm2022/odx-angular-cdk-custom-form-control.mjs.map +1 -1
  257. package/fesm2022/odx-angular-cdk-dynamic-view.mjs +9 -9
  258. package/fesm2022/odx-angular-cdk-dynamic-view.mjs.map +1 -1
  259. package/fesm2022/odx-angular-cdk-event-plugins.mjs +8 -8
  260. package/fesm2022/odx-angular-cdk-event-plugins.mjs.map +1 -1
  261. package/fesm2022/odx-angular-cdk-expandable.mjs +10 -10
  262. package/fesm2022/odx-angular-cdk-expandable.mjs.map +1 -1
  263. package/fesm2022/odx-angular-cdk-option-control.mjs +3 -3
  264. package/fesm2022/odx-angular-cdk-option-control.mjs.map +1 -1
  265. package/fesm2022/odx-angular-cdk-radio-group-control.mjs +10 -10
  266. package/fesm2022/odx-angular-cdk-radio-group-control.mjs.map +1 -1
  267. package/fesm2022/odx-angular-components-accordion.mjs +13 -13
  268. package/fesm2022/odx-angular-components-accordion.mjs.map +1 -1
  269. package/fesm2022/odx-angular-components-action-group.mjs +3 -3
  270. package/fesm2022/odx-angular-components-action-group.mjs.map +1 -1
  271. package/fesm2022/odx-angular-components-area-header.mjs +13 -13
  272. package/fesm2022/odx-angular-components-area-header.mjs.map +1 -1
  273. package/fesm2022/odx-angular-components-autocomplete.mjs +16 -16
  274. package/fesm2022/odx-angular-components-autocomplete.mjs.map +1 -1
  275. package/fesm2022/odx-angular-components-avatar.mjs +3 -3
  276. package/fesm2022/odx-angular-components-avatar.mjs.map +1 -1
  277. package/fesm2022/odx-angular-components-badge.mjs +6 -6
  278. package/fesm2022/odx-angular-components-badge.mjs.map +1 -1
  279. package/fesm2022/odx-angular-components-bar.mjs +13 -13
  280. package/fesm2022/odx-angular-components-bar.mjs.map +1 -1
  281. package/fesm2022/odx-angular-components-breadcrumbs.mjs +3 -3
  282. package/fesm2022/odx-angular-components-breadcrumbs.mjs.map +1 -1
  283. package/fesm2022/odx-angular-components-button-group.mjs +3 -3
  284. package/fesm2022/odx-angular-components-button-group.mjs.map +1 -1
  285. package/fesm2022/odx-angular-components-button.mjs +6 -6
  286. package/fesm2022/odx-angular-components-button.mjs.map +1 -1
  287. package/fesm2022/odx-angular-components-calendar.mjs +39 -39
  288. package/fesm2022/odx-angular-components-calendar.mjs.map +1 -1
  289. package/fesm2022/odx-angular-components-card.mjs +19 -19
  290. package/fesm2022/odx-angular-components-card.mjs.map +1 -1
  291. package/fesm2022/odx-angular-components-checkbox.mjs +10 -10
  292. package/fesm2022/odx-angular-components-checkbox.mjs.map +1 -1
  293. package/fesm2022/odx-angular-components-chip.mjs +9 -9
  294. package/fesm2022/odx-angular-components-chip.mjs.map +1 -1
  295. package/fesm2022/odx-angular-components-circular-progress.mjs +3 -3
  296. package/fesm2022/odx-angular-components-circular-progress.mjs.map +1 -1
  297. package/fesm2022/odx-angular-components-content-box.mjs +13 -13
  298. package/fesm2022/odx-angular-components-content-box.mjs.map +1 -1
  299. package/fesm2022/odx-angular-components-datepicker.mjs +10 -10
  300. package/fesm2022/odx-angular-components-datepicker.mjs.map +1 -1
  301. package/fesm2022/odx-angular-components-daterangepicker.mjs +16 -16
  302. package/fesm2022/odx-angular-components-daterangepicker.mjs.map +1 -1
  303. package/fesm2022/odx-angular-components-dropdown.mjs +10 -10
  304. package/fesm2022/odx-angular-components-dropdown.mjs.map +1 -1
  305. package/fesm2022/odx-angular-components-error-page.mjs +3 -3
  306. package/fesm2022/odx-angular-components-error-page.mjs.map +1 -1
  307. package/fesm2022/odx-angular-components-footer.mjs +3 -3
  308. package/fesm2022/odx-angular-components-footer.mjs.map +1 -1
  309. package/fesm2022/odx-angular-components-form-field.mjs +34 -34
  310. package/fesm2022/odx-angular-components-form-field.mjs.map +1 -1
  311. package/fesm2022/odx-angular-components-header-navigation.mjs +13 -13
  312. package/fesm2022/odx-angular-components-header-navigation.mjs.map +1 -1
  313. package/fesm2022/odx-angular-components-header.mjs +13 -13
  314. package/fesm2022/odx-angular-components-header.mjs.map +1 -1
  315. package/fesm2022/odx-angular-components-icon.mjs +3 -3
  316. package/fesm2022/odx-angular-components-icon.mjs.map +1 -1
  317. package/fesm2022/odx-angular-components-inline-message.mjs +3 -3
  318. package/fesm2022/odx-angular-components-inline-message.mjs.map +1 -1
  319. package/fesm2022/odx-angular-components-link.mjs +3 -3
  320. package/fesm2022/odx-angular-components-link.mjs.map +1 -1
  321. package/fesm2022/odx-angular-components-list.mjs +13 -13
  322. package/fesm2022/odx-angular-components-list.mjs.map +1 -1
  323. package/fesm2022/odx-angular-components-loading-spinner.mjs +10 -10
  324. package/fesm2022/odx-angular-components-loading-spinner.mjs.map +1 -1
  325. package/fesm2022/odx-angular-components-logo.mjs +3 -3
  326. package/fesm2022/odx-angular-components-logo.mjs.map +1 -1
  327. package/fesm2022/odx-angular-components-main-menu.mjs +19 -19
  328. package/fesm2022/odx-angular-components-main-menu.mjs.map +1 -1
  329. package/fesm2022/odx-angular-components-mainfilter-group.mjs +3 -3
  330. package/fesm2022/odx-angular-components-mainfilter-group.mjs.map +1 -1
  331. package/fesm2022/odx-angular-components-menu.mjs +13 -13
  332. package/fesm2022/odx-angular-components-menu.mjs.map +1 -1
  333. package/fesm2022/odx-angular-components-modal.mjs +40 -40
  334. package/fesm2022/odx-angular-components-modal.mjs.map +1 -1
  335. package/fesm2022/odx-angular-components-navigation-back.mjs +3 -3
  336. package/fesm2022/odx-angular-components-navigation-back.mjs.map +1 -1
  337. package/fesm2022/odx-angular-components-notification-testing.mjs.map +1 -1
  338. package/fesm2022/odx-angular-components-notification.mjs +15 -15
  339. package/fesm2022/odx-angular-components-notification.mjs.map +1 -1
  340. package/fesm2022/odx-angular-components-paginator.mjs +7 -7
  341. package/fesm2022/odx-angular-components-paginator.mjs.map +1 -1
  342. package/fesm2022/odx-angular-components-progress.mjs +3 -3
  343. package/fesm2022/odx-angular-components-progress.mjs.map +1 -1
  344. package/fesm2022/odx-angular-components-radio-group.mjs +10 -10
  345. package/fesm2022/odx-angular-components-radio-group.mjs.map +1 -1
  346. package/fesm2022/odx-angular-components-rail-navigation.mjs +10 -10
  347. package/fesm2022/odx-angular-components-rail-navigation.mjs.map +1 -1
  348. package/fesm2022/odx-angular-components-rich-list.mjs +16 -16
  349. package/fesm2022/odx-angular-components-rich-list.mjs.map +1 -1
  350. package/fesm2022/odx-angular-components-search-bar.mjs +10 -10
  351. package/fesm2022/odx-angular-components-search-bar.mjs.map +1 -1
  352. package/fesm2022/odx-angular-components-select.mjs +16 -16
  353. package/fesm2022/odx-angular-components-select.mjs.map +1 -1
  354. package/fesm2022/odx-angular-components-slider.mjs +3 -3
  355. package/fesm2022/odx-angular-components-slider.mjs.map +1 -1
  356. package/fesm2022/odx-angular-components-spinbox.mjs +3 -3
  357. package/fesm2022/odx-angular-components-spinbox.mjs.map +1 -1
  358. package/fesm2022/odx-angular-components-switch.mjs +10 -10
  359. package/fesm2022/odx-angular-components-switch.mjs.map +1 -1
  360. package/fesm2022/odx-angular-components-tab-bar.mjs +10 -10
  361. package/fesm2022/odx-angular-components-tab-bar.mjs.map +1 -1
  362. package/fesm2022/odx-angular-components-table.mjs +19 -19
  363. package/fesm2022/odx-angular-components-table.mjs.map +1 -1
  364. package/fesm2022/odx-angular-components-timepicker.mjs +17 -17
  365. package/fesm2022/odx-angular-components-timepicker.mjs.map +1 -1
  366. package/fesm2022/odx-angular-components-toast.mjs +13 -13
  367. package/fesm2022/odx-angular-components-toast.mjs.map +1 -1
  368. package/fesm2022/odx-angular-components-toggle-button-group.mjs +10 -10
  369. package/fesm2022/odx-angular-components-toggle-button-group.mjs.map +1 -1
  370. package/fesm2022/odx-angular-components-tooltip.mjs +6 -6
  371. package/fesm2022/odx-angular-components-tooltip.mjs.map +1 -1
  372. package/fesm2022/odx-angular-components-wizard.mjs +10 -10
  373. package/fesm2022/odx-angular-components-wizard.mjs.map +1 -1
  374. package/fesm2022/odx-angular-internal-translate.mjs +3 -3
  375. package/fesm2022/odx-angular-internal-translate.mjs.map +1 -1
  376. package/fesm2022/odx-angular-internal.mjs.map +1 -1
  377. package/fesm2022/odx-angular-localization.mjs +3 -3
  378. package/fesm2022/odx-angular-localization.mjs.map +1 -1
  379. package/fesm2022/odx-angular-rxjs.mjs.map +1 -1
  380. package/fesm2022/odx-angular-sdk.mjs.map +1 -1
  381. package/fesm2022/odx-angular-theming.mjs +3 -3
  382. package/fesm2022/odx-angular-theming.mjs.map +1 -1
  383. package/fesm2022/odx-angular-utils.mjs +5 -4
  384. package/fesm2022/odx-angular-utils.mjs.map +1 -1
  385. package/fesm2022/odx-angular.mjs +28 -28
  386. package/fesm2022/odx-angular.mjs.map +1 -1
  387. package/internal/lib/helpers/deepmerge.d.ts +1 -1
  388. package/localization/lib/localization.config.d.ts +1 -1
  389. package/package.json +13 -13
  390. package/theming/lib/theming.config.d.ts +1 -1
  391. package/utils/lib/helpers/dom.d.ts +1 -1
  392. package/utils/lib/helpers/provide-config.d.ts +1 -1
@@ -11,8 +11,8 @@ let HeaderNavigationComponent = class HeaderNavigationComponent {
11
11
  constructor() {
12
12
  this.element = injectElement();
13
13
  }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HeaderNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.12", type: HeaderNavigationComponent, isStandalone: true, selector: "odx-header-navigation", inputs: { centered: ["centered", "centered", booleanAttribute] }, ngImport: i0, template: "<odx-action-group class=\"odx-header-navigation__inner\">\n <ng-content select=\"ng-template, [odxHeaderNavigationLink]\" ngProjectAs=\"[odxButton]\" />\n</odx-action-group>\n", dependencies: [{ kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: HeaderNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.12", type: HeaderNavigationComponent, isStandalone: true, selector: "odx-header-navigation", inputs: { centered: ["centered", "centered", booleanAttribute] }, ngImport: i0, template: "<odx-action-group class=\"odx-header-navigation__inner\">\n <ng-content select=\"ng-template, [odxHeaderNavigationLink]\" ngProjectAs=\"[odxButton]\" />\n</odx-action-group>\n", dependencies: [{ kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
16
16
  };
17
17
  __decorate([
18
18
  CSSModifier(),
@@ -22,7 +22,7 @@ HeaderNavigationComponent = __decorate([
22
22
  CSSComponent('header-navigation')
23
23
  ], HeaderNavigationComponent);
24
24
  export { HeaderNavigationComponent };
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HeaderNavigationComponent, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: HeaderNavigationComponent, decorators: [{
26
26
  type: Component,
27
27
  args: [{ standalone: true, selector: 'odx-header-navigation', imports: [ActionGroupComponent], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<odx-action-group class=\"odx-header-navigation__inner\">\n <ng-content select=\"ng-template, [odxHeaderNavigationLink]\" ngProjectAs=\"[odxButton]\" />\n</odx-action-group>\n" }]
28
28
  }], propDecorators: { centered: [{
@@ -5,11 +5,11 @@ import { HeaderNavigationComponent } from './header-navigation.component';
5
5
  import * as i0 from "@angular/core";
6
6
  const modules = [HeaderNavigationComponent, HeaderNavigationLinkDirective, HeaderNavigationRouterLinkDirective];
7
7
  export class HeaderNavigationModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HeaderNavigationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: HeaderNavigationModule, imports: [HeaderNavigationComponent, HeaderNavigationLinkDirective, HeaderNavigationRouterLinkDirective], exports: [CoreModule, HeaderNavigationComponent, HeaderNavigationLinkDirective, HeaderNavigationRouterLinkDirective] }); }
10
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HeaderNavigationModule, imports: [HeaderNavigationComponent, CoreModule] }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: HeaderNavigationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: HeaderNavigationModule, imports: [HeaderNavigationComponent, HeaderNavigationLinkDirective, HeaderNavigationRouterLinkDirective], exports: [CoreModule, HeaderNavigationComponent, HeaderNavigationLinkDirective, HeaderNavigationRouterLinkDirective] }); }
10
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: HeaderNavigationModule, imports: [HeaderNavigationComponent, CoreModule] }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HeaderNavigationModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: HeaderNavigationModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: modules,
@@ -55,8 +55,8 @@ let IconComponent = class IconComponent {
55
55
  this.name = name;
56
56
  this.iconSet = iconSet;
57
57
  }
58
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
59
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.12", type: IconComponent, isStandalone: true, selector: "odx-icon", inputs: { inline: ["inline", "inline", booleanAttribute], size: "size", name: "name", iconSet: ["iconSet", "iconSet", (value) => (isIconSet(value) ? value : null)], identifier: "identifier" }, host: { attributes: { "translate": "no" }, properties: { "class.notranslate": "true", "attr.data-icon-name": "name", "attr.data-icon-set": "iconSet" } }, ngImport: i0, template: '<span></span>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
58
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: IconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
59
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.12", type: IconComponent, isStandalone: true, selector: "odx-icon", inputs: { inline: ["inline", "inline", booleanAttribute], size: "size", name: "name", iconSet: ["iconSet", "iconSet", (value) => (isIconSet(value) ? value : null)], identifier: "identifier" }, host: { attributes: { "translate": "no" }, properties: { "class.notranslate": "true", "attr.data-icon-name": "name", "attr.data-icon-set": "iconSet" } }, ngImport: i0, template: '<span></span>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
60
60
  };
61
61
  __decorate([
62
62
  CSSModifier(),
@@ -70,7 +70,7 @@ IconComponent = __decorate([
70
70
  CSSComponent('icon')
71
71
  ], IconComponent);
72
72
  export { IconComponent };
73
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IconComponent, decorators: [{
73
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: IconComponent, decorators: [{
74
74
  type: Component,
75
75
  args: [{
76
76
  selector: 'odx-icon',
@@ -39,8 +39,8 @@ let InlineMessageComponent = class InlineMessageComponent {
39
39
  return 'info';
40
40
  }
41
41
  }
42
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InlineMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
43
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: InlineMessageComponent, isStandalone: true, selector: "odx-inline-message", inputs: { variant: "variant" }, ngImport: i0, template: "<odx-icon size=\"medium\" [name]=\"icon\" iconSet=\"core\" />\n<div class=\"odx-inline-message__content\">\n <ng-content />\n</div>\n", dependencies: [{ kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
42
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: InlineMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
43
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: InlineMessageComponent, isStandalone: true, selector: "odx-inline-message", inputs: { variant: "variant" }, ngImport: i0, template: "<odx-icon size=\"medium\" [name]=\"icon\" iconSet=\"core\" />\n<div class=\"odx-inline-message__content\">\n <ng-content />\n</div>\n", dependencies: [{ kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
44
44
  };
45
45
  __decorate([
46
46
  CSSModifier(),
@@ -50,7 +50,7 @@ InlineMessageComponent = __decorate([
50
50
  CSSComponent('inline-message')
51
51
  ], InlineMessageComponent);
52
52
  export { InlineMessageComponent };
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InlineMessageComponent, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: InlineMessageComponent, decorators: [{
54
54
  type: Component,
55
55
  args: [{ selector: 'odx-inline-message', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [IconComponent], template: "<odx-icon size=\"medium\" [name]=\"icon\" iconSet=\"core\" />\n<div class=\"odx-inline-message__content\">\n <ng-content />\n</div>\n" }]
56
56
  }], propDecorators: { variant: [{
@@ -12,14 +12,14 @@ let LinkDirective = class LinkDirective {
12
12
  constructor() {
13
13
  this.element = injectElement();
14
14
  }
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
16
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: LinkDirective, isStandalone: true, selector: "a[odxLink]", hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }], ngImport: i0 }); }
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
16
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: LinkDirective, isStandalone: true, selector: "a[odxLink]", hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }], ngImport: i0 }); }
17
17
  };
18
18
  LinkDirective = __decorate([
19
19
  CSSComponent('link')
20
20
  ], LinkDirective);
21
21
  export { LinkDirective };
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LinkDirective, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LinkDirective, decorators: [{
23
23
  type: Directive,
24
24
  args: [{
25
25
  selector: 'a[odxLink]',
@@ -24,8 +24,8 @@ let ExpandableListItemComponent = class ExpandableListItemComponent {
24
24
  this.element = injectElement();
25
25
  this.interactive = true;
26
26
  }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ExpandableListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
28
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: ExpandableListItemComponent, isStandalone: true, selector: "odx-expandable-list-item", inputs: { interactive: ["interactive", "interactive", booleanAttribute] }, host: { properties: { "class.odx-expandable-list-item--expanded": "expandableItem.expanded" } }, providers: [DisabledController.connect()], hostDirectives: [{ directive: i1.ExpandableItemDirective, inputs: ["expanded", "expanded", "id", "id", "container", "container"] }], ngImport: i0, template: "<div class=\"odx-expandable-list-item__header\" (click)=\"interactive && expandableItem.toggle()\">\n <ng-content select=\"odx-list-item, [odxListItem]\" />\n <odx-action-group class=\"odx-expandable-list-item__action\">\n <button odxButton (click)=\"!interactive && expandableItem.toggle()\">\n <odx-icon [class.odx-expandable-list-item__icon--expanded]=\"expandableItem.expanded\" name=\"chevron-down\" iconSet=\"core\" />\n </button>\n </odx-action-group>\n</div>\n@if (expandableItem.expanded) {\n <div @expandSlotAnimation class=\"odx-expandable-list-item__slot\">\n <ng-content select=\"odx-list\" />\n </div>\n}\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { 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"] }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }], animations: [trigger('expandSlotAnimation', [transition(':enter', [useAnimation(expand)]), transition(':leave', [useAnimation(collapse)])])], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
27
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ExpandableListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
28
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: ExpandableListItemComponent, isStandalone: true, selector: "odx-expandable-list-item", inputs: { interactive: ["interactive", "interactive", booleanAttribute] }, host: { properties: { "class.odx-expandable-list-item--expanded": "expandableItem.expanded" } }, providers: [DisabledController.connect()], hostDirectives: [{ directive: i1.ExpandableItemDirective, inputs: ["expanded", "expanded", "id", "id", "container", "container"] }], ngImport: i0, template: "<div class=\"odx-expandable-list-item__header\" (click)=\"interactive && expandableItem.toggle()\">\n <ng-content select=\"odx-list-item, [odxListItem]\" />\n <odx-action-group class=\"odx-expandable-list-item__action\">\n <button odxButton (click)=\"!interactive && expandableItem.toggle()\">\n <odx-icon [class.odx-expandable-list-item__icon--expanded]=\"expandableItem.expanded\" name=\"chevron-down\" iconSet=\"core\" />\n </button>\n </odx-action-group>\n</div>\n@if (expandableItem.expanded) {\n <div @expandSlotAnimation class=\"odx-expandable-list-item__slot\">\n <ng-content select=\"odx-list\" />\n </div>\n}\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { 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"] }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }], animations: [trigger('expandSlotAnimation', [transition(':enter', [useAnimation(expand)]), transition(':leave', [useAnimation(collapse)])])], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
29
29
  };
30
30
  __decorate([
31
31
  CSSModifier(),
@@ -35,7 +35,7 @@ ExpandableListItemComponent = __decorate([
35
35
  CSSComponent('expandable-list-item')
36
36
  ], ExpandableListItemComponent);
37
37
  export { ExpandableListItemComponent };
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ExpandableListItemComponent, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ExpandableListItemComponent, decorators: [{
39
39
  type: Component,
40
40
  args: [{ standalone: true, selector: 'odx-expandable-list-item', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [CoreModule, ButtonComponent, IconComponent, ActionGroupComponent], providers: [DisabledController.connect()], hostDirectives: [{ directive: ExpandableItemDirective, inputs: ['expanded', 'id', 'container'] }], host: {
41
41
  '[class.odx-expandable-list-item--expanded]': 'expandableItem.expanded',
@@ -48,8 +48,8 @@ let ListItemComponent = class ListItemComponent {
48
48
  this.withTabIndex.setTabindex(this.muted ? -1 : null);
49
49
  }
50
50
  }
51
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
52
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.12", type: ListItemComponent, isStandalone: true, selector: "odx-list-item, [odxListItem]", inputs: { danger: ["danger", "danger", booleanAttribute], variant: "variant", muted: ["muted", "muted", booleanAttribute], selected: ["selected", "selected", booleanAttribute] }, host: { properties: { "class.is-selected": "this.selected" } }, usesOnChanges: true, hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }], ngImport: i0, template: "<ng-content select=\"[odxListPrefix], [odxListItemPrefix]\" />\n<div class=\"odx-list-item__content\">\n <ng-content />\n</div>\n<ng-content select=\"[odxListSuffix], [odxListItemSuffix]\" />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
51
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
52
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.12", type: ListItemComponent, isStandalone: true, selector: "odx-list-item, [odxListItem]", inputs: { danger: ["danger", "danger", booleanAttribute], variant: "variant", muted: ["muted", "muted", booleanAttribute], selected: ["selected", "selected", booleanAttribute] }, host: { properties: { "class.is-selected": "this.selected" } }, usesOnChanges: true, hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }], ngImport: i0, template: "<ng-content select=\"[odxListPrefix], [odxListItemPrefix]\" />\n<div class=\"odx-list-item__content\">\n <ng-content />\n</div>\n<ng-content select=\"[odxListSuffix], [odxListItemSuffix]\" />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
53
53
  };
54
54
  __decorate([
55
55
  CSSModifier(),
@@ -67,7 +67,7 @@ ListItemComponent = __decorate([
67
67
  CSSComponent('list-item')
68
68
  ], ListItemComponent);
69
69
  export { ListItemComponent };
70
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ListItemComponent, decorators: [{
70
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ListItemComponent, decorators: [{
71
71
  type: Component,
72
72
  args: [{ standalone: true, selector: 'odx-list-item, [odxListItem]', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [WithDisabledState, WithTabIndex], template: "<ng-content select=\"[odxListPrefix], [odxListItemPrefix]\" />\n<div class=\"odx-list-item__content\">\n <ng-content />\n</div>\n<ng-content select=\"[odxListSuffix], [odxListItemSuffix]\" />\n" }]
73
73
  }], propDecorators: { danger: [{
@@ -15,14 +15,14 @@ let ListComponent = class ListComponent {
15
15
  constructor() {
16
16
  this.element = injectElement();
17
17
  }
18
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
19
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ListComponent, isStandalone: true, selector: "odx-list", hostDirectives: [{ directive: i1.ExpandableContainerDirective, inputs: ["multiple", "multiple"] }], ngImport: i0, template: "<ng-content select=\"odx-list, odx-list-item, [odxListItem], odx-expandable-list-item\" />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
18
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
19
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: ListComponent, isStandalone: true, selector: "odx-list", hostDirectives: [{ directive: i1.ExpandableContainerDirective, inputs: ["multiple", "multiple"] }], ngImport: i0, template: "<ng-content select=\"odx-list, odx-list-item, [odxListItem], odx-expandable-list-item\" />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
20
20
  };
21
21
  ListComponent = __decorate([
22
22
  CSSComponent('list')
23
23
  ], ListComponent);
24
24
  export { ListComponent };
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ListComponent, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ListComponent, decorators: [{
26
26
  type: Component,
27
27
  args: [{ selector: 'odx-list', standalone: true, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [{ directive: ExpandableContainerDirective, inputs: ['multiple'] }], template: "<ng-content select=\"odx-list, odx-list-item, [odxListItem], odx-expandable-list-item\" />\n" }]
28
28
  }] });
@@ -5,11 +5,11 @@ import { ListComponent } from './list.component';
5
5
  import * as i0 from "@angular/core";
6
6
  const modules = [ListComponent, ListItemComponent, ExpandableListItemComponent, IconComponent];
7
7
  export class ListModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ListModule, imports: [ListComponent, ListItemComponent, ExpandableListItemComponent, IconComponent], exports: [ListComponent, ListItemComponent, ExpandableListItemComponent, IconComponent] }); }
10
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ListModule, imports: [ExpandableListItemComponent, IconComponent] }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: ListModule, imports: [ListComponent, ListItemComponent, ExpandableListItemComponent, IconComponent], exports: [ListComponent, ListItemComponent, ExpandableListItemComponent, IconComponent] }); }
10
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ListModule, imports: [ExpandableListItemComponent, IconComponent] }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ListModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ListModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: modules,
@@ -46,8 +46,8 @@ let LoadingSpinnerComponent = class LoadingSpinnerComponent {
46
46
  }
47
47
  return null;
48
48
  }
49
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoadingSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
50
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: LoadingSpinnerComponent, isStandalone: true, selector: "odx-loading-spinner", inputs: { autoColor: "autoColor" }, host: { listeners: { "@hostAnimation.done": "animationFinished($event)" }, properties: { "@hostAnimation": "true" } }, ngImport: i0, template: "<odx-circular-progress size=\"auto\" value=\"-1\" />\n<div class=\"odx-loading-spinner__backdrop\" [style.backgroundColor]=\"backgroundColor\"></div>\n", dependencies: [{ kind: "component", type: CircularProgressComponent, selector: "odx-circular-progress", inputs: ["stroke", "size", "value"] }], animations: [trigger('hostAnimation', [transition(':enter', useAnimation(fadeIn())), transition(':leave', useAnimation(fadeOut()))])], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
49
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LoadingSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
50
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: LoadingSpinnerComponent, isStandalone: true, selector: "odx-loading-spinner", inputs: { autoColor: "autoColor" }, host: { listeners: { "@hostAnimation.done": "animationFinished($event)" }, properties: { "@hostAnimation": "true" } }, ngImport: i0, template: "<odx-circular-progress size=\"auto\" value=\"-1\" />\n<div class=\"odx-loading-spinner__backdrop\" [style.backgroundColor]=\"backgroundColor\"></div>\n", dependencies: [{ kind: "component", type: CircularProgressComponent, selector: "odx-circular-progress", inputs: ["stroke", "size", "value"] }], animations: [trigger('hostAnimation', [transition(':enter', useAnimation(fadeIn())), transition(':leave', useAnimation(fadeOut()))])], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
51
51
  };
52
52
  __decorate([
53
53
  CSSModifier(),
@@ -57,7 +57,7 @@ LoadingSpinnerComponent = __decorate([
57
57
  CSSComponent('loading-spinner')
58
58
  ], LoadingSpinnerComponent);
59
59
  export { LoadingSpinnerComponent };
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoadingSpinnerComponent, decorators: [{
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LoadingSpinnerComponent, decorators: [{
61
61
  type: Component,
62
62
  args: [{ standalone: true, selector: 'odx-loading-spinner', imports: [CircularProgressComponent], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
63
63
  '[@hostAnimation]': 'true',
@@ -93,10 +93,10 @@ export class LoadingSpinnerDirective {
93
93
  hasStaticPosition() {
94
94
  return this.windowRef.nativeWindow.getComputedStyle(this.hostElement.nativeElement).position === 'static';
95
95
  }
96
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoadingSpinnerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
97
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.12", type: LoadingSpinnerDirective, isStandalone: true, selector: "[odxLoadingSpinner]", inputs: { autoColor: ["odxLoadingSpinnerAutoColor", "autoColor", booleanAttribute], isLoading: ["odxLoadingSpinner", "isLoading", booleanAttribute], minHeight: ["odxLoadingSpinnerMinHeight", "minHeight", numberAttribute] }, ngImport: i0 }); }
96
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LoadingSpinnerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
97
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.12", type: LoadingSpinnerDirective, isStandalone: true, selector: "[odxLoadingSpinner]", inputs: { autoColor: ["odxLoadingSpinnerAutoColor", "autoColor", booleanAttribute], isLoading: ["odxLoadingSpinner", "isLoading", booleanAttribute], minHeight: ["odxLoadingSpinnerMinHeight", "minHeight", numberAttribute] }, ngImport: i0 }); }
98
98
  }
99
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoadingSpinnerDirective, decorators: [{
99
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LoadingSpinnerDirective, decorators: [{
100
100
  type: Directive,
101
101
  args: [{
102
102
  standalone: true,
@@ -5,11 +5,11 @@ import { LoadingSpinnerDirective } from './loading-spinner.directive';
5
5
  import * as i0 from "@angular/core";
6
6
  const modules = [LoadingSpinnerComponent, LoadingSpinnerDirective];
7
7
  export class LoadingSpinnerModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoadingSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: LoadingSpinnerModule, imports: [LoadingSpinnerComponent, LoadingSpinnerDirective], exports: [CoreModule, LoadingSpinnerComponent, LoadingSpinnerDirective] }); }
10
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoadingSpinnerModule, imports: [LoadingSpinnerComponent, CoreModule] }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LoadingSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: LoadingSpinnerModule, imports: [LoadingSpinnerComponent, LoadingSpinnerDirective], exports: [CoreModule, LoadingSpinnerComponent, LoadingSpinnerDirective] }); }
10
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LoadingSpinnerModule, imports: [LoadingSpinnerComponent, CoreModule] }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoadingSpinnerModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LoadingSpinnerModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: modules,
@@ -25,8 +25,8 @@ let LogoDirective = class LogoDirective {
25
25
  */
26
26
  this.variant = LogoVariant.DEFAULT;
27
27
  }
28
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LogoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
29
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: LogoDirective, isStandalone: true, selector: "odx-logo", inputs: { size: "size", variant: "variant" }, host: { attributes: { "translate": "no", "role": "img" }, properties: { "class.notranslate": "true", "attr.aria-label": "\"Dr\u00E4ger logo\"", "attr.aria-roledescription": "\"logo\"" } }, ngImport: i0 }); }
28
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LogoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
29
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: LogoDirective, isStandalone: true, selector: "odx-logo", inputs: { size: "size", variant: "variant" }, host: { attributes: { "translate": "no", "role": "img" }, properties: { "class.notranslate": "true", "attr.aria-label": "\"Dr\u00E4ger logo\"", "attr.aria-roledescription": "\"logo\"" } }, ngImport: i0 }); }
30
30
  };
31
31
  __decorate([
32
32
  CSSModifier(),
@@ -40,7 +40,7 @@ LogoDirective = __decorate([
40
40
  CSSComponent('logo')
41
41
  ], LogoDirective);
42
42
  export { LogoDirective };
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LogoDirective, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LogoDirective, decorators: [{
44
44
  type: Directive,
45
45
  args: [{
46
46
  selector: 'odx-logo',
@@ -16,14 +16,14 @@ let MainMenuButtonDirective = class MainMenuButtonDirective {
16
16
  onClick() {
17
17
  this.mainMenuService.toggle();
18
18
  }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainMenuButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
20
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MainMenuButtonDirective, isStandalone: true, selector: "button[odxMainMenuButton]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
20
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: MainMenuButtonDirective, isStandalone: true, selector: "button[odxMainMenuButton]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
21
21
  };
22
22
  MainMenuButtonDirective = __decorate([
23
23
  CSSComponent('main-menu-button')
24
24
  ], MainMenuButtonDirective);
25
25
  export { MainMenuButtonDirective };
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainMenuButtonDirective, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuButtonDirective, decorators: [{
27
27
  type: Directive,
28
28
  args: [{
29
29
  selector: 'button[odxMainMenuButton]',
@@ -11,10 +11,10 @@ export class MainMenuCloseDirective {
11
11
  onClick() {
12
12
  this.mainMenu?.close();
13
13
  }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainMenuCloseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
15
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MainMenuCloseDirective, isStandalone: true, selector: "[odxMainMenuClose]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuCloseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
15
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: MainMenuCloseDirective, isStandalone: true, selector: "[odxMainMenuClose]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainMenuCloseDirective, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuCloseDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
20
  standalone: true,
@@ -30,14 +30,14 @@ let MainMenuItemDirective = class MainMenuItemDirective {
30
30
  */
31
31
  this.isSelected = false;
32
32
  }
33
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainMenuItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
34
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.12", type: MainMenuItemDirective, isStandalone: true, selector: "[odxMainMenuItem]", inputs: { isSelected: ["isSelected", "isSelected", booleanAttribute] }, host: { properties: { "class.is-selected": "isSelected || routerLinkActive?.isActive", "attr.role": "\"button\"" } }, hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }, { directive: i2.MainMenuCloseDirective }], ngImport: i0 }); }
33
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
34
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.12", type: MainMenuItemDirective, isStandalone: true, selector: "[odxMainMenuItem]", inputs: { isSelected: ["isSelected", "isSelected", booleanAttribute] }, host: { properties: { "class.is-selected": "isSelected || routerLinkActive?.isActive", "attr.role": "\"button\"" } }, hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }, { directive: i2.MainMenuCloseDirective }], ngImport: i0 }); }
35
35
  };
36
36
  MainMenuItemDirective = __decorate([
37
37
  CSSComponent('main-menu-item')
38
38
  ], MainMenuItemDirective);
39
39
  export { MainMenuItemDirective };
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainMenuItemDirective, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuItemDirective, decorators: [{
41
41
  type: Directive,
42
42
  args: [{
43
43
  selector: '[odxMainMenuItem]',
@@ -93,14 +93,14 @@ let MainMenuComponent = class MainMenuComponent {
93
93
  isPopoverElement(element) {
94
94
  return element.hasAttribute('popover') && 'showPopover' in element && 'hidePopover' in element;
95
95
  }
96
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
97
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: MainMenuComponent, isStandalone: true, selector: "odx-main-menu", inputs: { title: "title", subtitle: "subtitle", copyright: "copyright", isOpen: ["isOpen", "isOpen", booleanAttribute] }, outputs: { menuOpen: "menuOpen" }, host: { listeners: { "window:keyup.esc": "close()" }, properties: { "class.is-open": "isOpen" } }, providers: [provideTranslations(mainMenuTranslations)], viewQueries: [{ propertyName: "menuInner", first: true, predicate: ["menuInner"], descendants: true }], ngImport: i0, template: "<aside class=\"odx-main-menu__inner\" [ngClass]=\"(isOpen$ | async) ? 'opened' : 'closed'\" #menuInner popover=\"auto\" cdkTrapFocus cdkTrapFocusAutoCapture>\n <div class=\"odx-main-menu__actions\">\n <button class=\"odx-main-menu__close\" odxButton disabled=\"false\" (click)=\"close()\"><odx-icon name=\"close\" iconSet=\"core\" /></button>\n </div>\n <odx-area-header class=\"odx-main-menu__header\" size=\"large\">\n <ng-template [odxDynamicView]=\"title\" />\n @if (subtitle) {\n <odx-area-header-subtitle>\n <ng-template [odxDynamicView]=\"subtitle\" />\n </odx-area-header-subtitle>\n }\n </odx-area-header>\n <nav class=\"odx-main-menu__content\">\n <ng-content />\n </nav>\n <div class=\"odx-main-menu__info\">\n <ng-content select=\"[odxLink]\" />\n @for (link of mainMenuLinks$ | async; track $index) {\n <a odxLink [href]=\"link.url\" target=\"_blank\">\n {{ link.name | odxTranslate | async }}\n </a>\n }\n </div>\n <div class=\"odx-main-menu__footer\">\n <odx-logo variant=\"inverse\" />\n @if (copyright) {\n <p class=\"odx-text odx-text--small\">\n <ng-template [odxDynamicView]=\"copyright\" />\n </p>\n }\n </div>\n</aside>\n", dependencies: [{ kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "directive", type: i2.DisabledController, selector: "[disabled]", inputs: ["disabled"] }, { kind: "directive", type: i3.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "ngmodule", type: CoreModule }, { kind: "ngmodule", type: AreaHeaderModule }, { kind: "component", type: i4.AreaHeaderComponent, selector: "odx-area-header", inputs: ["size"] }, { kind: "directive", type: i4.AreaHeaderSubtitleDirective, selector: "odx-area-header-subtitle" }, { kind: "component", type: i5.ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: i6.IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }, { kind: "directive", type: LogoDirective, selector: "odx-logo", inputs: ["size", "variant"] }, { kind: "pipe", type: TranslatePipe, name: "odxTranslate" }, { kind: "directive", type: LinkDirective, selector: "a[odxLink]" }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
96
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
97
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: MainMenuComponent, isStandalone: true, selector: "odx-main-menu", inputs: { title: "title", subtitle: "subtitle", copyright: "copyright", isOpen: ["isOpen", "isOpen", booleanAttribute] }, outputs: { menuOpen: "menuOpen" }, host: { listeners: { "window:keyup.esc": "close()" }, properties: { "class.is-open": "isOpen" } }, providers: [provideTranslations(mainMenuTranslations)], viewQueries: [{ propertyName: "menuInner", first: true, predicate: ["menuInner"], descendants: true }], ngImport: i0, template: "<aside class=\"odx-main-menu__inner\" [ngClass]=\"(isOpen$ | async) ? 'opened' : 'closed'\" #menuInner popover=\"auto\" cdkTrapFocus cdkTrapFocusAutoCapture>\n <div class=\"odx-main-menu__actions\">\n <button class=\"odx-main-menu__close\" odxButton disabled=\"false\" (click)=\"close()\"><odx-icon name=\"close\" iconSet=\"core\" /></button>\n </div>\n <odx-area-header class=\"odx-main-menu__header\" size=\"large\">\n <ng-template [odxDynamicView]=\"title\" />\n @if (subtitle) {\n <odx-area-header-subtitle>\n <ng-template [odxDynamicView]=\"subtitle\" />\n </odx-area-header-subtitle>\n }\n </odx-area-header>\n <nav class=\"odx-main-menu__content\">\n <ng-content />\n </nav>\n <div class=\"odx-main-menu__info\">\n <ng-content select=\"[odxLink]\" />\n @for (link of mainMenuLinks$ | async; track $index) {\n <a odxLink [href]=\"link.url\" target=\"_blank\">\n {{ link.name | odxTranslate | async }}\n </a>\n }\n </div>\n <div class=\"odx-main-menu__footer\">\n <odx-logo variant=\"inverse\" />\n @if (copyright) {\n <p class=\"odx-text odx-text--small\">\n <ng-template [odxDynamicView]=\"copyright\" />\n </p>\n }\n </div>\n</aside>\n", dependencies: [{ kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "directive", type: i2.DisabledController, selector: "[disabled]", inputs: ["disabled"] }, { kind: "directive", type: i3.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "ngmodule", type: CoreModule }, { kind: "ngmodule", type: AreaHeaderModule }, { kind: "component", type: i4.AreaHeaderComponent, selector: "odx-area-header", inputs: ["size"] }, { kind: "directive", type: i4.AreaHeaderSubtitleDirective, selector: "odx-area-header-subtitle" }, { kind: "component", type: i5.ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: i6.IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }, { kind: "directive", type: LogoDirective, selector: "odx-logo", inputs: ["size", "variant"] }, { kind: "pipe", type: TranslatePipe, name: "odxTranslate" }, { kind: "directive", type: LinkDirective, selector: "a[odxLink]" }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
98
98
  };
99
99
  MainMenuComponent = __decorate([
100
100
  CSSComponent('main-menu')
101
101
  ], MainMenuComponent);
102
102
  export { MainMenuComponent };
103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainMenuComponent, decorators: [{
103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuComponent, decorators: [{
104
104
  type: Component,
105
105
  args: [{ selector: 'odx-main-menu', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [A11yModule, CoreModule, AreaHeaderModule, ButtonComponent, IconComponent, LogoDirective, TranslatePipe, LinkDirective, DynamicViewDirective], providers: [provideTranslations(mainMenuTranslations)], standalone: true, host: { '[class.is-open]': 'isOpen' }, template: "<aside class=\"odx-main-menu__inner\" [ngClass]=\"(isOpen$ | async) ? 'opened' : 'closed'\" #menuInner popover=\"auto\" cdkTrapFocus cdkTrapFocusAutoCapture>\n <div class=\"odx-main-menu__actions\">\n <button class=\"odx-main-menu__close\" odxButton disabled=\"false\" (click)=\"close()\"><odx-icon name=\"close\" iconSet=\"core\" /></button>\n </div>\n <odx-area-header class=\"odx-main-menu__header\" size=\"large\">\n <ng-template [odxDynamicView]=\"title\" />\n @if (subtitle) {\n <odx-area-header-subtitle>\n <ng-template [odxDynamicView]=\"subtitle\" />\n </odx-area-header-subtitle>\n }\n </odx-area-header>\n <nav class=\"odx-main-menu__content\">\n <ng-content />\n </nav>\n <div class=\"odx-main-menu__info\">\n <ng-content select=\"[odxLink]\" />\n @for (link of mainMenuLinks$ | async; track $index) {\n <a odxLink [href]=\"link.url\" target=\"_blank\">\n {{ link.name | odxTranslate | async }}\n </a>\n }\n </div>\n <div class=\"odx-main-menu__footer\">\n <odx-logo variant=\"inverse\" />\n @if (copyright) {\n <p class=\"odx-text odx-text--small\">\n <ng-template [odxDynamicView]=\"copyright\" />\n </p>\n }\n </div>\n</aside>\n" }]
106
106
  }], propDecorators: { title: [{
@@ -6,11 +6,11 @@ import { MainMenuComponent } from './main-menu.component';
6
6
  import * as i0 from "@angular/core";
7
7
  const modules = [LinkDirective, MainMenuComponent, MainMenuItemDirective, MainMenuButtonDirective, MainMenuCloseDirective];
8
8
  export class MainMenuModule {
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: MainMenuModule, imports: [LinkDirective, MainMenuComponent, MainMenuItemDirective, MainMenuButtonDirective, MainMenuCloseDirective], exports: [CoreModule, LinkDirective, MainMenuComponent, MainMenuItemDirective, MainMenuButtonDirective, MainMenuCloseDirective] }); }
11
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainMenuModule, imports: [MainMenuComponent, CoreModule] }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: MainMenuModule, imports: [LinkDirective, MainMenuComponent, MainMenuItemDirective, MainMenuButtonDirective, MainMenuCloseDirective], exports: [CoreModule, LinkDirective, MainMenuComponent, MainMenuItemDirective, MainMenuButtonDirective, MainMenuCloseDirective] }); }
11
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuModule, imports: [MainMenuComponent, CoreModule] }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainMenuModule, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  imports: modules,
@@ -46,10 +46,10 @@ export class MainMenuService {
46
46
  toggle(forceState) {
47
47
  this.isOpen$$.next(forceState ?? !this.isOpen());
48
48
  }
49
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
50
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainMenuService, providedIn: 'root' }); }
49
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
50
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuService, providedIn: 'root' }); }
51
51
  }
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainMenuService, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuService, decorators: [{
53
53
  type: Injectable,
54
54
  args: [{ providedIn: 'root' }]
55
55
  }] });
@@ -11,14 +11,14 @@ let MainfilterGroupComponent = class MainfilterGroupComponent {
11
11
  constructor() {
12
12
  this.element = injectElement();
13
13
  }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainfilterGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MainfilterGroupComponent, isStandalone: true, selector: "odx-mainfilter-group", ngImport: i0, template: "<ng-content />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainfilterGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: MainfilterGroupComponent, isStandalone: true, selector: "odx-mainfilter-group", ngImport: i0, template: "<ng-content />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
16
16
  };
17
17
  MainfilterGroupComponent = __decorate([
18
18
  CSSComponent('mainfilter-group')
19
19
  ], MainfilterGroupComponent);
20
20
  export { MainfilterGroupComponent };
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MainfilterGroupComponent, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainfilterGroupComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{ selector: 'odx-mainfilter-group', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content />\n" }]
24
24
  }] });
@@ -19,14 +19,14 @@ let MenuItemDirective = class MenuItemDirective {
19
19
  selectItem() {
20
20
  deferFn(() => closeCurrentDropdown(this.element.nativeElement));
21
21
  }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MenuItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
23
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MenuItemDirective, isStandalone: true, selector: "a[odxButton][odxMenuItem], button[odxButton][odxMenuItem]", host: { attributes: { "role": "menuitem" }, listeners: { "click": "selectItem()" } }, hostDirectives: [{ directive: i1.ListFocusManagerOptionDirective }], ngImport: i0 }); }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MenuItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
23
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: MenuItemDirective, isStandalone: true, selector: "a[odxButton][odxMenuItem], button[odxButton][odxMenuItem]", host: { attributes: { "role": "menuitem" }, listeners: { "click": "selectItem()" } }, hostDirectives: [{ directive: i1.ListFocusManagerOptionDirective }], ngImport: i0 }); }
24
24
  };
25
25
  MenuItemDirective = __decorate([
26
26
  CSSComponent('menu-item')
27
27
  ], MenuItemDirective);
28
28
  export { MenuItemDirective };
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MenuItemDirective, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MenuItemDirective, decorators: [{
30
30
  type: Directive,
31
31
  args: [{
32
32
  selector: 'a[odxButton][odxMenuItem], button[odxButton][odxMenuItem]',
@@ -30,8 +30,8 @@ let MenuComponent = class MenuComponent {
30
30
  event.stopPropagation();
31
31
  closeCurrentDropdown(this.element.nativeElement);
32
32
  }
33
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
34
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: MenuComponent, isStandalone: true, selector: "odx-menu", inputs: { tile: ["tile", "tile", booleanAttribute] }, host: { attributes: { "role": "menu" }, listeners: { "keydown.tab": "onTab($event)" } }, hostDirectives: [{ directive: i1.ListFocusManagerDirective }], ngImport: i0, template: "@if (tile) {\n <div class=\"odx-menu__title\">\n <ng-content />\n </div>\n}\n<odx-action-group class=\"odx-menu__inner\">\n <ng-content select=\"[odxButton]\" ngProjectAs=\"[odxButton]\" />\n</odx-action-group>\n", dependencies: [{ kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
33
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
34
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: MenuComponent, isStandalone: true, selector: "odx-menu", inputs: { tile: ["tile", "tile", booleanAttribute] }, host: { attributes: { "role": "menu" }, listeners: { "keydown.tab": "onTab($event)" } }, hostDirectives: [{ directive: i1.ListFocusManagerDirective }], ngImport: i0, template: "@if (tile) {\n <div class=\"odx-menu__title\">\n <ng-content />\n </div>\n}\n<odx-action-group class=\"odx-menu__inner\">\n <ng-content select=\"[odxButton]\" ngProjectAs=\"[odxButton]\" />\n</odx-action-group>\n", dependencies: [{ kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
35
35
  };
36
36
  __decorate([
37
37
  CSSModifier(),
@@ -41,7 +41,7 @@ MenuComponent = __decorate([
41
41
  CSSComponent('menu')
42
42
  ], MenuComponent);
43
43
  export { MenuComponent };
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MenuComponent, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MenuComponent, decorators: [{
45
45
  type: Component,
46
46
  args: [{ selector: 'odx-menu', standalone: true, imports: [ActionGroupComponent, CommonModule], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [ListFocusManagerDirective], host: {
47
47
  role: 'menu',
@@ -46,14 +46,14 @@ let MenuDirective = class MenuDirective {
46
46
  close(event) {
47
47
  this.dropdown.close(event);
48
48
  }
49
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MenuDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
50
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MenuDirective, isStandalone: true, selector: "[odxMenu]", inputs: { content: ["odxMenu", "content"], position: ["odxMenuPosition", "position"] }, exportAs: ["odxMenu"], usesOnChanges: true, hostDirectives: [{ directive: i1.DropdownDirective, inputs: ["odxDropdown", "odxMenu"] }], ngImport: i0 }); }
49
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MenuDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
50
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: MenuDirective, isStandalone: true, selector: "[odxMenu]", inputs: { content: ["odxMenu", "content"], position: ["odxMenuPosition", "position"] }, exportAs: ["odxMenu"], usesOnChanges: true, hostDirectives: [{ directive: i1.DropdownDirective, inputs: ["odxDropdown", "odxMenu"] }], ngImport: i0 }); }
51
51
  };
52
52
  MenuDirective = __decorate([
53
53
  CSSComponent('menu-host')
54
54
  ], MenuDirective);
55
55
  export { MenuDirective };
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MenuDirective, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MenuDirective, decorators: [{
57
57
  type: Directive,
58
58
  args: [{
59
59
  selector: '[odxMenu]',
@@ -7,11 +7,11 @@ import { MenuDirective } from './menu.directive';
7
7
  import * as i0 from "@angular/core";
8
8
  const modules = [MenuComponent, MenuDirective, MenuItemDirective, IconComponent];
9
9
  export class MenuModule {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: MenuModule, imports: [MenuComponent, MenuDirective, MenuItemDirective, IconComponent], exports: [CoreModule, MenuComponent, MenuDirective, MenuItemDirective, IconComponent] }); }
12
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MenuModule, imports: [MenuComponent, IconComponent, CoreModule] }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: MenuModule, imports: [MenuComponent, MenuDirective, MenuItemDirective, IconComponent], exports: [CoreModule, MenuComponent, MenuDirective, MenuItemDirective, IconComponent] }); }
12
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MenuModule, imports: [MenuComponent, IconComponent, CoreModule] }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MenuModule, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MenuModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  imports: [modules],
@@ -31,10 +31,10 @@ export class BasicModalComponent {
31
31
  get data() {
32
32
  return this.modalRef.data;
33
33
  }
34
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasicModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
35
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BasicModalComponent, isStandalone: true, selector: "odx-basic-modal", ngImport: i0, template: "@if (data.heroIcon; as icon) {\n <odx-modal-hero [icon]=\"icon\" [variant]=\"data.heroVariant\">\n <ng-template [odxDynamicView]=\"data.title\" />\n </odx-modal-hero>\n} @else {\n <odx-modal-header>\n <odx-area-header>\n <ng-template [odxDynamicView]=\"data.title\" />\n </odx-area-header>\n </odx-modal-header>\n}\n\n<odx-modal-content>\n <ng-template [odxDynamicView]=\"data.content\" [odxDynamicViewInjector]=\"injector\" />\n</odx-modal-content>\n\n<odx-modal-footer>\n @for (action of data.actions; track $index) {\n <button odxButton [variant]=\"action.variant\" [odxModalClose]=\"action.data\">\n {{ action.label }}\n </button>\n }\n</odx-modal-footer>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: AreaHeaderComponent, selector: "odx-area-header", inputs: ["size"] }, { kind: "component", type: ModalHeaderComponent, selector: "odx-modal-header" }, { kind: "component", type: ModalHeroComponent, selector: "odx-modal-hero", inputs: ["icon", "iconSet", "variant"] }, { kind: "component", type: ModalFooterComponent, selector: "odx-modal-footer" }, { kind: "directive", type: ModalContentDirective, selector: "odx-modal-content" }, { kind: "directive", type: ModalCloseDirective, selector: "[odxModalClose]", inputs: ["odxModalClose"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BasicModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
35
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: BasicModalComponent, isStandalone: true, selector: "odx-basic-modal", ngImport: i0, template: "@if (data.heroIcon; as icon) {\n <odx-modal-hero [icon]=\"icon\" [variant]=\"data.heroVariant\">\n <ng-template [odxDynamicView]=\"data.title\" />\n </odx-modal-hero>\n} @else {\n <odx-modal-header>\n <odx-area-header>\n <ng-template [odxDynamicView]=\"data.title\" />\n </odx-area-header>\n </odx-modal-header>\n}\n\n<odx-modal-content>\n <ng-template [odxDynamicView]=\"data.content\" [odxDynamicViewInjector]=\"injector\" />\n</odx-modal-content>\n\n<odx-modal-footer>\n @for (action of data.actions; track $index) {\n <button odxButton [variant]=\"action.variant\" [odxModalClose]=\"action.data\">\n {{ action.label }}\n </button>\n }\n</odx-modal-footer>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: AreaHeaderComponent, selector: "odx-area-header", inputs: ["size"] }, { kind: "component", type: ModalHeaderComponent, selector: "odx-modal-header" }, { kind: "component", type: ModalHeroComponent, selector: "odx-modal-hero", inputs: ["icon", "iconSet", "variant"] }, { kind: "component", type: ModalFooterComponent, selector: "odx-modal-footer" }, { kind: "directive", type: ModalContentDirective, selector: "odx-modal-content" }, { kind: "directive", type: ModalCloseDirective, selector: "[odxModalClose]", inputs: ["odxModalClose"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
36
36
  }
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasicModalComponent, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BasicModalComponent, decorators: [{
38
38
  type: Component,
39
39
  args: [{ selector: 'odx-basic-modal', standalone: true, imports: [
40
40
  CoreModule,
@@ -10,14 +10,14 @@ let ModalFooterComponent = class ModalFooterComponent {
10
10
  constructor() {
11
11
  this.element = injectElement();
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
14
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModalFooterComponent, isStandalone: true, selector: "odx-modal-footer", ngImport: i0, template: "<ng-content />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
14
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: ModalFooterComponent, isStandalone: true, selector: "odx-modal-footer", ngImport: i0, template: "<ng-content />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
15
15
  };
16
16
  ModalFooterComponent = __decorate([
17
17
  CSSComponent('modal__footer')
18
18
  ], ModalFooterComponent);
19
19
  export { ModalFooterComponent };
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalFooterComponent, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalFooterComponent, decorators: [{
21
21
  type: Component,
22
22
  args: [{ standalone: true, selector: 'odx-modal-footer', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content />\n" }]
23
23
  }] });