@odx/angular 1.0.0-rc.9 → 1.0.0

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 (597) hide show
  1. package/cdk/a11y/lib/directives/interactive.directive.d.ts +2 -2
  2. package/cdk/a11y/lib/directives/list-focus-manager-option.directive.d.ts +1 -2
  3. package/cdk/active-indicator/lib/models/active-indicator-direction.d.ts +1 -1
  4. package/cdk/active-indicator/lib/models/active-indicator-position.d.ts +1 -1
  5. package/cdk/checkbox-control/lib/checkbox-control.directive.d.ts +3 -1
  6. package/cdk/connected-overlay/lib/connected-overlay.component.d.ts +2 -2
  7. package/cdk/connected-overlay/lib/helpers/index.d.ts +0 -2
  8. package/cdk/connected-overlay/lib/models/connected-overlay-options.d.ts +3 -2
  9. package/cdk/custom-form-control/lib/custom-form-control.d.ts +5 -1
  10. package/cdk/dynamic-view/lib/facade/dynamic-content.d.ts +3 -3
  11. package/cdk/dynamic-view/lib/models/dynamic-component-ref.d.ts +1 -0
  12. package/cdk/radio-group-control/lib/radio-group-control.directive.d.ts +2 -1
  13. package/components/action-group/action-group.component.d.ts +1 -1
  14. package/components/area-header/area-header.component.d.ts +1 -1
  15. package/components/area-header/models/area-header-size.d.ts +1 -1
  16. package/components/avatar/lib/avatar.component.d.ts +3 -2
  17. package/components/avatar/lib/models/avatar-size.d.ts +1 -1
  18. package/components/avatar/lib/models/avatar-variant.d.ts +5 -0
  19. package/components/avatar/lib/models/index.d.ts +1 -0
  20. package/components/badge/lib/badge.component.d.ts +7 -17
  21. package/components/badge/lib/badge.directive.d.ts +16 -12
  22. package/components/badge/lib/models/badge-variant.d.ts +1 -1
  23. package/components/badge/lib/models/index.d.ts +0 -1
  24. package/components/bar/lib/models/bar-button-variant.d.ts +1 -1
  25. package/components/button/index.d.ts +1 -0
  26. package/components/button/lib/directives/index.d.ts +1 -0
  27. package/components/button/lib/directives/responsive-button.directive.d.ts +6 -0
  28. package/components/button/lib/models/button-size.d.ts +1 -1
  29. package/components/button/lib/models/button-variant.d.ts +1 -1
  30. package/components/card/README.md +3 -0
  31. package/components/card/index.d.ts +5 -0
  32. package/components/card/lib/card.component.d.ts +20 -0
  33. package/components/card/lib/card.module.d.ts +16 -0
  34. package/components/card/lib/components/card-footer/card-footer.component.d.ts +5 -0
  35. package/components/card/lib/components/index.d.ts +2 -0
  36. package/components/card/lib/components/launch-card-subtitle/launch-card-subtitle.component.d.ts +5 -0
  37. package/components/card/lib/directives/card-content.directive.d.ts +5 -0
  38. package/components/card/lib/directives/card-title.directive.d.ts +5 -0
  39. package/components/card/lib/directives/index.d.ts +2 -0
  40. package/components/card/lib/models/card-variant.d.ts +6 -0
  41. package/components/card/lib/models/index.d.ts +1 -0
  42. package/components/chip/lib/models/chip-size.d.ts +1 -1
  43. package/components/chip/lib/models/chip-variant.d.ts +1 -1
  44. package/components/circular-progress/lib/circular-progress.component.d.ts +2 -1
  45. package/components/circular-progress/lib/models/circular-progress-size.d.ts +1 -1
  46. package/components/content-box/lib/content-box.module.d.ts +2 -2
  47. package/components/content-box/lib/directives/index.d.ts +2 -2
  48. package/components/dropdown/lib/dropdown.directive.d.ts +3 -2
  49. package/components/dropdown/lib/models/dropdown-options.d.ts +1 -1
  50. package/components/form-field/index.d.ts +1 -0
  51. package/components/form-field/lib/form-field.component.d.ts +8 -3
  52. package/components/form-field/lib/form-field.config.d.ts +3 -2
  53. package/components/form-field/lib/form-field.module.d.ts +0 -4
  54. package/components/form-field/lib/models/form-field-error-resolver.d.ts +1 -1
  55. package/components/form-field/lib/models/form-field-error.d.ts +1 -0
  56. package/components/form-field/lib/models/form-field-variant.d.ts +5 -0
  57. package/components/form-field/lib/models/index.d.ts +1 -0
  58. package/components/form-field/lib/services/form-field-error.service.d.ts +1 -0
  59. package/components/header/lib/directives/header-avatar.directive.d.ts +5 -2
  60. package/components/header/lib/header.component.d.ts +1 -1
  61. package/components/icon/index.d.ts +1 -0
  62. package/components/icon/lib/icon.component.d.ts +3 -5
  63. package/components/icon/lib/icon.config.d.ts +4 -0
  64. package/components/icon/lib/models/icon-size.d.ts +1 -1
  65. package/components/inline-message/lib/models/inline-message-variant.d.ts +1 -1
  66. package/components/list/lib/components/expandable-list-item/expandable-list-item.component.d.ts +14 -0
  67. package/components/list/lib/components/index.d.ts +1 -0
  68. package/components/list/lib/list.component.d.ts +4 -2
  69. package/components/list/lib/list.module.d.ts +3 -2
  70. package/components/loading-spinner/lib/loading-spinner.directive.d.ts +3 -1
  71. package/components/logo/models/logo-size.d.ts +1 -1
  72. package/components/logo/models/logo-variant.d.ts +1 -1
  73. package/components/main-menu/lib/directives/main-menu-item.directive.d.ts +2 -0
  74. package/components/mainfilter-group/README.md +3 -0
  75. package/components/mainfilter-group/index.d.ts +1 -0
  76. package/components/mainfilter-group/lib/mainfilter-group.component.d.ts +6 -0
  77. package/components/menu/lib/directives/menu-item.directive.d.ts +1 -2
  78. package/components/menu/lib/menu.component.d.ts +4 -1
  79. package/components/menu/lib/menu.directive.d.ts +5 -4
  80. package/components/modal/index.d.ts +1 -1
  81. package/components/modal/lib/modal.config.d.ts +2 -2
  82. package/components/modal/lib/modal.module.d.ts +0 -4
  83. package/components/modal/lib/modal.service.d.ts +7 -3
  84. package/components/modal/lib/models/basic-modal-options.d.ts +1 -1
  85. package/components/modal/lib/models/modal-hero-variant.d.ts +1 -1
  86. package/components/modal/lib/models/modal-options.d.ts +2 -1
  87. package/components/modal/lib/models/modal-ref.d.ts +6 -4
  88. package/components/modal/lib/models/modal-size.d.ts +2 -1
  89. package/components/modal/lib/models/modal-type.d.ts +1 -1
  90. package/components/modal/lib/models/modal-variant.d.ts +1 -1
  91. package/components/navigation-back/README.md +3 -0
  92. package/components/navigation-back/index.d.ts +1 -0
  93. package/components/navigation-back/lib/navigation-back.component.d.ts +6 -0
  94. package/components/select/lib/abstract/select-control-option.d.ts +2 -0
  95. package/components/select/lib/abstract/select-control.d.ts +1 -0
  96. package/components/select/lib/components/option/option.component.d.ts +6 -2
  97. package/components/select/lib/select.component.d.ts +10 -5
  98. package/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.d.ts +5 -2
  99. package/components/toast/lib/components/toast-item/toast-item.component.d.ts +1 -1
  100. package/components/toast/lib/models/toast-variant.d.ts +1 -1
  101. package/components/toast/lib/toast.config.d.ts +2 -2
  102. package/components/toast/lib/toast.module.d.ts +0 -4
  103. package/components/toast/lib/toast.service.d.ts +1 -1
  104. package/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.d.ts +4 -1
  105. package/components/toggle-button-group/lib/toggle-button-group.component.d.ts +8 -3
  106. package/components/tooltip/lib/models/tooltip-size.d.ts +1 -1
  107. package/components/tooltip/lib/models/tooltip-trigger.d.ts +1 -1
  108. package/components/tooltip/lib/tooltip.component.d.ts +3 -2
  109. package/components/tooltip/lib/tooltip.directive.d.ts +3 -3
  110. package/esm2020/animations/lib/expand.mjs +3 -3
  111. package/esm2020/cdk/a11y/lib/a11y.module.mjs +4 -4
  112. package/esm2020/cdk/a11y/lib/directives/interactive.directive.mjs +4 -4
  113. package/esm2020/cdk/a11y/lib/directives/list-focus-manager-option.directive.mjs +5 -7
  114. package/esm2020/cdk/a11y/lib/directives/list-focus-manager.directive.mjs +3 -3
  115. package/esm2020/cdk/active-indicator/lib/active-indicator.directive.mjs +3 -3
  116. package/esm2020/cdk/checkbox-control/lib/checkbox-control.directive.mjs +16 -12
  117. package/esm2020/cdk/connected-overlay/lib/connected-overlay.component.mjs +8 -8
  118. package/esm2020/cdk/connected-overlay/lib/connected-overlay.service.mjs +5 -5
  119. package/esm2020/cdk/connected-overlay/lib/helpers/compute-overlay-position.mjs +4 -6
  120. package/esm2020/cdk/connected-overlay/lib/helpers/index.mjs +1 -3
  121. package/esm2020/cdk/connected-overlay/lib/models/connected-overlay-options.mjs +3 -2
  122. package/esm2020/cdk/custom-form-control/lib/control.directive.mjs +3 -3
  123. package/esm2020/cdk/custom-form-control/lib/custom-form-control.mjs +44 -20
  124. package/esm2020/cdk/dynamic-view/lib/dynamic-view.component.mjs +3 -3
  125. package/esm2020/cdk/dynamic-view/lib/dynamic-view.directive.mjs +7 -5
  126. package/esm2020/cdk/dynamic-view/lib/dynamic-view.service.mjs +3 -3
  127. package/esm2020/cdk/dynamic-view/lib/models/dynamic-component-ref.mjs +15 -4
  128. package/esm2020/cdk/dynamic-view/lib/models/dynamic-template-ref.mjs +2 -2
  129. package/esm2020/cdk/expandable/lib/directives/expandable-item.directive.mjs +3 -3
  130. package/esm2020/cdk/expandable/lib/directives/extandable-container.directive.mjs +3 -3
  131. package/esm2020/cdk/expandable/lib/expandable.module.mjs +4 -4
  132. package/esm2020/cdk/radio-group-control/lib/radio-control.directive.mjs +10 -10
  133. package/esm2020/cdk/radio-group-control/lib/radio-group-control.directive.mjs +14 -10
  134. package/esm2020/cdk/radio-group-control/lib/radio-group-control.module.mjs +4 -4
  135. package/esm2020/components/accordion/lib/accordion.component.mjs +6 -6
  136. package/esm2020/components/accordion/lib/accordion.module.mjs +4 -4
  137. package/esm2020/components/accordion/lib/components/accordion-item/accordion-item.component.mjs +5 -5
  138. package/esm2020/components/accordion/lib/directives/accordion-item-title.mjs +3 -3
  139. package/esm2020/components/action-group/action-group.component.mjs +5 -5
  140. package/esm2020/components/area-header/area-header.component.mjs +7 -6
  141. package/esm2020/components/area-header/area-header.module.mjs +4 -4
  142. package/esm2020/components/area-header/directives/area-header-content.directive.mjs +3 -3
  143. package/esm2020/components/area-header/directives/area-header-subtitle.directive.mjs +3 -3
  144. package/esm2020/components/avatar/lib/avatar.component.mjs +14 -8
  145. package/esm2020/components/avatar/lib/models/avatar-variant.mjs +5 -0
  146. package/esm2020/components/avatar/lib/models/index.mjs +2 -1
  147. package/esm2020/components/badge/lib/badge.component.mjs +18 -65
  148. package/esm2020/components/badge/lib/badge.directive.mjs +50 -25
  149. package/esm2020/components/badge/lib/models/index.mjs +1 -2
  150. package/esm2020/components/bar/lib/bar.component.mjs +3 -3
  151. package/esm2020/components/bar/lib/bar.module.mjs +4 -4
  152. package/esm2020/components/bar/lib/directives/bar-button.directive.mjs +6 -7
  153. package/esm2020/components/bar/lib/directives/bar-label.directive.mjs +3 -3
  154. package/esm2020/components/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
  155. package/esm2020/components/button/index.mjs +2 -1
  156. package/esm2020/components/button/lib/button.component.mjs +8 -10
  157. package/esm2020/components/button/lib/directives/index.mjs +2 -0
  158. package/esm2020/components/button/lib/directives/responsive-button.directive.mjs +24 -0
  159. package/esm2020/components/button-group/lib/button-group.component.mjs +3 -3
  160. package/esm2020/components/card/index.mjs +6 -0
  161. package/esm2020/components/card/lib/card.component.mjs +67 -0
  162. package/esm2020/components/card/lib/card.module.mjs +53 -0
  163. package/esm2020/components/card/lib/components/card-footer/card-footer.component.mjs +13 -0
  164. package/esm2020/components/card/lib/components/index.mjs +3 -0
  165. package/esm2020/components/card/lib/components/launch-card-subtitle/launch-card-subtitle.component.mjs +13 -0
  166. package/esm2020/components/card/lib/directives/card-content.directive.mjs +17 -0
  167. package/esm2020/components/card/lib/directives/card-title.directive.mjs +17 -0
  168. package/esm2020/components/card/lib/directives/index.mjs +3 -0
  169. package/esm2020/components/card/lib/models/card-variant.mjs +6 -0
  170. package/esm2020/components/card/lib/models/index.mjs +2 -0
  171. package/esm2020/components/card/odx-angular-components-card.mjs +5 -0
  172. package/esm2020/components/checkbox/lib/checkbox.component.mjs +5 -5
  173. package/esm2020/components/checkbox/lib/checkbox.module.mjs +4 -4
  174. package/esm2020/components/checkbox/lib/checkbox.validator.mjs +3 -3
  175. package/esm2020/components/chip/lib/chip.component.mjs +5 -5
  176. package/esm2020/components/circular-progress/lib/circular-progress.component.mjs +8 -6
  177. package/esm2020/components/content-box/lib/content-box.component.mjs +3 -3
  178. package/esm2020/components/content-box/lib/content-box.module.mjs +7 -7
  179. package/esm2020/components/content-box/lib/directives/{content-box-footer-directive.mjs → content-box-footer.directive.mjs} +4 -4
  180. package/esm2020/components/content-box/lib/directives/{content-box-header-directive.mjs → content-box-header.directive.mjs} +4 -4
  181. package/esm2020/components/content-box/lib/directives/index.mjs +3 -3
  182. package/esm2020/components/dropdown/lib/dropdown.component.mjs +3 -3
  183. package/esm2020/components/dropdown/lib/dropdown.directive.mjs +10 -7
  184. package/esm2020/components/dropdown/lib/dropdown.module.mjs +4 -4
  185. package/esm2020/components/dropdown/lib/models/dropdown-options.mjs +3 -2
  186. package/esm2020/components/form-field/index.mjs +2 -1
  187. package/esm2020/components/form-field/lib/components/form-field-info/form-field-info.component.mjs +3 -3
  188. package/esm2020/components/form-field/lib/components/form-group/form-group.component.mjs +3 -3
  189. package/esm2020/components/form-field/lib/directives/form-field-control.directive.mjs +6 -6
  190. package/esm2020/components/form-field/lib/directives/form-field-error.directive.mjs +3 -3
  191. package/esm2020/components/form-field/lib/directives/form-field-hint.directive.mjs +3 -3
  192. package/esm2020/components/form-field/lib/directives/form-field-label.directive.mjs +3 -3
  193. package/esm2020/components/form-field/lib/directives/form.directive.mjs +3 -3
  194. package/esm2020/components/form-field/lib/form-field.component.mjs +32 -15
  195. package/esm2020/components/form-field/lib/form-field.config.mjs +4 -3
  196. package/esm2020/components/form-field/lib/form-field.module.mjs +5 -13
  197. package/esm2020/components/form-field/lib/form-field.service.mjs +3 -3
  198. package/esm2020/components/form-field/lib/models/form-field-error.mjs +1 -1
  199. package/esm2020/components/form-field/lib/models/form-field-variant.mjs +5 -0
  200. package/esm2020/components/form-field/lib/models/index.mjs +2 -1
  201. package/esm2020/components/form-field/lib/services/form-field-error.service.mjs +16 -16
  202. package/esm2020/components/header/lib/directives/header-avatar.directive.mjs +13 -6
  203. package/esm2020/components/header/lib/directives/header-title.directive.mjs +3 -3
  204. package/esm2020/components/header/lib/header.component.mjs +5 -5
  205. package/esm2020/components/header/lib/header.module.mjs +4 -4
  206. package/esm2020/components/icon/index.mjs +2 -1
  207. package/esm2020/components/icon/lib/icon.component.mjs +12 -21
  208. package/esm2020/components/icon/lib/icon.config.mjs +5 -0
  209. package/esm2020/components/inline-message/lib/inline-message.component.mjs +8 -9
  210. package/esm2020/components/link/link.directive.mjs +3 -3
  211. package/esm2020/components/list/lib/components/expandable-list-item/expandable-list-item.component.mjs +49 -0
  212. package/esm2020/components/list/lib/components/index.mjs +2 -1
  213. package/esm2020/components/list/lib/components/list-item/list-item.component.mjs +3 -3
  214. package/esm2020/components/list/lib/list.component.mjs +22 -11
  215. package/esm2020/components/list/lib/list.module.mjs +7 -7
  216. package/esm2020/components/loading-spinner/lib/loading-spinner.component.mjs +3 -3
  217. package/esm2020/components/loading-spinner/lib/loading-spinner.directive.mjs +13 -6
  218. package/esm2020/components/loading-spinner/lib/loading-spinner.module.mjs +4 -4
  219. package/esm2020/components/logo/logo.directive.mjs +8 -6
  220. package/esm2020/components/main-menu/lib/directives/main-menu-button.directive.mjs +3 -3
  221. package/esm2020/components/main-menu/lib/directives/main-menu-item.directive.mjs +13 -5
  222. package/esm2020/components/main-menu/lib/main-menu.component.mjs +5 -5
  223. package/esm2020/components/main-menu/lib/main-menu.module.mjs +4 -4
  224. package/esm2020/components/main-menu/lib/main-menu.service.mjs +3 -3
  225. package/esm2020/components/mainfilter-group/index.mjs +2 -0
  226. package/esm2020/components/mainfilter-group/lib/mainfilter-group.component.mjs +21 -0
  227. package/esm2020/components/mainfilter-group/odx-angular-components-mainfilter-group.mjs +5 -0
  228. package/esm2020/components/menu/lib/directives/menu-item.directive.mjs +6 -8
  229. package/esm2020/components/menu/lib/menu.component.mjs +22 -11
  230. package/esm2020/components/menu/lib/menu.directive.mjs +11 -4
  231. package/esm2020/components/menu/lib/menu.module.mjs +4 -4
  232. package/esm2020/components/modal/index.mjs +2 -2
  233. package/esm2020/components/modal/lib/components/basic-modal/basic-modal.component.mjs +3 -3
  234. package/esm2020/components/modal/lib/components/modal-footer/modal-footer.component.mjs +3 -3
  235. package/esm2020/components/modal/lib/components/modal-header/modal-header.component.mjs +5 -5
  236. package/esm2020/components/modal/lib/components/modal-hero/modal-hero.component.mjs +5 -5
  237. package/esm2020/components/modal/lib/directives/modal-close.directive.mjs +3 -3
  238. package/esm2020/components/modal/lib/directives/modal-content.directive.mjs +3 -3
  239. package/esm2020/components/modal/lib/directives/modal-dismiss.directive.mjs +3 -3
  240. package/esm2020/components/modal/lib/modal.component.mjs +5 -5
  241. package/esm2020/components/modal/lib/modal.config.mjs +4 -3
  242. package/esm2020/components/modal/lib/modal.directive.mjs +3 -3
  243. package/esm2020/components/modal/lib/modal.module.mjs +5 -13
  244. package/esm2020/components/modal/lib/modal.service.mjs +37 -26
  245. package/esm2020/components/modal/lib/models/modal-options.mjs +1 -1
  246. package/esm2020/components/modal/lib/models/modal-ref.mjs +20 -12
  247. package/esm2020/components/modal/lib/models/modal-size.mjs +2 -1
  248. package/esm2020/components/navigation-back/index.mjs +2 -0
  249. package/esm2020/components/navigation-back/lib/navigation-back.component.mjs +22 -0
  250. package/esm2020/components/navigation-back/odx-angular-components-navigation-back.mjs +5 -0
  251. package/esm2020/components/progress/lib/progress.component.mjs +3 -3
  252. package/esm2020/components/radio-group/lib/components/radio-button/radio-button.component.mjs +3 -3
  253. package/esm2020/components/radio-group/lib/radio-group.component.mjs +7 -7
  254. package/esm2020/components/radio-group/lib/radio-group.module.mjs +4 -4
  255. package/esm2020/components/rail-navigation/lib/components/rail-navigation-item.component.mjs +5 -5
  256. package/esm2020/components/rail-navigation/lib/rail-navigation.component.mjs +3 -3
  257. package/esm2020/components/rail-navigation/lib/rail-navigation.module.mjs +4 -4
  258. package/esm2020/components/select/lib/abstract/select-control-option.mjs +1 -1
  259. package/esm2020/components/select/lib/abstract/select-control.mjs +1 -1
  260. package/esm2020/components/select/lib/components/option/option.component.mjs +37 -20
  261. package/esm2020/components/select/lib/directives/select-search-field.directive.mjs +3 -3
  262. package/esm2020/components/select/lib/pipes/select-search-filter.pipe.mjs +3 -3
  263. package/esm2020/components/select/lib/select.component.mjs +82 -35
  264. package/esm2020/components/select/lib/select.module.mjs +4 -4
  265. package/esm2020/components/slider/lib/slider.directive.mjs +3 -3
  266. package/esm2020/components/spinbox/lib/spinbox.component.mjs +8 -8
  267. package/esm2020/components/switch/lib/switch.component.mjs +5 -5
  268. package/esm2020/components/switch/lib/switch.module.mjs +4 -4
  269. package/esm2020/components/switch/lib/switch.validator.mjs +3 -3
  270. package/esm2020/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.mjs +15 -6
  271. package/esm2020/components/tab-bar/lib/tab-bar.component.mjs +7 -7
  272. package/esm2020/components/tab-bar/lib/tab-bar.module.mjs +4 -4
  273. package/esm2020/components/toast/lib/components/toast-container/toast-container.component.mjs +3 -3
  274. package/esm2020/components/toast/lib/components/toast-item/toast-item.component.mjs +9 -8
  275. package/esm2020/components/toast/lib/toast.config.mjs +3 -3
  276. package/esm2020/components/toast/lib/toast.module.mjs +5 -13
  277. package/esm2020/components/toast/lib/toast.service.mjs +7 -7
  278. package/esm2020/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.mjs +13 -7
  279. package/esm2020/components/toggle-button-group/lib/toggle-button-group.component.mjs +23 -12
  280. package/esm2020/components/toggle-button-group/lib/toggle-button-group.module.mjs +4 -4
  281. package/esm2020/components/tooltip/lib/tooltip.component.mjs +4 -4
  282. package/esm2020/components/tooltip/lib/tooltip.directive.mjs +11 -12
  283. package/esm2020/internal/decorators/css-component.mjs +3 -8
  284. package/esm2020/internal/decorators/css-modifier.mjs +21 -18
  285. package/esm2020/internal/helpers/decorator-property-name.mjs +4 -0
  286. package/esm2020/internal/helpers/deepmerge.mjs +6 -0
  287. package/esm2020/internal/helpers/index.mjs +3 -1
  288. package/esm2020/internal/helpers/with-mutiple-descriptors.mjs +22 -13
  289. package/esm2020/lib/controllers/controller.mjs +3 -3
  290. package/esm2020/lib/controllers/disabled.controller.mjs +26 -20
  291. package/esm2020/lib/controllers/readonly.controller.mjs +30 -21
  292. package/esm2020/lib/core.module.mjs +9 -8
  293. package/esm2020/lib/directives/click-outside.directive.mjs +15 -12
  294. package/esm2020/lib/directives/delegate-focus.directive.mjs +40 -0
  295. package/esm2020/lib/directives/index.mjs +2 -2
  296. package/esm2020/lib/directives/with-disabled-state.directive.mjs +9 -9
  297. package/esm2020/lib/directives/with-tabindex.directive.mjs +3 -3
  298. package/esm2020/lib/services/window-ref.mjs +13 -6
  299. package/esm2020/theming/index.mjs +5 -0
  300. package/esm2020/theming/lib/helpers/index.mjs +4 -0
  301. package/esm2020/theming/lib/helpers/prefers-dark-theme.mjs +4 -0
  302. package/esm2020/theming/lib/helpers/resolve-theme.mjs +5 -0
  303. package/esm2020/theming/lib/helpers/theme-storage.mjs +19 -0
  304. package/esm2020/theming/lib/models/index.mjs +2 -0
  305. package/esm2020/theming/lib/models/theme.mjs +6 -0
  306. package/esm2020/theming/lib/theming.config.mjs +21 -0
  307. package/esm2020/theming/lib/theming.service.mjs +42 -0
  308. package/esm2020/theming/odx-angular-theming.mjs +5 -0
  309. package/esm2020/utils/lib/decorators/transform.mjs +3 -3
  310. package/esm2020/utils/lib/helpers/build-url.mjs +4 -0
  311. package/esm2020/utils/lib/helpers/dom.mjs +2 -2
  312. package/esm2020/utils/lib/helpers/event-manager.mjs +3 -3
  313. package/esm2020/utils/lib/helpers/get-axis.mjs +14 -0
  314. package/esm2020/utils/lib/helpers/get-opposite-side.mjs +15 -0
  315. package/esm2020/utils/lib/helpers/get-side.mjs +4 -0
  316. package/esm2020/utils/lib/helpers/index.mjs +6 -2
  317. package/esm2020/utils/lib/helpers/provide-config.mjs +25 -0
  318. package/esm2020/utils/lib/helpers/queue.mjs +36 -11
  319. package/esm2020/utils/lib/types/axis.mjs +5 -0
  320. package/esm2020/utils/lib/types/index.mjs +4 -1
  321. package/esm2020/utils/lib/types/position.mjs +15 -0
  322. package/esm2020/utils/lib/types/side.mjs +7 -0
  323. package/fesm2015/odx-angular-animations.mjs +2 -2
  324. package/fesm2015/odx-angular-animations.mjs.map +1 -1
  325. package/fesm2015/odx-angular-cdk-a11y.mjs +13 -14
  326. package/fesm2015/odx-angular-cdk-a11y.mjs.map +1 -1
  327. package/fesm2015/odx-angular-cdk-active-indicator.mjs +3 -3
  328. package/fesm2015/odx-angular-cdk-checkbox-control.mjs +16 -12
  329. package/fesm2015/odx-angular-cdk-checkbox-control.mjs.map +1 -1
  330. package/fesm2015/odx-angular-cdk-connected-overlay.mjs +13 -31
  331. package/fesm2015/odx-angular-cdk-connected-overlay.mjs.map +1 -1
  332. package/fesm2015/odx-angular-cdk-custom-form-control.mjs +47 -24
  333. package/fesm2015/odx-angular-cdk-custom-form-control.mjs.map +1 -1
  334. package/fesm2015/odx-angular-cdk-dynamic-view.mjs +26 -12
  335. package/fesm2015/odx-angular-cdk-dynamic-view.mjs.map +1 -1
  336. package/fesm2015/odx-angular-cdk-expandable.mjs +10 -10
  337. package/fesm2015/odx-angular-cdk-radio-group-control.mjs +26 -23
  338. package/fesm2015/odx-angular-cdk-radio-group-control.mjs.map +1 -1
  339. package/fesm2015/odx-angular-components-accordion.mjs +16 -16
  340. package/fesm2015/odx-angular-components-accordion.mjs.map +1 -1
  341. package/fesm2015/odx-angular-components-action-group.mjs +4 -4
  342. package/fesm2015/odx-angular-components-action-group.mjs.map +1 -1
  343. package/fesm2015/odx-angular-components-area-header.mjs +16 -15
  344. package/fesm2015/odx-angular-components-area-header.mjs.map +1 -1
  345. package/fesm2015/odx-angular-components-avatar.mjs +18 -7
  346. package/fesm2015/odx-angular-components-avatar.mjs.map +1 -1
  347. package/fesm2015/odx-angular-components-badge.mjs +63 -97
  348. package/fesm2015/odx-angular-components-badge.mjs.map +1 -1
  349. package/fesm2015/odx-angular-components-bar.mjs +15 -16
  350. package/fesm2015/odx-angular-components-bar.mjs.map +1 -1
  351. package/fesm2015/odx-angular-components-breadcrumbs.mjs +3 -3
  352. package/fesm2015/odx-angular-components-button-group.mjs +3 -3
  353. package/fesm2015/odx-angular-components-button.mjs +31 -11
  354. package/fesm2015/odx-angular-components-button.mjs.map +1 -1
  355. package/fesm2015/odx-angular-components-card.mjs +174 -0
  356. package/fesm2015/odx-angular-components-card.mjs.map +1 -0
  357. package/fesm2015/odx-angular-components-checkbox.mjs +11 -11
  358. package/fesm2015/odx-angular-components-checkbox.mjs.map +1 -1
  359. package/fesm2015/odx-angular-components-chip.mjs +4 -4
  360. package/fesm2015/odx-angular-components-chip.mjs.map +1 -1
  361. package/fesm2015/odx-angular-components-circular-progress.mjs +7 -5
  362. package/fesm2015/odx-angular-components-circular-progress.mjs.map +1 -1
  363. package/fesm2015/odx-angular-components-content-box.mjs +13 -13
  364. package/fesm2015/odx-angular-components-content-box.mjs.map +1 -1
  365. package/fesm2015/odx-angular-components-dropdown.mjs +18 -14
  366. package/fesm2015/odx-angular-components-dropdown.mjs.map +1 -1
  367. package/fesm2015/odx-angular-components-form-field.mjs +80 -64
  368. package/fesm2015/odx-angular-components-form-field.mjs.map +1 -1
  369. package/fesm2015/odx-angular-components-header.mjs +23 -17
  370. package/fesm2015/odx-angular-components-header.mjs.map +1 -1
  371. package/fesm2015/odx-angular-components-icon.mjs +16 -22
  372. package/fesm2015/odx-angular-components-icon.mjs.map +1 -1
  373. package/fesm2015/odx-angular-components-inline-message.mjs +7 -8
  374. package/fesm2015/odx-angular-components-inline-message.mjs.map +1 -1
  375. package/fesm2015/odx-angular-components-link.mjs +3 -3
  376. package/fesm2015/odx-angular-components-list.mjs +70 -20
  377. package/fesm2015/odx-angular-components-list.mjs.map +1 -1
  378. package/fesm2015/odx-angular-components-loading-spinner.mjs +21 -13
  379. package/fesm2015/odx-angular-components-loading-spinner.mjs.map +1 -1
  380. package/fesm2015/odx-angular-components-logo.mjs +7 -5
  381. package/fesm2015/odx-angular-components-logo.mjs.map +1 -1
  382. package/fesm2015/odx-angular-components-main-menu.mjs +57 -49
  383. package/fesm2015/odx-angular-components-main-menu.mjs.map +1 -1
  384. package/fesm2015/odx-angular-components-mainfilter-group.mjs +27 -0
  385. package/fesm2015/odx-angular-components-mainfilter-group.mjs.map +1 -0
  386. package/fesm2015/odx-angular-components-menu.mjs +41 -24
  387. package/fesm2015/odx-angular-components-menu.mjs.map +1 -1
  388. package/fesm2015/odx-angular-components-modal.mjs +91 -118
  389. package/fesm2015/odx-angular-components-modal.mjs.map +1 -1
  390. package/fesm2015/odx-angular-components-navigation-back.mjs +28 -0
  391. package/fesm2015/odx-angular-components-navigation-back.mjs.map +1 -0
  392. package/fesm2015/odx-angular-components-progress.mjs +3 -3
  393. package/fesm2015/odx-angular-components-radio-group.mjs +13 -13
  394. package/fesm2015/odx-angular-components-radio-group.mjs.map +1 -1
  395. package/fesm2015/odx-angular-components-rail-navigation.mjs +11 -11
  396. package/fesm2015/odx-angular-components-rail-navigation.mjs.map +1 -1
  397. package/fesm2015/odx-angular-components-select.mjs +126 -68
  398. package/fesm2015/odx-angular-components-select.mjs.map +1 -1
  399. package/fesm2015/odx-angular-components-slider.mjs +3 -3
  400. package/fesm2015/odx-angular-components-spinbox.mjs +8 -8
  401. package/fesm2015/odx-angular-components-spinbox.mjs.map +1 -1
  402. package/fesm2015/odx-angular-components-switch.mjs +11 -11
  403. package/fesm2015/odx-angular-components-switch.mjs.map +1 -1
  404. package/fesm2015/odx-angular-components-tab-bar.mjs +25 -16
  405. package/fesm2015/odx-angular-components-tab-bar.mjs.map +1 -1
  406. package/fesm2015/odx-angular-components-toast.mjs +23 -29
  407. package/fesm2015/odx-angular-components-toast.mjs.map +1 -1
  408. package/fesm2015/odx-angular-components-toggle-button-group.mjs +40 -20
  409. package/fesm2015/odx-angular-components-toggle-button-group.mjs.map +1 -1
  410. package/fesm2015/odx-angular-components-tooltip.mjs +13 -14
  411. package/fesm2015/odx-angular-components-tooltip.mjs.map +1 -1
  412. package/fesm2015/odx-angular-internal.mjs +69 -53
  413. package/fesm2015/odx-angular-internal.mjs.map +1 -1
  414. package/fesm2015/odx-angular-theming.mjs +99 -0
  415. package/fesm2015/odx-angular-theming.mjs.map +1 -0
  416. package/fesm2015/odx-angular-utils.mjs +119 -25
  417. package/fesm2015/odx-angular-utils.mjs.map +1 -1
  418. package/fesm2015/odx-angular.mjs +134 -102
  419. package/fesm2015/odx-angular.mjs.map +1 -1
  420. package/fesm2020/odx-angular-animations.mjs +2 -2
  421. package/fesm2020/odx-angular-animations.mjs.map +1 -1
  422. package/fesm2020/odx-angular-cdk-a11y.mjs +13 -14
  423. package/fesm2020/odx-angular-cdk-a11y.mjs.map +1 -1
  424. package/fesm2020/odx-angular-cdk-active-indicator.mjs +3 -3
  425. package/fesm2020/odx-angular-cdk-checkbox-control.mjs +16 -12
  426. package/fesm2020/odx-angular-cdk-checkbox-control.mjs.map +1 -1
  427. package/fesm2020/odx-angular-cdk-connected-overlay.mjs +13 -31
  428. package/fesm2020/odx-angular-cdk-connected-overlay.mjs.map +1 -1
  429. package/fesm2020/odx-angular-cdk-custom-form-control.mjs +47 -24
  430. package/fesm2020/odx-angular-cdk-custom-form-control.mjs.map +1 -1
  431. package/fesm2020/odx-angular-cdk-dynamic-view.mjs +25 -12
  432. package/fesm2020/odx-angular-cdk-dynamic-view.mjs.map +1 -1
  433. package/fesm2020/odx-angular-cdk-expandable.mjs +10 -10
  434. package/fesm2020/odx-angular-cdk-radio-group-control.mjs +26 -23
  435. package/fesm2020/odx-angular-cdk-radio-group-control.mjs.map +1 -1
  436. package/fesm2020/odx-angular-components-accordion.mjs +16 -16
  437. package/fesm2020/odx-angular-components-accordion.mjs.map +1 -1
  438. package/fesm2020/odx-angular-components-action-group.mjs +4 -4
  439. package/fesm2020/odx-angular-components-action-group.mjs.map +1 -1
  440. package/fesm2020/odx-angular-components-area-header.mjs +16 -15
  441. package/fesm2020/odx-angular-components-area-header.mjs.map +1 -1
  442. package/fesm2020/odx-angular-components-avatar.mjs +18 -7
  443. package/fesm2020/odx-angular-components-avatar.mjs.map +1 -1
  444. package/fesm2020/odx-angular-components-badge.mjs +60 -90
  445. package/fesm2020/odx-angular-components-badge.mjs.map +1 -1
  446. package/fesm2020/odx-angular-components-bar.mjs +15 -16
  447. package/fesm2020/odx-angular-components-bar.mjs.map +1 -1
  448. package/fesm2020/odx-angular-components-breadcrumbs.mjs +3 -3
  449. package/fesm2020/odx-angular-components-button-group.mjs +3 -3
  450. package/fesm2020/odx-angular-components-button.mjs +31 -11
  451. package/fesm2020/odx-angular-components-button.mjs.map +1 -1
  452. package/fesm2020/odx-angular-components-card.mjs +173 -0
  453. package/fesm2020/odx-angular-components-card.mjs.map +1 -0
  454. package/fesm2020/odx-angular-components-checkbox.mjs +11 -11
  455. package/fesm2020/odx-angular-components-checkbox.mjs.map +1 -1
  456. package/fesm2020/odx-angular-components-chip.mjs +4 -4
  457. package/fesm2020/odx-angular-components-chip.mjs.map +1 -1
  458. package/fesm2020/odx-angular-components-circular-progress.mjs +7 -5
  459. package/fesm2020/odx-angular-components-circular-progress.mjs.map +1 -1
  460. package/fesm2020/odx-angular-components-content-box.mjs +13 -13
  461. package/fesm2020/odx-angular-components-content-box.mjs.map +1 -1
  462. package/fesm2020/odx-angular-components-dropdown.mjs +18 -14
  463. package/fesm2020/odx-angular-components-dropdown.mjs.map +1 -1
  464. package/fesm2020/odx-angular-components-form-field.mjs +79 -64
  465. package/fesm2020/odx-angular-components-form-field.mjs.map +1 -1
  466. package/fesm2020/odx-angular-components-header.mjs +23 -17
  467. package/fesm2020/odx-angular-components-header.mjs.map +1 -1
  468. package/fesm2020/odx-angular-components-icon.mjs +16 -22
  469. package/fesm2020/odx-angular-components-icon.mjs.map +1 -1
  470. package/fesm2020/odx-angular-components-inline-message.mjs +7 -8
  471. package/fesm2020/odx-angular-components-inline-message.mjs.map +1 -1
  472. package/fesm2020/odx-angular-components-link.mjs +3 -3
  473. package/fesm2020/odx-angular-components-list.mjs +69 -20
  474. package/fesm2020/odx-angular-components-list.mjs.map +1 -1
  475. package/fesm2020/odx-angular-components-loading-spinner.mjs +20 -13
  476. package/fesm2020/odx-angular-components-loading-spinner.mjs.map +1 -1
  477. package/fesm2020/odx-angular-components-logo.mjs +7 -5
  478. package/fesm2020/odx-angular-components-logo.mjs.map +1 -1
  479. package/fesm2020/odx-angular-components-main-menu.mjs +56 -49
  480. package/fesm2020/odx-angular-components-main-menu.mjs.map +1 -1
  481. package/fesm2020/odx-angular-components-mainfilter-group.mjs +27 -0
  482. package/fesm2020/odx-angular-components-mainfilter-group.mjs.map +1 -0
  483. package/fesm2020/odx-angular-components-menu.mjs +41 -24
  484. package/fesm2020/odx-angular-components-menu.mjs.map +1 -1
  485. package/fesm2020/odx-angular-components-modal.mjs +90 -116
  486. package/fesm2020/odx-angular-components-modal.mjs.map +1 -1
  487. package/fesm2020/odx-angular-components-navigation-back.mjs +28 -0
  488. package/fesm2020/odx-angular-components-navigation-back.mjs.map +1 -0
  489. package/fesm2020/odx-angular-components-progress.mjs +3 -3
  490. package/fesm2020/odx-angular-components-radio-group.mjs +13 -13
  491. package/fesm2020/odx-angular-components-radio-group.mjs.map +1 -1
  492. package/fesm2020/odx-angular-components-rail-navigation.mjs +11 -11
  493. package/fesm2020/odx-angular-components-rail-navigation.mjs.map +1 -1
  494. package/fesm2020/odx-angular-components-select.mjs +126 -62
  495. package/fesm2020/odx-angular-components-select.mjs.map +1 -1
  496. package/fesm2020/odx-angular-components-slider.mjs +3 -3
  497. package/fesm2020/odx-angular-components-spinbox.mjs +7 -7
  498. package/fesm2020/odx-angular-components-spinbox.mjs.map +1 -1
  499. package/fesm2020/odx-angular-components-switch.mjs +11 -11
  500. package/fesm2020/odx-angular-components-switch.mjs.map +1 -1
  501. package/fesm2020/odx-angular-components-tab-bar.mjs +24 -16
  502. package/fesm2020/odx-angular-components-tab-bar.mjs.map +1 -1
  503. package/fesm2020/odx-angular-components-toast.mjs +23 -29
  504. package/fesm2020/odx-angular-components-toast.mjs.map +1 -1
  505. package/fesm2020/odx-angular-components-toggle-button-group.mjs +37 -20
  506. package/fesm2020/odx-angular-components-toggle-button-group.mjs.map +1 -1
  507. package/fesm2020/odx-angular-components-tooltip.mjs +13 -14
  508. package/fesm2020/odx-angular-components-tooltip.mjs.map +1 -1
  509. package/fesm2020/odx-angular-internal.mjs +67 -51
  510. package/fesm2020/odx-angular-internal.mjs.map +1 -1
  511. package/fesm2020/odx-angular-theming.mjs +96 -0
  512. package/fesm2020/odx-angular-theming.mjs.map +1 -0
  513. package/fesm2020/odx-angular-utils.mjs +115 -27
  514. package/fesm2020/odx-angular-utils.mjs.map +1 -1
  515. package/fesm2020/odx-angular.mjs +129 -98
  516. package/fesm2020/odx-angular.mjs.map +1 -1
  517. package/internal/decorators/css-component.d.ts +1 -2
  518. package/internal/decorators/css-modifier.d.ts +0 -1
  519. package/internal/helpers/decorator-property-name.d.ts +1 -0
  520. package/internal/helpers/deepmerge.d.ts +10 -0
  521. package/internal/helpers/index.d.ts +2 -0
  522. package/internal/helpers/with-mutiple-descriptors.d.ts +1 -1
  523. package/lib/controllers/disabled.controller.d.ts +5 -2
  524. package/lib/controllers/readonly.controller.d.ts +1 -0
  525. package/lib/core.module.d.ts +3 -3
  526. package/lib/directives/click-outside.directive.d.ts +2 -3
  527. package/lib/directives/delegate-focus.directive.d.ts +11 -0
  528. package/lib/directives/index.d.ts +1 -1
  529. package/lib/services/window-ref.d.ts +3 -0
  530. package/lib/tokens/identity-matcher.d.ts +1 -1
  531. package/lib/tokens/string-search-handler.d.ts +1 -1
  532. package/lib/tokens/stringify.d.ts +1 -1
  533. package/package.json +37 -11
  534. package/theming/README.md +3 -0
  535. package/theming/index.d.ts +4 -0
  536. package/theming/lib/helpers/index.d.ts +3 -0
  537. package/theming/lib/helpers/prefers-dark-theme.d.ts +1 -0
  538. package/theming/lib/helpers/resolve-theme.d.ts +2 -0
  539. package/theming/lib/helpers/theme-storage.d.ts +4 -0
  540. package/theming/lib/models/index.d.ts +1 -0
  541. package/theming/lib/models/theme.d.ts +6 -0
  542. package/theming/lib/theming.config.d.ts +10 -0
  543. package/theming/lib/theming.service.d.ts +16 -0
  544. package/utils/lib/decorators/transform.d.ts +2 -2
  545. package/utils/lib/helpers/build-url.d.ts +1 -0
  546. package/utils/lib/helpers/get-axis.d.ts +2 -0
  547. package/utils/lib/helpers/get-opposite-side.d.ts +2 -0
  548. package/utils/lib/helpers/get-side.d.ts +2 -0
  549. package/utils/lib/helpers/index.d.ts +5 -1
  550. package/utils/lib/helpers/ng-changes.d.ts +1 -1
  551. package/utils/lib/helpers/provide-config.d.ts +12 -0
  552. package/utils/lib/helpers/queue.d.ts +13 -2
  553. package/utils/lib/types/axis.d.ts +5 -0
  554. package/utils/lib/types/get-properties.d.ts +2 -2
  555. package/utils/lib/types/index.d.ts +3 -0
  556. package/utils/lib/types/position.d.ts +15 -0
  557. package/utils/lib/types/side.d.ts +7 -0
  558. package/cdk/connected-overlay/lib/helpers/get-opposite-overlay-side.d.ts +0 -2
  559. package/cdk/connected-overlay/lib/helpers/get-overlay-side.d.ts +0 -2
  560. package/components/badge/lib/badge.config.d.ts +0 -3
  561. package/components/badge/lib/facade/badge-host.d.ts +0 -3
  562. package/components/badge/lib/facade/index.d.ts +0 -1
  563. package/components/badge/lib/models/badge-position.d.ts +0 -5
  564. package/components/launch-tile/README.md +0 -3
  565. package/components/launch-tile/index.d.ts +0 -3
  566. package/components/launch-tile/lib/components/index.d.ts +0 -2
  567. package/components/launch-tile/lib/components/launch-tile-footer/launch-tile-footer.component.d.ts +0 -5
  568. package/components/launch-tile/lib/components/launch-tile-subtitle/launch-tile-subtitle.component.d.ts +0 -5
  569. package/components/launch-tile/lib/launch-tile.component.d.ts +0 -13
  570. package/components/launch-tile/lib/launch-tile.module.d.ts +0 -14
  571. package/components/modal/lib/services/index.d.ts +0 -1
  572. package/components/modal/lib/services/open-modal-manager.service.d.ts +0 -15
  573. package/esm2020/cdk/connected-overlay/lib/helpers/get-opposite-overlay-side.mjs +0 -13
  574. package/esm2020/cdk/connected-overlay/lib/helpers/get-overlay-side.mjs +0 -4
  575. package/esm2020/components/badge/lib/badge.config.mjs +0 -3
  576. package/esm2020/components/badge/lib/facade/badge-host.mjs +0 -2
  577. package/esm2020/components/badge/lib/facade/index.mjs +0 -2
  578. package/esm2020/components/badge/lib/models/badge-position.mjs +0 -5
  579. package/esm2020/components/launch-tile/index.mjs +0 -4
  580. package/esm2020/components/launch-tile/lib/components/index.mjs +0 -3
  581. package/esm2020/components/launch-tile/lib/components/launch-tile-footer/launch-tile-footer.component.mjs +0 -13
  582. package/esm2020/components/launch-tile/lib/components/launch-tile-subtitle/launch-tile-subtitle.component.mjs +0 -13
  583. package/esm2020/components/launch-tile/lib/launch-tile.component.mjs +0 -51
  584. package/esm2020/components/launch-tile/lib/launch-tile.module.mjs +0 -23
  585. package/esm2020/components/launch-tile/odx-angular-components-launch-tile.mjs +0 -5
  586. package/esm2020/components/modal/lib/services/index.mjs +0 -2
  587. package/esm2020/components/modal/lib/services/open-modal-manager.service.mjs +0 -42
  588. package/esm2020/lib/directives/let.directive.mjs +0 -36
  589. package/esm2020/utils/lib/helpers/provide-module-config.mjs +0 -21
  590. package/fesm2015/odx-angular-components-launch-tile.mjs +0 -95
  591. package/fesm2015/odx-angular-components-launch-tile.mjs.map +0 -1
  592. package/fesm2020/odx-angular-components-launch-tile.mjs +0 -94
  593. package/fesm2020/odx-angular-components-launch-tile.mjs.map +0 -1
  594. package/lib/directives/let.directive.d.ts +0 -17
  595. package/utils/lib/helpers/provide-module-config.d.ts +0 -12
  596. /package/components/content-box/lib/directives/{content-box-footer-directive.d.ts → content-box-footer.directive.d.ts} +0 -0
  597. /package/components/content-box/lib/directives/{content-box-header-directive.d.ts → content-box-header.directive.d.ts} +0 -0
