@odx/angular 12.2.0 → 12.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (293) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/esm2022/breakpoints/lib/breakpoints.module.mjs +4 -4
  3. package/esm2022/breakpoints/lib/breakpoints.service.mjs +3 -3
  4. package/esm2022/breakpoints/lib/directives/match-breakpoints.directive.mjs +3 -3
  5. package/esm2022/cdk/a11y/lib/a11y.module.mjs +4 -4
  6. package/esm2022/cdk/a11y/lib/directives/interactive.directive.mjs +3 -3
  7. package/esm2022/cdk/a11y/lib/directives/list-focus-manager-option.directive.mjs +3 -3
  8. package/esm2022/cdk/a11y/lib/directives/list-focus-manager.directive.mjs +3 -3
  9. package/esm2022/cdk/active-indicator/lib/active-indicator.directive.mjs +3 -3
  10. package/esm2022/cdk/autocomplete-control/lib/autocomplete-control.mjs +3 -3
  11. package/esm2022/cdk/checkbox-control/lib/checkbox-control.directive.mjs +3 -3
  12. package/esm2022/cdk/connected-overlay/lib/connected-overlay.component.mjs +5 -5
  13. package/esm2022/cdk/connected-overlay/lib/connected-overlay.service.mjs +3 -3
  14. package/esm2022/cdk/custom-form-control/lib/control.directive.mjs +3 -3
  15. package/esm2022/cdk/custom-form-control/lib/custom-form-control.mjs +3 -3
  16. package/esm2022/cdk/custom-form-control/lib/input-control.directive.mjs +3 -3
  17. package/esm2022/cdk/dynamic-view/lib/dynamic-view.component.mjs +3 -3
  18. package/esm2022/cdk/dynamic-view/lib/dynamic-view.directive.mjs +3 -3
  19. package/esm2022/cdk/dynamic-view/lib/dynamic-view.service.mjs +3 -3
  20. package/esm2022/cdk/event-plugins/lib/plugins/debounce-event-plugin.mjs +3 -3
  21. package/esm2022/cdk/event-plugins/lib/plugins/defer-event-plugin.mjs +3 -3
  22. package/esm2022/cdk/expandable/lib/directives/expandable-container.directive.mjs +3 -3
  23. package/esm2022/cdk/expandable/lib/directives/expandable-item.directive.mjs +3 -3
  24. package/esm2022/cdk/expandable/lib/expandable.module.mjs +4 -4
  25. package/esm2022/cdk/option-control/lib/option-control.mjs +3 -3
  26. package/esm2022/cdk/radio-group-control/lib/radio-control.directive.mjs +3 -3
  27. package/esm2022/cdk/radio-group-control/lib/radio-group-control.directive.mjs +3 -3
  28. package/esm2022/cdk/radio-group-control/lib/radio-group-control.module.mjs +4 -4
  29. package/esm2022/components/accordion/lib/accordion.component.mjs +3 -3
  30. package/esm2022/components/accordion/lib/accordion.module.mjs +4 -4
  31. package/esm2022/components/accordion/lib/components/accordion-item/accordion-item.component.mjs +3 -3
  32. package/esm2022/components/accordion/lib/directives/accordion-item-title.mjs +3 -3
  33. package/esm2022/components/action-group/action-group.component.mjs +3 -3
  34. package/esm2022/components/area-header/area-header.component.mjs +3 -3
  35. package/esm2022/components/area-header/area-header.module.mjs +4 -4
  36. package/esm2022/components/area-header/directives/area-header-content.directive.mjs +3 -3
  37. package/esm2022/components/area-header/directives/area-header-subtitle.directive.mjs +3 -3
  38. package/esm2022/components/autocomplete/lib/autocomplete.component.mjs +3 -3
  39. package/esm2022/components/autocomplete/lib/autocomplete.module.mjs +4 -4
  40. package/esm2022/components/autocomplete/lib/components/option/autocomplete-option.component.mjs +3 -3
  41. package/esm2022/components/autocomplete/lib/directives/autocomplete-input-control.directive.mjs +3 -3
  42. package/esm2022/components/autocomplete/lib/pipes/autocomplete-search-filter.pipe.mjs +3 -3
  43. package/esm2022/components/avatar/lib/avatar.component.mjs +3 -3
  44. package/esm2022/components/badge/lib/badge.component.mjs +3 -3
  45. package/esm2022/components/badge/lib/badge.directive.mjs +3 -3
  46. package/esm2022/components/bar/lib/bar.component.mjs +3 -3
  47. package/esm2022/components/bar/lib/bar.module.mjs +4 -4
  48. package/esm2022/components/bar/lib/directives/bar-button.directive.mjs +3 -3
  49. package/esm2022/components/bar/lib/directives/bar-label.directive.mjs +3 -3
  50. package/esm2022/components/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
  51. package/esm2022/components/button/lib/button.component.mjs +3 -3
  52. package/esm2022/components/button/lib/directives/responsive-button.directive.mjs +3 -3
  53. package/esm2022/components/button-group/lib/button-group.component.mjs +3 -3
  54. package/esm2022/components/calendar/lib/calendar.component.mjs +3 -3
  55. package/esm2022/components/calendar/lib/calendar.service.mjs +3 -3
  56. package/esm2022/components/calendar/lib/components/calendar-header/calendar-header.component.mjs +3 -3
  57. package/esm2022/components/calendar/lib/components/calendar-month/calendar-month.component.mjs +3 -3
  58. package/esm2022/components/calendar/lib/components/calendar-year/calendar-year.component.mjs +3 -3
  59. package/esm2022/components/calendar/lib/components/calendar-years/calendar-years.component.mjs +3 -3
  60. package/esm2022/components/calendar/lib/daterange.service.mjs +3 -3
  61. package/esm2022/components/calendar/lib/directives/calendar-cell.directive.mjs +3 -3
  62. package/esm2022/components/calendar/lib/directives/calendar-view.directive.mjs +3 -3
  63. package/esm2022/components/calendar/lib/pipes/date-label.pipe.mjs +3 -3
  64. package/esm2022/components/calendar/lib/services/calendar-month.service.mjs +3 -3
  65. package/esm2022/components/calendar/lib/services/calendar-year.service.mjs +3 -3
  66. package/esm2022/components/calendar/lib/services/calendar-years.service.mjs +3 -3
  67. package/esm2022/components/card/lib/card.component.mjs +3 -3
  68. package/esm2022/components/card/lib/card.module.mjs +4 -4
  69. package/esm2022/components/card/lib/components/card-footer/card-footer.component.mjs +3 -3
  70. package/esm2022/components/card/lib/components/card-image/card-image.component.mjs +3 -3
  71. package/esm2022/components/card/lib/components/launch-card-subtitle/launch-card-subtitle.component.mjs +3 -3
  72. package/esm2022/components/card/lib/directives/card-content.directive.mjs +3 -3
  73. package/esm2022/components/checkbox/lib/checkbox.component.mjs +3 -3
  74. package/esm2022/components/checkbox/lib/checkbox.module.mjs +4 -4
  75. package/esm2022/components/checkbox/lib/checkbox.validator.mjs +3 -3
  76. package/esm2022/components/chip/lib/components/chip/chip.component.mjs +3 -3
  77. package/esm2022/components/chip/lib/components/chip-list/chip-list.component.mjs +3 -3
  78. package/esm2022/components/chip/lib/components/chip-list-row/chip-list-row.component.mjs +3 -3
  79. package/esm2022/components/circular-progress/lib/circular-progress.component.mjs +3 -3
  80. package/esm2022/components/content-box/lib/content-box.component.mjs +3 -3
  81. package/esm2022/components/content-box/lib/content-box.module.mjs +4 -4
  82. package/esm2022/components/content-box/lib/directives/content-box-footer.directive.mjs +3 -3
  83. package/esm2022/components/content-box/lib/directives/content-box-header.directive.mjs +3 -3
  84. package/esm2022/components/datepicker/lib/datepicker.component.mjs +3 -3
  85. package/esm2022/components/datepicker/lib/datepicker.module.mjs +4 -4
  86. package/esm2022/components/datepicker/lib/directives/datepicker-input-control.directive.mjs +3 -3
  87. package/esm2022/components/daterangepicker/lib/daterangepicker.component.mjs +3 -3
  88. package/esm2022/components/daterangepicker/lib/daterangepicker.module.mjs +4 -4
  89. package/esm2022/components/daterangepicker/lib/directives/daterangepicker-input-control.directive.mjs +3 -3
  90. package/esm2022/components/daterangepicker/lib/range.validator.mjs +3 -3
  91. package/esm2022/components/daterangepicker/lib/required.validator.mjs +3 -3
  92. package/esm2022/components/dropdown/lib/dropdown.component.mjs +3 -3
  93. package/esm2022/components/dropdown/lib/dropdown.directive.mjs +3 -3
  94. package/esm2022/components/dropdown/lib/dropdown.module.mjs +4 -4
  95. package/esm2022/components/error-page/lib/error-page.component.mjs +3 -3
  96. package/esm2022/components/footer/lib/footer.component.mjs +3 -3
  97. package/esm2022/components/form-field/lib/components/form-field-info/form-field-info.component.mjs +3 -3
  98. package/esm2022/components/form-field/lib/components/form-group/form-group.component.mjs +3 -3
  99. package/esm2022/components/form-field/lib/directives/form-field-control.directive.mjs +3 -3
  100. package/esm2022/components/form-field/lib/directives/form-field-error.directive.mjs +3 -3
  101. package/esm2022/components/form-field/lib/directives/form-field-hint.directive.mjs +3 -3
  102. package/esm2022/components/form-field/lib/directives/form-field-label.directive.mjs +3 -3
  103. package/esm2022/components/form-field/lib/directives/form.directive.mjs +3 -3
  104. package/esm2022/components/form-field/lib/form-field.component.mjs +3 -3
  105. package/esm2022/components/form-field/lib/form-field.module.mjs +4 -4
  106. package/esm2022/components/form-field/lib/form-field.service.mjs +3 -3
  107. package/esm2022/components/form-field/lib/services/form-field-error.service.mjs +3 -3
  108. package/esm2022/components/header/lib/directives/header-avatar.directive.mjs +3 -3
  109. package/esm2022/components/header/lib/directives/header-title.directive.mjs +3 -3
  110. package/esm2022/components/header/lib/header.component.mjs +3 -3
  111. package/esm2022/components/header/lib/header.module.mjs +4 -4
  112. package/esm2022/components/header-navigation/lib/directives/header-navigation-link.directive.mjs +6 -6
  113. package/esm2022/components/header-navigation/lib/header-navigation.component.mjs +3 -3
  114. package/esm2022/components/header-navigation/lib/header-navigation.module.mjs +4 -4
  115. package/esm2022/components/icon/lib/icon.component.mjs +3 -3
  116. package/esm2022/components/inline-message/lib/inline-message.component.mjs +3 -3
  117. package/esm2022/components/link/link.directive.mjs +3 -3
  118. package/esm2022/components/list/lib/components/expandable-list-item/expandable-list-item.component.mjs +3 -3
  119. package/esm2022/components/list/lib/components/list-item/list-item.component.mjs +3 -3
  120. package/esm2022/components/list/lib/list.component.mjs +3 -3
  121. package/esm2022/components/list/lib/list.module.mjs +4 -4
  122. package/esm2022/components/loading-spinner/lib/loading-spinner.component.mjs +3 -3
  123. package/esm2022/components/loading-spinner/lib/loading-spinner.directive.mjs +3 -3
  124. package/esm2022/components/loading-spinner/lib/loading-spinner.module.mjs +4 -4
  125. package/esm2022/components/logo/logo.directive.mjs +3 -3
  126. package/esm2022/components/main-menu/lib/directives/main-menu-button.directive.mjs +3 -3
  127. package/esm2022/components/main-menu/lib/directives/main-menu-close.directive.mjs +3 -3
  128. package/esm2022/components/main-menu/lib/directives/main-menu-item.directive.mjs +3 -3
  129. package/esm2022/components/main-menu/lib/main-menu.component.mjs +3 -3
  130. package/esm2022/components/main-menu/lib/main-menu.module.mjs +4 -4
  131. package/esm2022/components/main-menu/lib/main-menu.service.mjs +3 -3
  132. package/esm2022/components/mainfilter-group/lib/mainfilter-group.component.mjs +3 -3
  133. package/esm2022/components/menu/lib/directives/menu-item.directive.mjs +3 -3
  134. package/esm2022/components/menu/lib/menu.component.mjs +3 -3
  135. package/esm2022/components/menu/lib/menu.directive.mjs +3 -3
  136. package/esm2022/components/menu/lib/menu.module.mjs +4 -4
  137. package/esm2022/components/modal/lib/components/basic-modal/basic-modal.component.mjs +3 -3
  138. package/esm2022/components/modal/lib/components/modal-footer/modal-footer.component.mjs +3 -3
  139. package/esm2022/components/modal/lib/components/modal-header/modal-header.component.mjs +3 -3
  140. package/esm2022/components/modal/lib/components/modal-hero/modal-hero.component.mjs +3 -3
  141. package/esm2022/components/modal/lib/directives/modal-close.directive.mjs +3 -3
  142. package/esm2022/components/modal/lib/directives/modal-content.directive.mjs +3 -3
  143. package/esm2022/components/modal/lib/directives/modal-dismiss.directive.mjs +3 -3
  144. package/esm2022/components/modal/lib/directives/prevent-form-method-dialog.directive.mjs +3 -3
  145. package/esm2022/components/modal/lib/directives/prevent-method-dialog.directive.mjs +3 -3
  146. package/esm2022/components/modal/lib/modal.component.mjs +3 -3
  147. package/esm2022/components/modal/lib/modal.directive.mjs +3 -3
  148. package/esm2022/components/modal/lib/modal.module.mjs +4 -4
  149. package/esm2022/components/modal/lib/modal.service.mjs +3 -3
  150. package/esm2022/components/navigation-back/lib/navigation-back.component.mjs +3 -3
  151. package/esm2022/components/notification/lib/components/notification-center/notification-center.component.mjs +3 -3
  152. package/esm2022/components/notification/lib/components/notification-item/notification-item.component.mjs +3 -3
  153. package/esm2022/components/notification/lib/directives/notification-center.directive.mjs +3 -3
  154. package/esm2022/components/notification/lib/notification.service.mjs +3 -3
  155. package/esm2022/components/notification/lib/services/notification-center.service.mjs +3 -3
  156. package/esm2022/components/paginator/lib/paginator.component.mjs +3 -3
  157. package/esm2022/components/paginator/lib/paginator.module.mjs +4 -4
  158. package/esm2022/components/progress/lib/progress.component.mjs +3 -3
  159. package/esm2022/components/radio-group/lib/components/radio-button/radio-button.component.mjs +3 -3
  160. package/esm2022/components/radio-group/lib/radio-group.component.mjs +3 -3
  161. package/esm2022/components/radio-group/lib/radio-group.module.mjs +4 -4
  162. package/esm2022/components/rail-navigation/lib/components/rail-navigation-item/rail-navigation-item.component.mjs +3 -3
  163. package/esm2022/components/rail-navigation/lib/rail-navigation.component.mjs +3 -3
  164. package/esm2022/components/rail-navigation/lib/rail-navigation.module.mjs +4 -4
  165. package/esm2022/components/rich-list/lib/components/rich-list-content/rich-list-content.component.mjs +3 -3
  166. package/esm2022/components/rich-list/lib/components/rich-list-item/rich-list-item.component.mjs +3 -3
  167. package/esm2022/components/rich-list/lib/components/rich-list-item-header/rich-list-item-header.component.mjs +3 -3
  168. package/esm2022/components/rich-list/lib/rich-list.component.mjs +3 -3
  169. package/esm2022/components/rich-list/lib/rich-list.module.mjs +4 -4
  170. package/esm2022/components/search-bar/lib/search-bar-control.directive.mjs +3 -3
  171. package/esm2022/components/search-bar/lib/search-bar.component.mjs +3 -3
  172. package/esm2022/components/search-bar/lib/search-bar.module.mjs +4 -4
  173. package/esm2022/components/select/lib/components/select-option/select-option.component.mjs +3 -3
  174. package/esm2022/components/select/lib/directives/select-input-control.directive.mjs +3 -3
  175. package/esm2022/components/select/lib/pipes/select-search-filter.pipe.mjs +3 -3
  176. package/esm2022/components/select/lib/select.component.mjs +3 -3
  177. package/esm2022/components/select/lib/select.module.mjs +4 -4
  178. package/esm2022/components/slider/lib/slider.directive.mjs +3 -3
  179. package/esm2022/components/spinbox/lib/spinbox.component.mjs +3 -3
  180. package/esm2022/components/switch/lib/switch.component.mjs +3 -3
  181. package/esm2022/components/switch/lib/switch.module.mjs +4 -4
  182. package/esm2022/components/switch/lib/switch.validator.mjs +3 -3
  183. package/esm2022/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.mjs +3 -3
  184. package/esm2022/components/tab-bar/lib/tab-bar.component.mjs +3 -3
  185. package/esm2022/components/tab-bar/lib/tab-bar.module.mjs +4 -4
  186. package/esm2022/components/table/lib/components/check-cell/check-cell.component.mjs +3 -3
  187. package/esm2022/components/table/lib/components/header-title/header-title.component.mjs +3 -3
  188. package/esm2022/components/table/lib/directives/table-cell.directive.mjs +3 -3
  189. package/esm2022/components/table/lib/directives/table-row.directive.mjs +3 -3
  190. package/esm2022/components/table/lib/table.component.mjs +3 -3
  191. package/esm2022/components/table/lib/table.module.mjs +4 -4
  192. package/esm2022/components/timepicker/lib/components/timepicker-option.component.mjs +3 -3
  193. package/esm2022/components/timepicker/lib/directives/timepicker-input-control.directive.mjs +3 -3
  194. package/esm2022/components/timepicker/lib/timepicker.component.mjs +3 -3
  195. package/esm2022/components/timepicker/lib/timepicker.module.mjs +4 -4
  196. package/esm2022/components/timepicker/lib/timepicker.service.mjs +3 -3
  197. package/esm2022/components/toast/lib/components/toast-container/toast-container.component.mjs +3 -3
  198. package/esm2022/components/toast/lib/components/toast-item/toast-item.component.mjs +3 -3
  199. package/esm2022/components/toast/lib/toast.module.mjs +4 -4
  200. package/esm2022/components/toast/lib/toast.service.mjs +3 -3
  201. package/esm2022/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.mjs +3 -3
  202. package/esm2022/components/toggle-button-group/lib/toggle-button-group.component.mjs +3 -3
  203. package/esm2022/components/toggle-button-group/lib/toggle-button-group.module.mjs +4 -4
  204. package/esm2022/components/tooltip/lib/tooltip.component.mjs +3 -3
  205. package/esm2022/components/tooltip/lib/tooltip.directive.mjs +3 -3
  206. package/esm2022/components/wizard/lib/components/wizard-step/wizard-step.component.mjs +3 -3
  207. package/esm2022/components/wizard/lib/wizard.component.mjs +3 -3
  208. package/esm2022/components/wizard/lib/wizard.module.mjs +4 -4
  209. package/esm2022/internal/translate/lib/pipes/translate.pipe.mjs +3 -3
  210. package/esm2022/lib/controllers/controller.mjs +3 -3
  211. package/esm2022/lib/controllers/disabled.controller.mjs +3 -3
  212. package/esm2022/lib/controllers/readonly.controller.mjs +3 -3
  213. package/esm2022/lib/core.module.mjs +4 -4
  214. package/esm2022/lib/directives/click-outside.directive.mjs +3 -3
  215. package/esm2022/lib/directives/delegate-focus.directive.mjs +3 -3
  216. package/esm2022/lib/directives/with-disabled-state.directive.mjs +3 -3
  217. package/esm2022/lib/directives/with-tabindex.directive.mjs +3 -3
  218. package/esm2022/lib/services/window-ref.mjs +3 -3
  219. package/esm2022/localization/lib/localization.service.mjs +3 -3
  220. package/esm2022/theming/lib/theming.service.mjs +3 -3
  221. package/esm2022/utils/lib/helpers/event-manager.mjs +3 -3
  222. package/fesm2022/odx-angular-breakpoints.mjs +10 -10
  223. package/fesm2022/odx-angular-cdk-a11y.mjs +13 -13
  224. package/fesm2022/odx-angular-cdk-active-indicator.mjs +3 -3
  225. package/fesm2022/odx-angular-cdk-autocomplete-control.mjs +3 -3
  226. package/fesm2022/odx-angular-cdk-checkbox-control.mjs +3 -3
  227. package/fesm2022/odx-angular-cdk-connected-overlay.mjs +7 -7
  228. package/fesm2022/odx-angular-cdk-connected-overlay.mjs.map +1 -1
  229. package/fesm2022/odx-angular-cdk-custom-form-control.mjs +9 -9
  230. package/fesm2022/odx-angular-cdk-dynamic-view.mjs +9 -9
  231. package/fesm2022/odx-angular-cdk-event-plugins.mjs +6 -6
  232. package/fesm2022/odx-angular-cdk-expandable.mjs +10 -10
  233. package/fesm2022/odx-angular-cdk-option-control.mjs +3 -3
  234. package/fesm2022/odx-angular-cdk-radio-group-control.mjs +10 -10
  235. package/fesm2022/odx-angular-components-accordion.mjs +13 -13
  236. package/fesm2022/odx-angular-components-action-group.mjs +3 -3
  237. package/fesm2022/odx-angular-components-area-header.mjs +13 -13
  238. package/fesm2022/odx-angular-components-autocomplete.mjs +16 -16
  239. package/fesm2022/odx-angular-components-avatar.mjs +3 -3
  240. package/fesm2022/odx-angular-components-badge.mjs +6 -6
  241. package/fesm2022/odx-angular-components-bar.mjs +13 -13
  242. package/fesm2022/odx-angular-components-breadcrumbs.mjs +3 -3
  243. package/fesm2022/odx-angular-components-button-group.mjs +3 -3
  244. package/fesm2022/odx-angular-components-button.mjs +6 -6
  245. package/fesm2022/odx-angular-components-calendar.mjs +39 -39
  246. package/fesm2022/odx-angular-components-card.mjs +19 -19
  247. package/fesm2022/odx-angular-components-checkbox.mjs +10 -10
  248. package/fesm2022/odx-angular-components-chip.mjs +9 -9
  249. package/fesm2022/odx-angular-components-circular-progress.mjs +3 -3
  250. package/fesm2022/odx-angular-components-content-box.mjs +13 -13
  251. package/fesm2022/odx-angular-components-datepicker.mjs +10 -10
  252. package/fesm2022/odx-angular-components-daterangepicker.mjs +16 -16
  253. package/fesm2022/odx-angular-components-dropdown.mjs +10 -10
  254. package/fesm2022/odx-angular-components-error-page.mjs +3 -3
  255. package/fesm2022/odx-angular-components-footer.mjs +3 -3
  256. package/fesm2022/odx-angular-components-form-field.mjs +34 -34
  257. package/fesm2022/odx-angular-components-header-navigation.mjs +13 -13
  258. package/fesm2022/odx-angular-components-header.mjs +13 -13
  259. package/fesm2022/odx-angular-components-icon.mjs +3 -3
  260. package/fesm2022/odx-angular-components-inline-message.mjs +3 -3
  261. package/fesm2022/odx-angular-components-link.mjs +3 -3
  262. package/fesm2022/odx-angular-components-list.mjs +13 -13
  263. package/fesm2022/odx-angular-components-loading-spinner.mjs +10 -10
  264. package/fesm2022/odx-angular-components-logo.mjs +3 -3
  265. package/fesm2022/odx-angular-components-main-menu.mjs +19 -19
  266. package/fesm2022/odx-angular-components-mainfilter-group.mjs +3 -3
  267. package/fesm2022/odx-angular-components-menu.mjs +13 -13
  268. package/fesm2022/odx-angular-components-modal.mjs +40 -40
  269. package/fesm2022/odx-angular-components-navigation-back.mjs +3 -3
  270. package/fesm2022/odx-angular-components-notification.mjs +15 -15
  271. package/fesm2022/odx-angular-components-paginator.mjs +7 -7
  272. package/fesm2022/odx-angular-components-progress.mjs +3 -3
  273. package/fesm2022/odx-angular-components-radio-group.mjs +10 -10
  274. package/fesm2022/odx-angular-components-rail-navigation.mjs +10 -10
  275. package/fesm2022/odx-angular-components-rich-list.mjs +16 -16
  276. package/fesm2022/odx-angular-components-search-bar.mjs +10 -10
  277. package/fesm2022/odx-angular-components-select.mjs +16 -16
  278. package/fesm2022/odx-angular-components-slider.mjs +3 -3
  279. package/fesm2022/odx-angular-components-spinbox.mjs +3 -3
  280. package/fesm2022/odx-angular-components-switch.mjs +10 -10
  281. package/fesm2022/odx-angular-components-tab-bar.mjs +10 -10
  282. package/fesm2022/odx-angular-components-table.mjs +19 -19
  283. package/fesm2022/odx-angular-components-timepicker.mjs +16 -16
  284. package/fesm2022/odx-angular-components-toast.mjs +13 -13
  285. package/fesm2022/odx-angular-components-toggle-button-group.mjs +10 -10
  286. package/fesm2022/odx-angular-components-tooltip.mjs +6 -6
  287. package/fesm2022/odx-angular-components-wizard.mjs +10 -10
  288. package/fesm2022/odx-angular-internal-translate.mjs +3 -3
  289. package/fesm2022/odx-angular-localization.mjs +3 -3
  290. package/fesm2022/odx-angular-theming.mjs +3 -3
  291. package/fesm2022/odx-angular-utils.mjs +3 -3
  292. package/fesm2022/odx-angular.mjs +28 -28
  293. package/package.json +5 -5
