@odx/angular 12.3.0 → 12.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (292) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/esm2022/breakpoints/lib/breakpoints.module.mjs +4 -4
  3. package/esm2022/breakpoints/lib/breakpoints.service.mjs +3 -3
  4. package/esm2022/breakpoints/lib/directives/match-breakpoints.directive.mjs +3 -3
  5. package/esm2022/cdk/a11y/lib/a11y.module.mjs +4 -4
  6. package/esm2022/cdk/a11y/lib/directives/interactive.directive.mjs +3 -3
  7. package/esm2022/cdk/a11y/lib/directives/list-focus-manager-option.directive.mjs +3 -3
  8. package/esm2022/cdk/a11y/lib/directives/list-focus-manager.directive.mjs +3 -3
  9. package/esm2022/cdk/active-indicator/lib/active-indicator.directive.mjs +3 -3
  10. package/esm2022/cdk/autocomplete-control/lib/autocomplete-control.mjs +3 -3
  11. package/esm2022/cdk/checkbox-control/lib/checkbox-control.directive.mjs +3 -3
  12. package/esm2022/cdk/connected-overlay/lib/connected-overlay.component.mjs +3 -3
  13. package/esm2022/cdk/connected-overlay/lib/connected-overlay.service.mjs +3 -3
  14. package/esm2022/cdk/custom-form-control/lib/control.directive.mjs +3 -3
  15. package/esm2022/cdk/custom-form-control/lib/custom-form-control.mjs +3 -3
  16. package/esm2022/cdk/custom-form-control/lib/input-control.directive.mjs +3 -3
  17. package/esm2022/cdk/dynamic-view/lib/dynamic-view.component.mjs +3 -3
  18. package/esm2022/cdk/dynamic-view/lib/dynamic-view.directive.mjs +3 -3
  19. package/esm2022/cdk/dynamic-view/lib/dynamic-view.service.mjs +3 -3
  20. package/esm2022/cdk/event-plugins/lib/plugins/debounce-event-plugin.mjs +3 -3
  21. package/esm2022/cdk/event-plugins/lib/plugins/defer-event-plugin.mjs +3 -3
  22. package/esm2022/cdk/expandable/lib/directives/expandable-container.directive.mjs +3 -3
  23. package/esm2022/cdk/expandable/lib/directives/expandable-item.directive.mjs +3 -3
  24. package/esm2022/cdk/expandable/lib/expandable.module.mjs +4 -4
  25. package/esm2022/cdk/option-control/lib/option-control.mjs +3 -3
  26. package/esm2022/cdk/radio-group-control/lib/radio-control.directive.mjs +3 -3
  27. package/esm2022/cdk/radio-group-control/lib/radio-group-control.directive.mjs +3 -3
  28. package/esm2022/cdk/radio-group-control/lib/radio-group-control.module.mjs +4 -4
  29. package/esm2022/components/accordion/lib/accordion.component.mjs +3 -3
  30. package/esm2022/components/accordion/lib/accordion.module.mjs +4 -4
  31. package/esm2022/components/accordion/lib/components/accordion-item/accordion-item.component.mjs +3 -3
  32. package/esm2022/components/accordion/lib/directives/accordion-item-title.mjs +3 -3
  33. package/esm2022/components/action-group/action-group.component.mjs +3 -3
  34. package/esm2022/components/area-header/area-header.component.mjs +3 -3
  35. package/esm2022/components/area-header/area-header.module.mjs +4 -4
  36. package/esm2022/components/area-header/directives/area-header-content.directive.mjs +3 -3
  37. package/esm2022/components/area-header/directives/area-header-subtitle.directive.mjs +3 -3
  38. package/esm2022/components/autocomplete/lib/autocomplete.component.mjs +3 -3
  39. package/esm2022/components/autocomplete/lib/autocomplete.module.mjs +4 -4
  40. package/esm2022/components/autocomplete/lib/components/option/autocomplete-option.component.mjs +3 -3
  41. package/esm2022/components/autocomplete/lib/directives/autocomplete-input-control.directive.mjs +3 -3
  42. package/esm2022/components/autocomplete/lib/pipes/autocomplete-search-filter.pipe.mjs +3 -3
  43. package/esm2022/components/avatar/lib/avatar.component.mjs +3 -3
  44. package/esm2022/components/badge/lib/badge.component.mjs +3 -3
  45. package/esm2022/components/badge/lib/badge.directive.mjs +3 -3
  46. package/esm2022/components/bar/lib/bar.component.mjs +3 -3
  47. package/esm2022/components/bar/lib/bar.module.mjs +4 -4
  48. package/esm2022/components/bar/lib/directives/bar-button.directive.mjs +3 -3
  49. package/esm2022/components/bar/lib/directives/bar-label.directive.mjs +3 -3
  50. package/esm2022/components/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
  51. package/esm2022/components/button/lib/button.component.mjs +3 -3
  52. package/esm2022/components/button/lib/directives/responsive-button.directive.mjs +3 -3
  53. package/esm2022/components/button-group/lib/button-group.component.mjs +3 -3
  54. package/esm2022/components/calendar/lib/calendar.component.mjs +3 -3
  55. package/esm2022/components/calendar/lib/calendar.service.mjs +3 -3
  56. package/esm2022/components/calendar/lib/components/calendar-header/calendar-header.component.mjs +3 -3
  57. package/esm2022/components/calendar/lib/components/calendar-month/calendar-month.component.mjs +3 -3
  58. package/esm2022/components/calendar/lib/components/calendar-year/calendar-year.component.mjs +3 -3
  59. package/esm2022/components/calendar/lib/components/calendar-years/calendar-years.component.mjs +3 -3
  60. package/esm2022/components/calendar/lib/daterange.service.mjs +3 -3
  61. package/esm2022/components/calendar/lib/directives/calendar-cell.directive.mjs +3 -3
  62. package/esm2022/components/calendar/lib/directives/calendar-view.directive.mjs +3 -3
  63. package/esm2022/components/calendar/lib/pipes/date-label.pipe.mjs +3 -3
  64. package/esm2022/components/calendar/lib/services/calendar-month.service.mjs +3 -3
  65. package/esm2022/components/calendar/lib/services/calendar-year.service.mjs +3 -3
  66. package/esm2022/components/calendar/lib/services/calendar-years.service.mjs +3 -3
  67. package/esm2022/components/card/lib/card.component.mjs +3 -3
  68. package/esm2022/components/card/lib/card.module.mjs +4 -4
  69. package/esm2022/components/card/lib/components/card-footer/card-footer.component.mjs +3 -3
  70. package/esm2022/components/card/lib/components/card-image/card-image.component.mjs +3 -3
  71. package/esm2022/components/card/lib/components/launch-card-subtitle/launch-card-subtitle.component.mjs +3 -3
  72. package/esm2022/components/card/lib/directives/card-content.directive.mjs +3 -3
  73. package/esm2022/components/checkbox/lib/checkbox.component.mjs +3 -3
  74. package/esm2022/components/checkbox/lib/checkbox.module.mjs +4 -4
  75. package/esm2022/components/checkbox/lib/checkbox.validator.mjs +3 -3
  76. package/esm2022/components/chip/lib/components/chip/chip.component.mjs +3 -3
  77. package/esm2022/components/chip/lib/components/chip-list/chip-list.component.mjs +3 -3
  78. package/esm2022/components/chip/lib/components/chip-list-row/chip-list-row.component.mjs +3 -3
  79. package/esm2022/components/circular-progress/lib/circular-progress.component.mjs +3 -3
  80. package/esm2022/components/content-box/lib/content-box.component.mjs +3 -3
  81. package/esm2022/components/content-box/lib/content-box.module.mjs +4 -4
  82. package/esm2022/components/content-box/lib/directives/content-box-footer.directive.mjs +3 -3
  83. package/esm2022/components/content-box/lib/directives/content-box-header.directive.mjs +3 -3
  84. package/esm2022/components/datepicker/lib/datepicker.component.mjs +3 -3
  85. package/esm2022/components/datepicker/lib/datepicker.module.mjs +4 -4
  86. package/esm2022/components/datepicker/lib/directives/datepicker-input-control.directive.mjs +3 -3
  87. package/esm2022/components/daterangepicker/lib/daterangepicker.component.mjs +3 -3
  88. package/esm2022/components/daterangepicker/lib/daterangepicker.module.mjs +4 -4
  89. package/esm2022/components/daterangepicker/lib/directives/daterangepicker-input-control.directive.mjs +3 -3
  90. package/esm2022/components/daterangepicker/lib/range.validator.mjs +3 -3
  91. package/esm2022/components/daterangepicker/lib/required.validator.mjs +3 -3
  92. package/esm2022/components/dropdown/lib/dropdown.component.mjs +3 -3
  93. package/esm2022/components/dropdown/lib/dropdown.directive.mjs +3 -3
  94. package/esm2022/components/dropdown/lib/dropdown.module.mjs +4 -4
  95. package/esm2022/components/error-page/lib/error-page.component.mjs +3 -3
  96. package/esm2022/components/footer/lib/footer.component.mjs +3 -3
  97. package/esm2022/components/form-field/lib/components/form-field-info/form-field-info.component.mjs +3 -3
  98. package/esm2022/components/form-field/lib/components/form-group/form-group.component.mjs +3 -3
  99. package/esm2022/components/form-field/lib/directives/form-field-control.directive.mjs +3 -3
  100. package/esm2022/components/form-field/lib/directives/form-field-error.directive.mjs +3 -3
  101. package/esm2022/components/form-field/lib/directives/form-field-hint.directive.mjs +3 -3
  102. package/esm2022/components/form-field/lib/directives/form-field-label.directive.mjs +3 -3
  103. package/esm2022/components/form-field/lib/directives/form.directive.mjs +3 -3
  104. package/esm2022/components/form-field/lib/form-field.component.mjs +3 -3
  105. package/esm2022/components/form-field/lib/form-field.module.mjs +4 -4
  106. package/esm2022/components/form-field/lib/form-field.service.mjs +3 -3
  107. package/esm2022/components/form-field/lib/services/form-field-error.service.mjs +3 -3
  108. package/esm2022/components/header/lib/directives/header-avatar.directive.mjs +3 -3
  109. package/esm2022/components/header/lib/directives/header-title.directive.mjs +3 -3
  110. package/esm2022/components/header/lib/header.component.mjs +3 -3
  111. package/esm2022/components/header/lib/header.module.mjs +4 -4
  112. package/esm2022/components/header-navigation/lib/directives/header-navigation-link.directive.mjs +6 -6
  113. package/esm2022/components/header-navigation/lib/header-navigation.component.mjs +3 -3
  114. package/esm2022/components/header-navigation/lib/header-navigation.module.mjs +4 -4
  115. package/esm2022/components/icon/lib/icon.component.mjs +3 -3
  116. package/esm2022/components/inline-message/lib/inline-message.component.mjs +3 -3
  117. package/esm2022/components/link/link.directive.mjs +3 -3
  118. package/esm2022/components/list/lib/components/expandable-list-item/expandable-list-item.component.mjs +3 -3
  119. package/esm2022/components/list/lib/components/list-item/list-item.component.mjs +3 -3
  120. package/esm2022/components/list/lib/list.component.mjs +3 -3
  121. package/esm2022/components/list/lib/list.module.mjs +4 -4
  122. package/esm2022/components/loading-spinner/lib/loading-spinner.component.mjs +3 -3
  123. package/esm2022/components/loading-spinner/lib/loading-spinner.directive.mjs +3 -3
  124. package/esm2022/components/loading-spinner/lib/loading-spinner.module.mjs +4 -4
  125. package/esm2022/components/logo/logo.directive.mjs +3 -3
  126. package/esm2022/components/main-menu/lib/directives/main-menu-button.directive.mjs +3 -3
  127. package/esm2022/components/main-menu/lib/directives/main-menu-close.directive.mjs +3 -3
  128. package/esm2022/components/main-menu/lib/directives/main-menu-item.directive.mjs +3 -3
  129. package/esm2022/components/main-menu/lib/main-menu.component.mjs +3 -3
  130. package/esm2022/components/main-menu/lib/main-menu.module.mjs +4 -4
  131. package/esm2022/components/main-menu/lib/main-menu.service.mjs +3 -3
  132. package/esm2022/components/mainfilter-group/lib/mainfilter-group.component.mjs +3 -3
  133. package/esm2022/components/menu/lib/directives/menu-item.directive.mjs +3 -3
  134. package/esm2022/components/menu/lib/menu.component.mjs +3 -3
  135. package/esm2022/components/menu/lib/menu.directive.mjs +3 -3
  136. package/esm2022/components/menu/lib/menu.module.mjs +4 -4
  137. package/esm2022/components/modal/lib/components/basic-modal/basic-modal.component.mjs +3 -3
  138. package/esm2022/components/modal/lib/components/modal-footer/modal-footer.component.mjs +3 -3
  139. package/esm2022/components/modal/lib/components/modal-header/modal-header.component.mjs +3 -3
  140. package/esm2022/components/modal/lib/components/modal-hero/modal-hero.component.mjs +3 -3
  141. package/esm2022/components/modal/lib/directives/modal-close.directive.mjs +3 -3
  142. package/esm2022/components/modal/lib/directives/modal-content.directive.mjs +3 -3
  143. package/esm2022/components/modal/lib/directives/modal-dismiss.directive.mjs +3 -3
  144. package/esm2022/components/modal/lib/directives/prevent-form-method-dialog.directive.mjs +3 -3
  145. package/esm2022/components/modal/lib/directives/prevent-method-dialog.directive.mjs +3 -3
  146. package/esm2022/components/modal/lib/modal.component.mjs +3 -3
  147. package/esm2022/components/modal/lib/modal.directive.mjs +3 -3
  148. package/esm2022/components/modal/lib/modal.module.mjs +4 -4
  149. package/esm2022/components/modal/lib/modal.service.mjs +3 -3
  150. package/esm2022/components/navigation-back/lib/navigation-back.component.mjs +3 -3
  151. package/esm2022/components/notification/lib/components/notification-center/notification-center.component.mjs +3 -3
  152. package/esm2022/components/notification/lib/components/notification-item/notification-item.component.mjs +3 -3
  153. package/esm2022/components/notification/lib/directives/notification-center.directive.mjs +3 -3
  154. package/esm2022/components/notification/lib/notification.service.mjs +3 -3
  155. package/esm2022/components/notification/lib/services/notification-center.service.mjs +3 -3
  156. package/esm2022/components/paginator/lib/paginator.component.mjs +3 -3
  157. package/esm2022/components/paginator/lib/paginator.module.mjs +4 -4
  158. package/esm2022/components/progress/lib/progress.component.mjs +3 -3
  159. package/esm2022/components/radio-group/lib/components/radio-button/radio-button.component.mjs +3 -3
  160. package/esm2022/components/radio-group/lib/radio-group.component.mjs +3 -3
  161. package/esm2022/components/radio-group/lib/radio-group.module.mjs +4 -4
  162. package/esm2022/components/rail-navigation/lib/components/rail-navigation-item/rail-navigation-item.component.mjs +3 -3
  163. package/esm2022/components/rail-navigation/lib/rail-navigation.component.mjs +3 -3
  164. package/esm2022/components/rail-navigation/lib/rail-navigation.module.mjs +4 -4
  165. package/esm2022/components/rich-list/lib/components/rich-list-content/rich-list-content.component.mjs +3 -3
  166. package/esm2022/components/rich-list/lib/components/rich-list-item/rich-list-item.component.mjs +3 -3
  167. package/esm2022/components/rich-list/lib/components/rich-list-item-header/rich-list-item-header.component.mjs +3 -3
  168. package/esm2022/components/rich-list/lib/rich-list.component.mjs +3 -3
  169. package/esm2022/components/rich-list/lib/rich-list.module.mjs +4 -4
  170. package/esm2022/components/search-bar/lib/search-bar-control.directive.mjs +3 -3
  171. package/esm2022/components/search-bar/lib/search-bar.component.mjs +3 -3
  172. package/esm2022/components/search-bar/lib/search-bar.module.mjs +4 -4
  173. package/esm2022/components/select/lib/components/select-option/select-option.component.mjs +3 -3
  174. package/esm2022/components/select/lib/directives/select-input-control.directive.mjs +3 -3
  175. package/esm2022/components/select/lib/pipes/select-search-filter.pipe.mjs +3 -3
  176. package/esm2022/components/select/lib/select.component.mjs +3 -3
  177. package/esm2022/components/select/lib/select.module.mjs +4 -4
  178. package/esm2022/components/slider/lib/slider.directive.mjs +3 -3
  179. package/esm2022/components/spinbox/lib/spinbox.component.mjs +3 -3
  180. package/esm2022/components/switch/lib/switch.component.mjs +3 -3
  181. package/esm2022/components/switch/lib/switch.module.mjs +4 -4
  182. package/esm2022/components/switch/lib/switch.validator.mjs +3 -3
  183. package/esm2022/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.mjs +3 -3
  184. package/esm2022/components/tab-bar/lib/tab-bar.component.mjs +3 -3
  185. package/esm2022/components/tab-bar/lib/tab-bar.module.mjs +4 -4
  186. package/esm2022/components/table/lib/components/check-cell/check-cell.component.mjs +3 -3
  187. package/esm2022/components/table/lib/components/header-title/header-title.component.mjs +3 -3
  188. package/esm2022/components/table/lib/directives/table-cell.directive.mjs +3 -3
  189. package/esm2022/components/table/lib/directives/table-row.directive.mjs +3 -3
  190. package/esm2022/components/table/lib/table.component.mjs +3 -3
  191. package/esm2022/components/table/lib/table.module.mjs +4 -4
  192. package/esm2022/components/timepicker/lib/components/timepicker-option.component.mjs +3 -3
  193. package/esm2022/components/timepicker/lib/directives/timepicker-input-control.directive.mjs +3 -3
  194. package/esm2022/components/timepicker/lib/timepicker.component.mjs +3 -3
  195. package/esm2022/components/timepicker/lib/timepicker.module.mjs +4 -4
  196. package/esm2022/components/timepicker/lib/timepicker.service.mjs +3 -3
  197. package/esm2022/components/toast/lib/components/toast-container/toast-container.component.mjs +3 -3
  198. package/esm2022/components/toast/lib/components/toast-item/toast-item.component.mjs +3 -3
  199. package/esm2022/components/toast/lib/toast.module.mjs +4 -4
  200. package/esm2022/components/toast/lib/toast.service.mjs +3 -3
  201. package/esm2022/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.mjs +3 -3
  202. package/esm2022/components/toggle-button-group/lib/toggle-button-group.component.mjs +3 -3
  203. package/esm2022/components/toggle-button-group/lib/toggle-button-group.module.mjs +4 -4
  204. package/esm2022/components/tooltip/lib/tooltip.component.mjs +3 -3
  205. package/esm2022/components/tooltip/lib/tooltip.directive.mjs +3 -3
  206. package/esm2022/components/wizard/lib/components/wizard-step/wizard-step.component.mjs +3 -3
  207. package/esm2022/components/wizard/lib/wizard.component.mjs +3 -3
  208. package/esm2022/components/wizard/lib/wizard.module.mjs +4 -4
  209. package/esm2022/internal/translate/lib/pipes/translate.pipe.mjs +3 -3
  210. package/esm2022/lib/controllers/controller.mjs +3 -3
  211. package/esm2022/lib/controllers/disabled.controller.mjs +3 -3
  212. package/esm2022/lib/controllers/readonly.controller.mjs +3 -3
  213. package/esm2022/lib/core.module.mjs +4 -4
  214. package/esm2022/lib/directives/click-outside.directive.mjs +3 -3
  215. package/esm2022/lib/directives/delegate-focus.directive.mjs +3 -3
  216. package/esm2022/lib/directives/with-disabled-state.directive.mjs +3 -3
  217. package/esm2022/lib/directives/with-tabindex.directive.mjs +3 -3
  218. package/esm2022/lib/services/window-ref.mjs +3 -3
  219. package/esm2022/localization/lib/localization.service.mjs +3 -3
  220. package/esm2022/theming/lib/theming.service.mjs +3 -3
  221. package/esm2022/utils/lib/helpers/event-manager.mjs +3 -3
  222. package/fesm2022/odx-angular-breakpoints.mjs +10 -10
  223. package/fesm2022/odx-angular-cdk-a11y.mjs +13 -13
  224. package/fesm2022/odx-angular-cdk-active-indicator.mjs +3 -3
  225. package/fesm2022/odx-angular-cdk-autocomplete-control.mjs +3 -3
  226. package/fesm2022/odx-angular-cdk-checkbox-control.mjs +3 -3
  227. package/fesm2022/odx-angular-cdk-connected-overlay.mjs +6 -6
  228. package/fesm2022/odx-angular-cdk-custom-form-control.mjs +9 -9
  229. package/fesm2022/odx-angular-cdk-dynamic-view.mjs +9 -9
  230. package/fesm2022/odx-angular-cdk-event-plugins.mjs +6 -6
  231. package/fesm2022/odx-angular-cdk-expandable.mjs +10 -10
  232. package/fesm2022/odx-angular-cdk-option-control.mjs +3 -3
  233. package/fesm2022/odx-angular-cdk-radio-group-control.mjs +10 -10
  234. package/fesm2022/odx-angular-components-accordion.mjs +13 -13
  235. package/fesm2022/odx-angular-components-action-group.mjs +3 -3
  236. package/fesm2022/odx-angular-components-area-header.mjs +13 -13
  237. package/fesm2022/odx-angular-components-autocomplete.mjs +16 -16
  238. package/fesm2022/odx-angular-components-avatar.mjs +3 -3
  239. package/fesm2022/odx-angular-components-badge.mjs +6 -6
  240. package/fesm2022/odx-angular-components-bar.mjs +13 -13
  241. package/fesm2022/odx-angular-components-breadcrumbs.mjs +3 -3
  242. package/fesm2022/odx-angular-components-button-group.mjs +3 -3
  243. package/fesm2022/odx-angular-components-button.mjs +6 -6
  244. package/fesm2022/odx-angular-components-calendar.mjs +39 -39
  245. package/fesm2022/odx-angular-components-card.mjs +19 -19
  246. package/fesm2022/odx-angular-components-checkbox.mjs +10 -10
  247. package/fesm2022/odx-angular-components-chip.mjs +9 -9
  248. package/fesm2022/odx-angular-components-circular-progress.mjs +3 -3
  249. package/fesm2022/odx-angular-components-content-box.mjs +13 -13
  250. package/fesm2022/odx-angular-components-datepicker.mjs +10 -10
  251. package/fesm2022/odx-angular-components-daterangepicker.mjs +16 -16
  252. package/fesm2022/odx-angular-components-dropdown.mjs +10 -10
  253. package/fesm2022/odx-angular-components-error-page.mjs +3 -3
  254. package/fesm2022/odx-angular-components-footer.mjs +3 -3
  255. package/fesm2022/odx-angular-components-form-field.mjs +34 -34
  256. package/fesm2022/odx-angular-components-header-navigation.mjs +13 -13
  257. package/fesm2022/odx-angular-components-header.mjs +13 -13
  258. package/fesm2022/odx-angular-components-icon.mjs +3 -3
  259. package/fesm2022/odx-angular-components-inline-message.mjs +3 -3
  260. package/fesm2022/odx-angular-components-link.mjs +3 -3
  261. package/fesm2022/odx-angular-components-list.mjs +13 -13
  262. package/fesm2022/odx-angular-components-loading-spinner.mjs +10 -10
  263. package/fesm2022/odx-angular-components-logo.mjs +3 -3
  264. package/fesm2022/odx-angular-components-main-menu.mjs +19 -19
  265. package/fesm2022/odx-angular-components-mainfilter-group.mjs +3 -3
  266. package/fesm2022/odx-angular-components-menu.mjs +13 -13
  267. package/fesm2022/odx-angular-components-modal.mjs +40 -40
  268. package/fesm2022/odx-angular-components-navigation-back.mjs +3 -3
  269. package/fesm2022/odx-angular-components-notification.mjs +15 -15
  270. package/fesm2022/odx-angular-components-paginator.mjs +7 -7
  271. package/fesm2022/odx-angular-components-progress.mjs +3 -3
  272. package/fesm2022/odx-angular-components-radio-group.mjs +10 -10
  273. package/fesm2022/odx-angular-components-rail-navigation.mjs +10 -10
  274. package/fesm2022/odx-angular-components-rich-list.mjs +16 -16
  275. package/fesm2022/odx-angular-components-search-bar.mjs +10 -10
  276. package/fesm2022/odx-angular-components-select.mjs +16 -16
  277. package/fesm2022/odx-angular-components-slider.mjs +3 -3
  278. package/fesm2022/odx-angular-components-spinbox.mjs +3 -3
  279. package/fesm2022/odx-angular-components-switch.mjs +10 -10
  280. package/fesm2022/odx-angular-components-tab-bar.mjs +10 -10
  281. package/fesm2022/odx-angular-components-table.mjs +19 -19
  282. package/fesm2022/odx-angular-components-timepicker.mjs +16 -16
  283. package/fesm2022/odx-angular-components-toast.mjs +13 -13
  284. package/fesm2022/odx-angular-components-toggle-button-group.mjs +10 -10
  285. package/fesm2022/odx-angular-components-tooltip.mjs +6 -6
  286. package/fesm2022/odx-angular-components-wizard.mjs +10 -10
  287. package/fesm2022/odx-angular-internal-translate.mjs +3 -3
  288. package/fesm2022/odx-angular-localization.mjs +3 -3
  289. package/fesm2022/odx-angular-theming.mjs +3 -3
  290. package/fesm2022/odx-angular-utils.mjs +3 -3
  291. package/fesm2022/odx-angular.mjs +28 -28
  292. package/package.json +5 -5
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  * Represents a content box component.
5
5
  */
