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

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 (347) hide show
  1. package/cdk/active-indicator/lib/models/active-indicator-direction.d.ts +1 -1
  2. package/cdk/active-indicator/lib/models/active-indicator-position.d.ts +1 -1
  3. package/cdk/dynamic-view/lib/facade/dynamic-content.d.ts +3 -3
  4. package/components/area-header/models/area-header-size.d.ts +1 -1
  5. package/components/avatar/lib/models/avatar-size.d.ts +1 -1
  6. package/components/avatar/lib/models/avatar-variant.d.ts +1 -1
  7. package/components/badge/lib/models/badge-variant.d.ts +1 -1
  8. package/components/bar/lib/models/bar-button-variant.d.ts +1 -1
  9. package/components/button/lib/models/button-size.d.ts +1 -1
  10. package/components/button/lib/models/button-variant.d.ts +1 -1
  11. package/components/chip/lib/models/chip-size.d.ts +1 -1
  12. package/components/chip/lib/models/chip-variant.d.ts +1 -1
  13. package/components/circular-progress/lib/models/circular-progress-size.d.ts +1 -1
  14. package/components/dropdown/lib/models/dropdown-options.d.ts +1 -1
  15. package/components/form-field/lib/form-field.component.d.ts +1 -2
  16. package/components/form-field/lib/models/form-field-error-resolver.d.ts +1 -1
  17. package/components/icon/lib/models/icon-size.d.ts +1 -1
  18. package/components/inline-message/lib/models/inline-message-variant.d.ts +1 -1
  19. package/components/logo/models/logo-size.d.ts +1 -1
  20. package/components/logo/models/logo-variant.d.ts +1 -1
  21. package/components/modal/lib/modal.config.d.ts +1 -1
  22. package/components/modal/lib/models/basic-modal-options.d.ts +1 -1
  23. package/components/modal/lib/models/modal-hero-variant.d.ts +1 -1
  24. package/components/modal/lib/models/modal-options.d.ts +1 -1
  25. package/components/modal/lib/models/modal-size.d.ts +1 -1
  26. package/components/modal/lib/models/modal-type.d.ts +1 -1
  27. package/components/modal/lib/models/modal-variant.d.ts +1 -1
  28. package/components/select/lib/abstract/select-control-option.d.ts +2 -0
  29. package/components/select/lib/abstract/select-control.d.ts +1 -0
  30. package/components/select/lib/components/option/option.component.d.ts +6 -1
  31. package/components/select/lib/select.component.d.ts +7 -5
  32. package/components/toast/lib/components/toast-item/toast-item.component.d.ts +1 -1
  33. package/components/toast/lib/models/toast-variant.d.ts +1 -1
  34. package/components/toast/lib/toast.config.d.ts +1 -1
  35. package/components/tooltip/lib/models/tooltip-size.d.ts +1 -1
  36. package/components/tooltip/lib/models/tooltip-trigger.d.ts +1 -1
  37. package/esm2020/cdk/a11y/lib/a11y.module.mjs +4 -4
  38. package/esm2020/cdk/a11y/lib/directives/interactive.directive.mjs +3 -3
  39. package/esm2020/cdk/a11y/lib/directives/list-focus-manager-option.directive.mjs +3 -3
  40. package/esm2020/cdk/a11y/lib/directives/list-focus-manager.directive.mjs +3 -3
  41. package/esm2020/cdk/active-indicator/lib/active-indicator.directive.mjs +3 -3
  42. package/esm2020/cdk/checkbox-control/lib/checkbox-control.directive.mjs +11 -11
  43. package/esm2020/cdk/connected-overlay/lib/connected-overlay.component.mjs +3 -3
  44. package/esm2020/cdk/connected-overlay/lib/connected-overlay.service.mjs +3 -3
  45. package/esm2020/cdk/custom-form-control/lib/control.directive.mjs +3 -3
  46. package/esm2020/cdk/custom-form-control/lib/custom-form-control.mjs +18 -18
  47. package/esm2020/cdk/dynamic-view/lib/dynamic-view.component.mjs +3 -3
  48. package/esm2020/cdk/dynamic-view/lib/dynamic-view.directive.mjs +3 -3
  49. package/esm2020/cdk/dynamic-view/lib/dynamic-view.service.mjs +3 -3
  50. package/esm2020/cdk/expandable/lib/directives/expandable-item.directive.mjs +3 -3
  51. package/esm2020/cdk/expandable/lib/directives/extandable-container.directive.mjs +3 -3
  52. package/esm2020/cdk/expandable/lib/expandable.module.mjs +4 -4
  53. package/esm2020/cdk/radio-group-control/lib/radio-control.directive.mjs +10 -10
  54. package/esm2020/cdk/radio-group-control/lib/radio-group-control.directive.mjs +3 -3
  55. package/esm2020/cdk/radio-group-control/lib/radio-group-control.module.mjs +4 -4
  56. package/esm2020/components/accordion/lib/accordion.component.mjs +3 -3
  57. package/esm2020/components/accordion/lib/accordion.module.mjs +4 -4
  58. package/esm2020/components/accordion/lib/components/accordion-item/accordion-item.component.mjs +3 -3
  59. package/esm2020/components/accordion/lib/directives/accordion-item-title.mjs +3 -3
  60. package/esm2020/components/action-group/action-group.component.mjs +3 -3
  61. package/esm2020/components/area-header/area-header.component.mjs +6 -5
  62. package/esm2020/components/area-header/area-header.module.mjs +4 -4
  63. package/esm2020/components/area-header/directives/area-header-content.directive.mjs +3 -3
  64. package/esm2020/components/area-header/directives/area-header-subtitle.directive.mjs +3 -3
  65. package/esm2020/components/avatar/lib/avatar.component.mjs +8 -10
  66. package/esm2020/components/badge/lib/badge.component.mjs +6 -5
  67. package/esm2020/components/badge/lib/badge.directive.mjs +3 -3
  68. package/esm2020/components/bar/lib/bar.component.mjs +3 -3
  69. package/esm2020/components/bar/lib/bar.module.mjs +4 -4
  70. package/esm2020/components/bar/lib/directives/bar-button.directive.mjs +6 -7
  71. package/esm2020/components/bar/lib/directives/bar-label.directive.mjs +3 -3
  72. package/esm2020/components/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
  73. package/esm2020/components/button/lib/button.component.mjs +8 -10
  74. package/esm2020/components/button-group/lib/button-group.component.mjs +3 -3
  75. package/esm2020/components/checkbox/lib/checkbox.component.mjs +3 -3
  76. package/esm2020/components/checkbox/lib/checkbox.module.mjs +4 -4
  77. package/esm2020/components/checkbox/lib/checkbox.validator.mjs +3 -3
  78. package/esm2020/components/chip/lib/chip.component.mjs +3 -3
  79. package/esm2020/components/circular-progress/lib/circular-progress.component.mjs +3 -3
  80. package/esm2020/components/content-box/lib/content-box.component.mjs +3 -3
  81. package/esm2020/components/content-box/lib/content-box.module.mjs +4 -4
  82. package/esm2020/components/content-box/lib/directives/content-box-footer-directive.mjs +3 -3
  83. package/esm2020/components/content-box/lib/directives/content-box-header-directive.mjs +3 -3
  84. package/esm2020/components/dropdown/lib/dropdown.component.mjs +3 -3
  85. package/esm2020/components/dropdown/lib/dropdown.directive.mjs +3 -3
  86. package/esm2020/components/dropdown/lib/dropdown.module.mjs +4 -4
  87. package/esm2020/components/dropdown/lib/models/dropdown-options.mjs +2 -2
  88. package/esm2020/components/form-field/lib/components/form-field-info/form-field-info.component.mjs +3 -3
  89. package/esm2020/components/form-field/lib/components/form-group/form-group.component.mjs +3 -3
  90. package/esm2020/components/form-field/lib/directives/form-field-control.directive.mjs +3 -3
  91. package/esm2020/components/form-field/lib/directives/form-field-error.directive.mjs +3 -3
  92. package/esm2020/components/form-field/lib/directives/form-field-hint.directive.mjs +3 -3
  93. package/esm2020/components/form-field/lib/directives/form-field-label.directive.mjs +3 -3
  94. package/esm2020/components/form-field/lib/directives/form.directive.mjs +3 -3
  95. package/esm2020/components/form-field/lib/form-field.component.mjs +13 -14
  96. package/esm2020/components/form-field/lib/form-field.module.mjs +4 -4
  97. package/esm2020/components/form-field/lib/form-field.service.mjs +3 -3
  98. package/esm2020/components/form-field/lib/services/form-field-error.service.mjs +3 -3
  99. package/esm2020/components/header/lib/directives/header-avatar.directive.mjs +3 -3
  100. package/esm2020/components/header/lib/directives/header-title.directive.mjs +3 -3
  101. package/esm2020/components/header/lib/header.component.mjs +3 -3
  102. package/esm2020/components/header/lib/header.module.mjs +4 -4
  103. package/esm2020/components/icon/lib/icon.component.mjs +3 -3
  104. package/esm2020/components/inline-message/lib/inline-message.component.mjs +6 -7
  105. package/esm2020/components/launch-tile/lib/components/launch-tile-footer/launch-tile-footer.component.mjs +3 -3
  106. package/esm2020/components/launch-tile/lib/components/launch-tile-subtitle/launch-tile-subtitle.component.mjs +3 -3
  107. package/esm2020/components/launch-tile/lib/launch-tile.component.mjs +5 -5
  108. package/esm2020/components/launch-tile/lib/launch-tile.module.mjs +4 -4
  109. package/esm2020/components/link/link.directive.mjs +3 -3
  110. package/esm2020/components/list/lib/components/list-item/list-item.component.mjs +3 -3
  111. package/esm2020/components/list/lib/list.component.mjs +3 -3
  112. package/esm2020/components/list/lib/list.module.mjs +4 -4
  113. package/esm2020/components/loading-spinner/lib/loading-spinner.component.mjs +3 -3
  114. package/esm2020/components/loading-spinner/lib/loading-spinner.directive.mjs +3 -3
  115. package/esm2020/components/loading-spinner/lib/loading-spinner.module.mjs +4 -4
  116. package/esm2020/components/logo/logo.directive.mjs +8 -6
  117. package/esm2020/components/main-menu/lib/directives/main-menu-button.directive.mjs +3 -3
  118. package/esm2020/components/main-menu/lib/directives/main-menu-item.directive.mjs +3 -3
  119. package/esm2020/components/main-menu/lib/main-menu.component.mjs +5 -5
  120. package/esm2020/components/main-menu/lib/main-menu.module.mjs +4 -4
  121. package/esm2020/components/main-menu/lib/main-menu.service.mjs +3 -3
  122. package/esm2020/components/menu/lib/directives/menu-item.directive.mjs +3 -3
  123. package/esm2020/components/menu/lib/menu.component.mjs +3 -3
  124. package/esm2020/components/menu/lib/menu.directive.mjs +3 -3
  125. package/esm2020/components/menu/lib/menu.module.mjs +4 -4
  126. package/esm2020/components/modal/lib/components/basic-modal/basic-modal.component.mjs +3 -3
  127. package/esm2020/components/modal/lib/components/modal-footer/modal-footer.component.mjs +3 -3
  128. package/esm2020/components/modal/lib/components/modal-header/modal-header.component.mjs +3 -3
  129. package/esm2020/components/modal/lib/components/modal-hero/modal-hero.component.mjs +3 -3
  130. package/esm2020/components/modal/lib/directives/modal-close.directive.mjs +3 -3
  131. package/esm2020/components/modal/lib/directives/modal-content.directive.mjs +3 -3
  132. package/esm2020/components/modal/lib/directives/modal-dismiss.directive.mjs +3 -3
  133. package/esm2020/components/modal/lib/modal.component.mjs +3 -3
  134. package/esm2020/components/modal/lib/modal.directive.mjs +3 -3
  135. package/esm2020/components/modal/lib/modal.module.mjs +4 -4
  136. package/esm2020/components/modal/lib/modal.service.mjs +3 -3
  137. package/esm2020/components/modal/lib/models/modal-ref.mjs +11 -11
  138. package/esm2020/components/progress/lib/progress.component.mjs +3 -3
  139. package/esm2020/components/radio-group/lib/components/radio-button/radio-button.component.mjs +3 -3
  140. package/esm2020/components/radio-group/lib/radio-group.component.mjs +3 -3
  141. package/esm2020/components/radio-group/lib/radio-group.module.mjs +4 -4
  142. package/esm2020/components/rail-navigation/lib/components/rail-navigation-item.component.mjs +3 -3
  143. package/esm2020/components/rail-navigation/lib/rail-navigation.component.mjs +3 -3
  144. package/esm2020/components/rail-navigation/lib/rail-navigation.module.mjs +4 -4
  145. package/esm2020/components/select/lib/abstract/select-control-option.mjs +1 -1
  146. package/esm2020/components/select/lib/abstract/select-control.mjs +1 -1
  147. package/esm2020/components/select/lib/components/option/option.component.mjs +36 -17
  148. package/esm2020/components/select/lib/directives/select-search-field.directive.mjs +3 -3
  149. package/esm2020/components/select/lib/pipes/select-search-filter.pipe.mjs +3 -3
  150. package/esm2020/components/select/lib/select.component.mjs +51 -24
  151. package/esm2020/components/select/lib/select.module.mjs +4 -4
  152. package/esm2020/components/slider/lib/slider.directive.mjs +3 -3
  153. package/esm2020/components/spinbox/lib/spinbox.component.mjs +7 -7
  154. package/esm2020/components/switch/lib/switch.component.mjs +3 -3
  155. package/esm2020/components/switch/lib/switch.module.mjs +4 -4
  156. package/esm2020/components/switch/lib/switch.validator.mjs +3 -3
  157. package/esm2020/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.mjs +3 -3
  158. package/esm2020/components/tab-bar/lib/tab-bar.component.mjs +3 -3
  159. package/esm2020/components/tab-bar/lib/tab-bar.module.mjs +4 -4
  160. package/esm2020/components/toast/lib/components/toast-container/toast-container.component.mjs +3 -3
  161. package/esm2020/components/toast/lib/components/toast-item/toast-item.component.mjs +7 -6
  162. package/esm2020/components/toast/lib/toast.module.mjs +4 -4
  163. package/esm2020/components/toast/lib/toast.service.mjs +3 -3
  164. package/esm2020/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.mjs +3 -3
  165. package/esm2020/components/toggle-button-group/lib/toggle-button-group.component.mjs +3 -3
  166. package/esm2020/components/toggle-button-group/lib/toggle-button-group.module.mjs +4 -4
  167. package/esm2020/components/tooltip/lib/tooltip.component.mjs +3 -3
  168. package/esm2020/components/tooltip/lib/tooltip.directive.mjs +10 -10
  169. package/esm2020/internal/decorators/css-component.mjs +3 -6
  170. package/esm2020/internal/decorators/css-modifier.mjs +14 -16
  171. package/esm2020/internal/helpers/decorator-property-name.mjs +4 -0
  172. package/esm2020/internal/helpers/index.mjs +2 -1
  173. package/esm2020/internal/helpers/with-mutiple-descriptors.mjs +10 -8
  174. package/esm2020/lib/controllers/controller.mjs +3 -3
  175. package/esm2020/lib/controllers/disabled.controller.mjs +26 -20
  176. package/esm2020/lib/controllers/readonly.controller.mjs +30 -21
  177. package/esm2020/lib/core.module.mjs +9 -8
  178. package/esm2020/lib/directives/click-outside.directive.mjs +3 -3
  179. package/esm2020/lib/directives/index.mjs +1 -2
  180. package/esm2020/lib/directives/with-disabled-state.directive.mjs +9 -9
  181. package/esm2020/lib/directives/with-tabindex.directive.mjs +3 -3
  182. package/esm2020/lib/services/window-ref.mjs +8 -5
  183. package/esm2020/utils/lib/decorators/transform.mjs +3 -3
  184. package/esm2020/utils/lib/helpers/event-manager.mjs +3 -3
  185. package/fesm2015/odx-angular-cdk-a11y.mjs +13 -13
  186. package/fesm2015/odx-angular-cdk-active-indicator.mjs +3 -3
  187. package/fesm2015/odx-angular-cdk-checkbox-control.mjs +11 -11
  188. package/fesm2015/odx-angular-cdk-checkbox-control.mjs.map +1 -1
  189. package/fesm2015/odx-angular-cdk-connected-overlay.mjs +6 -6
  190. package/fesm2015/odx-angular-cdk-custom-form-control.mjs +21 -21
  191. package/fesm2015/odx-angular-cdk-custom-form-control.mjs.map +1 -1
  192. package/fesm2015/odx-angular-cdk-dynamic-view.mjs +9 -9
  193. package/fesm2015/odx-angular-cdk-expandable.mjs +10 -10
  194. package/fesm2015/odx-angular-cdk-radio-group-control.mjs +16 -16
  195. package/fesm2015/odx-angular-cdk-radio-group-control.mjs.map +1 -1
  196. package/fesm2015/odx-angular-components-accordion.mjs +13 -13
  197. package/fesm2015/odx-angular-components-action-group.mjs +3 -3
  198. package/fesm2015/odx-angular-components-area-header.mjs +15 -14
  199. package/fesm2015/odx-angular-components-area-header.mjs.map +1 -1
  200. package/fesm2015/odx-angular-components-avatar.mjs +7 -9
  201. package/fesm2015/odx-angular-components-avatar.mjs.map +1 -1
  202. package/fesm2015/odx-angular-components-badge.mjs +8 -7
  203. package/fesm2015/odx-angular-components-badge.mjs.map +1 -1
  204. package/fesm2015/odx-angular-components-bar.mjs +15 -16
  205. package/fesm2015/odx-angular-components-bar.mjs.map +1 -1
  206. package/fesm2015/odx-angular-components-breadcrumbs.mjs +3 -3
  207. package/fesm2015/odx-angular-components-button-group.mjs +3 -3
  208. package/fesm2015/odx-angular-components-button.mjs +7 -9
  209. package/fesm2015/odx-angular-components-button.mjs.map +1 -1
  210. package/fesm2015/odx-angular-components-checkbox.mjs +10 -10
  211. package/fesm2015/odx-angular-components-chip.mjs +3 -3
  212. package/fesm2015/odx-angular-components-circular-progress.mjs +3 -3
  213. package/fesm2015/odx-angular-components-content-box.mjs +13 -13
  214. package/fesm2015/odx-angular-components-dropdown.mjs +11 -11
  215. package/fesm2015/odx-angular-components-dropdown.mjs.map +1 -1
  216. package/fesm2015/odx-angular-components-form-field.mjs +42 -43
  217. package/fesm2015/odx-angular-components-form-field.mjs.map +1 -1
  218. package/fesm2015/odx-angular-components-header.mjs +13 -13
  219. package/fesm2015/odx-angular-components-icon.mjs +3 -3
  220. package/fesm2015/odx-angular-components-inline-message.mjs +5 -6
  221. package/fesm2015/odx-angular-components-inline-message.mjs.map +1 -1
  222. package/fesm2015/odx-angular-components-launch-tile.mjs +14 -14
  223. package/fesm2015/odx-angular-components-launch-tile.mjs.map +1 -1
  224. package/fesm2015/odx-angular-components-link.mjs +3 -3
  225. package/fesm2015/odx-angular-components-list.mjs +10 -10
  226. package/fesm2015/odx-angular-components-loading-spinner.mjs +10 -10
  227. package/fesm2015/odx-angular-components-logo.mjs +7 -5
  228. package/fesm2015/odx-angular-components-logo.mjs.map +1 -1
  229. package/fesm2015/odx-angular-components-main-menu.mjs +17 -17
  230. package/fesm2015/odx-angular-components-main-menu.mjs.map +1 -1
  231. package/fesm2015/odx-angular-components-menu.mjs +13 -13
  232. package/fesm2015/odx-angular-components-modal.mjs +44 -44
  233. package/fesm2015/odx-angular-components-modal.mjs.map +1 -1
  234. package/fesm2015/odx-angular-components-progress.mjs +3 -3
  235. package/fesm2015/odx-angular-components-radio-group.mjs +10 -10
  236. package/fesm2015/odx-angular-components-rail-navigation.mjs +10 -10
  237. package/fesm2015/odx-angular-components-select.mjs +92 -54
  238. package/fesm2015/odx-angular-components-select.mjs.map +1 -1
  239. package/fesm2015/odx-angular-components-slider.mjs +3 -3
  240. package/fesm2015/odx-angular-components-spinbox.mjs +7 -7
  241. package/fesm2015/odx-angular-components-spinbox.mjs.map +1 -1
  242. package/fesm2015/odx-angular-components-switch.mjs +10 -10
  243. package/fesm2015/odx-angular-components-tab-bar.mjs +10 -10
  244. package/fesm2015/odx-angular-components-toast.mjs +16 -15
  245. package/fesm2015/odx-angular-components-toast.mjs.map +1 -1
  246. package/fesm2015/odx-angular-components-toggle-button-group.mjs +10 -10
  247. package/fesm2015/odx-angular-components-tooltip.mjs +12 -12
  248. package/fesm2015/odx-angular-components-tooltip.mjs.map +1 -1
  249. package/fesm2015/odx-angular-internal.mjs +45 -47
  250. package/fesm2015/odx-angular-internal.mjs.map +1 -1
  251. package/fesm2015/odx-angular-utils.mjs +5 -5
  252. package/fesm2015/odx-angular-utils.mjs.map +1 -1
  253. package/fesm2015/odx-angular.mjs +90 -102
  254. package/fesm2015/odx-angular.mjs.map +1 -1
  255. package/fesm2020/odx-angular-cdk-a11y.mjs +13 -13
  256. package/fesm2020/odx-angular-cdk-active-indicator.mjs +3 -3
  257. package/fesm2020/odx-angular-cdk-checkbox-control.mjs +11 -11
  258. package/fesm2020/odx-angular-cdk-checkbox-control.mjs.map +1 -1
  259. package/fesm2020/odx-angular-cdk-connected-overlay.mjs +6 -6
  260. package/fesm2020/odx-angular-cdk-custom-form-control.mjs +21 -21
  261. package/fesm2020/odx-angular-cdk-custom-form-control.mjs.map +1 -1
  262. package/fesm2020/odx-angular-cdk-dynamic-view.mjs +9 -9
  263. package/fesm2020/odx-angular-cdk-expandable.mjs +10 -10
  264. package/fesm2020/odx-angular-cdk-radio-group-control.mjs +16 -16
  265. package/fesm2020/odx-angular-cdk-radio-group-control.mjs.map +1 -1
  266. package/fesm2020/odx-angular-components-accordion.mjs +13 -13
  267. package/fesm2020/odx-angular-components-action-group.mjs +3 -3
  268. package/fesm2020/odx-angular-components-area-header.mjs +15 -14
  269. package/fesm2020/odx-angular-components-area-header.mjs.map +1 -1
  270. package/fesm2020/odx-angular-components-avatar.mjs +7 -9
  271. package/fesm2020/odx-angular-components-avatar.mjs.map +1 -1
  272. package/fesm2020/odx-angular-components-badge.mjs +8 -7
  273. package/fesm2020/odx-angular-components-badge.mjs.map +1 -1
  274. package/fesm2020/odx-angular-components-bar.mjs +15 -16
  275. package/fesm2020/odx-angular-components-bar.mjs.map +1 -1
  276. package/fesm2020/odx-angular-components-breadcrumbs.mjs +3 -3
  277. package/fesm2020/odx-angular-components-button-group.mjs +3 -3
  278. package/fesm2020/odx-angular-components-button.mjs +7 -9
  279. package/fesm2020/odx-angular-components-button.mjs.map +1 -1
  280. package/fesm2020/odx-angular-components-checkbox.mjs +10 -10
  281. package/fesm2020/odx-angular-components-chip.mjs +3 -3
  282. package/fesm2020/odx-angular-components-circular-progress.mjs +3 -3
  283. package/fesm2020/odx-angular-components-content-box.mjs +13 -13
  284. package/fesm2020/odx-angular-components-dropdown.mjs +11 -11
  285. package/fesm2020/odx-angular-components-dropdown.mjs.map +1 -1
  286. package/fesm2020/odx-angular-components-form-field.mjs +42 -43
  287. package/fesm2020/odx-angular-components-form-field.mjs.map +1 -1
  288. package/fesm2020/odx-angular-components-header.mjs +13 -13
  289. package/fesm2020/odx-angular-components-icon.mjs +3 -3
  290. package/fesm2020/odx-angular-components-inline-message.mjs +5 -6
  291. package/fesm2020/odx-angular-components-inline-message.mjs.map +1 -1
  292. package/fesm2020/odx-angular-components-launch-tile.mjs +14 -14
  293. package/fesm2020/odx-angular-components-launch-tile.mjs.map +1 -1
  294. package/fesm2020/odx-angular-components-link.mjs +3 -3
  295. package/fesm2020/odx-angular-components-list.mjs +10 -10
  296. package/fesm2020/odx-angular-components-loading-spinner.mjs +10 -10
  297. package/fesm2020/odx-angular-components-logo.mjs +7 -5
  298. package/fesm2020/odx-angular-components-logo.mjs.map +1 -1
  299. package/fesm2020/odx-angular-components-main-menu.mjs +17 -17
  300. package/fesm2020/odx-angular-components-main-menu.mjs.map +1 -1
  301. package/fesm2020/odx-angular-components-menu.mjs +13 -13
  302. package/fesm2020/odx-angular-components-modal.mjs +44 -44
  303. package/fesm2020/odx-angular-components-modal.mjs.map +1 -1
  304. package/fesm2020/odx-angular-components-progress.mjs +3 -3
  305. package/fesm2020/odx-angular-components-radio-group.mjs +10 -10
  306. package/fesm2020/odx-angular-components-rail-navigation.mjs +10 -10
  307. package/fesm2020/odx-angular-components-select.mjs +95 -51
  308. package/fesm2020/odx-angular-components-select.mjs.map +1 -1
  309. package/fesm2020/odx-angular-components-slider.mjs +3 -3
  310. package/fesm2020/odx-angular-components-spinbox.mjs +6 -6
  311. package/fesm2020/odx-angular-components-spinbox.mjs.map +1 -1
  312. package/fesm2020/odx-angular-components-switch.mjs +10 -10
  313. package/fesm2020/odx-angular-components-tab-bar.mjs +10 -10
  314. package/fesm2020/odx-angular-components-toast.mjs +16 -15
  315. package/fesm2020/odx-angular-components-toast.mjs.map +1 -1
  316. package/fesm2020/odx-angular-components-toggle-button-group.mjs +10 -10
  317. package/fesm2020/odx-angular-components-tooltip.mjs +12 -12
  318. package/fesm2020/odx-angular-components-tooltip.mjs.map +1 -1
  319. package/fesm2020/odx-angular-internal.mjs +42 -43
  320. package/fesm2020/odx-angular-internal.mjs.map +1 -1
  321. package/fesm2020/odx-angular-utils.mjs +5 -5
  322. package/fesm2020/odx-angular-utils.mjs.map +1 -1
  323. package/fesm2020/odx-angular.mjs +86 -100
  324. package/fesm2020/odx-angular.mjs.map +1 -1
  325. package/internal/decorators/css-component.d.ts +1 -2
  326. package/internal/decorators/css-modifier.d.ts +0 -1
  327. package/internal/helpers/decorator-property-name.d.ts +1 -0
  328. package/internal/helpers/index.d.ts +1 -0
  329. package/lib/controllers/disabled.controller.d.ts +5 -2
  330. package/lib/controllers/readonly.controller.d.ts +1 -0
  331. package/lib/core.module.d.ts +3 -3
  332. package/lib/directives/index.d.ts +0 -1
  333. package/lib/services/window-ref.d.ts +1 -0
  334. package/lib/tokens/identity-matcher.d.ts +1 -1
  335. package/lib/tokens/string-search-handler.d.ts +1 -1
  336. package/lib/tokens/stringify.d.ts +1 -1
  337. package/package.json +3 -2
  338. package/utils/lib/decorators/transform.d.ts +1 -1
  339. package/utils/lib/helpers/ng-changes.d.ts +1 -1
  340. package/utils/lib/helpers/provide-module-config.d.ts +2 -2
  341. package/utils/lib/helpers/queue.d.ts +2 -2
  342. package/utils/lib/types/axis.d.ts +1 -1
  343. package/utils/lib/types/get-properties.d.ts +2 -2
  344. package/utils/lib/types/position.d.ts +1 -1
  345. package/utils/lib/types/side.d.ts +1 -1
  346. package/esm2020/lib/directives/let.directive.mjs +0 -36
  347. package/lib/directives/let.directive.d.ts +0 -17