@@ -98,10 +98,10 @@ class LoadingSpinnerDirective {
98
98
  hasStaticPosition() {
99
99
  return this.windowRef.nativeWindow.getComputedStyle(this.hostElement.nativeElement).position === 'static';
100
100
  }
101
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LoadingSpinnerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
102
- 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 }); }
101
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoadingSpinnerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
102
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.13", type: LoadingSpinnerDirective, isStandalone: true, selector: "[odxLoadingSpinner]", inputs: { autoColor: ["odxLoadingSpinnerAutoColor", "autoColor", booleanAttribute], isLoading: ["odxLoadingSpinner", "isLoading", booleanAttribute], minHeight: ["odxLoadingSpinnerMinHeight", "minHeight", numberAttribute] }, ngImport: i0 }); }
103
103
  }
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LoadingSpinnerDirective, decorators: [{
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoadingSpinnerDirective, decorators: [{
105
105
  type: Directive,
106
106
  args: [{
107
107
  standalone: true,
@@ -157,8 +157,8 @@ let LoadingSpinnerComponent = class LoadingSpinnerComponent {
157
157
  }
158
158
  return null;
159
159
  }
160
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LoadingSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
161
- 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 }); }
160
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoadingSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
161
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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 }); }
162
162
  };
163
163
  __decorate([
164
164
  CSSModifier(),
@@ -167,7 +167,7 @@ __decorate([
167
167
  LoadingSpinnerComponent = __decorate([
168
168
  CSSComponent('loading-spinner')
169
169
  ], LoadingSpinnerComponent);
170
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LoadingSpinnerComponent, decorators: [{
170
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoadingSpinnerComponent, decorators: [{
171
171
  type: Component,
172
172
  args: [{ standalone: true, selector: 'odx-loading-spinner', imports: [CircularProgressComponent], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
173
173
  '[@hostAnimation]': 'true',
@@ -179,11 +179,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImpo
179
179
 
180
180
  const modules = [LoadingSpinnerComponent, LoadingSpinnerDirective];
181
181
  class LoadingSpinnerModule {
182
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LoadingSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
183
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: LoadingSpinnerModule, imports: [LoadingSpinnerComponent, LoadingSpinnerDirective], exports: [CoreModule, LoadingSpinnerComponent, LoadingSpinnerDirective] }); }
184
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LoadingSpinnerModule, imports: [LoadingSpinnerComponent, CoreModule] }); }
182
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoadingSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
183
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: LoadingSpinnerModule, imports: [LoadingSpinnerComponent, LoadingSpinnerDirective], exports: [CoreModule, LoadingSpinnerComponent, LoadingSpinnerDirective] }); }
184
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoadingSpinnerModule, imports: [LoadingSpinnerComponent, CoreModule] }); }
185
185
  }
