@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
@@ -13,8 +13,8 @@ let ListItemComponent = class ListItemComponent {
13
13
  this.selected = false;
14
14
  }
15
15
  };
16
- ListItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
- ListItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: ListItemComponent, isStandalone: true, selector: "[odxListItem]", inputs: { danger: "danger", selected: "selected" }, hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }], ngImport: i0, template: "<ng-content select=\"[odxListPrefix]\"></ng-content>\n<div class=\"odx-list-item__content\">\n <ng-content></ng-content>\n</div>\n<ng-content select=\"[odxListSuffix]\"></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
16
+ ListItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
+ ListItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", type: ListItemComponent, isStandalone: true, selector: "[odxListItem]", inputs: { danger: "danger", selected: "selected" }, hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }], ngImport: i0, template: "<ng-content select=\"[odxListPrefix]\"></ng-content>\n<div class=\"odx-list-item__content\">\n <ng-content></ng-content>\n</div>\n<ng-content select=\"[odxListSuffix]\"></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
18
18
  __decorate([
19
19
  CSSModifier(),
20
20
  Transform(coerceBooleanProperty),
@@ -29,7 +29,7 @@ ListItemComponent = __decorate([
29
29
  CSSComponent('list-item')
30
30
  ], ListItemComponent);
31
31
  export { ListItemComponent };
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListItemComponent, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ListItemComponent, decorators: [{
33
33
  type: Component,
34
34
  args: [{ standalone: true, selector: '[odxListItem]', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [WithDisabledState, WithTabIndex], template: "<ng-content select=\"[odxListPrefix]\"></ng-content>\n<div class=\"odx-list-item__content\">\n <ng-content></ng-content>\n</div>\n<ng-content select=\"[odxListSuffix]\"></ng-content>\n" }]
35
35
  }], propDecorators: { danger: [{
@@ -8,13 +8,13 @@ let ListComponent = class ListComponent {
8
8
  this.element = injectElement();
9
9
  }
10
10
  };
11
- ListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: ListComponent, isStandalone: true, selector: "odx-list", ngImport: i0, template: "<ng-content select=\"[odxListItem]\"></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
11
+ ListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
+ ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", type: ListComponent, isStandalone: true, selector: "odx-list", ngImport: i0, template: "<ng-content select=\"[odxListItem]\"></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
13
13
  ListComponent = __decorate([
14
14
  CSSComponent('list')
15
15
  ], ListComponent);
16
16
  export { ListComponent };
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListComponent, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ListComponent, decorators: [{
18
18
  type: Component,
19
19
  args: [{ selector: 'odx-list', standalone: true, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"[odxListItem]\"></ng-content>\n" }]
20
20
  }] });
@@ -6,10 +6,10 @@ import * as i0 from "@angular/core";
6
6
  const modules = [ListComponent, ListItemComponent, IconComponent];
7
7
  export class ListModule {
8
8
  }
9
- ListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- ListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: ListModule, imports: [ListComponent, ListItemComponent, IconComponent], exports: [ListComponent, ListItemComponent, IconComponent] });
11
- ListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListModule, imports: [modules] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListModule, decorators: [{
9
+ ListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ ListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.1", ngImport: i0, type: ListModule, imports: [ListComponent, ListItemComponent, IconComponent], exports: [ListComponent, ListItemComponent, IconComponent] });
11
+ ListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ListModule, imports: [modules] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ListModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: modules,
@@ -36,8 +36,8 @@ let LoadingSpinnerComponent = class LoadingSpinnerComponent {
36
36
  return null;
37
37
  }
38
38
  };
39
- LoadingSpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: LoadingSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
40
- LoadingSpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: LoadingSpinnerComponent, isStandalone: true, selector: "odx-loading-spinner", inputs: { autoColor: "autoColor" }, host: { listeners: { "@hostAnimation.done": "animationFinished($event)" }, properties: { "@hostAnimation": "true" } }, ngImport: i0, template: "<odx-circular-progress size=\"auto\" value=\"-1\"></odx-circular-progress>\n<div class=\"odx-loading-spinner__backdrop\" [style.backgroundColor]=\"backgroundColor\"></div>\n", dependencies: [{ kind: "component", type: CircularProgressComponent, selector: "odx-circular-progress", inputs: ["stroke", "size", "value"] }], animations: [trigger('hostAnimation', [transition(':enter', useAnimation(fadeIn())), transition(':leave', useAnimation(fadeOut()))])], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
39
+ LoadingSpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: LoadingSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
40
+ LoadingSpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", type: LoadingSpinnerComponent, isStandalone: true, selector: "odx-loading-spinner", inputs: { autoColor: "autoColor" }, host: { listeners: { "@hostAnimation.done": "animationFinished($event)" }, properties: { "@hostAnimation": "true" } }, ngImport: i0, template: "<odx-circular-progress size=\"auto\" value=\"-1\"></odx-circular-progress>\n<div class=\"odx-loading-spinner__backdrop\" [style.backgroundColor]=\"backgroundColor\"></div>\n", dependencies: [{ kind: "component", type: CircularProgressComponent, selector: "odx-circular-progress", inputs: ["stroke", "size", "value"] }], animations: [trigger('hostAnimation', [transition(':enter', useAnimation(fadeIn())), transition(':leave', useAnimation(fadeOut()))])], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
41
41
  __decorate([
42
42
  CSSModifier(),
43
43
  __metadata("design:type", Object)
@@ -46,7 +46,7 @@ LoadingSpinnerComponent = __decorate([
46
46
  CSSComponent('loading-spinner')
47
47
  ], LoadingSpinnerComponent);
48
48
  export { LoadingSpinnerComponent };
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: LoadingSpinnerComponent, decorators: [{
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: LoadingSpinnerComponent, decorators: [{
50
50
  type: Component,
51
51
  args: [{ standalone: true, selector: 'odx-loading-spinner', imports: [CircularProgressComponent], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
52
52
  '[@hostAnimation]': 'true',
@@ -64,8 +64,8 @@ export class LoadingSpinnerDirective {
64
64
  return this.windowRef.nativeWindow.getComputedStyle(this.hostElement.nativeElement).position === 'static';
65
65
  }
66
66
  }
67
- LoadingSpinnerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: LoadingSpinnerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
68
- LoadingSpinnerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: LoadingSpinnerDirective, isStandalone: true, selector: "[odxLoadingSpinner]", inputs: { autoColor: ["odxLoadingSpinnerAutoColor", "autoColor"], isLoading: ["odxLoadingSpinner", "isLoading"], minHeight: ["odxLoadingSpinnerMinHeight", "minHeight"] }, hostDirectives: [{ directive: i1.DisabledController }], ngImport: i0 });
67
+ LoadingSpinnerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: LoadingSpinnerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
68
+ LoadingSpinnerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: LoadingSpinnerDirective, isStandalone: true, selector: "[odxLoadingSpinner]", inputs: { autoColor: ["odxLoadingSpinnerAutoColor", "autoColor"], isLoading: ["odxLoadingSpinner", "isLoading"], minHeight: ["odxLoadingSpinnerMinHeight", "minHeight"] }, hostDirectives: [{ directive: i1.DisabledController }], ngImport: i0 });
69
69
  __decorate([
70
70
  Transform(coerceBooleanProperty),
71
71
  __metadata("design:type", Object)
@@ -75,7 +75,7 @@ __decorate([
75
75
  __metadata("design:type", Object),
76
76
  __metadata("design:paramtypes", [Object])
77
77
  ], LoadingSpinnerDirective.prototype, "minHeight", null);
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: LoadingSpinnerDirective, decorators: [{
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: LoadingSpinnerDirective, decorators: [{
79
79
  type: Directive,
80
80
  args: [{
81
81
  standalone: true,
@@ -6,10 +6,10 @@ import * as i0 from "@angular/core";
6
6
  const modules = [LoadingSpinnerComponent, LoadingSpinnerDirective];
7
7
  export class LoadingSpinnerModule {
8
8
  }
9
- LoadingSpinnerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: LoadingSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- LoadingSpinnerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: LoadingSpinnerModule, imports: [LoadingSpinnerComponent, LoadingSpinnerDirective], exports: [CoreModule, LoadingSpinnerComponent, LoadingSpinnerDirective] });
11
- LoadingSpinnerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: LoadingSpinnerModule, imports: [LoadingSpinnerComponent, CoreModule] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: LoadingSpinnerModule, decorators: [{
9
+ LoadingSpinnerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: LoadingSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ LoadingSpinnerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.1", ngImport: i0, type: LoadingSpinnerModule, imports: [LoadingSpinnerComponent, LoadingSpinnerDirective], exports: [CoreModule, LoadingSpinnerComponent, LoadingSpinnerDirective] });
11
+ LoadingSpinnerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: LoadingSpinnerModule, imports: [LoadingSpinnerComponent, CoreModule] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: LoadingSpinnerModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: modules,
@@ -7,23 +7,25 @@ import * as i0 from "@angular/core";
7
7
  let LogoDirective = class LogoDirective {
8
8
  constructor() {
9
9
  this.element = injectElement();
10
+ this.size = LogoSize.SMALL;
11
+ this.variant = LogoVariant.DEFAULT;
10
12
  }
11
13
  };
12
- LogoDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: LogoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
13
- LogoDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: LogoDirective, isStandalone: true, selector: "odx-logo", inputs: { size: "size", variant: "variant" }, host: { attributes: { "translate": "no", "role": "img" }, properties: { "class.notranslate": "true", "attr.aria-label": "\"Dr\u00E4ger logo\"", "attr.aria-roledescription": "\"logo\"" } }, ngImport: i0 });
14
+ LogoDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: LogoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
15
+ LogoDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: LogoDirective, isStandalone: true, selector: "odx-logo", inputs: { size: "size", variant: "variant" }, host: { attributes: { "translate": "no", "role": "img" }, properties: { "class.notranslate": "true", "attr.aria-label": "\"Dr\u00E4ger logo\"", "attr.aria-roledescription": "\"logo\"" } }, ngImport: i0 });
14
16
  __decorate([
15
- CSSModifier({ default: LogoSize.SMALL }),
17
+ CSSModifier(),
16
18
  __metadata("design:type", String)
17
19
  ], LogoDirective.prototype, "size", void 0);
18
20
  __decorate([
19
- CSSModifier({ default: LogoVariant.DEFAULT }),
21
+ CSSModifier(),
20
22
  __metadata("design:type", String)
21
23
  ], LogoDirective.prototype, "variant", void 0);
22
24
  LogoDirective = __decorate([
23
25
  CSSComponent('logo')
24
26
  ], LogoDirective);
25
27
  export { LogoDirective };
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: LogoDirective, decorators: [{
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: LogoDirective, decorators: [{
27
29
  type: Directive,
28
30
  args: [{
29
31
  selector: 'odx-logo',
@@ -41,4 +43,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImpor
41
43
  }], variant: [{
42
44
  type: Input
43
45
  }] } });
44
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9nby5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9sb2dvL3NyYy9sb2dvLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDakQsT0FBTyxFQUFFLFlBQVksRUFBRSxXQUFXLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDbkQsT0FBTyxFQUFFLFFBQVEsRUFBRSxXQUFXLEVBQUUsTUFBTSxVQUFVLENBQUM7O0FBYzFDLElBQU0sYUFBYSxHQUFuQixNQUFNLGFBQWE7SUFBbkI7UUFDVyxZQUFPLEdBQUcsYUFBYSxFQUFFLENBQUM7S0FTM0M7OzBHQVZZLGFBQWE7OEZBQWIsYUFBYTtBQUd4QjtJQUFDLFdBQVcsQ0FBQyxFQUFFLE9BQU8sRUFBRSxRQUFRLENBQUMsS0FBSyxFQUFFLENBQUM7OzJDQUVsQjtBQUV2QjtJQUFDLFdBQVcsQ0FBQyxFQUFFLE9BQU8sRUFBRSxXQUFXLENBQUMsT0FBTyxFQUFFLENBQUM7OzhDQUVqQjtBQVRsQixhQUFhO0lBWnpCLFlBQVksQ0FBQyxNQUFNLENBQUM7R0FZUixhQUFhLENBVXpCO1NBVlksYUFBYTsyRkFBYixhQUFhO2tCQVh6QixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxVQUFVO29CQUNwQixVQUFVLEVBQUUsSUFBSTtvQkFDaEIsSUFBSSxFQUFFO3dCQUNKLHFCQUFxQixFQUFFLE1BQU07d0JBQzdCLG1CQUFtQixFQUFFLGVBQWU7d0JBQ3BDLDZCQUE2QixFQUFFLFFBQVE7d0JBQ3ZDLFNBQVMsRUFBRSxJQUFJO3dCQUNmLElBQUksRUFBRSxLQUFLO3FCQUNaO2lCQUNGOzhCQU1RLElBQUk7c0JBRFYsS0FBSztnQkFLQyxPQUFPO3NCQURiLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDU1NDb21wb25lbnQsIENTU01vZGlmaWVyIH0gZnJvbSAnQG9keC9hbmd1bGFyL2ludGVybmFsJztcbmltcG9ydCB7IGluamVjdEVsZW1lbnQgfSBmcm9tICdAb2R4L2FuZ3VsYXIvdXRpbHMnO1xuaW1wb3J0IHsgTG9nb1NpemUsIExvZ29WYXJpYW50IH0gZnJvbSAnLi9tb2RlbHMnO1xuXG5AQ1NTQ29tcG9uZW50KCdsb2dvJylcbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ29keC1sb2dvJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaG9zdDoge1xuICAgICdbY2xhc3Mubm90cmFuc2xhdGVdJzogJ3RydWUnLFxuICAgICdbYXR0ci5hcmlhLWxhYmVsXSc6ICdcIkRyw6RnZXIgbG9nb1wiJyxcbiAgICAnW2F0dHIuYXJpYS1yb2xlZGVzY3JpcHRpb25dJzogJ1wibG9nb1wiJyxcbiAgICB0cmFuc2xhdGU6ICdubycsXG4gICAgcm9sZTogJ2ltZycsXG4gIH0sXG59KVxuZXhwb3J0IGNsYXNzIExvZ29EaXJlY3RpdmUge1xuICBwdWJsaWMgcmVhZG9ubHkgZWxlbWVudCA9IGluamVjdEVsZW1lbnQoKTtcblxuICBAQ1NTTW9kaWZpZXIoeyBkZWZhdWx0OiBMb2dvU2l6ZS5TTUFMTCB9KVxuICBASW5wdXQoKVxuICBwdWJsaWMgc2l6ZSE6IExvZ29TaXplO1xuXG4gIEBDU1NNb2RpZmllcih7IGRlZmF1bHQ6IExvZ29WYXJpYW50LkRFRkFVTFQgfSlcbiAgQElucHV0KClcbiAgcHVibGljIHZhcmlhbnQhOiBMb2dvVmFyaWFudDtcbn1cbiJdfQ==
46
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9nby5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9sb2dvL3NyYy9sb2dvLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDakQsT0FBTyxFQUFFLFlBQVksRUFBRSxXQUFXLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDbkQsT0FBTyxFQUFFLFFBQVEsRUFBRSxXQUFXLEVBQUUsTUFBTSxVQUFVLENBQUM7O0FBYzFDLElBQU0sYUFBYSxHQUFuQixNQUFNLGFBQWE7SUFBbkI7UUFDVyxZQUFPLEdBQUcsYUFBYSxFQUFFLENBQUM7UUFJbkMsU0FBSSxHQUFhLFFBQVEsQ0FBQyxLQUFLLENBQUM7UUFJaEMsWUFBTyxHQUFnQixXQUFXLENBQUMsT0FBTyxDQUFDO0tBQ25EOzswR0FWWSxhQUFhOzhGQUFiLGFBQWE7QUFHeEI7SUFBQyxXQUFXLEVBQUU7OzJDQUV5QjtBQUV2QztJQUFDLFdBQVcsRUFBRTs7OENBRW9DO0FBVHZDLGFBQWE7SUFaekIsWUFBWSxDQUFDLE1BQU0sQ0FBQztHQVlSLGFBQWEsQ0FVekI7U0FWWSxhQUFhOzJGQUFiLGFBQWE7a0JBWHpCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLFVBQVU7b0JBQ3BCLFVBQVUsRUFBRSxJQUFJO29CQUNoQixJQUFJLEVBQUU7d0JBQ0oscUJBQXFCLEVBQUUsTUFBTTt3QkFDN0IsbUJBQW1CLEVBQUUsZUFBZTt3QkFDcEMsNkJBQTZCLEVBQUUsUUFBUTt3QkFDdkMsU0FBUyxFQUFFLElBQUk7d0JBQ2YsSUFBSSxFQUFFLEtBQUs7cUJBQ1o7aUJBQ0Y7OEJBTVEsSUFBSTtzQkFEVixLQUFLO2dCQUtDLE9BQU87c0JBRGIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENTU0NvbXBvbmVudCwgQ1NTTW9kaWZpZXIgfSBmcm9tICdAb2R4L2FuZ3VsYXIvaW50ZXJuYWwnO1xuaW1wb3J0IHsgaW5qZWN0RWxlbWVudCB9IGZyb20gJ0BvZHgvYW5ndWxhci91dGlscyc7XG5pbXBvcnQgeyBMb2dvU2l6ZSwgTG9nb1ZhcmlhbnQgfSBmcm9tICcuL21vZGVscyc7XG5cbkBDU1NDb21wb25lbnQoJ2xvZ28nKVxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnb2R4LWxvZ28nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBob3N0OiB7XG4gICAgJ1tjbGFzcy5ub3RyYW5zbGF0ZV0nOiAndHJ1ZScsXG4gICAgJ1thdHRyLmFyaWEtbGFiZWxdJzogJ1wiRHLDpGdlciBsb2dvXCInLFxuICAgICdbYXR0ci5hcmlhLXJvbGVkZXNjcmlwdGlvbl0nOiAnXCJsb2dvXCInLFxuICAgIHRyYW5zbGF0ZTogJ25vJyxcbiAgICByb2xlOiAnaW1nJyxcbiAgfSxcbn0pXG5leHBvcnQgY2xhc3MgTG9nb0RpcmVjdGl2ZSB7XG4gIHB1YmxpYyByZWFkb25seSBlbGVtZW50ID0gaW5qZWN0RWxlbWVudCgpO1xuXG4gIEBDU1NNb2RpZmllcigpXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBzaXplOiBMb2dvU2l6ZSA9IExvZ29TaXplLlNNQUxMO1xuXG4gIEBDU1NNb2RpZmllcigpXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyB2YXJpYW50OiBMb2dvVmFyaWFudCA9IExvZ29WYXJpYW50LkRFRkFVTFQ7XG59XG4iXX0=
@@ -13,13 +13,13 @@ let MainMenuButtonDirective = class MainMenuButtonDirective {
13
13
  this.mainMenuService.toggle();
14
14
  }
15
15
  };
16
- MainMenuButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MainMenuButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
17
- MainMenuButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: MainMenuButtonDirective, isStandalone: true, selector: "button[odxMainMenuButton]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
16
+ MainMenuButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MainMenuButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
17
+ MainMenuButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: MainMenuButtonDirective, isStandalone: true, selector: "button[odxMainMenuButton]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
18
18
  MainMenuButtonDirective = __decorate([
19
19
  CSSComponent('main-menu-button')
20
20
  ], MainMenuButtonDirective);
21
21
  export { MainMenuButtonDirective };
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MainMenuButtonDirective, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MainMenuButtonDirective, decorators: [{
23
23
  type: Directive,
24
24
  args: [{
25
25
  selector: 'button[odxMainMenuButton]',
@@ -19,8 +19,8 @@ let MainMenuItemDirective = class MainMenuItemDirective {
19
19
  this.mainMenu?.close();
20
20
  }
21
21
  };
22
- MainMenuItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MainMenuItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
23
- MainMenuItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: MainMenuItemDirective, isStandalone: true, selector: "[odxMainMenuItem]", inputs: { isSelected: "isSelected" }, host: { listeners: { "click": "onClick()" }, properties: { "class.is-selected": "isSelected || routerLinkActive?.isActive", "attr.role": "\"button\"" } }, hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }], ngImport: i0 });
22
+ MainMenuItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MainMenuItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
23
+ MainMenuItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: MainMenuItemDirective, isStandalone: true, selector: "[odxMainMenuItem]", inputs: { isSelected: "isSelected" }, host: { listeners: { "click": "onClick()" }, properties: { "class.is-selected": "isSelected || routerLinkActive?.isActive", "attr.role": "\"button\"" } }, hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }], ngImport: i0 });
24
24
  __decorate([
25
25
  Transform(coerceBooleanProperty),
26
26
  __metadata("design:type", Object)
@@ -29,7 +29,7 @@ MainMenuItemDirective = __decorate([
29
29
  CSSComponent('main-menu-item')
30
30
  ], MainMenuItemDirective);
31
31
  export { MainMenuItemDirective };
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MainMenuItemDirective, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MainMenuItemDirective, decorators: [{
33
33
  type: Directive,
34
34
  args: [{
35
35
  selector: '[odxMainMenuItem]',
@@ -37,8 +37,8 @@ let MainMenuComponent = class MainMenuComponent {
37
37
  this.mainMenuService.close();
38
38
  }
39
39
  };
40
- MainMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MainMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
41
- MainMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: MainMenuComponent, isStandalone: true, selector: "odx-main-menu", inputs: { title: "title", subtitle: "subtitle", copyright: "copyright", isOpen: "isOpen" }, outputs: { menuOpen: "menuOpen" }, host: { listeners: { "window:keyup.esc": "close()" }, properties: { "class.is-open": "isOpen" } }, ngImport: i0, template: "<aside @menuAnimation class=\"odx-main-menu__inner\" cdkTrapFocus cdkTrapFocusAutoCapture *ngIf=\"menuOpen | async\">\n <div class=\"odx-main-menu__actions\">\n <button class=\"odx-main-menu__close\" odxButton disabled=\"false\" (click)=\"close()\">\n <odx-icon name=\"close\"></odx-icon>\n </button>\n </div>\n <odx-area-header class=\"odx-main-menu__header\">\n {{ title }}\n <odx-area-header-subtitle *ngIf=\"subtitle\">\n {{ subtitle }}\n </odx-area-header-subtitle>\n </odx-area-header>\n <nav class=\"odx-main-menu__content\">\n <ng-content></ng-content>\n </nav>\n <div class=\"odx-main-menu__info\">\n <ng-content select=\"[odxLink]\"></ng-content>\n </div>\n <div class=\"odx-main-menu__footer\">\n <odx-logo variant=\"inverse\"></odx-logo>\n <p class=\"odx-text odx-text--small\" *ngIf=\"copyright\">\n {{ copyright }}\n </p>\n </div>\n</aside>\n<div @overlayAnimation class=\"odx-main-menu__overlay\" (click)=\"close()\" *ngIf=\"menuOpen | async\"></div>\n", dependencies: [{ kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "directive", type: i2.DisabledController, selector: "[disabled]", inputs: ["disabled"] }, { kind: "directive", type: i3.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "ngmodule", type: CoreModule }, { kind: "ngmodule", type: AreaHeaderModule }, { kind: "component", type: i4.AreaHeaderComponent, selector: "odx-area-header", inputs: ["size"] }, { kind: "directive", type: i4.AreaHeaderSubtitleDirective, selector: "odx-area-header-subtitle" }, { kind: "component", type: i5.ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: i6.IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name"] }, { kind: "directive", type: LogoDirective, selector: "odx-logo", inputs: ["size", "variant"] }], animations: [
40
+ MainMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MainMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
41
+ MainMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", type: MainMenuComponent, isStandalone: true, selector: "odx-main-menu", inputs: { title: "title", subtitle: "subtitle", copyright: "copyright", isOpen: "isOpen" }, outputs: { menuOpen: "menuOpen" }, host: { listeners: { "window:keyup.esc": "close()" }, properties: { "class.is-open": "isOpen" } }, ngImport: i0, template: "<aside @menuAnimation class=\"odx-main-menu__inner\" cdkTrapFocus cdkTrapFocusAutoCapture *ngIf=\"menuOpen | async\">\n <div class=\"odx-main-menu__actions\">\n <button class=\"odx-main-menu__close\" odxButton disabled=\"false\" (click)=\"close()\">\n <odx-icon name=\"close\"></odx-icon>\n </button>\n </div>\n <odx-area-header class=\"odx-main-menu__header\" size=\"large\">\n {{ title }}\n <odx-area-header-subtitle *ngIf=\"subtitle\">\n {{ subtitle }}\n </odx-area-header-subtitle>\n </odx-area-header>\n <nav class=\"odx-main-menu__content\">\n <ng-content></ng-content>\n </nav>\n <div class=\"odx-main-menu__info\">\n <ng-content select=\"[odxLink]\"></ng-content>\n </div>\n <div class=\"odx-main-menu__footer\">\n <odx-logo variant=\"inverse\"></odx-logo>\n <p class=\"odx-text odx-text--small\" *ngIf=\"copyright\">\n {{ copyright }}\n </p>\n </div>\n</aside>\n<div @overlayAnimation class=\"odx-main-menu__overlay\" (click)=\"close()\" *ngIf=\"menuOpen | async\"></div>\n", dependencies: [{ kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "directive", type: i2.DisabledController, selector: "[disabled]", inputs: ["disabled"] }, { kind: "directive", type: i3.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "ngmodule", type: CoreModule }, { kind: "ngmodule", type: AreaHeaderModule }, { kind: "component", type: i4.AreaHeaderComponent, selector: "odx-area-header", inputs: ["size"] }, { kind: "directive", type: i4.AreaHeaderSubtitleDirective, selector: "odx-area-header-subtitle" }, { kind: "component", type: i5.ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: i6.IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name"] }, { kind: "directive", type: LogoDirective, selector: "odx-logo", inputs: ["size", "variant"] }], animations: [
42
42
  trigger('menuAnimation', [transition(':enter', [useAnimation(slideInLeft)]), transition(':leave', [useAnimation(slideOutLeft)])]),
43
43
  trigger('overlayAnimation', [transition(':enter', [useAnimation(fadeIn())]), transition(':leave', [useAnimation(fadeOut())])]),
44
44
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
@@ -46,14 +46,14 @@ MainMenuComponent = __decorate([
46
46
  CSSComponent('main-menu')
47
47
  ], MainMenuComponent);
48
48
  export { MainMenuComponent };
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MainMenuComponent, decorators: [{
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MainMenuComponent, decorators: [{
50
50
  type: Component,
51
51
  args: [{ selector: 'odx-main-menu', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [A11yModule, CoreModule, AreaHeaderModule, ButtonComponent, IconComponent, LogoDirective], standalone: true, host: {
52
52
  '[class.is-open]': 'isOpen',
53
53
  }, animations: [
54
54
  trigger('menuAnimation', [transition(':enter', [useAnimation(slideInLeft)]), transition(':leave', [useAnimation(slideOutLeft)])]),
55
55
  trigger('overlayAnimation', [transition(':enter', [useAnimation(fadeIn())]), transition(':leave', [useAnimation(fadeOut())])]),
56
- ], template: "<aside @menuAnimation class=\"odx-main-menu__inner\" cdkTrapFocus cdkTrapFocusAutoCapture *ngIf=\"menuOpen | async\">\n <div class=\"odx-main-menu__actions\">\n <button class=\"odx-main-menu__close\" odxButton disabled=\"false\" (click)=\"close()\">\n <odx-icon name=\"close\"></odx-icon>\n </button>\n </div>\n <odx-area-header class=\"odx-main-menu__header\">\n {{ title }}\n <odx-area-header-subtitle *ngIf=\"subtitle\">\n {{ subtitle }}\n </odx-area-header-subtitle>\n </odx-area-header>\n <nav class=\"odx-main-menu__content\">\n <ng-content></ng-content>\n </nav>\n <div class=\"odx-main-menu__info\">\n <ng-content select=\"[odxLink]\"></ng-content>\n </div>\n <div class=\"odx-main-menu__footer\">\n <odx-logo variant=\"inverse\"></odx-logo>\n <p class=\"odx-text odx-text--small\" *ngIf=\"copyright\">\n {{ copyright }}\n </p>\n </div>\n</aside>\n<div @overlayAnimation class=\"odx-main-menu__overlay\" (click)=\"close()\" *ngIf=\"menuOpen | async\"></div>\n" }]
56
+ ], template: "<aside @menuAnimation class=\"odx-main-menu__inner\" cdkTrapFocus cdkTrapFocusAutoCapture *ngIf=\"menuOpen | async\">\n <div class=\"odx-main-menu__actions\">\n <button class=\"odx-main-menu__close\" odxButton disabled=\"false\" (click)=\"close()\">\n <odx-icon name=\"close\"></odx-icon>\n </button>\n </div>\n <odx-area-header class=\"odx-main-menu__header\" size=\"large\">\n {{ title }}\n <odx-area-header-subtitle *ngIf=\"subtitle\">\n {{ subtitle }}\n </odx-area-header-subtitle>\n </odx-area-header>\n <nav class=\"odx-main-menu__content\">\n <ng-content></ng-content>\n </nav>\n <div class=\"odx-main-menu__info\">\n <ng-content select=\"[odxLink]\"></ng-content>\n </div>\n <div class=\"odx-main-menu__footer\">\n <odx-logo variant=\"inverse\"></odx-logo>\n <p class=\"odx-text odx-text--small\" *ngIf=\"copyright\">\n {{ copyright }}\n </p>\n </div>\n</aside>\n<div @overlayAnimation class=\"odx-main-menu__overlay\" (click)=\"close()\" *ngIf=\"menuOpen | async\"></div>\n" }]
57
57
  }], propDecorators: { title: [{
58
58
  type: Input
59
59
  }], subtitle: [{
@@ -68,4 +68,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImpor
68
68
  type: HostListener,
69
69
  args: ['window:keyup.esc']
70
70
  }] } });
71
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi1tZW51LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb21wb25lbnRzL21haW4tbWVudS9zcmMvbGliL21haW4tbWVudS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9tYWluLW1lbnUvc3JjL2xpYi9tYWluLW1lbnUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3hFLE9BQU8sRUFBZ0IscUJBQXFCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM1RSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzSCxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQzFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsT0FBTyxFQUFFLFdBQVcsRUFBRSxZQUFZLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUNyRixPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDbkQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFDdkUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDN0QsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ3JELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNuRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7Ozs7Ozs7O0FBa0IvQyxJQUFNLGlCQUFpQixHQUF2QixNQUFNLGlCQUFpQjtJQUF2QjtRQUdjLG9CQUFlLEdBQUcsTUFBTSxDQUFDLGVBQWUsQ0FBQyxDQUFDO1FBQzdDLFlBQU8sR0FBRyxhQUFhLEVBQUUsQ0FBQztRQU1uQyxhQUFRLEdBQWtCLElBQUksQ0FBQztRQUcvQixjQUFTLEdBQWtCLElBQUksQ0FBQztRQVloQyxhQUFRLEdBQUcsSUFBSSxDQUFDLGVBQWUsQ0FBQyxPQUFPLENBQUM7S0FNaEQ7SUFoQkMsSUFDVyxNQUFNLENBQUMsS0FBYztRQUM5QixJQUFJLENBQUMsZUFBZSxDQUFDLE1BQU0sQ0FBQyxxQkFBcUIsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDO0lBQzVELENBQUM7SUFFRCxJQUFXLE1BQU07UUFDZixPQUFPLElBQUksQ0FBQyxlQUFlLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDdkMsQ0FBQztJQU1NLEtBQUs7UUFDVixJQUFJLENBQUMsZUFBZSxDQUFDLEtBQUssRUFBRSxDQUFDO0lBQy9CLENBQUM7OzhHQTlCVSxpQkFBaUI7a0dBQWpCLGlCQUFpQiwyU0M5QjlCLGdnQ0EwQkEsMkNETlksVUFBVSxvYkFBRSxVQUFVLDhCQUFFLGdCQUFnQiwwY0FBa0MsYUFBYSxvRUFLckY7UUFDVixPQUFPLENBQUMsZUFBZSxFQUFFLENBQUMsVUFBVSxDQUFDLFFBQVEsRUFBRSxDQUFDLFlBQVksQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLEVBQUUsVUFBVSxDQUFDLFFBQVEsRUFBRSxDQUFDLFlBQVksQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUNqSSxPQUFPLENBQUMsa0JBQWtCLEVBQUUsQ0FBQyxVQUFVLENBQUMsUUFBUSxFQUFFLENBQUMsWUFBWSxDQUFDLE1BQU0sRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUFFLFVBQVUsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxZQUFZLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztLQUMvSDtBQUVVLGlCQUFpQjtJQWhCN0IsWUFBWSxDQUFDLFdBQVcsQ0FBQztHQWdCYixpQkFBaUIsQ0ErQjdCO1NBL0JZLGlCQUFpQjsyRkFBakIsaUJBQWlCO2tCQWY3QixTQUFTOytCQUNFLGVBQWUsaUJBRVYsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSxXQUN0QyxDQUFDLFVBQVUsRUFBRSxVQUFVLEVBQUUsZ0JBQWdCLEVBQUUsZUFBZSxFQUFFLGFBQWEsRUFBRSxhQUFhLENBQUMsY0FDdEYsSUFBSSxRQUNWO3dCQUNKLGlCQUFpQixFQUFFLFFBQVE7cUJBQzVCLGNBQ1c7d0JBQ1YsT0FBTyxDQUFDLGVBQWUsRUFBRSxDQUFDLFVBQVUsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxZQUFZLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyxFQUFFLFVBQVUsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxZQUFZLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7d0JBQ2pJLE9BQU8sQ0FBQyxrQkFBa0IsRUFBRSxDQUFDLFVBQVUsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxZQUFZLENBQUMsTUFBTSxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUUsVUFBVSxDQUFDLFFBQVEsRUFBRSxDQUFDLFlBQVksQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO3FCQUMvSDs4QkFTTSxLQUFLO3NCQURYLEtBQUs7Z0JBSUMsUUFBUTtzQkFEZCxLQUFLO2dCQUlDLFNBQVM7c0JBRGYsS0FBSztnQkFJSyxNQUFNO3NCQURoQixLQUFLO2dCQVVDLFFBQVE7c0JBRGQsTUFBTTtnQkFJQSxLQUFLO3NCQURYLFlBQVk7dUJBQUMsa0JBQWtCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgdHJhbnNpdGlvbiwgdHJpZ2dlciwgdXNlQW5pbWF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvYW5pbWF0aW9ucyc7XG5pbXBvcnQgeyBCb29sZWFuSW5wdXQsIGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9jb2VyY2lvbic7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBIb3N0TGlzdGVuZXIsIGluamVjdCwgSW5wdXQsIE91dHB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvcmVNb2R1bGUgfSBmcm9tICdAb2R4L2FuZ3VsYXInO1xuaW1wb3J0IHsgZmFkZUluLCBmYWRlT3V0LCBzbGlkZUluTGVmdCwgc2xpZGVPdXRMZWZ0IH0gZnJvbSAnQG9keC9hbmd1bGFyL2FuaW1hdGlvbnMnO1xuaW1wb3J0IHsgQTExeU1vZHVsZSB9IGZyb20gJ0BvZHgvYW5ndWxhci9jZGsvYTExeSc7XG5pbXBvcnQgeyBBcmVhSGVhZGVyTW9kdWxlIH0gZnJvbSAnQG9keC9hbmd1bGFyL2NvbXBvbmVudHMvYXJlYS1oZWFkZXInO1xuaW1wb3J0IHsgQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL2NvbXBvbmVudHMvYnV0dG9uJztcbmltcG9ydCB7IEljb25Db21wb25lbnQgfSBmcm9tICdAb2R4L2FuZ3VsYXIvY29tcG9uZW50cy9pY29uJztcbmltcG9ydCB7IExvZ29EaXJlY3RpdmUgfSBmcm9tICdAb2R4L2FuZ3VsYXIvY29tcG9uZW50cy9sb2dvJztcbmltcG9ydCB7IENTU0NvbXBvbmVudCB9IGZyb20gJ0BvZHgvYW5ndWxhci9pbnRlcm5hbCc7XG5pbXBvcnQgeyBpbmplY3RFbGVtZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL3V0aWxzJztcbmltcG9ydCB7IE1haW5NZW51U2VydmljZSB9IGZyb20gJy4vbWFpbi1tZW51LnNlcnZpY2UnO1xuXG5AQ1NTQ29tcG9uZW50KCdtYWluLW1lbnUnKVxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnb2R4LW1haW4tbWVudScsXG4gIHRlbXBsYXRlVXJsOiAnLi9tYWluLW1lbnUuY29tcG9uZW50Lmh0bWwnLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaW1wb3J0czogW0ExMXlNb2R1bGUsIENvcmVNb2R1bGUsIEFyZWFIZWFkZXJNb2R1bGUsIEJ1dHRvbkNvbXBvbmVudCwgSWNvbkNvbXBvbmVudCwgTG9nb0RpcmVjdGl2ZV0sXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGhvc3Q6IHtcbiAgICAnW2NsYXNzLmlzLW9wZW5dJzogJ2lzT3BlbicsXG4gIH0sXG4gIGFuaW1hdGlvbnM6IFtcbiAgICB0cmlnZ2VyKCdtZW51QW5pbWF0aW9uJywgW3RyYW5zaXRpb24oJzplbnRlcicsIFt1c2VBbmltYXRpb24oc2xpZGVJbkxlZnQpXSksIHRyYW5zaXRpb24oJzpsZWF2ZScsIFt1c2VBbmltYXRpb24oc2xpZGVPdXRMZWZ0KV0pXSksXG4gICAgdHJpZ2dlcignb3ZlcmxheUFuaW1hdGlvbicsIFt0cmFuc2l0aW9uKCc6ZW50ZXInLCBbdXNlQW5pbWF0aW9uKGZhZGVJbigpKV0pLCB0cmFuc2l0aW9uKCc6bGVhdmUnLCBbdXNlQW5pbWF0aW9uKGZhZGVPdXQoKSldKV0pLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBNYWluTWVudUNvbXBvbmVudCB7XG4gIHB1YmxpYyBzdGF0aWMgcmVhZG9ubHkgbmdBY2NlcHRJbnB1dFR5cGVfaXNPcGVuOiBCb29sZWFuSW5wdXQ7XG5cbiAgcHJvdGVjdGVkIHJlYWRvbmx5IG1haW5NZW51U2VydmljZSA9IGluamVjdChNYWluTWVudVNlcnZpY2UpO1xuICBwdWJsaWMgcmVhZG9ubHkgZWxlbWVudCA9IGluamVjdEVsZW1lbnQoKTtcblxuICBASW5wdXQoKVxuICBwdWJsaWMgdGl0bGUhOiBzdHJpbmc7XG5cbiAgQElucHV0KClcbiAgcHVibGljIHN1YnRpdGxlOiBzdHJpbmcgfCBudWxsID0gbnVsbDtcblxuICBASW5wdXQoKVxuICBwdWJsaWMgY29weXJpZ2h0OiBzdHJpbmcgfCBudWxsID0gbnVsbDtcblxuICBASW5wdXQoKVxuICBwdWJsaWMgc2V0IGlzT3Blbih2YWx1ZTogYm9vbGVhbikge1xuICAgIHRoaXMubWFpbk1lbnVTZXJ2aWNlLnRvZ2dsZShjb2VyY2VCb29sZWFuUHJvcGVydHkodmFsdWUpKTtcbiAgfVxuXG4gIHB1YmxpYyBnZXQgaXNPcGVuKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLm1haW5NZW51U2VydmljZS5pc09wZW4oKTtcbiAgfVxuXG4gIEBPdXRwdXQoKVxuICBwdWJsaWMgbWVudU9wZW4gPSB0aGlzLm1haW5NZW51U2VydmljZS5pc09wZW4kO1xuXG4gIEBIb3N0TGlzdGVuZXIoJ3dpbmRvdzprZXl1cC5lc2MnKVxuICBwdWJsaWMgY2xvc2UoKTogdm9pZCB7XG4gICAgdGhpcy5tYWluTWVudVNlcnZpY2UuY2xvc2UoKTtcbiAgfVxufVxuIiwiPGFzaWRlIEBtZW51QW5pbWF0aW9uIGNsYXNzPVwib2R4LW1haW4tbWVudV9faW5uZXJcIiBjZGtUcmFwRm9jdXMgY2RrVHJhcEZvY3VzQXV0b0NhcHR1cmUgKm5nSWY9XCJtZW51T3BlbiB8IGFzeW5jXCI+XG4gIDxkaXYgY2xhc3M9XCJvZHgtbWFpbi1tZW51X19hY3Rpb25zXCI+XG4gICAgPGJ1dHRvbiBjbGFzcz1cIm9keC1tYWluLW1lbnVfX2Nsb3NlXCIgb2R4QnV0dG9uIGRpc2FibGVkPVwiZmFsc2VcIiAoY2xpY2spPVwiY2xvc2UoKVwiPlxuICAgICAgPG9keC1pY29uIG5hbWU9XCJjbG9zZVwiPjwvb2R4LWljb24+XG4gICAgPC9idXR0b24+XG4gIDwvZGl2PlxuICA8b2R4LWFyZWEtaGVhZGVyIGNsYXNzPVwib2R4LW1haW4tbWVudV9faGVhZGVyXCI+XG4gICAge3sgdGl0bGUgfX1cbiAgICA8b2R4LWFyZWEtaGVhZGVyLXN1YnRpdGxlICpuZ0lmPVwic3VidGl0bGVcIj5cbiAgICAgIHt7IHN1YnRpdGxlIH19XG4gICAgPC9vZHgtYXJlYS1oZWFkZXItc3VidGl0bGU+XG4gIDwvb2R4LWFyZWEtaGVhZGVyPlxuICA8bmF2IGNsYXNzPVwib2R4LW1haW4tbWVudV9fY29udGVudFwiPlxuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgPC9uYXY+XG4gIDxkaXYgY2xhc3M9XCJvZHgtbWFpbi1tZW51X19pbmZvXCI+XG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW29keExpbmtdXCI+PC9uZy1jb250ZW50PlxuICA8L2Rpdj5cbiAgPGRpdiBjbGFzcz1cIm9keC1tYWluLW1lbnVfX2Zvb3RlclwiPlxuICAgIDxvZHgtbG9nbyB2YXJpYW50PVwiaW52ZXJzZVwiPjwvb2R4LWxvZ28+XG4gICAgPHAgY2xhc3M9XCJvZHgtdGV4dCBvZHgtdGV4dC0tc21hbGxcIiAqbmdJZj1cImNvcHlyaWdodFwiPlxuICAgICAge3sgY29weXJpZ2h0IH19XG4gICAgPC9wPlxuICA8L2Rpdj5cbjwvYXNpZGU+XG48ZGl2IEBvdmVybGF5QW5pbWF0aW9uIGNsYXNzPVwib2R4LW1haW4tbWVudV9fb3ZlcmxheVwiIChjbGljayk9XCJjbG9zZSgpXCIgKm5nSWY9XCJtZW51T3BlbiB8IGFzeW5jXCI+PC9kaXY+XG4iXX0=
71
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi1tZW51LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb21wb25lbnRzL21haW4tbWVudS9zcmMvbGliL21haW4tbWVudS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9tYWluLW1lbnUvc3JjL2xpYi9tYWluLW1lbnUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3hFLE9BQU8sRUFBZ0IscUJBQXFCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM1RSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzSCxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQzFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsT0FBTyxFQUFFLFdBQVcsRUFBRSxZQUFZLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUNyRixPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDbkQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFDdkUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDN0QsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ3JELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNuRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7Ozs7Ozs7O0FBa0IvQyxJQUFNLGlCQUFpQixHQUF2QixNQUFNLGlCQUFpQjtJQUF2QjtRQUdjLG9CQUFlLEdBQUcsTUFBTSxDQUFDLGVBQWUsQ0FBQyxDQUFDO1FBQzdDLFlBQU8sR0FBRyxhQUFhLEVBQUUsQ0FBQztRQU1uQyxhQUFRLEdBQWtCLElBQUksQ0FBQztRQUcvQixjQUFTLEdBQWtCLElBQUksQ0FBQztRQVloQyxhQUFRLEdBQUcsSUFBSSxDQUFDLGVBQWUsQ0FBQyxPQUFPLENBQUM7S0FNaEQ7SUFoQkMsSUFDVyxNQUFNLENBQUMsS0FBYztRQUM5QixJQUFJLENBQUMsZUFBZSxDQUFDLE1BQU0sQ0FBQyxxQkFBcUIsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDO0lBQzVELENBQUM7SUFFRCxJQUFXLE1BQU07UUFDZixPQUFPLElBQUksQ0FBQyxlQUFlLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDdkMsQ0FBQztJQU1NLEtBQUs7UUFDVixJQUFJLENBQUMsZUFBZSxDQUFDLEtBQUssRUFBRSxDQUFDO0lBQy9CLENBQUM7OzhHQTlCVSxpQkFBaUI7a0dBQWpCLGlCQUFpQiwyU0M5QjlCLCtnQ0EwQkEsMkNETlksVUFBVSxvYkFBRSxVQUFVLDhCQUFFLGdCQUFnQiwwY0FBa0MsYUFBYSxvRUFLckY7UUFDVixPQUFPLENBQUMsZUFBZSxFQUFFLENBQUMsVUFBVSxDQUFDLFFBQVEsRUFBRSxDQUFDLFlBQVksQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLEVBQUUsVUFBVSxDQUFDLFFBQVEsRUFBRSxDQUFDLFlBQVksQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUNqSSxPQUFPLENBQUMsa0JBQWtCLEVBQUUsQ0FBQyxVQUFVLENBQUMsUUFBUSxFQUFFLENBQUMsWUFBWSxDQUFDLE1BQU0sRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUFFLFVBQVUsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxZQUFZLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztLQUMvSDtBQUVVLGlCQUFpQjtJQWhCN0IsWUFBWSxDQUFDLFdBQVcsQ0FBQztHQWdCYixpQkFBaUIsQ0ErQjdCO1NBL0JZLGlCQUFpQjsyRkFBakIsaUJBQWlCO2tCQWY3QixTQUFTOytCQUNFLGVBQWUsaUJBRVYsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSxXQUN0QyxDQUFDLFVBQVUsRUFBRSxVQUFVLEVBQUUsZ0JBQWdCLEVBQUUsZUFBZSxFQUFFLGFBQWEsRUFBRSxhQUFhLENBQUMsY0FDdEYsSUFBSSxRQUNWO3dCQUNKLGlCQUFpQixFQUFFLFFBQVE7cUJBQzVCLGNBQ1c7d0JBQ1YsT0FBTyxDQUFDLGVBQWUsRUFBRSxDQUFDLFVBQVUsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxZQUFZLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyxFQUFFLFVBQVUsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxZQUFZLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7d0JBQ2pJLE9BQU8sQ0FBQyxrQkFBa0IsRUFBRSxDQUFDLFVBQVUsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxZQUFZLENBQUMsTUFBTSxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUUsVUFBVSxDQUFDLFFBQVEsRUFBRSxDQUFDLFlBQVksQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO3FCQUMvSDs4QkFTTSxLQUFLO3NCQURYLEtBQUs7Z0JBSUMsUUFBUTtzQkFEZCxLQUFLO2dCQUlDLFNBQVM7c0JBRGYsS0FBSztnQkFJSyxNQUFNO3NCQURoQixLQUFLO2dCQVVDLFFBQVE7c0JBRGQsTUFBTTtnQkFJQSxLQUFLO3NCQURYLFlBQVk7dUJBQUMsa0JBQWtCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgdHJhbnNpdGlvbiwgdHJpZ2dlciwgdXNlQW5pbWF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvYW5pbWF0aW9ucyc7XG5pbXBvcnQgeyBCb29sZWFuSW5wdXQsIGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9jb2VyY2lvbic7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBIb3N0TGlzdGVuZXIsIGluamVjdCwgSW5wdXQsIE91dHB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvcmVNb2R1bGUgfSBmcm9tICdAb2R4L2FuZ3VsYXInO1xuaW1wb3J0IHsgZmFkZUluLCBmYWRlT3V0LCBzbGlkZUluTGVmdCwgc2xpZGVPdXRMZWZ0IH0gZnJvbSAnQG9keC9hbmd1bGFyL2FuaW1hdGlvbnMnO1xuaW1wb3J0IHsgQTExeU1vZHVsZSB9IGZyb20gJ0BvZHgvYW5ndWxhci9jZGsvYTExeSc7XG5pbXBvcnQgeyBBcmVhSGVhZGVyTW9kdWxlIH0gZnJvbSAnQG9keC9hbmd1bGFyL2NvbXBvbmVudHMvYXJlYS1oZWFkZXInO1xuaW1wb3J0IHsgQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL2NvbXBvbmVudHMvYnV0dG9uJztcbmltcG9ydCB7IEljb25Db21wb25lbnQgfSBmcm9tICdAb2R4L2FuZ3VsYXIvY29tcG9uZW50cy9pY29uJztcbmltcG9ydCB7IExvZ29EaXJlY3RpdmUgfSBmcm9tICdAb2R4L2FuZ3VsYXIvY29tcG9uZW50cy9sb2dvJztcbmltcG9ydCB7IENTU0NvbXBvbmVudCB9IGZyb20gJ0BvZHgvYW5ndWxhci9pbnRlcm5hbCc7XG5pbXBvcnQgeyBpbmplY3RFbGVtZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL3V0aWxzJztcbmltcG9ydCB7IE1haW5NZW51U2VydmljZSB9IGZyb20gJy4vbWFpbi1tZW51LnNlcnZpY2UnO1xuXG5AQ1NTQ29tcG9uZW50KCdtYWluLW1lbnUnKVxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnb2R4LW1haW4tbWVudScsXG4gIHRlbXBsYXRlVXJsOiAnLi9tYWluLW1lbnUuY29tcG9uZW50Lmh0bWwnLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaW1wb3J0czogW0ExMXlNb2R1bGUsIENvcmVNb2R1bGUsIEFyZWFIZWFkZXJNb2R1bGUsIEJ1dHRvbkNvbXBvbmVudCwgSWNvbkNvbXBvbmVudCwgTG9nb0RpcmVjdGl2ZV0sXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGhvc3Q6IHtcbiAgICAnW2NsYXNzLmlzLW9wZW5dJzogJ2lzT3BlbicsXG4gIH0sXG4gIGFuaW1hdGlvbnM6IFtcbiAgICB0cmlnZ2VyKCdtZW51QW5pbWF0aW9uJywgW3RyYW5zaXRpb24oJzplbnRlcicsIFt1c2VBbmltYXRpb24oc2xpZGVJbkxlZnQpXSksIHRyYW5zaXRpb24oJzpsZWF2ZScsIFt1c2VBbmltYXRpb24oc2xpZGVPdXRMZWZ0KV0pXSksXG4gICAgdHJpZ2dlcignb3ZlcmxheUFuaW1hdGlvbicsIFt0cmFuc2l0aW9uKCc6ZW50ZXInLCBbdXNlQW5pbWF0aW9uKGZhZGVJbigpKV0pLCB0cmFuc2l0aW9uKCc6bGVhdmUnLCBbdXNlQW5pbWF0aW9uKGZhZGVPdXQoKSldKV0pLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBNYWluTWVudUNvbXBvbmVudCB7XG4gIHB1YmxpYyBzdGF0aWMgcmVhZG9ubHkgbmdBY2NlcHRJbnB1dFR5cGVfaXNPcGVuOiBCb29sZWFuSW5wdXQ7XG5cbiAgcHJvdGVjdGVkIHJlYWRvbmx5IG1haW5NZW51U2VydmljZSA9IGluamVjdChNYWluTWVudVNlcnZpY2UpO1xuICBwdWJsaWMgcmVhZG9ubHkgZWxlbWVudCA9IGluamVjdEVsZW1lbnQoKTtcblxuICBASW5wdXQoKVxuICBwdWJsaWMgdGl0bGUhOiBzdHJpbmc7XG5cbiAgQElucHV0KClcbiAgcHVibGljIHN1YnRpdGxlOiBzdHJpbmcgfCBudWxsID0gbnVsbDtcblxuICBASW5wdXQoKVxuICBwdWJsaWMgY29weXJpZ2h0OiBzdHJpbmcgfCBudWxsID0gbnVsbDtcblxuICBASW5wdXQoKVxuICBwdWJsaWMgc2V0IGlzT3Blbih2YWx1ZTogYm9vbGVhbikge1xuICAgIHRoaXMubWFpbk1lbnVTZXJ2aWNlLnRvZ2dsZShjb2VyY2VCb29sZWFuUHJvcGVydHkodmFsdWUpKTtcbiAgfVxuXG4gIHB1YmxpYyBnZXQgaXNPcGVuKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLm1haW5NZW51U2VydmljZS5pc09wZW4oKTtcbiAgfVxuXG4gIEBPdXRwdXQoKVxuICBwdWJsaWMgbWVudU9wZW4gPSB0aGlzLm1haW5NZW51U2VydmljZS5pc09wZW4kO1xuXG4gIEBIb3N0TGlzdGVuZXIoJ3dpbmRvdzprZXl1cC5lc2MnKVxuICBwdWJsaWMgY2xvc2UoKTogdm9pZCB7XG4gICAgdGhpcy5tYWluTWVudVNlcnZpY2UuY2xvc2UoKTtcbiAgfVxufVxuIiwiPGFzaWRlIEBtZW51QW5pbWF0aW9uIGNsYXNzPVwib2R4LW1haW4tbWVudV9faW5uZXJcIiBjZGtUcmFwRm9jdXMgY2RrVHJhcEZvY3VzQXV0b0NhcHR1cmUgKm5nSWY9XCJtZW51T3BlbiB8IGFzeW5jXCI+XG4gIDxkaXYgY2xhc3M9XCJvZHgtbWFpbi1tZW51X19hY3Rpb25zXCI+XG4gICAgPGJ1dHRvbiBjbGFzcz1cIm9keC1tYWluLW1lbnVfX2Nsb3NlXCIgb2R4QnV0dG9uIGRpc2FibGVkPVwiZmFsc2VcIiAoY2xpY2spPVwiY2xvc2UoKVwiPlxuICAgICAgPG9keC1pY29uIG5hbWU9XCJjbG9zZVwiPjwvb2R4LWljb24+XG4gICAgPC9idXR0b24+XG4gIDwvZGl2PlxuICA8b2R4LWFyZWEtaGVhZGVyIGNsYXNzPVwib2R4LW1haW4tbWVudV9faGVhZGVyXCIgc2l6ZT1cImxhcmdlXCI+XG4gICAge3sgdGl0bGUgfX1cbiAgICA8b2R4LWFyZWEtaGVhZGVyLXN1YnRpdGxlICpuZ0lmPVwic3VidGl0bGVcIj5cbiAgICAgIHt7IHN1YnRpdGxlIH19XG4gICAgPC9vZHgtYXJlYS1oZWFkZXItc3VidGl0bGU+XG4gIDwvb2R4LWFyZWEtaGVhZGVyPlxuICA8bmF2IGNsYXNzPVwib2R4LW1haW4tbWVudV9fY29udGVudFwiPlxuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgPC9uYXY+XG4gIDxkaXYgY2xhc3M9XCJvZHgtbWFpbi1tZW51X19pbmZvXCI+XG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW29keExpbmtdXCI+PC9uZy1jb250ZW50PlxuICA8L2Rpdj5cbiAgPGRpdiBjbGFzcz1cIm9keC1tYWluLW1lbnVfX2Zvb3RlclwiPlxuICAgIDxvZHgtbG9nbyB2YXJpYW50PVwiaW52ZXJzZVwiPjwvb2R4LWxvZ28+XG4gICAgPHAgY2xhc3M9XCJvZHgtdGV4dCBvZHgtdGV4dC0tc21hbGxcIiAqbmdJZj1cImNvcHlyaWdodFwiPlxuICAgICAge3sgY29weXJpZ2h0IH19XG4gICAgPC9wPlxuICA8L2Rpdj5cbjwvYXNpZGU+XG48ZGl2IEBvdmVybGF5QW5pbWF0aW9uIGNsYXNzPVwib2R4LW1haW4tbWVudV9fb3ZlcmxheVwiIChjbGljayk9XCJjbG9zZSgpXCIgKm5nSWY9XCJtZW51T3BlbiB8IGFzeW5jXCI+PC9kaXY+XG4iXX0=
@@ -7,10 +7,10 @@ import * as i0 from "@angular/core";
7
7
  const modules = [LinkDirective, MainMenuComponent, MainMenuItemDirective, MainMenuButtonDirective];
8
8
  export class MainMenuModule {
9
9
  }
10
- MainMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MainMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- MainMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: MainMenuModule, imports: [LinkDirective, MainMenuComponent, MainMenuItemDirective, MainMenuButtonDirective], exports: [CoreModule, LinkDirective, MainMenuComponent, MainMenuItemDirective, MainMenuButtonDirective] });
12
- MainMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MainMenuModule, imports: [MainMenuComponent, CoreModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MainMenuModule, decorators: [{
10
+ MainMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MainMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ MainMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.1", ngImport: i0, type: MainMenuModule, imports: [LinkDirective, MainMenuComponent, MainMenuItemDirective, MainMenuButtonDirective], exports: [CoreModule, LinkDirective, MainMenuComponent, MainMenuItemDirective, MainMenuButtonDirective] });
12
+ MainMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MainMenuModule, imports: [MainMenuComponent, CoreModule] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MainMenuModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  imports: modules,
@@ -28,9 +28,9 @@ export class MainMenuService {
28
28
  }
29
29
  }
30
30
  }
31
- MainMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MainMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
32
- MainMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MainMenuService, providedIn: 'root' });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MainMenuService, decorators: [{
31
+ MainMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MainMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
32
+ MainMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MainMenuService, providedIn: 'root' });
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MainMenuService, decorators: [{
34
34
  type: Injectable,
35
35
  args: [{ providedIn: 'root' }]
36
36
  }] });
@@ -14,13 +14,13 @@ let MenuItemDirective = class MenuItemDirective {
14
14
  deferFn(() => closeCurrentDropdown(this.element.nativeElement));
15
15
  }
16
16
  };
17
- MenuItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MenuItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
18
- MenuItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: MenuItemDirective, isStandalone: true, selector: "a[odxMenuItem], button[odxMenuItem]", host: { attributes: { "role": "menuitem" }, listeners: { "click": "selectItem()" } }, hostDirectives: [{ directive: i1.ListFocusManagerOptionDirective }], ngImport: i0 });
17
+ MenuItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MenuItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
18
+ MenuItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: MenuItemDirective, isStandalone: true, selector: "a[odxMenuItem], button[odxMenuItem]", host: { attributes: { "role": "menuitem" }, listeners: { "click": "selectItem()" } }, hostDirectives: [{ directive: i1.ListFocusManagerOptionDirective }], ngImport: i0 });
19
19
  MenuItemDirective = __decorate([
20
20
  CSSComponent('menu-item')
21
21
  ], MenuItemDirective);
