@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
@@ -1,4 +1,4 @@
1
- export declare type ActiveIndicatorDirection = typeof ActiveIndicatorDirection[keyof typeof ActiveIndicatorDirection];
1
+ export type ActiveIndicatorDirection = typeof ActiveIndicatorDirection[keyof typeof ActiveIndicatorDirection];
2
2
  export declare const ActiveIndicatorDirection: {
3
3
  readonly HORIZONTAL: "horizontal";
4
4
  readonly VERTICAL: "vertical";
@@ -1,4 +1,4 @@
1
- export declare type ActiveIndicatorPosition = typeof ActiveIndicatorPosition[keyof typeof ActiveIndicatorPosition];
1
+ export type ActiveIndicatorPosition = typeof ActiveIndicatorPosition[keyof typeof ActiveIndicatorPosition];
2
2
  export declare const ActiveIndicatorPosition: {
3
3
  readonly START: "start";
4
4
  readonly CENTER: "center";
@@ -1,8 +1,8 @@
1
1
  import { TemplateRef, Type } from '@angular/core';
2
2
  import { GetProperties } from '@odx/angular/utils';
3
3
  import { Observable } from 'rxjs';
4
- export declare type DynamicTextContent = string | Observable<string>;
5
- export declare type DynamicContent<C = unknown> = DynamicTextContent | TemplateRef<C> | Type<C>;
6
- export declare type GetDynamicViewContext<T extends DynamicContent> = Partial<T extends DynamicContent<infer C> ? (T extends Type<C> ? GetProperties<C> : T extends TemplateRef<C> ? C : {
4
+ export type DynamicTextContent = string | Observable<string>;
5
+ export type DynamicContent<C = unknown> = DynamicTextContent | TemplateRef<C> | Type<C>;
6
+ export type GetDynamicViewContext<T extends DynamicContent> = Partial<T extends DynamicContent<infer C> ? (T extends Type<C> ? GetProperties<C> : T extends TemplateRef<C> ? C : {
7
7
  content: T;
8
8
  }) : never>;
@@ -1,4 +1,4 @@
1
- export declare type AreaHeaderSize = typeof AreaHeaderSize[keyof typeof AreaHeaderSize];
1
+ export type AreaHeaderSize = typeof AreaHeaderSize[keyof typeof AreaHeaderSize];
2
2
  export declare const AreaHeaderSize: {
3
3
  readonly SMALL: "small";
4
4
  readonly MEDIUM: "medium";
@@ -1,4 +1,4 @@
1
- export declare type AvatarSize = typeof AvatarSize[keyof typeof AvatarSize];
1
+ export type AvatarSize = typeof AvatarSize[keyof typeof AvatarSize];
2
2
  export declare const AvatarSize: {
3
3
  readonly SMALL: "small";
4
4
  readonly MEDIUM: "medium";
@@ -1,4 +1,4 @@
1
- export declare type AvatarVariant = (typeof AvatarVariant)[keyof typeof AvatarVariant];
1
+ export type AvatarVariant = (typeof AvatarVariant)[keyof typeof AvatarVariant];
2
2
  export declare const AvatarVariant: {
3
3
  readonly CIRCLE: "circle";
4
4
  readonly RECTANGLE: "rectangle";
@@ -1,4 +1,4 @@
1
- export declare type BadgeVariant = typeof BadgeVariant[keyof typeof BadgeVariant];
1
+ export type BadgeVariant = typeof BadgeVariant[keyof typeof BadgeVariant];
2
2
  export declare const BadgeVariant: {
3
3
  readonly HIGHLIGHT: "highlight";
4
4
  readonly DANGER: "danger";
@@ -1,4 +1,4 @@
1
- export declare type BarButtonVariant = typeof BarButtonVariant[keyof typeof BarButtonVariant];
1
+ export type BarButtonVariant = typeof BarButtonVariant[keyof typeof BarButtonVariant];
2
2
  export declare const BarButtonVariant: {
3
3
  readonly DEFAULT: "default";
4
4
  readonly SMALL: "small";
@@ -1,4 +1,4 @@
1
- export declare type ButtonSize = typeof ButtonSize[keyof typeof ButtonSize];
1
+ export type ButtonSize = typeof ButtonSize[keyof typeof ButtonSize];
2
2
  export declare const ButtonSize: {
3
3
  readonly SMALL: "small";
4
4
  readonly MEDIUM: "medium";
@@ -1,4 +1,4 @@
1
- export declare type ButtonVariant = typeof ButtonVariant[keyof typeof ButtonVariant];
1
+ export type ButtonVariant = typeof ButtonVariant[keyof typeof ButtonVariant];
2
2
  export declare const ButtonVariant: {
3
3
  readonly PRIMARY: "primary";
4
4
  readonly SECONDARY: "secondary";
@@ -1,4 +1,4 @@
1
- export declare type ChipSize = typeof ChipSize[keyof typeof ChipSize];
1
+ export type ChipSize = typeof ChipSize[keyof typeof ChipSize];
2
2
  export declare const ChipSize: {
3
3
  readonly SMALL: "small";
4
4
  readonly MEDIUM: "medium";
@@ -1,4 +1,4 @@
1
- export declare type ChipVariant = typeof ChipVariant[keyof typeof ChipVariant];
1
+ export type ChipVariant = typeof ChipVariant[keyof typeof ChipVariant];
2
2
  export declare const ChipVariant: {
3
3
  readonly SECONDARY: "secondary";
4
4
  readonly HIGHLIGHT: "highlight";
@@ -1,4 +1,4 @@
1
- export declare type CircularProgressSize = typeof CircularProgressSize[keyof typeof CircularProgressSize];
1
+ export type CircularProgressSize = typeof CircularProgressSize[keyof typeof CircularProgressSize];
2
2
  export declare const CircularProgressSize: {
3
3
  readonly AUTO: "auto";
4
4
  readonly SMALL: "small";
@@ -1,3 +1,3 @@
1
1
  import { ConnectedOverlayOptions } from '@odx/angular/cdk/connected-overlay';
2
- export declare type DropdownOptions = Pick<ConnectedOverlayOptions, 'position' | 'containerClass' | 'enableFallback' | 'matchReferenceWidth' | 'minHeight' | 'offset' | 'showArrow'>;
2
+ export type DropdownOptions = Pick<ConnectedOverlayOptions, 'position' | 'containerClass' | 'enableFallback' | 'matchReferenceWidth' | 'minHeight' | 'offset' | 'showArrow'>;
3
3
  export declare const DefaultDropdownOptions: DropdownOptions;
@@ -3,7 +3,6 @@ import { FormFieldLabelDirective } from './directives';
3
3
  import { FormFieldService } from './form-field.service';
4
4
  import { FormFieldErrorService } from './services';
5
5
  import * as i0 from "@angular/core";
6
- import * as i1 from "@odx/angular";
7
6
  export declare class FormFieldComponent {
8
7
  protected readonly formGroup: FormGroupComponent | null;
9
8
  protected readonly formFieldService: FormFieldService;
@@ -15,5 +14,5 @@ export declare class FormFieldComponent {
15
14
  get isStandalone(): boolean;
16
15
  constructor();
17
16
  static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "odx-form-field", never, { "label": "label"; }, {}, ["labelDirective"], ["odx-form-field-label", "[odxFormFieldPrefix]", "*", "[odxFormFieldSuffix]", "odx-form-field-hint"], true, [{ directive: typeof i1.WithDisabledState; inputs: {}; outputs: {}; }]>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "odx-form-field", never, { "label": "label"; }, {}, ["labelDirective"], ["odx-form-field-label", "[odxFormFieldPrefix]", "*", "[odxFormFieldSuffix]", "odx-form-field-hint"], true, never>;
19
18
  }
@@ -1,5 +1,5 @@
1
1
  import { DynamicTextContent } from '@odx/angular/cdk/dynamic-view';
2
- export declare type FormFieldErrorResolver<C = boolean> = (context: C) => DynamicTextContent;
2
+ export type FormFieldErrorResolver<C = boolean> = (context: C) => DynamicTextContent;
3
3
  export interface FormFieldErrorResolvers {
4
4
  min?: FormFieldErrorResolver<{
5
5
  min: number;
@@ -1,4 +1,4 @@
1
- export declare type IconSize = (typeof IconSize)[keyof typeof IconSize];
1
+ export type IconSize = (typeof IconSize)[keyof typeof IconSize];
2
2
  export declare const IconSize: {
3
3
  readonly SMALL: "small";
4
4
  readonly MEDIUM: "medium";
@@ -1,4 +1,4 @@
1
- export declare type InlineMessageVariant = typeof InlineMessageVariant[keyof typeof InlineMessageVariant];
1
+ export type InlineMessageVariant = typeof InlineMessageVariant[keyof typeof InlineMessageVariant];
2
2
  export declare const InlineMessageVariant: {
3
3
  readonly DEFAULT: "default";
4
4
  readonly WARNING: "warning";
@@ -1,4 +1,4 @@
1
- export declare type LogoSize = typeof LogoSize[keyof typeof LogoSize];
1
+ export type LogoSize = typeof LogoSize[keyof typeof LogoSize];
2
2
  export declare const LogoSize: {
3
3
  readonly SMALL: "small";
4
4
  readonly MEDIUM: "medium";
@@ -1,4 +1,4 @@
1
- export declare type LogoVariant = typeof LogoVariant[keyof typeof LogoVariant];
1
+ export type LogoVariant = typeof LogoVariant[keyof typeof LogoVariant];
2
2
  export declare const LogoVariant: {
3
3
  readonly DEFAULT: "default";
4
4
  readonly INVERSE: "inverse";
@@ -1,3 +1,3 @@
1
1
  import { ModalInstanceOptions } from './models';
2
- export declare type ModalModuleConfig = Omit<ModalInstanceOptions, 'id' | 'host' | 'data'>;
2
+ export type ModalModuleConfig = Omit<ModalInstanceOptions, 'id' | 'host' | 'data'>;
3
3
  export declare const ModalDefaultModuleConfig: ModalModuleConfig, ModalModuleConfig: import("@angular/core").InjectionToken<Partial<ModalModuleConfig>>, injectModalModuleConfig: () => ModalModuleConfig;
@@ -6,7 +6,7 @@ interface ModalAction<Result = unknown> {
6
6
  data?: Result;
7
7
  variant?: ButtonVariant;
8
8
  }
9
- export declare type GetModalActionData<T extends BasicModalOptions> = Exclude<T['actions'][number]['data'], undefined>;
9
+ export type GetModalActionData<T extends BasicModalOptions> = Exclude<T['actions'][number]['data'], undefined>;
10
10
  export interface BasicModalOptions<Result = unknown> {
11
11
  title: DynamicTextContent;
12
12
  actions: ModalAction<Result>[];
@@ -1,4 +1,4 @@
1
- export declare type ModalHeroVariant = (typeof ModalHeroVariant)[keyof typeof ModalHeroVariant];
1
+ export type ModalHeroVariant = (typeof ModalHeroVariant)[keyof typeof ModalHeroVariant];
2
2
  export declare const ModalHeroVariant: {
3
3
  readonly PRIMARY: "primary";
4
4
  readonly SUCCESS: "success";
@@ -12,4 +12,4 @@ export interface ModalOptionsExtras<Data> {
12
12
  host: Element | ViewContainerRef;
13
13
  dismissOnNavigation: boolean;
14
14
  }
15
- export declare type ModalOptions<D = unknown> = ModalInstanceOptions & ModalOptionsExtras<D>;
15
+ export type ModalOptions<D = unknown> = ModalInstanceOptions & ModalOptionsExtras<D>;
@@ -1,4 +1,4 @@
1
- export declare type ModalSize = typeof ModalSize[keyof typeof ModalSize];
1
+ export type ModalSize = typeof ModalSize[keyof typeof ModalSize];
2
2
  export declare const ModalSize: {
3
3
  readonly SMALL: "small";
4
4
  readonly MEDIUM: "medium";
@@ -3,6 +3,6 @@ import { ModalRef } from './modal-ref';
3
3
  export interface Modal<Data, Result> {
4
4
  readonly modalRef?: ModalRef<Data, Result>;
5
5
  }
6
- export declare type ModalType<T, Data = unknown, Result = unknown> = Type<T> | {
6
+ export type ModalType<T, Data = unknown, Result = unknown> = Type<T> | {
7
7
  new (modalRef?: ModalRef<Data, Result>): Modal<Data, Result>;
8
8
  };
@@ -1,4 +1,4 @@
1
- export declare type ModalVariant = typeof ModalVariant[keyof typeof ModalVariant];
1
+ export type ModalVariant = typeof ModalVariant[keyof typeof ModalVariant];
2
2
  export declare const ModalVariant: {
3
3
  readonly DEFAULT: "default";
4
4
  readonly SIDESHEET: "sidesheet";
@@ -1,7 +1,9 @@
1
1
  import { Highlightable } from '@angular/cdk/a11y';
2
2
  import { ElementRef } from '@angular/core';
3
3
  export interface SelectControlOption<T> extends Highlightable {
4
+ isSelected: boolean;
4
5
  element: ElementRef<HTMLElement>;
5
6
  disabled: boolean;
6
7
  value: T | null;
8
+ switchCheckbox: () => void;
7
9
  }
@@ -2,6 +2,7 @@ import { Controller, StringifyFn } from '@odx/angular';
2
2
  import { SelectSearchFieldDirective } from '../directives';
3
3
  import { SelectControlOption } from './select-control-option';
4
4
  export interface SelectControl<T = unknown> extends Controller {
5
+ multiple: boolean;
5
6
  isOpen: boolean;
6
7
  selectOption(option?: SelectControlOption<T> | null): void;
7
8
  isOptionSelected(option: SelectControlOption<T>): boolean;
@@ -1,22 +1,27 @@
1
+ import { BooleanInput } from '@angular/cdk/coercion';
1
2
  import { OnInit } from '@angular/core';
2
3
  import { SelectControlOption } from '../../abstract';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class OptionComponent<T = unknown> implements OnInit, SelectControlOption<T> {
6
+ static ngAcceptInputType_notFoundMessage: BooleanInput;
5
7
  private readonly disabledController;
6
8
  private readonly readonlyController;
7
9
  private readonly takeUntilDestroyed;
10
+ private readonly cdr;
8
11
  protected readonly selectControl: import("../../abstract").SelectControl<unknown>;
9
12
  protected isActive: boolean;
10
13
  readonly element: import("@angular/core").ElementRef<HTMLElement>;
11
14
  isSelected: boolean;
12
15
  value: T | null;
16
+ notFoundMessage: boolean;
13
17
  get disabled(): boolean;
14
18
  constructor();
15
19
  ngOnInit(): void;
16
20
  getLabel(): string;
17
21
  setActiveStyles(): void;
18
22
  setInactiveStyles(): void;
23
+ switchCheckbox(): void;
19
24
  protected select(event: Event): void;
20
25
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionComponent<any>, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<OptionComponent<any>, "odx-option", never, { "value": "value"; }, {}, never, ["*"], true, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionComponent<any>, "odx-option", never, { "value": "value"; "notFoundMessage": "notFoundMessage"; }, {}, never, ["*"], true, never>;
22
27
  }
@@ -7,16 +7,17 @@ import { SelectControl, SelectControlOption } from './abstract';
7
7
  import { OptionComponent } from './components';
8
8
  import { SelectSearchFieldDirective } from './directives';
9
9
  import * as i0 from "@angular/core";
10
- export declare class SelectComponent<T = unknown> extends CustomFormControl<T | null> implements AfterViewInit, SelectControl<T> {
10
+ export declare class SelectComponent<T = unknown | unknown[]> extends CustomFormControl<T | null> implements AfterViewInit, SelectControl<T> {
11
11
  static ngAcceptInputType_isLoading: BooleanInput;
12
+ static ngAcceptInputType_multiple: BooleanInput;
12
13
  private keyManager?;
13
14
  protected searchFieldEnabled: boolean;
14
15
  protected smoothScrollEnabled: boolean;
15
16
  protected selectedOption: OptionComponent<T> | null;
16
17
  protected selectedOptionText: string | null;
17
- protected get hasOptions(): boolean;
18
18
  protected options?: QueryList<OptionComponent<T>>;
19
19
  protected dropdown?: DropdownDirective;
20
+ get hasOptions(): boolean;
20
21
  readonly element: import("@angular/core").ElementRef<HTMLElement>;
21
22
  get isOpen(): boolean;
22
23
  get selectedOptionContent(): TemplateRef<{
@@ -24,6 +25,7 @@ export declare class SelectComponent<T = unknown> extends CustomFormControl<T |
24
25
  }> | string | null;
25
26
  placeholder: string;
26
27
  isLoading: boolean;
28
+ multiple: boolean;
27
29
  selectedOptionTemplate?: TemplateRef<{
28
30
  $implicit: T;
29
31
  }> | null;
@@ -34,8 +36,8 @@ export declare class SelectComponent<T = unknown> extends CustomFormControl<T |
34
36
  constructor();
35
37
  ngAfterViewInit(): void;
36
38
  registerOnChange(fn: (value: T | null) => void): void;
37
- selectOption(option?: SelectControlOption<T> | null): void;
38
- isOptionSelected(option: SelectControlOption<T>): boolean;
39
+ selectOption(option?: SelectControlOption<T | T[]> | null): void;
40
+ isOptionSelected(option: SelectControlOption<T | T[]>): boolean;
39
41
  scrollOptionIntoView({ element }: SelectControlOption<T>): void;
40
42
  protected openDropdown(event: KeyboardEvent): void;
41
43
  protected activateSelectedOption(): void;
@@ -46,5 +48,5 @@ export declare class SelectComponent<T = unknown> extends CustomFormControl<T |
46
48
  protected enableSmoothScroll(): void;
47
49
  private updateSelectedOption;
48
50
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent<any>, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent<any>, "odx-select", never, { "placeholder": "placeholder"; "isLoading": "isLoading"; "selectedOptionTemplate": "selectedOptionTemplate"; "stringify": "stringify"; "identityMatcher": "identityMatcher"; }, { "change": "change"; }, ["searchField", "options"], ["[odxSelectSearchField]", "*"], true, never>;
51
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent<any>, "odx-select", never, { "placeholder": "placeholder"; "isLoading": "isLoading"; "multiple": "multiple"; "selectedOptionTemplate": "selectedOptionTemplate"; "stringify": "stringify"; "identityMatcher": "identityMatcher"; }, { "change": "change"; }, ["searchField", "options"], ["[odxSelectSearchField]", "*"], true, never>;
50
52
  }
@@ -9,7 +9,7 @@ export declare class ToastItemComponent implements OnInit {
9
9
  id: string;
10
10
  title: DynamicTextContent;
11
11
  description?: DynamicTextContent | null;
12
- variant?: ToastVariant;
12
+ variant?: ToastVariant | null;
13
13
  actions?: ToastAction[];
14
14
  options: ToastOptions;
15
15
  readonly dismiss: EventEmitter<void>;
@@ -1,4 +1,4 @@
1
- export declare type ToastVariant = (typeof ToastVariant)[keyof typeof ToastVariant];
1
+ export type ToastVariant = (typeof ToastVariant)[keyof typeof ToastVariant];
2
2
  export declare const ToastVariant: {
3
3
  readonly DEFAULT: "default";
4
4
  readonly WARNING: "warning";
@@ -1,3 +1,3 @@
1
1
  import { ToastOptions } from './models/toast.options';
2
- export declare type ToastModuleConfig = ToastOptions;
2
+ export type ToastModuleConfig = ToastOptions;
3
3
  export declare const ToastDefaultModuleConfig: ToastOptions, ToastModuleConfig: import("@angular/core").InjectionToken<Partial<ToastOptions>>, injectToastModuleConfig: () => ToastOptions;
@@ -1,4 +1,4 @@
1
- export declare type TooltipSize = typeof TooltipSize[keyof typeof TooltipSize];
1
+ export type TooltipSize = typeof TooltipSize[keyof typeof TooltipSize];
2
2
  export declare const TooltipSize: {
3
3
  readonly AUTO: "auto";
4
4
  readonly SMALL: "small";
@@ -1 +1 @@
1
- export declare type TooltipTrigger = 'hover' | 'click';
1
+ export type TooltipTrigger = 'hover' | 'click';
@@ -6,10 +6,10 @@ import * as i0 from "@angular/core";
6
6
  const modules = [ListFocusManagerDirective, ListFocusManagerOptionDirective, InteractiveDirective];
7
7
  export class A11yModule {
8
8
  }
9
- A11yModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: A11yModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- A11yModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: A11yModule, imports: [NgCdkA11yModule, ListFocusManagerDirective, ListFocusManagerOptionDirective, InteractiveDirective], exports: [CoreModule, NgCdkA11yModule, ListFocusManagerDirective, ListFocusManagerOptionDirective, InteractiveDirective] });
11
- A11yModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: A11yModule, imports: [NgCdkA11yModule, CoreModule, NgCdkA11yModule] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: A11yModule, decorators: [{
9
+ A11yModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: A11yModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ A11yModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.1", ngImport: i0, type: A11yModule, imports: [NgCdkA11yModule, ListFocusManagerDirective, ListFocusManagerOptionDirective, InteractiveDirective], exports: [CoreModule, NgCdkA11yModule, ListFocusManagerDirective, ListFocusManagerOptionDirective, InteractiveDirective] });
11
+ A11yModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: A11yModule, imports: [NgCdkA11yModule, CoreModule, NgCdkA11yModule] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: A11yModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [NgCdkA11yModule, ...modules],
@@ -17,13 +17,13 @@ let InteractiveDirective = class InteractiveDirective {
17
17
  }
18
18
  }
19
19
  };
20
- InteractiveDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: InteractiveDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
21
- InteractiveDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: InteractiveDirective, isStandalone: true, selector: "[odxCdkInteractive]", outputs: { interact: "odxCdkInteractive" }, host: { attributes: { "role": "button" }, listeners: { "click": "handleEvents($event)", "keyup.enter": "handleEvents($event)", "keyup.space": "handleEvents($event)" } }, hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }], ngImport: i0 });
20
+ InteractiveDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: InteractiveDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
21
+ InteractiveDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: InteractiveDirective, isStandalone: true, selector: "[odxCdkInteractive]", outputs: { interact: "odxCdkInteractive" }, host: { attributes: { "role": "button" }, listeners: { "click": "handleEvents($event)", "keyup.enter": "handleEvents($event)", "keyup.space": "handleEvents($event)" } }, hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }], ngImport: i0 });
22
22
  InteractiveDirective = __decorate([
23
23
  CSSComponent('cdk-interactive')
24
24
  ], InteractiveDirective);
25
25
  export { InteractiveDirective };
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: InteractiveDirective, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: InteractiveDirective, decorators: [{
27
27
  type: Directive,
28
28
  args: [{
29
29
  selector: '[odxCdkInteractive]',
@@ -14,9 +14,9 @@ export class ListFocusManagerOptionDirective {
14
14
  this.element.nativeElement.focus();
15
15
  }
16
16
  }
17
- ListFocusManagerOptionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListFocusManagerOptionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
18
- ListFocusManagerOptionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: ListFocusManagerOptionDirective, isStandalone: true, selector: "[odxListFocusManager]", ngImport: i0 });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListFocusManagerOptionDirective, decorators: [{
17
+ ListFocusManagerOptionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ListFocusManagerOptionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
18
+ ListFocusManagerOptionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: ListFocusManagerOptionDirective, isStandalone: true, selector: "[odxListFocusManager]", ngImport: i0 });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ListFocusManagerOptionDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
22
  selector: '[odxListFocusManager]',
@@ -22,9 +22,9 @@ export class ListFocusManagerDirective {
22
22
  this.keyManager?.onKeydown(event);
23
23
  }
24
24
  }
25
- ListFocusManagerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListFocusManagerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
26
- ListFocusManagerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: ListFocusManagerDirective, isStandalone: true, selector: "[odxListFocusManager]", host: { listeners: { "keydown": "onKeyDown($event)" } }, queries: [{ propertyName: "options", predicate: ListFocusManagerOptionDirective }], ngImport: i0 });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListFocusManagerDirective, decorators: [{
25
+ ListFocusManagerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ListFocusManagerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
26
+ ListFocusManagerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: ListFocusManagerDirective, isStandalone: true, selector: "[odxListFocusManager]", host: { listeners: { "keydown": "onKeyDown($event)" } }, queries: [{ propertyName: "options", predicate: ListFocusManagerOptionDirective }], ngImport: i0 });
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ListFocusManagerDirective, decorators: [{
28
28
  type: Directive,
29
29
  args: [{
30
30
  selector: '[odxListFocusManager]',
@@ -92,8 +92,8 @@ let ActiveIndicatorDirective = class ActiveIndicatorDirective {
92
92
  }
93
93
  }
94
94
  };
95
- ActiveIndicatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ActiveIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
96
- ActiveIndicatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: ActiveIndicatorDirective, isStandalone: true, selector: "[odxActiveIndicator]", inputs: { activeElement: ["odxActiveIndicator", "activeElement"], parent: ["odxActiveIndicatorParent", "parent"], direction: ["odxActiveIndicatorDirection", "direction"], position: ["odxActiveIndicatorPosition", "position"] }, usesOnChanges: true, ngImport: i0 });
95
+ ActiveIndicatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ActiveIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
96
+ ActiveIndicatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: ActiveIndicatorDirective, isStandalone: true, selector: "[odxActiveIndicator]", inputs: { activeElement: ["odxActiveIndicator", "activeElement"], parent: ["odxActiveIndicatorParent", "parent"], direction: ["odxActiveIndicatorDirection", "direction"], position: ["odxActiveIndicatorPosition", "position"] }, usesOnChanges: true, ngImport: i0 });
97
97
  __decorate([
98
98
  CSSModifier(),
99
99
  __metadata("design:type", Object)
@@ -106,7 +106,7 @@ ActiveIndicatorDirective = __decorate([
106
106
  CSSComponent('cdk-active-indicator')
107
107
  ], ActiveIndicatorDirective);
108
108
  export { ActiveIndicatorDirective };
109
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ActiveIndicatorDirective, decorators: [{
109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ActiveIndicatorDirective, decorators: [{
110
110
  type: Directive,
111
111
  args: [{
112
112
  standalone: true,
@@ -4,13 +4,6 @@ import { CustomFormControl } from '@odx/angular/cdk/custom-form-control';
4
4
  import { booleanToAttributeString, injectElement } from '@odx/angular/utils';
5
5
  import * as i0 from "@angular/core";
6
6
  export class CheckBoxControl extends CustomFormControl {
7
- constructor() {
8
- super(false);
9
- this.element = injectElement();
10
- // eslint-disable-next-line @angular-eslint/no-input-rename
11
- this.controlValue = null;
12
- detectControllerChanges(this).subscribe();
13
- }
14
7
  set checked(value) {
15
8
  this.value = value;
16
9
  }
@@ -20,14 +13,21 @@ export class CheckBoxControl extends CustomFormControl {
20
13
  get ariaChecked() {
21
14
  return booleanToAttributeString(this.checked);
22
15
  }
16
+ constructor() {
17
+ super(false);
18
+ this.element = injectElement();
19
+ // eslint-disable-next-line @angular-eslint/no-input-rename
20
+ this.controlValue = null;
21
+ detectControllerChanges(this).subscribe();
22
+ }
23
23
  onChanged(event) {
24
24
  event.stopPropagation();
25
25
  super.updateValue(event.target.checked);
26
26
  }
27
27
  }
28
- CheckBoxControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CheckBoxControl, deps: [], target: i0.ɵɵFactoryTarget.Directive });
29
- CheckBoxControl.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: CheckBoxControl, selector: "[odxCheckBoxControl]", inputs: { checked: "checked", controlValue: ["value", "controlValue"] }, usesInheritance: true, ngImport: i0 });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CheckBoxControl, decorators: [{
28
+ CheckBoxControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: CheckBoxControl, deps: [], target: i0.ɵɵFactoryTarget.Directive });
29
+ CheckBoxControl.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: CheckBoxControl, selector: "[odxCheckBoxControl]", inputs: { checked: "checked", controlValue: ["value", "controlValue"] }, usesInheritance: true, ngImport: i0 });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: CheckBoxControl, decorators: [{
31
31
  type: Directive,
32
32
  args: [{
33
33
  selector: '[odxCheckBoxControl]',
@@ -38,4 +38,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImpor
38
38
  type: Input,
39
39
  args: ['value']
40
40
  }] } });
41
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gtY29udHJvbC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY2RrL2NoZWNrYm94LWNvbnRyb2wvc3JjL2xpYi9jaGVja2JveC1jb250cm9sLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDdkQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFDekUsT0FBTyxFQUFFLHdCQUF3QixFQUFFLGFBQWEsRUFBRSxNQUFNLG9CQUFvQixDQUFDOztBQUs3RSxNQUFNLE9BQU8sZUFBZ0IsU0FBUSxpQkFBMEI7SUFxQjdEO1FBQ0UsS0FBSyxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBbkJDLFlBQU8sR0FBRyxhQUFhLEVBQUUsQ0FBQztRQVUxQywyREFBMkQ7UUFFcEQsaUJBQVksR0FBa0IsSUFBSSxDQUFDO1FBUXhDLHVCQUF1QixDQUFDLElBQUksQ0FBQyxDQUFDLFNBQVMsRUFBRSxDQUFDO0lBQzVDLENBQUM7SUFuQkQsSUFDVyxPQUFPLENBQUMsS0FBYztRQUMvQixJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztJQUNyQixDQUFDO0lBQ0QsSUFBVyxPQUFPO1FBQ2hCLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQztJQUNwQixDQUFDO0lBTUQsSUFBVyxXQUFXO1FBQ3BCLE9BQU8sd0JBQXdCLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO0lBQ2hELENBQUM7SUFPTSxTQUFTLENBQUMsS0FBWTtRQUMzQixLQUFLLENBQUMsZUFBZSxFQUFFLENBQUM7UUFDeEIsS0FBSyxDQUFDLFdBQVcsQ0FBRSxLQUFLLENBQUMsTUFBMkIsQ0FBQyxPQUFPLENBQUMsQ0FBQztJQUNoRSxDQUFDOzs0R0E3QlUsZUFBZTtnR0FBZixlQUFlOzJGQUFmLGVBQWU7a0JBSDNCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHNCQUFzQjtpQkFDakM7MEVBT1ksT0FBTztzQkFEakIsS0FBSztnQkFVQyxZQUFZO3NCQURsQixLQUFLO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCb29sZWFuSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jZGsvY29lcmNpb24nO1xuaW1wb3J0IHsgRGlyZWN0aXZlLCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgZGV0ZWN0Q29udHJvbGxlckNoYW5nZXMgfSBmcm9tICdAb2R4L2FuZ3VsYXInO1xuaW1wb3J0IHsgQ3VzdG9tRm9ybUNvbnRyb2wgfSBmcm9tICdAb2R4L2FuZ3VsYXIvY2RrL2N1c3RvbS1mb3JtLWNvbnRyb2wnO1xuaW1wb3J0IHsgYm9vbGVhblRvQXR0cmlidXRlU3RyaW5nLCBpbmplY3RFbGVtZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL3V0aWxzJztcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW29keENoZWNrQm94Q29udHJvbF0nLFxufSlcbmV4cG9ydCBjbGFzcyBDaGVja0JveENvbnRyb2wgZXh0ZW5kcyBDdXN0b21Gb3JtQ29udHJvbDxib29sZWFuPiB7XG4gIHB1YmxpYyBzdGF0aWMgbmdBY2NlcHRJbnB1dFR5cGVfY2hlY2tlZDogQm9vbGVhbklucHV0O1xuXG4gIHB1YmxpYyByZWFkb25seSBlbGVtZW50ID0gaW5qZWN0RWxlbWVudCgpO1xuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBzZXQgY2hlY2tlZCh2YWx1ZTogYm9vbGVhbikge1xuICAgIHRoaXMudmFsdWUgPSB2YWx1ZTtcbiAgfVxuICBwdWJsaWMgZ2V0IGNoZWNrZWQoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMudmFsdWU7XG4gIH1cblxuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L25vLWlucHV0LXJlbmFtZVxuICBASW5wdXQoJ3ZhbHVlJylcbiAgcHVibGljIGNvbnRyb2xWYWx1ZTogc3RyaW5nIHwgbnVsbCA9IG51bGw7XG5cbiAgcHVibGljIGdldCBhcmlhQ2hlY2tlZCgpOiBzdHJpbmcge1xuICAgIHJldHVybiBib29sZWFuVG9BdHRyaWJ1dGVTdHJpbmcodGhpcy5jaGVja2VkKTtcbiAgfVxuXG4gIGNvbnN0cnVjdG9yKCkge1xuICAgIHN1cGVyKGZhbHNlKTtcbiAgICBkZXRlY3RDb250cm9sbGVyQ2hhbmdlcyh0aGlzKS5zdWJzY3JpYmUoKTtcbiAgfVxuXG4gIHB1YmxpYyBvbkNoYW5nZWQoZXZlbnQ6IEV2ZW50KTogdm9pZCB7XG4gICAgZXZlbnQuc3RvcFByb3BhZ2F0aW9uKCk7XG4gICAgc3VwZXIudXBkYXRlVmFsdWUoKGV2ZW50LnRhcmdldCBhcyBIVE1MSW5wdXRFbGVtZW50KS5jaGVja2VkKTtcbiAgfVxufVxuIl19
41
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gtY29udHJvbC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY2RrL2NoZWNrYm94LWNvbnRyb2wvc3JjL2xpYi9jaGVja2JveC1jb250cm9sLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDdkQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFDekUsT0FBTyxFQUFFLHdCQUF3QixFQUFFLGFBQWEsRUFBRSxNQUFNLG9CQUFvQixDQUFDOztBQUs3RSxNQUFNLE9BQU8sZUFBZ0IsU0FBUSxpQkFBMEI7SUFLN0QsSUFDVyxPQUFPLENBQUMsS0FBYztRQUMvQixJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztJQUNyQixDQUFDO0lBQ0QsSUFBVyxPQUFPO1FBQ2hCLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQztJQUNwQixDQUFDO0lBTUQsSUFBVyxXQUFXO1FBQ3BCLE9BQU8sd0JBQXdCLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO0lBQ2hELENBQUM7SUFFRDtRQUNFLEtBQUssQ0FBQyxLQUFLLENBQUMsQ0FBQztRQW5CQyxZQUFPLEdBQUcsYUFBYSxFQUFFLENBQUM7UUFVMUMsMkRBQTJEO1FBRXBELGlCQUFZLEdBQWtCLElBQUksQ0FBQztRQVF4Qyx1QkFBdUIsQ0FBQyxJQUFJLENBQUMsQ0FBQyxTQUFTLEVBQUUsQ0FBQztJQUM1QyxDQUFDO0lBRU0sU0FBUyxDQUFDLEtBQVk7UUFDM0IsS0FBSyxDQUFDLGVBQWUsRUFBRSxDQUFDO1FBQ3hCLEtBQUssQ0FBQyxXQUFXLENBQUUsS0FBSyxDQUFDLE1BQTJCLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDaEUsQ0FBQzs7NEdBN0JVLGVBQWU7Z0dBQWYsZUFBZTsyRkFBZixlQUFlO2tCQUgzQixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxzQkFBc0I7aUJBQ2pDOzBFQU9ZLE9BQU87c0JBRGpCLEtBQUs7Z0JBVUMsWUFBWTtzQkFEbEIsS0FBSzt1QkFBQyxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQm9vbGVhbklucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2NvZXJjaW9uJztcbmltcG9ydCB7IERpcmVjdGl2ZSwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGRldGVjdENvbnRyb2xsZXJDaGFuZ2VzIH0gZnJvbSAnQG9keC9hbmd1bGFyJztcbmltcG9ydCB7IEN1c3RvbUZvcm1Db250cm9sIH0gZnJvbSAnQG9keC9hbmd1bGFyL2Nkay9jdXN0b20tZm9ybS1jb250cm9sJztcbmltcG9ydCB7IGJvb2xlYW5Ub0F0dHJpYnV0ZVN0cmluZywgaW5qZWN0RWxlbWVudCB9IGZyb20gJ0BvZHgvYW5ndWxhci91dGlscyc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tvZHhDaGVja0JveENvbnRyb2xdJyxcbn0pXG5leHBvcnQgY2xhc3MgQ2hlY2tCb3hDb250cm9sIGV4dGVuZHMgQ3VzdG9tRm9ybUNvbnRyb2w8Ym9vbGVhbj4ge1xuICBwdWJsaWMgc3RhdGljIG5nQWNjZXB0SW5wdXRUeXBlX2NoZWNrZWQ6IEJvb2xlYW5JbnB1dDtcblxuICBwdWJsaWMgcmVhZG9ubHkgZWxlbWVudCA9IGluamVjdEVsZW1lbnQoKTtcblxuICBASW5wdXQoKVxuICBwdWJsaWMgc2V0IGNoZWNrZWQodmFsdWU6IGJvb2xlYW4pIHtcbiAgICB0aGlzLnZhbHVlID0gdmFsdWU7XG4gIH1cbiAgcHVibGljIGdldCBjaGVja2VkKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLnZhbHVlO1xuICB9XG5cbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9uby1pbnB1dC1yZW5hbWVcbiAgQElucHV0KCd2YWx1ZScpXG4gIHB1YmxpYyBjb250cm9sVmFsdWU6IHN0cmluZyB8IG51bGwgPSBudWxsO1xuXG4gIHB1YmxpYyBnZXQgYXJpYUNoZWNrZWQoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gYm9vbGVhblRvQXR0cmlidXRlU3RyaW5nKHRoaXMuY2hlY2tlZCk7XG4gIH1cblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICBzdXBlcihmYWxzZSk7XG4gICAgZGV0ZWN0Q29udHJvbGxlckNoYW5nZXModGhpcykuc3Vic2NyaWJlKCk7XG4gIH1cblxuICBwdWJsaWMgb25DaGFuZ2VkKGV2ZW50OiBFdmVudCk6IHZvaWQge1xuICAgIGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpO1xuICAgIHN1cGVyLnVwZGF0ZVZhbHVlKChldmVudC50YXJnZXQgYXMgSFRNTElucHV0RWxlbWVudCkuY2hlY2tlZCk7XG4gIH1cbn1cbiJdfQ==
@@ -65,8 +65,8 @@ let ConnectedOverlayComponent = class ConnectedOverlayComponent {
65
65
  this.positionUpdater = null;
66
66
  }
67
67
  };
68
- ConnectedOverlayComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ConnectedOverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
69
- ConnectedOverlayComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: ConnectedOverlayComponent, isStandalone: true, selector: "odx-connected-overlay", inputs: { referenceElement: "referenceElement", options: "options" }, outputs: { closed: "closed" }, host: { properties: { "@hostAnimation": "true" } }, viewQueries: [{ propertyName: "contentElement", first: true, predicate: ["content"], descendants: true, static: true }, { propertyName: "arrowElement", first: true, predicate: ["arrow"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<div\n [@contentAnimation]=\"overlaySide\"\n (@contentAnimation.start)=\"onAnimationStart($event)\"\n (@contentAnimation.done)=\"onAnimationDone($event)\"\n class=\"odx-cdk-connected-overlay__content {{ options.containerClass }}\"\n #content\n>\n <ng-template [odxDynamicView]=\"options.content\" [odxDynamicViewContext]=\"options.context\" [odxDynamicViewInjector]=\"injector\"></ng-template>\n <div class=\"odx-cdk-connected-overlay-arrow\" #arrow></div>\n</div>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], animations: [
68
+ ConnectedOverlayComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ConnectedOverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
69
+ ConnectedOverlayComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", type: ConnectedOverlayComponent, isStandalone: true, selector: "odx-connected-overlay", inputs: { referenceElement: "referenceElement", options: "options" }, outputs: { closed: "closed" }, host: { properties: { "@hostAnimation": "true" } }, viewQueries: [{ propertyName: "contentElement", first: true, predicate: ["content"], descendants: true, static: true }, { propertyName: "arrowElement", first: true, predicate: ["arrow"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<div\n [@contentAnimation]=\"overlaySide\"\n (@contentAnimation.start)=\"onAnimationStart($event)\"\n (@contentAnimation.done)=\"onAnimationDone($event)\"\n class=\"odx-cdk-connected-overlay__content {{ options.containerClass }}\"\n #content\n>\n <ng-template [odxDynamicView]=\"options.content\" [odxDynamicViewContext]=\"options.context\" [odxDynamicViewInjector]=\"injector\"></ng-template>\n <div class=\"odx-cdk-connected-overlay-arrow\" #arrow></div>\n</div>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], animations: [
70
70
  trigger('hostAnimation', [waitForChildAnimations]),
71
71
  trigger('contentAnimation', [
72
72
  transition('void => top', group([useAnimation(slideInUp, { params: { from: '-8px' } }), useAnimation(fadeIn())])),
@@ -83,7 +83,7 @@ ConnectedOverlayComponent = __decorate([
83
83
  CSSComponent('cdk-connected-overlay')
84
84
  ], ConnectedOverlayComponent);
85
85
  export { ConnectedOverlayComponent };
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ConnectedOverlayComponent, decorators: [{
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ConnectedOverlayComponent, decorators: [{
87
87
  type: Component,
88
88
  args: [{ standalone: true, selector: 'odx-connected-overlay', imports: [CoreModule, DynamicViewDirective], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
89
89
  '[@hostAnimation]': 'true',
@@ -16,9 +16,9 @@ export class ConnectedOverlayService {
16
16
  return new ConnectedOverlayRef(dynamicViewRef);
17
17
  }
18
18
  }
19
- ConnectedOverlayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ConnectedOverlayService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20
- ConnectedOverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ConnectedOverlayService, providedIn: 'root' });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ConnectedOverlayService, decorators: [{
19
+ ConnectedOverlayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ConnectedOverlayService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20
+ ConnectedOverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ConnectedOverlayService, providedIn: 'root' });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ConnectedOverlayService, decorators: [{
22
22
  type: Injectable,
23
23
  args: [{ providedIn: 'root' }]
24
24
  }] });
@@ -6,9 +6,9 @@ export class ControlDirective {
6
6
  this.element = injectElement();
7
7
  }
8
8
  }
9
- ControlDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
10
- ControlDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: ControlDirective, isStandalone: true, selector: "[odxControl]", exportAs: ["odxControl"], ngImport: i0 });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ControlDirective, decorators: [{
9
+ ControlDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
10
+ ControlDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: ControlDirective, isStandalone: true, selector: "[odxControl]", exportAs: ["odxControl"], ngImport: i0 });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ControlDirective, decorators: [{
12
12
  type: Directive,
13
13
  args: [{
14
14
  standalone: true,