@odx/angular 1.0.0-rc.11 → 1.0.0-rc.12

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 (278) hide show
  1. package/cdk/a11y/lib/directives/list-focus-manager-option.directive.d.ts +1 -2
  2. package/cdk/dynamic-view/lib/models/dynamic-component-ref.d.ts +1 -0
  3. package/components/action-group/action-group.component.d.ts +1 -1
  4. package/components/header/lib/header.component.d.ts +1 -1
  5. package/components/loading-spinner/lib/loading-spinner.directive.d.ts +3 -1
  6. package/components/main-menu/lib/directives/main-menu-item.directive.d.ts +2 -0
  7. package/components/menu/lib/directives/menu-item.directive.d.ts +1 -2
  8. package/esm2020/cdk/a11y/lib/a11y.module.mjs +4 -4
  9. package/esm2020/cdk/a11y/lib/directives/interactive.directive.mjs +3 -3
  10. package/esm2020/cdk/a11y/lib/directives/list-focus-manager-option.directive.mjs +5 -7
  11. package/esm2020/cdk/a11y/lib/directives/list-focus-manager.directive.mjs +3 -3
  12. package/esm2020/cdk/active-indicator/lib/active-indicator.directive.mjs +3 -3
  13. package/esm2020/cdk/checkbox-control/lib/checkbox-control.directive.mjs +3 -3
  14. package/esm2020/cdk/connected-overlay/lib/connected-overlay.component.mjs +3 -3
  15. package/esm2020/cdk/connected-overlay/lib/connected-overlay.service.mjs +3 -3
  16. package/esm2020/cdk/custom-form-control/lib/control.directive.mjs +3 -3
  17. package/esm2020/cdk/custom-form-control/lib/custom-form-control.mjs +3 -3
  18. package/esm2020/cdk/dynamic-view/lib/dynamic-view.component.mjs +3 -3
  19. package/esm2020/cdk/dynamic-view/lib/dynamic-view.directive.mjs +3 -3
  20. package/esm2020/cdk/dynamic-view/lib/dynamic-view.service.mjs +3 -3
  21. package/esm2020/cdk/dynamic-view/lib/models/dynamic-component-ref.mjs +14 -3
  22. package/esm2020/cdk/expandable/lib/directives/expandable-item.directive.mjs +3 -3
  23. package/esm2020/cdk/expandable/lib/directives/extandable-container.directive.mjs +3 -3
  24. package/esm2020/cdk/expandable/lib/expandable.module.mjs +4 -4
  25. package/esm2020/cdk/radio-group-control/lib/radio-control.directive.mjs +3 -3
  26. package/esm2020/cdk/radio-group-control/lib/radio-group-control.directive.mjs +7 -7
  27. package/esm2020/cdk/radio-group-control/lib/radio-group-control.module.mjs +4 -4
  28. package/esm2020/components/accordion/lib/accordion.component.mjs +6 -6
  29. package/esm2020/components/accordion/lib/accordion.module.mjs +4 -4
  30. package/esm2020/components/accordion/lib/components/accordion-item/accordion-item.component.mjs +3 -3
  31. package/esm2020/components/accordion/lib/directives/accordion-item-title.mjs +3 -3
  32. package/esm2020/components/action-group/action-group.component.mjs +5 -5
  33. package/esm2020/components/area-header/area-header.component.mjs +3 -3
  34. package/esm2020/components/area-header/area-header.module.mjs +4 -4
  35. package/esm2020/components/area-header/directives/area-header-content.directive.mjs +3 -3
  36. package/esm2020/components/area-header/directives/area-header-subtitle.directive.mjs +3 -3
  37. package/esm2020/components/avatar/lib/avatar.component.mjs +3 -3
  38. package/esm2020/components/badge/lib/badge.component.mjs +3 -3
  39. package/esm2020/components/badge/lib/badge.directive.mjs +3 -3
  40. package/esm2020/components/bar/lib/bar.component.mjs +3 -3
  41. package/esm2020/components/bar/lib/bar.module.mjs +4 -4
  42. package/esm2020/components/bar/lib/directives/bar-button.directive.mjs +3 -3
  43. package/esm2020/components/bar/lib/directives/bar-label.directive.mjs +3 -3
  44. package/esm2020/components/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
  45. package/esm2020/components/button/lib/button.component.mjs +3 -3
  46. package/esm2020/components/button-group/lib/button-group.component.mjs +3 -3
  47. package/esm2020/components/checkbox/lib/checkbox.component.mjs +3 -3
  48. package/esm2020/components/checkbox/lib/checkbox.module.mjs +4 -4
  49. package/esm2020/components/checkbox/lib/checkbox.validator.mjs +3 -3
  50. package/esm2020/components/chip/lib/chip.component.mjs +3 -3
  51. package/esm2020/components/circular-progress/lib/circular-progress.component.mjs +3 -3
  52. package/esm2020/components/content-box/lib/content-box.component.mjs +3 -3
  53. package/esm2020/components/content-box/lib/content-box.module.mjs +4 -4
  54. package/esm2020/components/content-box/lib/directives/content-box-footer-directive.mjs +3 -3
  55. package/esm2020/components/content-box/lib/directives/content-box-header-directive.mjs +3 -3
  56. package/esm2020/components/dropdown/lib/dropdown.component.mjs +3 -3
  57. package/esm2020/components/dropdown/lib/dropdown.directive.mjs +3 -3
  58. package/esm2020/components/dropdown/lib/dropdown.module.mjs +4 -4
  59. package/esm2020/components/form-field/lib/components/form-field-info/form-field-info.component.mjs +3 -3
  60. package/esm2020/components/form-field/lib/components/form-group/form-group.component.mjs +3 -3
  61. package/esm2020/components/form-field/lib/directives/form-field-control.directive.mjs +3 -3
  62. package/esm2020/components/form-field/lib/directives/form-field-error.directive.mjs +3 -3
  63. package/esm2020/components/form-field/lib/directives/form-field-hint.directive.mjs +3 -3
  64. package/esm2020/components/form-field/lib/directives/form-field-label.directive.mjs +3 -3
  65. package/esm2020/components/form-field/lib/directives/form.directive.mjs +3 -3
  66. package/esm2020/components/form-field/lib/form-field.component.mjs +3 -3
  67. package/esm2020/components/form-field/lib/form-field.module.mjs +4 -4
  68. package/esm2020/components/form-field/lib/form-field.service.mjs +3 -3
  69. package/esm2020/components/form-field/lib/services/form-field-error.service.mjs +3 -3
  70. package/esm2020/components/header/lib/directives/header-avatar.directive.mjs +3 -3
  71. package/esm2020/components/header/lib/directives/header-title.directive.mjs +3 -3
  72. package/esm2020/components/header/lib/header.component.mjs +5 -5
  73. package/esm2020/components/header/lib/header.module.mjs +4 -4
  74. package/esm2020/components/icon/lib/icon.component.mjs +3 -3
  75. package/esm2020/components/inline-message/lib/inline-message.component.mjs +3 -3
  76. package/esm2020/components/launch-tile/lib/components/launch-tile-footer/launch-tile-footer.component.mjs +3 -3
  77. package/esm2020/components/launch-tile/lib/components/launch-tile-subtitle/launch-tile-subtitle.component.mjs +3 -3
  78. package/esm2020/components/launch-tile/lib/launch-tile.component.mjs +3 -3
  79. package/esm2020/components/launch-tile/lib/launch-tile.module.mjs +4 -4
  80. package/esm2020/components/link/link.directive.mjs +3 -3
  81. package/esm2020/components/list/lib/components/list-item/list-item.component.mjs +3 -3
  82. package/esm2020/components/list/lib/list.component.mjs +3 -3
  83. package/esm2020/components/list/lib/list.module.mjs +4 -4
  84. package/esm2020/components/loading-spinner/lib/loading-spinner.component.mjs +3 -3
  85. package/esm2020/components/loading-spinner/lib/loading-spinner.directive.mjs +10 -6
  86. package/esm2020/components/loading-spinner/lib/loading-spinner.module.mjs +4 -4
  87. package/esm2020/components/logo/logo.directive.mjs +3 -3
  88. package/esm2020/components/main-menu/lib/directives/main-menu-button.directive.mjs +3 -3
  89. package/esm2020/components/main-menu/lib/directives/main-menu-item.directive.mjs +13 -5
  90. package/esm2020/components/main-menu/lib/main-menu.component.mjs +3 -3
  91. package/esm2020/components/main-menu/lib/main-menu.module.mjs +4 -4
  92. package/esm2020/components/main-menu/lib/main-menu.service.mjs +3 -3
  93. package/esm2020/components/menu/lib/directives/menu-item.directive.mjs +5 -7
  94. package/esm2020/components/menu/lib/menu.component.mjs +3 -3
  95. package/esm2020/components/menu/lib/menu.directive.mjs +3 -3
  96. package/esm2020/components/menu/lib/menu.module.mjs +4 -4
  97. package/esm2020/components/modal/lib/components/basic-modal/basic-modal.component.mjs +3 -3
  98. package/esm2020/components/modal/lib/components/modal-footer/modal-footer.component.mjs +3 -3
  99. package/esm2020/components/modal/lib/components/modal-header/modal-header.component.mjs +3 -3
  100. package/esm2020/components/modal/lib/components/modal-hero/modal-hero.component.mjs +3 -3
  101. package/esm2020/components/modal/lib/directives/modal-close.directive.mjs +3 -3
  102. package/esm2020/components/modal/lib/directives/modal-content.directive.mjs +3 -3
  103. package/esm2020/components/modal/lib/directives/modal-dismiss.directive.mjs +3 -3
  104. package/esm2020/components/modal/lib/modal.component.mjs +5 -5
  105. package/esm2020/components/modal/lib/modal.directive.mjs +3 -3
  106. package/esm2020/components/modal/lib/modal.module.mjs +4 -4
  107. package/esm2020/components/modal/lib/modal.service.mjs +3 -3
  108. package/esm2020/components/progress/lib/progress.component.mjs +3 -3
  109. package/esm2020/components/radio-group/lib/components/radio-button/radio-button.component.mjs +3 -3
  110. package/esm2020/components/radio-group/lib/radio-group.component.mjs +7 -7
  111. package/esm2020/components/radio-group/lib/radio-group.module.mjs +4 -4
  112. package/esm2020/components/rail-navigation/lib/components/rail-navigation-item.component.mjs +3 -3
  113. package/esm2020/components/rail-navigation/lib/rail-navigation.component.mjs +3 -3
  114. package/esm2020/components/rail-navigation/lib/rail-navigation.module.mjs +4 -4
  115. package/esm2020/components/select/lib/components/option/option.component.mjs +3 -3
  116. package/esm2020/components/select/lib/directives/select-search-field.directive.mjs +3 -3
  117. package/esm2020/components/select/lib/pipes/select-search-filter.pipe.mjs +3 -3
  118. package/esm2020/components/select/lib/select.component.mjs +7 -7
  119. package/esm2020/components/select/lib/select.module.mjs +4 -4
  120. package/esm2020/components/slider/lib/slider.directive.mjs +3 -3
  121. package/esm2020/components/spinbox/lib/spinbox.component.mjs +3 -3
  122. package/esm2020/components/switch/lib/switch.component.mjs +3 -3
  123. package/esm2020/components/switch/lib/switch.module.mjs +4 -4
  124. package/esm2020/components/switch/lib/switch.validator.mjs +3 -3
  125. package/esm2020/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.mjs +3 -3
  126. package/esm2020/components/tab-bar/lib/tab-bar.component.mjs +6 -6
  127. package/esm2020/components/tab-bar/lib/tab-bar.module.mjs +4 -4
  128. package/esm2020/components/toast/lib/components/toast-container/toast-container.component.mjs +3 -3
  129. package/esm2020/components/toast/lib/components/toast-item/toast-item.component.mjs +3 -3
  130. package/esm2020/components/toast/lib/toast.module.mjs +4 -4
  131. package/esm2020/components/toast/lib/toast.service.mjs +3 -3
  132. package/esm2020/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.mjs +3 -3
  133. package/esm2020/components/toggle-button-group/lib/toggle-button-group.component.mjs +7 -7
  134. package/esm2020/components/toggle-button-group/lib/toggle-button-group.module.mjs +4 -4
  135. package/esm2020/components/tooltip/lib/tooltip.component.mjs +3 -3
  136. package/esm2020/components/tooltip/lib/tooltip.directive.mjs +3 -3
  137. package/esm2020/lib/controllers/controller.mjs +3 -3
  138. package/esm2020/lib/controllers/disabled.controller.mjs +3 -3
  139. package/esm2020/lib/controllers/readonly.controller.mjs +3 -3
  140. package/esm2020/lib/core.module.mjs +4 -4
  141. package/esm2020/lib/directives/click-outside.directive.mjs +3 -3
  142. package/esm2020/lib/directives/let.directive.mjs +3 -3
  143. package/esm2020/lib/directives/with-disabled-state.directive.mjs +3 -3
  144. package/esm2020/lib/directives/with-tabindex.directive.mjs +3 -3
  145. package/esm2020/lib/services/window-ref.mjs +9 -5
  146. package/esm2020/utils/lib/helpers/build-url.mjs +4 -0
  147. package/esm2020/utils/lib/helpers/event-manager.mjs +3 -3
  148. package/esm2020/utils/lib/helpers/index.mjs +2 -1
  149. package/fesm2015/odx-angular-cdk-a11y.mjs +13 -14
  150. package/fesm2015/odx-angular-cdk-a11y.mjs.map +1 -1
  151. package/fesm2015/odx-angular-cdk-active-indicator.mjs +3 -3
  152. package/fesm2015/odx-angular-cdk-checkbox-control.mjs +3 -3
  153. package/fesm2015/odx-angular-cdk-connected-overlay.mjs +6 -6
  154. package/fesm2015/odx-angular-cdk-custom-form-control.mjs +6 -6
  155. package/fesm2015/odx-angular-cdk-dynamic-view.mjs +22 -10
  156. package/fesm2015/odx-angular-cdk-dynamic-view.mjs.map +1 -1
  157. package/fesm2015/odx-angular-cdk-expandable.mjs +10 -10
  158. package/fesm2015/odx-angular-cdk-radio-group-control.mjs +13 -13
  159. package/fesm2015/odx-angular-cdk-radio-group-control.mjs.map +1 -1
  160. package/fesm2015/odx-angular-components-accordion.mjs +15 -15
  161. package/fesm2015/odx-angular-components-accordion.mjs.map +1 -1
  162. package/fesm2015/odx-angular-components-action-group.mjs +4 -4
  163. package/fesm2015/odx-angular-components-action-group.mjs.map +1 -1
  164. package/fesm2015/odx-angular-components-area-header.mjs +13 -13
  165. package/fesm2015/odx-angular-components-avatar.mjs +3 -3
  166. package/fesm2015/odx-angular-components-badge.mjs +6 -6
  167. package/fesm2015/odx-angular-components-bar.mjs +13 -13
  168. package/fesm2015/odx-angular-components-breadcrumbs.mjs +3 -3
  169. package/fesm2015/odx-angular-components-button-group.mjs +3 -3
  170. package/fesm2015/odx-angular-components-button.mjs +3 -3
  171. package/fesm2015/odx-angular-components-checkbox.mjs +10 -10
  172. package/fesm2015/odx-angular-components-chip.mjs +3 -3
  173. package/fesm2015/odx-angular-components-circular-progress.mjs +3 -3
  174. package/fesm2015/odx-angular-components-content-box.mjs +13 -13
  175. package/fesm2015/odx-angular-components-dropdown.mjs +10 -10
  176. package/fesm2015/odx-angular-components-form-field.mjs +34 -34
  177. package/fesm2015/odx-angular-components-header.mjs +14 -14
  178. package/fesm2015/odx-angular-components-header.mjs.map +1 -1
  179. package/fesm2015/odx-angular-components-icon.mjs +3 -3
  180. package/fesm2015/odx-angular-components-inline-message.mjs +3 -3
  181. package/fesm2015/odx-angular-components-launch-tile.mjs +13 -13
  182. package/fesm2015/odx-angular-components-link.mjs +3 -3
  183. package/fesm2015/odx-angular-components-list.mjs +10 -10
  184. package/fesm2015/odx-angular-components-loading-spinner.mjs +17 -12
  185. package/fesm2015/odx-angular-components-loading-spinner.mjs.map +1 -1
  186. package/fesm2015/odx-angular-components-logo.mjs +3 -3
  187. package/fesm2015/odx-angular-components-main-menu.mjs +56 -48
  188. package/fesm2015/odx-angular-components-main-menu.mjs.map +1 -1
  189. package/fesm2015/odx-angular-components-menu.mjs +16 -17
  190. package/fesm2015/odx-angular-components-menu.mjs.map +1 -1
  191. package/fesm2015/odx-angular-components-modal.mjs +35 -35
  192. package/fesm2015/odx-angular-components-modal.mjs.map +1 -1
  193. package/fesm2015/odx-angular-components-progress.mjs +3 -3
  194. package/fesm2015/odx-angular-components-radio-group.mjs +13 -13
  195. package/fesm2015/odx-angular-components-radio-group.mjs.map +1 -1
  196. package/fesm2015/odx-angular-components-rail-navigation.mjs +10 -10
  197. package/fesm2015/odx-angular-components-select.mjs +19 -19
  198. package/fesm2015/odx-angular-components-select.mjs.map +1 -1
  199. package/fesm2015/odx-angular-components-slider.mjs +3 -3
  200. package/fesm2015/odx-angular-components-spinbox.mjs +3 -3
  201. package/fesm2015/odx-angular-components-switch.mjs +10 -10
  202. package/fesm2015/odx-angular-components-tab-bar.mjs +12 -12
  203. package/fesm2015/odx-angular-components-tab-bar.mjs.map +1 -1
  204. package/fesm2015/odx-angular-components-toast.mjs +13 -13
  205. package/fesm2015/odx-angular-components-toggle-button-group.mjs +13 -13
  206. package/fesm2015/odx-angular-components-toggle-button-group.mjs.map +1 -1
  207. package/fesm2015/odx-angular-components-tooltip.mjs +6 -6
  208. package/fesm2015/odx-angular-utils.mjs +8 -4
  209. package/fesm2015/odx-angular-utils.mjs.map +1 -1
  210. package/fesm2015/odx-angular.mjs +34 -30
  211. package/fesm2015/odx-angular.mjs.map +1 -1
  212. package/fesm2020/odx-angular-cdk-a11y.mjs +13 -14
  213. package/fesm2020/odx-angular-cdk-a11y.mjs.map +1 -1
  214. package/fesm2020/odx-angular-cdk-active-indicator.mjs +3 -3
  215. package/fesm2020/odx-angular-cdk-checkbox-control.mjs +3 -3
  216. package/fesm2020/odx-angular-cdk-connected-overlay.mjs +6 -6
  217. package/fesm2020/odx-angular-cdk-custom-form-control.mjs +6 -6
  218. package/fesm2020/odx-angular-cdk-dynamic-view.mjs +21 -10
  219. package/fesm2020/odx-angular-cdk-dynamic-view.mjs.map +1 -1
  220. package/fesm2020/odx-angular-cdk-expandable.mjs +10 -10
  221. package/fesm2020/odx-angular-cdk-radio-group-control.mjs +13 -13
  222. package/fesm2020/odx-angular-cdk-radio-group-control.mjs.map +1 -1
  223. package/fesm2020/odx-angular-components-accordion.mjs +15 -15
  224. package/fesm2020/odx-angular-components-accordion.mjs.map +1 -1
  225. package/fesm2020/odx-angular-components-action-group.mjs +4 -4
  226. package/fesm2020/odx-angular-components-action-group.mjs.map +1 -1
  227. package/fesm2020/odx-angular-components-area-header.mjs +13 -13
  228. package/fesm2020/odx-angular-components-avatar.mjs +3 -3
  229. package/fesm2020/odx-angular-components-badge.mjs +6 -6
  230. package/fesm2020/odx-angular-components-bar.mjs +13 -13
  231. package/fesm2020/odx-angular-components-breadcrumbs.mjs +3 -3
  232. package/fesm2020/odx-angular-components-button-group.mjs +3 -3
  233. package/fesm2020/odx-angular-components-button.mjs +3 -3
  234. package/fesm2020/odx-angular-components-checkbox.mjs +10 -10
  235. package/fesm2020/odx-angular-components-chip.mjs +3 -3
  236. package/fesm2020/odx-angular-components-circular-progress.mjs +3 -3
  237. package/fesm2020/odx-angular-components-content-box.mjs +13 -13
  238. package/fesm2020/odx-angular-components-dropdown.mjs +10 -10
  239. package/fesm2020/odx-angular-components-form-field.mjs +34 -34
  240. package/fesm2020/odx-angular-components-header.mjs +14 -14
  241. package/fesm2020/odx-angular-components-header.mjs.map +1 -1
  242. package/fesm2020/odx-angular-components-icon.mjs +3 -3
  243. package/fesm2020/odx-angular-components-inline-message.mjs +3 -3
  244. package/fesm2020/odx-angular-components-launch-tile.mjs +13 -13
  245. package/fesm2020/odx-angular-components-link.mjs +3 -3
  246. package/fesm2020/odx-angular-components-list.mjs +10 -10
  247. package/fesm2020/odx-angular-components-loading-spinner.mjs +16 -12
  248. package/fesm2020/odx-angular-components-loading-spinner.mjs.map +1 -1
  249. package/fesm2020/odx-angular-components-logo.mjs +3 -3
  250. package/fesm2020/odx-angular-components-main-menu.mjs +55 -48
  251. package/fesm2020/odx-angular-components-main-menu.mjs.map +1 -1
  252. package/fesm2020/odx-angular-components-menu.mjs +16 -17
  253. package/fesm2020/odx-angular-components-menu.mjs.map +1 -1
  254. package/fesm2020/odx-angular-components-modal.mjs +35 -35
  255. package/fesm2020/odx-angular-components-modal.mjs.map +1 -1
  256. package/fesm2020/odx-angular-components-progress.mjs +3 -3
  257. package/fesm2020/odx-angular-components-radio-group.mjs +13 -13
  258. package/fesm2020/odx-angular-components-radio-group.mjs.map +1 -1
  259. package/fesm2020/odx-angular-components-rail-navigation.mjs +10 -10
  260. package/fesm2020/odx-angular-components-select.mjs +19 -19
  261. package/fesm2020/odx-angular-components-select.mjs.map +1 -1
  262. package/fesm2020/odx-angular-components-slider.mjs +3 -3
  263. package/fesm2020/odx-angular-components-spinbox.mjs +3 -3
  264. package/fesm2020/odx-angular-components-switch.mjs +10 -10
  265. package/fesm2020/odx-angular-components-tab-bar.mjs +12 -12
  266. package/fesm2020/odx-angular-components-tab-bar.mjs.map +1 -1
  267. package/fesm2020/odx-angular-components-toast.mjs +13 -13
  268. package/fesm2020/odx-angular-components-toggle-button-group.mjs +13 -13
  269. package/fesm2020/odx-angular-components-toggle-button-group.mjs.map +1 -1
  270. package/fesm2020/odx-angular-components-tooltip.mjs +6 -6
  271. package/fesm2020/odx-angular-utils.mjs +8 -4
  272. package/fesm2020/odx-angular-utils.mjs.map +1 -1
  273. package/fesm2020/odx-angular.mjs +33 -29
  274. package/fesm2020/odx-angular.mjs.map +1 -1
  275. package/lib/services/window-ref.d.ts +2 -0
  276. package/package.json +2 -2
  277. package/utils/lib/helpers/build-url.d.ts +1 -0
  278. package/utils/lib/helpers/index.d.ts +1 -0
