@odx/angular 11.6.0 → 12.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (391) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/breakpoints/lib/breakpoints.config.d.ts +1 -1
  3. package/components/calendar/lib/calendar.config.d.ts +1 -1
  4. package/components/card/lib/card.config.d.ts +1 -1
  5. package/components/datepicker/lib/datepicker.config.d.ts +1 -1
  6. package/components/daterangepicker/lib/daterangepicker.config.d.ts +1 -1
  7. package/components/error-page/lib/error-page.config.d.ts +1 -1
  8. package/components/footer/lib/footer.config.d.ts +1 -1
  9. package/components/form-field/lib/form-field.config.d.ts +1 -1
  10. package/components/icon/lib/icon.config.d.ts +1 -1
  11. package/components/main-menu/lib/main-menu.config.d.ts +1 -1
  12. package/components/modal/lib/modal.config.d.ts +1 -1
  13. package/components/notification/lib/notification.config.d.ts +1 -1
  14. package/components/paginator/lib/paginator.config.d.ts +1 -1
  15. package/components/timepicker/lib/directives/timepicker-input-control.directive.d.ts +3 -3
  16. package/components/toast/lib/toast.config.d.ts +1 -1
  17. package/components/tooltip/lib/tooltip.config.d.ts +1 -1
  18. package/esm2022/breakpoints/lib/breakpoints.module.mjs +4 -4
  19. package/esm2022/breakpoints/lib/breakpoints.service.mjs +3 -3
  20. package/esm2022/breakpoints/lib/breakpoints.typings.mjs +1 -1
  21. package/esm2022/breakpoints/lib/directives/match-breakpoints.directive.mjs +3 -3
  22. package/esm2022/cdk/a11y/lib/a11y.module.mjs +4 -4
  23. package/esm2022/cdk/a11y/lib/directives/interactive.directive.mjs +3 -3
  24. package/esm2022/cdk/a11y/lib/directives/list-focus-manager-option.directive.mjs +3 -3
  25. package/esm2022/cdk/a11y/lib/directives/list-focus-manager.directive.mjs +3 -3
  26. package/esm2022/cdk/active-indicator/lib/active-indicator.directive.mjs +3 -3
  27. package/esm2022/cdk/autocomplete-control/lib/autocomplete-control.mjs +3 -3
  28. package/esm2022/cdk/checkbox-control/lib/checkbox-control.directive.mjs +3 -3
  29. package/esm2022/cdk/connected-overlay/lib/connected-overlay.component.mjs +3 -3
  30. package/esm2022/cdk/connected-overlay/lib/connected-overlay.service.mjs +3 -3
  31. package/esm2022/cdk/custom-form-control/lib/control.directive.mjs +3 -3
  32. package/esm2022/cdk/custom-form-control/lib/custom-form-control.mjs +3 -3
  33. package/esm2022/cdk/custom-form-control/lib/input-control.directive.mjs +3 -3
  34. package/esm2022/cdk/dynamic-view/lib/dynamic-view.component.mjs +3 -3
  35. package/esm2022/cdk/dynamic-view/lib/dynamic-view.directive.mjs +3 -3
  36. package/esm2022/cdk/dynamic-view/lib/dynamic-view.service.mjs +3 -3
  37. package/esm2022/cdk/event-plugins/lib/models/event-plugin.mjs +1 -1
  38. package/esm2022/cdk/event-plugins/lib/plugins/debounce-event-plugin.mjs +5 -5
  39. package/esm2022/cdk/event-plugins/lib/plugins/defer-event-plugin.mjs +5 -5
  40. package/esm2022/cdk/expandable/lib/directives/expandable-container.directive.mjs +3 -3
  41. package/esm2022/cdk/expandable/lib/directives/expandable-item.directive.mjs +3 -3
  42. package/esm2022/cdk/expandable/lib/expandable.module.mjs +4 -4
  43. package/esm2022/cdk/option-control/lib/option-control.mjs +3 -3
  44. package/esm2022/cdk/radio-group-control/lib/radio-control.directive.mjs +3 -3
  45. package/esm2022/cdk/radio-group-control/lib/radio-group-control.directive.mjs +3 -3
  46. package/esm2022/cdk/radio-group-control/lib/radio-group-control.module.mjs +4 -4
  47. package/esm2022/components/accordion/lib/accordion.component.mjs +3 -3
  48. package/esm2022/components/accordion/lib/accordion.module.mjs +4 -4
  49. package/esm2022/components/accordion/lib/components/accordion-item/accordion-item.component.mjs +3 -3
  50. package/esm2022/components/accordion/lib/directives/accordion-item-title.mjs +3 -3
  51. package/esm2022/components/action-group/action-group.component.mjs +3 -3
  52. package/esm2022/components/area-header/area-header.component.mjs +3 -3
  53. package/esm2022/components/area-header/area-header.module.mjs +4 -4
  54. package/esm2022/components/area-header/directives/area-header-content.directive.mjs +3 -3
  55. package/esm2022/components/area-header/directives/area-header-subtitle.directive.mjs +3 -3
  56. package/esm2022/components/autocomplete/lib/autocomplete.component.mjs +3 -3
  57. package/esm2022/components/autocomplete/lib/autocomplete.module.mjs +4 -4
  58. package/esm2022/components/autocomplete/lib/components/option/autocomplete-option.component.mjs +3 -3
  59. package/esm2022/components/autocomplete/lib/directives/autocomplete-input-control.directive.mjs +3 -3
  60. package/esm2022/components/autocomplete/lib/pipes/autocomplete-search-filter.pipe.mjs +3 -3
  61. package/esm2022/components/avatar/lib/avatar.component.mjs +3 -3
  62. package/esm2022/components/badge/lib/badge.component.mjs +3 -3
  63. package/esm2022/components/badge/lib/badge.directive.mjs +3 -3
  64. package/esm2022/components/bar/lib/bar.component.mjs +3 -3
  65. package/esm2022/components/bar/lib/bar.module.mjs +4 -4
  66. package/esm2022/components/bar/lib/directives/bar-button.directive.mjs +3 -3
  67. package/esm2022/components/bar/lib/directives/bar-label.directive.mjs +3 -3
  68. package/esm2022/components/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
  69. package/esm2022/components/button/lib/button.component.mjs +3 -3
  70. package/esm2022/components/button/lib/directives/responsive-button.directive.mjs +3 -3
  71. package/esm2022/components/button-group/lib/button-group.component.mjs +3 -3
  72. package/esm2022/components/calendar/lib/calendar.component.mjs +3 -3
  73. package/esm2022/components/calendar/lib/calendar.service.mjs +3 -3
  74. package/esm2022/components/calendar/lib/components/calendar-header/calendar-header.component.mjs +3 -3
  75. package/esm2022/components/calendar/lib/components/calendar-month/calendar-month.component.mjs +3 -3
  76. package/esm2022/components/calendar/lib/components/calendar-year/calendar-year.component.mjs +3 -3
  77. package/esm2022/components/calendar/lib/components/calendar-years/calendar-years.component.mjs +3 -3
  78. package/esm2022/components/calendar/lib/daterange.service.mjs +3 -3
  79. package/esm2022/components/calendar/lib/directives/calendar-cell.directive.mjs +3 -3
  80. package/esm2022/components/calendar/lib/directives/calendar-view.directive.mjs +3 -3
  81. package/esm2022/components/calendar/lib/pipes/date-label.pipe.mjs +3 -3
  82. package/esm2022/components/calendar/lib/services/calendar-month.service.mjs +3 -3
  83. package/esm2022/components/calendar/lib/services/calendar-year.service.mjs +3 -3
  84. package/esm2022/components/calendar/lib/services/calendar-years.service.mjs +3 -3
  85. package/esm2022/components/card/lib/card.component.mjs +3 -3
  86. package/esm2022/components/card/lib/card.module.mjs +4 -4
  87. package/esm2022/components/card/lib/components/card-footer/card-footer.component.mjs +3 -3
  88. package/esm2022/components/card/lib/components/card-image/card-image.component.mjs +3 -3
  89. package/esm2022/components/card/lib/components/launch-card-subtitle/launch-card-subtitle.component.mjs +3 -3
  90. package/esm2022/components/card/lib/directives/card-content.directive.mjs +3 -3
  91. package/esm2022/components/checkbox/lib/checkbox.component.mjs +3 -3
  92. package/esm2022/components/checkbox/lib/checkbox.module.mjs +4 -4
  93. package/esm2022/components/checkbox/lib/checkbox.validator.mjs +3 -3
  94. package/esm2022/components/chip/lib/components/chip/chip.component.mjs +3 -3
  95. package/esm2022/components/chip/lib/components/chip-list/chip-list.component.mjs +3 -3
  96. package/esm2022/components/chip/lib/components/chip-list-row/chip-list-row.component.mjs +3 -3
  97. package/esm2022/components/circular-progress/lib/circular-progress.component.mjs +3 -3
  98. package/esm2022/components/content-box/lib/content-box.component.mjs +3 -3
  99. package/esm2022/components/content-box/lib/content-box.module.mjs +4 -4
  100. package/esm2022/components/content-box/lib/directives/content-box-footer.directive.mjs +3 -3
  101. package/esm2022/components/content-box/lib/directives/content-box-header.directive.mjs +3 -3
  102. package/esm2022/components/datepicker/lib/datepicker.component.mjs +3 -3
  103. package/esm2022/components/datepicker/lib/datepicker.module.mjs +4 -4
  104. package/esm2022/components/datepicker/lib/directives/datepicker-input-control.directive.mjs +4 -4
  105. package/esm2022/components/daterangepicker/lib/daterangepicker.component.mjs +3 -3
  106. package/esm2022/components/daterangepicker/lib/daterangepicker.module.mjs +4 -4
  107. package/esm2022/components/daterangepicker/lib/directives/daterangepicker-input-control.directive.mjs +4 -4
  108. package/esm2022/components/daterangepicker/lib/range.validator.mjs +3 -3
  109. package/esm2022/components/daterangepicker/lib/required.validator.mjs +3 -3
  110. package/esm2022/components/dropdown/lib/dropdown.component.mjs +3 -3
  111. package/esm2022/components/dropdown/lib/dropdown.directive.mjs +3 -3
  112. package/esm2022/components/dropdown/lib/dropdown.module.mjs +4 -4
  113. package/esm2022/components/error-page/lib/error-page.component.mjs +3 -3
  114. package/esm2022/components/footer/lib/footer.component.mjs +3 -3
  115. package/esm2022/components/form-field/lib/components/form-field-info/form-field-info.component.mjs +3 -3
  116. package/esm2022/components/form-field/lib/components/form-group/form-group.component.mjs +3 -3
  117. package/esm2022/components/form-field/lib/directives/form-field-control.directive.mjs +3 -3
  118. package/esm2022/components/form-field/lib/directives/form-field-error.directive.mjs +3 -3
  119. package/esm2022/components/form-field/lib/directives/form-field-hint.directive.mjs +3 -3
  120. package/esm2022/components/form-field/lib/directives/form-field-label.directive.mjs +3 -3
  121. package/esm2022/components/form-field/lib/directives/form.directive.mjs +3 -3
  122. package/esm2022/components/form-field/lib/form-field.component.mjs +3 -3
  123. package/esm2022/components/form-field/lib/form-field.module.mjs +4 -4
  124. package/esm2022/components/form-field/lib/form-field.service.mjs +3 -3
  125. package/esm2022/components/form-field/lib/services/form-field-error.service.mjs +3 -3
  126. package/esm2022/components/header/lib/directives/header-avatar.directive.mjs +3 -3
  127. package/esm2022/components/header/lib/directives/header-title.directive.mjs +3 -3
  128. package/esm2022/components/header/lib/header.component.mjs +3 -3
  129. package/esm2022/components/header/lib/header.module.mjs +4 -4
  130. package/esm2022/components/header-navigation/lib/directives/header-navigation-link.directive.mjs +6 -6
  131. package/esm2022/components/header-navigation/lib/header-navigation.component.mjs +3 -3
  132. package/esm2022/components/header-navigation/lib/header-navigation.module.mjs +4 -4
  133. package/esm2022/components/icon/lib/icon.component.mjs +3 -3
  134. package/esm2022/components/inline-message/lib/inline-message.component.mjs +3 -3
  135. package/esm2022/components/link/link.directive.mjs +3 -3
  136. package/esm2022/components/list/lib/components/expandable-list-item/expandable-list-item.component.mjs +3 -3
  137. package/esm2022/components/list/lib/components/list-item/list-item.component.mjs +3 -3
  138. package/esm2022/components/list/lib/list.component.mjs +3 -3
  139. package/esm2022/components/list/lib/list.module.mjs +4 -4
  140. package/esm2022/components/loading-spinner/lib/loading-spinner.component.mjs +3 -3
  141. package/esm2022/components/loading-spinner/lib/loading-spinner.directive.mjs +3 -3
  142. package/esm2022/components/loading-spinner/lib/loading-spinner.module.mjs +4 -4
  143. package/esm2022/components/logo/logo.directive.mjs +3 -3
  144. package/esm2022/components/main-menu/lib/directives/main-menu-button.directive.mjs +3 -3
  145. package/esm2022/components/main-menu/lib/directives/main-menu-close.directive.mjs +3 -3
  146. package/esm2022/components/main-menu/lib/directives/main-menu-item.directive.mjs +3 -3
  147. package/esm2022/components/main-menu/lib/main-menu.component.mjs +3 -3
  148. package/esm2022/components/main-menu/lib/main-menu.module.mjs +4 -4
  149. package/esm2022/components/main-menu/lib/main-menu.service.mjs +3 -3
  150. package/esm2022/components/mainfilter-group/lib/mainfilter-group.component.mjs +3 -3
  151. package/esm2022/components/menu/lib/directives/menu-item.directive.mjs +3 -3
  152. package/esm2022/components/menu/lib/menu.component.mjs +3 -3
  153. package/esm2022/components/menu/lib/menu.directive.mjs +3 -3
  154. package/esm2022/components/menu/lib/menu.module.mjs +4 -4
  155. package/esm2022/components/modal/lib/components/basic-modal/basic-modal.component.mjs +3 -3
  156. package/esm2022/components/modal/lib/components/modal-footer/modal-footer.component.mjs +3 -3
  157. package/esm2022/components/modal/lib/components/modal-header/modal-header.component.mjs +3 -3
  158. package/esm2022/components/modal/lib/components/modal-hero/modal-hero.component.mjs +3 -3
  159. package/esm2022/components/modal/lib/directives/modal-close.directive.mjs +3 -3
  160. package/esm2022/components/modal/lib/directives/modal-content.directive.mjs +3 -3
  161. package/esm2022/components/modal/lib/directives/modal-dismiss.directive.mjs +3 -3
  162. package/esm2022/components/modal/lib/directives/prevent-form-method-dialog.directive.mjs +3 -3
  163. package/esm2022/components/modal/lib/directives/prevent-method-dialog.directive.mjs +3 -3
  164. package/esm2022/components/modal/lib/modal.component.mjs +3 -3
  165. package/esm2022/components/modal/lib/modal.directive.mjs +3 -3
  166. package/esm2022/components/modal/lib/modal.module.mjs +4 -4
  167. package/esm2022/components/modal/lib/modal.service.mjs +3 -3
  168. package/esm2022/components/navigation-back/lib/navigation-back.component.mjs +3 -3
  169. package/esm2022/components/notification/lib/components/notification-center/notification-center.component.mjs +3 -3
  170. package/esm2022/components/notification/lib/components/notification-item/notification-item.component.mjs +3 -3
  171. package/esm2022/components/notification/lib/directives/notification-center.directive.mjs +3 -3
  172. package/esm2022/components/notification/lib/notification.service.mjs +3 -3
  173. package/esm2022/components/notification/lib/services/notification-center.service.mjs +3 -3
  174. package/esm2022/components/paginator/lib/paginator.component.mjs +3 -3
  175. package/esm2022/components/paginator/lib/paginator.module.mjs +4 -4
  176. package/esm2022/components/progress/lib/progress.component.mjs +3 -3
  177. package/esm2022/components/radio-group/lib/components/radio-button/radio-button.component.mjs +3 -3
  178. package/esm2022/components/radio-group/lib/radio-group.component.mjs +3 -3
  179. package/esm2022/components/radio-group/lib/radio-group.module.mjs +4 -4
  180. package/esm2022/components/rail-navigation/lib/components/rail-navigation-item/rail-navigation-item.component.mjs +3 -3
  181. package/esm2022/components/rail-navigation/lib/rail-navigation.component.mjs +3 -3
  182. package/esm2022/components/rail-navigation/lib/rail-navigation.module.mjs +4 -4
  183. package/esm2022/components/rich-list/lib/components/rich-list-content/rich-list-content.component.mjs +3 -3
  184. package/esm2022/components/rich-list/lib/components/rich-list-item/rich-list-item.component.mjs +3 -3
  185. package/esm2022/components/rich-list/lib/components/rich-list-item-header/rich-list-item-header.component.mjs +3 -3
  186. package/esm2022/components/rich-list/lib/rich-list.component.mjs +3 -3
  187. package/esm2022/components/rich-list/lib/rich-list.module.mjs +4 -4
  188. package/esm2022/components/search-bar/lib/search-bar-control.directive.mjs +3 -3
  189. package/esm2022/components/search-bar/lib/search-bar.component.mjs +3 -3
  190. package/esm2022/components/search-bar/lib/search-bar.module.mjs +4 -4
  191. package/esm2022/components/select/lib/components/select-option/select-option.component.mjs +3 -3
  192. package/esm2022/components/select/lib/directives/select-input-control.directive.mjs +3 -3
  193. package/esm2022/components/select/lib/pipes/select-search-filter.pipe.mjs +3 -3
  194. package/esm2022/components/select/lib/select.component.mjs +3 -3
  195. package/esm2022/components/select/lib/select.module.mjs +4 -4
  196. package/esm2022/components/slider/lib/slider.directive.mjs +3 -3
  197. package/esm2022/components/spinbox/lib/spinbox.component.mjs +3 -3
  198. package/esm2022/components/switch/lib/switch.component.mjs +3 -3
  199. package/esm2022/components/switch/lib/switch.module.mjs +4 -4
  200. package/esm2022/components/switch/lib/switch.validator.mjs +3 -3
  201. package/esm2022/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.mjs +3 -3
  202. package/esm2022/components/tab-bar/lib/tab-bar.component.mjs +3 -3
  203. package/esm2022/components/tab-bar/lib/tab-bar.module.mjs +4 -4
  204. package/esm2022/components/table/lib/components/check-cell/check-cell.component.mjs +3 -3
  205. package/esm2022/components/table/lib/components/header-title/header-title.component.mjs +3 -3
  206. package/esm2022/components/table/lib/directives/table-cell.directive.mjs +3 -3
  207. package/esm2022/components/table/lib/directives/table-row.directive.mjs +3 -3
  208. package/esm2022/components/table/lib/table.component.mjs +3 -3
  209. package/esm2022/components/table/lib/table.module.mjs +4 -4
  210. package/esm2022/components/timepicker/lib/components/timepicker-option.component.mjs +3 -3
  211. package/esm2022/components/timepicker/lib/directives/timepicker-input-control.directive.mjs +5 -5
  212. package/esm2022/components/timepicker/lib/timepicker.component.mjs +3 -3
  213. package/esm2022/components/timepicker/lib/timepicker.module.mjs +4 -4
  214. package/esm2022/components/timepicker/lib/timepicker.service.mjs +3 -3
  215. package/esm2022/components/toast/lib/components/toast-container/toast-container.component.mjs +3 -3
  216. package/esm2022/components/toast/lib/components/toast-item/toast-item.component.mjs +3 -3
  217. package/esm2022/components/toast/lib/toast.module.mjs +4 -4
  218. package/esm2022/components/toast/lib/toast.service.mjs +3 -3
  219. package/esm2022/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.mjs +3 -3
  220. package/esm2022/components/toggle-button-group/lib/toggle-button-group.component.mjs +3 -3
  221. package/esm2022/components/toggle-button-group/lib/toggle-button-group.module.mjs +4 -4
  222. package/esm2022/components/tooltip/lib/tooltip.component.mjs +3 -3
  223. package/esm2022/components/tooltip/lib/tooltip.directive.mjs +3 -3
  224. package/esm2022/components/wizard/lib/components/wizard-step/wizard-step.component.mjs +3 -3
  225. package/esm2022/components/wizard/lib/wizard.component.mjs +3 -3
  226. package/esm2022/components/wizard/lib/wizard.module.mjs +4 -4
  227. package/esm2022/internal/translate/lib/pipes/translate.pipe.mjs +3 -3
  228. package/esm2022/lib/controllers/controller.mjs +3 -3
  229. package/esm2022/lib/controllers/disabled.controller.mjs +3 -3
  230. package/esm2022/lib/controllers/readonly.controller.mjs +3 -3
  231. package/esm2022/lib/core.module.mjs +4 -4
  232. package/esm2022/lib/directives/click-outside.directive.mjs +3 -3
  233. package/esm2022/lib/directives/delegate-focus.directive.mjs +3 -3
  234. package/esm2022/lib/directives/with-disabled-state.directive.mjs +3 -3
  235. package/esm2022/lib/directives/with-tabindex.directive.mjs +3 -3
  236. package/esm2022/lib/services/window-ref.mjs +3 -3
  237. package/esm2022/localization/lib/localization.service.mjs +3 -3
  238. package/esm2022/theming/lib/theming.service.mjs +3 -3
  239. package/esm2022/utils/lib/helpers/dom.mjs +3 -2
  240. package/esm2022/utils/lib/helpers/event-manager.mjs +3 -3
  241. package/fesm2022/odx-angular-animations.mjs.map +1 -1
  242. package/fesm2022/odx-angular-breakpoints.mjs +10 -10
  243. package/fesm2022/odx-angular-breakpoints.mjs.map +1 -1
  244. package/fesm2022/odx-angular-cdk-a11y.mjs +13 -13
  245. package/fesm2022/odx-angular-cdk-a11y.mjs.map +1 -1
  246. package/fesm2022/odx-angular-cdk-active-indicator.mjs +3 -3
  247. package/fesm2022/odx-angular-cdk-active-indicator.mjs.map +1 -1
  248. package/fesm2022/odx-angular-cdk-autocomplete-control.mjs +3 -3
  249. package/fesm2022/odx-angular-cdk-autocomplete-control.mjs.map +1 -1
  250. package/fesm2022/odx-angular-cdk-checkbox-control.mjs +3 -3
  251. package/fesm2022/odx-angular-cdk-checkbox-control.mjs.map +1 -1
  252. package/fesm2022/odx-angular-cdk-connected-overlay.mjs +6 -6
  253. package/fesm2022/odx-angular-cdk-connected-overlay.mjs.map +1 -1
  254. package/fesm2022/odx-angular-cdk-custom-form-control.mjs +9 -9
  255. package/fesm2022/odx-angular-cdk-custom-form-control.mjs.map +1 -1
  256. package/fesm2022/odx-angular-cdk-dynamic-view.mjs +9 -9
  257. package/fesm2022/odx-angular-cdk-dynamic-view.mjs.map +1 -1
  258. package/fesm2022/odx-angular-cdk-event-plugins.mjs +8 -8
  259. package/fesm2022/odx-angular-cdk-event-plugins.mjs.map +1 -1
  260. package/fesm2022/odx-angular-cdk-expandable.mjs +10 -10
  261. package/fesm2022/odx-angular-cdk-expandable.mjs.map +1 -1
  262. package/fesm2022/odx-angular-cdk-option-control.mjs +3 -3
  263. package/fesm2022/odx-angular-cdk-option-control.mjs.map +1 -1
  264. package/fesm2022/odx-angular-cdk-radio-group-control.mjs +10 -10
  265. package/fesm2022/odx-angular-cdk-radio-group-control.mjs.map +1 -1
  266. package/fesm2022/odx-angular-components-accordion.mjs +13 -13
  267. package/fesm2022/odx-angular-components-accordion.mjs.map +1 -1
  268. package/fesm2022/odx-angular-components-action-group.mjs +3 -3
  269. package/fesm2022/odx-angular-components-action-group.mjs.map +1 -1
  270. package/fesm2022/odx-angular-components-area-header.mjs +13 -13
  271. package/fesm2022/odx-angular-components-area-header.mjs.map +1 -1
  272. package/fesm2022/odx-angular-components-autocomplete.mjs +16 -16
  273. package/fesm2022/odx-angular-components-autocomplete.mjs.map +1 -1
  274. package/fesm2022/odx-angular-components-avatar.mjs +3 -3
  275. package/fesm2022/odx-angular-components-avatar.mjs.map +1 -1
  276. package/fesm2022/odx-angular-components-badge.mjs +6 -6
  277. package/fesm2022/odx-angular-components-badge.mjs.map +1 -1
  278. package/fesm2022/odx-angular-components-bar.mjs +13 -13
  279. package/fesm2022/odx-angular-components-bar.mjs.map +1 -1
  280. package/fesm2022/odx-angular-components-breadcrumbs.mjs +3 -3
  281. package/fesm2022/odx-angular-components-breadcrumbs.mjs.map +1 -1
  282. package/fesm2022/odx-angular-components-button-group.mjs +3 -3
  283. package/fesm2022/odx-angular-components-button-group.mjs.map +1 -1
  284. package/fesm2022/odx-angular-components-button.mjs +6 -6
  285. package/fesm2022/odx-angular-components-button.mjs.map +1 -1
  286. package/fesm2022/odx-angular-components-calendar.mjs +39 -39
  287. package/fesm2022/odx-angular-components-calendar.mjs.map +1 -1
  288. package/fesm2022/odx-angular-components-card.mjs +19 -19
  289. package/fesm2022/odx-angular-components-card.mjs.map +1 -1
  290. package/fesm2022/odx-angular-components-checkbox.mjs +10 -10
  291. package/fesm2022/odx-angular-components-checkbox.mjs.map +1 -1
  292. package/fesm2022/odx-angular-components-chip.mjs +9 -9
  293. package/fesm2022/odx-angular-components-chip.mjs.map +1 -1
  294. package/fesm2022/odx-angular-components-circular-progress.mjs +3 -3
  295. package/fesm2022/odx-angular-components-circular-progress.mjs.map +1 -1
  296. package/fesm2022/odx-angular-components-content-box.mjs +13 -13
  297. package/fesm2022/odx-angular-components-content-box.mjs.map +1 -1
  298. package/fesm2022/odx-angular-components-datepicker.mjs +10 -10
  299. package/fesm2022/odx-angular-components-datepicker.mjs.map +1 -1
  300. package/fesm2022/odx-angular-components-daterangepicker.mjs +16 -16
  301. package/fesm2022/odx-angular-components-daterangepicker.mjs.map +1 -1
  302. package/fesm2022/odx-angular-components-dropdown.mjs +10 -10
  303. package/fesm2022/odx-angular-components-dropdown.mjs.map +1 -1
  304. package/fesm2022/odx-angular-components-error-page.mjs +3 -3
  305. package/fesm2022/odx-angular-components-error-page.mjs.map +1 -1
  306. package/fesm2022/odx-angular-components-footer.mjs +3 -3
  307. package/fesm2022/odx-angular-components-footer.mjs.map +1 -1
  308. package/fesm2022/odx-angular-components-form-field.mjs +34 -34
  309. package/fesm2022/odx-angular-components-form-field.mjs.map +1 -1
  310. package/fesm2022/odx-angular-components-header-navigation.mjs +13 -13
  311. package/fesm2022/odx-angular-components-header-navigation.mjs.map +1 -1
  312. package/fesm2022/odx-angular-components-header.mjs +13 -13
  313. package/fesm2022/odx-angular-components-header.mjs.map +1 -1
  314. package/fesm2022/odx-angular-components-icon.mjs +3 -3
  315. package/fesm2022/odx-angular-components-icon.mjs.map +1 -1
  316. package/fesm2022/odx-angular-components-inline-message.mjs +3 -3
  317. package/fesm2022/odx-angular-components-inline-message.mjs.map +1 -1
  318. package/fesm2022/odx-angular-components-link.mjs +3 -3
  319. package/fesm2022/odx-angular-components-link.mjs.map +1 -1
  320. package/fesm2022/odx-angular-components-list.mjs +13 -13
  321. package/fesm2022/odx-angular-components-list.mjs.map +1 -1
  322. package/fesm2022/odx-angular-components-loading-spinner.mjs +10 -10
  323. package/fesm2022/odx-angular-components-loading-spinner.mjs.map +1 -1
  324. package/fesm2022/odx-angular-components-logo.mjs +3 -3
  325. package/fesm2022/odx-angular-components-logo.mjs.map +1 -1
  326. package/fesm2022/odx-angular-components-main-menu.mjs +19 -19
  327. package/fesm2022/odx-angular-components-main-menu.mjs.map +1 -1
  328. package/fesm2022/odx-angular-components-mainfilter-group.mjs +3 -3
  329. package/fesm2022/odx-angular-components-mainfilter-group.mjs.map +1 -1
  330. package/fesm2022/odx-angular-components-menu.mjs +13 -13
  331. package/fesm2022/odx-angular-components-menu.mjs.map +1 -1
  332. package/fesm2022/odx-angular-components-modal.mjs +40 -40
  333. package/fesm2022/odx-angular-components-modal.mjs.map +1 -1
  334. package/fesm2022/odx-angular-components-navigation-back.mjs +3 -3
  335. package/fesm2022/odx-angular-components-navigation-back.mjs.map +1 -1
  336. package/fesm2022/odx-angular-components-notification-testing.mjs.map +1 -1
  337. package/fesm2022/odx-angular-components-notification.mjs +15 -15
  338. package/fesm2022/odx-angular-components-notification.mjs.map +1 -1
  339. package/fesm2022/odx-angular-components-paginator.mjs +7 -7
  340. package/fesm2022/odx-angular-components-paginator.mjs.map +1 -1
  341. package/fesm2022/odx-angular-components-progress.mjs +3 -3
  342. package/fesm2022/odx-angular-components-progress.mjs.map +1 -1
  343. package/fesm2022/odx-angular-components-radio-group.mjs +10 -10
  344. package/fesm2022/odx-angular-components-radio-group.mjs.map +1 -1
  345. package/fesm2022/odx-angular-components-rail-navigation.mjs +10 -10
  346. package/fesm2022/odx-angular-components-rail-navigation.mjs.map +1 -1
  347. package/fesm2022/odx-angular-components-rich-list.mjs +16 -16
  348. package/fesm2022/odx-angular-components-rich-list.mjs.map +1 -1
  349. package/fesm2022/odx-angular-components-search-bar.mjs +10 -10
  350. package/fesm2022/odx-angular-components-search-bar.mjs.map +1 -1
  351. package/fesm2022/odx-angular-components-select.mjs +16 -16
  352. package/fesm2022/odx-angular-components-select.mjs.map +1 -1
  353. package/fesm2022/odx-angular-components-slider.mjs +3 -3
  354. package/fesm2022/odx-angular-components-slider.mjs.map +1 -1
  355. package/fesm2022/odx-angular-components-spinbox.mjs +3 -3
  356. package/fesm2022/odx-angular-components-spinbox.mjs.map +1 -1
  357. package/fesm2022/odx-angular-components-switch.mjs +10 -10
  358. package/fesm2022/odx-angular-components-switch.mjs.map +1 -1
  359. package/fesm2022/odx-angular-components-tab-bar.mjs +10 -10
  360. package/fesm2022/odx-angular-components-tab-bar.mjs.map +1 -1
  361. package/fesm2022/odx-angular-components-table.mjs +19 -19
  362. package/fesm2022/odx-angular-components-table.mjs.map +1 -1
  363. package/fesm2022/odx-angular-components-timepicker.mjs +17 -17
  364. package/fesm2022/odx-angular-components-timepicker.mjs.map +1 -1
  365. package/fesm2022/odx-angular-components-toast.mjs +13 -13
  366. package/fesm2022/odx-angular-components-toast.mjs.map +1 -1
  367. package/fesm2022/odx-angular-components-toggle-button-group.mjs +10 -10
  368. package/fesm2022/odx-angular-components-toggle-button-group.mjs.map +1 -1
  369. package/fesm2022/odx-angular-components-tooltip.mjs +6 -6
  370. package/fesm2022/odx-angular-components-tooltip.mjs.map +1 -1
  371. package/fesm2022/odx-angular-components-wizard.mjs +10 -10
  372. package/fesm2022/odx-angular-components-wizard.mjs.map +1 -1
  373. package/fesm2022/odx-angular-internal-translate.mjs +3 -3
  374. package/fesm2022/odx-angular-internal-translate.mjs.map +1 -1
  375. package/fesm2022/odx-angular-internal.mjs.map +1 -1
  376. package/fesm2022/odx-angular-localization.mjs +3 -3
  377. package/fesm2022/odx-angular-localization.mjs.map +1 -1
  378. package/fesm2022/odx-angular-rxjs.mjs.map +1 -1
  379. package/fesm2022/odx-angular-sdk.mjs.map +1 -1
  380. package/fesm2022/odx-angular-theming.mjs +3 -3
  381. package/fesm2022/odx-angular-theming.mjs.map +1 -1
  382. package/fesm2022/odx-angular-utils.mjs +5 -4
  383. package/fesm2022/odx-angular-utils.mjs.map +1 -1
  384. package/fesm2022/odx-angular.mjs +28 -28
  385. package/fesm2022/odx-angular.mjs.map +1 -1
  386. package/internal/lib/helpers/deepmerge.d.ts +1 -1
  387. package/localization/lib/localization.config.d.ts +1 -1
  388. package/package.json +13 -13
  389. package/theming/lib/theming.config.d.ts +1 -1
  390. package/utils/lib/helpers/dom.d.ts +1 -1
  391. package/utils/lib/helpers/provide-config.d.ts +1 -1