6
6
  export class ContentBoxComponent {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ContentBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: ContentBoxComponent, isStandalone: true, selector: "odx-content-box", host: { properties: { "class.odx-content-box": "true" } }, ngImport: i0, template: "<ng-content select=\"odx-area-header, odx-content-box-header\" />\n<div class=\"odx-content-box__content\">\n <ng-content />\n</div>\n<ng-content select=\"odx-content-box-footer\" />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ContentBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ContentBoxComponent, isStandalone: true, selector: "odx-content-box", host: { properties: { "class.odx-content-box": "true" } }, ngImport: i0, template: "<ng-content select=\"odx-area-header, odx-content-box-header\" />\n<div class=\"odx-content-box__content\">\n <ng-content />\n</div>\n<ng-content select=\"odx-content-box-footer\" />\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ContentBoxComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ContentBoxComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'odx-content-box', standalone: true, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
13
13
  '[class.odx-content-box]': 'true',
@@ -5,11 +5,11 @@ import { ContentBoxHeaderDirective } from './directives/content-box-header.direc
5
5
  import * as i0 from "@angular/core";
6
6
  const modules = [ContentBoxComponent, ContentBoxHeaderDirective, ContentBoxFooterDirective];
7
7
  export class ContentBoxModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ContentBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: ContentBoxModule, imports: [ContentBoxComponent, ContentBoxHeaderDirective, ContentBoxFooterDirective], exports: [ContentBoxComponent, ContentBoxHeaderDirective, ContentBoxFooterDirective] }); }