@@ -10,24 +10,25 @@ let BadgeComponent = class BadgeComponent {
10
10
  constructor() {
11
11
  this.element = injectElement();
12
12
  this.contrast = false;
13
+ this.variant = BadgeVariant.HIGHLIGHT;
13
14
  }
14
15
  };
15
- BadgeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
- 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 });
16
+ BadgeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
+ BadgeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", 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 });
17
18
  __decorate([
18
19
  Transform(coerceBooleanProperty),
19
20
  CSSModifier(),
20
21
  __metadata("design:type", Object)
21
22
  ], BadgeComponent.prototype, "contrast", void 0);
22
23
  __decorate([
23
- CSSModifier({ default: BadgeVariant.HIGHLIGHT }),
24
+ CSSModifier(),
24
25
  __metadata("design:type", String)
25
26
  ], BadgeComponent.prototype, "variant", void 0);
26
27
  BadgeComponent = __decorate([
27
28
  CSSComponent('badge')
28
29
  ], BadgeComponent);
29
30
  export { BadgeComponent };
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BadgeComponent, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BadgeComponent, decorators: [{
31
32
  type: Component,
32
33
  args: [{
33
34
  standalone: true,
@@ -44,4 +45,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImpor
44
45
  }], value: [{
45
46
  type: Input
46
47
  }] } });