@@ -24,15 +24,15 @@ let ModalHeaderComponent = class ModalHeaderComponent {
24
24
  this.areaHeaderComponent.size = AreaHeaderSize.MEDIUM;
25
25
  }
26
26
  }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
28
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.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 }); }
27
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
28
+ 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 }); }
29
29
  };
30
30
  ModalHeaderComponent = __decorate([
31
31
  CSSComponent('modal__header'),
32
32
  __metadata("design:paramtypes", [])
33
33
  ], ModalHeaderComponent);
34
34
  export { ModalHeaderComponent };
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalHeaderComponent, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalHeaderComponent, decorators: [{
36
36
  type: Component,
37
37
  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" }]
38
38
  }], ctorParameters: () => [], propDecorators: { areaHeaderComponent: [{
@@ -30,8 +30,8 @@ let ModalHeroComponent = class ModalHeroComponent {
30
30
  this.iconSet = IconSet.CORE;
31
31
  detectControllerChanges(this.modalRef).subscribe();
32
32
  }
33
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalHeroComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
34
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.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-title-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 }); }
33
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalHeroComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
34
+ 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-title-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 }); }
35
35
  };
36
36
  __decorate([
37
37
  CSSModifier(),
@@ -42,7 +42,7 @@ ModalHeroComponent = __decorate([
42
42
  __metadata("design:paramtypes", [])
43
43
  ], ModalHeroComponent);
44
44
  export { ModalHeroComponent };
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalHeroComponent, decorators: [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalHeroComponent, decorators: [{
46
46
  type: Component,
47
47
  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-title-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" }]
48
48
  }], ctorParameters: () => [], propDecorators: { icon: [{
@@ -39,10 +39,10 @@ export class ModalCloseDirective {
39
39
  this.modalRef.close(result ?? null);
40
40
  }
41
41
  }
42
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalCloseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
43
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: ModalCloseDirective, isStandalone: true, selector: "[odxModalClose]", inputs: { result: ["odxModalClose", "result"] }, host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
42
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalCloseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
43
+ 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 }); }
44
44
  }
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalCloseDirective, decorators: [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalCloseDirective, decorators: [{
46
46
  type: Directive,
47
47
  args: [{
48
48
  standalone: true,
@@ -10,14 +10,14 @@ let ModalContentDirective = class ModalContentDirective {
10
10
  constructor() {
11
11
  this.element = injectElement();
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
14
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: ModalContentDirective, isStandalone: true, selector: "odx-modal-content", ngImport: i0 }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
14
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: ModalContentDirective, isStandalone: true, selector: "odx-modal-content", ngImport: i0 }); }
15
15
  };
16
16
  ModalContentDirective = __decorate([
17
17
  CSSComponent('modal__content')
18
18
  ], ModalContentDirective);
19
19
  export { ModalContentDirective };
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalContentDirective, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalContentDirective, decorators: [{
21
21
  type: Directive,
22
22
  args: [{
23
23
  standalone: true,
@@ -25,10 +25,10 @@ export class ModalDismissDirective {
25
25
  onClick() {
26
26
  this.modalRef.dismiss();
27
27
  }
28
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalDismissDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
29
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: ModalDismissDirective, isStandalone: true, selector: "[odxModalDismiss]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
28
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalDismissDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
29
+ 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 }); }
30
30
  }
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalDismissDirective, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalDismissDirective, decorators: [{
32
32
  type: Directive,
33
33
  args: [{
34
34
  standalone: true,
@@ -7,10 +7,10 @@ export class PreventFormMethodDialogDirective {
7
7
  onClick(event) {
8
8
  event.preventDefault();
9
9
  }
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PreventFormMethodDialogDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: PreventFormMethodDialogDirective, isStandalone: true, selector: "[formmethod=dialog]", host: { listeners: { "click": "onClick($event)" } }, ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: PreventFormMethodDialogDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
11
+ 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 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PreventFormMethodDialogDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: PreventFormMethodDialogDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  standalone: true,
@@ -7,10 +7,10 @@ export class PreventMethodDialogDirective {
7
7
  onFormSubmit(event) {
8
8
  event.preventDefault();
9
9
  }
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PreventMethodDialogDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: PreventMethodDialogDirective, isStandalone: true, selector: "form[method=dialog]", host: { listeners: { "submit": "onFormSubmit($event)" } }, ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: PreventMethodDialogDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
11
+ 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 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PreventMethodDialogDirective, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: PreventMethodDialogDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  standalone: true,
@@ -58,8 +58,8 @@ let ModalComponent = class ModalComponent {
58
58
  handleDialogClose() {
59
59
  this.modalRef.dismiss();
60
60
  }
61
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
62
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.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 }); }
61
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
62
+ 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 }); }
63
63
  };
64
64
  __decorate([
65
65
  CSSModifier(),
@@ -78,7 +78,7 @@ ModalComponent = __decorate([
78
78
  __metadata("design:paramtypes", [])
79
79
  ], ModalComponent);
80
80
  export { ModalComponent };
81
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalComponent, decorators: [{
81
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalComponent, decorators: [{
82
82
  type: Component,
83
83
  args: [{ standalone: true, selector: 'dialog[odx-dialog-modal]', imports: [A11yModule, ActionGroupComponent, ButtonComponent, IconComponent, CoreModule, DynamicViewDirective], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
84
84
  '[attr.id]': 'modalRef.options.id',
@@ -52,10 +52,10 @@ export class ModalDirective {
52
52
  dismiss() {
53
53
  this.modalRef?.dismiss();
54
54
  }
55
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
56
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: ModalDirective, isStandalone: true, selector: "ng-template[odxModal]", inputs: { modalOptions: ["odxModal", "modalOptions"] }, outputs: { modalClose: "odxModalClose", modalDismiss: "odxModalDismiss" }, exportAs: ["odxModal"], usesOnChanges: true, ngImport: i0 }); }
55
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
56
+ 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 }); }
57
57
  }
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalDirective, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalDirective, decorators: [{
59
59
  type: Directive,
60
60
  args: [{
61
61
  standalone: true,
@@ -21,8 +21,8 @@ const modules = [
21
21
  PreventFormMethodDialogDirective,
22
22
  ];
23
23
  export class ModalModule {
24
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
25
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ModalModule, imports: [ButtonComponent, ButtonGroupComponent, ModalComponent,
24
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
25
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: ModalModule, imports: [ButtonComponent, ButtonGroupComponent, ModalComponent,
26
26
  ModalHeaderComponent,
27
27
  ModalHeroComponent,
28
28
  ModalFooterComponent,
@@ -41,11 +41,11 @@ export class ModalModule {
41
41
  ModalDismissDirective,
42
42
  PreventMethodDialogDirective,
43
43
  PreventFormMethodDialogDirective] }); }
44
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalModule, imports: [ButtonComponent, ButtonGroupComponent, ModalComponent,
44
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalModule, imports: [ButtonComponent, ButtonGroupComponent, ModalComponent,
45
45
  ModalHeaderComponent,
46
46
  ModalHeroComponent, CoreModule, AreaHeaderModule] }); }
47
47
  }
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalModule, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalModule, decorators: [{
49
49
  type: NgModule,
50
50
  args: [{
51
51
  imports: [ButtonComponent, ButtonGroupComponent, ...modules],
@@ -109,10 +109,10 @@ export class ModalService {
109
109
  modalRef.onDestroy$.pipe(finalize(onDestroy)).subscribe();
110
110
  deferFn(() => dialog?.showModal());
111
111
  }
112
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalService, deps: [{ token: i1.Location }], target: i0.ɵɵFactoryTarget.Injectable }); }
113
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalService, providedIn: 'root' }); }
112
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalService, deps: [{ token: i1.Location }], target: i0.ɵɵFactoryTarget.Injectable }); }
113
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalService, providedIn: 'root' }); }
114
114
  }