186
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LoadingSpinnerModule, decorators: [{
186
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoadingSpinnerModule, decorators: [{
187
187
  type: NgModule,
188
188
  args: [{
189
189
  imports: modules,
@@ -36,8 +36,8 @@ let LogoDirective = class LogoDirective {
36
36
  */
37
37
  this.variant = LogoVariant.DEFAULT;
38
38
  }
39
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LogoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
40
- 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 }); }
39
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LogoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
40
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", 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 }); }
41
41
  };
42
42
  __decorate([
43
43
  CSSModifier(),
@@ -50,7 +50,7 @@ __decorate([
50
50
  LogoDirective = __decorate([
51
51
  CSSComponent('logo')
52
52
  ], LogoDirective);
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: LogoDirective, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LogoDirective, decorators: [{
54
54
  type: Directive,
55
55
  args: [{
56
56
  selector: 'odx-logo',
@@ -66,10 +66,10 @@ class MainMenuService {
66
66
  toggle(forceState) {
67
67
  this.isOpen$$.next(forceState ?? !this.isOpen());
68
68
  }
69
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
70
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuService, providedIn: 'root' }); }
69
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MainMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
70
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MainMenuService, providedIn: 'root' }); }
71
71
  }
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuService, decorators: [{
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MainMenuService, decorators: [{
73
73
  type: Injectable,
74
74
  args: [{ providedIn: 'root' }]
75
75
  }] });
@@ -86,13 +86,13 @@ let MainMenuButtonDirective = class MainMenuButtonDirective {
86
86
  onClick() {
87
87
  this.mainMenuService.toggle();
88
88
  }
89
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
90
- 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 }); }
89
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MainMenuButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
90
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MainMenuButtonDirective, isStandalone: true, selector: "button[odxMainMenuButton]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
91
91
  };
92
92
  MainMenuButtonDirective = __decorate([
93
93
  CSSComponent('main-menu-button')
94
94
  ], MainMenuButtonDirective);
95
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuButtonDirective, decorators: [{
95
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MainMenuButtonDirective, decorators: [{
96
96
  type: Directive,
97
97
  args: [{
98
98
  selector: 'button[odxMainMenuButton]',
@@ -244,13 +244,13 @@ let MainMenuComponent = class MainMenuComponent {
244
244
  isPopoverElement(element) {
245
245
  return element.hasAttribute('popover') && 'showPopover' in element && 'hidePopover' in element;
246
246
  }
247
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
248
- 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: i1$1.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 }); }
247
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MainMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
248
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", 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: i1$1.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 }); }
249
249
  };
250
250
  MainMenuComponent = __decorate([
251
251
  CSSComponent('main-menu')
252
252
  ], MainMenuComponent);
253
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuComponent, decorators: [{
253
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MainMenuComponent, decorators: [{
254
254
  type: Component,
255
255
  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" }]
256
256
  }], propDecorators: { title: [{
@@ -283,10 +283,10 @@ class MainMenuCloseDirective {
283
283
  onClick() {
284
284
  this.mainMenu?.close();
285
285
  }
286
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuCloseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
287
- 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 }); }
286
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MainMenuCloseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
287
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MainMenuCloseDirective, isStandalone: true, selector: "[odxMainMenuClose]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
288
288
  }
289
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuCloseDirective, decorators: [{
289
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MainMenuCloseDirective, decorators: [{
290
290
  type: Directive,
291
291
  args: [{
292
292
  standalone: true,
@@ -319,13 +319,13 @@ let MainMenuItemDirective = class MainMenuItemDirective {
319
319
  */
320
320
  this.isSelected = false;
321
321
  }
322
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
323
- 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$1.WithDisabledState }, { directive: i1$1.WithTabIndex }, { directive: MainMenuCloseDirective }], ngImport: i0 }); }
322
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MainMenuItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
323
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.13", 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$1.WithDisabledState }, { directive: i1$1.WithTabIndex }, { directive: MainMenuCloseDirective }], ngImport: i0 }); }
324
324
  };
325
325
  MainMenuItemDirective = __decorate([
326
326
  CSSComponent('main-menu-item')
327
327
  ], MainMenuItemDirective);
328
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuItemDirective, decorators: [{
328
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MainMenuItemDirective, decorators: [{
329
329
  type: Directive,
330
330
  args: [{
331
331
  selector: '[odxMainMenuItem]',
@@ -343,11 +343,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImpo
343
343
 
344
344
  const modules = [LinkDirective, MainMenuComponent, MainMenuItemDirective, MainMenuButtonDirective, MainMenuCloseDirective];
345
345
  class MainMenuModule {
346
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
347
- 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] }); }
348
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuModule, imports: [MainMenuComponent, CoreModule] }); }
346
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MainMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
347
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MainMenuModule, imports: [LinkDirective, MainMenuComponent, MainMenuItemDirective, MainMenuButtonDirective, MainMenuCloseDirective], exports: [CoreModule, LinkDirective, MainMenuComponent, MainMenuItemDirective, MainMenuButtonDirective, MainMenuCloseDirective] }); }
348
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MainMenuModule, imports: [MainMenuComponent, CoreModule] }); }
349
349
  }