@@ -4,8 +4,8 @@ import * as i1 from "@odx/angular";
4
4
  export declare class InteractiveDirective {
5
5
  private readonly disabledController;
6
6
  readonly element: import("@angular/core").ElementRef<HTMLElement>;
7
- interact: EventEmitter<Event>;
8
- protected handleEvents(event: Event): void;
7
+ interact: EventEmitter<MouseEvent | KeyboardEvent>;
8
+ protected handleEvents(event: MouseEvent | KeyboardEvent): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveDirective, never>;
10
10
  static ɵdir: i0.ɵɵDirectiveDeclaration<InteractiveDirective, "[odxCdkInteractive]", never, {}, { "interact": "odxCdkInteractive"; }, never, never, true, [{ directive: typeof i1.WithDisabledState; inputs: {}; outputs: {}; }, { directive: typeof i1.WithTabIndex; inputs: {}; outputs: {}; }]>;
11
11
  }
@@ -1,11 +1,10 @@
1
1
  import { FocusableOption } from '@angular/cdk/a11y';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "@odx/angular";
4
3
  export declare class ListFocusManagerOptionDirective implements FocusableOption {
5
4
  private readonly disabledController;
6
5
  private readonly element;
7
6
  get disabled(): boolean;
8
7
  focus(): void;
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ListFocusManagerOptionDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<ListFocusManagerOptionDirective, "[odxListFocusManager]", never, {}, {}, never, never, true, [{ directive: typeof i1.WithDisabledState; inputs: {}; outputs: {}; }]>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ListFocusManagerOptionDirective, "[odxListFocusManager]", never, {}, {}, never, never, true, never>;
11
10
  }