115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalService, decorators: [{
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ModalService, decorators: [{
116
116
  type: Injectable,
117
117
  args: [{ providedIn: 'root' }]
118
118
  }], ctorParameters: () => [{ type: i1.Location }] });
@@ -11,14 +11,14 @@ let NavigationBackComponent = class NavigationBackComponent {
11
11
  constructor() {
12
12
  this.element = injectElement();
13
13
  }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NavigationBackComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.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 }); }
14
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NavigationBackComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
15
+ 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 }); }
16
16
  };
17
17
  NavigationBackComponent = __decorate([
18
18
  CSSComponent('navigation-back')
19
19
  ], NavigationBackComponent);
20
20
  export { NavigationBackComponent };
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NavigationBackComponent, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", 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
  }] });
@@ -35,14 +35,14 @@ let NotificationCenterComponent = class NotificationCenterComponent {
35
35
  isMuted({ options, hasBeenSeen }) {
36
36
  return hasBeenSeen && !options.action;
37
37
  }
38
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotificationCenterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
39
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: NotificationCenterComponent, isStandalone: true, selector: "odx-notification-center", providers: [provideTranslations(notificationI18n)], ngImport: i0, template: "@if (notificationCenterService.notifications$ | async; as notifications) {\n <h3 class=\"odx-notification-center__header\">\n <ng-template [odxDynamicView]=\"(notificationCenterService.title$ | async) ?? ('title' | odxTranslate | async)\" />\n </h3>\n <odx-list class=\"odx-notification-center__content\">\n @for (notification of notifications.values; track notification.id) {\n <odx-list-item\n @notificationAnimation\n [muted]=\"isMuted(notification)\"\n [selected]=\"!notification.hasBeenSeen\"\n (click)=\"notificationCenterService.executeAction(notification)\"\n >\n <odx-notification-item [notification]=\"notification\" (dismiss)=\"notificationCenterService.dismiss(notification)\" />\n </odx-list-item>\n }\n </odx-list>\n <div class=\"odx-notification-center__footer\">\n <button odxButton [disabled]=\"false\" (click)=\"notificationCenterService.dismissAll()\">\n {{ 'dismissAll' | odxTranslate | async }}\n </button>\n </div>\n}\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }, { kind: "ngmodule", type: DropdownModule }, { kind: "directive", type: i2.DisabledController, selector: "[disabled]", inputs: ["disabled"] }, { kind: "pipe", type: TranslatePipe, name: "odxTranslate" }, { kind: "component", type: NotificationItemComponent, selector: "odx-notification-item", inputs: ["notification"], outputs: ["dismiss"] }, { kind: "ngmodule", type: ListModule }, { kind: "component", type: i3.ListComponent, selector: "odx-list" }, { kind: "component", type: i3.ListItemComponent, selector: "odx-list-item, [odxListItem]", inputs: ["danger", "variant", "muted", "selected"] }], animations: [trigger('notificationAnimation', [transition(':leave', useAnimation(collapse, { delay: 150 }))])], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
38
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NotificationCenterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
39
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: NotificationCenterComponent, isStandalone: true, selector: "odx-notification-center", providers: [provideTranslations(notificationI18n)], ngImport: i0, template: "@if (notificationCenterService.notifications$ | async; as notifications) {\n <h3 class=\"odx-notification-center__header\">\n <ng-template [odxDynamicView]=\"(notificationCenterService.title$ | async) ?? ('title' | odxTranslate | async)\" />\n </h3>\n <odx-list class=\"odx-notification-center__content\">\n @for (notification of notifications.values; track notification.id) {\n <odx-list-item\n @notificationAnimation\n [muted]=\"isMuted(notification)\"\n [selected]=\"!notification.hasBeenSeen\"\n (click)=\"notificationCenterService.executeAction(notification)\"\n >\n <odx-notification-item [notification]=\"notification\" (dismiss)=\"notificationCenterService.dismiss(notification)\" />\n </odx-list-item>\n }\n </odx-list>\n <div class=\"odx-notification-center__footer\">\n <button odxButton [disabled]=\"false\" (click)=\"notificationCenterService.dismissAll()\">\n {{ 'dismissAll' | odxTranslate | async }}\n </button>\n </div>\n}\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }, { kind: "ngmodule", type: DropdownModule }, { kind: "directive", type: i2.DisabledController, selector: "[disabled]", inputs: ["disabled"] }, { kind: "pipe", type: TranslatePipe, name: "odxTranslate" }, { kind: "component", type: NotificationItemComponent, selector: "odx-notification-item", inputs: ["notification"], outputs: ["dismiss"] }, { kind: "ngmodule", type: ListModule }, { kind: "component", type: i3.ListComponent, selector: "odx-list" }, { kind: "component", type: i3.ListItemComponent, selector: "odx-list-item, [odxListItem]", inputs: ["danger", "variant", "muted", "selected"] }], animations: [trigger('notificationAnimation', [transition(':leave', useAnimation(collapse, { delay: 150 }))])], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
40
40
  };