10
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ContentBoxModule }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ContentBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ContentBoxModule, imports: [ContentBoxComponent, ContentBoxHeaderDirective, ContentBoxFooterDirective], exports: [ContentBoxComponent, ContentBoxHeaderDirective, ContentBoxFooterDirective] }); }
10
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ContentBoxModule }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ContentBoxModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ContentBoxModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: modules,
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  * Represents a directive for the footer of a content box component.
5
5
  */
6
6
  export class ContentBoxFooterDirective {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ContentBoxFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
8
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: ContentBoxFooterDirective, isStandalone: true, selector: "odx-content-box-footer", host: { properties: { "class.odx-content-box__footer": "true" } }, ngImport: i0 }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ContentBoxFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
8
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: ContentBoxFooterDirective, isStandalone: true, selector: "odx-content-box-footer", host: { properties: { "class.odx-content-box__footer": "true" } }, ngImport: i0 }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ContentBoxFooterDirective, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ContentBoxFooterDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: 'odx-content-box-footer',
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  * Represents a directive for the header of a content box component.
5
5
  */
6
6
  export class ContentBoxHeaderDirective {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ContentBoxHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
8
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: ContentBoxHeaderDirective, isStandalone: true, selector: "odx-content-box-header", host: { properties: { "class.odx-content-box__header": "true" } }, ngImport: i0 }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ContentBoxHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
8
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: ContentBoxHeaderDirective, isStandalone: true, selector: "odx-content-box-header", host: { properties: { "class.odx-content-box__header": "true" } }, ngImport: i0 }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ContentBoxHeaderDirective, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ContentBoxHeaderDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: 'odx-content-box-header',
@@ -148,15 +148,15 @@ let DatepickerComponent = class DatepickerComponent extends CustomFormControl {
148
148
  const dateFormat = getDatepickerInputFormat(this.config);
149
149
  this.dateField.nativeElementValue = date ? format(date, dateFormat) : '';
150
150
  }