22
22
  export { MenuItemDirective };
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MenuItemDirective, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MenuItemDirective, decorators: [{
24
24
  type: Directive,
25
25
  args: [{
26
26
  selector: 'a[odxMenuItem], button[odxMenuItem]',
@@ -21,8 +21,8 @@ let MenuComponent = class MenuComponent {
21
21
  closeCurrentDropdown(this.element.nativeElement);
22
22
  }
23
23
  };
24
- MenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
25
- MenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: MenuComponent, isStandalone: true, selector: "odx-menu", inputs: { tile: "tile" }, host: { attributes: { "role": "menu" }, listeners: { "keydown.tab": "onTab($event)" } }, hostDirectives: [{ directive: i1.ListFocusManagerDirective }], ngImport: i0, template: "<div class=\"odx-menu__title\" *ngIf=\"tile\">\n <ng-content></ng-content>\n</div>\n<odx-action-group class=\"odx-menu__inner\">\n <ng-content select=\"[odxMenuItem]\" ngProjectAs=\"[odxButton]\"></ng-content>\n</odx-action-group>\n", dependencies: [{ kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
24
+ MenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
25
+ MenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", type: MenuComponent, isStandalone: true, selector: "odx-menu", inputs: { tile: "tile" }, host: { attributes: { "role": "menu" }, listeners: { "keydown.tab": "onTab($event)" } }, hostDirectives: [{ directive: i1.ListFocusManagerDirective }], ngImport: i0, template: "<div class=\"odx-menu__title\" *ngIf=\"tile\">\n <ng-content></ng-content>\n</div>\n<odx-action-group class=\"odx-menu__inner\">\n <ng-content select=\"[odxMenuItem]\" ngProjectAs=\"[odxButton]\"></ng-content>\n</odx-action-group>\n", dependencies: [{ kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
26
26
  __decorate([
27
27
  CSSModifier(),
28
28
  Transform(coerceBooleanProperty),
@@ -32,7 +32,7 @@ MenuComponent = __decorate([
32
32
  CSSComponent('menu')
33
33
  ], MenuComponent);
34
34
  export { MenuComponent };
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MenuComponent, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MenuComponent, decorators: [{
36
36
  type: Component,
37
37
  args: [{ selector: 'odx-menu', standalone: true, imports: [ActionGroupComponent, CommonModule], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [ListFocusManagerDirective], host: {
38
38
  role: 'menu',
@@ -23,13 +23,13 @@ let MenuDirective = class MenuDirective {
23
23
  }
24
24
  }
25
25
  };
26
- MenuDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MenuDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
27
- MenuDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: MenuDirective, isStandalone: true, selector: "[odxMenu]", inputs: { content: ["odxMenu", "content"], position: ["odxMenuPosition", "position"] }, usesOnChanges: true, hostDirectives: [{ directive: i1.DropdownDirective, inputs: ["odxDropdown", "odxMenu"] }], ngImport: i0 });
26
+ MenuDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MenuDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
27
+ MenuDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: MenuDirective, isStandalone: true, selector: "[odxMenu]", inputs: { content: ["odxMenu", "content"], position: ["odxMenuPosition", "position"] }, usesOnChanges: true, hostDirectives: [{ directive: i1.DropdownDirective, inputs: ["odxDropdown", "odxMenu"] }], ngImport: i0 });
28
28
  MenuDirective = __decorate([
29
29
  CSSComponent('menu-host')
30
30
  ], MenuDirective);
31
31
  export { MenuDirective };
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MenuDirective, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MenuDirective, decorators: [{
33
33
  type: Directive,
34
34
  args: [{
35
35
  selector: '[odxMenu]',
@@ -7,10 +7,10 @@ import * as i0 from "@angular/core";
7
7
  const modules = [MenuComponent, MenuDirective, MenuItemDirective];
8
8
  export class MenuModule {
9
9
  }
10
- MenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- MenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: MenuModule, imports: [MenuComponent, MenuDirective, MenuItemDirective], exports: [CoreModule, MenuComponent, MenuDirective, MenuItemDirective] });
12
- MenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MenuModule, imports: [MenuComponent, CoreModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: MenuModule, decorators: [{
10
+ MenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ MenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.1", ngImport: i0, type: MenuModule, imports: [MenuComponent, MenuDirective, MenuItemDirective], exports: [CoreModule, MenuComponent, MenuDirective, MenuItemDirective] });
12
+ MenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MenuModule, imports: [MenuComponent, CoreModule] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MenuModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  imports: [modules],
@@ -23,9 +23,9 @@ export class BasicModalComponent {
23
23
  return index;
24
24
  }
25
25
  }
26
- BasicModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BasicModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
- BasicModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: BasicModalComponent, isStandalone: true, selector: "odx-basic-modal", ngImport: i0, template: "<odx-modal-hero [icon]=\"icon\" [variant]=\"data.heroVariant\" *ngIf=\"data.heroIcon as icon; else modalHeader\">\n <ng-template [odxDynamicView]=\"data.title\"></ng-template>\n</odx-modal-hero>\n\n<odx-modal-content>\n <ng-template [odxDynamicView]=\"data.content\" [odxDynamicViewInjector]=\"injector\"></ng-template>\n</odx-modal-content>\n\n<odx-modal-footer>\n <button odxButton [variant]=\"action.variant\" [odxModalClose]=\"action.data\" *ngFor=\"let action of data.actions; let i = index; trackBy: trackByIndex\">\n {{ action.label }}\n </button>\n</odx-modal-footer>\n\n<ng-template #modalHeader>\n <odx-modal-header>\n <odx-area-header>\n <ng-template [odxDynamicView]=\"data.title\"></ng-template>\n </odx-area-header>\n </odx-modal-header>\n</ng-template>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: AreaHeaderComponent, selector: "odx-area-header", inputs: ["size"] }, { kind: "component", type: ModalHeaderComponent, selector: "odx-modal-header" }, { kind: "component", type: ModalHeroComponent, selector: "odx-modal-hero", inputs: ["icon", "variant"] }, { kind: "component", type: ModalFooterComponent, selector: "odx-modal-footer" }, { kind: "directive", type: ModalContentDirective, selector: "odx-modal-content" }, { kind: "directive", type: ModalCloseDirective, selector: "[odxModalClose]", inputs: ["odxModalClose"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: BasicModalComponent, decorators: [{
26
+ BasicModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BasicModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
+ BasicModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", type: BasicModalComponent, isStandalone: true, selector: "odx-basic-modal", ngImport: i0, template: "<odx-modal-hero [icon]=\"icon\" [variant]=\"data.heroVariant\" *ngIf=\"data.heroIcon as icon; else modalHeader\">\n <ng-template [odxDynamicView]=\"data.title\"></ng-template>\n</odx-modal-hero>\n\n<odx-modal-content>\n <ng-template [odxDynamicView]=\"data.content\" [odxDynamicViewInjector]=\"injector\"></ng-template>\n</odx-modal-content>\n\n<odx-modal-footer>\n <button odxButton [variant]=\"action.variant\" [odxModalClose]=\"action.data\" *ngFor=\"let action of data.actions; let i = index; trackBy: trackByIndex\">\n {{ action.label }}\n </button>\n</odx-modal-footer>\n\n<ng-template #modalHeader>\n <odx-modal-header>\n <odx-area-header>\n <ng-template [odxDynamicView]=\"data.title\"></ng-template>\n </odx-area-header>\n </odx-modal-header>\n</ng-template>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: AreaHeaderComponent, selector: "odx-area-header", inputs: ["size"] }, { kind: "component", type: ModalHeaderComponent, selector: "odx-modal-header" }, { kind: "component", type: ModalHeroComponent, selector: "odx-modal-hero", inputs: ["icon", "variant"] }, { kind: "component", type: ModalFooterComponent, selector: "odx-modal-footer" }, { kind: "directive", type: ModalContentDirective, selector: "odx-modal-content" }, { kind: "directive", type: ModalCloseDirective, selector: "[odxModalClose]", inputs: ["odxModalClose"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BasicModalComponent, decorators: [{
29
29
  type: Component,
30
30
  args: [{ selector: 'odx-basic-modal', standalone: true, imports: [
31
31
  CoreModule,
@@ -8,13 +8,13 @@ let ModalFooterComponent = class ModalFooterComponent {
8
8
  this.element = injectElement();
9
9
  }
10
10
  };
11
- ModalFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- ModalFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: ModalFooterComponent, isStandalone: true, selector: "odx-modal-footer", ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
11
+ ModalFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
+ ModalFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", type: ModalFooterComponent, isStandalone: true, selector: "odx-modal-footer", ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
13
13
  ModalFooterComponent = __decorate([
14
14
  CSSComponent('modal__footer')
15
15
  ], ModalFooterComponent);
16
16
  export { ModalFooterComponent };
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ModalFooterComponent, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ModalFooterComponent, decorators: [{
18
18
  type: Component,
19
19
  args: [{ standalone: true, selector: 'odx-modal-footer', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
20
20
  }] });
@@ -23,14 +23,14 @@ let ModalHeaderComponent = class ModalHeaderComponent {
23
23
  }
24
24
  }
25
25
  };
26
- ModalHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ModalHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
- ModalHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: ModalHeaderComponent, isStandalone: true, selector: "odx-modal-header", queries: [{ propertyName: "areaHeaderComponent", first: true, predicate: AreaHeaderComponent, descendants: true }], ngImport: i0, template: "<ng-content select=\"odx-area-header\"></ng-content>\n<odx-action-group class=\"odx-modal__dismiss\" *ngIf=\"modalRef.options.dismissable\">\n <button odxButton odxModalDismiss>\n <odx-icon name=\"close\"></odx-icon>\n </button>\n</odx-action-group>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name"] }, { kind: "directive", type: ModalDismissDirective, selector: "[odxModalDismiss]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
26
+ ModalHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ModalHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
+ ModalHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", type: ModalHeaderComponent, isStandalone: true, selector: "odx-modal-header", queries: [{ propertyName: "areaHeaderComponent", first: true, predicate: AreaHeaderComponent, descendants: true }], ngImport: i0, template: "<ng-content select=\"odx-area-header\"></ng-content>\n<odx-action-group class=\"odx-modal__dismiss\" *ngIf=\"modalRef.options.dismissable\">\n <button odxButton odxModalDismiss>\n <odx-icon name=\"close\"></odx-icon>\n </button>\n</odx-action-group>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name"] }, { kind: "directive", type: ModalDismissDirective, selector: "[odxModalDismiss]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
28
28
  ModalHeaderComponent = __decorate([
29
29
  CSSComponent('modal__header'),
30
30
  __metadata("design:paramtypes", [])
31
31
  ], ModalHeaderComponent);
32
32
  export { ModalHeaderComponent };
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ModalHeaderComponent, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ModalHeaderComponent, decorators: [{
34
34
  type: Component,
35
35
  args: [{ standalone: true, selector: 'odx-modal-header', imports: [CoreModule, ActionGroupComponent, ButtonComponent, IconComponent, ModalDismissDirective], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"odx-area-header\"></ng-content>\n<odx-action-group class=\"odx-modal__dismiss\" *ngIf=\"modalRef.options.dismissable\">\n <button odxButton odxModalDismiss>\n <odx-icon name=\"close\"></odx-icon>\n </button>\n</odx-action-group>\n" }]
36
36
  }], ctorParameters: function () { return []; }, propDecorators: { areaHeaderComponent: [{
@@ -17,8 +17,8 @@ let ModalHeroComponent = class ModalHeroComponent {
17
17
  detectControllerChanges(this.modalRef).subscribe();
18
18
  }
19
19
  };
20
- ModalHeroComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ModalHeroComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
- ModalHeroComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: ModalHeroComponent, isStandalone: true, selector: "odx-modal-hero", inputs: { icon: "icon", variant: "variant" }, ngImport: i0, template: "<odx-icon class=\"odx-modal-hero__icon\" [name]=\"icon\" size=\"xlarge\" *ngIf=\"icon\"> </odx-icon>\n\n<div class=\"odx-modal-hero__title odx-title-4\">\n <ng-content></ng-content>\n</div>\n\n<odx-action-group class=\"odx-modal-hero__dismiss\" *ngIf=\"modalRef.options.dismissable\">\n <button odxButton odxModalDismiss>\n <odx-icon name=\"close\"></odx-icon>\n </button>\n</odx-action-group>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name"] }, { kind: "directive", type: ModalDismissDirective, selector: "[odxModalDismiss]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
20
+ ModalHeroComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ModalHeroComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
+ ModalHeroComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", type: ModalHeroComponent, isStandalone: true, selector: "odx-modal-hero", inputs: { icon: "icon", variant: "variant" }, ngImport: i0, template: "<odx-icon class=\"odx-modal-hero__icon\" [name]=\"icon\" size=\"xlarge\" *ngIf=\"icon\"> </odx-icon>\n\n<div class=\"odx-modal-hero__title odx-title-4\">\n <ng-content></ng-content>\n</div>\n\n<odx-action-group class=\"odx-modal-hero__dismiss\" *ngIf=\"modalRef.options.dismissable\">\n <button odxButton odxModalDismiss>\n <odx-icon name=\"close\"></odx-icon>\n </button>\n</odx-action-group>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ActionGroupComponent, selector: "odx-action-group", inputs: ["reverse"] }, { kind: "component", type: ButtonComponent, selector: "button[odxButton], a[odxButton]", inputs: ["variant", "size"] }, { kind: "component", type: IconComponent, selector: "odx-icon", inputs: ["inline", "size", "name"] }, { kind: "directive", type: ModalDismissDirective, selector: "[odxModalDismiss]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
22
22
  __decorate([
23
23
  CSSModifier(),
24
24
  __metadata("design:type", Object)
@@ -28,7 +28,7 @@ ModalHeroComponent = __decorate([
28
28
  __metadata("design:paramtypes", [])
29
29
  ], ModalHeroComponent);
30
30
  export { ModalHeroComponent };
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ModalHeroComponent, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ModalHeroComponent, decorators: [{
32
32
  type: Component,
33
33
  args: [{ selector: 'odx-modal-hero', standalone: true, imports: [CoreModule, ActionGroupComponent, ButtonComponent, IconComponent, ModalDismissDirective], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<odx-icon class=\"odx-modal-hero__icon\" [name]=\"icon\" size=\"xlarge\" *ngIf=\"icon\"> </odx-icon>\n\n<div class=\"odx-modal-hero__title odx-title-4\">\n <ng-content></ng-content>\n</div>\n\n<odx-action-group class=\"odx-modal-hero__dismiss\" *ngIf=\"modalRef.options.dismissable\">\n <button odxButton odxModalDismiss>\n <odx-icon name=\"close\"></odx-icon>\n </button>\n</odx-action-group>\n" }]
34
34
  }], ctorParameters: function () { return []; }, propDecorators: { icon: [{
@@ -16,9 +16,9 @@ export class ModalCloseDirective {
16
16
  }
17
17
  }
18
18
  }
19
- ModalCloseDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ModalCloseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
20
- ModalCloseDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: ModalCloseDirective, isStandalone: true, selector: "[odxModalClose]", inputs: { result: ["odxModalClose", "result"] }, host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ModalCloseDirective, decorators: [{
19
+ ModalCloseDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ModalCloseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
20
+ ModalCloseDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: ModalCloseDirective, isStandalone: true, selector: "[odxModalClose]", inputs: { result: ["odxModalClose", "result"] }, host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ModalCloseDirective, decorators: [{
22
22
  type: Directive,
23
23
  args: [{
24
24
  standalone: true,
@@ -8,13 +8,13 @@ let ModalContentDirective = class ModalContentDirective {
8
8
  this.element = injectElement();
9
9
  }
10
10
  };
11
- ModalContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ModalContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
- ModalContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: ModalContentDirective, isStandalone: true, selector: "odx-modal-content", ngImport: i0 });
11
+ ModalContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ModalContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ ModalContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: ModalContentDirective, isStandalone: true, selector: "odx-modal-content", ngImport: i0 });
13
13
  ModalContentDirective = __decorate([
14
14
  CSSComponent('modal__content')
15
15
  ], ModalContentDirective);
16
16
  export { ModalContentDirective };
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ModalContentDirective, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ModalContentDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
20
  standalone: true,
@@ -9,9 +9,9 @@ export class ModalDismissDirective {
9
9
  this.modalRef.dismiss();
10
10
  }
11
11
  }
12
- ModalDismissDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ModalDismissDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
13
- ModalDismissDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: ModalDismissDirective, isStandalone: true, selector: "[odxModalDismiss]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ModalDismissDirective, decorators: [{
12
+ ModalDismissDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ModalDismissDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
13
+ ModalDismissDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.1", type: ModalDismissDirective, isStandalone: true, selector: "[odxModalDismiss]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ModalDismissDirective, decorators: [{
15
15
  type: Directive,
16
16
  args: [{
17
17
  standalone: true,