41
41
  NotificationCenterComponent = __decorate([
42
42
  CSSComponent('notification-center')
43
43
  ], NotificationCenterComponent);
44
44
  export { NotificationCenterComponent };
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotificationCenterComponent, decorators: [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NotificationCenterComponent, decorators: [{
46
46
  type: Component,
47
47
  args: [{ selector: 'odx-notification-center', standalone: true, imports: [
48
48
  CommonModule,
@@ -47,14 +47,14 @@ let NotificationItemComponent = class NotificationItemComponent {
47
47
  get notification() {
48
48
  return this._notificationRef;
49
49
  }
50
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotificationItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
51
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: NotificationItemComponent, isStandalone: true, selector: "odx-notification-item", inputs: { notification: "notification" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: "@if (transformedNotification | async; as ref) {\n <odx-avatar class=\"odx-notification-item__avatar odx-no-margin\">\n <odx-icon [identifier]=\"ref.options.icon\" />\n </odx-avatar>\n <div class=\"odx-notification-item__title\">\n <ng-template [odxDynamicView]=\"ref.item.title\" />\n </div>\n @if (ref.item.description; as description) {\n <div class=\"odx-notification-item__description\">\n <ng-template [odxDynamicView]=\"ref.item.description\" />\n </div>\n }\n}\n<odx-action-group class=\"odx-notification-item__actions odx-no-margin\">\n @if (notification.options.dismissable) {\n <button odxButton class=\"odx-no-margin\" (click)=\"dismiss.next(notification)\">\n <odx-icon name=\"close\" iconSet=\"core\" />\n </button>\n }\n</odx-action-group>\n", dependencies: [{ kind: "component", type: AvatarComponent, selector: "odx-avatar", inputs: ["size", "variant"] }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
50
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NotificationItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
51
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: NotificationItemComponent, isStandalone: true, selector: "odx-notification-item", inputs: { notification: "notification" }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: "@if (transformedNotification | async; as ref) {\n <odx-avatar class=\"odx-notification-item__avatar odx-no-margin\">\n <odx-icon [identifier]=\"ref.options.icon\" />\n </odx-avatar>\n <div class=\"odx-notification-item__title\">\n <ng-template [odxDynamicView]=\"ref.item.title\" />\n </div>\n @if (ref.item.description; as description) {\n <div class=\"odx-notification-item__description\">\n <ng-template [odxDynamicView]=\"ref.item.description\" />\n </div>\n }\n}\n<odx-action-group class=\"odx-notification-item__actions odx-no-margin\">\n @if (notification.options.dismissable) {\n <button odxButton class=\"odx-no-margin\" (click)=\"dismiss.next(notification)\">\n <odx-icon name=\"close\" iconSet=\"core\" />\n </button>\n }\n</odx-action-group>\n", dependencies: [{ kind: "component", type: AvatarComponent, selector: "odx-avatar", inputs: ["size", "variant"] }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
52
52
  };
53
53
  NotificationItemComponent = __decorate([
54
54
  CSSComponent('notification-item')
55
55
  ], NotificationItemComponent);
56
56
  export { NotificationItemComponent };
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotificationItemComponent, decorators: [{
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NotificationItemComponent, decorators: [{
58
58
  type: Component,
59
59
  args: [{ selector: 'odx-notification-item', standalone: true, imports: [AvatarComponent, ActionGroupComponent, ButtonComponent, CommonModule, DynamicViewDirective, IconComponent], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "@if (transformedNotification | async; as ref) {\n <odx-avatar class=\"odx-notification-item__avatar odx-no-margin\">\n <odx-icon [identifier]=\"ref.options.icon\" />\n </odx-avatar>\n <div class=\"odx-notification-item__title\">\n <ng-template [odxDynamicView]=\"ref.item.title\" />\n </div>\n @if (ref.item.description; as description) {\n <div class=\"odx-notification-item__description\">\n <ng-template [odxDynamicView]=\"ref.item.description\" />\n </div>\n }\n}\n<odx-action-group class=\"odx-notification-item__actions odx-no-margin\">\n @if (notification.options.dismissable) {\n <button odxButton class=\"odx-no-margin\" (click)=\"dismiss.next(notification)\">\n <odx-icon name=\"close\" iconSet=\"core\" />\n </button>\n }\n</odx-action-group>\n" }]
60
60
  }], propDecorators: { notification: [{
@@ -123,10 +123,10 @@ export class NotificationCenterDirective {
123
123
  this.dropdownDirective.close();
124
124
  }));
125
125
  }
126
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotificationCenterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
127
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NotificationCenterDirective, isStandalone: true, selector: "[odxNotificationCenter]", inputs: { tag: ["odxNotificationCenter", "tag"], title: ["odxNotificationCenterTitle", "title"], sortFn: ["odxNotificationCenterSortFn", "sortFn"] }, outputs: { notificationAdd: "odxNotificationCenterAdd", notificationUpdate: "odxNotificationCenterUpdate", notificationRemove: "odxNotificationCenterRemove", notificationSeen: "odxNotificationCenterSeen" }, providers: [NotificationCenterService], hostDirectives: [{ directive: i1.BadgeDirective, inputs: ["odxBadgeVariant", "odxNotificationCenterBadgeVariant"] }, { directive: i2.DropdownDirective }], ngImport: i0 }); }
126
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NotificationCenterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
127
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: NotificationCenterDirective, isStandalone: true, selector: "[odxNotificationCenter]", inputs: { tag: ["odxNotificationCenter", "tag"], title: ["odxNotificationCenterTitle", "title"], sortFn: ["odxNotificationCenterSortFn", "sortFn"] }, outputs: { notificationAdd: "odxNotificationCenterAdd", notificationUpdate: "odxNotificationCenterUpdate", notificationRemove: "odxNotificationCenterRemove", notificationSeen: "odxNotificationCenterSeen" }, providers: [NotificationCenterService], hostDirectives: [{ directive: i1.BadgeDirective, inputs: ["odxBadgeVariant", "odxNotificationCenterBadgeVariant"] }, { directive: i2.DropdownDirective }], ngImport: i0 }); }
128
128
  }
129
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotificationCenterDirective, decorators: [{
129
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NotificationCenterDirective, decorators: [{
130
130
  type: Directive,
131
131
  args: [{
132
132
  standalone: true,
@@ -213,10 +213,10 @@ export class NotificationService {
213
213
  language: options?.language ?? this.localizationService.getActiveLanguage(),
214
214
  });
215
215
  }
216
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
217
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotificationService, providedIn: 'root' }); }
216
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
217
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NotificationService, providedIn: 'root' }); }
218
218
  }
219
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotificationService, decorators: [{
219
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NotificationService, decorators: [{
220
220
  type: Injectable,
221
221
  args: [{ providedIn: 'root' }]
222
222
  }] });
@@ -96,10 +96,10 @@ export class NotificationCenterService {
96
96
  queryEvent(source$) {
97
97
  return combineLatest([source$, toObservable(this.notificationQuery)]).pipe(filter(([notificationRef, query]) => query(notificationRef)), map(([notificationRef]) => notificationRef));
98
98
  }
99
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotificationCenterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
100
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotificationCenterService }); }
99
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NotificationCenterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
100
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NotificationCenterService }); }
101
101
  }