350
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainMenuModule, decorators: [{
350
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MainMenuModule, decorators: [{
351
351
  type: NgModule,
352
352
  args: [{
353
353
  imports: modules,
@@ -12,13 +12,13 @@ let MainfilterGroupComponent = class MainfilterGroupComponent {
12
12
  constructor() {
13
13
  this.element = injectElement();
14
14
  }
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainfilterGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
16
- 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 }); }
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MainfilterGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
16
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MainfilterGroupComponent, isStandalone: true, selector: "odx-mainfilter-group", ngImport: i0, template: "<ng-content />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
17
17
  };
18
18
  MainfilterGroupComponent = __decorate([
19
19
  CSSComponent('mainfilter-group')
20
20
  ], MainfilterGroupComponent);
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MainfilterGroupComponent, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", 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
  }] });
@@ -25,13 +25,13 @@ let MenuItemDirective = class MenuItemDirective {
25
25
  selectItem() {
26
26
  deferFn(() => closeCurrentDropdown(this.element.nativeElement));
27
27
  }
28
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MenuItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
29
- 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 }); }
28
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MenuItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
29
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MenuItemDirective, isStandalone: true, selector: "a[odxButton][odxMenuItem], button[odxButton][odxMenuItem]", host: { attributes: { "role": "menuitem" }, listeners: { "click": "selectItem()" } }, hostDirectives: [{ directive: i1.ListFocusManagerOptionDirective }], ngImport: i0 }); }
30
30
  };