@@ -22,8 +22,8 @@ let AreaHeaderComponent = class AreaHeaderComponent {
22
22
  this.element = injectElement();
23
23
  }
24
24
  };
25
- AreaHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AreaHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
26
- AreaHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: AreaHeaderComponent, isStandalone: true, selector: "odx-area-header", inputs: { size: "size" }, ngImport: i0, template: "<div class=\"odx-area-header__container\">\n <ng-content select=\"odx-avatar\"></ng-content>\n <div class=\"odx-area-header__inner\">\n <div class=\"odx-area-header__title\">\n <ng-content></ng-content>\n </div>\n <ng-content select=\"odx-area-header-subtitle\"></ng-content>\n </div>\n</div>\n<ng-content select=\"odx-area-header-content\"></ng-content>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
25
+ AreaHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: AreaHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
26
+ AreaHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: AreaHeaderComponent, isStandalone: true, selector: "odx-area-header", inputs: { size: "size" }, ngImport: i0, template: "<div class=\"odx-area-header__container\">\n <ng-content select=\"odx-avatar\"></ng-content>\n <div class=\"odx-area-header__inner\">\n <div class=\"odx-area-header__title\">\n <ng-content></ng-content>\n </div>\n <ng-content select=\"odx-area-header-subtitle\"></ng-content>\n </div>\n</div>\n<ng-content select=\"odx-area-header-content\"></ng-content>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
27
27
  __decorate([
28
28
  CSSModifier({ default: AreaHeaderSize.LARGE }),
29
29
  __metadata("design:type", String)
@@ -31,7 +31,7 @@ __decorate([
31
31
  AreaHeaderComponent = __decorate([
32
32
  CSSComponent('area-header')
33
33
  ], AreaHeaderComponent);
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AreaHeaderComponent, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: AreaHeaderComponent, decorators: [{
35
35
  type: Component,
36
36
  args: [{ selector: 'odx-area-header', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [CommonModule], standalone: true, template: "<div class=\"odx-area-header__container\">\n <ng-content select=\"odx-avatar\"></ng-content>\n <div class=\"odx-area-header__inner\">\n <div class=\"odx-area-header__title\">\n <ng-content></ng-content>\n </div>\n <ng-content select=\"odx-area-header-subtitle\"></ng-content>\n </div>\n</div>\n<ng-content select=\"odx-area-header-content\"></ng-content>\n" }]
37
37
  }], propDecorators: { size: [{
@@ -40,9 +40,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImpor
40
40
 
41
41
  class AreaHeaderContentDirective {
42
42
  }
43
- AreaHeaderContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AreaHeaderContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
44
- AreaHeaderContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: AreaHeaderContentDirective, isStandalone: true, selector: "odx-area-header-content", host: { properties: { "class.odx-area-header__content": "true" } }, ngImport: i0 });
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AreaHeaderContentDirective, decorators: [{
43
+ AreaHeaderContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: AreaHeaderContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
44
+ AreaHeaderContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: AreaHeaderContentDirective, isStandalone: true, selector: "odx-area-header-content", host: { properties: { "class.odx-area-header__content": "true" } }, ngImport: i0 });
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: AreaHeaderContentDirective, decorators: [{
46
46
  type: Directive,
47
47
  args: [{
48
48
  selector: 'odx-area-header-content',
@@ -55,9 +55,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImpor
55
55
 
56
56
  class AreaHeaderSubtitleDirective {
57
57
  }
58
- AreaHeaderSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AreaHeaderSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
59
- AreaHeaderSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: AreaHeaderSubtitleDirective, isStandalone: true, selector: "odx-area-header-subtitle", host: { properties: { "class.odx-area-header__subtitle": "true" } }, ngImport: i0 });
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AreaHeaderSubtitleDirective, decorators: [{
58
+ AreaHeaderSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: AreaHeaderSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
59
+ AreaHeaderSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: AreaHeaderSubtitleDirective, isStandalone: true, selector: "odx-area-header-subtitle", host: { properties: { "class.odx-area-header__subtitle": "true" } }, ngImport: i0 });
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: AreaHeaderSubtitleDirective, decorators: [{
61
61
  type: Directive,
62
62
  args: [{
63
63
  selector: 'odx-area-header-subtitle',
@@ -79,8 +79,8 @@ const modules = [
79
79
  ];
80
80
  class AreaHeaderModule {
81
81
  }
82
- AreaHeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AreaHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
83
- AreaHeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: AreaHeaderModule, imports: [AreaHeaderComponent,
82
+ AreaHeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: AreaHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
83
+ AreaHeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: AreaHeaderModule, imports: [AreaHeaderComponent,
84
84
  AreaHeaderContentDirective,
85
85
  AreaHeaderSubtitleDirective,
86
86
  AvatarComponent,
@@ -93,12 +93,12 @@ AreaHeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", versio
93
93
  ActionGroupComponent,
94
94
  ButtonComponent,
95
95
  IconComponent] });
96
- AreaHeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AreaHeaderModule, imports: [AreaHeaderComponent,
96
+ AreaHeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: AreaHeaderModule, imports: [AreaHeaderComponent,
97
97
  AvatarComponent,
98
98
  ActionGroupComponent,
99
99
  ButtonComponent,
100
100
  IconComponent, CoreModule] });
101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AreaHeaderModule, decorators: [{
101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: AreaHeaderModule, decorators: [{
102
102
  type: NgModule,
103
103
  args: [{
104
104
  imports: modules,
@@ -20,8 +20,8 @@ let AvatarComponent = class AvatarComponent {
20
20
  this.element = injectElement();
21
21
  }
22
22
  };
23
- AvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
24
- AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: AvatarComponent, isStandalone: true, selector: "odx-avatar", inputs: { size: "size", variant: "variant" }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
23
+ AvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: AvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
24
+ AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: AvatarComponent, isStandalone: true, selector: "odx-avatar", inputs: { size: "size", variant: "variant" }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
25
25
  __decorate([
26
26
  CSSModifier({
27
27
  default: AvatarSize.SMALL,
@@ -37,7 +37,7 @@ __decorate([
37
37
  AvatarComponent = __decorate([
38
38
  CSSComponent('avatar')
39
39
  ], AvatarComponent);
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AvatarComponent, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: AvatarComponent, decorators: [{
41
41
  type: Component,
42
42
  args: [{ standalone: true, selector: 'odx-avatar', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
43
43
  }], propDecorators: { size: [{
@@ -19,8 +19,8 @@ let BadgeComponent = class BadgeComponent {
19
19
  this.contrast = false;
20
20
  }
21
21
  };
22
- BadgeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
- BadgeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: BadgeComponent, isStandalone: true, selector: "odx-badge", inputs: { contrast: "contrast", variant: "variant", value: "value" }, ngImport: i0, template: '<ng-template [odxDynamicView]="value"></ng-template>', isInline: true, dependencies: [{ kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
22
+ BadgeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
+ BadgeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: BadgeComponent, isStandalone: true, selector: "odx-badge", inputs: { contrast: "contrast", variant: "variant", value: "value" }, ngImport: i0, template: '<ng-template [odxDynamicView]="value"></ng-template>', isInline: true, dependencies: [{ kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
24
24
  __decorate([
25
25
  Transform(coerceBooleanProperty),
26
26
  CSSModifier(),
@@ -33,7 +33,7 @@ __decorate([
33
33
  BadgeComponent = __decorate([
34
34
  CSSComponent('badge')
35
35
  ], BadgeComponent);
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BadgeComponent, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BadgeComponent, decorators: [{
37
37
  type: Component,
38
38
  args: [{
39
39
  standalone: true,
@@ -96,8 +96,8 @@ let BadgeDirective = class BadgeDirective {
96
96
  });
97
97
  }
98
98
  };
99
- BadgeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BadgeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
100
- BadgeDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: BadgeDirective, isStandalone: true, selector: "[odxBadge]", inputs: { value: ["odxBadge", "value"], contrast: ["odxBadgeContrast", "contrast"], position: ["odxBadgePosition", "position"], variant: ["odxBadgeVariant", "variant"] }, usesOnChanges: true, ngImport: i0 });
99
+ BadgeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BadgeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
100
+ BadgeDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: BadgeDirective, isStandalone: true, selector: "[odxBadge]", inputs: { value: ["odxBadge", "value"], contrast: ["odxBadgeContrast", "contrast"], position: ["odxBadgePosition", "position"], variant: ["odxBadgeVariant", "variant"] }, usesOnChanges: true, ngImport: i0 });
101
101
  __decorate([
102
102
  Transform(coerceBooleanProperty),
103
103
  __metadata("design:type", Object)
@@ -105,7 +105,7 @@ __decorate([
105
105
  BadgeDirective = __decorate([
106
106
  CSSComponent('badge-host')
107
107
  ], BadgeDirective);
108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BadgeDirective, decorators: [{
108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BadgeDirective, decorators: [{
109
109
  type: Directive,
110
110
  args: [{
111
111
  selector: '[odxBadge]',
@@ -10,12 +10,12 @@ let BarComponent = class BarComponent {
10
10
  this.element = injectElement();
11
11
  }
12
12
  };
13
- BarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
- BarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: BarComponent, isStandalone: true, selector: "odx-bar", ngImport: i0, template: "<ng-content select=\"button[odxBarButton], [odxBarLabel]\"></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
13
+ BarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
+ BarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: BarComponent, isStandalone: true, selector: "odx-bar", ngImport: i0, template: "<ng-content select=\"button[odxBarButton], [odxBarLabel]\"></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
15
15
  BarComponent = __decorate([
16
16
  CSSComponent('bar')
17
17
  ], BarComponent);
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BarComponent, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BarComponent, decorators: [{
19
19
  type: Component,
20
20
  args: [{ standalone: true, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, selector: 'odx-bar', template: "<ng-content select=\"button[odxBarButton], [odxBarLabel]\"></ng-content>\n" }]
21
21
  }] });
@@ -31,8 +31,8 @@ let BarButtonDirective = class BarButtonDirective {
31
31
  this.element = injectElement();
32
32
  }
33
33
  };
34
- BarButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BarButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
35
- BarButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: BarButtonDirective, isStandalone: true, selector: "button[odxBarButton]", inputs: { variant: "variant" }, host: { properties: { "class.is-disabled": "disabledController?.disabled" } }, providers: [DisabledController.connect()], ngImport: i0 });
34
+ BarButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BarButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
35
+ BarButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: BarButtonDirective, isStandalone: true, selector: "button[odxBarButton]", inputs: { variant: "variant" }, host: { properties: { "class.is-disabled": "disabledController?.disabled" } }, providers: [DisabledController.connect()], ngImport: i0 });
36
36
  __decorate([
37
37
  CSSModifier({
38
38
  default: BarButtonVariant.DEFAULT,
@@ -42,7 +42,7 @@ __decorate([
42
42
  BarButtonDirective = __decorate([
43
43
  CSSComponent('bar-button')
44
44
  ], BarButtonDirective);
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BarButtonDirective, decorators: [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BarButtonDirective, decorators: [{
46
46
  type: Directive,
47
47
  args: [{
48
48
  selector: 'button[odxBarButton]',
@@ -61,12 +61,12 @@ let BarLabelDirective = class BarLabelDirective {
61
61
  this.element = injectElement();
62
62
  }
63
63
  };
64
- BarLabelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BarLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
65
- BarLabelDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: BarLabelDirective, isStandalone: true, selector: "[odxBarLabel]", ngImport: i0 });
64
+ BarLabelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BarLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
65
+ BarLabelDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: BarLabelDirective, isStandalone: true, selector: "[odxBarLabel]", ngImport: i0 });
66
66
  BarLabelDirective = __decorate([
67
67
  CSSComponent('bar-label')
68
68
  ], BarLabelDirective);
69
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BarLabelDirective, decorators: [{
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BarLabelDirective, decorators: [{
70
70
  type: Directive,
71
71
  args: [{
72
72
  selector: '[odxBarLabel]',
@@ -77,10 +77,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImpor
77
77
  const modules = [BarComponent, BarButtonDirective, BarLabelDirective];
78
78
  class BarModule {
79
79
  }
80
- BarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
81
- BarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: BarModule, imports: [BarComponent, BarButtonDirective, BarLabelDirective], exports: [CoreModule, BarComponent, BarButtonDirective, BarLabelDirective] });
82
- BarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BarModule, imports: [BarComponent, CoreModule] });
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BarModule, decorators: [{
80
+ BarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
81
+ BarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: BarModule, imports: [BarComponent, BarButtonDirective, BarLabelDirective], exports: [CoreModule, BarComponent, BarButtonDirective, BarLabelDirective] });
82
+ BarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BarModule, imports: [BarComponent, CoreModule] });
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BarModule, decorators: [{
84
84
  type: NgModule,
85
85
  args: [{
86
86
  imports: modules,
@@ -35,12 +35,12 @@ let BreadcrumbsComponent = class BreadcrumbsComponent {
35
35
  this.icons.clear();
36
36
  }
37
37
  };
38
- BreadcrumbsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
39
- BreadcrumbsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: BreadcrumbsComponent, isStandalone: true, selector: "odx-breadcrumbs", queries: [{ propertyName: "linkItems", predicate: LinkDirective }], ngImport: i0, template: "<ng-content select=\"[odxLink]\"></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
38
+ BreadcrumbsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
39
+ BreadcrumbsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: BreadcrumbsComponent, isStandalone: true, selector: "odx-breadcrumbs", queries: [{ propertyName: "linkItems", predicate: LinkDirective }], ngImport: i0, template: "<ng-content select=\"[odxLink]\"></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
40
40
  BreadcrumbsComponent = __decorate([
41
41
  CSSComponent('breadcrumbs')
42
42
  ], BreadcrumbsComponent);
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BreadcrumbsComponent, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BreadcrumbsComponent, decorators: [{
44
44
  type: Component,
45
45
  args: [{ selector: 'odx-breadcrumbs', standalone: true, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"[odxLink]\"></ng-content>\n" }]
46
46
  }], propDecorators: { linkItems: [{
@@ -14,8 +14,8 @@ let ButtonGroupComponent = class ButtonGroupComponent {
14
14
  this.reverse = false;
15
15
  }
16
16
  };
17
- ButtonGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ButtonGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
18
- ButtonGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: ButtonGroupComponent, isStandalone: true, selector: "odx-button-group", inputs: { alignRight: "alignRight", block: "block", vertical: "vertical", reverse: "reverse" }, ngImport: i0, template: "<ng-content select=\"button[odxButton], a[odxButton]\"></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
17
+ ButtonGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ButtonGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
18
+ ButtonGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: ButtonGroupComponent, isStandalone: true, selector: "odx-button-group", inputs: { alignRight: "alignRight", block: "block", vertical: "vertical", reverse: "reverse" }, ngImport: i0, template: "<ng-content select=\"button[odxButton], a[odxButton]\"></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
19
19
  __decorate([
20
20
  CSSModifier(),
21
21
  Transform(coerceBooleanProperty),
@@ -39,7 +39,7 @@ __decorate([
39
39
  ButtonGroupComponent = __decorate([
40
40
  CSSComponent('button-group')
41
41
  ], ButtonGroupComponent);
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ButtonGroupComponent, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ButtonGroupComponent, decorators: [{
43
43
  type: Component,
44
44
  args: [{ standalone: true, selector: 'odx-button-group', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"button[odxButton], a[odxButton]\"></ng-content>\n" }]
45
45
  }], propDecorators: { alignRight: [{
@@ -27,8 +27,8 @@ let ButtonComponent = class ButtonComponent {
27
27
  this.type = this.element.nativeElement.getAttribute('type');
28
28
  }
29
29
  };
30
- ButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
31
- ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: ButtonComponent, isStandalone: true, selector: "button[odxButton], a[odxButton]", inputs: { variant: "variant", size: "size" }, host: { properties: { "attr.type": "type || \"button\"" } }, hostDirectives: [{ directive: i1.WithDisabledState }], ngImport: i0, template: "<ng-content select=\"odx-icon[alignLeft]\"></ng-content>\n<ng-content></ng-content>\n<ng-content select=\"odx-icon[alignRight]\"></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
30
+ ButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
31
+ ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: ButtonComponent, isStandalone: true, selector: "button[odxButton], a[odxButton]", inputs: { variant: "variant", size: "size" }, host: { properties: { "attr.type": "type || \"button\"" } }, hostDirectives: [{ directive: i1.WithDisabledState }], ngImport: i0, template: "<ng-content select=\"odx-icon[alignLeft]\"></ng-content>\n<ng-content></ng-content>\n<ng-content select=\"odx-icon[alignRight]\"></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
32
32
  __decorate([
33
33
  CSSModifier({
34
34
  default: ButtonVariant.SECONDARY,
@@ -44,7 +44,7 @@ __decorate([
44
44
  ButtonComponent = __decorate([
45
45
  CSSComponent('button')
46
46
  ], ButtonComponent);
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ButtonComponent, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ButtonComponent, decorators: [{
48
48
  type: Component,
49
49
  args: [{ standalone: true, selector: 'button[odxButton], a[odxButton]', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [WithDisabledState], host: {
50
50
  '[attr.type]': 'type || "button"',
@@ -37,8 +37,8 @@ let CheckboxComponent = class CheckboxComponent extends CheckBoxControl {
37
37
  super.updateValue(event.target.checked);
38
38
  }
39
39
  };
40
- CheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CheckboxComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
41
- CheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: CheckboxComponent, isStandalone: true, selector: "odx-checkbox", inputs: { indeterminate: "indeterminate" }, outputs: { indeterminateChange: "indeterminateChange" }, host: { properties: { "class.is-active": "checked || indeterminate" } }, providers: [ReadonlyController.connect()], usesInheritance: true, hostDirectives: [{ directive: i1.WithDisabledState }], ngImport: i0, template: "<label class=\"odx-checkbox__label\">\n <input\n odxControl\n class=\"odx-checkbox__input\"\n [attr.aria-checked]=\"ariaChecked\"\n [attr.aria-invalid]=\"hasError || null\"\n [attr.aria-readonly]=\"isReadonly || null\"\n [attr.aria-required]=\"isRequired || null\"\n [checked]=\"checked\"\n [disabled]=\"isDisabled || isReadonly\"\n [indeterminate]=\"indeterminate\"\n [name]=\"name\"\n [readonly]=\"isReadonly\"\n [value]=\"value\"\n type=\"checkbox\"\n (blur)=\"onTouched()\"\n (change)=\"onChanged($event)\"\n />\n <div class=\"odx-checkbox__indicator\">\n <odx-icon [name]=\"modifierIcon\"></odx-icon>\n </div>\n <div class=\"odx-checkbox__content\">\n <ng-content></ng-content>\n </div>\n</label>\n", dependencies: [{ kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name"] }, { kind: "directive", type: ControlDirective, selector: "[odxControl]", exportAs: ["odxControl"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
40
+ CheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CheckboxComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
41
+ CheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: CheckboxComponent, isStandalone: true, selector: "odx-checkbox", inputs: { indeterminate: "indeterminate" }, outputs: { indeterminateChange: "indeterminateChange" }, host: { properties: { "class.is-active": "checked || indeterminate" } }, providers: [ReadonlyController.connect()], usesInheritance: true, hostDirectives: [{ directive: i1.WithDisabledState }], ngImport: i0, template: "<label class=\"odx-checkbox__label\">\n <input\n odxControl\n class=\"odx-checkbox__input\"\n [attr.aria-checked]=\"ariaChecked\"\n [attr.aria-invalid]=\"hasError || null\"\n [attr.aria-readonly]=\"isReadonly || null\"\n [attr.aria-required]=\"isRequired || null\"\n [checked]=\"checked\"\n [disabled]=\"isDisabled || isReadonly\"\n [indeterminate]=\"indeterminate\"\n [name]=\"name\"\n [readonly]=\"isReadonly\"\n [value]=\"value\"\n type=\"checkbox\"\n (blur)=\"onTouched()\"\n (change)=\"onChanged($event)\"\n />\n <div class=\"odx-checkbox__indicator\">\n <odx-icon [name]=\"modifierIcon\"></odx-icon>\n </div>\n <div class=\"odx-checkbox__content\">\n <ng-content></ng-content>\n </div>\n</label>\n", dependencies: [{ kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name"] }, { kind: "directive", type: ControlDirective, selector: "[odxControl]", exportAs: ["odxControl"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
42
42
  __decorate([
43
43
  CSSModifier(),
44
44
  __metadata("design:type", Object),
@@ -47,7 +47,7 @@ __decorate([
47
47
  CheckboxComponent = __decorate([
48
48
  CSSComponent('checkbox')
49
49
  ], CheckboxComponent);
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CheckboxComponent, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CheckboxComponent, decorators: [{
51
51
  type: Component,
52
52
  args: [{ standalone: true, selector: 'odx-checkbox', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [IconComponent, ControlDirective], providers: [ReadonlyController.connect()], hostDirectives: [WithDisabledState], host: {
53
53
  '[class.is-active]': 'checked || indeterminate',
@@ -60,15 +60,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImpor
60
60
 
61
61
  class CheckboxValidator extends CheckboxRequiredValidator {
62
62
  }
63
- CheckboxValidator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CheckboxValidator, deps: null, target: i0.ɵɵFactoryTarget.Directive });
64
- CheckboxValidator.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: CheckboxValidator, isStandalone: true, selector: "odx-checkbox[required][formControlName], odx-checkbox[required][formControl], odx-checkbox[required][ngModel]", providers: [
63
+ CheckboxValidator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CheckboxValidator, deps: null, target: i0.ɵɵFactoryTarget.Directive });
64
+ CheckboxValidator.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: CheckboxValidator, isStandalone: true, selector: "odx-checkbox[required][formControlName], odx-checkbox[required][formControl], odx-checkbox[required][ngModel]", providers: [
65
65
  {
66
66
  provide: NG_VALIDATORS,
67
67
  useExisting: forwardRef(() => CheckboxValidator),
68
68
  multi: true,
69
69
  },
70
70
  ], usesInheritance: true, ngImport: i0 });
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CheckboxValidator, decorators: [{
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CheckboxValidator, decorators: [{
72
72
  type: Directive,
73
73
  args: [{
74
74
  standalone: true,
@@ -86,10 +86,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImpor
86
86
  const modules = [CheckboxComponent, CheckboxValidator];
87
87
  class CheckboxModule {
88
88
  }
89
- CheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
90
- CheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: CheckboxModule, imports: [CheckboxComponent, CheckboxValidator], exports: [CoreModule, CheckboxComponent, CheckboxValidator] });
91
- CheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CheckboxModule, imports: [CheckboxComponent, CoreModule] });
92
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CheckboxModule, decorators: [{
89
+ CheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
90
+ CheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: CheckboxModule, imports: [CheckboxComponent, CheckboxValidator], exports: [CoreModule, CheckboxComponent, CheckboxValidator] });
91
+ CheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CheckboxModule, imports: [CheckboxComponent, CoreModule] });
92
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CheckboxModule, decorators: [{
93
93
  type: NgModule,
94
94
  args: [{
95
95
  imports: modules,
@@ -33,8 +33,8 @@ let ChipComponent = class ChipComponent {
33
33
  this.remove.emit();
34
34
  }
35
35
  };
36
- ChipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
37
- ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: ChipComponent, isStandalone: true, selector: "odx-chip", inputs: { removable: "removable", size: "size", variant: "variant" }, outputs: { remove: "remove" }, ngImport: i0, template: "<div class=\"odx-chip__content\">\n <ng-content></ng-content>\n</div>\n<button odxButton class=\"odx-chip__action\" [size]=\"size\" [variant]=\"variant\" type=\"button\" (click)=\"onClick()\" *ngIf=\"removable\">\n <odx-icon [size]=\"size\" name=\"close\"></odx-icon>\n</button>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
36
+ ChipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ChipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
37
+ ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: ChipComponent, isStandalone: true, selector: "odx-chip", inputs: { removable: "removable", size: "size", variant: "variant" }, outputs: { remove: "remove" }, ngImport: i0, template: "<div class=\"odx-chip__content\">\n <ng-content></ng-content>\n</div>\n<button odxButton class=\"odx-chip__action\" [size]=\"size\" [variant]=\"variant\" type=\"button\" (click)=\"onClick()\" *ngIf=\"removable\">\n <odx-icon [size]=\"size\" name=\"close\"></odx-icon>\n</button>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
38
38
  __decorate([
39
39
  Transform(coerceBooleanProperty),
40
40
  __metadata("design:type", Object)
@@ -50,7 +50,7 @@ __decorate([
50
50
  ChipComponent = __decorate([
51
51
  CSSComponent('chip')
52
52
  ], ChipComponent);
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChipComponent, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ChipComponent, decorators: [{
54
54
  type: Component,
55
55
  args: [{ selector: 'odx-chip', imports: [CoreModule, ButtonComponent, IconComponent], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, template: "<div class=\"odx-chip__content\">\n <ng-content></ng-content>\n</div>\n<button odxButton class=\"odx-chip__action\" [size]=\"size\" [variant]=\"variant\" type=\"button\" (click)=\"onClick()\" *ngIf=\"removable\">\n <odx-icon [size]=\"size\" name=\"close\"></odx-icon>\n</button>\n" }]
56
56
  }], propDecorators: { removable: [{
@@ -64,8 +64,8 @@ let CircularProgressComponent = class CircularProgressComponent {
64
64
  this.changeDetector.detectChanges();
65
65
  }
66
66
  };
67
- CircularProgressComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CircularProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
68
- CircularProgressComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: CircularProgressComponent, isStandalone: true, selector: "odx-circular-progress", inputs: { stroke: "stroke", size: "size", value: "value" }, host: { properties: { "attr.aria-valuenow": "ariaValueNow", "attr.aria-valuemax": "100", "attr.aria-valuemin": "0", "attr.role": "\"meter\"" } }, usesOnChanges: true, ngImport: i0, template: "<svg class=\"odx-circular-progress__inner\" attr.viewBox=\"0 0 {{ viewPortSize }} {{ viewPortSize }}\">\n <circle class=\"odx-circular-progress__track\" [attr.stroke-width]=\"normalizedStroke\" [attr.r]=\"radius\" cx=\"50%\" cy=\"50%\" />\n <circle\n class=\"odx-circular-progress__indicator\"\n [attr.stroke-dasharray]=\"circumference\"\n [attr.stroke-dashoffset]=\"progressValue\"\n [attr.stroke-width]=\"normalizedStroke\"\n [attr.r]=\"radius\"\n cx=\"50%\"\n cy=\"50%\"\n />\n</svg>\n<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
67
+ CircularProgressComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CircularProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
68
+ CircularProgressComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: CircularProgressComponent, isStandalone: true, selector: "odx-circular-progress", inputs: { stroke: "stroke", size: "size", value: "value" }, host: { properties: { "attr.aria-valuenow": "ariaValueNow", "attr.aria-valuemax": "100", "attr.aria-valuemin": "0", "attr.role": "\"meter\"" } }, usesOnChanges: true, ngImport: i0, template: "<svg class=\"odx-circular-progress__inner\" attr.viewBox=\"0 0 {{ viewPortSize }} {{ viewPortSize }}\">\n <circle class=\"odx-circular-progress__track\" [attr.stroke-width]=\"normalizedStroke\" [attr.r]=\"radius\" cx=\"50%\" cy=\"50%\" />\n <circle\n class=\"odx-circular-progress__indicator\"\n [attr.stroke-dasharray]=\"circumference\"\n [attr.stroke-dashoffset]=\"progressValue\"\n [attr.stroke-width]=\"normalizedStroke\"\n [attr.r]=\"radius\"\n cx=\"50%\"\n cy=\"50%\"\n />\n</svg>\n<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
69
69
  __decorate([
70
70
  CSSModifier(),
71
71
  __metadata("design:type", Object)
@@ -86,7 +86,7 @@ __decorate([
86
86
  CircularProgressComponent = __decorate([
87
87
  CSSComponent('circular-progress')
88
88
  ], CircularProgressComponent);
89
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CircularProgressComponent, decorators: [{
89
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CircularProgressComponent, decorators: [{
90
90
  type: Component,
91
91
  args: [{ standalone: true, selector: 'odx-circular-progress', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
92
92
  '[attr.aria-valuenow]': 'ariaValueNow',
@@ -3,9 +3,9 @@ import { Component, ViewEncapsulation, ChangeDetectionStrategy, Directive, NgMod
3
3
 
4
4
  class ContentBoxComponent {
5
5
  }
6
- ContentBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ContentBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
- ContentBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: ContentBoxComponent, isStandalone: true, selector: "odx-content-box", host: { properties: { "class.odx-content-box": "true" } }, ngImport: i0, template: "<ng-content select=\"odx-area-header, odx-content-box-header\"></ng-content>\n<div class=\"odx-content-box__content\">\n <ng-content></ng-content>\n</div>\n<ng-content select=\"odx-content-box-footer\"></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ContentBoxComponent, decorators: [{
6
+ ContentBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
+ ContentBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: ContentBoxComponent, isStandalone: true, selector: "odx-content-box", host: { properties: { "class.odx-content-box": "true" } }, ngImport: i0, template: "<ng-content select=\"odx-area-header, odx-content-box-header\"></ng-content>\n<div class=\"odx-content-box__content\">\n <ng-content></ng-content>\n</div>\n<ng-content select=\"odx-content-box-footer\"></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxComponent, decorators: [{
9
9
  type: Component,
10
10
  args: [{ selector: 'odx-content-box', standalone: true, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
11
11
  '[class.odx-content-box]': 'true',
@@ -14,9 +14,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImpor
14
14
 
15
15
  class ContentBoxFooterDirective {
16
16
  }
17
- ContentBoxFooterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ContentBoxFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
18
- ContentBoxFooterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: ContentBoxFooterDirective, isStandalone: true, selector: "odx-content-box-footer", host: { properties: { "class.odx-content-box__footer": "true" } }, ngImport: i0 });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ContentBoxFooterDirective, decorators: [{
17
+ ContentBoxFooterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
18
+ ContentBoxFooterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: ContentBoxFooterDirective, isStandalone: true, selector: "odx-content-box-footer", host: { properties: { "class.odx-content-box__footer": "true" } }, ngImport: i0 });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxFooterDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
22
  selector: 'odx-content-box-footer',
@@ -29,9 +29,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImpor
29
29
 
30
30
  class ContentBoxHeaderDirective {
31
31
  }
32
- ContentBoxHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ContentBoxHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
33
- ContentBoxHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: ContentBoxHeaderDirective, isStandalone: true, selector: "odx-content-box-header", host: { properties: { "class.odx-content-box__header": "true" } }, ngImport: i0 });
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ContentBoxHeaderDirective, decorators: [{
32
+ ContentBoxHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
33
+ ContentBoxHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: ContentBoxHeaderDirective, isStandalone: true, selector: "odx-content-box-header", host: { properties: { "class.odx-content-box__header": "true" } }, ngImport: i0 });
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxHeaderDirective, decorators: [{
35
35
  type: Directive,
36
36
  args: [{
37
37
  selector: 'odx-content-box-header',
@@ -45,10 +45,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImpor
45
45
  const modules = [ContentBoxComponent, ContentBoxHeaderDirective, ContentBoxFooterDirective];
46
46
  class ContentBoxModule {
47
47
  }
48
- ContentBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ContentBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
49
- ContentBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: ContentBoxModule, imports: [ContentBoxComponent, ContentBoxHeaderDirective, ContentBoxFooterDirective], exports: [ContentBoxComponent, ContentBoxHeaderDirective, ContentBoxFooterDirective] });
50
- ContentBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ContentBoxModule, imports: [ContentBoxComponent] });
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ContentBoxModule, decorators: [{
48
+ ContentBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
49
+ ContentBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxModule, imports: [ContentBoxComponent, ContentBoxHeaderDirective, ContentBoxFooterDirective], exports: [ContentBoxComponent, ContentBoxHeaderDirective, ContentBoxFooterDirective] });
50
+ ContentBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxModule, imports: [ContentBoxComponent] });
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxModule, decorators: [{
52
52
  type: NgModule,
53
53
  args: [{
54
54
  imports: modules,
@@ -106,8 +106,8 @@ let DropdownDirective = class DropdownDirective {
106
106
  } });
107
107
  }
108
108
  };
109
- DropdownDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DropdownDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
110
- DropdownDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: DropdownDirective, isStandalone: true, selector: "[odxDropdown]", inputs: { content: ["odxDropdown", "content"], disabled: ["odxDropdownDisabled", "disabled"], showLoader: ["odxDropdownShowLoader", "showLoader"], options: ["odxDropdownOptions", "options"], referenceElement: ["odxDropdownReferenceElement", "referenceElement"], triggerElement: ["odxDropdownTriggerElement", "triggerElement"], host: ["odxDropdownHost", "host"], openTrigger: ["odxDropdownOpenTrigger", "openTrigger"], closeTrigger: ["odxDropdownCloseTrigger", "closeTrigger"] }, outputs: { beforeOpen: "odxDropdownBeforeOpen", afterOpen: "odxDropdownAfterOpen", beforeClose: "odxDropdownBeforeClose", afterClose: "odxDropdownAfterClose" }, host: { properties: { "attr.aria-haspopup": "true", "attr.aria-expanded": "isOpen" } }, providers: [EventManager], exportAs: ["odxDropdown"], usesOnChanges: true, ngImport: i0 });
109
+ DropdownDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DropdownDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
110
+ DropdownDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: DropdownDirective, isStandalone: true, selector: "[odxDropdown]", inputs: { content: ["odxDropdown", "content"], disabled: ["odxDropdownDisabled", "disabled"], showLoader: ["odxDropdownShowLoader", "showLoader"], options: ["odxDropdownOptions", "options"], referenceElement: ["odxDropdownReferenceElement", "referenceElement"], triggerElement: ["odxDropdownTriggerElement", "triggerElement"], host: ["odxDropdownHost", "host"], openTrigger: ["odxDropdownOpenTrigger", "openTrigger"], closeTrigger: ["odxDropdownCloseTrigger", "closeTrigger"] }, outputs: { beforeOpen: "odxDropdownBeforeOpen", afterOpen: "odxDropdownAfterOpen", beforeClose: "odxDropdownBeforeClose", afterClose: "odxDropdownAfterClose" }, host: { properties: { "attr.aria-haspopup": "true", "attr.aria-expanded": "isOpen" } }, providers: [EventManager], exportAs: ["odxDropdown"], usesOnChanges: true, ngImport: i0 });
111
111
  __decorate([
112
112
  Transform(coerceBooleanProperty),
113
113
  __metadata("design:type", Object)
@@ -119,7 +119,7 @@ __decorate([
119
119
  DropdownDirective = __decorate([
120
120
  CSSComponent('dropdown-host')
121
121
  ], DropdownDirective);
122
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DropdownDirective, decorators: [{
122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DropdownDirective, decorators: [{
123
123
  type: Directive,
124
124
  args: [{
125
125
  standalone: true,
@@ -182,12 +182,12 @@ let DropdownComponent = class DropdownComponent {
182
182
  this.host.close();
183
183
  }
184
184
  };
185
- DropdownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
186
- DropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: DropdownComponent, isStandalone: true, selector: "odx-dropdown", inputs: { content: "content" }, host: { listeners: { "odxDropdownClose": "onDropdownClose()" } }, ngImport: i0, template: "<div\n class=\"odx-dropdown__inner\"\n [odxLoadingSpinner]=\"host.showLoader\"\n [odxClickOutsideActive]=\"true\"\n (odxClickOutside)=\"host.close()\"\n cdkTrapFocus\n cdkTrapFocusAutoCapture\n>\n <ng-template [odxDynamicView]=\"content\" [odxDynamicViewInjector]=\"injector\"></ng-template>\n</div>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.ClickOutsideDirective, selector: "[odxClickOutside]", inputs: ["odxClickOutsideActive"], outputs: ["odxClickOutside"] }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }, { kind: "ngmodule", type: LoadingSpinnerModule }, { kind: "directive", type: i2.LoadingSpinnerDirective, selector: "[odxLoadingSpinner]", inputs: ["odxLoadingSpinnerAutoColor", "odxLoadingSpinner", "odxLoadingSpinnerMinHeight"] }, { kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i3.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
185
+ DropdownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
186
+ DropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: DropdownComponent, isStandalone: true, selector: "odx-dropdown", inputs: { content: "content" }, host: { listeners: { "odxDropdownClose": "onDropdownClose()" } }, ngImport: i0, template: "<div\n class=\"odx-dropdown__inner\"\n [odxLoadingSpinner]=\"host.showLoader\"\n [odxClickOutsideActive]=\"true\"\n (odxClickOutside)=\"host.close()\"\n cdkTrapFocus\n cdkTrapFocusAutoCapture\n>\n <ng-template [odxDynamicView]=\"content\" [odxDynamicViewInjector]=\"injector\"></ng-template>\n</div>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.ClickOutsideDirective, selector: "[odxClickOutside]", inputs: ["odxClickOutsideActive"], outputs: ["odxClickOutside"] }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }, { kind: "ngmodule", type: LoadingSpinnerModule }, { kind: "directive", type: i2.LoadingSpinnerDirective, selector: "[odxLoadingSpinner]", inputs: ["odxLoadingSpinnerAutoColor", "odxLoadingSpinner", "odxLoadingSpinnerMinHeight"] }, { kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i3.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
187
187
  DropdownComponent = __decorate([
188
188
  CSSComponent('dropdown')
189
189
  ], DropdownComponent);
190
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DropdownComponent, decorators: [{
190
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DropdownComponent, decorators: [{
191
191
  type: Component,
192
192
  args: [{ standalone: true, selector: 'odx-dropdown', imports: [CoreModule, DynamicViewDirective, LoadingSpinnerModule, A11yModule], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\n class=\"odx-dropdown__inner\"\n [odxLoadingSpinner]=\"host.showLoader\"\n [odxClickOutsideActive]=\"true\"\n (odxClickOutside)=\"host.close()\"\n cdkTrapFocus\n cdkTrapFocusAutoCapture\n>\n <ng-template [odxDynamicView]=\"content\" [odxDynamicViewInjector]=\"injector\"></ng-template>\n</div>\n" }]
193
193
  }], propDecorators: { content: [{
@@ -200,10 +200,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImpor
200
200
  const modules = [DropdownDirective];
201
201
  class DropdownModule {
202
202
  }
203
- DropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
204
- DropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: DropdownModule, imports: [DropdownDirective], exports: [CoreModule, DropdownDirective] });
205
- DropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DropdownModule, imports: [CoreModule] });
206
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DropdownModule, decorators: [{
203
+ DropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
204
+ DropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: DropdownModule, imports: [DropdownDirective], exports: [CoreModule, DropdownDirective] });
205
+ DropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DropdownModule, imports: [CoreModule] });
206
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DropdownModule, decorators: [{
207
207
  type: NgModule,
208
208
  args: [{
209
209
  imports: modules,