102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotificationCenterService, decorators: [{
102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: NotificationCenterService, decorators: [{
103
103
  type: Injectable
104
104
  }] });
105
105
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLWNlbnRlci5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hbmd1bGFyL2NvbXBvbmVudHMvbm90aWZpY2F0aW9uL3NyYy9saWIvc2VydmljZXMvbm90aWZpY2F0aW9uLWNlbnRlci5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsUUFBUSxFQUFFLE1BQU0sRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDckUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBRTFELE9BQU8sRUFBYyxhQUFhLEVBQUUsTUFBTSxFQUFFLFlBQVksRUFBRSxHQUFHLEVBQUUsRUFBRSxFQUFFLFdBQVcsRUFBRSxTQUFTLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDeEcsT0FBTyxFQUFFLHNCQUFzQixFQUFFLHdCQUF3QixFQUFFLE1BQU0sWUFBWSxDQUFDO0FBRTlFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDOztBQUU5RDs7Ozs7R0FLRztBQUVILE1BQU0sT0FBTyx5QkFBeUI7SUFEdEM7UUFFbUIsZUFBVSxHQUFHLE1BQU0sQ0FBZ0IsSUFBSSxDQUFDLENBQUM7UUFDekMsa0JBQWEsR0FBRyxNQUFNLENBQXFCLFNBQVMsQ0FBQyxDQUFDO1FBQ3RELHdCQUFtQixHQUFHLE1BQU0sQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDO1FBQ2xELHNCQUFpQixHQUFHLFFBQVEsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQyxJQUFJLENBQUMsVUFBVSxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBQzlFLFVBQUssR0FBRyxNQUFNLENBQTRCLElBQUksQ0FBQyxDQUFDO1FBRWpFLGdCQUFnQjtRQUNBLFdBQU0sR0FBRyxZQUFZLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLElBQUksQ0FDcEQsU0FBUyxDQUFDLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDLFlBQVksQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxFQUMvRCxXQUFXLENBQUMsRUFBRSxVQUFVLEVBQUUsQ0FBQyxFQUFFLFFBQVEsRUFBRSxJQUFJLEVBQUUsQ0FBQyxDQUMvQyxDQUFDO1FBRUYsZ0JBQWdCO1FBQ0EsbUJBQWMsR0FBRyxhQUFhLENBQUMsQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLEVBQUUsWUFBWSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUMzSCxTQUFTLENBQUMsQ0FBQyxDQUFDLEtBQUssRUFBRSxNQUFNLENBQUMsRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLG1CQUFtQixDQUFDLG1CQUFtQixDQUFDLEtBQUssRUFBRSxNQUFNLENBQUMsQ0FBQyxDQUM1RixDQUFDO1FBRUYsZ0JBQWdCO1FBQ0EseUJBQW9CLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQzdELEdBQUcsQ0FBQyxDQUFDLFVBQVUsRUFBRSxFQUFFLENBQUMsVUFBVSxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsQ0FBQyxFQUFFLFdBQVcsRUFBRSxFQUFFLEVBQUUsQ0FBQyxDQUFDLFdBQVcsQ0FBQyxDQUFDLEVBQ2hGLHdCQUF3QixFQUFFLENBQzNCLENBQUM7UUFFRixnQkFBZ0I7UUFDVCx1QkFBa0IsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDO1FBRXpGLGdCQUFnQjtRQUNULDBCQUFxQixHQUFHLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLG1CQUFtQixDQUFDLHFCQUFxQixDQUFDLENBQUM7UUFFL0YsZ0JBQWdCO1FBQ1QsMEJBQXFCLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsbUJBQW1CLENBQUMscUJBQXFCLENBQUMsQ0FBQztRQUUvRixnQkFBZ0I7UUFDVCx3QkFBbUIsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDO0tBNkU1RjtJQTNFQzs7OztPQUlHO0lBQ0ksUUFBUSxDQUFDLEtBQWlDO1FBQy9DLElBQUksQ0FBQyxLQUFLLENBQUMsR0FBRyxDQUFDLEtBQUssSUFBSSxJQUFJLENBQUMsQ0FBQztJQUNoQyxDQUFDO0lBRUQ7Ozs7T0FJRztJQUNJLE1BQU0sQ0FBQyxLQUFxQjtRQUNqQyxJQUFJLENBQUMsVUFBVSxDQUFDLEdBQUcsQ0FBQyxLQUFLLElBQUksSUFBSSxDQUFDLENBQUM7SUFDckMsQ0FBQztJQUVEOzs7O09BSUc7SUFDSSxTQUFTLENBQUMsS0FBMEI7UUFDekMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDaEMsQ0FBQztJQUVEOzs7O09BSUc7SUFDSSxVQUFVLENBQUMsZUFBZ0M7UUFDaEQsSUFBSSxDQUFDLG1CQUFtQixDQUFDLFVBQVUsQ0FBQyxlQUFlLENBQUMsQ0FBQztJQUN2RCxDQUFDO0lBRUQ7O09BRUc7SUFDSSxhQUFhO1FBQ2xCLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLGlCQUFpQixFQUFFLENBQUMsQ0FBQztJQUNsRSxDQUFDO0lBRUQ7Ozs7T0FJRztJQUNJLE9BQU8sQ0FBQyxlQUFnQztRQUM3QyxJQUFJLENBQUMsbUJBQW1CLENBQUMsT0FBTyxDQUFDLGVBQWUsQ0FBQyxDQUFDO0lBQ3BELENBQUM7SUFFRDs7T0FFRztJQUNJLFVBQVU7UUFDZixJQUFJLENBQUMsbUJBQW1CLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxpQkFBaUIsRUFBRSxDQUFDLENBQUM7SUFDL0QsQ0FBQztJQUVEOzs7O09BSUc7SUFDSSxhQUFhLENBQUMsZUFBZ0M7UUFDbkQsSUFBSSxDQUFDLFVBQVUsQ0FBQyxlQUFlLENBQUMsQ0FBQztRQUNqQyxJQUFJLENBQUMsbUJBQW1CLENBQUMsYUFBYSxDQUFDLGVBQWUsQ0FBQyxDQUFDO0lBQzFELENBQUM7SUFFTyxVQUFVLENBQUMsT0FBb0M7UUFDckQsT0FBTyxhQUFhLENBQUMsQ0FBQyxPQUFPLEVBQUUsWUFBWSxDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQ3hFLE1BQU0sQ0FBQyxDQUFDLENBQUMsZUFBZSxFQUFFLEtBQUssQ0FBQyxFQUFFLEVBQUUsQ0FBQyxLQUFLLENBQUMsZUFBZSxDQUFDLENBQUMsRUFDNUQsR0FBRyxDQUFDLENBQUMsQ0FBQyxlQUFlLENBQUMsRUFBRSxFQUFFLENBQUMsZUFBZSxDQUFDLENBQzVDLENBQUM7SUFDSixDQUFDOytHQTlHVSx5QkFBeUI7bUhBQXpCLHlCQUF5Qjs7NEZBQXpCLHlCQUF5QjtrQkFEckMsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUsIGNvbXB1dGVkLCBpbmplY3QsIHNpZ25hbCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgdG9PYnNlcnZhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZS9yeGpzLWludGVyb3AnO1xuaW1wb3J0IHsgRHluYW1pY1RleHRDb250ZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL2Nkay9keW5hbWljLXZpZXcnO1xuaW1wb3J0IHsgT2JzZXJ2YWJsZSwgY29tYmluZUxhdGVzdCwgZmlsdGVyLCBpc09ic2VydmFibGUsIG1hcCwgb2YsIHNoYXJlUmVwbGF5LCBzd2l0Y2hNYXAgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IGdldE5vdGlmaWNhdGlvbnNCeVRhZ3MsIHRvTm90aWZpY2F0aW9uQ29sbGVjdGlvbiB9IGZyb20gJy4uL2hlbHBlcnMnO1xuaW1wb3J0IHsgTm90aWZpY2F0aW9uUmVmLCBOb3RpZmljYXRpb25Tb3J0Rm4gfSBmcm9tICcuLi9tb2RlbHMnO1xuaW1wb3J0IHsgTm90aWZpY2F0aW9uU2VydmljZSB9IGZyb20gJy4uL25vdGlmaWNhdGlvbi5zZXJ2aWNlJztcblxuLyoqXG4gKiBBIHNlcnZpY2UgZm9yIG1hbmFnaW5nIHRoZSBub3RpZmljYXRpb24gY2VudGVyLiBUaGlzIHNlcnZpY2UgcHJvdmlkZXMgZnVuY3Rpb25hbGl0aWVzXG4gKiB0byBmaWx0ZXIsIHNvcnQsIGFuZCBtYW5hZ2UgYWN0aW9ucyBvbiBub3RpZmljYXRpb25zLlxuICpcbiAqIEBpbnRlcm5hbFxuICovXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgTm90aWZpY2F0aW9uQ2VudGVyU2VydmljZSB7XG4gIHByaXZhdGUgcmVhZG9ubHkgY3VycmVudFRhZyA9IHNpZ25hbDxzdHJpbmcgfCBudWxsPihudWxsKTtcbiAgcHJpdmF0ZSByZWFkb25seSBjdXJyZW50U29ydEZuID0gc2lnbmFsPE5vdGlmaWNhdGlvblNvcnRGbj4odW5kZWZpbmVkKTtcbiAgcHJpdmF0ZSByZWFkb25seSBub3RpZmljYXRpb25TZXJ2aWNlID0gaW5qZWN0KE5vdGlmaWNhdGlvblNlcnZpY2UpO1xuICBwcml2YXRlIHJlYWRvbmx5IG5vdGlmaWNhdGlvblF1ZXJ5ID0gY29tcHV0ZWQoKCkgPT4gZ2V0Tm90aWZpY2F0aW9uc0J5VGFncyh0aGlzLmN1cnJlbnRUYWcoKSkpO1xuICBwcml2YXRlIHJlYWRvbmx5IHRpdGxlID0gc2lnbmFsPER5bmFtaWNUZXh0Q29udGVudCB8IG51bGw+KG51bGwpO1xuXG4gIC8qKiBAaW50ZXJuYWwgKi9cbiAgcHVibGljIHJlYWRvbmx5IHRpdGxlJCA9IHRvT2JzZXJ2YWJsZSh0aGlzLnRpdGxlKS5waXBlKFxuICAgIHN3aXRjaE1hcCgodGl0bGUpID0+IChpc09ic2VydmFibGUodGl0bGUpID8gdGl0bGUgOiBvZih0aXRsZSkpKSxcbiAgICBzaGFyZVJlcGxheSh7IGJ1ZmZlclNpemU6IDEsIHJlZkNvdW50OiB0cnVlIH0pLFxuICApO1xuXG4gIC8qKiBAaW50ZXJuYWwgKi9cbiAgcHVibGljIHJlYWRvbmx5IG5vdGlmaWNhdGlvbnMkID0gY29tYmluZUxhdGVzdChbdG9PYnNlcnZhYmxlKHRoaXMubm90aWZpY2F0aW9uUXVlcnkpLCB0b09ic2VydmFibGUodGhpcy5jdXJyZW50U29ydEZuKV0pLnBpcGUoXG4gICAgc3dpdGNoTWFwKChbcXVlcnksIHNvcnRGbl0pID0+IHRoaXMubm90aWZpY2F0aW9uU2VydmljZS5nZXROb3RpZmljYXRpb25zQnkkKHF1ZXJ5LCBzb3J0Rm4pKSxcbiAgKTtcblxuICAvKiogQGludGVybmFsICovXG4gIHB1YmxpYyByZWFkb25seSB1bnNlZW5Ob3RpZmljYXRpb25zJCA9IHRoaXMubm90aWZpY2F0aW9ucyQucGlwZShcbiAgICBtYXAoKGNvbGxlY3Rpb24pID0+IGNvbGxlY3Rpb24udmFsdWVzLmZpbHRlcigoeyBoYXNCZWVuU2VlbiB9KSA9PiAhaGFzQmVlblNlZW4pKSxcbiAgICB0b05vdGlmaWNhdGlvbkNvbGxlY3Rpb24oKSxcbiAgKTtcblxuICAvKiogQGludGVybmFsICovXG4gIHB1YmxpYyBvbk5vdGlmaWNhdGlvbkFkZCQgPSB0aGlzLnF1ZXJ5RXZlbnQodGhpcy5ub3RpZmljYXRpb25TZXJ2aWNlLm9uTm90aWZpY2F0aW9uQWRkJCk7XG5cbiAgLyoqIEBpbnRlcm5hbCAqL1xuICBwdWJsaWMgb25Ob3RpZmljYXRpb25VcGRhdGUkID0gdGhpcy5xdWVyeUV2ZW50KHRoaXMubm90aWZpY2F0aW9uU2VydmljZS5vbk5vdGlmaWNhdGlvblVwZGF0ZSQpO1xuXG4gIC8qKiBAaW50ZXJuYWwgKi9cbiAgcHVibGljIG9uTm90aWZpY2F0aW9uUmVtb3ZlJCA9IHRoaXMucXVlcnlFdmVudCh0aGlzLm5vdGlmaWNhdGlvblNlcnZpY2Uub25Ob3RpZmljYXRpb25SZW1vdmUkKTtcblxuICAvKiogQGludGVybmFsICovXG4gIHB1YmxpYyBvbk5vdGlmaWNhdGlvblNlZW4kID0gdGhpcy5xdWVyeUV2ZW50KHRoaXMubm90aWZpY2F0aW9uU2VydmljZS5vbk5vdGlmaWNhdGlvblNlZW4kKTtcblxuICAvKipcbiAgICogU2V0cyB0aGUgdGl0bGUgZm9yIHRoZSBub3RpZmljYXRpb24gY2VudGVyLiBUaGUgdGl0bGUgY2FuIGJlIHN0YXRpYyB0ZXh0IG9yIGFuIG9ic2VydmFibGUgZm9yIGR5bmFtaWMgY29udGVudC5cbiAgICpcbiAgICogQHBhcmFtIHtEeW5hbWljVGV4dENvbnRlbnQgfCBudWxsfSBbdmFsdWVdIC0gVGhlIHRpdGxlIGNvbnRlbnQgZm9yIHRoZSBub3RpZmljYXRpb24gY2VudGVyLlxuICAgKi9cbiAgcHVibGljIHNldFRpdGxlKHZhbHVlPzogRHluYW1pY1RleHRDb250ZW50IHwgbnVsbCk6IHZvaWQge1xuICAgIHRoaXMudGl0bGUuc2V0KHZhbHVlID8/IG51bGwpO1xuICB9XG5cbiAgLyoqXG4gICAqIFNldHMgdGhlIGN1cnJlbnQgdGFnIHRvIGZpbHRlciBub3RpZmljYXRpb25zLiBPbmx5IG5vdGlmaWNhdGlvbnMgd2l0aCB0aGlzIHRhZyB3aWxsIGJlIGluY2x1ZGVkLlxuICAgKlxuICAgKiBAcGFyYW0ge3N0cmluZyB8IG51bGx9IFt2YWx1ZV0gLSBUaGUgdGFnIHRvIGZpbHRlciBub3RpZmljYXRpb25zIGJ5LlxuICAgKi9cbiAgcHVibGljIHNldFRhZyh2YWx1ZT86IHN0cmluZyB8IG51bGwpOiB2b2lkIHtcbiAgICB0aGlzLmN1cnJlbnRUYWcuc2V0KHZhbHVlID8/IG51bGwpO1xuICB9XG5cbiAgLyoqXG4gICAqIFNldHMgdGhlIHNvcnQgZnVuY3Rpb24gdXNlZCB0byBvcmRlciB0aGUgbm90aWZpY2F0aW9ucy5cbiAgICpcbiAgICogQHBhcmFtIHtOb3RpZmljYXRpb25Tb3J0Rm59IFt2YWx1ZV0gLSBUaGUgc29ydCBmdW5jdGlvbiB0byBhcHBseSB0byB0aGUgbm90aWZpY2F0aW9ucy5cbiAgICovXG4gIHB1YmxpYyBzZXRTb3J0Rm4odmFsdWU/OiBOb3RpZmljYXRpb25Tb3J0Rm4pOiB2b2lkIHtcbiAgICB0aGlzLmN1cnJlbnRTb3J0Rm4uc2V0KHZhbHVlKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBNYXJrcyBhIGdpdmVuIG5vdGlmaWNhdGlvbiBhcyBzZWVuLiBUaGlzIGRvZXMgbm90IHJlbW92ZSB0aGUgbm90aWZpY2F0aW9uIGJ1dCB1cGRhdGVzIGl0cyBzZWVuIHN0YXR1cy5cbiAgICpcbiAgICogQHBhcmFtIHtOb3RpZmljYXRpb25SZWZ9IG5vdGlmaWNhdGlvblJlZiAtIFRoZSByZWZlcmVuY2UgdG8gdGhlIG5vdGlmaWNhdGlvbiB0byBiZSBtYXJrZWQgYXMgc2Vlbi5cbiAgICovXG4gIHB1YmxpYyBtYXJrQXNTZWVuKG5vdGlmaWNhdGlvblJlZjogTm90aWZpY2F0aW9uUmVmKTogdm9pZCB7XG4gICAgdGhpcy5ub3RpZmljYXRpb25TZXJ2aWNlLm1hcmtBc1NlZW4obm90aWZpY2F0aW9uUmVmKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBNYXJrcyBhbGwgY3VycmVudCBmaWx0ZXJlZCBub3RpZmljYXRpb25zIGFzIHNlZW4uXG4gICAqL1xuICBwdWJsaWMgbWFya0FsbEFzU2VlbigpOiB2b2lkIHtcbiAgICB0aGlzLm5vdGlmaWNhdGlvblNlcnZpY2UubWFya0FzU2VlbkJ5KHRoaXMubm90aWZpY2F0aW9uUXVlcnkoKSk7XG4gIH1cblxuICAvKipcbiAgICogRGlzbWlzc2VzIGEgc3BlY2lmaWMgbm90aWZpY2F0aW9uLlxuICAgKlxuICAgKiBAcGFyYW0ge05vdGlmaWNhdGlvblJlZn0gbm90aWZpY2F0aW9uUmVmIC0gVGhlIHJlZmVyZW5jZSB0byB0aGUgbm90aWZpY2F0aW9uIHRvIGRpc21pc3MuXG4gICAqL1xuICBwdWJsaWMgZGlzbWlzcyhub3RpZmljYXRpb25SZWY6IE5vdGlmaWNhdGlvblJlZik6IHZvaWQge1xuICAgIHRoaXMubm90aWZpY2F0aW9uU2VydmljZS5kaXNtaXNzKG5vdGlmaWNhdGlvblJlZik7XG4gIH1cblxuICAvKipcbiAgICogRGlzbWlzc2VzIGFsbCBub3RpZmljYXRpb25zIHRoYXQgbWF0Y2ggdGhlIGN1cnJlbnQgZmlsdGVyIGNyaXRlcmlhLlxuICAgKi9cbiAgcHVibGljIGRpc21pc3NBbGwoKTogdm9pZCB7XG4gICAgdGhpcy5ub3RpZmljYXRpb25TZXJ2aWNlLmRpc21pc3NCeSh0aGlzLm5vdGlmaWNhdGlvblF1ZXJ5KCkpO1xuICB9XG5cbiAgLyoqXG4gICAqIEV4ZWN1dGVzIHRoZSBhY3Rpb24gYXNzb2NpYXRlZCB3aXRoIGEgc3BlY2lmaWMgbm90aWZpY2F0aW9uIGFuZCBtYXJrcyBpdCBhcyBzZWVuLlxuICAgKlxuICAgKiBAcGFyYW0ge05vdGlmaWNhdGlvblJlZn0gbm90aWZpY2F0aW9uUmVmIC0gVGhlIHJlZmVyZW5jZSB0byB0aGUgbm90aWZpY2F0aW9uIHdob3NlIGFjdGlvbiB0byBleGVjdXRlLlxuICAgKi9cbiAgcHVibGljIGV4ZWN1dGVBY3Rpb24obm90aWZpY2F0aW9uUmVmOiBOb3RpZmljYXRpb25SZWYpOiB2b2lkIHtcbiAgICB0aGlzLm1hcmtBc1NlZW4obm90aWZpY2F0aW9uUmVmKTtcbiAgICB0aGlzLm5vdGlmaWNhdGlvblNlcnZpY2UuZXhlY3V0ZUFjdGlvbihub3RpZmljYXRpb25SZWYpO1xuICB9XG5cbiAgcHJpdmF0ZSBxdWVyeUV2ZW50KHNvdXJjZSQ6IE9ic2VydmFibGU8Tm90aWZpY2F0aW9uUmVmPik6IE9ic2VydmFibGU8Tm90aWZpY2F0aW9uUmVmPiB7XG4gICAgcmV0dXJuIGNvbWJpbmVMYXRlc3QoW3NvdXJjZSQsIHRvT2JzZXJ2YWJsZSh0aGlzLm5vdGlmaWNhdGlvblF1ZXJ5KV0pLnBpcGUoXG4gICAgICBmaWx0ZXIoKFtub3RpZmljYXRpb25SZWYsIHF1ZXJ5XSkgPT4gcXVlcnkobm90aWZpY2F0aW9uUmVmKSksXG4gICAgICBtYXAoKFtub3RpZmljYXRpb25SZWZdKSA9PiBub3RpZmljYXRpb25SZWYpLFxuICAgICk7XG4gIH1cbn1cbiJdfQ==
@@ -245,14 +245,14 @@ let PaginatorComponent = class PaginatorComponent {
245
245
  pageSize: this._pageSize,
246
246
  });