47
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFkZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hbmd1bGFyL2NvbXBvbmVudHMvYmFkZ2Uvc3JjL2xpYi9iYWRnZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBZ0IscUJBQXFCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM1RSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RixPQUFPLEVBQXNCLG9CQUFvQixFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDekYsT0FBTyxFQUFFLFlBQVksRUFBRSxXQUFXLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsYUFBYSxFQUFFLFNBQVMsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQzlELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxVQUFVLENBQUM7O0FBV2pDLElBQU0sY0FBYyxHQUFwQixNQUFNLGNBQWM7SUFBcEI7UUFHVyxZQUFPLEdBQUcsYUFBYSxFQUFFLENBQUM7UUFLbkMsYUFBUSxHQUFHLEtBQUssQ0FBQztLQVF6Qjs7MkdBaEJZLGNBQWM7K0ZBQWQsY0FBYywySUFKZixzREFBc0QsNERBRHRELG9CQUFvQjtBQVU5QjtJQUFDLFNBQVMsQ0FBQyxxQkFBcUIsQ0FBQztJQUNoQyxXQUFXLEVBQUU7O2dEQUVVO0FBRXhCO0lBQUMsV0FBVyxDQUFDLEVBQUUsT0FBTyxFQUFFLFlBQVksQ0FBQyxTQUFTLEVBQUUsQ0FBQzs7K0NBRW5CO0FBWm5CLGNBQWM7SUFUMUIsWUFBWSxDQUFDLE9BQU8sQ0FBQztHQVNULGNBQWMsQ0FnQjFCO1NBaEJZLGNBQWM7MkZBQWQsY0FBYztrQkFSMUIsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLFdBQVc7b0JBQ3JCLE9BQU8sRUFBRSxDQUFDLG9CQUFvQixDQUFDO29CQUMvQixRQUFRLEVBQUUsc0RBQXNEO29CQUNoRSxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7aUJBQ3RDOzhCQVNRLFFBQVE7c0JBRGQsS0FBSztnQkFLQyxPQUFPO3NCQURiLEtBQUs7Z0JBSUMsS0FBSztzQkFEWCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQm9vbGVhbklucHV0LCBjb2VyY2VCb29sZWFuUHJvcGVydHkgfSBmcm9tICdAYW5ndWxhci9jZGsvY29lcmNpb24nO1xuaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSW5wdXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBEeW5hbWljVGV4dENvbnRlbnQsIER5bmFtaWNWaWV3RGlyZWN0aXZlIH0gZnJvbSAnQG9keC9hbmd1bGFyL2Nkay9keW5hbWljLXZpZXcnO1xuaW1wb3J0IHsgQ1NTQ29tcG9uZW50LCBDU1NNb2RpZmllciB9IGZyb20gJ0BvZHgvYW5ndWxhci9pbnRlcm5hbCc7XG5pbXBvcnQgeyBpbmplY3RFbGVtZW50LCBUcmFuc2Zvcm0gfSBmcm9tICdAb2R4L2FuZ3VsYXIvdXRpbHMnO1xuaW1wb3J0IHsgQmFkZ2VWYXJpYW50IH0gZnJvbSAnLi9tb2RlbHMnO1xuXG5AQ1NTQ29tcG9uZW50KCdiYWRnZScpXG5AQ29tcG9uZW50KHtcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgc2VsZWN0b3I6ICdvZHgtYmFkZ2UnLFxuICBpbXBvcnRzOiBbRHluYW1pY1ZpZXdEaXJlY3RpdmVdLFxuICB0ZW1wbGF0ZTogJzxuZy10ZW1wbGF0ZSBbb2R4RHluYW1pY1ZpZXddPVwidmFsdWVcIj48L25nLXRlbXBsYXRlPicsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBCYWRnZUNvbXBvbmVudCB7XG4gIHB1YmxpYyBzdGF0aWMgcmVhZG9ubHkgbmdBY2NlcHRJbnB1dFR5cGVfY29udHJhc3Q6IEJvb2xlYW5JbnB1dDtcblxuICBwdWJsaWMgcmVhZG9ubHkgZWxlbWVudCA9IGluamVjdEVsZW1lbnQoKTtcblxuICBAVHJhbnNmb3JtKGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSlcbiAgQENTU01vZGlmaWVyKClcbiAgQElucHV0KClcbiAgcHVibGljIGNvbnRyYXN0ID0gZmFsc2U7XG5cbiAgQENTU01vZGlmaWVyKHsgZGVmYXVsdDogQmFkZ2VWYXJpYW50LkhJR0hMSUdIVCB9KVxuICBASW5wdXQoKVxuICBwdWJsaWMgdmFyaWFudCE6IEJhZGdlVmFyaWFudDtcblxuICBASW5wdXQoKVxuICBwdWJsaWMgdmFsdWU/OiBEeW5hbWljVGV4dENvbnRlbnQgfCBudWxsO1xufVxuIl19
48
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFkZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hbmd1bGFyL2NvbXBvbmVudHMvYmFkZ2Uvc3JjL2xpYi9iYWRnZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBZ0IscUJBQXFCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM1RSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RixPQUFPLEVBQXNCLG9CQUFvQixFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDekYsT0FBTyxFQUFFLFlBQVksRUFBRSxXQUFXLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsYUFBYSxFQUFFLFNBQVMsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQzlELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxVQUFVLENBQUM7O0FBV2pDLElBQU0sY0FBYyxHQUFwQixNQUFNLGNBQWM7SUFBcEI7UUFHVyxZQUFPLEdBQUcsYUFBYSxFQUFFLENBQUM7UUFLbkMsYUFBUSxHQUFHLEtBQUssQ0FBQztRQUlqQixZQUFPLEdBQWlCLFlBQVksQ0FBQyxTQUFTLENBQUM7S0FJdkQ7OzJHQWhCWSxjQUFjOytGQUFkLGNBQWMsMklBSmYsc0RBQXNELDREQUR0RCxvQkFBb0I7QUFVOUI7SUFBQyxTQUFTLENBQUMscUJBQXFCLENBQUM7SUFDaEMsV0FBVyxFQUFFOztnREFFVTtBQUV4QjtJQUFDLFdBQVcsRUFBRTs7K0NBRXdDO0FBWjNDLGNBQWM7SUFUMUIsWUFBWSxDQUFDLE9BQU8sQ0FBQztHQVNULGNBQWMsQ0FnQjFCO1NBaEJZLGNBQWM7MkZBQWQsY0FBYztrQkFSMUIsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLFdBQVc7b0JBQ3JCLE9BQU8sRUFBRSxDQUFDLG9CQUFvQixDQUFDO29CQUMvQixRQUFRLEVBQUUsc0RBQXNEO29CQUNoRSxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7aUJBQ3RDOzhCQVNRLFFBQVE7c0JBRGQsS0FBSztnQkFLQyxPQUFPO3NCQURiLEtBQUs7Z0JBSUMsS0FBSztzQkFEWCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQm9vbGVhbklucHV0LCBjb2VyY2VCb29sZWFuUHJvcGVydHkgfSBmcm9tICdAYW5ndWxhci9jZGsvY29lcmNpb24nO1xuaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSW5wdXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBEeW5hbWljVGV4dENvbnRlbnQsIER5bmFtaWNWaWV3RGlyZWN0aXZlIH0gZnJvbSAnQG9keC9hbmd1bGFyL2Nkay9keW5hbWljLXZpZXcnO1xuaW1wb3J0IHsgQ1NTQ29tcG9uZW50LCBDU1NNb2RpZmllciB9IGZyb20gJ0BvZHgvYW5ndWxhci9pbnRlcm5hbCc7XG5pbXBvcnQgeyBpbmplY3RFbGVtZW50LCBUcmFuc2Zvcm0gfSBmcm9tICdAb2R4L2FuZ3VsYXIvdXRpbHMnO1xuaW1wb3J0IHsgQmFkZ2VWYXJpYW50IH0gZnJvbSAnLi9tb2RlbHMnO1xuXG5AQ1NTQ29tcG9uZW50KCdiYWRnZScpXG5AQ29tcG9uZW50KHtcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgc2VsZWN0b3I6ICdvZHgtYmFkZ2UnLFxuICBpbXBvcnRzOiBbRHluYW1pY1ZpZXdEaXJlY3RpdmVdLFxuICB0ZW1wbGF0ZTogJzxuZy10ZW1wbGF0ZSBbb2R4RHluYW1pY1ZpZXddPVwidmFsdWVcIj48L25nLXRlbXBsYXRlPicsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBCYWRnZUNvbXBvbmVudCB7XG4gIHB1YmxpYyBzdGF0aWMgcmVhZG9ubHkgbmdBY2NlcHRJbnB1dFR5cGVfY29udHJhc3Q6IEJvb2xlYW5JbnB1dDtcblxuICBwdWJsaWMgcmVhZG9ubHkgZWxlbWVudCA9IGluamVjdEVsZW1lbnQoKTtcblxuICBAVHJhbnNmb3JtKGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSlcbiAgQENTU01vZGlmaWVyKClcbiAgQElucHV0KClcbiAgcHVibGljIGNvbnRyYXN0ID0gZmFsc2U7XG5cbiAgQENTU01vZGlmaWVyKClcbiAgQElucHV0KClcbiAgcHVibGljIHZhcmlhbnQ6IEJhZGdlVmFyaWFudCA9IEJhZGdlVmFyaWFudC5ISUdITElHSFQ7XG5cbiAgQElucHV0KClcbiAgcHVibGljIHZhbHVlPzogRHluYW1pY1RleHRDb250ZW50IHwgbnVsbDtcbn1cbiJdfQ==
@@ -49,8 +49,8 @@ let BadgeDirective = class BadgeDirective {
49
49
  });
