@odx/angular 1.0.2 → 1.0.4

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 (279) hide show
  1. package/LICENSE +5 -1
  2. package/README.md +2 -2
  3. package/cdk/connected-overlay/lib/connected-overlay.component.d.ts +1 -0
  4. package/cdk/expandable/lib/directives/expandable-item.directive.d.ts +0 -1
  5. package/components/accordion/lib/components/accordion-item/accordion-item.component.d.ts +1 -0
  6. package/components/button/lib/button.component.d.ts +1 -1
  7. package/components/form-field/lib/form-field.service.d.ts +0 -1
  8. package/components/modal/lib/modal.service.d.ts +0 -1
  9. package/components/tooltip/lib/tooltip.directive.d.ts +0 -1
  10. package/esm2020/cdk/a11y/lib/a11y.module.mjs +4 -4
  11. package/esm2020/cdk/a11y/lib/directives/interactive.directive.mjs +3 -3
  12. package/esm2020/cdk/a11y/lib/directives/list-focus-manager-option.directive.mjs +3 -3
  13. package/esm2020/cdk/a11y/lib/directives/list-focus-manager.directive.mjs +3 -3
  14. package/esm2020/cdk/active-indicator/lib/active-indicator.directive.mjs +3 -3
  15. package/esm2020/cdk/checkbox-control/lib/checkbox-control.directive.mjs +3 -3
  16. package/esm2020/cdk/connected-overlay/lib/connected-overlay.component.mjs +13 -8
  17. package/esm2020/cdk/connected-overlay/lib/connected-overlay.service.mjs +3 -3
  18. package/esm2020/cdk/custom-form-control/lib/control.directive.mjs +3 -3
  19. package/esm2020/cdk/custom-form-control/lib/custom-form-control.mjs +3 -3
  20. package/esm2020/cdk/dynamic-view/lib/dynamic-view.component.mjs +3 -3
  21. package/esm2020/cdk/dynamic-view/lib/dynamic-view.directive.mjs +3 -3
  22. package/esm2020/cdk/dynamic-view/lib/dynamic-view.service.mjs +3 -3
  23. package/esm2020/cdk/expandable/lib/directives/expandable-item.directive.mjs +7 -7
  24. package/esm2020/cdk/expandable/lib/directives/extandable-container.directive.mjs +3 -3
  25. package/esm2020/cdk/expandable/lib/expandable.module.mjs +4 -4
  26. package/esm2020/cdk/radio-group-control/lib/radio-control.directive.mjs +3 -3
  27. package/esm2020/cdk/radio-group-control/lib/radio-group-control.directive.mjs +3 -3
  28. package/esm2020/cdk/radio-group-control/lib/radio-group-control.module.mjs +4 -4
  29. package/esm2020/components/accordion/lib/accordion.component.mjs +3 -3
  30. package/esm2020/components/accordion/lib/accordion.module.mjs +4 -4
  31. package/esm2020/components/accordion/lib/components/accordion-item/accordion-item.component.mjs +9 -8
  32. package/esm2020/components/accordion/lib/directives/accordion-item-title.mjs +3 -3
  33. package/esm2020/components/action-group/action-group.component.mjs +3 -3
  34. package/esm2020/components/area-header/area-header.component.mjs +3 -3
  35. package/esm2020/components/area-header/area-header.module.mjs +4 -4
  36. package/esm2020/components/area-header/directives/area-header-content.directive.mjs +3 -3
  37. package/esm2020/components/area-header/directives/area-header-subtitle.directive.mjs +3 -3
  38. package/esm2020/components/avatar/lib/avatar.component.mjs +3 -3
  39. package/esm2020/components/badge/lib/badge.component.mjs +3 -3
  40. package/esm2020/components/badge/lib/badge.directive.mjs +3 -3
  41. package/esm2020/components/bar/lib/bar.component.mjs +3 -3
  42. package/esm2020/components/bar/lib/bar.module.mjs +4 -4
  43. package/esm2020/components/bar/lib/directives/bar-button.directive.mjs +3 -3
  44. package/esm2020/components/bar/lib/directives/bar-label.directive.mjs +3 -3
  45. package/esm2020/components/breadcrumbs/lib/breadcrumbs.component.mjs +5 -5
  46. package/esm2020/components/button/lib/button.component.mjs +5 -5
  47. package/esm2020/components/button/lib/directives/responsive-button.directive.mjs +3 -3
  48. package/esm2020/components/button-group/lib/button-group.component.mjs +3 -3
  49. package/esm2020/components/card/lib/card.component.mjs +3 -3
  50. package/esm2020/components/card/lib/card.module.mjs +4 -4
  51. package/esm2020/components/card/lib/components/card-footer/card-footer.component.mjs +3 -3
  52. package/esm2020/components/card/lib/components/launch-card-subtitle/launch-card-subtitle.component.mjs +3 -3
  53. package/esm2020/components/card/lib/directives/card-content.directive.mjs +3 -3
  54. package/esm2020/components/card/lib/directives/card-title.directive.mjs +3 -3
  55. package/esm2020/components/checkbox/lib/checkbox.component.mjs +5 -4
  56. package/esm2020/components/checkbox/lib/checkbox.module.mjs +4 -4
  57. package/esm2020/components/checkbox/lib/checkbox.validator.mjs +3 -3
  58. package/esm2020/components/chip/lib/chip.component.mjs +3 -3
  59. package/esm2020/components/circular-progress/lib/circular-progress.component.mjs +3 -3
  60. package/esm2020/components/content-box/lib/content-box.component.mjs +3 -3
  61. package/esm2020/components/content-box/lib/content-box.module.mjs +4 -4
  62. package/esm2020/components/content-box/lib/directives/content-box-footer.directive.mjs +3 -3
  63. package/esm2020/components/content-box/lib/directives/content-box-header.directive.mjs +3 -3
  64. package/esm2020/components/dropdown/lib/dropdown.component.mjs +3 -3
  65. package/esm2020/components/dropdown/lib/dropdown.directive.mjs +3 -3
  66. package/esm2020/components/dropdown/lib/dropdown.module.mjs +4 -4
  67. package/esm2020/components/form-field/lib/components/form-field-info/form-field-info.component.mjs +3 -3
  68. package/esm2020/components/form-field/lib/components/form-group/form-group.component.mjs +3 -3
  69. package/esm2020/components/form-field/lib/directives/form-field-control.directive.mjs +3 -3
  70. package/esm2020/components/form-field/lib/directives/form-field-error.directive.mjs +3 -3
  71. package/esm2020/components/form-field/lib/directives/form-field-hint.directive.mjs +3 -3
  72. package/esm2020/components/form-field/lib/directives/form-field-label.directive.mjs +3 -3
  73. package/esm2020/components/form-field/lib/directives/form.directive.mjs +3 -3
  74. package/esm2020/components/form-field/lib/form-field.component.mjs +3 -3
  75. package/esm2020/components/form-field/lib/form-field.module.mjs +4 -4
  76. package/esm2020/components/form-field/lib/form-field.service.mjs +7 -7
  77. package/esm2020/components/form-field/lib/services/form-field-error.service.mjs +3 -3
  78. package/esm2020/components/header/lib/directives/header-avatar.directive.mjs +3 -3
  79. package/esm2020/components/header/lib/directives/header-title.directive.mjs +3 -3
  80. package/esm2020/components/header/lib/header.component.mjs +3 -3
  81. package/esm2020/components/header/lib/header.module.mjs +4 -4
  82. package/esm2020/components/icon/lib/icon.component.mjs +3 -3
  83. package/esm2020/components/inline-message/lib/inline-message.component.mjs +3 -3
  84. package/esm2020/components/link/link.directive.mjs +3 -3
  85. package/esm2020/components/list/lib/components/expandable-list-item/expandable-list-item.component.mjs +3 -3
  86. package/esm2020/components/list/lib/components/list-item/list-item.component.mjs +3 -3
  87. package/esm2020/components/list/lib/list.component.mjs +3 -3
  88. package/esm2020/components/list/lib/list.module.mjs +4 -4
  89. package/esm2020/components/loading-spinner/lib/loading-spinner.component.mjs +3 -3
  90. package/esm2020/components/loading-spinner/lib/loading-spinner.directive.mjs +3 -3
  91. package/esm2020/components/loading-spinner/lib/loading-spinner.module.mjs +4 -4
  92. package/esm2020/components/logo/logo.directive.mjs +3 -3
  93. package/esm2020/components/main-menu/lib/directives/main-menu-button.directive.mjs +3 -3
  94. package/esm2020/components/main-menu/lib/directives/main-menu-item.directive.mjs +3 -3
  95. package/esm2020/components/main-menu/lib/main-menu.component.mjs +3 -3
  96. package/esm2020/components/main-menu/lib/main-menu.module.mjs +4 -4
  97. package/esm2020/components/main-menu/lib/main-menu.service.mjs +3 -3
  98. package/esm2020/components/mainfilter-group/lib/mainfilter-group.component.mjs +3 -3
  99. package/esm2020/components/menu/lib/directives/menu-item.directive.mjs +3 -3
  100. package/esm2020/components/menu/lib/menu.component.mjs +3 -3
  101. package/esm2020/components/menu/lib/menu.directive.mjs +3 -3
  102. package/esm2020/components/menu/lib/menu.module.mjs +4 -4
  103. package/esm2020/components/modal/lib/components/basic-modal/basic-modal.component.mjs +3 -3
  104. package/esm2020/components/modal/lib/components/modal-footer/modal-footer.component.mjs +3 -3
  105. package/esm2020/components/modal/lib/components/modal-header/modal-header.component.mjs +3 -3
  106. package/esm2020/components/modal/lib/components/modal-hero/modal-hero.component.mjs +3 -3
  107. package/esm2020/components/modal/lib/directives/modal-close.directive.mjs +3 -3
  108. package/esm2020/components/modal/lib/directives/modal-content.directive.mjs +3 -3
  109. package/esm2020/components/modal/lib/directives/modal-dismiss.directive.mjs +3 -3
  110. package/esm2020/components/modal/lib/modal.component.mjs +3 -3
  111. package/esm2020/components/modal/lib/modal.directive.mjs +3 -3
  112. package/esm2020/components/modal/lib/modal.module.mjs +4 -4
  113. package/esm2020/components/modal/lib/modal.service.mjs +6 -7
  114. package/esm2020/components/navigation-back/lib/navigation-back.component.mjs +3 -3
  115. package/esm2020/components/progress/lib/progress.component.mjs +3 -3
  116. package/esm2020/components/radio-group/lib/components/radio-button/radio-button.component.mjs +3 -3
  117. package/esm2020/components/radio-group/lib/radio-group.component.mjs +3 -3
  118. package/esm2020/components/radio-group/lib/radio-group.module.mjs +4 -4
  119. package/esm2020/components/rail-navigation/lib/components/rail-navigation-item.component.mjs +3 -3
  120. package/esm2020/components/rail-navigation/lib/rail-navigation.component.mjs +3 -3
  121. package/esm2020/components/rail-navigation/lib/rail-navigation.module.mjs +4 -4
  122. package/esm2020/components/select/lib/components/option/option.component.mjs +3 -3
  123. package/esm2020/components/select/lib/directives/select-search-field.directive.mjs +3 -3
  124. package/esm2020/components/select/lib/pipes/select-search-filter.pipe.mjs +3 -3
  125. package/esm2020/components/select/lib/select.component.mjs +8 -6
  126. package/esm2020/components/select/lib/select.module.mjs +4 -4
  127. package/esm2020/components/slider/lib/slider.directive.mjs +3 -3
  128. package/esm2020/components/spinbox/lib/spinbox.component.mjs +3 -3
  129. package/esm2020/components/switch/lib/switch.component.mjs +3 -3
  130. package/esm2020/components/switch/lib/switch.module.mjs +4 -4
  131. package/esm2020/components/switch/lib/switch.validator.mjs +3 -3
  132. package/esm2020/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.mjs +3 -3
  133. package/esm2020/components/tab-bar/lib/tab-bar.component.mjs +3 -3
  134. package/esm2020/components/tab-bar/lib/tab-bar.module.mjs +4 -4
  135. package/esm2020/components/toast/lib/components/toast-container/toast-container.component.mjs +3 -3
  136. package/esm2020/components/toast/lib/components/toast-item/toast-item.component.mjs +3 -3
  137. package/esm2020/components/toast/lib/toast.module.mjs +4 -4
  138. package/esm2020/components/toast/lib/toast.service.mjs +3 -3
  139. package/esm2020/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.mjs +3 -3
  140. package/esm2020/components/toggle-button-group/lib/toggle-button-group.component.mjs +3 -3
  141. package/esm2020/components/toggle-button-group/lib/toggle-button-group.module.mjs +4 -4
  142. package/esm2020/components/tooltip/lib/tooltip.component.mjs +3 -3
  143. package/esm2020/components/tooltip/lib/tooltip.directive.mjs +10 -12
  144. package/esm2020/lib/controllers/controller.mjs +3 -3
  145. package/esm2020/lib/controllers/disabled.controller.mjs +3 -3
  146. package/esm2020/lib/controllers/readonly.controller.mjs +3 -3
  147. package/esm2020/lib/core.module.mjs +4 -4
  148. package/esm2020/lib/directives/click-outside.directive.mjs +3 -3
  149. package/esm2020/lib/directives/delegate-focus.directive.mjs +3 -3
  150. package/esm2020/lib/directives/with-disabled-state.directive.mjs +3 -3
  151. package/esm2020/lib/directives/with-tabindex.directive.mjs +3 -3
  152. package/esm2020/lib/services/window-ref.mjs +3 -3
  153. package/esm2020/theming/lib/theming.service.mjs +3 -3
  154. package/esm2020/utils/lib/helpers/event-manager.mjs +3 -3
  155. package/esm2020/utils/lib/helpers/get-unique-id.mjs +8 -6
  156. package/fesm2015/odx-angular-cdk-a11y.mjs +13 -13
  157. package/fesm2015/odx-angular-cdk-active-indicator.mjs +3 -3
  158. package/fesm2015/odx-angular-cdk-checkbox-control.mjs +3 -3
  159. package/fesm2015/odx-angular-cdk-connected-overlay.mjs +17 -10
  160. package/fesm2015/odx-angular-cdk-connected-overlay.mjs.map +1 -1
  161. package/fesm2015/odx-angular-cdk-custom-form-control.mjs +6 -6
  162. package/fesm2015/odx-angular-cdk-dynamic-view.mjs +9 -9
  163. package/fesm2015/odx-angular-cdk-expandable.mjs +12 -13
  164. package/fesm2015/odx-angular-cdk-expandable.mjs.map +1 -1
  165. package/fesm2015/odx-angular-cdk-radio-group-control.mjs +10 -10
  166. package/fesm2015/odx-angular-components-accordion.mjs +18 -17
  167. package/fesm2015/odx-angular-components-accordion.mjs.map +1 -1
  168. package/fesm2015/odx-angular-components-action-group.mjs +3 -3
  169. package/fesm2015/odx-angular-components-area-header.mjs +13 -13
  170. package/fesm2015/odx-angular-components-avatar.mjs +3 -3
  171. package/fesm2015/odx-angular-components-badge.mjs +6 -6
  172. package/fesm2015/odx-angular-components-bar.mjs +13 -13
  173. package/fesm2015/odx-angular-components-breadcrumbs.mjs +4 -4
  174. package/fesm2015/odx-angular-components-breadcrumbs.mjs.map +1 -1
  175. package/fesm2015/odx-angular-components-button-group.mjs +3 -3
  176. package/fesm2015/odx-angular-components-button.mjs +7 -7
  177. package/fesm2015/odx-angular-components-button.mjs.map +1 -1
  178. package/fesm2015/odx-angular-components-card.mjs +19 -19
  179. package/fesm2015/odx-angular-components-checkbox.mjs +11 -10
  180. package/fesm2015/odx-angular-components-checkbox.mjs.map +1 -1
  181. package/fesm2015/odx-angular-components-chip.mjs +3 -3
  182. package/fesm2015/odx-angular-components-circular-progress.mjs +3 -3
  183. package/fesm2015/odx-angular-components-content-box.mjs +13 -13
  184. package/fesm2015/odx-angular-components-dropdown.mjs +10 -10
  185. package/fesm2015/odx-angular-components-form-field.mjs +36 -37
  186. package/fesm2015/odx-angular-components-form-field.mjs.map +1 -1
  187. package/fesm2015/odx-angular-components-header.mjs +13 -13
  188. package/fesm2015/odx-angular-components-icon.mjs +3 -3
  189. package/fesm2015/odx-angular-components-inline-message.mjs +3 -3
  190. package/fesm2015/odx-angular-components-link.mjs +3 -3
  191. package/fesm2015/odx-angular-components-list.mjs +13 -13
  192. package/fesm2015/odx-angular-components-loading-spinner.mjs +10 -10
  193. package/fesm2015/odx-angular-components-logo.mjs +3 -3
  194. package/fesm2015/odx-angular-components-main-menu.mjs +16 -16
  195. package/fesm2015/odx-angular-components-mainfilter-group.mjs +3 -3
  196. package/fesm2015/odx-angular-components-menu.mjs +13 -13
  197. package/fesm2015/odx-angular-components-modal.mjs +36 -37
  198. package/fesm2015/odx-angular-components-modal.mjs.map +1 -1
  199. package/fesm2015/odx-angular-components-navigation-back.mjs +3 -3
  200. package/fesm2015/odx-angular-components-progress.mjs +3 -3
  201. package/fesm2015/odx-angular-components-radio-group.mjs +10 -10
  202. package/fesm2015/odx-angular-components-rail-navigation.mjs +10 -10
  203. package/fesm2015/odx-angular-components-select.mjs +20 -18
  204. package/fesm2015/odx-angular-components-select.mjs.map +1 -1
  205. package/fesm2015/odx-angular-components-slider.mjs +3 -3
  206. package/fesm2015/odx-angular-components-spinbox.mjs +3 -3
  207. package/fesm2015/odx-angular-components-switch.mjs +10 -10
  208. package/fesm2015/odx-angular-components-tab-bar.mjs +10 -10
  209. package/fesm2015/odx-angular-components-toast.mjs +13 -13
  210. package/fesm2015/odx-angular-components-toggle-button-group.mjs +10 -10
  211. package/fesm2015/odx-angular-components-tooltip.mjs +10 -12
  212. package/fesm2015/odx-angular-components-tooltip.mjs.map +1 -1
  213. package/fesm2015/odx-angular-theming.mjs +3 -3
  214. package/fesm2015/odx-angular-utils.mjs +11 -9
  215. package/fesm2015/odx-angular-utils.mjs.map +1 -1
  216. package/fesm2015/odx-angular.mjs +28 -28
  217. package/fesm2020/odx-angular-cdk-a11y.mjs +13 -13
  218. package/fesm2020/odx-angular-cdk-active-indicator.mjs +3 -3
  219. package/fesm2020/odx-angular-cdk-checkbox-control.mjs +3 -3
  220. package/fesm2020/odx-angular-cdk-connected-overlay.mjs +15 -10
  221. package/fesm2020/odx-angular-cdk-connected-overlay.mjs.map +1 -1
  222. package/fesm2020/odx-angular-cdk-custom-form-control.mjs +6 -6
  223. package/fesm2020/odx-angular-cdk-dynamic-view.mjs +9 -9
  224. package/fesm2020/odx-angular-cdk-expandable.mjs +12 -13
  225. package/fesm2020/odx-angular-cdk-expandable.mjs.map +1 -1
  226. package/fesm2020/odx-angular-cdk-radio-group-control.mjs +10 -10
  227. package/fesm2020/odx-angular-components-accordion.mjs +18 -17
  228. package/fesm2020/odx-angular-components-accordion.mjs.map +1 -1
  229. package/fesm2020/odx-angular-components-action-group.mjs +3 -3
  230. package/fesm2020/odx-angular-components-area-header.mjs +13 -13
  231. package/fesm2020/odx-angular-components-avatar.mjs +3 -3
  232. package/fesm2020/odx-angular-components-badge.mjs +6 -6
  233. package/fesm2020/odx-angular-components-bar.mjs +13 -13
  234. package/fesm2020/odx-angular-components-breadcrumbs.mjs +4 -4
  235. package/fesm2020/odx-angular-components-breadcrumbs.mjs.map +1 -1
  236. package/fesm2020/odx-angular-components-button-group.mjs +3 -3
  237. package/fesm2020/odx-angular-components-button.mjs +7 -7
  238. package/fesm2020/odx-angular-components-button.mjs.map +1 -1
  239. package/fesm2020/odx-angular-components-card.mjs +19 -19
  240. package/fesm2020/odx-angular-components-checkbox.mjs +11 -10
  241. package/fesm2020/odx-angular-components-checkbox.mjs.map +1 -1
  242. package/fesm2020/odx-angular-components-chip.mjs +3 -3
  243. package/fesm2020/odx-angular-components-circular-progress.mjs +3 -3
  244. package/fesm2020/odx-angular-components-content-box.mjs +13 -13
  245. package/fesm2020/odx-angular-components-dropdown.mjs +10 -10
  246. package/fesm2020/odx-angular-components-form-field.mjs +36 -37
  247. package/fesm2020/odx-angular-components-form-field.mjs.map +1 -1
  248. package/fesm2020/odx-angular-components-header.mjs +13 -13
  249. package/fesm2020/odx-angular-components-icon.mjs +3 -3
  250. package/fesm2020/odx-angular-components-inline-message.mjs +3 -3
  251. package/fesm2020/odx-angular-components-link.mjs +3 -3
  252. package/fesm2020/odx-angular-components-list.mjs +13 -13
  253. package/fesm2020/odx-angular-components-loading-spinner.mjs +10 -10
  254. package/fesm2020/odx-angular-components-logo.mjs +3 -3
  255. package/fesm2020/odx-angular-components-main-menu.mjs +16 -16
  256. package/fesm2020/odx-angular-components-mainfilter-group.mjs +3 -3
  257. package/fesm2020/odx-angular-components-menu.mjs +13 -13
  258. package/fesm2020/odx-angular-components-modal.mjs +36 -37
  259. package/fesm2020/odx-angular-components-modal.mjs.map +1 -1
  260. package/fesm2020/odx-angular-components-navigation-back.mjs +3 -3
  261. package/fesm2020/odx-angular-components-progress.mjs +3 -3
  262. package/fesm2020/odx-angular-components-radio-group.mjs +10 -10
  263. package/fesm2020/odx-angular-components-rail-navigation.mjs +10 -10
  264. package/fesm2020/odx-angular-components-select.mjs +20 -18
  265. package/fesm2020/odx-angular-components-select.mjs.map +1 -1
  266. package/fesm2020/odx-angular-components-slider.mjs +3 -3
  267. package/fesm2020/odx-angular-components-spinbox.mjs +3 -3
  268. package/fesm2020/odx-angular-components-switch.mjs +10 -10
  269. package/fesm2020/odx-angular-components-tab-bar.mjs +10 -10
  270. package/fesm2020/odx-angular-components-toast.mjs +13 -13
  271. package/fesm2020/odx-angular-components-toggle-button-group.mjs +10 -10
  272. package/fesm2020/odx-angular-components-tooltip.mjs +10 -12
  273. package/fesm2020/odx-angular-components-tooltip.mjs.map +1 -1
  274. package/fesm2020/odx-angular-theming.mjs +3 -3
  275. package/fesm2020/odx-angular-utils.mjs +11 -9
  276. package/fesm2020/odx-angular-utils.mjs.map +1 -1
  277. package/fesm2020/odx-angular.mjs +28 -28
  278. package/package.json +7 -5
  279. package/utils/lib/helpers/get-unique-id.d.ts +2 -1