247
247
  }
248
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaginatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
249
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: PaginatorComponent, isStandalone: true, selector: "odx-paginator", inputs: { getSummaryContentFn: "getSummaryContentFn", getRangeContentFn: "getRangeContentFn", showSummary: "showSummary", showFirstLastButtons: "showFirstLastButtons", pageIndex: "pageIndex", pageSize: "pageSize", length: "length" }, outputs: { pageChanged: "pageChanged" }, host: { properties: { "class.is-disabled": "isDisabled" } }, providers: [DisabledController.connect()], ngImport: i0, template: "@if (showSummary) {\n <div class=\"odx-paginator__summary\">\n <ng-template [odxDynamicView]=\"summaryContent\" />\n </div>\n}\n\n<div class=\"odx-paginator__navigation\">\n <odx-action-group>\n @if (showFirstLastButtons) {\n <button odxButton [size]=\"buttonSize\" class=\"odx-paginator__navigation_first\" (click)=\"firstPage()\" [disabled]=\"isPreviousDisabled\">\n <odx-icon name=\"chevron-left-end\" iconSet=\"core\" />\n </button>\n }\n\n <button odxButton [size]=\"buttonSize\" class=\"odx-paginator__navigation_previous\" (click)=\"previousPage()\" [disabled]=\"isPreviousDisabled\">\n <odx-icon name=\"chevron-left\" iconSet=\"core\" />\n </button>\n </odx-action-group>\n\n <div class=\"odx-paginator__range\">\n <ng-template [odxDynamicView]=\"rangeContent\" />\n </div>\n\n <odx-action-group>\n <button odxButton [size]=\"buttonSize\" class=\"odx-paginator__navigation_next\" (click)=\"nextPage()\" [disabled]=\"isNextDisabled\">\n <odx-icon name=\"chevron-right\" iconSet=\"core\" />\n </button>\n @if (showFirstLastButtons) {\n <button [size]=\"buttonSize\" odxButton class=\"odx-paginator__navigation_last\" (click)=\"lastPage()\" [disabled]=\"isNextDisabled\">\n <odx-icon name=\"chevron-right-end\" iconSet=\"core\" />\n </button>\n }\n </odx-action-group>\n</div>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.DisabledController, selector: "[disabled]", inputs: ["disabled"] }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
248
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: PaginatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
249
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: PaginatorComponent, isStandalone: true, selector: "odx-paginator", inputs: { getSummaryContentFn: "getSummaryContentFn", getRangeContentFn: "getRangeContentFn", showSummary: "showSummary", showFirstLastButtons: "showFirstLastButtons", pageIndex: "pageIndex", pageSize: "pageSize", length: "length" }, outputs: { pageChanged: "pageChanged" }, host: { properties: { "class.is-disabled": "isDisabled" } }, providers: [DisabledController.connect()], ngImport: i0, template: "@if (showSummary) {\n <div class=\"odx-paginator__summary\">\n <ng-template [odxDynamicView]=\"summaryContent\" />\n </div>\n}\n\n<div class=\"odx-paginator__navigation\">\n <odx-action-group>\n @if (showFirstLastButtons) {\n <button odxButton [size]=\"buttonSize\" class=\"odx-paginator__navigation_first\" (click)=\"firstPage()\" [disabled]=\"isPreviousDisabled\">\n <odx-icon name=\"chevron-left-end\" iconSet=\"core\" />\n </button>\n }\n\n <button odxButton [size]=\"buttonSize\" class=\"odx-paginator__navigation_previous\" (click)=\"previousPage()\" [disabled]=\"isPreviousDisabled\">\n <odx-icon name=\"chevron-left\" iconSet=\"core\" />\n </button>\n </odx-action-group>\n\n <div class=\"odx-paginator__range\">\n <ng-template [odxDynamicView]=\"rangeContent\" />\n </div>\n\n <odx-action-group>\n <button odxButton [size]=\"buttonSize\" class=\"odx-paginator__navigation_next\" (click)=\"nextPage()\" [disabled]=\"isNextDisabled\">\n <odx-icon name=\"chevron-right\" iconSet=\"core\" />\n </button>\n @if (showFirstLastButtons) {\n <button [size]=\"buttonSize\" odxButton class=\"odx-paginator__navigation_last\" (click)=\"lastPage()\" [disabled]=\"isNextDisabled\">\n <odx-icon name=\"chevron-right-end\" iconSet=\"core\" />\n </button>\n }\n </odx-action-group>\n</div>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.DisabledController, selector: "[disabled]", inputs: ["disabled"] }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
250
250
  };