31
31
  MenuItemDirective = __decorate([
32
32
  CSSComponent('menu-item')
33
33
  ], MenuItemDirective);
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MenuItemDirective, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MenuItemDirective, decorators: [{
35
35
  type: Directive,
36
36
  args: [{
37
37
  selector: 'a[odxButton][odxMenuItem], button[odxButton][odxMenuItem]',
@@ -68,8 +68,8 @@ let MenuComponent = class MenuComponent {
68
68
  event.stopPropagation();
69
69
  closeCurrentDropdown(this.element.nativeElement);
70
70
  }
71
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
72
- 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 }); }
71
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
72
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", 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 }); }
73
73
  };
74
74
  __decorate([
75
75
  CSSModifier(),
@@ -78,7 +78,7 @@ __decorate([
78
78
  MenuComponent = __decorate([
79
79
  CSSComponent('menu')
80
80
  ], MenuComponent);
81
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MenuComponent, decorators: [{
81
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MenuComponent, decorators: [{
82
82
  type: Component,
83
83
  args: [{ selector: 'odx-menu', standalone: true, imports: [ActionGroupComponent, CommonModule], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [ListFocusManagerDirective], host: {
84
84
  role: 'menu',
@@ -132,13 +132,13 @@ let MenuDirective = class MenuDirective {
132
132
  close(event) {
133
133
  this.dropdown.close(event);
134
134
  }
135
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MenuDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
136
- 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$1.DropdownDirective, inputs: ["odxDropdown", "odxMenu"] }], ngImport: i0 }); }
135
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MenuDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
136
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MenuDirective, isStandalone: true, selector: "[odxMenu]", inputs: { content: ["odxMenu", "content"], position: ["odxMenuPosition", "position"] }, exportAs: ["odxMenu"], usesOnChanges: true, hostDirectives: [{ directive: i1$1.DropdownDirective, inputs: ["odxDropdown", "odxMenu"] }], ngImport: i0 }); }
137
137
  };
138
138
  MenuDirective = __decorate([
139
139
  CSSComponent('menu-host')
140
140
  ], MenuDirective);
141
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MenuDirective, decorators: [{
141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MenuDirective, decorators: [{
142
142
  type: Directive,
143
143
  args: [{
144
144
  selector: '[odxMenu]',
@@ -161,11 +161,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImpo
161
161
 
162
162
  const modules = [MenuComponent, MenuDirective, MenuItemDirective, IconComponent];
163
163
  class MenuModule {
164
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
165
- 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] }); }
166
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MenuModule, imports: [MenuComponent, IconComponent, CoreModule] }); }
164
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
165
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MenuModule, imports: [MenuComponent, MenuDirective, MenuItemDirective, IconComponent], exports: [CoreModule, MenuComponent, MenuDirective, MenuItemDirective, IconComponent] }); }
166
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MenuModule, imports: [MenuComponent, IconComponent, CoreModule] }); }
167
167
  }