50
50
  }
51
51
  };
52
- BadgeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BadgeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
53
- 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 });
52
+ BadgeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BadgeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
53
+ BadgeDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: BadgeDirective, isStandalone: true, selector: "[odxBadge]", inputs: { value: ["odxBadge", "value"], contrast: ["odxBadgeContrast", "contrast"], position: ["odxBadgePosition", "position"], variant: ["odxBadgeVariant", "variant"] }, usesOnChanges: true, ngImport: i0 });
54
54
  __decorate([
55
55
  Transform(coerceBooleanProperty),
56
56
  __metadata("design:type", Object)
@@ -59,7 +59,7 @@ BadgeDirective = __decorate([
59
59
  CSSComponent('badge-host')
60
60
  ], BadgeDirective);
61
61
  export { BadgeDirective };
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BadgeDirective, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BadgeDirective, decorators: [{
63
63
  type: Directive,
64
64
  args: [{
65
65
  selector: '[odxBadge]',
@@ -8,13 +8,13 @@ let BarComponent = class BarComponent {
8
8
  this.element = injectElement();
9
9
  }
10
10
  };
11
- BarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- 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 });
11
+ BarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
+ BarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", 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
13
  BarComponent = __decorate([
14
14
  CSSComponent('bar')
15
15
  ], BarComponent);
16
16
  export { BarComponent };
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BarComponent, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BarComponent, decorators: [{
18
18
  type: Component,
19
19
  args: [{ standalone: true, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, selector: 'odx-bar', template: "<ng-content select=\"button[odxBarButton], [odxBarLabel]\"></ng-content>\n" }]
20
20
  }] });
@@ -7,10 +7,10 @@ import * as i0 from "@angular/core";
7
7
  const modules = [BarComponent, BarButtonDirective, BarLabelDirective];
8
8
  export class BarModule {
9
9
  }
10
- BarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- 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] });
12
- BarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BarModule, imports: [BarComponent, CoreModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BarModule, decorators: [{
10
+ BarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ BarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.1", ngImport: i0, type: BarModule, imports: [BarComponent, BarButtonDirective, BarLabelDirective], exports: [CoreModule, BarComponent, BarButtonDirective, BarLabelDirective] });
12
+ BarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BarModule, imports: [BarComponent, CoreModule] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BarModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  imports: modules,
@@ -9,21 +9,20 @@ let BarButtonDirective = class BarButtonDirective {
9
9
  constructor() {
10
10
  this.disabledController = DisabledController.inject();
11
11
  this.element = injectElement();
12
+ this.variant = BarButtonVariant.DEFAULT;
12
13
  }
13
14
  };
14
- BarButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BarButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
15
- 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 });
15
+ BarButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BarButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
16
+ BarButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: BarButtonDirective, isStandalone: true, selector: "button[odxBarButton]", inputs: { variant: "variant" }, host: { properties: { "class.is-disabled": "disabledController?.disabled" } }, providers: [DisabledController.connect()], ngImport: i0 });
16
17
  __decorate([
17
- CSSModifier({
18
- default: BarButtonVariant.DEFAULT,
19
- }),
18
+ CSSModifier(),
20
19
  __metadata("design:type", Object)
21
20
  ], BarButtonDirective.prototype, "variant", void 0);