251
251
  PaginatorComponent = __decorate([
252
252
  CSSComponent('paginator')
253
253
  ], PaginatorComponent);
254
254
  export { PaginatorComponent };
255
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaginatorComponent, decorators: [{
255
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: PaginatorComponent, decorators: [{
256
256
  type: Component,
257
257
  args: [{ standalone: true, selector: 'odx-paginator', imports: [CoreModule, ActionGroupComponent, ButtonComponent, IconComponent, DynamicViewDirective], providers: [DisabledController.connect()], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
258
258
  '[class.is-disabled]': 'isDisabled',
@@ -3,11 +3,11 @@ import { PaginatorComponent } from './paginator.component';
3
3
  import * as i0 from "@angular/core";
4
4
  const modules = [PaginatorComponent];
5
5
  export class PaginatorModule {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaginatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: PaginatorModule, imports: [PaginatorComponent], exports: [PaginatorComponent] }); }
8
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaginatorModule, imports: [modules] }); }
6
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: PaginatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: PaginatorModule, imports: [PaginatorComponent], exports: [PaginatorComponent] }); }
8
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: PaginatorModule, imports: [modules] }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaginatorModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: PaginatorModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  imports: modules,
@@ -44,8 +44,8 @@ let ProgressComponent = class ProgressComponent {
44
44
  get value() {
45
45
  return this._value;
46
46
  }
47
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
48
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.12", type: ProgressComponent, isStandalone: true, selector: "odx-progress", inputs: { value: ["value", "value", numberAttribute] }, host: { properties: { "attr.aria-valuenow": "ariaValueNow", "attr.aria-valuemax": "100", "attr.aria-valuemin": "0", "attr.role": "\"meter\"" } }, ngImport: i0, template: "<div class=\"odx-progress__indicator\" style=\"transform: scaleX({{ progressValue }})\"></div>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
47
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
48
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.12", type: ProgressComponent, isStandalone: true, selector: "odx-progress", inputs: { value: ["value", "value", numberAttribute] }, host: { properties: { "attr.aria-valuenow": "ariaValueNow", "attr.aria-valuemax": "100", "attr.aria-valuemin": "0", "attr.role": "\"meter\"" } }, ngImport: i0, template: "<div class=\"odx-progress__indicator\" style=\"transform: scaleX({{ progressValue }})\"></div>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
49
49
  };
