@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
@@ -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.2.8", ngImport: i0, type: ChipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
37
- ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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\" iconSet=\"core\"></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", "iconSet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
36
+ ChipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
37
+ ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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\" iconSet=\"core\"></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", "iconSet"] }], 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.2.8", ngImport: i0, type: ChipComponent, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", 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\" iconSet=\"core\"></odx-icon>\n</button>\n" }]
56
56
  }], propDecorators: { removable: [{
@@ -66,8 +66,8 @@ let CircularProgressComponent = class CircularProgressComponent {
66
66
  this.changeDetector.detectChanges();
67
67
  }
68
68
  };
69
- CircularProgressComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CircularProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
70
- CircularProgressComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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
+ CircularProgressComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CircularProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
70
+ CircularProgressComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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 });
71
71
  __decorate([
72
72
  CSSModifier(),
73
73
  __metadata("design:type", Object)
@@ -88,7 +88,7 @@ __decorate([
88
88
  CircularProgressComponent = __decorate([
89
89
  CSSComponent('circular-progress')
90
90
  ], CircularProgressComponent);
91
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CircularProgressComponent, decorators: [{
91
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CircularProgressComponent, decorators: [{
92
92
  type: Component,
93
93
  args: [{ standalone: true, selector: 'odx-circular-progress', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
94
94
  '[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.2.8", ngImport: i0, type: ContentBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
- ContentBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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.8", ngImport: i0, type: ContentBoxComponent, decorators: [{
6
+ ContentBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContentBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
+ ContentBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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.9", 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.2.8", ngImpor
14
14
 
15
15
  class ContentBoxFooterDirective {
16
16
  }
17
- ContentBoxFooterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ContentBoxFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
18
- ContentBoxFooterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.8", 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.8", ngImport: i0, type: ContentBoxFooterDirective, decorators: [{
17
+ ContentBoxFooterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContentBoxFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
18
+ ContentBoxFooterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", 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.9", 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.2.8", ngImpor
29
29
 
30
30
  class ContentBoxHeaderDirective {
31
31
  }
32
- ContentBoxHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ContentBoxHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
33
- ContentBoxHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.8", 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.8", ngImport: i0, type: ContentBoxHeaderDirective, decorators: [{
32
+ ContentBoxHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContentBoxHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
33
+ ContentBoxHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", 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.9", 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.2.8", 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.2.8", ngImport: i0, type: ContentBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
49
- ContentBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: ContentBoxModule, imports: [ContentBoxComponent, ContentBoxHeaderDirective, ContentBoxFooterDirective], exports: [ContentBoxComponent, ContentBoxHeaderDirective, ContentBoxFooterDirective] });
50
- ContentBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ContentBoxModule, imports: [ContentBoxComponent] });
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ContentBoxModule, decorators: [{
48
+ ContentBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContentBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
49
+ ContentBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: ContentBoxModule, imports: [ContentBoxComponent, ContentBoxHeaderDirective, ContentBoxFooterDirective], exports: [ContentBoxComponent, ContentBoxHeaderDirective, ContentBoxFooterDirective] });
50
+ ContentBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContentBoxModule, imports: [ContentBoxComponent] });
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContentBoxModule, decorators: [{
52
52
  type: NgModule,
53
53
  args: [{
54
54
  imports: modules,
@@ -107,8 +107,8 @@ let DropdownDirective = class DropdownDirective {
107
107
  } });
108
108
  }
109
109
  };
110
- DropdownDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DropdownDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
111
- DropdownDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.8", 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 });
110
+ DropdownDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DropdownDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
111
+ DropdownDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", 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 });
112
112
  __decorate([
113
113
  Transform(coerceBooleanProperty),
114
114
  __metadata("design:type", Object)
@@ -120,7 +120,7 @@ __decorate([
120
120
  DropdownDirective = __decorate([
121
121
  CSSComponent('dropdown-host')
122
122
  ], DropdownDirective);
123
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DropdownDirective, decorators: [{
123
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DropdownDirective, decorators: [{
124
124
  type: Directive,
125
125
  args: [{
126
126
  standalone: true,
@@ -183,12 +183,12 @@ let DropdownComponent = class DropdownComponent {
183
183
  this.host.close();
184
184
  }
185
185
  };
186
- DropdownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
187
- DropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", 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 });
186
+ DropdownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
187
+ DropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", 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 });
188
188
  DropdownComponent = __decorate([
189
189
  CSSComponent('dropdown')
190
190
  ], DropdownComponent);
191
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DropdownComponent, decorators: [{
191
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DropdownComponent, decorators: [{
192
192
  type: Component,
193
193
  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" }]
194
194
  }], propDecorators: { content: [{
@@ -201,10 +201,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImpor
201
201
  const modules = [DropdownDirective];
202
202
  class DropdownModule {
203
203
  }
204
- DropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
205
- DropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: DropdownModule, imports: [DropdownDirective], exports: [CoreModule, DropdownDirective] });
206
- DropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DropdownModule, imports: [CoreModule] });
207
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DropdownModule, decorators: [{
204
+ DropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
205
+ DropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DropdownModule, imports: [DropdownDirective], exports: [CoreModule, DropdownDirective] });
206
+ DropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DropdownModule, imports: [CoreModule] });
207
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DropdownModule, decorators: [{
208
208
  type: NgModule,
209
209
  args: [{
210
210
  imports: modules,
@@ -5,7 +5,7 @@ import { DynamicViewDirective } from '@odx/angular/cdk/dynamic-view';
5
5
  import { __decorate, __metadata } from 'tslib';
6
6
  import { Validators, NgControl, FormControl } from '@angular/forms';
7
7
  import { CSSComponent, CSSModifier } from '@odx/angular/internal';
8
- import { createConfigTokens, isTemplateRef, untilDestroyed, injectElement, reactiveAttributeBinding, booleanToOptionalAttributeString, reactiveClassBinding } from '@odx/angular/utils';
8
+ import { createConfigTokens, getUniqueId, isTemplateRef, untilDestroyed, injectElement, reactiveAttributeBinding, booleanToOptionalAttributeString, reactiveClassBinding } from '@odx/angular/utils';
9
9
  import { BehaviorSubject, shareReplay, map, switchMap, merge, of, distinctUntilChanged, tap, EMPTY, startWith, combineLatest, fromEvent, share, NEVER } from 'rxjs';
10
10
  import * as i1 from '@angular/common';
11
11
  import { coerceBooleanProperty } from '@angular/cdk/coercion';
@@ -23,7 +23,7 @@ class FormFieldService extends Controller {
23
23
  this.readonlyController = ReadonlyController.inject();
24
24
  this.control$$ = new BehaviorSubject(null);
25
25
  this.control$ = this.control$$.pipe(shareReplay({ refCount: true }));
26
- this.controlId$ = this.control$.pipe(map((control) => (control ? control.nativeElement.id || `odx-form-field-${FormFieldService.ID++}` : null)), shareReplay({ refCount: true }));
26
+ this.controlId$ = this.control$.pipe(map((control) => (control ? control.nativeElement.id || getUniqueId('odx-form-field') : null)), shareReplay({ refCount: true }));
27
27
  this.controlHintId$ = this.controlId$.pipe(map((id) => (id ? `${id}-hint` : null)), shareReplay({ refCount: true }));
28
28
  this.controlErrorId$ = this.controlId$.pipe(map((id) => (id ? `${id}-error` : null)), shareReplay({ refCount: true }));
29
29
  this.isDisabled$ = this.control$.pipe(switchMap((control) => (control ? merge(this.updateControlDisabledState(control), this.getControlDisabledState(control)) : of(false))), distinctUntilChanged(), shareReplay({ refCount: true }));
@@ -57,10 +57,9 @@ class FormFieldService extends Controller {
57
57
  return control.statusChanges.pipe(startWith(control.status), map((status) => status === 'DISABLED'), distinctUntilChanged());
58
58
  }
59
59
  }
60
- FormFieldService.ID = 0;
61
- FormFieldService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
62
- FormFieldService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldService });
63
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldService, decorators: [{
60
+ FormFieldService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
61
+ FormFieldService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldService });
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldService, decorators: [{
64
63
  type: Injectable
65
64
  }] });
66
65
 
@@ -111,9 +110,9 @@ class FormFieldErrorService {
111
110
  return { key, message: getMessage(context) };
112
111
  }
113
112
  }
114
- FormFieldErrorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldErrorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
115
- FormFieldErrorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldErrorService });
116
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldErrorService, decorators: [{
113
+ FormFieldErrorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldErrorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
114
+ FormFieldErrorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldErrorService });
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldErrorService, decorators: [{
117
116
  type: Injectable
118
117
  }] });
119
118
 
@@ -125,12 +124,12 @@ let FormDirective = class FormDirective {
125
124
  this.reset$ = fromEvent(this.element.nativeElement, 'reset').pipe(this.takeUntilDestroyed(), share());
126
125
  }
127
126
  };
128
- FormDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
129
- FormDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.8", type: FormDirective, isStandalone: true, selector: "form[odxForm]", ngImport: i0 });
127
+ FormDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
128
+ FormDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: FormDirective, isStandalone: true, selector: "form[odxForm]", ngImport: i0 });
130
129
  FormDirective = __decorate([
131
130
  CSSComponent('form')
132
131
  ], FormDirective);
133
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormDirective, decorators: [{
132
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormDirective, decorators: [{
134
133
  type: Directive,
135
134
  args: [{
136
135
  standalone: true,
@@ -188,13 +187,13 @@ let FormFieldControlDirective = class FormFieldControlDirective {
188
187
  return merge(this.onFormSubmit$, this.onFormReset$).pipe(switchMap(({ type }) => (type === 'submit' ? merge(statusChanges, valueChanges).pipe(startWith(true)) : NEVER)));
189
188
  }
190
189
  };
191
- FormFieldControlDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
192
- FormFieldControlDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.8", type: FormFieldControlDirective, isStandalone: true, selector: "[odxFormFieldControl]", exportAs: ["odxFormFieldControl"], ngImport: i0 });
190
+ FormFieldControlDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
191
+ FormFieldControlDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: FormFieldControlDirective, isStandalone: true, selector: "[odxFormFieldControl]", exportAs: ["odxFormFieldControl"], ngImport: i0 });
193
192
  FormFieldControlDirective = __decorate([
194
193
  CSSComponent('form-field-control'),
195
194
  __metadata("design:paramtypes", [])
196
195
  ], FormFieldControlDirective);
197
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldControlDirective, decorators: [{
196
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldControlDirective, decorators: [{
198
197
  type: Directive,
199
198
  args: [{
200
199
  standalone: true,
@@ -212,9 +211,9 @@ class FormFieldErrorDirective {
212
211
  this.formFieldErrorService.registerCustomError(this.key, this.template);
213
212
  }
214
213
  }
215
- FormFieldErrorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldErrorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
216
- FormFieldErrorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.8", type: FormFieldErrorDirective, isStandalone: true, selector: "[odxFormFieldError]", inputs: { key: ["odxFormFieldError", "key"] }, ngImport: i0 });
217
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldErrorDirective, decorators: [{
214
+ FormFieldErrorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldErrorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
215
+ FormFieldErrorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: FormFieldErrorDirective, isStandalone: true, selector: "[odxFormFieldError]", inputs: { key: ["odxFormFieldError", "key"] }, ngImport: i0 });
216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldErrorDirective, decorators: [{
218
217
  type: Directive,
219
218
  args: [{
220
219
  standalone: true,
@@ -231,9 +230,9 @@ class FormFieldHintDirective {
231
230
  reactiveAttributeBinding(inject(FormFieldService).controlHintId$, 'id');
232
231
  }
233
232
  }
234
- FormFieldHintDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
235
- FormFieldHintDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.8", type: FormFieldHintDirective, isStandalone: true, selector: "odx-form-field-hint", host: { properties: { "class.odx-form-field__hint": "true" } }, ngImport: i0 });
236
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldHintDirective, decorators: [{
233
+ FormFieldHintDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
234
+ FormFieldHintDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: FormFieldHintDirective, isStandalone: true, selector: "odx-form-field-hint", host: { properties: { "class.odx-form-field__hint": "true" } }, ngImport: i0 });
235
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldHintDirective, decorators: [{
237
236
  type: Directive,
238
237
  args: [{
239
238
  standalone: true,
@@ -249,12 +248,12 @@ let FormFieldLabelDirective = class FormFieldLabelDirective {
249
248
  this.element = injectElement();
250
249
  }
251
250
  };
252
- FormFieldLabelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
253
- FormFieldLabelDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.8", type: FormFieldLabelDirective, isStandalone: true, selector: "odx-form-field-label", ngImport: i0 });
251
+ FormFieldLabelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
252
+ FormFieldLabelDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: FormFieldLabelDirective, isStandalone: true, selector: "odx-form-field-label", ngImport: i0 });
254
253
  FormFieldLabelDirective = __decorate([
255
254
  CSSComponent('form-field-label')
256
255
  ], FormFieldLabelDirective);
257
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldLabelDirective, decorators: [{
256
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldLabelDirective, decorators: [{
258
257
  type: Directive,
259
258
  args: [{
260
259
  standalone: true,
@@ -268,9 +267,9 @@ class FormFieldInfoComponent {
268
267
  this.error = null;
269
268
  }
270
269
  }
271
- FormFieldInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
272
- FormFieldInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: FormFieldInfoComponent, isStandalone: true, selector: "odx-form-field-info", inputs: { error: "error" }, host: { properties: { "class.odx-form-field__info": "true" } }, ngImport: i0, template: "<span class=\"odx-form-field-error\" [attr.id]=\"formFieldService.controlErrorId$ | async\" *ngIf=\"error; else hint\">\n <ng-template [odxDynamicView]=\"error.message\" [odxDynamicViewContext]=\"error.context\"></ng-template>\n</span>\n<ng-template #hint>\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: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], encapsulation: i0.ViewEncapsulation.None });
273
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldInfoComponent, decorators: [{
270
+ FormFieldInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
271
+ FormFieldInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: FormFieldInfoComponent, isStandalone: true, selector: "odx-form-field-info", inputs: { error: "error" }, host: { properties: { "class.odx-form-field__info": "true" } }, ngImport: i0, template: "<span class=\"odx-form-field-error\" [attr.id]=\"formFieldService.controlErrorId$ | async\" *ngIf=\"error; else hint\">\n <ng-template [odxDynamicView]=\"error.message\" [odxDynamicViewContext]=\"error.context\"></ng-template>\n</span>\n<ng-template #hint>\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: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], encapsulation: i0.ViewEncapsulation.None });
272
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldInfoComponent, decorators: [{
274
273
  type: Component,
275
274
  args: [{ standalone: true, selector: 'odx-form-field-info', encapsulation: ViewEncapsulation.None, imports: [CoreModule, DynamicViewDirective, FormFieldHintDirective], host: {
276
275
  '[class.odx-form-field__info]': 'true',
@@ -288,12 +287,12 @@ let FormGroupComponent = class FormGroupComponent {
288
287
  this.error$ = this.formFieldErrorServices.changes.pipe(startWith(this.formFieldErrorServices), switchMap((services) => combineLatest(services.map((service) => service.error$))), map((errors) => { var _a; return (_a = errors.find((error) => error !== null)) !== null && _a !== void 0 ? _a : null; }));
289
288
  }
290
289
  };
291
- FormGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
292
- FormGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: FormGroupComponent, isStandalone: true, selector: "odx-form-group", providers: [FormFieldService], queries: [{ propertyName: "formFieldErrorServices", predicate: FormFieldErrorService }], ngImport: i0, template: "<div class=\"odx-form-group__content\" odxLayout=\"grid auto vertical-end\">\n <ng-content select=\"odx-form-field\"> </ng-content>\n</div>\n<odx-form-field-info [error]=\"error$ | async\">\n <ng-content select=\"odx-form-field-hint\"></ng-content>\n</odx-form-field-info>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "component", type: FormFieldInfoComponent, selector: "odx-form-field-info", inputs: ["error"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
290
+ FormGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
291
+ FormGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: FormGroupComponent, isStandalone: true, selector: "odx-form-group", providers: [FormFieldService], queries: [{ propertyName: "formFieldErrorServices", predicate: FormFieldErrorService }], ngImport: i0, template: "<div class=\"odx-form-group__content\" odxLayout=\"grid auto vertical-end\">\n <ng-content select=\"odx-form-field\"> </ng-content>\n</div>\n<odx-form-field-info [error]=\"error$ | async\">\n <ng-content select=\"odx-form-field-hint\"></ng-content>\n</odx-form-field-info>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "component", type: FormFieldInfoComponent, selector: "odx-form-field-info", inputs: ["error"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
293
292
  FormGroupComponent = __decorate([
294
293
  CSSComponent('form-group')
295
294
  ], FormGroupComponent);
296
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormGroupComponent, decorators: [{
295
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormGroupComponent, decorators: [{
297
296
  type: Component,
298
297
  args: [{ standalone: true, selector: 'odx-form-group', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [CoreModule, FormFieldInfoComponent], providers: [FormFieldService], template: "<div class=\"odx-form-group__content\" odxLayout=\"grid auto vertical-end\">\n <ng-content select=\"odx-form-field\"> </ng-content>\n</div>\n<odx-form-field-info [error]=\"error$ | async\">\n <ng-content select=\"odx-form-field-hint\"></ng-content>\n</odx-form-field-info>\n" }]
299
298
  }], propDecorators: { formFieldErrorServices: [{
@@ -332,8 +331,8 @@ let FormFieldComponent = class FormFieldComponent {
332
331
  reactiveClassBinding(hasWarning$, 'has-warning');
333
332
  }
334
333
  };
335
- FormFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
336
- FormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: FormFieldComponent, isStandalone: true, selector: "odx-form-field", inputs: { label: "label", hasWarning: "hasWarning", variant: "variant" }, providers: [FormFieldService, FormFieldErrorService, DisabledController.connect(), ReadonlyController.connect()], queries: [{ propertyName: "labelDirective", first: true, predicate: FormFieldLabelDirective, descendants: true }], ngImport: i0, template: "<label class=\"odx-form-field__label\" [attr.for]=\"formFieldService.controlId$ | async\" [attr.aria-owns]=\"formFieldService.controlId$ | async\" *ngIf=\"hasLabel\">\n <odx-form-field-label *ngIf=\"label; else labelTemplate\">\n {{ label }}\n </odx-form-field-label>\n <ng-template #labelTemplate>\n <ng-content select=\"odx-form-field-label\"></ng-content>\n </ng-template>\n</label>\n<div class=\"odx-form-field__inner\">\n <div class=\"odx-form-field__control\">\n <div class=\"odx-form-field__prefix\">\n <ng-content select=\"[odxFormFieldPrefix]\"></ng-content>\n </div>\n <ng-content></ng-content>\n <div class=\"odx-form-field__suffix\">\n <ng-content select=\"[odxFormFieldSuffix]\"></ng-content>\n </div>\n </div>\n <odx-form-field-info [error]=\"formFieldErrorService.error$ | async\" *ngIf=\"!formGroup\">\n <ng-content select=\"odx-form-field-hint\"></ng-content>\n </odx-form-field-info>\n</div>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "component", type: FormFieldInfoComponent, selector: "odx-form-field-info", inputs: ["error"] }, { kind: "directive", type: FormFieldLabelDirective, selector: "odx-form-field-label" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
334
+ FormFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
335
+ FormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: FormFieldComponent, isStandalone: true, selector: "odx-form-field", inputs: { label: "label", hasWarning: "hasWarning", variant: "variant" }, providers: [FormFieldService, FormFieldErrorService, DisabledController.connect(), ReadonlyController.connect()], queries: [{ propertyName: "labelDirective", first: true, predicate: FormFieldLabelDirective, descendants: true }], ngImport: i0, template: "<label class=\"odx-form-field__label\" [attr.for]=\"formFieldService.controlId$ | async\" [attr.aria-owns]=\"formFieldService.controlId$ | async\" *ngIf=\"hasLabel\">\n <odx-form-field-label *ngIf=\"label; else labelTemplate\">\n {{ label }}\n </odx-form-field-label>\n <ng-template #labelTemplate>\n <ng-content select=\"odx-form-field-label\"></ng-content>\n </ng-template>\n</label>\n<div class=\"odx-form-field__inner\">\n <div class=\"odx-form-field__control\">\n <div class=\"odx-form-field__prefix\">\n <ng-content select=\"[odxFormFieldPrefix]\"></ng-content>\n </div>\n <ng-content></ng-content>\n <div class=\"odx-form-field__suffix\">\n <ng-content select=\"[odxFormFieldSuffix]\"></ng-content>\n </div>\n </div>\n <odx-form-field-info [error]=\"formFieldErrorService.error$ | async\" *ngIf=\"!formGroup\">\n <ng-content select=\"odx-form-field-hint\"></ng-content>\n </odx-form-field-info>\n</div>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "component", type: FormFieldInfoComponent, selector: "odx-form-field-info", inputs: ["error"] }, { kind: "directive", type: FormFieldLabelDirective, selector: "odx-form-field-label" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
337
336
  __decorate([
338
337
  CSSModifier(),
339
338
  __metadata("design:type", Object)
@@ -342,7 +341,7 @@ FormFieldComponent = __decorate([
342
341
  CSSComponent('form-field'),
343
342
  __metadata("design:paramtypes", [])
344
343
  ], FormFieldComponent);
345
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldComponent, decorators: [{
344
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldComponent, decorators: [{
346
345
  type: Component,
347
346
  args: [{ standalone: true, selector: 'odx-form-field', imports: [CoreModule, FormFieldInfoComponent, FormFieldLabelDirective], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [FormFieldService, FormFieldErrorService, DisabledController.connect(), ReadonlyController.connect()], template: "<label class=\"odx-form-field__label\" [attr.for]=\"formFieldService.controlId$ | async\" [attr.aria-owns]=\"formFieldService.controlId$ | async\" *ngIf=\"hasLabel\">\n <odx-form-field-label *ngIf=\"label; else labelTemplate\">\n {{ label }}\n </odx-form-field-label>\n <ng-template #labelTemplate>\n <ng-content select=\"odx-form-field-label\"></ng-content>\n </ng-template>\n</label>\n<div class=\"odx-form-field__inner\">\n <div class=\"odx-form-field__control\">\n <div class=\"odx-form-field__prefix\">\n <ng-content select=\"[odxFormFieldPrefix]\"></ng-content>\n </div>\n <ng-content></ng-content>\n <div class=\"odx-form-field__suffix\">\n <ng-content select=\"[odxFormFieldSuffix]\"></ng-content>\n </div>\n </div>\n <odx-form-field-info [error]=\"formFieldErrorService.error$ | async\" *ngIf=\"!formGroup\">\n <ng-content select=\"odx-form-field-hint\"></ng-content>\n </odx-form-field-info>\n</div>\n" }]
348
347
  }], ctorParameters: function () { return []; }, propDecorators: { labelDirective: [{
@@ -367,8 +366,8 @@ const modules = [
367
366
  ];
368
367
  class FormFieldModule {
369
368
  }
370
- FormFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
371
- FormFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: FormFieldModule, imports: [FormFieldComponent,
369
+ FormFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
370
+ FormFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: FormFieldModule, imports: [FormFieldComponent,
372
371
  FormGroupComponent,
373
372
  FormDirective,
374
373
  FormFieldControlDirective,
@@ -381,9 +380,9 @@ FormFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
381
380
  FormFieldErrorDirective,
382
381
  FormFieldHintDirective,
383
382
  FormFieldLabelDirective] });
384
- FormFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldModule, imports: [FormFieldComponent,
383
+ FormFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldModule, imports: [FormFieldComponent,
385
384
  FormGroupComponent, CoreModule] });
386
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FormFieldModule, decorators: [{
385
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FormFieldModule, decorators: [{
387
386
  type: NgModule,
388
387
  args: [{
389
388
  imports: modules,