168
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: MenuModule, decorators: [{
168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MenuModule, decorators: [{
169
169
  type: NgModule,
170
170
  args: [{
171
171
  imports: [modules],
@@ -206,10 +206,10 @@ class ModalCloseDirective {
206
206
  this.modalRef.close(result ?? null);
207
207
  }
208
208
  }
209
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalCloseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
210
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: ModalCloseDirective, isStandalone: true, selector: "[odxModalClose]", inputs: { result: ["odxModalClose", "result"] }, host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
209
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalCloseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
210
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: ModalCloseDirective, isStandalone: true, selector: "[odxModalClose]", inputs: { result: ["odxModalClose", "result"] }, host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
211
211
  }
212
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalCloseDirective, decorators: [{
212
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalCloseDirective, decorators: [{
213
213
  type: Directive,
214
214
  args: [{
215
215
  standalone: true,
@@ -230,13 +230,13 @@ let ModalContentDirective = class ModalContentDirective {
230
230
  constructor() {
231
231
  this.element = injectElement();
232
232
  }
233
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
234
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: ModalContentDirective, isStandalone: true, selector: "odx-modal-content", ngImport: i0 }); }
233
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
234
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: ModalContentDirective, isStandalone: true, selector: "odx-modal-content", ngImport: i0 }); }
235
235
  };
236
236
  ModalContentDirective = __decorate([
237
237
  CSSComponent('modal__content')
238
238
  ], ModalContentDirective);
239
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalContentDirective, decorators: [{
239
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalContentDirective, decorators: [{
240
240
  type: Directive,
241
241
  args: [{
242
242
  standalone: true,
@@ -268,10 +268,10 @@ class ModalDismissDirective {
268
268
  onClick() {
269
269
  this.modalRef.dismiss();
270
270
  }
271
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalDismissDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
272
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: ModalDismissDirective, isStandalone: true, selector: "[odxModalDismiss]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
271
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalDismissDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
272
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: ModalDismissDirective, isStandalone: true, selector: "[odxModalDismiss]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
273
273
  }
274
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalDismissDirective, decorators: [{
274
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalDismissDirective, decorators: [{
275
275
  type: Directive,
276
276
  args: [{
277
277
  standalone: true,
@@ -289,10 +289,10 @@ class PreventFormMethodDialogDirective {
289
289
  onClick(event) {
290
290
  event.preventDefault();
291
291
  }
292
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: PreventFormMethodDialogDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
293
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: PreventFormMethodDialogDirective, isStandalone: true, selector: "[formmethod=dialog]", host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 }); }
292
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PreventFormMethodDialogDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
293
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: PreventFormMethodDialogDirective, isStandalone: true, selector: "[formmethod=dialog]", host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 }); }
294
294
  }
295
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: PreventFormMethodDialogDirective, decorators: [{
295
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PreventFormMethodDialogDirective, decorators: [{
296
296
  type: Directive,
297
297
  args: [{
298
298
  standalone: true,
@@ -310,10 +310,10 @@ class PreventMethodDialogDirective {
310
310
  onFormSubmit(event) {
311
311
  event.preventDefault();
312
312
  }
313
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: PreventMethodDialogDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
314
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: PreventMethodDialogDirective, isStandalone: true, selector: "form[method=dialog]", host: { listeners: { "submit": "onFormSubmit($event)" } }, ngImport: i0 }); }
313
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PreventMethodDialogDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
314
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: PreventMethodDialogDirective, isStandalone: true, selector: "form[method=dialog]", host: { listeners: { "submit": "onFormSubmit($event)" } }, ngImport: i0 }); }
315
315
  }
316
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: PreventMethodDialogDirective, decorators: [{
316
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PreventMethodDialogDirective, decorators: [{
317
317
  type: Directive,
318
318
  args: [{
319
319
  standalone: true,
@@ -331,13 +331,13 @@ let ModalFooterComponent = class ModalFooterComponent {
331
331
  constructor() {
332
332
  this.element = injectElement();
333
333
  }
334
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
335
- 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 }); }
334
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
335
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ModalFooterComponent, isStandalone: true, selector: "odx-modal-footer", ngImport: i0, template: "<ng-content />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
336
336
  };
337
337
  ModalFooterComponent = __decorate([
338
338
  CSSComponent('modal__footer')
339
339
  ], ModalFooterComponent);
340
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalFooterComponent, decorators: [{
340
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalFooterComponent, decorators: [{
341
341
  type: Component,
342
342
  args: [{ standalone: true, selector: 'odx-modal-footer', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content />\n" }]
343
343
  }] });
@@ -356,14 +356,14 @@ let ModalHeaderComponent = class ModalHeaderComponent {
356
356
  this.areaHeaderComponent.size = AreaHeaderSize.MEDIUM;
357
357
  }
358
358
  }
359
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
360
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: ModalHeaderComponent, isStandalone: true, selector: "odx-modal-header", queries: [{ propertyName: "areaHeaderComponent", first: true, predicate: AreaHeaderComponent, descendants: true }], ngImport: i0, template: "<ng-content select=\"odx-area-header\" />\n@if (modalRef.options.dismissable) {\n <odx-action-group class=\"odx-modal__dismiss\">\n <button odxButton odxModalDismiss><odx-icon name=\"close\" iconSet=\"core\" /></button>\n </odx-action-group>\n}\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }, { kind: "directive", type: ModalDismissDirective, selector: "[odxModalDismiss]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
359
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
360
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: ModalHeaderComponent, isStandalone: true, selector: "odx-modal-header", queries: [{ propertyName: "areaHeaderComponent", first: true, predicate: AreaHeaderComponent, descendants: true }], ngImport: i0, template: "<ng-content select=\"odx-area-header\" />\n@if (modalRef.options.dismissable) {\n <odx-action-group class=\"odx-modal__dismiss\">\n <button odxButton odxModalDismiss><odx-icon name=\"close\" iconSet=\"core\" /></button>\n </odx-action-group>\n}\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }, { kind: "directive", type: ModalDismissDirective, selector: "[odxModalDismiss]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
361
361
  };
362
362
  ModalHeaderComponent = __decorate([
363
363
  CSSComponent('modal__header'),
364
364
  __metadata("design:paramtypes", [])
365
365
  ], ModalHeaderComponent);
366
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalHeaderComponent, decorators: [{
366
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalHeaderComponent, decorators: [{
367
367
  type: Component,
368
368
  args: [{ standalone: true, selector: 'odx-modal-header', imports: [CoreModule, ActionGroupComponent, ButtonComponent, IconComponent, ModalDismissDirective], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"odx-area-header\" />\n@if (modalRef.options.dismissable) {\n <odx-action-group class=\"odx-modal__dismiss\">\n <button odxButton odxModalDismiss><odx-icon name=\"close\" iconSet=\"core\" /></button>\n </odx-action-group>\n}\n" }]
369
369
  }], ctorParameters: () => [], propDecorators: { areaHeaderComponent: [{
@@ -392,8 +392,8 @@ let ModalHeroComponent = class ModalHeroComponent {
392
392
  this.iconSet = IconSet.CORE;
393
393
  detectControllerChanges(this.modalRef).subscribe();
394
394
  }
395
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalHeroComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
396
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: ModalHeroComponent, isStandalone: true, selector: "odx-modal-hero", inputs: { icon: "icon", iconSet: "iconSet", variant: "variant" }, ngImport: i0, template: "@if (icon) {\n <odx-icon class=\"odx-modal-hero__icon\" [name]=\"icon\" [iconSet]=\"iconSet\" size=\"xlarge\" />\n}\n\n<div class=\"odx-modal-hero__title odx-heading-4\">\n <ng-content />\n</div>\n@if (modalRef.options.dismissable) {\n <odx-action-group class=\"odx-modal-hero__dismiss\">\n <button odxButton odxModalDismiss>\n <odx-icon name=\"close\" iconSet=\"core\" />\n </button>\n </odx-action-group>\n}\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }, { kind: "directive", type: ModalDismissDirective, selector: "[odxModalDismiss]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
395
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalHeroComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
396
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: ModalHeroComponent, isStandalone: true, selector: "odx-modal-hero", inputs: { icon: "icon", iconSet: "iconSet", variant: "variant" }, ngImport: i0, template: "@if (icon) {\n <odx-icon class=\"odx-modal-hero__icon\" [name]=\"icon\" [iconSet]=\"iconSet\" size=\"xlarge\" />\n}\n\n<div class=\"odx-modal-hero__title odx-heading-4\">\n <ng-content />\n</div>\n@if (modalRef.options.dismissable) {\n <odx-action-group class=\"odx-modal-hero__dismiss\">\n <button odxButton odxModalDismiss>\n <odx-icon name=\"close\" iconSet=\"core\" />\n </button>\n </odx-action-group>\n}\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }, { kind: "directive", type: ModalDismissDirective, selector: "[odxModalDismiss]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
397
397
  };
398
398
  __decorate([
399
399
  CSSModifier(),
@@ -403,7 +403,7 @@ ModalHeroComponent = __decorate([
403
403
  CSSComponent('modal-hero'),
404
404
  __metadata("design:paramtypes", [])
405
405
  ], ModalHeroComponent);
406
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalHeroComponent, decorators: [{
406
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalHeroComponent, decorators: [{
407
407
  type: Component,
408
408
  args: [{ selector: 'odx-modal-hero', standalone: true, imports: [CoreModule, ActionGroupComponent, ButtonComponent, IconComponent, ModalDismissDirective], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "@if (icon) {\n <odx-icon class=\"odx-modal-hero__icon\" [name]=\"icon\" [iconSet]=\"iconSet\" size=\"xlarge\" />\n}\n\n<div class=\"odx-modal-hero__title odx-heading-4\">\n <ng-content />\n</div>\n@if (modalRef.options.dismissable) {\n <odx-action-group class=\"odx-modal-hero__dismiss\">\n <button odxButton odxModalDismiss>\n <odx-icon name=\"close\" iconSet=\"core\" />\n </button>\n </odx-action-group>\n}\n" }]
409
409
  }], ctorParameters: () => [], propDecorators: { icon: [{
@@ -436,10 +436,10 @@ class BasicModalComponent {
436
436
  get data() {
437
437
  return this.modalRef.data;
438
438
  }
439
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BasicModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
440
- 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 }); }
439
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BasicModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
440
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", 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 }); }
441
441
  }
442
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BasicModalComponent, decorators: [{
442
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BasicModalComponent, decorators: [{
443
443
  type: Component,
444
444
  args: [{ selector: 'odx-basic-modal', standalone: true, imports: [
445
445
  CoreModule,
@@ -501,8 +501,8 @@ let ModalComponent = class ModalComponent {
501
501
  handleDialogClose() {
502
502
  this.modalRef.dismiss();
503
503
  }
504
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
505
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: ModalComponent, isStandalone: true, selector: "dialog[odx-dialog-modal]", inputs: { content: "content" }, host: { listeners: { "keydown": "preventNativeDismiss($event)", "cancel": "handleDialogClose()", "close": "handleDialogClose()" }, properties: { "attr.id": "modalRef.options.id", "attr.aria-labelledby": "modalRef.modalTitleId", "attr.role": "\"dialog\"" } }, usesOnChanges: true, ngImport: i0, template: "<div\n [odxClickOutsideActive]=\"modalRef.isActive() && modalRef.options.dismissable && modalRef.options.interactiveBackdrop\"\n (odxClickOutside)=\"modalRef.dismiss()\"\n class=\"odx-modal__container\"\n>\n <ng-template [odxDynamicView]=\"content\" [odxDynamicViewContext]=\"withComponent ? {} : context\" [odxDynamicViewInjector]=\"injector\" />\n</div>\n", dependencies: [{ kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i1.ClickOutsideDirective, selector: "[odxClickOutside]", inputs: ["odxClickOutsideActive"], outputs: ["odxClickOutside"] }, { kind: "ngmodule", type: CoreModule }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
504
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
505
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ModalComponent, isStandalone: true, selector: "dialog[odx-dialog-modal]", inputs: { content: "content" }, host: { listeners: { "keydown": "preventNativeDismiss($event)", "cancel": "handleDialogClose()", "close": "handleDialogClose()" }, properties: { "attr.id": "modalRef.options.id", "attr.aria-labelledby": "modalRef.modalTitleId", "attr.role": "\"dialog\"" } }, usesOnChanges: true, ngImport: i0, template: "<div\n [odxClickOutsideActive]=\"modalRef.isActive() && modalRef.options.dismissable && modalRef.options.interactiveBackdrop\"\n (odxClickOutside)=\"modalRef.dismiss()\"\n class=\"odx-modal__container\"\n>\n <ng-template [odxDynamicView]=\"content\" [odxDynamicViewContext]=\"withComponent ? {} : context\" [odxDynamicViewInjector]=\"injector\" />\n</div>\n", dependencies: [{ kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i1.ClickOutsideDirective, selector: "[odxClickOutside]", inputs: ["odxClickOutsideActive"], outputs: ["odxClickOutside"] }, { kind: "ngmodule", type: CoreModule }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
506
506
  };
507
507
  __decorate([
508
508
  CSSModifier(),
@@ -520,7 +520,7 @@ ModalComponent = __decorate([
520
520
  CSSComponent('modal'),
521
521
  __metadata("design:paramtypes", [])
522
522
  ], ModalComponent);
523
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalComponent, decorators: [{
523
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalComponent, decorators: [{
524
524
  type: Component,
525
525
  args: [{ standalone: true, selector: 'dialog[odx-dialog-modal]', imports: [A11yModule, ActionGroupComponent, ButtonComponent, IconComponent, CoreModule, DynamicViewDirective], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
526
526
  '[attr.id]': 'modalRef.options.id',
@@ -679,10 +679,10 @@ class ModalService {
679
679
  modalRef.onDestroy$.pipe(finalize(onDestroy)).subscribe();
680
680
  deferFn(() => dialog?.showModal());
681
681
  }
682
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalService, deps: [{ token: i1$1.Location }], target: i0.ɵɵFactoryTarget.Injectable }); }
683
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalService, providedIn: 'root' }); }
682
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalService, deps: [{ token: i1$1.Location }], target: i0.ɵɵFactoryTarget.Injectable }); }
683
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalService, providedIn: 'root' }); }
684
684
  }
685
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalService, decorators: [{
685
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalService, decorators: [{
686
686
  type: Injectable,
687
687
  args: [{ providedIn: 'root' }]
688
688
  }], ctorParameters: () => [{ type: i1$1.Location }] });
@@ -737,10 +737,10 @@ class ModalDirective {
737
737
  dismiss() {
738
738
  this.modalRef?.dismiss();
739
739
  }
740
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
741
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: ModalDirective, isStandalone: true, selector: "ng-template[odxModal]", inputs: { modalOptions: ["odxModal", "modalOptions"] }, outputs: { modalClose: "odxModalClose", modalDismiss: "odxModalDismiss" }, exportAs: ["odxModal"], usesOnChanges: true, ngImport: i0 }); }
740
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
741
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: ModalDirective, isStandalone: true, selector: "ng-template[odxModal]", inputs: { modalOptions: ["odxModal", "modalOptions"] }, outputs: { modalClose: "odxModalClose", modalDismiss: "odxModalDismiss" }, exportAs: ["odxModal"], usesOnChanges: true, ngImport: i0 }); }
742
742
  }
743
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalDirective, decorators: [{
743
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalDirective, decorators: [{
744
744
  type: Directive,
745
745
  args: [{
746
746
  standalone: true,
@@ -771,8 +771,8 @@ const modules = [
771
771
  PreventFormMethodDialogDirective,
772
772
  ];
773
773
  class ModalModule {
774
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
775
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: ModalModule, imports: [ButtonComponent, ButtonGroupComponent, ModalComponent,
774
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
775
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ModalModule, imports: [ButtonComponent, ButtonGroupComponent, ModalComponent,
776
776
  ModalHeaderComponent,
777
777
  ModalHeroComponent,
778
778
  ModalFooterComponent,
@@ -791,11 +791,11 @@ class ModalModule {
791
791
  ModalDismissDirective,
792
792
  PreventMethodDialogDirective,
793
793
  PreventFormMethodDialogDirective] }); }
794
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalModule, imports: [ButtonComponent, ButtonGroupComponent, ModalComponent,
794
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalModule, imports: [ButtonComponent, ButtonGroupComponent, ModalComponent,
795
795
  ModalHeaderComponent,
796
796
  ModalHeroComponent, CoreModule, AreaHeaderModule] }); }
797
797
  }
798
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalModule, decorators: [{
798
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalModule, decorators: [{
799
799
  type: NgModule,
800
800
  args: [{
801
801
  imports: [ButtonComponent, ButtonGroupComponent, ...modules],
@@ -12,13 +12,13 @@ let NavigationBackComponent = class NavigationBackComponent {
12
12
  constructor() {
13
13
  this.element = injectElement();
14
14
  }
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NavigationBackComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
16
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: NavigationBackComponent, isStandalone: true, selector: "button[odxNavigationBack], a[odxNavigationBack]", ngImport: i0, template: "<odx-icon name=\"arrow-left\" iconSet=\"core\" />\n", dependencies: [{ kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NavigationBackComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
16
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NavigationBackComponent, isStandalone: true, selector: "button[odxNavigationBack], a[odxNavigationBack]", ngImport: i0, template: "<odx-icon name=\"arrow-left\" iconSet=\"core\" />\n", dependencies: [{ kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
17
17
  };
18
18
  NavigationBackComponent = __decorate([
19
19
  CSSComponent('navigation-back')
20
20
  ], NavigationBackComponent);
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NavigationBackComponent, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NavigationBackComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{ standalone: true, selector: 'button[odxNavigationBack], a[odxNavigationBack]', imports: [IconComponent], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<odx-icon name=\"arrow-left\" iconSet=\"core\" />\n" }]
24
24
  }] });