50
50
  __decorate([
51
51
  CSSModifier(),
@@ -55,7 +55,7 @@ ProgressComponent = __decorate([
55
55
  CSSComponent('progress')
56
56
  ], ProgressComponent);
57
57
  export { ProgressComponent };
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ProgressComponent, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ProgressComponent, decorators: [{
59
59
  type: Component,
60
60
  args: [{ selector: 'odx-progress', standalone: true, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
61
61
  '[attr.aria-valuenow]': 'ariaValueNow',
@@ -38,8 +38,8 @@ let RadioButtonComponent = class RadioButtonComponent extends RadioControlDirect
38
38
  onContentChange() {
39
39
  this.withLabel = !!this.contentElement.nativeElement.textContent?.trim();
40
40
  }
41
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RadioButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
42
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: RadioButtonComponent, isStandalone: true, selector: "odx-radio-button", providers: [DisabledController.connect(), ReadonlyController.connect()], viewQueries: [{ propertyName: "contentElement", first: true, predicate: ["content"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<label class=\"odx-radio-button__label\">\n <input\n class=\"odx-radio-button__input\"\n type=\"radio\"\n [attr.aria-checked]=\"ariaChecked\"\n [attr.aria-invalid]=\"radioGroupControl.hasError || null\"\n [attr.aria-readonly]=\"readonlyController?.readonly || null\"\n [attr.aria-required]=\"radioGroupControl.isRequired || null\"\n [checked]=\"isActive\"\n [disabled]=\"disabledController?.disabled || readonlyController?.readonly\"\n [name]=\"radioGroupControl.name\"\n [readonly]=\"readonlyController?.readonly\"\n [required]=\"radioGroupControl.isRequired\"\n [value]=\"value\"\n (change)=\"radioGroupControl.updateValue(value)\"\n />\n <div class=\"odx-radio-button__indicator\"></div>\n <div class=\"odx-radio-button__content\" [cdkObserveContentDisabled]=\"disabledController?.disabled\" (cdkObserveContent)=\"onContentChange()\" #content>\n <ng-content />\n <ng-content select=\".odx-radio-button__subtitle\" />\n </div>\n</label>\n", dependencies: [{ kind: "ngmodule", type: ObserversModule }, { kind: "directive", type: i1.CdkObserveContent, selector: "[cdkObserveContent]", inputs: ["cdkObserveContentDisabled", "debounce"], outputs: ["cdkObserveContent"], exportAs: ["cdkObserveContent"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
41
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: RadioButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
42
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: RadioButtonComponent, isStandalone: true, selector: "odx-radio-button", providers: [DisabledController.connect(), ReadonlyController.connect()], viewQueries: [{ propertyName: "contentElement", first: true, predicate: ["content"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<label class=\"odx-radio-button__label\">\n <input\n class=\"odx-radio-button__input\"\n type=\"radio\"\n [attr.aria-checked]=\"ariaChecked\"\n [attr.aria-invalid]=\"radioGroupControl.hasError || null\"\n [attr.aria-readonly]=\"readonlyController?.readonly || null\"\n [attr.aria-required]=\"radioGroupControl.isRequired || null\"\n [checked]=\"isActive\"\n [disabled]=\"disabledController?.disabled || readonlyController?.readonly\"\n [name]=\"radioGroupControl.name\"\n [readonly]=\"readonlyController?.readonly\"\n [required]=\"radioGroupControl.isRequired\"\n [value]=\"value\"\n (change)=\"radioGroupControl.updateValue(value)\"\n />\n <div class=\"odx-radio-button__indicator\"></div>\n <div class=\"odx-radio-button__content\" [cdkObserveContentDisabled]=\"disabledController?.disabled\" (cdkObserveContent)=\"onContentChange()\" #content>\n <ng-content />\n <ng-content select=\".odx-radio-button__subtitle\" />\n </div>\n</label>\n", dependencies: [{ kind: "ngmodule", type: ObserversModule }, { kind: "directive", type: i1.CdkObserveContent, selector: "[cdkObserveContent]", inputs: ["cdkObserveContentDisabled", "debounce"], outputs: ["cdkObserveContent"], exportAs: ["cdkObserveContent"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
43
43
  };
44
44
  __decorate([
45
45
  CSSModifier(),
@@ -49,7 +49,7 @@ RadioButtonComponent = __decorate([
49
49
  CSSComponent('radio-button')
50
50
  ], RadioButtonComponent);
51
51
  export { RadioButtonComponent };
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RadioButtonComponent, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: RadioButtonComponent, decorators: [{
53
53
  type: Component,
54
54
  args: [{ standalone: true, selector: 'odx-radio-button', imports: [ObserversModule], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [DisabledController.connect(), ReadonlyController.connect()], template: "<label class=\"odx-radio-button__label\">\n <input\n class=\"odx-radio-button__input\"\n type=\"radio\"\n [attr.aria-checked]=\"ariaChecked\"\n [attr.aria-invalid]=\"radioGroupControl.hasError || null\"\n [attr.aria-readonly]=\"readonlyController?.readonly || null\"\n [attr.aria-required]=\"radioGroupControl.isRequired || null\"\n [checked]=\"isActive\"\n [disabled]=\"disabledController?.disabled || readonlyController?.readonly\"\n [name]=\"radioGroupControl.name\"\n [readonly]=\"readonlyController?.readonly\"\n [required]=\"radioGroupControl.isRequired\"\n [value]=\"value\"\n (change)=\"radioGroupControl.updateValue(value)\"\n />\n <div class=\"odx-radio-button__indicator\"></div>\n <div class=\"odx-radio-button__content\" [cdkObserveContentDisabled]=\"disabledController?.disabled\" (cdkObserveContent)=\"onContentChange()\" #content>\n <ng-content />\n <ng-content select=\".odx-radio-button__subtitle\" />\n </div>\n</label>\n" }]
55
55
  }], propDecorators: { withLabel: [], contentElement: [{
@@ -28,8 +28,8 @@ let RadioGroupComponent = class RadioGroupComponent extends RadioGroupControlDir
28
28
  */
29
29
  this.horizontal = false;
30
30
  }
31
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RadioGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
32
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: RadioGroupComponent, isStandalone: true, selector: "odx-radio-group", inputs: { horizontal: "horizontal" }, providers: [
31
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: RadioGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
32
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: RadioGroupComponent, isStandalone: true, selector: "odx-radio-group", inputs: { horizontal: "horizontal" }, providers: [
33
33
  {
34
34
  provide: RADIO_GROUP_CONTROL,
35
35
  useExisting: forwardRef(() => RadioGroupComponent),
@@ -47,7 +47,7 @@ RadioGroupComponent = __decorate([
47
47
  CSSComponent('radio-group')
48
48
  ], RadioGroupComponent);
49
49
  export { RadioGroupComponent };
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RadioGroupComponent, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: RadioGroupComponent, decorators: [{
51
51
  type: Component,
52
52
  args: [{ standalone: true, selector: 'odx-radio-group', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [
53
53
  {
@@ -5,11 +5,11 @@ import { RadioGroupComponent } from './radio-group.component';
5
5
  import * as i0 from "@angular/core";
6
6
  const modules = [RadioGroupComponent, RadioButtonComponent];
7
7
  export class RadioGroupModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RadioGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: RadioGroupModule, imports: [RadioGroupComponent, RadioButtonComponent], exports: [CoreModule, RadioGroupComponent, RadioButtonComponent] }); }
10
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RadioGroupModule, imports: [RadioButtonComponent, CoreModule] }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: RadioGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: RadioGroupModule, imports: [RadioGroupComponent, RadioButtonComponent], exports: [CoreModule, RadioGroupComponent, RadioButtonComponent] }); }
10
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: RadioGroupModule, imports: [RadioButtonComponent, CoreModule] }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RadioGroupModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: RadioGroupModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: modules,
@@ -36,14 +36,14 @@ let RailNavigationItemComponent = class RailNavigationItemComponent {
36
36
  */
37
37
  this.iconSet = 'core';
38
38
  }
39
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RailNavigationItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
40
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.12", type: RailNavigationItemComponent, isStandalone: true, selector: "a[odxRailNavigationItem][iconName], button[odxRailNavigationItem][iconName]", inputs: { isSelected: ["isSelected", "isSelected", booleanAttribute], iconName: "iconName", iconSet: "iconSet" }, host: { properties: { "class.is-selected": "isSelected || routerLinkActive?.isActive" } }, hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }], ngImport: i0, template: "<odx-icon [name]=\"iconName\" [iconSet]=\"iconSet\" size=\"large\" />\n<span class=\"odx-rail-navigation-item__container\">\n <ng-content />\n</span>\n", dependencies: [{ kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
39
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: RailNavigationItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
40
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.12", type: RailNavigationItemComponent, isStandalone: true, selector: "a[odxRailNavigationItem][iconName], button[odxRailNavigationItem][iconName]", inputs: { isSelected: ["isSelected", "isSelected", booleanAttribute], iconName: "iconName", iconSet: "iconSet" }, host: { properties: { "class.is-selected": "isSelected || routerLinkActive?.isActive" } }, hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }], ngImport: i0, template: "<odx-icon [name]=\"iconName\" [iconSet]=\"iconSet\" size=\"large\" />\n<span class=\"odx-rail-navigation-item__container\">\n <ng-content />\n</span>\n", dependencies: [{ kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
41
41
  };
42
42
  RailNavigationItemComponent = __decorate([
43
43
  CSSComponent('rail-navigation-item')
44
44
  ], RailNavigationItemComponent);
45
45
  export { RailNavigationItemComponent };
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RailNavigationItemComponent, decorators: [{
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: RailNavigationItemComponent, decorators: [{
47
47
  type: Component,
48
48
  args: [{ standalone: true, selector: 'a[odxRailNavigationItem][iconName], button[odxRailNavigationItem][iconName]', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [IconComponent], hostDirectives: [WithDisabledState, WithTabIndex], host: {
49
49
  '[class.is-selected]': 'isSelected || routerLinkActive?.isActive',