22
21
  BarButtonDirective = __decorate([
23
22
  CSSComponent('bar-button')
24
23
  ], BarButtonDirective);
25
24
  export { BarButtonDirective };
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BarButtonDirective, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BarButtonDirective, decorators: [{
27
26
  type: Directive,
28
27
  args: [{
29
28
  selector: 'button[odxBarButton]',
@@ -36,4 +35,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImpor
36
35
  }], propDecorators: { variant: [{
37
36
  type: Input
38
37
  }] } });
39
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFyLWJ1dHRvbi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9iYXIvc3JjL2xpYi9kaXJlY3RpdmVzL2Jhci1idXR0b24uZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDbEQsT0FBTyxFQUFFLFlBQVksRUFBRSxXQUFXLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDbkQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sOEJBQThCLENBQUM7O0FBV3pELElBQU0sa0JBQWtCLEdBQXhCLE1BQU0sa0JBQWtCO0lBQXhCO1FBQ2MsdUJBQWtCLEdBQUcsa0JBQWtCLENBQUMsTUFBTSxFQUFFLENBQUM7UUFDcEQsWUFBTyxHQUFHLGFBQWEsRUFBRSxDQUFDO0tBTzNDOzsrR0FUWSxrQkFBa0I7bUdBQWxCLGtCQUFrQixrTEFMbEIsQ0FBQyxrQkFBa0IsQ0FBQyxPQUFPLEVBQUUsQ0FBQztBQVN6QztJQUFDLFdBQVcsQ0FBQztRQUNYLE9BQU8sRUFBRSxnQkFBZ0IsQ0FBQyxPQUFPO0tBQ2xDLENBQUM7O21EQUV1QztBQVI5QixrQkFBa0I7SUFUOUIsWUFBWSxDQUFDLFlBQVksQ0FBQztHQVNkLGtCQUFrQixDQVM5QjtTQVRZLGtCQUFrQjsyRkFBbEIsa0JBQWtCO2tCQVI5QixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxzQkFBc0I7b0JBQ2hDLFVBQVUsRUFBRSxJQUFJO29CQUNoQixTQUFTLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQyxPQUFPLEVBQUUsQ0FBQztvQkFDekMsSUFBSSxFQUFFO3dCQUNKLHFCQUFxQixFQUFFLDhCQUE4QjtxQkFDdEQ7aUJBQ0Y7OEJBU1EsT0FBTztzQkFEYixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRGlzYWJsZWRDb250cm9sbGVyIH0gZnJvbSAnQG9keC9hbmd1bGFyJztcbmltcG9ydCB7IENTU0NvbXBvbmVudCwgQ1NTTW9kaWZpZXIgfSBmcm9tICdAb2R4L2FuZ3VsYXIvaW50ZXJuYWwnO1xuaW1wb3J0IHsgaW5qZWN0RWxlbWVudCB9IGZyb20gJ0BvZHgvYW5ndWxhci91dGlscyc7XG5pbXBvcnQgeyBCYXJCdXR0b25WYXJpYW50IH0gZnJvbSAnLi4vbW9kZWxzL2Jhci1idXR0b24tdmFyaWFudCc7XG5cbkBDU1NDb21wb25lbnQoJ2Jhci1idXR0b24nKVxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnYnV0dG9uW29keEJhckJ1dHRvbl0nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBwcm92aWRlcnM6IFtEaXNhYmxlZENvbnRyb2xsZXIuY29ubmVjdCgpXSxcbiAgaG9zdDoge1xuICAgICdbY2xhc3MuaXMtZGlzYWJsZWRdJzogJ2Rpc2FibGVkQ29udHJvbGxlcj8uZGlzYWJsZWQnLFxuICB9LFxufSlcbmV4cG9ydCBjbGFzcyBCYXJCdXR0b25EaXJlY3RpdmUge1xuICBwcm90ZWN0ZWQgcmVhZG9ubHkgZGlzYWJsZWRDb250cm9sbGVyID0gRGlzYWJsZWRDb250cm9sbGVyLmluamVjdCgpO1xuICBwdWJsaWMgcmVhZG9ubHkgZWxlbWVudCA9IGluamVjdEVsZW1lbnQoKTtcblxuICBAQ1NTTW9kaWZpZXIoe1xuICAgIGRlZmF1bHQ6IEJhckJ1dHRvblZhcmlhbnQuREVGQVVMVCxcbiAgfSlcbiAgQElucHV0KClcbiAgcHVibGljIHZhcmlhbnQ/OiBCYXJCdXR0b25WYXJpYW50IHwgbnVsbDtcbn1cbiJdfQ==
38
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFyLWJ1dHRvbi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9iYXIvc3JjL2xpYi9kaXJlY3RpdmVzL2Jhci1idXR0b24uZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDbEQsT0FBTyxFQUFFLFlBQVksRUFBRSxXQUFXLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDbkQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sOEJBQThCLENBQUM7O0FBV3pELElBQU0sa0JBQWtCLEdBQXhCLE1BQU0sa0JBQWtCO0lBQXhCO1FBQ2MsdUJBQWtCLEdBQUcsa0JBQWtCLENBQUMsTUFBTSxFQUFFLENBQUM7UUFDcEQsWUFBTyxHQUFHLGFBQWEsRUFBRSxDQUFDO1FBSW5DLFlBQU8sR0FBNkIsZ0JBQWdCLENBQUMsT0FBTyxDQUFDO0tBQ3JFOzsrR0FQWSxrQkFBa0I7bUdBQWxCLGtCQUFrQixrTEFMbEIsQ0FBQyxrQkFBa0IsQ0FBQyxPQUFPLEVBQUUsQ0FBQztBQVN6QztJQUFDLFdBQVcsRUFBRTs7bURBRXNEO0FBTnpELGtCQUFrQjtJQVQ5QixZQUFZLENBQUMsWUFBWSxDQUFDO0dBU2Qsa0JBQWtCLENBTzlCO1NBUFksa0JBQWtCOzJGQUFsQixrQkFBa0I7a0JBUjlCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHNCQUFzQjtvQkFDaEMsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFNBQVMsRUFBRSxDQUFDLGtCQUFrQixDQUFDLE9BQU8sRUFBRSxDQUFDO29CQUN6QyxJQUFJLEVBQUU7d0JBQ0oscUJBQXFCLEVBQUUsOEJBQThCO3FCQUN0RDtpQkFDRjs4QkFPUSxPQUFPO3NCQURiLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBEaXNhYmxlZENvbnRyb2xsZXIgfSBmcm9tICdAb2R4L2FuZ3VsYXInO1xuaW1wb3J0IHsgQ1NTQ29tcG9uZW50LCBDU1NNb2RpZmllciB9IGZyb20gJ0BvZHgvYW5ndWxhci9pbnRlcm5hbCc7XG5pbXBvcnQgeyBpbmplY3RFbGVtZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL3V0aWxzJztcbmltcG9ydCB7IEJhckJ1dHRvblZhcmlhbnQgfSBmcm9tICcuLi9tb2RlbHMvYmFyLWJ1dHRvbi12YXJpYW50JztcblxuQENTU0NvbXBvbmVudCgnYmFyLWJ1dHRvbicpXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdidXR0b25bb2R4QmFyQnV0dG9uXScsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIHByb3ZpZGVyczogW0Rpc2FibGVkQ29udHJvbGxlci5jb25uZWN0KCldLFxuICBob3N0OiB7XG4gICAgJ1tjbGFzcy5pcy1kaXNhYmxlZF0nOiAnZGlzYWJsZWRDb250cm9sbGVyPy5kaXNhYmxlZCcsXG4gIH0sXG59KVxuZXhwb3J0IGNsYXNzIEJhckJ1dHRvbkRpcmVjdGl2ZSB7XG4gIHByb3RlY3RlZCByZWFkb25seSBkaXNhYmxlZENvbnRyb2xsZXIgPSBEaXNhYmxlZENvbnRyb2xsZXIuaW5qZWN0KCk7XG4gIHB1YmxpYyByZWFkb25seSBlbGVtZW50ID0gaW5qZWN0RWxlbWVudCgpO1xuXG4gIEBDU1NNb2RpZmllcigpXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyB2YXJpYW50PzogQmFyQnV0dG9uVmFyaWFudCB8IG51bGwgPSBCYXJCdXR0b25WYXJpYW50LkRFRkFVTFQ7XG59XG4iXX0=
@@ -8,13 +8,13 @@ let BarLabelDirective = class BarLabelDirective {
8
8
  this.element = injectElement();
9
9
  }