@@ -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,4 +1,5 @@
1
1
  import { BooleanInput } from '@angular/cdk/coercion';
2
+ import { EventEmitter } from '@angular/core';
2
3
  import { CustomFormControl } from '@odx/angular/cdk/custom-form-control';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class CheckBoxControl extends CustomFormControl<boolean> {
@@ -7,9 +8,10 @@ export declare class CheckBoxControl extends CustomFormControl<boolean> {
7
8
  set checked(value: boolean);
8
9
  get checked(): boolean;
9
10
  controlValue: string | null;
11
+ checkedChange: EventEmitter<boolean>;
10
12
  get ariaChecked(): string;
11
13
  constructor();
12
14
  onChanged(event: Event): void;
13
15
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckBoxControl, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<CheckBoxControl, "[odxCheckBoxControl]", never, { "checked": "checked"; "controlValue": "value"; }, {}, never, never, false, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CheckBoxControl, "[odxCheckBoxControl]", never, { "checked": "checked"; "controlValue": "value"; }, { "checkedChange": "checkedChange"; }, never, never, false, never>;
15
17
  }
@@ -1,7 +1,7 @@
1
1
  import { AnimationEvent } from '@angular/animations';
2
2
  import { ElementRef, OnChanges, OnDestroy } from '@angular/core';
3
- import { Side, VirtualElement } from '@floating-ui/dom';
4
- import { NgChanges } from '@odx/angular/utils';
3
+ import { VirtualElement } from '@floating-ui/dom';
4
+ import { NgChanges, Side } from '@odx/angular/utils';
5
5
  import { Subject } from 'rxjs';
6
6
  import { ConnectedOverlayOptions } from './models';
7
7
  import * as i0 from "@angular/core";
@@ -1,3 +1 @@
1
1
  export * from './compute-overlay-position';
2
- export * from './get-opposite-overlay-side';
3
- export * from './get-overlay-side';
@@ -1,5 +1,6 @@
1
- import { Placement, Strategy } from '@floating-ui/dom';
1
+ import { Strategy } from '@floating-ui/dom';
2
2
  import { DynamicContent } from '@odx/angular/cdk/dynamic-view';
3
+ import { Position } from '@odx/angular/utils';
3
4
  export interface ConnectedOverlayOptions {
4
5
  content?: DynamicContent | null;
5
6
  context?: Record<string, unknown>;
@@ -11,7 +12,7 @@ export interface ConnectedOverlayOptions {
11
12
  minHeight?: number | null;
12
13
  offset: number;
13
14
  outerPadding: number;
14
- position: Placement;
15
+ position: Position;
15
16
  strategy: Strategy;
16
17
  showArrow?: boolean;
17
18
  hooks?: {
@@ -4,6 +4,7 @@ import { ControlDirective } from './control.directive';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare abstract class CustomFormControl<T> extends Controller implements ControlValueAccessor {
6
6
  private static CURRENT_INDEX;
7
+ static ngAcceptInputType_ignoreErrors: string | string[];
7
8
  private readonly requiredValidator;
8
9
  private internalValue;
9
10
  protected readonly disabledController: DisabledController | null;
@@ -11,6 +12,8 @@ export declare abstract class CustomFormControl<T> extends Controller implements
11
12
  protected readonly ngControl: NgControl | null;
12
13
  id: string | null;
13
14
  name: string;
15
+ tabindex: string | null;
16
+ ignoreErrors: string[];
14
17
  set value(value: T);
15
18
  get value(): T;
16
19
  get hasError(): boolean;
@@ -27,6 +30,7 @@ export declare abstract class CustomFormControl<T> extends Controller implements
27
30
  writeValue(value: T): void;
28
31
  updateValue(value: T): void;
29
32
  protected hasValidator(validator: ValidatorFn): boolean;
33
+ private hasNonIgnoredError;
30
34
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomFormControl<any>, never>;
31
- static ɵdir: i0.ɵɵDirectiveDeclaration<CustomFormControl<any>, never, never, { "id": "id"; "name": "name"; }, {}, never, never, false, never>;
35
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CustomFormControl<any>, never, never, { "id": "id"; "name": "name"; "tabindex": "tabindex"; "ignoreErrors": "ignoreErrors"; }, {}, never, never, false, never>;
32
36
  }
@@ -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>;
@@ -9,6 +9,7 @@ export declare class DynamicComponentRef<T extends Type<unknown>, C extends GetD
9
9
  private readonly options;
10
10
  private readonly application;
11
11
  private componentRef;
12
+ private componentInputs;
12
13
  constructor(options: DynamicComponentOptions<T>);
13
14
  detectChanges(): void;
14
15
  destroy(): void;
@@ -3,8 +3,9 @@ import { CustomFormControl } from '@odx/angular/cdk/custom-form-control';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare const RADIO_GROUP_CONTROL: InjectionToken<RadioGroupControlDirective<unknown>>;
5
5
  export declare class RadioGroupControlDirective<T = unknown> extends CustomFormControl<T | null> {
6
+ private readonly hostElement;
6
7
  constructor();
7
- onFocusOut(): void;
8
+ onFocusOut(event: FocusEvent): void;
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioGroupControlDirective<any>, never>;
9
10
  static ɵdir: i0.ɵɵDirectiveDeclaration<RadioGroupControlDirective<any>, "[odxRadioGroupControl]", never, {}, {}, never, never, true, never>;
10
11
  }
@@ -5,5 +5,5 @@ export declare class ActionGroupComponent {
5
5
  readonly element: import("@angular/core").ElementRef<HTMLElement>;
6
6
  reverse: boolean;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionGroupComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<ActionGroupComponent, "odx-action-group", never, { "reverse": "reverse"; }, {}, never, ["[odxButton]"], true, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionGroupComponent, "odx-action-group", never, { "reverse": "reverse"; }, {}, never, ["[odxButton], ng-template"], true, never>;
9
9
  }
@@ -4,5 +4,5 @@ export declare class AreaHeaderComponent {
4
4
  readonly element: import("@angular/core").ElementRef<HTMLElement>;
5
5
  size: AreaHeaderSize;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AreaHeaderComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AreaHeaderComponent, "odx-area-header", never, { "size": "size"; }, {}, never, ["odx-avatar", "*", "odx-area-header-subtitle", "odx-area-header-content"], true, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AreaHeaderComponent, "odx-area-header", never, { "size": "size"; }, {}, never, ["button[odxNavigationBack], a[odxNavigationBack]", "odx-avatar", "*", "odx-area-header-subtitle", "odx-area-header-content"], true, never>;
8
8
  }
@@ -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,8 +1,9 @@
1
- import { AvatarSize } from './models';
1
+ import { AvatarSize, AvatarVariant } from './models';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class AvatarComponent {
4
4
  readonly element: import("@angular/core").ElementRef<HTMLElement>;
5
5
  size?: AvatarSize | null;
6
+ variant?: AvatarVariant | null;
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "odx-avatar", never, { "size": "size"; }, {}, never, ["*"], true, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "odx-avatar", never, { "size": "size"; "variant": "variant"; }, {}, never, ["*"], true, never>;
8
9
  }
@@ -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";
@@ -0,0 +1,5 @@
1
+ export type AvatarVariant = (typeof AvatarVariant)[keyof typeof AvatarVariant];
2
+ export declare const AvatarVariant: {
3
+ readonly CIRCLE: "circle";
4
+ readonly RECTANGLE: "rectangle";
5
+ };
@@ -1 +1,2 @@
1
1
  export * from './avatar-size';
2
+ export * from './avatar-variant';
@@ -1,23 +1,13 @@
1
- import { AfterViewInit, OnChanges, OnDestroy } from '@angular/core';
2
- import { NgChanges } from '@odx/angular/utils';
3
- import { BadgePosition, BadgeVariant } from './models';
1
+ import { BooleanInput } from '@angular/cdk/coercion';
2
+ import { DynamicTextContent } from '@odx/angular/cdk/dynamic-view';
3
+ import { BadgeVariant } from './models';
4
4
  import * as i0 from "@angular/core";
5
- export declare class BadgeComponent implements AfterViewInit, OnChanges, OnDestroy {
6
- private readonly hostElement;
7
- private readonly zone;
8
- private positionUpdater?;
9
- private elementRect;
5
+ export declare class BadgeComponent {
6
+ static readonly ngAcceptInputType_contrast: BooleanInput;
10
7
  readonly element: import("@angular/core").ElementRef<HTMLElement>;
11
- value: number;
12
- position: BadgePosition;
13
8
  contrast: boolean;
14
9
  variant: BadgeVariant;
15
- ngOnChanges(changes: NgChanges<BadgeComponent>): void;
16
- ngAfterViewInit(): void;
17
- ngOnDestroy(): void;
18
- private startPositionUpdater;
19
- private stopPositionUpdater;
20
- private updateBadgePosition;
10
+ value?: DynamicTextContent | null;
21
11
  static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "odx-badge", never, { "value": "value"; "position": "position"; "contrast": "contrast"; "variant": "variant"; }, {}, never, never, true, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "odx-badge", never, { "contrast": "contrast"; "variant": "variant"; "value": "value"; }, {}, never, never, true, never>;
23
13
  }
@@ -1,21 +1,25 @@
1
- import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
2
- import { OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
3
- import { BadgeHost } from './facade';
4
- import { BadgePosition, BadgeVariant } from './models';
1
+ import { BooleanInput } from '@angular/cdk/coercion';
2
+ import { OnChanges, OnDestroy } from '@angular/core';
3
+ import { DynamicTextContent } from '@odx/angular/cdk/dynamic-view';
4
+ import { Position } from '@odx/angular/utils';
5
+ import { BadgeComponent } from './badge.component';
6
+ import { BadgeVariant } from './models';
5
7
  import * as i0 from "@angular/core";
6
- export declare class BadgeDirective implements BadgeHost, OnChanges, OnDestroy {
7
- static ngAcceptInputType_content: NumberInput;
8
+ export declare class BadgeDirective implements BadgeComponent, OnChanges, OnDestroy {
8
9
  static ngAcceptInputType_contrast: BooleanInput;
9
- private badgeRef;
10
+ private readonly connectedOverlayService;
10
11
  private readonly injector;
11
- private readonly viewContainer;
12
- readonly hostElement: HTMLElement;
13
- value: number;
12
+ private badgeRef;
13
+ readonly element: import("@angular/core").ElementRef<HTMLElement>;
14
+ value?: DynamicTextContent | null;
14
15
  contrast: boolean;
15
- position: BadgePosition;
16
+ position: Position;
16
17
  variant: BadgeVariant;
17
- ngOnChanges(changes: SimpleChanges): void;
18
+ ngOnChanges(): void;
18
19
  ngOnDestroy(): void;
20
+ private showBadge;
21
+ private hideBadge;
22
+ private updateBadge;
19
23
  static ɵfac: i0.ɵɵFactoryDeclaration<BadgeDirective, never>;
20
24
  static ɵdir: i0.ɵɵDirectiveDeclaration<BadgeDirective, "[odxBadge]", never, { "value": "odxBadge"; "contrast": "odxBadgeContrast"; "position": "odxBadgePosition"; "variant": "odxBadgeVariant"; }, {}, never, never, true, never>;
21
25
  }
@@ -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,2 +1 @@
1
- export * from './badge-position';
2
1
  export * from './badge-variant';
@@ -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,2 +1,3 @@
1
1
  export * from './lib/button.component';
2
+ export * from './lib/directives';
2
3
  export * from './lib/models';
@@ -0,0 +1 @@
1
+ export * from './responsive-button.directive';
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ResponsiveButtonDirective {
3
+ breakpoint: string | null;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<ResponsiveButtonDirective, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ResponsiveButtonDirective, "[odxButton][odxResponsiveButton]", never, { "breakpoint": "odxResponsiveButton"; }, {}, never, never, true, never>;
6
+ }
@@ -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";
@@ -0,0 +1,3 @@
1
+ # @odx/angular/components/card
2
+
3
+ Secondary entry point of `@odx/angular`. It can be used by importing from `@odx/angular/components/card`.
@@ -0,0 +1,5 @@
1
+ export * from './lib/card.component';
2
+ export * from './lib/card.module';
3
+ export * from './lib/components';
4
+ export * from './lib/directives';
5
+ export * from './lib/models';
@@ -0,0 +1,20 @@
1
+ import { ElementRef, EventEmitter } from '@angular/core';
2
+ import { MenuComponent, MenuDirective } from '@odx/angular/components/menu';
3
+ import { CardVariant } from './models';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@odx/angular/cdk/a11y";
6
+ export declare class CardComponent {
7
+ private readonly interactiveDirective;
8
+ private readonly takeUntilDestroyed;
9
+ protected readonly menu?: MenuComponent;
10
+ protected readonly menuHost?: MenuDirective;
11
+ protected readonly footer?: ElementRef<HTMLElement>;
12
+ readonly element: ElementRef<HTMLElement>;
13
+ variant?: CardVariant;
14
+ interact: EventEmitter<Event>;
15
+ constructor();
16
+ get launchTile(): boolean;
17
+ stopEvents(event: Event): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "odx-card", never, { "variant": "variant"; }, { "interact": "interact"; }, ["menu", "footer"], ["odx-avatar", "odx-launch-card-subtitle", "[odxCardContent]", "odx-card-footer", "odx-menu", "*"], true, [{ directive: typeof i1.InteractiveDirective; inputs: {}; outputs: {}; }]>;
20
+ }
@@ -0,0 +1,16 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./card.component";
3
+ import * as i2 from "./directives/card-title.directive";
4
+ import * as i3 from "./directives/card-content.directive";
5
+ import * as i4 from "./components/card-footer/card-footer.component";
6
+ import * as i5 from "./components/launch-card-subtitle/launch-card-subtitle.component";
7
+ import * as i6 from "@odx/angular/components/avatar";
8
+ import * as i7 from "@odx/angular/components/button";
9
+ import * as i8 from "@odx/angular/components/icon";
10
+ import * as i9 from "@odx/angular";
11
+ import * as i10 from "@odx/angular/components/menu";
12
+ export declare class CardModule {
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, never, [typeof i1.CardComponent, typeof i2.CardTitleDirective, typeof i3.CardContentDirective, typeof i4.CardFooterComponent, typeof i5.LaunchCardSubtitleComponent, typeof i6.AvatarComponent, typeof i7.ButtonComponent, typeof i8.IconComponent], [typeof i9.CoreModule, typeof i10.MenuModule, typeof i1.CardComponent, typeof i2.CardTitleDirective, typeof i3.CardContentDirective, typeof i4.CardFooterComponent, typeof i5.LaunchCardSubtitleComponent, typeof i6.AvatarComponent, typeof i7.ButtonComponent, typeof i8.IconComponent]>;
15
+ static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
16
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class CardFooterComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "odx-card-footer", never, {}, {}, never, ["*"], true, never>;
5
+ }
@@ -0,0 +1,2 @@
1
+ export * from './card-footer/card-footer.component';
2
+ export * from './launch-card-subtitle/launch-card-subtitle.component';
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class LaunchCardSubtitleComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<LaunchCardSubtitleComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<LaunchCardSubtitleComponent, "odx-launch-card-subtitle", never, {}, {}, never, ["*"], true, never>;
5
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class CardContentDirective {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardContentDirective, never>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardContentDirective, "[odxCardContent]", never, {}, {}, never, never, true, never>;
5
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class CardTitleDirective {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardTitleDirective, never>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardTitleDirective, "[odxCardTitle]", never, {}, {}, never, never, true, never>;
5
+ }
@@ -0,0 +1,2 @@
1
+ export * from './card-content.directive';
2
+ export * from './card-title.directive';
@@ -0,0 +1,6 @@
1
+ export type CardVariant = (typeof CardVariant)[keyof typeof CardVariant];
2
+ export declare const CardVariant: {
3
+ readonly DEFAULT: "default";
4
+ readonly LAUNCH_TILE: "launch-tile";
5
+ readonly LAUNCH_TILE_CENTERED: "launch-tile-centered";
6
+ };
@@ -0,0 +1 @@
1
+ export * from './card-variant';
@@ -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,6 +1,7 @@
1
1
  import { NumberInput } from '@angular/cdk/coercion';
2
2
  import { AfterViewInit, OnChanges } from '@angular/core';
3
3
  import { NgChanges } from '@odx/angular/utils';
4
+ import { CircularProgressSize } from './models/circular-progress-size';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class CircularProgressComponent implements OnChanges, AfterViewInit {
6
7
  static ngAcceptInputType_size: NumberInput;
@@ -18,7 +19,7 @@ export declare class CircularProgressComponent implements OnChanges, AfterViewIn
18
19
  readonly element: import("@angular/core").ElementRef<HTMLElement>;
19
20
  indeterminate: boolean;
20
21
  stroke: number;
21
- size: "medium";
22
+ size: CircularProgressSize;
22
23
  set value(value: unknown);
23
24
  get value(): number;
24
25
  ngAfterViewInit(): void;
@@ -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,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./content-box.component";
3
- import * as i2 from "./directives/content-box-header-directive";
4
- import * as i3 from "./directives/content-box-footer-directive";
3
+ import * as i2 from "./directives/content-box-header.directive";
4
+ import * as i3 from "./directives/content-box-footer.directive";
5
5
  export declare class ContentBoxModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ContentBoxModule, never>;
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<ContentBoxModule, never, [typeof i1.ContentBoxComponent, typeof i2.ContentBoxHeaderDirective, typeof i3.ContentBoxFooterDirective], [typeof i1.ContentBoxComponent, typeof i2.ContentBoxHeaderDirective, typeof i3.ContentBoxFooterDirective]>;
@@ -1,2 +1,2 @@
1
- export * from './content-box-footer-directive';
2
- export * from './content-box-header-directive';
1
+ export * from './content-box-footer.directive';
2
+ export * from './content-box-header.directive';
@@ -1,5 +1,5 @@
1
1
  import { BooleanInput } from '@angular/cdk/coercion';
2
- import { AfterViewInit, EventEmitter, OnChanges, OnDestroy } from '@angular/core';
2
+ import { AfterViewInit, EventEmitter, OnChanges, OnDestroy, ViewContainerRef } from '@angular/core';
3
3
  import { DynamicContent } from '@odx/angular/cdk/dynamic-view';
4
4
  import { NgChanges } from '@odx/angular/utils';
5
5
  import { DropdownOptions } from './models';
@@ -12,6 +12,7 @@ export declare class DropdownDirective implements AfterViewInit, OnChanges, OnDe
12
12
  private readonly changeDetector;
13
13
  private readonly connectedOverlayService;
14
14
  private readonly eventManager;
15
+ private readonly viewContainer;
15
16
  private readonly injector;
16
17
  private overlayRef;
17
18
  readonly element: import("@angular/core").ElementRef<HTMLElement>;
@@ -22,7 +23,7 @@ export declare class DropdownDirective implements AfterViewInit, OnChanges, OnDe
22
23
  options?: Partial<DropdownOptions> | null;
23
24
  referenceElement?: HTMLElement | null;
24
25
  triggerElement?: HTMLElement | null;
25
- host?: HTMLElement | null;
26
+ host?: HTMLElement | ViewContainerRef | null;
26
27
  openTrigger?: string[] | null;
27
28
  closeTrigger?: string[] | null;
28
29
  beforeOpen: EventEmitter<void>;
@@ -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' | 'outerPadding'>;
3
3
  export declare const DefaultDropdownOptions: DropdownOptions;
@@ -4,3 +4,4 @@ export * from './lib/form-field.component';
4
4
  export * from './lib/form-field.module';
5
5
  export * from './lib/models';
6
6
  export * from './lib/services';
7
+ export * from './lib/form-field.config';
@@ -1,19 +1,24 @@
1
+ import { BehaviorSubject } from 'rxjs';
1
2
  import { FormGroupComponent } from './components';
2
3
  import { FormFieldLabelDirective } from './directives';
3
4
  import { FormFieldService } from './form-field.service';
5
+ import { FormFieldVariant } from './models';
4
6
  import { FormFieldErrorService } from './services';
5
7
  import * as i0 from "@angular/core";
6
- import * as i1 from "@odx/angular";
7
8
  export declare class FormFieldComponent {
9
+ static ngAcceptInputType_warnings: string | string[] | null;
10
+ protected readonly hasWarning$$: BehaviorSubject<boolean>;
8
11
  protected readonly formGroup: FormGroupComponent | null;
9
12
  protected readonly formFieldService: FormFieldService;
10
13
  protected readonly formFieldErrorService: FormFieldErrorService;
11
14
  readonly element: import("@angular/core").ElementRef<HTMLElement>;
12
15
  labelDirective?: FormFieldLabelDirective;
13
16
  label?: string | null;
17
+ set hasWarning(value: unknown);
18
+ get hasWarning(): boolean;
19
+ variant: FormFieldVariant | null;
14
20
  get hasLabel(): boolean;
15
- get isStandalone(): boolean;
16
21
  constructor();
17
22
  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: {}; }]>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "odx-form-field", never, { "label": "label"; "hasWarning": "hasWarning"; "variant": "variant"; }, {}, ["labelDirective"], ["odx-form-field-label", "[odxFormFieldPrefix]", "*", "[odxFormFieldSuffix]", "odx-form-field-hint"], true, never>;
19
24
  }
@@ -1,5 +1,5 @@
1
1
  import { FormFieldErrorResolvers } from './models';
2
- export interface FormFieldModuleConfig {
2
+ export interface FormFieldConfig {
3
3
  /**
4
4
  * Object of error resolvers used to resolve error messages globally
5
5
  * @default {}
@@ -10,5 +10,6 @@ export interface FormFieldModuleConfig {
10
10
  * @default ['blur']
11
11
  */
12
12
  updateOn: Array<'blur' | 'change'>;
13
+ ignoreErrors: string[];
13
14
  }
14
- export declare const FormFieldDefaultModuleConfig: FormFieldModuleConfig, FormFieldModuleConfig: import("@angular/core").InjectionToken<Partial<FormFieldModuleConfig>>, injectFormFieldModuleConfig: () => FormFieldModuleConfig;
15
+ export declare const FormFieldDefaultConfig: FormFieldConfig, FormFieldConfig: import("@angular/core").InjectionToken<Partial<FormFieldConfig>>, injectFormFieldConfig: () => FormFieldConfig, provideFormFieldConfig: <D extends import("@odx/angular/utils").ConfigDependencies<unknown> = import("@odx/angular/utils").ConfigDependencies<FormFieldConfig>>(config: import("@odx/angular/utils").ConfigProvider<Partial<FormFieldConfig>, D>) => import("@angular/core").FactoryProvider | import("@angular/core").ValueProvider;
@@ -1,6 +1,3 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import { ModuleConfigDependencies, ModuleConfigProvider } from '@odx/angular/utils';
3
- import { FormFieldModuleConfig } from './form-field.config';
4
1
  import * as i0 from "@angular/core";
5
2
  import * as i1 from "./form-field.component";
6
3
  import * as i2 from "./components/form-group/form-group.component";
@@ -11,7 +8,6 @@ import * as i6 from "./directives/form-field-hint.directive";
11
8
  import * as i7 from "./directives/form-field-label.directive";
12
9
  import * as i8 from "@odx/angular";
13
10
  export declare class FormFieldModule {
14
- static forRoot<D extends ModuleConfigDependencies>(config: ModuleConfigProvider<Partial<FormFieldModuleConfig>, D>): ModuleWithProviders<FormFieldModule>;
15
11
  static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldModule, never>;
16
12
  static ɵmod: i0.ɵɵNgModuleDeclaration<FormFieldModule, never, [typeof i1.FormFieldComponent, typeof i2.FormGroupComponent, typeof i3.FormDirective, typeof i4.FormFieldControlDirective, typeof i5.FormFieldErrorDirective, typeof i6.FormFieldHintDirective, typeof i7.FormFieldLabelDirective], [typeof i8.CoreModule, typeof i1.FormFieldComponent, typeof i2.FormGroupComponent, typeof i3.FormDirective, typeof i4.FormFieldControlDirective, typeof i5.FormFieldErrorDirective, typeof i6.FormFieldHintDirective, typeof i7.FormFieldLabelDirective]>;
17
13
  static ɵinj: i0.ɵɵInjectorDeclaration<FormFieldModule>;
@@ -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,5 +1,6 @@
1
1
  import { DynamicContent } from '@odx/angular/cdk/dynamic-view';
2
2
  export interface FormFieldError {
3
+ key: string;
3
4
  message: DynamicContent;
4
5
  context?: {
5
6
  $implicit: unknown;