@@ -21,8 +21,8 @@ let MenuComponent = class MenuComponent {
21
21
  closeCurrentDropdown(this.element.nativeElement);
22
22
  }
23
23
  };
24
- MenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
25
- MenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: MenuComponent, isStandalone: true, selector: "odx-menu", inputs: { tile: "tile" }, host: { attributes: { "role": "menu" }, listeners: { "keydown.tab": "onTab($event)" } }, hostDirectives: [{ directive: i1.ListFocusManagerDirective }], ngImport: i0, template: "<div class=\"odx-menu__title\" *ngIf=\"tile\">\n <ng-content></ng-content>\n</div>\n<odx-action-group class=\"odx-menu__inner\">\n <ng-content select=\"[odxButton]\" ngProjectAs=\"[odxButton]\"></ng-content>\n</odx-action-group>\n", dependencies: [{ kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
24
+ MenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
25
+ MenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: MenuComponent, isStandalone: true, selector: "odx-menu", inputs: { tile: "tile" }, host: { attributes: { "role": "menu" }, listeners: { "keydown.tab": "onTab($event)" } }, hostDirectives: [{ directive: i1.ListFocusManagerDirective }], ngImport: i0, template: "<div class=\"odx-menu__title\" *ngIf=\"tile\">\n <ng-content></ng-content>\n</div>\n<odx-action-group class=\"odx-menu__inner\">\n <ng-content select=\"[odxButton]\" ngProjectAs=\"[odxButton]\"></ng-content>\n</odx-action-group>\n", dependencies: [{ kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
26
26
  __decorate([
27
27
  CSSModifier(),
28
28
  Transform(coerceBooleanProperty),
@@ -32,7 +32,7 @@ MenuComponent = __decorate([
32
32
  CSSComponent('menu')
33
33
  ], MenuComponent);
34
34
  export { MenuComponent };
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MenuComponent, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MenuComponent, decorators: [{
36
36
  type: Component,
37
37
  args: [{ selector: 'odx-menu', standalone: true, imports: [ActionGroupComponent, CommonModule], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [ListFocusManagerDirective], host: {
38
38
  role: 'menu',
@@ -29,13 +29,13 @@ let MenuDirective = class MenuDirective {
29
29
  this.dropdown.close(event);
30
30
  }
31
31
  };
32
- MenuDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MenuDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
33
- MenuDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.8", type: MenuDirective, isStandalone: true, selector: "[odxMenu]", inputs: { content: ["odxMenu", "content"], position: ["odxMenuPosition", "position"] }, exportAs: ["odxMenu"], usesOnChanges: true, hostDirectives: [{ directive: i1.DropdownDirective, inputs: ["odxDropdown", "odxMenu"] }], ngImport: i0 });
32
+ MenuDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MenuDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
33
+ MenuDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: MenuDirective, isStandalone: true, selector: "[odxMenu]", inputs: { content: ["odxMenu", "content"], position: ["odxMenuPosition", "position"] }, exportAs: ["odxMenu"], usesOnChanges: true, hostDirectives: [{ directive: i1.DropdownDirective, inputs: ["odxDropdown", "odxMenu"] }], ngImport: i0 });
34
34
  MenuDirective = __decorate([
35
35
  CSSComponent('menu-host')
36
36
  ], MenuDirective);
37
37
  export { MenuDirective };
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MenuDirective, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MenuDirective, decorators: [{
39
39
  type: Directive,
40
40
  args: [{
41
41
  selector: '[odxMenu]',
@@ -7,10 +7,10 @@ import * as i0 from "@angular/core";
7
7
  const modules = [MenuComponent, MenuDirective, MenuItemDirective];
8
8
  export class MenuModule {
9
9
  }
10
- MenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- MenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: MenuModule, imports: [MenuComponent, MenuDirective, MenuItemDirective], exports: [CoreModule, MenuComponent, MenuDirective, MenuItemDirective] });
12
- MenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MenuModule, imports: [MenuComponent, CoreModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: MenuModule, decorators: [{
10
+ MenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ MenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: MenuModule, imports: [MenuComponent, MenuDirective, MenuItemDirective], exports: [CoreModule, MenuComponent, MenuDirective, MenuItemDirective] });
12
+ MenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MenuModule, imports: [MenuComponent, CoreModule] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MenuModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  imports: [modules],
@@ -23,9 +23,9 @@ export class BasicModalComponent {
23
23
  return index;
24
24
  }
25
25
  }
26
- BasicModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasicModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
- BasicModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: BasicModalComponent, isStandalone: true, selector: "odx-basic-modal", ngImport: i0, template: "<odx-modal-hero [icon]=\"icon\" [variant]=\"data.heroVariant\" *ngIf=\"data.heroIcon as icon; else modalHeader\">\n <ng-template [odxDynamicView]=\"data.title\"></ng-template>\n</odx-modal-hero>\n\n<odx-modal-content>\n <ng-template [odxDynamicView]=\"data.content\" [odxDynamicViewInjector]=\"injector\"></ng-template>\n</odx-modal-content>\n\n<odx-modal-footer>\n <button odxButton [variant]=\"action.variant\" [odxModalClose]=\"action.data\" *ngFor=\"let action of data.actions; let i = index; trackBy: trackByIndex\">\n {{ action.label }}\n </button>\n</odx-modal-footer>\n\n<ng-template #modalHeader>\n <odx-modal-header>\n <odx-area-header>\n <ng-template [odxDynamicView]=\"data.title\"></ng-template>\n </odx-area-header>\n </odx-modal-header>\n</ng-template>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: AreaHeaderComponent, selector: "odx-area-header", inputs: ["size"] }, { kind: "component", type: ModalHeaderComponent, selector: "odx-modal-header" }, { kind: "component", type: ModalHeroComponent, selector: "odx-modal-hero", inputs: ["icon", "variant"] }, { kind: "component", type: ModalFooterComponent, selector: "odx-modal-footer" }, { kind: "directive", type: ModalContentDirective, selector: "odx-modal-content" }, { kind: "directive", type: ModalCloseDirective, selector: "[odxModalClose]", inputs: ["odxModalClose"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BasicModalComponent, decorators: [{
26
+ BasicModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasicModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
+ BasicModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BasicModalComponent, isStandalone: true, selector: "odx-basic-modal", ngImport: i0, template: "<odx-modal-hero [icon]=\"icon\" [variant]=\"data.heroVariant\" *ngIf=\"data.heroIcon as icon; else modalHeader\">\n <ng-template [odxDynamicView]=\"data.title\"></ng-template>\n</odx-modal-hero>\n\n<odx-modal-content>\n <ng-template [odxDynamicView]=\"data.content\" [odxDynamicViewInjector]=\"injector\"></ng-template>\n</odx-modal-content>\n\n<odx-modal-footer>\n <button odxButton [variant]=\"action.variant\" [odxModalClose]=\"action.data\" *ngFor=\"let action of data.actions; let i = index; trackBy: trackByIndex\">\n {{ action.label }}\n </button>\n</odx-modal-footer>\n\n<ng-template #modalHeader>\n <odx-modal-header>\n <odx-area-header>\n <ng-template [odxDynamicView]=\"data.title\"></ng-template>\n </odx-area-header>\n </odx-modal-header>\n</ng-template>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: AreaHeaderComponent, selector: "odx-area-header", inputs: ["size"] }, { kind: "component", type: ModalHeaderComponent, selector: "odx-modal-header" }, { kind: "component", type: ModalHeroComponent, selector: "odx-modal-hero", inputs: ["icon", "variant"] }, { kind: "component", type: ModalFooterComponent, selector: "odx-modal-footer" }, { kind: "directive", type: ModalContentDirective, selector: "odx-modal-content" }, { kind: "directive", type: ModalCloseDirective, selector: "[odxModalClose]", inputs: ["odxModalClose"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasicModalComponent, decorators: [{
29
29
  type: Component,
30
30
  args: [{ selector: 'odx-basic-modal', standalone: true, imports: [
31
31
  CoreModule,
@@ -8,13 +8,13 @@ let ModalFooterComponent = class ModalFooterComponent {
8
8
  this.element = injectElement();
9
9
  }
10
10
  };
11
- ModalFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- ModalFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: ModalFooterComponent, isStandalone: true, selector: "odx-modal-footer", ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
11
+ ModalFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
+ ModalFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: ModalFooterComponent, isStandalone: true, selector: "odx-modal-footer", ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
13
13
  ModalFooterComponent = __decorate([
14
14
  CSSComponent('modal__footer')
15
15
  ], ModalFooterComponent);
16
16
  export { ModalFooterComponent };
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalFooterComponent, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalFooterComponent, decorators: [{
18
18
  type: Component,
19
19
  args: [{ standalone: true, selector: 'odx-modal-footer', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
20
20
  }] });
@@ -23,14 +23,14 @@ let ModalHeaderComponent = class ModalHeaderComponent {
23
23
  }
24
24
  }
25
25
  };
26
- ModalHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
- ModalHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: ModalHeaderComponent, isStandalone: true, selector: "odx-modal-header", queries: [{ propertyName: "areaHeaderComponent", first: true, predicate: AreaHeaderComponent, descendants: true }], ngImport: i0, template: "<ng-content select=\"odx-area-header\"></ng-content>\n<odx-action-group class=\"odx-modal__dismiss\" *ngIf=\"modalRef.options.dismissable\">\n <button odxButton odxModalDismiss>\n <odx-icon name=\"close\" iconSet=\"core\"></odx-icon>\n </button>\n</odx-action-group>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet"] }, { kind: "directive", type: ModalDismissDirective, selector: "[odxModalDismiss]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
26
+ ModalHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
+ ModalHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: ModalHeaderComponent, isStandalone: true, selector: "odx-modal-header", queries: [{ propertyName: "areaHeaderComponent", first: true, predicate: AreaHeaderComponent, descendants: true }], ngImport: i0, template: "<ng-content select=\"odx-area-header\"></ng-content>\n<odx-action-group class=\"odx-modal__dismiss\" *ngIf=\"modalRef.options.dismissable\">\n <button odxButton odxModalDismiss>\n <odx-icon name=\"close\" iconSet=\"core\"></odx-icon>\n </button>\n</odx-action-group>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet"] }, { kind: "directive", type: ModalDismissDirective, selector: "[odxModalDismiss]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
28
28
  ModalHeaderComponent = __decorate([
29
29
  CSSComponent('modal__header'),
30
30
  __metadata("design:paramtypes", [])
31
31
  ], ModalHeaderComponent);
32
32
  export { ModalHeaderComponent };
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalHeaderComponent, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalHeaderComponent, decorators: [{
34
34
  type: Component,
35
35
  args: [{ standalone: true, selector: 'odx-modal-header', imports: [CoreModule, ActionGroupComponent, ButtonComponent, IconComponent, ModalDismissDirective], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"odx-area-header\"></ng-content>\n<odx-action-group class=\"odx-modal__dismiss\" *ngIf=\"modalRef.options.dismissable\">\n <button odxButton odxModalDismiss>\n <odx-icon name=\"close\" iconSet=\"core\"></odx-icon>\n </button>\n</odx-action-group>\n" }]
36
36
  }], ctorParameters: function () { return []; }, propDecorators: { areaHeaderComponent: [{
@@ -17,8 +17,8 @@ let ModalHeroComponent = class ModalHeroComponent {
17
17
  detectControllerChanges(this.modalRef).subscribe();
18
18
  }
19
19
  };
20
- ModalHeroComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalHeroComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
- ModalHeroComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: ModalHeroComponent, isStandalone: true, selector: "odx-modal-hero", inputs: { icon: "icon", variant: "variant" }, ngImport: i0, template: "<odx-icon class=\"odx-modal-hero__icon\" [name]=\"icon\" iconSet=\"core\" size=\"xlarge\" *ngIf=\"icon\"> </odx-icon>\n\n<div class=\"odx-modal-hero__title odx-title-4\">\n <ng-content></ng-content>\n</div>\n\n<odx-action-group class=\"odx-modal-hero__dismiss\" *ngIf=\"modalRef.options.dismissable\">\n <button odxButton odxModalDismiss>\n <odx-icon name=\"close\" iconSet=\"core\"></odx-icon>\n </button>\n</odx-action-group>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet"] }, { kind: "directive", type: ModalDismissDirective, selector: "[odxModalDismiss]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
20
+ ModalHeroComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalHeroComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
+ ModalHeroComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: ModalHeroComponent, isStandalone: true, selector: "odx-modal-hero", inputs: { icon: "icon", variant: "variant" }, ngImport: i0, template: "<odx-icon class=\"odx-modal-hero__icon\" [name]=\"icon\" iconSet=\"core\" size=\"xlarge\" *ngIf=\"icon\"> </odx-icon>\n\n<div class=\"odx-modal-hero__title odx-title-4\">\n <ng-content></ng-content>\n</div>\n\n<odx-action-group class=\"odx-modal-hero__dismiss\" *ngIf=\"modalRef.options.dismissable\">\n <button odxButton odxModalDismiss>\n <odx-icon name=\"close\" iconSet=\"core\"></odx-icon>\n </button>\n</odx-action-group>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet"] }, { kind: "directive", type: ModalDismissDirective, selector: "[odxModalDismiss]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
22
22
  __decorate([
23
23
  CSSModifier(),
24
24
  __metadata("design:type", Object)
@@ -28,7 +28,7 @@ ModalHeroComponent = __decorate([
28
28
  __metadata("design:paramtypes", [])
29
29
  ], ModalHeroComponent);
30
30
  export { ModalHeroComponent };
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalHeroComponent, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalHeroComponent, decorators: [{
32
32
  type: Component,
33
33
  args: [{ selector: 'odx-modal-hero', standalone: true, imports: [CoreModule, ActionGroupComponent, ButtonComponent, IconComponent, ModalDismissDirective], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<odx-icon class=\"odx-modal-hero__icon\" [name]=\"icon\" iconSet=\"core\" size=\"xlarge\" *ngIf=\"icon\"> </odx-icon>\n\n<div class=\"odx-modal-hero__title odx-title-4\">\n <ng-content></ng-content>\n</div>\n\n<odx-action-group class=\"odx-modal-hero__dismiss\" *ngIf=\"modalRef.options.dismissable\">\n <button odxButton odxModalDismiss>\n <odx-icon name=\"close\" iconSet=\"core\"></odx-icon>\n </button>\n</odx-action-group>\n" }]
34
34
  }], ctorParameters: function () { return []; }, propDecorators: { icon: [{
@@ -16,9 +16,9 @@ export class ModalCloseDirective {
16
16
  }
17
17
  }
18
18
  }
19
- ModalCloseDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalCloseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
20
- ModalCloseDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.8", type: ModalCloseDirective, isStandalone: true, selector: "[odxModalClose]", inputs: { result: ["odxModalClose", "result"] }, host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalCloseDirective, decorators: [{
19
+ ModalCloseDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalCloseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
20
+ ModalCloseDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: ModalCloseDirective, isStandalone: true, selector: "[odxModalClose]", inputs: { result: ["odxModalClose", "result"] }, host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalCloseDirective, decorators: [{
22
22
  type: Directive,
23
23
  args: [{
24
24
  standalone: true,
@@ -8,13 +8,13 @@ let ModalContentDirective = class ModalContentDirective {
8
8
  this.element = injectElement();
9
9
  }
10
10
  };
11
- ModalContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
- ModalContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.8", type: ModalContentDirective, isStandalone: true, selector: "odx-modal-content", ngImport: i0 });
11
+ ModalContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ ModalContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: ModalContentDirective, isStandalone: true, selector: "odx-modal-content", ngImport: i0 });
13
13
  ModalContentDirective = __decorate([
14
14
  CSSComponent('modal__content')
15
15
  ], ModalContentDirective);
16
16
  export { ModalContentDirective };
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalContentDirective, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalContentDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
20
  standalone: true,
@@ -9,9 +9,9 @@ export class ModalDismissDirective {
9
9
  this.modalRef.dismiss();
10
10
  }
11
11
  }
12
- ModalDismissDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalDismissDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
13
- ModalDismissDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.8", type: ModalDismissDirective, isStandalone: true, selector: "[odxModalDismiss]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalDismissDirective, decorators: [{
12
+ ModalDismissDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalDismissDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
13
+ ModalDismissDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: ModalDismissDirective, isStandalone: true, selector: "[odxModalDismiss]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalDismissDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  standalone: true,
@@ -38,8 +38,8 @@ let ModalComponent = class ModalComponent {
38
38
  }
39
39
  }
40
40
  };
41
- ModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
42
- ModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: ModalComponent, isStandalone: true, selector: "odx-modal", inputs: { content: "content" }, host: { listeners: { "keyup.esc": "onClose()" }, properties: { "@hostAnimation": "variant", "attr.id": "modalRef.options.id" } }, usesOnChanges: true, ngImport: i0, template: "<div\n [cdkTrapFocus]=\"modalRef.isActive()\"\n [cdkTrapFocusAutoCapture]=\"modalRef.isActive()\"\n [odxClickOutsideActive]=\"modalRef.options.dismissable && modalRef.options.interactiveBackdrop\"\n [attr.aria-labelledby]=\"modalRef.modalTitleId\"\n class=\"odx-modal__container\"\n role=\"dialog\"\n (odxClickOutside)=\"modalRef.dismiss()\"\n>\n <ng-template [odxDynamicView]=\"content\" [odxDynamicViewContext]=\"withComponent ? {} : context\" [odxDynamicViewInjector]=\"injector\"></ng-template>\n</div>\n", dependencies: [{ kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i1.ClickOutsideDirective, selector: "[odxClickOutside]", inputs: ["odxClickOutsideActive"], outputs: ["odxClickOutside"] }, { kind: "directive", type: i2.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "ngmodule", type: CoreModule }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], animations: [
41
+ ModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
42
+ ModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: ModalComponent, isStandalone: true, selector: "odx-modal", inputs: { content: "content" }, host: { listeners: { "keyup.esc": "onClose()" }, properties: { "@hostAnimation": "variant", "attr.id": "modalRef.options.id" } }, usesOnChanges: true, ngImport: i0, template: "<div\n [cdkTrapFocus]=\"modalRef.isActive()\"\n [cdkTrapFocusAutoCapture]=\"modalRef.isActive()\"\n [odxClickOutsideActive]=\"modalRef.options.dismissable && modalRef.options.interactiveBackdrop\"\n [attr.aria-labelledby]=\"modalRef.modalTitleId\"\n class=\"odx-modal__container\"\n role=\"dialog\"\n (odxClickOutside)=\"modalRef.dismiss()\"\n>\n <ng-template [odxDynamicView]=\"content\" [odxDynamicViewContext]=\"withComponent ? {} : context\" [odxDynamicViewInjector]=\"injector\"></ng-template>\n</div>\n", dependencies: [{ kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i1.ClickOutsideDirective, selector: "[odxClickOutside]", inputs: ["odxClickOutsideActive"], outputs: ["odxClickOutside"] }, { kind: "directive", type: i2.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "ngmodule", type: CoreModule }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], animations: [
43
43
  trigger('hostAnimation', [
44
44
  transition('void => default', group([useAnimation(fadeIn()), query('.odx-modal__container', useAnimation(slideInY('8px')))])),
45
45
  transition('default => void', group([useAnimation(fadeOut()), query('.odx-modal__container', useAnimation(slideOutY('8px')))])),
@@ -64,7 +64,7 @@ ModalComponent = __decorate([
64
64
  __metadata("design:paramtypes", [])
65
65
  ], ModalComponent);
66
66
  export { ModalComponent };
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalComponent, decorators: [{
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalComponent, decorators: [{
68
68
  type: Component,
69
69
  args: [{ standalone: true, selector: 'odx-modal', imports: [A11yModule, ActionGroupComponent, ButtonComponent, IconComponent, CoreModule, DynamicViewDirective], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
70
70
  '[@hostAnimation]': 'variant',
@@ -29,9 +29,9 @@ export class ModalDirective {
29
29
  this.modalRef?.dismiss();
30
30
  }
31
31
  }
32
- ModalDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
33
- ModalDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.8", type: ModalDirective, isStandalone: true, selector: "ng-template[odxModal]", inputs: { modalOptions: ["odxModal", "modalOptions"] }, outputs: { modalClose: "odxModalClose", modalDismiss: "odxModalDismiss" }, exportAs: ["odxModal"], usesOnChanges: true, ngImport: i0 });
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalDirective, decorators: [{
32
+ ModalDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
33
+ ModalDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: ModalDirective, isStandalone: true, selector: "ng-template[odxModal]", inputs: { modalOptions: ["odxModal", "modalOptions"] }, outputs: { modalClose: "odxModalClose", modalDismiss: "odxModalDismiss" }, exportAs: ["odxModal"], usesOnChanges: true, ngImport: i0 });
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalDirective, decorators: [{
35
35
  type: Directive,
36
36
  args: [{
37
37
  standalone: true,
@@ -20,8 +20,8 @@ const modules = [
20
20
  ];
21
21
  export class ModalModule {
22
22
  }
23
- ModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
24
- ModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: ModalModule, imports: [ButtonComponent, ButtonGroupComponent, ModalComponent,
23
+ ModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
24
+ ModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: ModalModule, imports: [ButtonComponent, ButtonGroupComponent, ModalComponent,
25
25
  ModalHeaderComponent,
26
26
  ModalHeroComponent,
27
27
  ModalFooterComponent,
@@ -36,11 +36,11 @@ ModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "1
36
36
  ModalCloseDirective,
37
37
  ModalContentDirective,
38
38
  ModalDismissDirective] });
39
- ModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalModule, imports: [ButtonComponent, ButtonGroupComponent, ModalComponent,
39
+ ModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalModule, imports: [ButtonComponent, ButtonGroupComponent, ModalComponent,
40
40
  ModalHeaderComponent,
41
41
  ModalHeroComponent,
42
42
  ModalFooterComponent, CoreModule, AreaHeaderModule] });
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalModule, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalModule, decorators: [{
44
44
  type: NgModule,
45
45
  args: [{
46
46
  imports: [ButtonComponent, ButtonGroupComponent, ...modules],
@@ -2,7 +2,7 @@ import { Location } from '@angular/common';
2
2
  import { inject, Injectable, Injector } from '@angular/core';
3
3
  import { DynamicViewService } from '@odx/angular/cdk/dynamic-view';
4
4
  import { deepmerge } from '@odx/angular/internal';
5
- import { deferFn, getInjector, Queue } from '@odx/angular/utils';
5
+ import { deferFn, getInjector, getUniqueId, Queue } from '@odx/angular/utils';
6
6
  import { finalize } from 'rxjs';
7
7
  import { BasicModalComponent } from './components';
8
8
  import { provideModalRef } from './helpers';
@@ -42,7 +42,7 @@ export class ModalService {
42
42
  });
43
43
  }
44
44
  open(content, options) {
45
- const mergedOptions = deepmerge(this.config, { id: `odx-modal-${ModalService.ID++}` }, options ?? {});
45
+ const mergedOptions = deepmerge(this.config, { id: getUniqueId('odx-modal') }, options ?? {});
46
46
  if (this.getModalById(mergedOptions.id)) {
47
47
  throw Error(`Modal with ID ${mergedOptions.id} already open`);
48
48
  }
@@ -67,11 +67,10 @@ export class ModalService {
67
67
  modalRef.onDestroy$.pipe(finalize(onDestroy)).subscribe();
68
68
  }
69
69
  }
70
- ModalService.ID = 0;
71
- ModalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalService, deps: [{ token: i1.Location }], target: i0.ɵɵFactoryTarget.Injectable });
72
- ModalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalService, providedIn: 'root' });
73
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ModalService, decorators: [{
70
+ ModalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalService, deps: [{ token: i1.Location }], target: i0.ɵɵFactoryTarget.Injectable });
71
+ ModalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalService, providedIn: 'root' });
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ModalService, decorators: [{
74
73
  type: Injectable,
75
74
  args: [{ providedIn: 'root' }]
76
75
  }], ctorParameters: function () { return [{ type: i1.Location }]; } });
77
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb21wb25lbnRzL21vZGFsL3NyYy9saWIvbW9kYWwuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDM0MsT0FBTyxFQUFFLE1BQU0sRUFBRSxVQUFVLEVBQUUsUUFBUSxFQUFlLE1BQU0sZUFBZSxDQUFDO0FBQzFFLE9BQU8sRUFBc0Msa0JBQWtCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUN2RyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDbEQsT0FBTyxFQUFFLE9BQU8sRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDakUsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUNoQyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDbkQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLFdBQVcsQ0FBQztBQUM1QyxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDbkQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDbkQsT0FBTyxFQUF1RCxRQUFRLEVBQUUsU0FBUyxFQUFhLE1BQU0sVUFBVSxDQUFDOzs7QUFHL0csTUFBTSxPQUFPLFlBQVk7SUFTdkIsWUFBWSxRQUFrQjtRQVBiLFdBQU0sR0FBRyxpQkFBaUIsRUFBRSxDQUFDO1FBQzdCLGVBQVUsR0FBRyxJQUFJLEtBQUssRUFBWSxDQUFDO1FBQ25DLGFBQVEsR0FBRyxXQUFXLEVBQUUsQ0FBQztRQUN6Qix1QkFBa0IsR0FBRyxNQUFNLENBQUMsa0JBQWtCLENBQUMsQ0FBQztRQUVqRCxnQkFBVyxHQUFHLElBQUksQ0FBQyxV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VSxFQUFFLE1BQU0sRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IExvY2F0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IGluamVjdCwgSW5qZWN0YWJsZSwgSW5qZWN0b3IsIFRlbXBsYXRlUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBEeW5hbWljQ29udGVudCwgRHluYW1pY1RleHRDb250ZW50LCBEeW5hbWljVmlld1NlcnZpY2UgfSBmcm9tICdAb2R4L2FuZ3VsYXIvY2RrL2R5bmFtaWMtdmlldyc7XG5pbXBvcnQgeyBkZWVwbWVyZ2UgfSBmcm9tICdAb2R4L2FuZ3VsYXIvaW50ZXJuYWwnO1xuaW1wb3J0IHsgZGVmZXJGbiwgZ2V0SW5qZWN0b3IsIFF1ZXVlIH0gZnJvbSAnQG9keC9hbmd1bGFyL3V0aWxzJztcbmltcG9ydCB7IGZpbmFsaXplIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBCYXNpY01vZGFsQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzJztcbmltcG9ydCB7IHByb3ZpZGVNb2RhbFJlZiB9IGZyb20gJy4vaGVscGVycyc7XG5pbXBvcnQgeyBNb2RhbENvbXBvbmVudCB9IGZyb20gJy4vbW9kYWwuY29tcG9uZW50JztcbmltcG9ydCB7IGluamVjdE1vZGFsQ29uZmlnIH0gZnJvbSAnLi9tb2RhbC5jb25maWcnO1xuaW1wb3J0IHsgQmFzaWNNb2RhbE9wdGlvbnMsIEdldE1vZGFsQWN0aW9uRGF0YSwgTW9kYWxPcHRpb25zLCBNb2RhbFJlZiwgTW9kYWxTaXplLCBNb2RhbFR5cGUgfSBmcm9tICcuL21vZGVscyc7XG5cbkBJbmplY3RhYmxlKHsgcHJvdmlkZWRJbjogJ3Jvb3QnIH0pXG5leHBvcnQgY2xhc3MgTW9kYWxTZXJ2aWNlIHtcbiAgcHJpdmF0ZSBzdGF0aWMgSUQgPSAwO1xuICBwcml2YXRlIHJlYWRvbmx5IGNvbmZpZyA9IGluamVjdE1vZGFsQ29uZmlnKCk7XG4gIHByaXZhdGUgcmVhZG9ubHkgb3Blbk1vZGFscyA9IG5ldyBRdWV1ZTxNb2RhbFJlZj4oKTtcbiAgcHJpdmF0ZSByZWFkb25seSBpbmplY3RvciA9IGdldEluamVjdG9yKCk7XG4gIHByaXZhdGUgcmVhZG9ubHkgZHluYW1pY1ZpZXdTZXJ2aWNlID0gaW5qZWN0KER5bmFtaWNWaWV3U2VydmljZSk7XG5cbiAgcHVibGljIHJlYWRvbmx5IG9wZW5Nb2RhbHMkID0gdGhpcy5vcGVuTW9kYWxzLnZhbHVlJDtcblxuICBjb25zdHJ1Y3Rvcihsb2NhdGlvbjogTG9jYXRpb24pIHtcbiAgICBsb2NhdGlvbi5vblVybENoYW5nZSgoKSA9PiB7XG4gICAgICBmb3IgKGNvbnN0IG1vZGFsUmVmIG9mIHRoaXMub3Blbk1vZGFscy50b0FycmF5KCkpIHtcbiAgICAgICAgaWYgKG1vZGFsUmVmLm9wdGlvbnMuZGlzbWlzc09uTmF2aWdhdGlvbikge1xuICAgICAgICAgIG1vZGFsUmVmLmRlc3Ryb3koKTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH0pO1xuICB9XG5cbiAgcHVibGljIGRpc21pc3NBbGwoKTogdm9pZCB7XG4gICAgZm9yIChjb25zdCBtb2RhbFJlZiBvZiB0aGlzLm9wZW5Nb2RhbHMudG9BcnJheSgpKSB7XG4gICAgICBtb2RhbFJlZi5kaXNtaXNzKCk7XG4gICAgfVxuICB9XG5cbiAgcHVibGljIGdldE1vZGFsQnlJZDxEYXRhID0gdW5rbm93biwgUmVzdWx0ID0gdW5rbm93bj4oaWQ6IE1vZGFsT3B0aW9uc1snaWQnXSk6IE1vZGFsUmVmPERhdGEsIFJlc3VsdD4gfCBudWxsIHtcbiAgICByZXR1cm4gdGhpcy5vcGVuTW9kYWxzLmdldChpZCkgYXMgTW9kYWxSZWY8RGF0YSwgUmVzdWx0PjtcbiAgfVxuXG4gIHB1YmxpYyBjcmVhdGU8RGF0YSBleHRlbmRzIEJhc2ljTW9kYWxPcHRpb25zLCBSZXN1bHQgPSBHZXRNb2RhbEFjdGlvbkRhdGE8RGF0YT4+KG1vZGFsOiBEYXRhLCBvcHRpb25zPzogUGFydGlhbDxNb2RhbE9wdGlvbnM8RGF0YT4+KTogTW9kYWxSZWY8RGF0YSwgUmVzdWx0PjtcbiAgcHVibGljIGNyZWF0ZShtb2RhbDogQmFzaWNNb2RhbE9wdGlvbnMsIG9wdGlvbnM/OiBNb2RhbE9wdGlvbnMpOiBNb2RhbFJlZiB7XG4gICAgcmV0dXJuIHRoaXMub3BlbihCYXNpY01vZGFsQ29tcG9uZW50LCB7XG4gICAgICBkYXRhOiBtb2RhbCxcbiAgICAgIHNpemU6IE1vZGFsU2l6ZS5TTUFMTCxcbiAgICAgIC4uLm9wdGlvbnMsXG4gICAgfSk7XG4gIH1cblxuICBwdWJsaWMgb3BlbjxEYXRhLCBSZXN1bHQsIFQ+KGNvbnRlbnQ6IFRlbXBsYXRlUmVmPFQ+LCBvcHRpb25zPzogUGFydGlhbDxNb2RhbE9wdGlvbnM8RGF0YT4+KTogTW9kYWxSZWY8RGF0YSwgUmVzdWx0PjtcbiAgcHVibGljIG9wZW48RGF0YSwgUmVzdWx0LCBUID0gdW5rbm93bj4oY29udGVudDogTW9kYWxUeXBlPFQsIERhdGEsIFJlc3VsdD4sIG9wdGlvbnM/OiBQYXJ0aWFsPE1vZGFsT3B0aW9uczxEYXRhPj4pOiBNb2RhbFJlZjxEYXRhLCBSZXN1bHQ+O1xuICBwdWJsaWMgb3Blbihjb250ZW50OiBNb2RhbFR5cGU8dW5rbm93bj4gfCBUZW1wbGF0ZVJlZjx1bmtub3duPiwgb3B0aW9ucz86IFBhcnRpYWw8TW9kYWxPcHRpb25zPik6IE1vZGFsUmVmIHtcbiAgICBjb25zdCBtZXJnZWRPcHRpb25zID0gZGVlcG1lcmdlKHRoaXMuY29uZmlnLCB7IGlkOiBgb2R4LW1vZGFsLSR7TW9kYWxTZXJ2aWNlLklEKyt9YCB9LCBvcHRpb25zID8/IHt9KSBhcyBNb2RhbE9wdGlvbnM7XG4gICAgaWYgKHRoaXMuZ2V0TW9kYWxCeUlkKG1lcmdlZE9wdGlvbnMuaWQpKSB7XG4gICAgICB0aHJvdyBFcnJvcihgTW9kYWwgd2l0aCBJRCAke21lcmdlZE9wdGlvbnMuaWR9IGFscmVhZHkgb3BlbmApO1xuICAgIH1cbiAgICBjb25zdCBtb2RhbFJlZiA9IG5ldyBNb2RhbFJlZihtZXJnZWRPcHRpb25zLCAocmVmKSA9PiB0aGlzLm9wZW5Nb2RhbHMuaXNGaXJzdChyZWYpKTtcbiAgICB0aGlzLmF0dGFjaE1vZGFsKG1vZGFsUmVmLCBjb250ZW50KTtcbiAgICB0aGlzLm9wZW5Nb2RhbHMuYWRkKG1vZGFsUmVmKTtcblxuICAgIHJldHVybiBtb2RhbFJlZjtcbiAgfVxuICBwcml2YXRlIGF0dGFjaE1vZGFsKG1vZGFsUmVmOiBNb2RhbFJlZiwgY29udGVudDogRXhjbHVkZTxEeW5hbWljQ29udGVudCwgRHluYW1pY1RleHRDb250ZW50Pik6IHZvaWQge1xuICAgIGNvbnN0IHZpZXdSZWYgPSB0aGlzLmR5bmFtaWNWaWV3U2VydmljZS5jcmVhdGVWaWV3KE1vZGFsQ29tcG9uZW50LCB7XG4gICAgICBjb250ZXh0OiB7IGNvbnRlbnQgfSxcbiAgICAgIGluamVjdG9yOiBJbmplY3Rvci5jcmVhdGUoe1xuICAgICAgICBwcm92aWRlcnM6IFtwcm92aWRlTW9kYWxSZWYobW9kYWxSZWYpXSxcbiAgICAgICAgcGFyZW50OiB0aGlzLmluamVjdG9yLFxuICAgICAgfSksXG4gICAgICBob3N0OiBtb2RhbFJlZi5vcHRpb25zLmhvc3QsXG4gICAgfSk7XG4gICAgY29uc3Qgb25EZXN0cm95ID0gKCkgPT4ge1xuICAgICAgdmlld1JlZi5kZXN0cm95KCk7XG4gICAgICBkZWZlckZuKCgpID0+IHRoaXMub3Blbk1vZGFscy5yZW1vdmUobW9kYWxSZWYpKTtcbiAgICB9O1xuXG4gICAgbW9kYWxSZWYub25EZXN0cm95JC5waXBlKGZpbmFsaXplKG9uRGVzdHJveSkpLnN1YnNjcmliZSgpO1xuICB9XG59XG4iXX0=
76
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb21wb25lbnRzL21vZGFsL3NyYy9saWIvbW9kYWwuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDM0MsT0FBTyxFQUFFLE1BQU0sRUFBRSxVQUFVLEVBQUUsUUFBUSxFQUFlLE1BQU0sZUFBZSxDQUFDO0FBQzFFLE9BQU8sRUFBc0Msa0JBQWtCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUN2RyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDbEQsT0FBTyxFQUFFLE9BQU8sRUFBRSxXQUFXLEVBQUUsV0FBVyxFQUFFLEtBQUssRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQzlFLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDaEMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQ25ELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxXQUFXLENBQUM7QUFDNUMsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQ25ELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ25ELE9BQU8sRUFBdUQsUUFBUSxFQUFFLFNBQVMsRUFBYSxNQUFNLFVBQVUsQ0FBQzs7O0FBRy9HLE1BQU0sT0FBTyxZQUFZO0lBUXZCLFlBQVksUUFBa0I7UUFQYixXQUFNLEdBQUcsaUJBQWlCLEVBQUUsQ0FBQztRQUM3QixlQUFVLEdBQUcsSUFBSSxLQUFLLEVBQVksQ0FBQztRQUNuQyxhQUFRLEdBQUcsV0FBVyxFQUFFLENBQUM7UUFDekIsdUJBQWtCLEdBQUcsTUFBTSxDQUFDLGtCQUFrQixDQUFDLENBQUM7UUFFakQsZ0JBQVcsR0FBRyxJ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c0NvbnRlbnQiOlsiaW1wb3J0IHsgTG9jYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgaW5qZWN0LCBJbmplY3RhYmxlLCBJbmplY3RvciwgVGVtcGxhdGVSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IER5bmFtaWNDb250ZW50LCBEeW5hbWljVGV4dENvbnRlbnQsIER5bmFtaWNWaWV3U2VydmljZSB9IGZyb20gJ0BvZHgvYW5ndWxhci9jZGsvZHluYW1pYy12aWV3JztcbmltcG9ydCB7IGRlZXBtZXJnZSB9IGZyb20gJ0BvZHgvYW5ndWxhci9pbnRlcm5hbCc7XG5pbXBvcnQgeyBkZWZlckZuLCBnZXRJbmplY3RvciwgZ2V0VW5pcXVlSWQsIFF1ZXVlIH0gZnJvbSAnQG9keC9hbmd1bGFyL3V0aWxzJztcbmltcG9ydCB7IGZpbmFsaXplIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBCYXNpY01vZGFsQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzJztcbmltcG9ydCB7IHByb3ZpZGVNb2RhbFJlZiB9IGZyb20gJy4vaGVscGVycyc7XG5pbXBvcnQgeyBNb2RhbENvbXBvbmVudCB9IGZyb20gJy4vbW9kYWwuY29tcG9uZW50JztcbmltcG9ydCB7IGluamVjdE1vZGFsQ29uZmlnIH0gZnJvbSAnLi9tb2RhbC5jb25maWcnO1xuaW1wb3J0IHsgQmFzaWNNb2RhbE9wdGlvbnMsIEdldE1vZGFsQWN0aW9uRGF0YSwgTW9kYWxPcHRpb25zLCBNb2RhbFJlZiwgTW9kYWxTaXplLCBNb2RhbFR5cGUgfSBmcm9tICcuL21vZGVscyc7XG5cbkBJbmplY3RhYmxlKHsgcHJvdmlkZWRJbjogJ3Jvb3QnIH0pXG5leHBvcnQgY2xhc3MgTW9kYWxTZXJ2aWNlIHtcbiAgcHJpdmF0ZSByZWFkb25seSBjb25maWcgPSBpbmplY3RNb2RhbENvbmZpZygpO1xuICBwcml2YXRlIHJlYWRvbmx5IG9wZW5Nb2RhbHMgPSBuZXcgUXVldWU8TW9kYWxSZWY+KCk7XG4gIHByaXZhdGUgcmVhZG9ubHkgaW5qZWN0b3IgPSBnZXRJbmplY3RvcigpO1xuICBwcml2YXRlIHJlYWRvbmx5IGR5bmFtaWNWaWV3U2VydmljZSA9IGluamVjdChEeW5hbWljVmlld1NlcnZpY2UpO1xuXG4gIHB1YmxpYyByZWFkb25seSBvcGVuTW9kYWxzJCA9IHRoaXMub3Blbk1vZGFscy52YWx1ZSQ7XG5cbiAgY29uc3RydWN0b3IobG9jYXRpb246IExvY2F0aW9uKSB7XG4gICAgbG9jYXRpb24ub25VcmxDaGFuZ2UoKCkgPT4ge1xuICAgICAgZm9yIChjb25zdCBtb2RhbFJlZiBvZiB0aGlzLm9wZW5Nb2RhbHMudG9BcnJheSgpKSB7XG4gICAgICAgIGlmIChtb2RhbFJlZi5vcHRpb25zLmRpc21pc3NPbk5hdmlnYXRpb24pIHtcbiAgICAgICAgICBtb2RhbFJlZi5kZXN0cm95KCk7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9KTtcbiAgfVxuXG4gIHB1YmxpYyBkaXNtaXNzQWxsKCk6IHZvaWQge1xuICAgIGZvciAoY29uc3QgbW9kYWxSZWYgb2YgdGhpcy5vcGVuTW9kYWxzLnRvQXJyYXkoKSkge1xuICAgICAgbW9kYWxSZWYuZGlzbWlzcygpO1xuICAgIH1cbiAgfVxuXG4gIHB1YmxpYyBnZXRNb2RhbEJ5SWQ8RGF0YSA9IHVua25vd24sIFJlc3VsdCA9IHVua25vd24+KGlkOiBNb2RhbE9wdGlvbnNbJ2lkJ10pOiBNb2RhbFJlZjxEYXRhLCBSZXN1bHQ+IHwgbnVsbCB7XG4gICAgcmV0dXJuIHRoaXMub3Blbk1vZGFscy5nZXQoaWQpIGFzIE1vZGFsUmVmPERhdGEsIFJlc3VsdD47XG4gIH1cblxuICBwdWJsaWMgY3JlYXRlPERhdGEgZXh0ZW5kcyBCYXNpY01vZGFsT3B0aW9ucywgUmVzdWx0ID0gR2V0TW9kYWxBY3Rpb25EYXRhPERhdGE+Pihtb2RhbDogRGF0YSwgb3B0aW9ucz86IFBhcnRpYWw8TW9kYWxPcHRpb25zPERhdGE+Pik6IE1vZGFsUmVmPERhdGEsIFJlc3VsdD47XG4gIHB1YmxpYyBjcmVhdGUobW9kYWw6IEJhc2ljTW9kYWxPcHRpb25zLCBvcHRpb25zPzogTW9kYWxPcHRpb25zKTogTW9kYWxSZWYge1xuICAgIHJldHVybiB0aGlzLm9wZW4oQmFzaWNNb2RhbENvbXBvbmVudCwge1xuICAgICAgZGF0YTogbW9kYWwsXG4gICAgICBzaXplOiBNb2RhbFNpemUuU01BTEwsXG4gICAgICAuLi5vcHRpb25zLFxuICAgIH0pO1xuICB9XG5cbiAgcHVibGljIG9wZW48RGF0YSwgUmVzdWx0LCBUPihjb250ZW50OiBUZW1wbGF0ZVJlZjxUPiwgb3B0aW9ucz86IFBhcnRpYWw8TW9kYWxPcHRpb25zPERhdGE+Pik6IE1vZGFsUmVmPERhdGEsIFJlc3VsdD47XG4gIHB1YmxpYyBvcGVuPERhdGEsIFJlc3VsdCwgVCA9IHVua25vd24+KGNvbnRlbnQ6IE1vZGFsVHlwZTxULCBEYXRhLCBSZXN1bHQ+LCBvcHRpb25zPzogUGFydGlhbDxNb2RhbE9wdGlvbnM8RGF0YT4+KTogTW9kYWxSZWY8RGF0YSwgUmVzdWx0PjtcbiAgcHVibGljIG9wZW4oY29udGVudDogTW9kYWxUeXBlPHVua25vd24+IHwgVGVtcGxhdGVSZWY8dW5rbm93bj4sIG9wdGlvbnM/OiBQYXJ0aWFsPE1vZGFsT3B0aW9ucz4pOiBNb2RhbFJlZiB7XG4gICAgY29uc3QgbWVyZ2VkT3B0aW9ucyA9IGRlZXBtZXJnZSh0aGlzLmNvbmZpZywgeyBpZDogZ2V0VW5pcXVlSWQoJ29keC1tb2RhbCcpIH0sIG9wdGlvbnMgPz8ge30pIGFzIE1vZGFsT3B0aW9ucztcbiAgICBpZiAodGhpcy5nZXRNb2RhbEJ5SWQobWVyZ2VkT3B0aW9ucy5pZCkpIHtcbiAgICAgIHRocm93IEVycm9yKGBNb2RhbCB3aXRoIElEICR7bWVyZ2VkT3B0aW9ucy5pZH0gYWxyZWFkeSBvcGVuYCk7XG4gICAgfVxuICAgIGNvbnN0IG1vZGFsUmVmID0gbmV3IE1vZGFsUmVmKG1lcmdlZE9wdGlvbnMsIChyZWYpID0+IHRoaXMub3Blbk1vZGFscy5pc0ZpcnN0KHJlZikpO1xuICAgIHRoaXMuYXR0YWNoTW9kYWwobW9kYWxSZWYsIGNvbnRlbnQpO1xuICAgIHRoaXMub3Blbk1vZGFscy5hZGQobW9kYWxSZWYpO1xuXG4gICAgcmV0dXJuIG1vZGFsUmVmO1xuICB9XG4gIHByaXZhdGUgYXR0YWNoTW9kYWwobW9kYWxSZWY6IE1vZGFsUmVmLCBjb250ZW50OiBFeGNsdWRlPER5bmFtaWNDb250ZW50LCBEeW5hbWljVGV4dENvbnRlbnQ+KTogdm9pZCB7XG4gICAgY29uc3Qgdmlld1JlZiA9IHRoaXMuZHluYW1pY1ZpZXdTZXJ2aWNlLmNyZWF0ZVZpZXcoTW9kYWxDb21wb25lbnQsIHtcbiAgICAgIGNvbnRleHQ6IHsgY29udGVudCB9LFxuICAgICAgaW5qZWN0b3I6IEluamVjdG9yLmNyZWF0ZSh7XG4gICAgICAgIHByb3ZpZGVyczogW3Byb3ZpZGVNb2RhbFJlZihtb2RhbFJlZildLFxuICAgICAgICBwYXJlbnQ6IHRoaXMuaW5qZWN0b3IsXG4gICAgICB9KSxcbiAgICAgIGhvc3Q6IG1vZGFsUmVmLm9wdGlvbnMuaG9zdCxcbiAgICB9KTtcbiAgICBjb25zdCBvbkRlc3Ryb3kgPSAoKSA9PiB7XG4gICAgICB2aWV3UmVmLmRlc3Ryb3koKTtcbiAgICAgIGRlZmVyRm4oKCkgPT4gdGhpcy5vcGVuTW9kYWxzLnJlbW92ZShtb2RhbFJlZikpO1xuICAgIH07XG5cbiAgICBtb2RhbFJlZi5vbkRlc3Ryb3kkLnBpcGUoZmluYWxpemUob25EZXN0cm95KSkuc3Vic2NyaWJlKCk7XG4gIH1cbn1cbiJdfQ==
@@ -9,13 +9,13 @@ let NavigationBackComponent = class NavigationBackComponent {
9
9
  this.element = injectElement();
10
10
  }
11
11
  };
12
- NavigationBackComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NavigationBackComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
- NavigationBackComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: NavigationBackComponent, isStandalone: true, selector: "button[odxNavigationBack], a[odxNavigationBack]", ngImport: i0, template: "<odx-icon name=\"arrow-left\" iconSet=\"core\"></odx-icon>\n", dependencies: [{ kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
12
+ NavigationBackComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NavigationBackComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
+ NavigationBackComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: NavigationBackComponent, isStandalone: true, selector: "button[odxNavigationBack], a[odxNavigationBack]", ngImport: i0, template: "<odx-icon name=\"arrow-left\" iconSet=\"core\"></odx-icon>\n", dependencies: [{ kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
14
14
  NavigationBackComponent = __decorate([
15
15
  CSSComponent('navigation-back')
16
16
  ], NavigationBackComponent);
17
17
  export { NavigationBackComponent };
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: NavigationBackComponent, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NavigationBackComponent, decorators: [{
19
19
  type: Component,
20
20
  args: [{ standalone: true, selector: 'button[odxNavigationBack], a[odxNavigationBack]', imports: [IconComponent], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<odx-icon name=\"arrow-left\" iconSet=\"core\"></odx-icon>\n" }]
21
21
  }] });
@@ -27,8 +27,8 @@ let ProgressComponent = class ProgressComponent {
27
27
  return this._value;
28
28
  }
29
29
  };
30
- ProgressComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
31
- ProgressComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: ProgressComponent, isStandalone: true, selector: "odx-progress", inputs: { value: "value" }, host: { properties: { "attr.aria-valuenow": "ariaValueNow", "attr.aria-valuemax": "100", "attr.aria-valuemin": "0", "attr.role": "\"meter\"" } }, ngImport: i0, template: "<div class=\"odx-progress__indicator\" style=\"transform: scaleX({{ progressValue }})\"></div>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
30
+ ProgressComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
31
+ ProgressComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: ProgressComponent, isStandalone: true, selector: "odx-progress", inputs: { value: "value" }, host: { properties: { "attr.aria-valuenow": "ariaValueNow", "attr.aria-valuemax": "100", "attr.aria-valuemin": "0", "attr.role": "\"meter\"" } }, ngImport: i0, template: "<div class=\"odx-progress__indicator\" style=\"transform: scaleX({{ progressValue }})\"></div>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
32
32
  __decorate([
33
33
  CSSModifier(),
34
34
  __metadata("design:type", Object)
@@ -37,7 +37,7 @@ ProgressComponent = __decorate([
37
37
  CSSComponent('progress')
38
38
  ], ProgressComponent);
39
39
  export { ProgressComponent };
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ProgressComponent, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ProgressComponent, decorators: [{
41
41
  type: Component,
42
42
  args: [{ selector: 'odx-progress', standalone: true, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
43
43
  '[attr.aria-valuenow]': 'ariaValueNow',
@@ -20,8 +20,8 @@ let RadioButtonComponent = class RadioButtonComponent extends RadioControlDirect
20
20
  this.withLabel = !!this.contentElement.nativeElement.textContent?.trim();
21
21
  }
22
22
  };
23
- RadioButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RadioButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
24
- RadioButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: RadioButtonComponent, isStandalone: true, selector: "odx-radio-button", providers: [DisabledController.connect(), ReadonlyController.connect()], viewQueries: [{ propertyName: "contentElement", first: true, predicate: ["content"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<label class=\"odx-radio-button__label\">\n <input\n class=\"odx-radio-button__input\"\n type=\"radio\"\n [attr.aria-checked]=\"ariaChecked\"\n [attr.aria-invalid]=\"radioGroupControl.hasError || null\"\n [attr.aria-readonly]=\"readonlyController?.readonly || null\"\n [attr.aria-required]=\"radioGroupControl.isRequired || null\"\n [checked]=\"isActive\"\n [disabled]=\"disabledController?.disabled || readonlyController?.readonly\"\n [name]=\"radioGroupControl.name\"\n [readonly]=\"readonlyController?.readonly\"\n [required]=\"radioGroupControl.isRequired\"\n [value]=\"value\"\n (change)=\"radioGroupControl.updateValue(value)\"\n />\n <div class=\"odx-radio-button__indicator\"></div>\n <div class=\"odx-radio-button__content\" [cdkObserveContentDisabled]=\"disabledController?.disabled\" (cdkObserveContent)=\"onContentChange()\" #content>\n <ng-content></ng-content>\n </div>\n</label>\n", dependencies: [{ kind: "ngmodule", type: ObserversModule }, { kind: "directive", type: i1.CdkObserveContent, selector: "[cdkObserveContent]", inputs: ["cdkObserveContentDisabled", "debounce"], outputs: ["cdkObserveContent"], exportAs: ["cdkObserveContent"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
23
+ RadioButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RadioButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
24
+ RadioButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: RadioButtonComponent, isStandalone: true, selector: "odx-radio-button", providers: [DisabledController.connect(), ReadonlyController.connect()], viewQueries: [{ propertyName: "contentElement", first: true, predicate: ["content"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<label class=\"odx-radio-button__label\">\n <input\n class=\"odx-radio-button__input\"\n type=\"radio\"\n [attr.aria-checked]=\"ariaChecked\"\n [attr.aria-invalid]=\"radioGroupControl.hasError || null\"\n [attr.aria-readonly]=\"readonlyController?.readonly || null\"\n [attr.aria-required]=\"radioGroupControl.isRequired || null\"\n [checked]=\"isActive\"\n [disabled]=\"disabledController?.disabled || readonlyController?.readonly\"\n [name]=\"radioGroupControl.name\"\n [readonly]=\"readonlyController?.readonly\"\n [required]=\"radioGroupControl.isRequired\"\n [value]=\"value\"\n (change)=\"radioGroupControl.updateValue(value)\"\n />\n <div class=\"odx-radio-button__indicator\"></div>\n <div class=\"odx-radio-button__content\" [cdkObserveContentDisabled]=\"disabledController?.disabled\" (cdkObserveContent)=\"onContentChange()\" #content>\n <ng-content></ng-content>\n </div>\n</label>\n", dependencies: [{ kind: "ngmodule", type: ObserversModule }, { kind: "directive", type: i1.CdkObserveContent, selector: "[cdkObserveContent]", inputs: ["cdkObserveContentDisabled", "debounce"], outputs: ["cdkObserveContent"], exportAs: ["cdkObserveContent"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
25
25
  __decorate([
26
26
  CSSModifier(),
27
27
  __metadata("design:type", Object)
@@ -30,7 +30,7 @@ RadioButtonComponent = __decorate([
30
30
  CSSComponent('radio-button')
31
31
  ], RadioButtonComponent);
32
32
  export { RadioButtonComponent };
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RadioButtonComponent, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RadioButtonComponent, decorators: [{
34
34
  type: Component,
35
35
  args: [{ standalone: true, selector: 'odx-radio-button', imports: [ObserversModule], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [DisabledController.connect(), ReadonlyController.connect()], template: "<label class=\"odx-radio-button__label\">\n <input\n class=\"odx-radio-button__input\"\n type=\"radio\"\n [attr.aria-checked]=\"ariaChecked\"\n [attr.aria-invalid]=\"radioGroupControl.hasError || null\"\n [attr.aria-readonly]=\"readonlyController?.readonly || null\"\n [attr.aria-required]=\"radioGroupControl.isRequired || null\"\n [checked]=\"isActive\"\n [disabled]=\"disabledController?.disabled || readonlyController?.readonly\"\n [name]=\"radioGroupControl.name\"\n [readonly]=\"readonlyController?.readonly\"\n [required]=\"radioGroupControl.isRequired\"\n [value]=\"value\"\n (change)=\"radioGroupControl.updateValue(value)\"\n />\n <div class=\"odx-radio-button__indicator\"></div>\n <div class=\"odx-radio-button__content\" [cdkObserveContentDisabled]=\"disabledController?.disabled\" (cdkObserveContent)=\"onContentChange()\" #content>\n <ng-content></ng-content>\n </div>\n</label>\n" }]
36
36
  }], propDecorators: { withLabel: [], contentElement: [{
@@ -13,8 +13,8 @@ let RadioGroupComponent = RadioGroupComponent_1 = class RadioGroupComponent exte
13
13
  this.horizontal = false;
14
14
  }
15
15
  };
16
- RadioGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RadioGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
17
- RadioGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: RadioGroupComponent, isStandalone: true, selector: "odx-radio-group", inputs: { horizontal: "horizontal" }, providers: [
16
+ RadioGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RadioGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
17
+ RadioGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: RadioGroupComponent, isStandalone: true, selector: "odx-radio-group", inputs: { horizontal: "horizontal" }, providers: [
18
18
  {
19
19
  provide: RADIO_GROUP_CONTROL,
20
20
  useExisting: forwardRef(() => RadioGroupComponent_1),
@@ -31,7 +31,7 @@ RadioGroupComponent = RadioGroupComponent_1 = __decorate([
31
31
  CSSComponent('radio-group')
32
32
  ], RadioGroupComponent);
33
33
  export { RadioGroupComponent };
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RadioGroupComponent, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RadioGroupComponent, decorators: [{
35
35
  type: Component,
36
36
  args: [{ standalone: true, selector: 'odx-radio-group', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [
37
37
  {
@@ -6,10 +6,10 @@ import * as i0 from "@angular/core";
6
6
  const modules = [RadioGroupComponent, RadioButtonComponent];
7
7
  export class RadioGroupModule {
8
8
  }
9
- RadioGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RadioGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- RadioGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: RadioGroupModule, imports: [RadioGroupComponent, RadioButtonComponent], exports: [CoreModule, RadioGroupComponent, RadioButtonComponent] });
11
- RadioGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RadioGroupModule, imports: [modules, CoreModule] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RadioGroupModule, decorators: [{
9
+ RadioGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RadioGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ RadioGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RadioGroupModule, imports: [RadioGroupComponent, RadioButtonComponent], exports: [CoreModule, RadioGroupComponent, RadioButtonComponent] });
11
+ RadioGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RadioGroupModule, imports: [modules, CoreModule] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RadioGroupModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: modules,
@@ -15,8 +15,8 @@ let RailNavigationItemComponent = class RailNavigationItemComponent {
15
15
  this.isSelected = false;
16
16
  }
17
17
  };
18
- RailNavigationItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RailNavigationItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
19
- RailNavigationItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: RailNavigationItemComponent, isStandalone: true, selector: "a[odxRailNavigationItem][iconName], button[odxRailNavigationItem][iconName]", inputs: { isSelected: "isSelected", iconName: "iconName" }, host: { properties: { "class.is-selected": "isSelected || routerLinkActive?.isActive" } }, hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }], ngImport: i0, template: "<odx-icon [name]=\"iconName\" iconSet=\"core\" size=\"large\"></odx-icon>\n<span class=\"odx-rail-navigation-item__container\">\n <ng-content></ng-content>\n</span>\n", dependencies: [{ kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
18
+ RailNavigationItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RailNavigationItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
19
+ RailNavigationItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: RailNavigationItemComponent, isStandalone: true, selector: "a[odxRailNavigationItem][iconName], button[odxRailNavigationItem][iconName]", inputs: { isSelected: "isSelected", iconName: "iconName" }, host: { properties: { "class.is-selected": "isSelected || routerLinkActive?.isActive" } }, hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }], ngImport: i0, template: "<odx-icon [name]=\"iconName\" iconSet=\"core\" size=\"large\"></odx-icon>\n<span class=\"odx-rail-navigation-item__container\">\n <ng-content></ng-content>\n</span>\n", dependencies: [{ kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name", "iconSet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
20
20
  __decorate([
21
21
  Transform(coerceBooleanProperty),
22
22
  __metadata("design:type", Object)
@@ -25,7 +25,7 @@ RailNavigationItemComponent = __decorate([
25
25
  CSSComponent('rail-navigation-item')
26
26
  ], RailNavigationItemComponent);
27
27
  export { RailNavigationItemComponent };
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RailNavigationItemComponent, decorators: [{
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RailNavigationItemComponent, decorators: [{
29
29
  type: Component,
30
30
  args: [{ standalone: true, selector: 'a[odxRailNavigationItem][iconName], button[odxRailNavigationItem][iconName]', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [IconComponent], hostDirectives: [WithDisabledState, WithTabIndex], host: {
31
31
  '[class.is-selected]': 'isSelected || routerLinkActive?.isActive',
@@ -24,8 +24,8 @@ let RailNavigationComponent = class RailNavigationComponent {
24
24
  this.isOpenChange.emit(this.isOpen);
25
25
  }
26
26
  };
27
- RailNavigationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RailNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
28
- RailNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: RailNavigationComponent, isStandalone: true, selector: "odx-rail-navigation", inputs: { isOpen: "isOpen" }, outputs: { isOpenChange: "isOpenChange" }, host: { properties: { "class.is-open": "isOpen" } }, ngImport: i0, template: "<nav class=\"odx-rail-navigation__content\">\n <ng-content selector=\"a[odxRailNavigationItem], button[odxRailNavigationItem]\"></ng-content>\n</nav>\n<button odxRailNavigationItem class=\"odx-rail-navigation__expand\" iconName=\"chevron-right\" (click)=\"toggle()\"></button>\n", dependencies: [{ kind: "component", type: RailNavigationItemComponent, selector: "a[odxRailNavigationItem][iconName], button[odxRailNavigationItem][iconName]", inputs: ["isSelected", "iconName"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
27
+ RailNavigationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RailNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
28
+ RailNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: RailNavigationComponent, isStandalone: true, selector: "odx-rail-navigation", inputs: { isOpen: "isOpen" }, outputs: { isOpenChange: "isOpenChange" }, host: { properties: { "class.is-open": "isOpen" } }, ngImport: i0, template: "<nav class=\"odx-rail-navigation__content\">\n <ng-content selector=\"a[odxRailNavigationItem], button[odxRailNavigationItem]\"></ng-content>\n</nav>\n<button odxRailNavigationItem class=\"odx-rail-navigation__expand\" iconName=\"chevron-right\" (click)=\"toggle()\"></button>\n", dependencies: [{ kind: "component", type: RailNavigationItemComponent, selector: "a[odxRailNavigationItem][iconName], button[odxRailNavigationItem][iconName]", inputs: ["isSelected", "iconName"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
29
29
  __decorate([
30
30
  Transform(coerceBooleanProperty),
31
31
  __metadata("design:type", Object)
@@ -34,7 +34,7 @@ RailNavigationComponent = __decorate([
34
34
  CSSComponent('rail-navigation')
35
35
  ], RailNavigationComponent);
36
36
  export { RailNavigationComponent };
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RailNavigationComponent, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RailNavigationComponent, decorators: [{
38
38
  type: Component,
39
39
  args: [{ standalone: true, selector: 'odx-rail-navigation', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [RailNavigationItemComponent], host: {
40
40
  '[class.is-open]': 'isOpen',
@@ -6,10 +6,10 @@ import * as i0 from "@angular/core";
6
6
  const modules = [RailNavigationComponent, RailNavigationItemComponent];
7
7
  export class RailNavigationModule {
8
8
  }
9
- RailNavigationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RailNavigationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- RailNavigationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: RailNavigationModule, imports: [RailNavigationComponent, RailNavigationItemComponent], exports: [RailNavigationComponent, RailNavigationItemComponent, CoreModule] });
11
- RailNavigationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RailNavigationModule, imports: [modules, CoreModule] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RailNavigationModule, decorators: [{
9
+ RailNavigationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RailNavigationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ RailNavigationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RailNavigationModule, imports: [RailNavigationComponent, RailNavigationItemComponent], exports: [RailNavigationComponent, RailNavigationItemComponent, CoreModule] });
11
+ RailNavigationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RailNavigationModule, imports: [modules, CoreModule] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RailNavigationModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: modules,
@@ -63,8 +63,8 @@ let OptionComponent = class OptionComponent {
63
63
  this.selectControl.selectOption(this);
64
64
  }
65
65
  };
66
- OptionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: OptionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
67
- OptionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: OptionComponent, isStandalone: true, selector: "odx-option", inputs: { value: "value", notFoundMessage: "notFoundMessage" }, host: { attributes: { "role": "option" }, listeners: { "click": "select($event)" }, properties: { "attr.aria-selected": "isSelected", "attr.aria-disabled": "disabled || null", "class.is-disabled": "disabled", "class.is-selected": "isSelected", "class.is-active": "isActive" } }, providers: [DisabledController.connect()], ngImport: i0, template: "<odx-checkbox [checked]=\"isSelected\" *ngIf=\"selectControl.multiple && !notFoundMessage; else single\">\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n</odx-checkbox>\n\n<ng-template #single>\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n</ng-template>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: CheckboxComponent, selector: "odx-checkbox", inputs: ["indeterminate"], outputs: ["indeterminateChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
66
+ OptionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OptionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
67
+ OptionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: OptionComponent, isStandalone: true, selector: "odx-option", inputs: { value: "value", notFoundMessage: "notFoundMessage" }, host: { attributes: { "role": "option" }, listeners: { "click": "select($event)" }, properties: { "attr.aria-selected": "isSelected", "attr.aria-disabled": "disabled || null", "class.is-disabled": "disabled", "class.is-selected": "isSelected", "class.is-active": "isActive" } }, providers: [DisabledController.connect()], ngImport: i0, template: "<odx-checkbox [checked]=\"isSelected\" *ngIf=\"selectControl.multiple && !notFoundMessage; else single\">\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n</odx-checkbox>\n\n<ng-template #single>\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n</ng-template>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: CheckboxComponent, selector: "odx-checkbox", inputs: ["indeterminate"], outputs: ["indeterminateChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
68
68
  __decorate([
69
69
  Transform(coerceBooleanProperty),
70
70
  __metadata("design:type", Object)
@@ -74,7 +74,7 @@ OptionComponent = __decorate([
74
74
  __metadata("design:paramtypes", [])
75
75
  ], OptionComponent);
76
76
  export { OptionComponent };
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: OptionComponent, decorators: [{
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OptionComponent, decorators: [{
78
78
  type: Component,
79
79
  args: [{ standalone: true, selector: 'odx-option', imports: [CoreModule, DynamicViewDirective, CheckboxComponent], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [DisabledController.connect()], host: {
80
80
  '[attr.aria-selected]': 'isSelected',