10
10
  };
11
- BarLabelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BarLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
- BarLabelDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: BarLabelDirective, isStandalone: true, selector: "[odxBarLabel]", ngImport: i0 });
11
+ BarLabelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BarLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ BarLabelDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: BarLabelDirective, isStandalone: true, selector: "[odxBarLabel]", ngImport: i0 });
13
13
  BarLabelDirective = __decorate([
14
14
  CSSComponent('bar-label')
15
15
  ], BarLabelDirective);
16
16
  export { BarLabelDirective };
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BarLabelDirective, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BarLabelDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
20
  selector: '[odxBarLabel]',
@@ -34,13 +34,13 @@ let BreadcrumbsComponent = class BreadcrumbsComponent {
34
34
  this.icons.clear();
35
35
  }
36
36
  };
37
- BreadcrumbsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
38
- 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 });
37
+ BreadcrumbsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
38
+ BreadcrumbsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", 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 });
39
39
  BreadcrumbsComponent = __decorate([
40
40
  CSSComponent('breadcrumbs')
41
41
  ], BreadcrumbsComponent);
42
42
  export { BreadcrumbsComponent };
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BreadcrumbsComponent, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", 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: [{
@@ -10,27 +10,25 @@ let ButtonComponent = class ButtonComponent {
10
10
  constructor() {
11
11
  this.element = injectElement();
12
12
  this.type = this.element.nativeElement.getAttribute('type');
13
+ this.variant = ButtonVariant.SECONDARY;
14
+ this.size = ButtonSize.MEDIUM;
13
15
  }
14
16
  };
15
- ButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
- 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 });
17
+ ButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
18
+ ButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", 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 });
17
19
  __decorate([
18
- CSSModifier({
19
- default: ButtonVariant.SECONDARY,
20
- }),
20
+ CSSModifier(),
21
21
  __metadata("design:type", Object)
22
22
  ], ButtonComponent.prototype, "variant", void 0);
23
23
  __decorate([
24
- CSSModifier({
25
- default: ButtonSize.MEDIUM,
26
- }),
24
+ CSSModifier(),
27
25
  __metadata("design:type", Object)
28
26
  ], ButtonComponent.prototype, "size", void 0);
29
27
  ButtonComponent = __decorate([
30
28
  CSSComponent('button')
31
29
  ], ButtonComponent);
32
30
  export { ButtonComponent };
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ButtonComponent, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ButtonComponent, decorators: [{
34
32
  type: Component,
35
33
  args: [{ standalone: true, selector: 'button[odxButton], a[odxButton]', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [WithDisabledState], host: {
36
34
  '[attr.type]': 'type || "button"',
@@ -40,4 +38,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImpor
40
38
  }], size: [{
41
39
  type: Input
42
40
  }] } });
43
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb21wb25lbnRzL2J1dHRvbi9zcmMvbGliL2J1dHRvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9idXR0b24vc3JjL2xpYi9idXR0b24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzdGLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGNBQWMsQ0FBQztBQUNqRCxPQUFPLEVBQUUsWUFBWSxFQUFFLFdBQVcsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNuRCxPQUFPLEVBQUUsVUFBVSxFQUFFLGFBQWEsRUFBRSxNQUFNLFVBQVUsQ0FBQzs7O0FBZTlDLElBQU0sZUFBZSxHQUFyQixNQUFNLGVBQWU7SUFBckI7UUFDVyxZQUFPLEdBQUcsYUFBYSxFQUF1QyxDQUFDO1FBQy9ELFNBQUksR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLGFBQWEsQ0FBQyxZQUFZLENBQUMsTUFBTSxDQUFDLENBQUM7S0FheEU7OzRHQWZZLGVBQWU7Z0dBQWYsZUFBZSw2UENuQjVCLGtKQUdBO0FEb0JFO0lBQUMsV0FBVyxDQUFDO1FBQ1gsT0FBTyxFQUFFLGFBQWEsQ0FBQyxTQUFTO0tBQ2pDLENBQUM7O2dEQUVvQztBQUV0QztJQUFDLFdBQVcsQ0FBQztRQUNYLE9BQU8sRUFBRSxVQUFVLENBQUMsTUFBTTtLQUMzQixDQUFDOzs2Q0FFOEI7QUFkckIsZUFBZTtJQWIzQixZQUFZLENBQUMsUUFBUSxDQUFDO0dBYVYsZUFBZSxDQWUzQjtTQWZZLGVBQWU7MkZBQWYsZUFBZTtrQkFaM0IsU0FBUztpQ0FDSSxJQUFJLFlBRU4saUNBQWlDLGlCQUU1QixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLGtCQUMvQixDQUFDLGlCQUFpQixDQUFDLFFBQzdCO3dCQUNKLGFBQWEsRUFBRSxrQkFBa0I7cUJBQ2xDOzhCQVVNLE9BQU87c0JBRGIsS0FBSztnQkFPQyxJQUFJO3NCQURWLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFdpdGhEaXNhYmxlZFN0YXRlIH0gZnJvbSAnQG9keC9hbmd1bGFyJztcbmltcG9ydCB7IENTU0NvbXBvbmVudCwgQ1NTTW9kaWZpZXIgfSBmcm9tICdAb2R4L2FuZ3VsYXIvaW50ZXJuYWwnO1xuaW1wb3J0IHsgaW5qZWN0RWxlbWVudCB9IGZyb20gJ0BvZHgvYW5ndWxhci91dGlscyc7XG5pbXBvcnQgeyBCdXR0b25TaXplLCBCdXR0b25WYXJpYW50IH0gZnJvbSAnLi9tb2RlbHMnO1xuXG5AQ1NTQ29tcG9uZW50KCdidXR0b24nKVxuQENvbXBvbmVudCh7XG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnYnV0dG9uW29keEJ1dHRvbl0sIGFbb2R4QnV0dG9uXScsXG4gIHRlbXBsYXRlVXJsOiAnLi9idXR0b24uY29tcG9uZW50Lmh0bWwnLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaG9zdERpcmVjdGl2ZXM6IFtXaXRoRGlzYWJsZWRTdGF0ZV0sXG4gIGhvc3Q6IHtcbiAgICAnW2F0dHIudHlwZV0nOiAndHlwZSB8fCBcImJ1dHRvblwiJyxcbiAgfSxcbn0pXG5leHBvcnQgY2xhc3MgQnV0dG9uQ29tcG9uZW50IHtcbiAgcHVibGljIHJlYWRvbmx5IGVsZW1lbnQgPSBpbmplY3RFbGVtZW50PEhUTUxCdXR0b25FbGVtZW50IHwgSFRNTExpbmtFbGVtZW50PigpO1xuICBwdWJsaWMgcmVhZG9ubHkgdHlwZSA9IHRoaXMuZWxlbWVudC5uYXRpdmVFbGVtZW50LmdldEF0dHJpYnV0ZSgndHlwZScpO1xuXG4gIEBDU1NNb2RpZmllcih7XG4gICAgZGVmYXVsdDogQnV0dG9uVmFyaWFudC5TRUNPTkRBUlksXG4gIH0pXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyB2YXJpYW50PzogQnV0dG9uVmFyaWFudCB8IG51bGw7XG5cbiAgQENTU01vZGlmaWVyKHtcbiAgICBkZWZhdWx0OiBCdXR0b25TaXplLk1FRElVTSxcbiAgfSlcbiAgQElucHV0KClcbiAgcHVibGljIHNpemU/OiBCdXR0b25TaXplIHwgbnVsbDtcbn1cbiIsIjxuZy1jb250ZW50IHNlbGVjdD1cIm9keC1pY29uW2FsaWduTGVmdF1cIj48L25nLWNvbnRlbnQ+XG48bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48bmctY29udGVudCBzZWxlY3Q9XCJvZHgtaWNvblthbGlnblJpZ2h0XVwiPjwvbmctY29udGVudD5cbiJdfQ==
41
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb21wb25lbnRzL2J1dHRvbi9zcmMvbGliL2J1dHRvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9idXR0b24vc3JjL2xpYi9idXR0b24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzdGLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGNBQWMsQ0FBQztBQUNqRCxPQUFPLEVBQUUsWUFBWSxFQUFFLFdBQVcsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNuRCxPQUFPLEVBQUUsVUFBVSxFQUFFLGFBQWEsRUFBRSxNQUFNLFVBQVUsQ0FBQzs7O0FBZTlDLElBQU0sZUFBZSxHQUFyQixNQUFNLGVBQWU7SUFBckI7UUFDVyxZQUFPLEdBQUcsYUFBYSxFQUF1QyxDQUFDO1FBQy9ELFNBQUksR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLGFBQWEsQ0FBQyxZQUFZLENBQUMsTUFBTSxDQUFDLENBQUM7UUFJaEUsWUFBTyxHQUEwQixhQUFhLENBQUMsU0FBUyxDQUFDO1FBSXpELFNBQUksR0FBdUIsVUFBVSxDQUFDLE1BQU0sQ0FBQztLQUNyRDs7NEdBWFksZUFBZTtnR0FBZixlQUFlLDZQQ25CNUIsa0pBR0E7QURvQkU7SUFBQyxXQUFXLEVBQUU7O2dEQUVrRDtBQUVoRTtJQUFDLFdBQVcsRUFBRTs7NkNBRXNDO0FBVnpDLGVBQWU7SUFiM0IsWUFBWSxDQUFDLFFBQVEsQ0FBQztHQWFWLGVBQWUsQ0FXM0I7U0FYWSxlQUFlOzJGQUFmLGVBQWU7a0JBWjNCLFNBQVM7aUNBQ0ksSUFBSSxZQUVOLGlDQUFpQyxpQkFFNUIsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSxrQkFDL0IsQ0FBQyxpQkFBaUIsQ0FBQyxRQUM3Qjt3QkFDSixhQUFhLEVBQUUsa0JBQWtCO3FCQUNsQzs4QkFRTSxPQUFPO3NCQURiLEtBQUs7Z0JBS0MsSUFBSTtzQkFEVixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSW5wdXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBXaXRoRGlzYWJsZWRTdGF0ZSB9IGZyb20gJ0BvZHgvYW5ndWxhcic7XG5pbXBvcnQgeyBDU1NDb21wb25lbnQsIENTU01vZGlmaWVyIH0gZnJvbSAnQG9keC9hbmd1bGFyL2ludGVybmFsJztcbmltcG9ydCB7IGluamVjdEVsZW1lbnQgfSBmcm9tICdAb2R4L2FuZ3VsYXIvdXRpbHMnO1xuaW1wb3J0IHsgQnV0dG9uU2l6ZSwgQnV0dG9uVmFyaWFudCB9IGZyb20gJy4vbW9kZWxzJztcblxuQENTU0NvbXBvbmVudCgnYnV0dG9uJylcbkBDb21wb25lbnQoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ2J1dHRvbltvZHhCdXR0b25dLCBhW29keEJ1dHRvbl0nLFxuICB0ZW1wbGF0ZVVybDogJy4vYnV0dG9uLmNvbXBvbmVudC5odG1sJyxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGhvc3REaXJlY3RpdmVzOiBbV2l0aERpc2FibGVkU3RhdGVdLFxuICBob3N0OiB7XG4gICAgJ1thdHRyLnR5cGVdJzogJ3R5cGUgfHwgXCJidXR0b25cIicsXG4gIH0sXG59KVxuZXhwb3J0IGNsYXNzIEJ1dHRvbkNvbXBvbmVudCB7XG4gIHB1YmxpYyByZWFkb25seSBlbGVtZW50ID0gaW5qZWN0RWxlbWVudDxIVE1MQnV0dG9uRWxlbWVudCB8IEhUTUxMaW5rRWxlbWVudD4oKTtcbiAgcHVibGljIHJlYWRvbmx5IHR5cGUgPSB0aGlzLmVsZW1lbnQubmF0aXZlRWxlbWVudC5nZXRBdHRyaWJ1dGUoJ3R5cGUnKTtcblxuICBAQ1NTTW9kaWZpZXIoKVxuICBASW5wdXQoKVxuICBwdWJsaWMgdmFyaWFudD86IEJ1dHRvblZhcmlhbnQgfCBudWxsID0gQnV0dG9uVmFyaWFudC5TRUNPTkRBUlk7XG5cbiAgQENTU01vZGlmaWVyKClcbiAgQElucHV0KClcbiAgcHVibGljIHNpemU/OiBCdXR0b25TaXplIHwgbnVsbCA9IEJ1dHRvblNpemUuTUVESVVNO1xufVxuIiwiPG5nLWNvbnRlbnQgc2VsZWN0PVwib2R4LWljb25bYWxpZ25MZWZ0XVwiPjwvbmctY29udGVudD5cbjxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjxuZy1jb250ZW50IHNlbGVjdD1cIm9keC1pY29uW2FsaWduUmlnaHRdXCI+PC9uZy1jb250ZW50PlxuIl19
@@ -13,8 +13,8 @@ let ButtonGroupComponent = class ButtonGroupComponent {
13
13
  this.reverse = false;
14
14
  }