151
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DatepickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
152
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: DatepickerComponent, isStandalone: true, selector: "odx-datepicker", inputs: { filterFn: { classPropertyName: "filterFn", publicName: "filterFn", isSignal: false, isRequired: false, transformFunction: null }, minDate: { classPropertyName: "minDate", publicName: "minDate", isSignal: false, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: "maxDate", publicName: "maxDate", isSignal: false, isRequired: false, transformFunction: null }, dropdownPosition: { classPropertyName: "dropdownPosition", publicName: "dropdownPosition", isSignal: false, isRequired: false, transformFunction: null }, clearable: { classPropertyName: "clearable", publicName: "clearable", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { selectedChange: "selectedChange" }, host: { listeners: { "keydown.alt.ArrowDown": "openDatepicker($event)" } }, queries: [{ propertyName: "dateField", first: true, predicate: DatepickerInputControlDirective, descendants: true }], viewQueries: [{ propertyName: "dropdown", first: true, predicate: DropdownDirective, descendants: true }, { propertyName: "dropdownTriggerElement", first: true, predicate: ["dropdownTrigger"], descendants: true, read: ElementRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"input[odxDatepickerControl]\" />\n\n<odx-action-group class=\"odx-datepicker__trigger-wrapper\">\n @if (clearable() && value) {\n <button odxButton class=\"odx-datepicker__clear\" (click)=\"reset()\" size=\"small\" aria-label=\"Reset time\">\n <odx-icon name=\"close\" iconSet=\"core\" />\n </button>\n }\n <button\n #dropdownTrigger\n odxButton\n size=\"small\"\n variant=\"ghost\"\n class=\"odx-datepicker__trigger\"\n [odxDropdown]=\"calendarOverlay\"\n [odxDropdownOptions]=\"{ position: dropdownPosition }\"\n [odxDropdownTriggerElement]=\"dropdownTriggerElement.nativeElement\"\n [odxDropdownHost]=\"null\"\n [odxDropdownReferenceElement]=\"element.nativeElement\"\n (odxDropdownBeforeClose)=\"onTouched()\"\n >\n <odx-icon name=\"calendar\" />\n </button>\n <ng-content select=\"[odxButton]\" ngProjectAs=\"[odxButton]\" />\n</odx-action-group>\n\n<ng-template #calendarOverlay>\n <odx-calendar\n [selectedDate]=\"value || today\"\n [filterFn]=\"filterFn\"\n [minDate]=\"minDate\"\n [maxDate]=\"maxDate\"\n cdkTrapFocus\n cdkTrapFocusAutoCapture\n (selectedDateChange)=\"selectDate($event)\"\n />\n</ng-template>\n", dependencies: [{ kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i1.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { 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: CalendarComponent, selector: "odx-calendar", inputs: ["selectedDate", "selectedDateRange", "minDate", "maxDate", "filterFn"], outputs: ["selectedDateChange", "selectedDateRangeChange"] }, { kind: "ngmodule", type: DropdownModule }, { kind: "directive", type: i2.DropdownDirective, selector: "[odxDropdown]", inputs: ["odxDropdown", "odxDropdownDisabled", "odxDropdownShowLoader", "odxDropdownClickOutsideActive", "odxDropdownOptions", "odxDropdownReferenceElement", "odxDropdownTriggerElement", "odxDropdownHost", "odxDropdownOpenTrigger", "odxDropdownCloseTrigger"], outputs: ["odxDropdownBeforeOpen", "odxDropdownAfterOpen", "odxDropdownBeforeClose", "odxDropdownAfterClose"], exportAs: ["odxDropdown"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
151
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DatepickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
152
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: DatepickerComponent, isStandalone: true, selector: "odx-datepicker", inputs: { filterFn: { classPropertyName: "filterFn", publicName: "filterFn", isSignal: false, isRequired: false, transformFunction: null }, minDate: { classPropertyName: "minDate", publicName: "minDate", isSignal: false, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: "maxDate", publicName: "maxDate", isSignal: false, isRequired: false, transformFunction: null }, dropdownPosition: { classPropertyName: "dropdownPosition", publicName: "dropdownPosition", isSignal: false, isRequired: false, transformFunction: null }, clearable: { classPropertyName: "clearable", publicName: "clearable", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { selectedChange: "selectedChange" }, host: { listeners: { "keydown.alt.ArrowDown": "openDatepicker($event)" } }, queries: [{ propertyName: "dateField", first: true, predicate: DatepickerInputControlDirective, descendants: true }], viewQueries: [{ propertyName: "dropdown", first: true, predicate: DropdownDirective, descendants: true }, { propertyName: "dropdownTriggerElement", first: true, predicate: ["dropdownTrigger"], descendants: true, read: ElementRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"input[odxDatepickerControl]\" />\n\n<odx-action-group class=\"odx-datepicker__trigger-wrapper\">\n @if (clearable() && value) {\n <button odxButton class=\"odx-datepicker__clear\" (click)=\"reset()\" size=\"small\" aria-label=\"Reset time\">\n <odx-icon name=\"close\" iconSet=\"core\" />\n </button>\n }\n <button\n #dropdownTrigger\n odxButton\n size=\"small\"\n variant=\"ghost\"\n class=\"odx-datepicker__trigger\"\n [odxDropdown]=\"calendarOverlay\"\n [odxDropdownOptions]=\"{ position: dropdownPosition }\"\n [odxDropdownTriggerElement]=\"dropdownTriggerElement.nativeElement\"\n [odxDropdownHost]=\"null\"\n [odxDropdownReferenceElement]=\"element.nativeElement\"\n (odxDropdownBeforeClose)=\"onTouched()\"\n >\n <odx-icon name=\"calendar\" />\n </button>\n <ng-content select=\"[odxButton]\" ngProjectAs=\"[odxButton]\" />\n</odx-action-group>\n\n<ng-template #calendarOverlay>\n <odx-calendar\n [selectedDate]=\"value || today\"\n [filterFn]=\"filterFn\"\n [minDate]=\"minDate\"\n [maxDate]=\"maxDate\"\n cdkTrapFocus\n cdkTrapFocusAutoCapture\n (selectedDateChange)=\"selectDate($event)\"\n />\n</ng-template>\n", dependencies: [{ kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i1.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { 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: CalendarComponent, selector: "odx-calendar", inputs: ["selectedDate", "selectedDateRange", "minDate", "maxDate", "filterFn"], outputs: ["selectedDateChange", "selectedDateRangeChange"] }, { kind: "ngmodule", type: DropdownModule }, { kind: "directive", type: i2.DropdownDirective, selector: "[odxDropdown]", inputs: ["odxDropdown", "odxDropdownDisabled", "odxDropdownShowLoader", "odxDropdownClickOutsideActive", "odxDropdownOptions", "odxDropdownReferenceElement", "odxDropdownTriggerElement", "odxDropdownHost", "odxDropdownOpenTrigger", "odxDropdownCloseTrigger"], outputs: ["odxDropdownBeforeOpen", "odxDropdownAfterOpen", "odxDropdownBeforeClose", "odxDropdownAfterClose"], exportAs: ["odxDropdown"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
153
153
  };
154
154
  DatepickerComponent = __decorate([
155
155
  CSSComponent('datepicker'),
156
156
  __metadata("design:paramtypes", [])
157
157
  ], DatepickerComponent);
158
158
  export { DatepickerComponent };
159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DatepickerComponent, decorators: [{
159
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DatepickerComponent, decorators: [{
160
160
  type: Component,
161
161
  args: [{ selector: 'odx-datepicker', standalone: true, imports: [A11yModule, ActionGroupComponent, ButtonComponent, CalendarComponent, DropdownModule, IconComponent], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content select=\"input[odxDatepickerControl]\" />\n\n<odx-action-group class=\"odx-datepicker__trigger-wrapper\">\n @if (clearable() && value) {\n <button odxButton class=\"odx-datepicker__clear\" (click)=\"reset()\" size=\"small\" aria-label=\"Reset time\">\n <odx-icon name=\"close\" iconSet=\"core\" />\n </button>\n }\n <button\n #dropdownTrigger\n odxButton\n size=\"small\"\n variant=\"ghost\"\n class=\"odx-datepicker__trigger\"\n [odxDropdown]=\"calendarOverlay\"\n [odxDropdownOptions]=\"{ position: dropdownPosition }\"\n [odxDropdownTriggerElement]=\"dropdownTriggerElement.nativeElement\"\n [odxDropdownHost]=\"null\"\n [odxDropdownReferenceElement]=\"element.nativeElement\"\n (odxDropdownBeforeClose)=\"onTouched()\"\n >\n <odx-icon name=\"calendar\" />\n </button>\n <ng-content select=\"[odxButton]\" ngProjectAs=\"[odxButton]\" />\n</odx-action-group>\n\n<ng-template #calendarOverlay>\n <odx-calendar\n [selectedDate]=\"value || today\"\n [filterFn]=\"filterFn\"\n [minDate]=\"minDate\"\n [maxDate]=\"maxDate\"\n cdkTrapFocus\n cdkTrapFocusAutoCapture\n (selectedDateChange)=\"selectDate($event)\"\n />\n</ng-template>\n" }]
162
162
  }], ctorParameters: () => [], propDecorators: { filterFn: [{
@@ -5,11 +5,11 @@ import { DatepickerInputControlDirective } from './directives';
5
5
  import * as i0 from "@angular/core";
6
6
  const modules = [DatepickerComponent, DatepickerInputControlDirective];
7
7
  export class DatepickerModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DatepickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: DatepickerModule, imports: [DatepickerComponent, DatepickerInputControlDirective], exports: [CoreModule, DatepickerComponent, DatepickerInputControlDirective] }); }
10
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DatepickerModule, imports: [DatepickerComponent, CoreModule] }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DatepickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DatepickerModule, imports: [DatepickerComponent, DatepickerInputControlDirective], exports: [CoreModule, DatepickerComponent, DatepickerInputControlDirective] }); }
10
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DatepickerModule, imports: [DatepickerComponent, CoreModule] }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DatepickerModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DatepickerModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: modules,
@@ -71,14 +71,14 @@ let DatepickerInputControlDirective = class DatepickerInputControlDirective exte
71
71
  handleFocusOut() {
72
72
  this.focused.emit(false);
73
73
  }
74
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DatepickerInputControlDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
75
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: DatepickerInputControlDirective, isStandalone: true, selector: "input[odxDatepickerControl]", outputs: { focused: "focused" }, host: { listeners: { "focusin": "handleFocusIn()", "focusout": "handleFocusOut()" }, properties: { "attr.readonly": "readonlyController?.readonly || null", "attr.placeholder": "placeholder" } }, providers: [ReadonlyController.connect(), provideNgxMask(), NgxMaskPipe], usesInheritance: true, hostDirectives: [{ directive: i1.WithTabIndex }], ngImport: i0 }); }
74
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DatepickerInputControlDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
75
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: DatepickerInputControlDirective, isStandalone: true, selector: "input[odxDatepickerControl]", outputs: { focused: "focused" }, host: { listeners: { "focusin": "handleFocusIn()", "focusout": "handleFocusOut()" }, properties: { "attr.readonly": "readonlyController?.readonly || null", "attr.placeholder": "placeholder" } }, providers: [ReadonlyController.connect(), provideNgxMask(), NgxMaskPipe], usesInheritance: true, hostDirectives: [{ directive: i1.WithTabIndex }], ngImport: i0 }); }
76
76
  };
77
77
  DatepickerInputControlDirective = __decorate([
78
78
  CSSComponent('datepicker__control')
79
79
  ], DatepickerInputControlDirective);
80
80
  export { DatepickerInputControlDirective };
81
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DatepickerInputControlDirective, decorators: [{
81
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DatepickerInputControlDirective, decorators: [{
82
82
  type: Directive,
83
83
  args: [{
84
84
  standalone: true,
@@ -204,8 +204,8 @@ let DaterangepickerComponent = class DaterangepickerComponent extends CustomForm
204
204
  this.endDateField.nativeElementValue = date ? format(date, dateFormat) : '';
205
205
  this.updateWidth(this.endDateField, this.endDateMirror, date ? format(date, dateFormat) : '');
206
206
  }
207
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DaterangepickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
208
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: DaterangepickerComponent, isStandalone: true, selector: "odx-daterangepicker", inputs: { filterFn: { classPropertyName: "filterFn", publicName: "filterFn", isSignal: false, isRequired: false, transformFunction: null }, minDate: { classPropertyName: "minDate", publicName: "minDate", isSignal: false, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: "maxDate", publicName: "maxDate", isSignal: false, isRequired: false, transformFunction: null }, dropdownPosition: { classPropertyName: "dropdownPosition", publicName: "dropdownPosition", isSignal: false, isRequired: false, transformFunction: null }, clearable: { classPropertyName: "clearable", publicName: "clearable", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { selectedChange: "selectedChange" }, host: { listeners: { "keydown.alt.ArrowDown": "openDaterangepicker($event)" } }, providers: [
207
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DaterangepickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
208
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: DaterangepickerComponent, isStandalone: true, selector: "odx-daterangepicker", inputs: { filterFn: { classPropertyName: "filterFn", publicName: "filterFn", isSignal: false, isRequired: false, transformFunction: null }, minDate: { classPropertyName: "minDate", publicName: "minDate", isSignal: false, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: "maxDate", publicName: "maxDate", isSignal: false, isRequired: false, transformFunction: null }, dropdownPosition: { classPropertyName: "dropdownPosition", publicName: "dropdownPosition", isSignal: false, isRequired: false, transformFunction: null }, clearable: { classPropertyName: "clearable", publicName: "clearable", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { selectedChange: "selectedChange" }, host: { listeners: { "keydown.alt.ArrowDown": "openDaterangepicker($event)" } }, providers: [
209
209
  provideCalendarConfig({
210
210
  displayAdjacentDays: false,
211
211
  selectionMode: CalendarSelectionMode.DateRange,
@@ -217,7 +217,7 @@ DaterangepickerComponent = __decorate([
217
217
  __metadata("design:paramtypes", [])
218
218
  ], DaterangepickerComponent);
219
219
  export { DaterangepickerComponent };
220
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DaterangepickerComponent, decorators: [{
220
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DaterangepickerComponent, decorators: [{
221
221
  type: Component,
222
222
  args: [{ selector: 'odx-daterangepicker', standalone: true, imports: [A11yModule, ActionGroupComponent, ButtonComponent, CalendarComponent, DropdownModule, IconComponent], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [
223
223
  provideCalendarConfig({
@@ -7,11 +7,11 @@ import { DaterangepickerRequiredValidator } from './required.validator';
7
7
  import * as i0 from "@angular/core";
8
8
  const modules = [DaterangepickerComponent, DaterangepickerInputControlDirective, DaterangepickerRangeValidator, DaterangepickerRequiredValidator];
9
9
  export class DaterangepickerModule {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DaterangepickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: DaterangepickerModule, imports: [DaterangepickerComponent, DaterangepickerInputControlDirective, DaterangepickerRangeValidator, DaterangepickerRequiredValidator], exports: [CoreModule, DaterangepickerComponent, DaterangepickerInputControlDirective, DaterangepickerRangeValidator, DaterangepickerRequiredValidator] }); }
12
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DaterangepickerModule, imports: [DaterangepickerComponent, CoreModule] }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DaterangepickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DaterangepickerModule, imports: [DaterangepickerComponent, DaterangepickerInputControlDirective, DaterangepickerRangeValidator, DaterangepickerRequiredValidator], exports: [CoreModule, DaterangepickerComponent, DaterangepickerInputControlDirective, DaterangepickerRangeValidator, DaterangepickerRequiredValidator] }); }
12
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DaterangepickerModule, imports: [DaterangepickerComponent, CoreModule] }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DaterangepickerModule, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DaterangepickerModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  imports: modules,
@@ -67,14 +67,14 @@ let DaterangepickerInputControlDirective = class DaterangepickerInputControlDire
67
67
  handleFocusOut() {
68
68
  this.focused.emit(false);
69
69
  }
70
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DaterangepickerInputControlDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
71
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: DaterangepickerInputControlDirective, isStandalone: true, selector: "input[odxDaterangepickerControl],input[odxDaterangepickerStartDateControl], input[odxDaterangepickerEndDateControl]", outputs: { focused: "focused" }, host: { listeners: { "focusin": "handleFocusIn()", "focusout": "handleFocusOut()" }, properties: { "attr.readonly": "readonlyController?.readonly || null", "attr.placeholder": "placeholder" } }, providers: [ReadonlyController.connect(), provideNgxMask(), NgxMaskPipe], usesInheritance: true, hostDirectives: [{ directive: i1.WithTabIndex }], ngImport: i0 }); }
70
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DaterangepickerInputControlDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
71
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: DaterangepickerInputControlDirective, isStandalone: true, selector: "input[odxDaterangepickerControl],input[odxDaterangepickerStartDateControl], input[odxDaterangepickerEndDateControl]", outputs: { focused: "focused" }, host: { listeners: { "focusin": "handleFocusIn()", "focusout": "handleFocusOut()" }, properties: { "attr.readonly": "readonlyController?.readonly || null", "attr.placeholder": "placeholder" } }, providers: [ReadonlyController.connect(), provideNgxMask(), NgxMaskPipe], usesInheritance: true, hostDirectives: [{ directive: i1.WithTabIndex }], ngImport: i0 }); }
72
72
  };
73
73
  DaterangepickerInputControlDirective = __decorate([
74
74
  CSSComponent('daterangepicker__control')
75
75
  ], DaterangepickerInputControlDirective);
76
76
  export { DaterangepickerInputControlDirective };
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DaterangepickerInputControlDirective, decorators: [{
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DaterangepickerInputControlDirective, decorators: [{
78
78
  type: Directive,
79
79
  args: [{
80
80
  standalone: true,
@@ -26,8 +26,8 @@ export class DaterangepickerRangeValidator {
26
26
  invalidRange: true,
27
27
  });
28
28
  }
29
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DaterangepickerRangeValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
30
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: DaterangepickerRangeValidator, isStandalone: true, selector: "odx-daterangepicker[formControlName], odx-daterangepicker[formControl], odx-daterangepicker[ngModel]", providers: [
29
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DaterangepickerRangeValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
30
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: DaterangepickerRangeValidator, isStandalone: true, selector: "odx-daterangepicker[formControlName], odx-daterangepicker[formControl], odx-daterangepicker[ngModel]", providers: [
31
31
  {
32
32
  provide: NG_VALIDATORS,
33
33
  useExisting: forwardRef(() => DaterangepickerRangeValidator),
@@ -35,7 +35,7 @@ export class DaterangepickerRangeValidator {
35
35
  },
36
36
  ], ngImport: i0 }); }
37
37
  }
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DaterangepickerRangeValidator, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DaterangepickerRangeValidator, decorators: [{
39
39
  type: Directive,
40
40
  args: [{
41
41
  standalone: true,
@@ -22,8 +22,8 @@ export class DaterangepickerRequiredValidator {
22
22
  required: true,
23
23
  });
24
24
  }
25
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DaterangepickerRequiredValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
26
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: DaterangepickerRequiredValidator, isStandalone: true, selector: "odx-daterangepicker[required][formControlName], odx-daterangepicker[required][formControl], odx-daterangepicker[required][ngModel]", providers: [
25
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DaterangepickerRequiredValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
26
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: DaterangepickerRequiredValidator, isStandalone: true, selector: "odx-daterangepicker[required][formControlName], odx-daterangepicker[required][formControl], odx-daterangepicker[required][ngModel]", providers: [
27
27
  {
28
28
  provide: NG_VALIDATORS,
29
29
  useExisting: forwardRef(() => DaterangepickerRequiredValidator),
@@ -31,7 +31,7 @@ export class DaterangepickerRequiredValidator {
31
31
  },
32
32
  ], ngImport: i0 }); }
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DaterangepickerRequiredValidator, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DaterangepickerRequiredValidator, decorators: [{
35
35
  type: Directive,
36
36
  args: [{
37
37
  standalone: true,
@@ -24,14 +24,14 @@ let DropdownComponent = class DropdownComponent {
24
24
  onDropdownClose() {
25
25
  this.host.close();
26
26
  }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
28
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: DropdownComponent, isStandalone: true, selector: "odx-dropdown", inputs: { content: "content", showLoader: "showLoader", clickOutsideActive: "clickOutsideActive" }, host: { listeners: { "odxDropdownClose": "onDropdownClose()" } }, ngImport: i0, template: "<div\n class=\"odx-dropdown__inner\"\n [odxLoadingSpinner]=\"showLoader\"\n [odxClickOutsideActive]=\"clickOutsideActive\"\n (odxClickOutside)=\"host.close()\"\n cdkTrapFocus\n cdkTrapFocusAutoCapture\n>\n <ng-template [odxDynamicView]=\"content\" [odxDynamicViewInjector]=\"injector\" />\n</div>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.ClickOutsideDirective, selector: "[odxClickOutside]", inputs: ["odxClickOutsideActive"], outputs: ["odxClickOutside"] }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }, { kind: "ngmodule", type: LoadingSpinnerModule }, { kind: "directive", type: i2.LoadingSpinnerDirective, selector: "[odxLoadingSpinner]", inputs: ["odxLoadingSpinnerAutoColor", "odxLoadingSpinner", "odxLoadingSpinnerMinHeight"] }, { kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i3.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
27
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
28
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: DropdownComponent, isStandalone: true, selector: "odx-dropdown", inputs: { content: "content", showLoader: "showLoader", clickOutsideActive: "clickOutsideActive" }, host: { listeners: { "odxDropdownClose": "onDropdownClose()" } }, ngImport: i0, template: "<div\n class=\"odx-dropdown__inner\"\n [odxLoadingSpinner]=\"showLoader\"\n [odxClickOutsideActive]=\"clickOutsideActive\"\n (odxClickOutside)=\"host.close()\"\n cdkTrapFocus\n cdkTrapFocusAutoCapture\n>\n <ng-template [odxDynamicView]=\"content\" [odxDynamicViewInjector]=\"injector\" />\n</div>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.ClickOutsideDirective, selector: "[odxClickOutside]", inputs: ["odxClickOutsideActive"], outputs: ["odxClickOutside"] }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }, { kind: "ngmodule", type: LoadingSpinnerModule }, { kind: "directive", type: i2.LoadingSpinnerDirective, selector: "[odxLoadingSpinner]", inputs: ["odxLoadingSpinnerAutoColor", "odxLoadingSpinner", "odxLoadingSpinnerMinHeight"] }, { kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i3.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
29
29
  };
30
30
  DropdownComponent = __decorate([
31
31
  CSSComponent('dropdown')
32
32
  ], DropdownComponent);
33
33
  export { DropdownComponent };
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DropdownComponent, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DropdownComponent, decorators: [{
35
35
  type: Component,
36
36
  args: [{ standalone: true, selector: 'odx-dropdown', imports: [CoreModule, DynamicViewDirective, LoadingSpinnerModule, A11yModule], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\n class=\"odx-dropdown__inner\"\n [odxLoadingSpinner]=\"showLoader\"\n [odxClickOutsideActive]=\"clickOutsideActive\"\n (odxClickOutside)=\"host.close()\"\n cdkTrapFocus\n cdkTrapFocusAutoCapture\n>\n <ng-template [odxDynamicView]=\"content\" [odxDynamicViewInjector]=\"injector\" />\n</div>\n" }]
37
37
  }], propDecorators: { content: [{
@@ -173,14 +173,14 @@ let DropdownDirective = class DropdownDirective {
173
173
  },
174
174
  };
175
175
  }
176
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DropdownDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
177
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.12", type: DropdownDirective, isStandalone: true, selector: "[odxDropdown]", inputs: { content: ["odxDropdown", "content"], disabled: ["odxDropdownDisabled", "disabled", booleanAttribute], showLoader: ["odxDropdownShowLoader", "showLoader", booleanAttribute], clickOutsideActive: ["odxDropdownClickOutsideActive", "clickOutsideActive", booleanAttribute], options: ["odxDropdownOptions", "options"], referenceElement: ["odxDropdownReferenceElement", "referenceElement"], triggerElement: ["odxDropdownTriggerElement", "triggerElement"], host: ["odxDropdownHost", "host"], openTrigger: ["odxDropdownOpenTrigger", "openTrigger"], closeTrigger: ["odxDropdownCloseTrigger", "closeTrigger"] }, outputs: { beforeOpen: "odxDropdownBeforeOpen", afterOpen: "odxDropdownAfterOpen", beforeClose: "odxDropdownBeforeClose", afterClose: "odxDropdownAfterClose" }, host: { properties: { "attr.aria-haspopup": "true", "attr.aria-expanded": "isOpen" } }, providers: [EventManager], exportAs: ["odxDropdown"], usesOnChanges: true, ngImport: i0 }); }
176
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DropdownDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
177
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.13", type: DropdownDirective, isStandalone: true, selector: "[odxDropdown]", inputs: { content: ["odxDropdown", "content"], disabled: ["odxDropdownDisabled", "disabled", booleanAttribute], showLoader: ["odxDropdownShowLoader", "showLoader", booleanAttribute], clickOutsideActive: ["odxDropdownClickOutsideActive", "clickOutsideActive", booleanAttribute], options: ["odxDropdownOptions", "options"], referenceElement: ["odxDropdownReferenceElement", "referenceElement"], triggerElement: ["odxDropdownTriggerElement", "triggerElement"], host: ["odxDropdownHost", "host"], openTrigger: ["odxDropdownOpenTrigger", "openTrigger"], closeTrigger: ["odxDropdownCloseTrigger", "closeTrigger"] }, outputs: { beforeOpen: "odxDropdownBeforeOpen", afterOpen: "odxDropdownAfterOpen", beforeClose: "odxDropdownBeforeClose", afterClose: "odxDropdownAfterClose" }, host: { properties: { "attr.aria-haspopup": "true", "attr.aria-expanded": "isOpen" } }, providers: [EventManager], exportAs: ["odxDropdown"], usesOnChanges: true, ngImport: i0 }); }
178
178
  };
179
179
  DropdownDirective = __decorate([
180
180
  CSSComponent('dropdown-host')
181
181
  ], DropdownDirective);
182
182
  export { DropdownDirective };
183
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DropdownDirective, decorators: [{
183
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DropdownDirective, decorators: [{
184
184
  type: Directive,
185
185
  args: [{
186
186
  standalone: true,
@@ -4,11 +4,11 @@ import { DropdownDirective } from './dropdown.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  const modules = [DropdownDirective];
6
6
  export class DropdownModule {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: DropdownModule, imports: [DropdownDirective], exports: [CoreModule, DropdownDirective] }); }
9
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DropdownModule, imports: [CoreModule] }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DropdownModule, imports: [DropdownDirective], exports: [CoreModule, DropdownDirective] }); }
9
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DropdownModule, imports: [CoreModule] }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: DropdownModule, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DropdownModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  imports: modules,
@@ -23,14 +23,14 @@ let ErrorPageComponent = class ErrorPageComponent {
23
23
  */
24
24
  this.options = injectErrorPageConfig();
25
25
  }
26
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ErrorPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
27
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: ErrorPageComponent, isStandalone: true, selector: "odx-error-page", ngImport: i0, template: "<div class=\"odx-error-page__container\">\n <div class=\"odx-error-page__icon-container\">\n @if (options.icon; as icon) {\n <odx-icon size=\"xlarge\" [name]=\"icon\" />\n } @else {\n <odx-logo size=\"large\" />\n }\n </div>\n <div class=\"odx-error-page__title\">\n <ng-template [odxDynamicView]=\"options.title\" />\n </div>\n @if (options.description; as description) {\n <div class=\"odx-error-page__description\">\n <ng-template [odxDynamicView]=\"description\" />\n </div>\n }\n <div class=\"odx-error-page__actions\">\n @for (button of options.actions; let isFirst = $first; track $index) {\n <button [variant]=\"isFirst ? 'primary' : 'secondary'\" odxButton (click)=\"button.action()\">\n <ng-template [odxDynamicView]=\"button.label\" />\n </button>\n }\n </div>\n</div>\n@if (options.errorMessage; as errorMessage) {\n <div class=\"odx-error-page__footer\">\n <ng-template [odxDynamicView]=\"errorMessage\" />\n </div>\n}\n", dependencies: [{ kind: "directive", type: LogoDirective, selector: "odx-logo", inputs: ["size", "variant"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }, { kind: "ngmodule", type: CoreModule }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ErrorPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
27
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: ErrorPageComponent, isStandalone: true, selector: "odx-error-page", ngImport: i0, template: "<div class=\"odx-error-page__container\">\n <div class=\"odx-error-page__icon-container\">\n @if (options.icon; as icon) {\n <odx-icon size=\"xlarge\" [name]=\"icon\" />\n } @else {\n <odx-logo size=\"large\" />\n }\n </div>\n <div class=\"odx-error-page__title\">\n <ng-template [odxDynamicView]=\"options.title\" />\n </div>\n @if (options.description; as description) {\n <div class=\"odx-error-page__description\">\n <ng-template [odxDynamicView]=\"description\" />\n </div>\n }\n <div class=\"odx-error-page__actions\">\n @for (button of options.actions; let isFirst = $first; track $index) {\n <button [variant]=\"isFirst ? 'primary' : 'secondary'\" odxButton (click)=\"button.action()\">\n <ng-template [odxDynamicView]=\"button.label\" />\n </button>\n }\n </div>\n</div>\n@if (options.errorMessage; as errorMessage) {\n <div class=\"odx-error-page__footer\">\n <ng-template [odxDynamicView]=\"errorMessage\" />\n </div>\n}\n", dependencies: [{ kind: "directive", type: LogoDirective, selector: "odx-logo", inputs: ["size", "variant"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet", "identifier"] }, { kind: "ngmodule", type: CoreModule }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
28
28
  };
29
29
  ErrorPageComponent = __decorate([
30
30
  CSSComponent('error-page')
31
31
  ], ErrorPageComponent);
32
32
  export { ErrorPageComponent };
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ErrorPageComponent, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ErrorPageComponent, decorators: [{
34
34
  type: Component,
35
35
  args: [{ standalone: true, selector: 'odx-error-page', imports: [LogoDirective, IconComponent, CoreModule, ButtonComponent, DynamicViewDirective], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div class=\"odx-error-page__container\">\n <div class=\"odx-error-page__icon-container\">\n @if (options.icon; as icon) {\n <odx-icon size=\"xlarge\" [name]=\"icon\" />\n } @else {\n <odx-logo size=\"large\" />\n }\n </div>\n <div class=\"odx-error-page__title\">\n <ng-template [odxDynamicView]=\"options.title\" />\n </div>\n @if (options.description; as description) {\n <div class=\"odx-error-page__description\">\n <ng-template [odxDynamicView]=\"description\" />\n </div>\n }\n <div class=\"odx-error-page__actions\">\n @for (button of options.actions; let isFirst = $first; track $index) {\n <button [variant]=\"isFirst ? 'primary' : 'secondary'\" odxButton (click)=\"button.action()\">\n <ng-template [odxDynamicView]=\"button.label\" />\n </button>\n }\n </div>\n</div>\n@if (options.errorMessage; as errorMessage) {\n <div class=\"odx-error-page__footer\">\n <ng-template [odxDynamicView]=\"errorMessage\" />\n </div>\n}\n" }]
36
36
  }] });
@@ -36,8 +36,8 @@ let FooterComponent = class FooterComponent {
36
36
  */
37
37
  this.variant = FooterVariant.LIGHT;
38
38
  }
39
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
40
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: FooterComponent, isStandalone: true, selector: "odx-footer", inputs: { description: "description", variant: "variant" }, providers: [provideTranslations(footerTranslations)], ngImport: i0, template: "<div class=\"odx-footer__inner\">\n <div class=\"odx-footer__content\">\n <ng-content />\n </div>\n <nav class=\"odx-footer__navigation\">\n <ng-content select=\"[odxLink]\" />\n @for (link of footerLinks$ | async; track $index) {\n <a odxLink [href]=\"link.url\" target=\"_blank\">\n {{ link.name | odxTranslate | async }}\n </a>\n }\n </nav>\n @if (description) {\n <p class=\"odx-footer__description\">\n <ng-template [odxDynamicView]=\"description\" />\n </p>\n }\n</div>\n", dependencies: [{ kind: "directive", type: LinkDirective, selector: "a[odxLink]" }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }, { kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: TranslatePipe, name: "odxTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
39
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
40
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: FooterComponent, isStandalone: true, selector: "odx-footer", inputs: { description: "description", variant: "variant" }, providers: [provideTranslations(footerTranslations)], ngImport: i0, template: "<div class=\"odx-footer__inner\">\n <div class=\"odx-footer__content\">\n <ng-content />\n </div>\n <nav class=\"odx-footer__navigation\">\n <ng-content select=\"[odxLink]\" />\n @for (link of footerLinks$ | async; track $index) {\n <a odxLink [href]=\"link.url\" target=\"_blank\">\n {{ link.name | odxTranslate | async }}\n </a>\n }\n </nav>\n @if (description) {\n <p class=\"odx-footer__description\">\n <ng-template [odxDynamicView]=\"description\" />\n </p>\n }\n</div>\n", dependencies: [{ kind: "directive", type: LinkDirective, selector: "a[odxLink]" }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }, { kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: TranslatePipe, name: "odxTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
41
41
  };
42
42
  __decorate([
43
43
  CSSModifier(),
@@ -47,7 +47,7 @@ FooterComponent = __decorate([
47
47
  CSSComponent('footer')
48
48
  ], FooterComponent);
49
49
  export { FooterComponent };
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FooterComponent, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FooterComponent, decorators: [{
51
51
  type: Component,
52
52
  args: [{ standalone: true, selector: 'odx-footer', imports: [LinkDirective, LogoDirective, DynamicViewDirective, CommonModule, TranslatePipe], providers: [provideTranslations(footerTranslations)], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div class=\"odx-footer__inner\">\n <div class=\"odx-footer__content\">\n <ng-content />\n </div>\n <nav class=\"odx-footer__navigation\">\n <ng-content select=\"[odxLink]\" />\n @for (link of footerLinks$ | async; track $index) {\n <a odxLink [href]=\"link.url\" target=\"_blank\">\n {{ link.name | odxTranslate | async }}\n </a>\n }\n </nav>\n @if (description) {\n <p class=\"odx-footer__description\">\n <ng-template [odxDynamicView]=\"description\" />\n </p>\n }\n</div>\n" }]
53
53
  }], propDecorators: { description: [{
@@ -24,10 +24,10 @@ export class FormFieldInfoComponent {
24
24
  */
25
25
  this.error = null;
26
26
  }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FormFieldInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
28
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: FormFieldInfoComponent, isStandalone: true, selector: "odx-form-field-info", inputs: { error: "error" }, host: { properties: { "class.odx-form-field__info": "true" } }, ngImport: i0, template: "@if (error) {\n <span class=\"odx-form-field-error\" [attr.id]=\"formFieldService.controlErrorId$ | async\">\n <ng-template [odxDynamicView]=\"error.message\" [odxDynamicViewContext]=\"error.context\" />\n </span>\n} @else {\n <ng-content />\n}\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], encapsulation: i0.ViewEncapsulation.None }); }
27
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
28
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: FormFieldInfoComponent, isStandalone: true, selector: "odx-form-field-info", inputs: { error: "error" }, host: { properties: { "class.odx-form-field__info": "true" } }, ngImport: i0, template: "@if (error) {\n <span class=\"odx-form-field-error\" [attr.id]=\"formFieldService.controlErrorId$ | async\">\n <ng-template [odxDynamicView]=\"error.message\" [odxDynamicViewContext]=\"error.context\" />\n </span>\n} @else {\n <ng-content />\n}\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], encapsulation: i0.ViewEncapsulation.None }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FormFieldInfoComponent, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldInfoComponent, decorators: [{
31
31
  type: Component,
32
32
  args: [{ standalone: true, selector: 'odx-form-field-info', encapsulation: ViewEncapsulation.None, imports: [CoreModule, DynamicViewDirective, FormFieldHintDirective], host: {
33
33
  '[class.odx-form-field__info]': 'true',
@@ -32,14 +32,14 @@ let FormGroupComponent = class FormGroupComponent {
32
32
  ngAfterContentInit() {
33
33
  this.error$ = this.formFieldErrorServices.changes.pipe(startWith(this.formFieldErrorServices), switchMap((services) => combineLatest(services.map((service) => service.error$))), map((errors) => errors.find((error) => error !== null) ?? null));
34
34
  }
35
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FormGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
36
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: FormGroupComponent, isStandalone: true, selector: "odx-form-group", providers: [FormFieldService], queries: [{ propertyName: "formFieldErrorServices", predicate: FormFieldErrorService }], ngImport: i0, template: "<div class=\"odx-form-group__content\" odxLayout=\"grid\">\n <ng-content select=\"odx-form-field\" />\n</div>\n<odx-form-field-info [error]=\"error$ | async\">\n <ng-content select=\"odx-form-field-hint\" />\n</odx-form-field-info>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "component", type: FormFieldInfoComponent, selector: "odx-form-field-info", inputs: ["error"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
35
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
36
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: FormGroupComponent, isStandalone: true, selector: "odx-form-group", providers: [FormFieldService], queries: [{ propertyName: "formFieldErrorServices", predicate: FormFieldErrorService }], ngImport: i0, template: "<div class=\"odx-form-group__content\" odxLayout=\"grid\">\n <ng-content select=\"odx-form-field\" />\n</div>\n<odx-form-field-info [error]=\"error$ | async\">\n <ng-content select=\"odx-form-field-hint\" />\n</odx-form-field-info>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "component", type: FormFieldInfoComponent, selector: "odx-form-field-info", inputs: ["error"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
37
37
  };
38
38
  FormGroupComponent = __decorate([
39
39
  CSSComponent('form-group')
40
40
  ], FormGroupComponent);
41
41
  export { FormGroupComponent };
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FormGroupComponent, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormGroupComponent, decorators: [{
43
43
  type: Component,
44
44
  args: [{ standalone: true, selector: 'odx-form-group', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [CoreModule, FormFieldInfoComponent], providers: [FormFieldService], template: "<div class=\"odx-form-group__content\" odxLayout=\"grid\">\n <ng-content select=\"odx-form-field\" />\n</div>\n<odx-form-field-info [error]=\"error$ | async\">\n <ng-content select=\"odx-form-field-hint\" />\n</odx-form-field-info>\n" }]
45
45
  }], propDecorators: { formFieldErrorServices: [{
@@ -61,15 +61,15 @@ let FormFieldControlDirective = class FormFieldControlDirective {
61
61
  this.forceValidation$$.next();
62
62
  };
63
63
  }
64
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FormFieldControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
65
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: FormFieldControlDirective, isStandalone: true, selector: "[odxFormFieldControl]", exportAs: ["odxFormFieldControl"], ngImport: i0 }); }
64
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
65
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: FormFieldControlDirective, isStandalone: true, selector: "[odxFormFieldControl]", exportAs: ["odxFormFieldControl"], ngImport: i0 }); }
66
66
  };
67
67
  FormFieldControlDirective = __decorate([
68
68
  CSSComponent('form-field-control'),
69
69
  __metadata("design:paramtypes", [])
70
70
  ], FormFieldControlDirective);
71
71
  export { FormFieldControlDirective };
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FormFieldControlDirective, decorators: [{
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldControlDirective, decorators: [{
73
73
  type: Directive,
74
74
  args: [{
75
75
  standalone: true,
@@ -12,10 +12,10 @@ export class FormFieldErrorDirective {
12
12
  ngOnInit() {
13
13
  this.formFieldErrorService.registerCustomError(this.key, this.template);
14
14
  }
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FormFieldErrorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
16
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: FormFieldErrorDirective, isStandalone: true, selector: "[odxFormFieldError]", inputs: { key: ["odxFormFieldError", "key"] }, ngImport: i0 }); }
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldErrorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
16
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: FormFieldErrorDirective, isStandalone: true, selector: "[odxFormFieldError]", inputs: { key: ["odxFormFieldError", "key"] }, ngImport: i0 }); }
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FormFieldErrorDirective, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldErrorDirective, decorators: [{
19
19
  type: Directive,
20
20
  args: [{
21
21
  standalone: true,
@@ -10,10 +10,10 @@ export class FormFieldHintDirective {
10
10
  this.formFieldService = inject(FormFieldService, { skipSelf: true });
11
11
  reactiveAttributeBinding(inject(FormFieldService).controlHintId$, 'id');
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FormFieldHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
14
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: FormFieldHintDirective, isStandalone: true, selector: "odx-form-field-hint", host: { properties: { "class.odx-form-field__hint": "true" } }, ngImport: i0 }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
14
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: FormFieldHintDirective, isStandalone: true, selector: "odx-form-field-hint", host: { properties: { "class.odx-form-field__hint": "true" } }, ngImport: i0 }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FormFieldHintDirective, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldHintDirective, decorators: [{
17
17
  type: Directive,
18
18
  args: [{
19
19
  standalone: true,
@@ -10,14 +10,14 @@ let FormFieldLabelDirective = class FormFieldLabelDirective {
10
10
  constructor() {
11
11
  this.element = injectElement();
12
12
  }
13
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FormFieldLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
14
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: FormFieldLabelDirective, isStandalone: true, selector: "odx-form-field-label", ngImport: i0 }); }
13
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
14
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: FormFieldLabelDirective, isStandalone: true, selector: "odx-form-field-label", ngImport: i0 }); }
15
15
  };
16
16
  FormFieldLabelDirective = __decorate([
17
17
  CSSComponent('form-field-label')
18
18
  ], FormFieldLabelDirective);
19
19
  export { FormFieldLabelDirective };
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FormFieldLabelDirective, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldLabelDirective, decorators: [{
21
21
  type: Directive,
22
22
  args: [{
23
23
  standalone: true,
@@ -28,14 +28,14 @@ let FormDirective = class FormDirective {
28
28
  */
29
29
  this.reset$ = fromEvent(this.element.nativeElement, 'reset').pipe(takeUntilDestroyed(), share());
30
30
  }
31
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FormDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
32
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: FormDirective, isStandalone: true, selector: "form[odxForm]", exportAs: ["odxForm"], ngImport: i0 }); }
31
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
32
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: FormDirective, isStandalone: true, selector: "form[odxForm]", exportAs: ["odxForm"], ngImport: i0 }); }
33
33
  };
34
34
  FormDirective = __decorate([
35
35
  CSSComponent('form')
36
36
  ], FormDirective);
37
37
  export { FormDirective };
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FormDirective, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormDirective, decorators: [{
39
39
  type: Directive,
40
40
  args: [{
41
41
  standalone: true,
@@ -61,8 +61,8 @@ let FormFieldComponent = class FormFieldComponent {
61
61
  reactiveClassBinding(this.formFieldErrorService.hasError$, 'has-error');
62
62
  reactiveClassBinding(hasWarning$, 'has-warning');
63
63
  }
64
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FormFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
65
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: FormFieldComponent, isStandalone: true, selector: "odx-form-field", inputs: { label: "label", hasWarning: ["hasWarning", "hasWarning", booleanAttribute], variant: "variant" }, providers: [FormFieldService, FormFieldErrorService, DisabledController.connect(), ReadonlyController.connect()], queries: [{ propertyName: "labelDirective", first: true, predicate: FormFieldLabelDirective, descendants: true }], viewQueries: [{ propertyName: "controlElement", first: true, predicate: ["control"], descendants: true }], ngImport: i0, template: "@if (hasLabel) {\n <label class=\"odx-form-field__label\" [attr.for]=\"formFieldService.controlId$ | async\" [attr.aria-owns]=\"formFieldService.controlId$ | async\">\n @if (label) {\n <ng-container>\n <odx-form-field-label>{{ label }}</odx-form-field-label>\n @if (formFieldService.isRequired$ | async) {\n <span class=\"odx-form-field__label-is-required\">*</span>\n }\n </ng-container>\n } @else {\n <ng-content select=\"odx-form-field-label\" />\n @if (formFieldService.isRequired$ | async) {\n <span class=\"odx-form-field__label-is-required\">*</span>\n }\n }\n </label>\n}\n<div class=\"odx-form-field__inner\">\n <div class=\"odx-form-field__control\" #control>\n <div class=\"odx-form-field__prefix\">\n <ng-content select=\"[odxFormFieldPrefix]\" />\n </div>\n <ng-content />\n <div class=\"odx-form-field__suffix\">\n <ng-content select=\"[odxFormFieldSuffix]\" />\n </div>\n </div>\n @if (!formGroup) {\n <odx-form-field-info [error]=\"formFieldErrorService.error$ | async\">\n <ng-content select=\"odx-form-field-hint\" />\n </odx-form-field-info>\n }\n</div>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "component", type: FormFieldInfoComponent, selector: "odx-form-field-info", inputs: ["error"] }, { kind: "directive", type: FormFieldLabelDirective, selector: "odx-form-field-label" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
64
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
65
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: FormFieldComponent, isStandalone: true, selector: "odx-form-field", inputs: { label: "label", hasWarning: ["hasWarning", "hasWarning", booleanAttribute], variant: "variant" }, providers: [FormFieldService, FormFieldErrorService, DisabledController.connect(), ReadonlyController.connect()], queries: [{ propertyName: "labelDirective", first: true, predicate: FormFieldLabelDirective, descendants: true }], viewQueries: [{ propertyName: "controlElement", first: true, predicate: ["control"], descendants: true }], ngImport: i0, template: "@if (hasLabel) {\n <label class=\"odx-form-field__label\" [attr.for]=\"formFieldService.controlId$ | async\" [attr.aria-owns]=\"formFieldService.controlId$ | async\">\n @if (label) {\n <ng-container>\n <odx-form-field-label>{{ label }}</odx-form-field-label>\n @if (formFieldService.isRequired$ | async) {\n <span class=\"odx-form-field__label-is-required\">*</span>\n }\n </ng-container>\n } @else {\n <ng-content select=\"odx-form-field-label\" />\n @if (formFieldService.isRequired$ | async) {\n <span class=\"odx-form-field__label-is-required\">*</span>\n }\n }\n </label>\n}\n<div class=\"odx-form-field__inner\">\n <div class=\"odx-form-field__control\" #control>\n <div class=\"odx-form-field__prefix\">\n <ng-content select=\"[odxFormFieldPrefix]\" />\n </div>\n <ng-content />\n <div class=\"odx-form-field__suffix\">\n <ng-content select=\"[odxFormFieldSuffix]\" />\n </div>\n </div>\n @if (!formGroup) {\n <odx-form-field-info [error]=\"formFieldErrorService.error$ | async\">\n <ng-content select=\"odx-form-field-hint\" />\n </odx-form-field-info>\n }\n</div>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "component", type: FormFieldInfoComponent, selector: "odx-form-field-info", inputs: ["error"] }, { kind: "directive", type: FormFieldLabelDirective, selector: "odx-form-field-label" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
66
66
  };
67
67
  __decorate([
68
68
  CSSModifier(),
@@ -73,7 +73,7 @@ FormFieldComponent = __decorate([
73
73
  __metadata("design:paramtypes", [])
74
74
  ], FormFieldComponent);
75
75
  export { FormFieldComponent };
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FormFieldComponent, decorators: [{
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldComponent, decorators: [{
77
77
  type: Component,
78
78
  args: [{ standalone: true, selector: 'odx-form-field', imports: [CoreModule, FormFieldInfoComponent, FormFieldLabelDirective], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [FormFieldService, FormFieldErrorService, DisabledController.connect(), ReadonlyController.connect()], template: "@if (hasLabel) {\n <label class=\"odx-form-field__label\" [attr.for]=\"formFieldService.controlId$ | async\" [attr.aria-owns]=\"formFieldService.controlId$ | async\">\n @if (label) {\n <ng-container>\n <odx-form-field-label>{{ label }}</odx-form-field-label>\n @if (formFieldService.isRequired$ | async) {\n <span class=\"odx-form-field__label-is-required\">*</span>\n }\n </ng-container>\n } @else {\n <ng-content select=\"odx-form-field-label\" />\n @if (formFieldService.isRequired$ | async) {\n <span class=\"odx-form-field__label-is-required\">*</span>\n }\n }\n </label>\n}\n<div class=\"odx-form-field__inner\">\n <div class=\"odx-form-field__control\" #control>\n <div class=\"odx-form-field__prefix\">\n <ng-content select=\"[odxFormFieldPrefix]\" />\n </div>\n <ng-content />\n <div class=\"odx-form-field__suffix\">\n <ng-content select=\"[odxFormFieldSuffix]\" />\n </div>\n </div>\n @if (!formGroup) {\n <odx-form-field-info [error]=\"formFieldErrorService.error$ | async\">\n <ng-content select=\"odx-form-field-hint\" />\n </odx-form-field-info>\n }\n</div>\n" }]
79
79
  }], ctorParameters: () => [], propDecorators: { labelDirective: [{