15
15
  };
16
- ButtonGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ButtonGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
- 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 });
16
+ ButtonGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ButtonGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
+ ButtonGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", 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 });
18
18
  __decorate([
19
19
  CSSModifier(),
20
20
  Transform(coerceBooleanProperty),
@@ -39,7 +39,7 @@ ButtonGroupComponent = __decorate([
39
39
  CSSComponent('button-group')
40
40
  ], ButtonGroupComponent);
41
41
  export { ButtonGroupComponent };
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ButtonGroupComponent, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", 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: [{
@@ -35,8 +35,8 @@ let CheckboxComponent = class CheckboxComponent extends CheckBoxControl {
35
35
  super.updateValue(event.target.checked);
36
36
  }
37
37
  };
38
- CheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CheckboxComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
39
- 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 });
38
+ CheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: CheckboxComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
39
+ CheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", 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
40
  __decorate([
41
41
  CSSModifier(),
42
42
  __metadata("design:type", Object),
@@ -46,7 +46,7 @@ CheckboxComponent = __decorate([
46
46
  CSSComponent('checkbox')
47
47
  ], CheckboxComponent);
48
48
  export { CheckboxComponent };
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CheckboxComponent, decorators: [{
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: CheckboxComponent, decorators: [{
50
50
  type: Component,
51
51
  args: [{ standalone: true, selector: 'odx-checkbox', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [IconComponent, ControlDirective], providers: [ReadonlyController.connect()], hostDirectives: [WithDisabledState], host: {
52
52
  '[class.is-active]': 'checked || indeterminate',
@@ -6,10 +6,10 @@ import * as i0 from "@angular/core";
6
6
  const modules = [CheckboxComponent, CheckboxValidator];
7
7
  export class CheckboxModule {
8
8
  }
9
- CheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- CheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: CheckboxModule, imports: [CheckboxComponent, CheckboxValidator], exports: [CoreModule, CheckboxComponent, CheckboxValidator] });
11
- CheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CheckboxModule, imports: [CheckboxComponent, CoreModule] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CheckboxModule, decorators: [{
9
+ CheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: CheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ CheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.1", ngImport: i0, type: CheckboxModule, imports: [CheckboxComponent, CheckboxValidator], exports: [CoreModule, CheckboxComponent, CheckboxValidator] });
11
+ CheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: CheckboxModule, imports: [CheckboxComponent, CoreModule] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: CheckboxModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: modules,
@@ -3,15 +3,15 @@ import { CheckboxRequiredValidator, NG_VALIDATORS } from '@angular/forms';
3
3
  import * as i0 from "@angular/core";
4
4
  export class CheckboxValidator extends CheckboxRequiredValidator {
5
5
  }
6
- CheckboxValidator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CheckboxValidator, deps: null, target: i0.ɵɵFactoryTarget.Directive });
7
- 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: [
6
+ CheckboxValidator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: CheckboxValidator, deps: null, target: i0.ɵɵFactoryTarget.Directive });
7
+ CheckboxValidator.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: CheckboxValidator, isStandalone: true, selector: "odx-checkbox[required][formControlName], odx-checkbox[required][formControl], odx-checkbox[required][ngModel]", providers: [
8
8
  {
9
9
  provide: NG_VALIDATORS,
10
10
  useExisting: forwardRef(() => CheckboxValidator),
11
11
  multi: true,
12
12
  },
13
13
  ], usesInheritance: true, ngImport: i0 });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CheckboxValidator, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: CheckboxValidator, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  standalone: true,
@@ -21,8 +21,8 @@ let ChipComponent = class ChipComponent {
21
21
  this.remove.emit();
22
22
  }
23
23
  };
24
- ChipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ChipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
25
- 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 });
24
+ ChipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ChipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
25
+ ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", 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 });
26
26
  __decorate([
27
27
  Transform(coerceBooleanProperty),
28
28
  __metadata("design:type", Object)
@@ -39,7 +39,7 @@ ChipComponent = __decorate([
39
39
  CSSComponent('chip')
40
40
  ], ChipComponent);
41
41
  export { ChipComponent };
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ChipComponent, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ChipComponent, decorators: [{
43
43
  type: Component,
44
44
  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" }]
45
45
  }], propDecorators: { removable: [{
@@ -57,8 +57,8 @@ let CircularProgressComponent = class CircularProgressComponent {
57
57
  this.changeDetector.detectChanges();
58
58
  }
59
59
  };
60
- CircularProgressComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CircularProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
61
- 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 });
60
+ CircularProgressComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: CircularProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
61
+ CircularProgressComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", 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 });
62
62
  __decorate([
63
63
  CSSModifier(),
64
64
  __metadata("design:type", Object)
@@ -80,7 +80,7 @@ CircularProgressComponent = __decorate([
80
80
  CSSComponent('circular-progress')
81
81
  ], CircularProgressComponent);
82
82
  export { CircularProgressComponent };
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CircularProgressComponent, decorators: [{
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: CircularProgressComponent, decorators: [{
84
84
  type: Component,
85
85
  args: [{ standalone: true, selector: 'odx-circular-progress', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
86
86
  '[attr.aria-valuenow]': 'ariaValueNow',
@@ -2,9 +2,9 @@ import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/
2
2
  import * as i0 from "@angular/core";
3
3
  export class ContentBoxComponent {
4
4
  }
5
- ContentBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
- 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 });
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxComponent, decorators: [{
5
+ ContentBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ContentBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ ContentBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", 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 });
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ContentBoxComponent, decorators: [{
8
8
  type: Component,
9
9
  args: [{ selector: 'odx-content-box', standalone: true, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
10
10
  '[class.odx-content-box]': 'true',
@@ -6,10 +6,10 @@ import * as i0 from "@angular/core";
6
6
  const modules = [ContentBoxComponent, ContentBoxHeaderDirective, ContentBoxFooterDirective];
7
7
  export class ContentBoxModule {
8
8
  }
9
- ContentBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- ContentBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxModule, imports: [ContentBoxComponent, ContentBoxHeaderDirective, ContentBoxFooterDirective], exports: [ContentBoxComponent, ContentBoxHeaderDirective, ContentBoxFooterDirective] });
11
- ContentBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxModule, imports: [ContentBoxComponent] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxModule, decorators: [{
9
+ ContentBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ContentBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ ContentBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.1", ngImport: i0, type: ContentBoxModule, imports: [ContentBoxComponent, ContentBoxHeaderDirective, ContentBoxFooterDirective], exports: [ContentBoxComponent, ContentBoxHeaderDirective, ContentBoxFooterDirective] });
11
+ ContentBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ContentBoxModule, imports: [ContentBoxComponent] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ContentBoxModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: modules,
@@ -2,9 +2,9 @@ import { Directive } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class ContentBoxFooterDirective {
4
4
  }
5
- ContentBoxFooterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6
- 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 });
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxFooterDirective, decorators: [{
5
+ ContentBoxFooterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ContentBoxFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6
+ ContentBoxFooterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: ContentBoxFooterDirective, isStandalone: true, selector: "odx-content-box-footer", host: { properties: { "class.odx-content-box__footer": "true" } }, ngImport: i0 });
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ContentBoxFooterDirective, decorators: [{
8
8
  type: Directive,
9
9
  args: [{
10
10
  selector: 'odx-content-box-footer',
@@ -2,9 +2,9 @@ import { Directive } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export class ContentBoxHeaderDirective {
4
4
  }
5
- ContentBoxHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6
- 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 });
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ContentBoxHeaderDirective, decorators: [{
5
+ ContentBoxHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ContentBoxHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
6
+ ContentBoxHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: ContentBoxHeaderDirective, isStandalone: true, selector: "odx-content-box-header", host: { properties: { "class.odx-content-box__header": "true" } }, ngImport: i0 });
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ContentBoxHeaderDirective, decorators: [{
8
8
  type: Directive,
9
9
  args: [{
10
10
  selector: 'odx-content-box-header',
@@ -22,13 +22,13 @@ let DropdownComponent = class DropdownComponent {
22
22
  this.host.close();
23
23
  }
24
24
  };
25
- DropdownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
26
- 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 });
25
+ DropdownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: DropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
26
+ DropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", 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 });
27
27
  DropdownComponent = __decorate([
28
28
  CSSComponent('dropdown')
29
29
  ], DropdownComponent);
30
30
  export { DropdownComponent };
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DropdownComponent, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: DropdownComponent, decorators: [{
32
32
  type: Component,
33
33
  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" }]
34
34
  }], propDecorators: { content: [{
@@ -88,8 +88,8 @@ let DropdownDirective = class DropdownDirective {
88
88
  };
89
89
  }
90
90
  };
91
- DropdownDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DropdownDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
92
- 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 });
91
+ DropdownDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: DropdownDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
92
+ DropdownDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", 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 });
93
93
  __decorate([
94
94
  Transform(coerceBooleanProperty),
95
95
  __metadata("design:type", Object)
@@ -102,7 +102,7 @@ DropdownDirective = __decorate([
102
102
  CSSComponent('dropdown-host')
103
103
  ], DropdownDirective);
104
104
  export { DropdownDirective };
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DropdownDirective, decorators: [{
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: DropdownDirective, decorators: [{
106
106
  type: Directive,
107
107
  args: [{
108
108
  standalone: true,
@@ -5,10 +5,10 @@ import * as i0 from "@angular/core";
5
5
  const modules = [DropdownDirective];
6
6
  export class DropdownModule {
7
7
  }
8
- DropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- DropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: DropdownModule, imports: [DropdownDirective], exports: [CoreModule, DropdownDirective] });
10
- DropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DropdownModule, imports: [CoreModule] });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DropdownModule, decorators: [{
8
+ DropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: DropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ DropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.1", ngImport: i0, type: DropdownModule, imports: [DropdownDirective], exports: [CoreModule, DropdownDirective] });
10
+ DropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: DropdownModule, imports: [CoreModule] });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: DropdownModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  imports: modules,
@@ -3,6 +3,6 @@ export const DefaultDropdownOptions = {
3
3
  matchReferenceWidth: false,
4
4
  enableFallback: true,
5
5
  minHeight: 0,
6
- offset: 8,
6
+ offset: 6,
7
7
  };
8
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJvcGRvd24tb3B0aW9ucy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb21wb25lbnRzL2Ryb3Bkb3duL3NyYy9saWIvbW9kZWxzL2Ryb3Bkb3duLW9wdGlvbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBT0EsTUFBTSxDQUFDLE1BQU0sc0JBQXNCLEdBQW9CO0lBQ3JELFFBQVEsRUFBRSxRQUFRO0lBQ2xCLG1CQUFtQixFQUFFLEtBQUs7SUFDMUIsY0FBYyxFQUFFLElBQUk7SUFDcEIsU0FBUyxFQUFFLENBQUM7SUFDWixNQUFNLEVBQUUsQ0FBQztDQUNWLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb25uZWN0ZWRPdmVybGF5T3B0aW9ucyB9IGZyb20gJ0BvZHgvYW5ndWxhci9jZGsvY29ubmVjdGVkLW92ZXJsYXknO1xuXG5leHBvcnQgdHlwZSBEcm9wZG93bk9wdGlvbnMgPSBQaWNrPFxuICBDb25uZWN0ZWRPdmVybGF5T3B0aW9ucyxcbiAgJ3Bvc2l0aW9uJyB8ICdjb250YWluZXJDbGFzcycgfCAnZW5hYmxlRmFsbGJhY2snIHwgJ21hdGNoUmVmZXJlbmNlV2lkdGgnIHwgJ21pbkhlaWdodCcgfCAnb2Zmc2V0JyB8ICdzaG93QXJyb3cnXG4+O1xuXG5leHBvcnQgY29uc3QgRGVmYXVsdERyb3Bkb3duT3B0aW9uczogRHJvcGRvd25PcHRpb25zID0ge1xuICBwb3NpdGlvbjogJ2JvdHRvbScsXG4gIG1hdGNoUmVmZXJlbmNlV2lkdGg6IGZhbHNlLFxuICBlbmFibGVGYWxsYmFjazogdHJ1ZSxcbiAgbWluSGVpZ2h0OiAwLFxuICBvZmZzZXQ6IDgsXG59O1xuIl19
8
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJvcGRvd24tb3B0aW9ucy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb21wb25lbnRzL2Ryb3Bkb3duL3NyYy9saWIvbW9kZWxzL2Ryb3Bkb3duLW9wdGlvbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBT0EsTUFBTSxDQUFDLE1BQU0sc0JBQXNCLEdBQW9CO0lBQ3JELFFBQVEsRUFBRSxRQUFRO0lBQ2xCLG1CQUFtQixFQUFFLEtBQUs7SUFDMUIsY0FBYyxFQUFFLElBQUk7SUFDcEIsU0FBUyxFQUFFLENBQUM7SUFDWixNQUFNLEVBQUUsQ0FBQztDQUNWLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb25uZWN0ZWRPdmVybGF5T3B0aW9ucyB9IGZyb20gJ0BvZHgvYW5ndWxhci9jZGsvY29ubmVjdGVkLW92ZXJsYXknO1xuXG5leHBvcnQgdHlwZSBEcm9wZG93bk9wdGlvbnMgPSBQaWNrPFxuICBDb25uZWN0ZWRPdmVybGF5T3B0aW9ucyxcbiAgJ3Bvc2l0aW9uJyB8ICdjb250YWluZXJDbGFzcycgfCAnZW5hYmxlRmFsbGJhY2snIHwgJ21hdGNoUmVmZXJlbmNlV2lkdGgnIHwgJ21pbkhlaWdodCcgfCAnb2Zmc2V0JyB8ICdzaG93QXJyb3cnXG4+O1xuXG5leHBvcnQgY29uc3QgRGVmYXVsdERyb3Bkb3duT3B0aW9uczogRHJvcGRvd25PcHRpb25zID0ge1xuICBwb3NpdGlvbjogJ2JvdHRvbScsXG4gIG1hdGNoUmVmZXJlbmNlV2lkdGg6IGZhbHNlLFxuICBlbmFibGVGYWxsYmFjazogdHJ1ZSxcbiAgbWluSGVpZ2h0OiAwLFxuICBvZmZzZXQ6IDYsXG59O1xuIl19
@@ -11,9 +11,9 @@ export class FormFieldInfoComponent {
11
11
  this.error = null;
12
12
  }
13
13
  }
14
- FormFieldInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: FormFieldInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
- FormFieldInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", 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 });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: FormFieldInfoComponent, decorators: [{
14
+ FormFieldInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: FormFieldInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
+ FormFieldInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", 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 });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: FormFieldInfoComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{ standalone: true, selector: 'odx-form-field-info', encapsulation: ViewEncapsulation.None, imports: [CoreModule, DynamicViewDirective, FormFieldHintDirective], host: {
19
19
  '[class.odx-form-field__info]': 'true',
@@ -18,13 +18,13 @@ let FormGroupComponent = class FormGroupComponent {
18
18
  this.error$ = this.formFieldErrorServices.changes.pipe(startWith(this.formFieldErrorServices), switchMap((services) => combineLatest(services.map((service) => service.error$))), map((errors) => errors.find((error) => error !== null) ?? null));
19
19
  }
20
20
  };
21
- FormGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: FormGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
22
- FormGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", 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 });
21
+ FormGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: FormGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
22
+ FormGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", 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 });
23
23
  FormGroupComponent = __decorate([
24
24
  CSSComponent('form-group')
25
25
  ], FormGroupComponent);
26
26
  export { FormGroupComponent };
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: FormGroupComponent, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: FormGroupComponent, decorators: [{
28
28
  type: Component,
29
29
  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" }]
30
30
  }], propDecorators: { formFieldErrorServices: [{