@odx/angular 2.16.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1280) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/breakpoints/lib/directives/match-breakpoints.directive.d.ts +1 -1
  3. package/cdk/active-indicator/lib/active-indicator.directive.d.ts +1 -1
  4. package/cdk/autocomplete-control/lib/autocomplete-control.d.ts +2 -3
  5. package/cdk/checkbox-control/lib/checkbox-control.directive.d.ts +2 -3
  6. package/cdk/connected-overlay/lib/connected-overlay.component.d.ts +3 -3
  7. package/cdk/custom-form-control/lib/custom-form-control.d.ts +2 -2
  8. package/cdk/dynamic-view/lib/dynamic-view.component.d.ts +1 -1
  9. package/cdk/dynamic-view/lib/dynamic-view.directive.d.ts +1 -1
  10. package/cdk/expandable/lib/directives/expandable-item.directive.d.ts +2 -3
  11. package/cdk/expandable/lib/directives/extandable-container.directive.d.ts +2 -3
  12. package/cdk/option-control/lib/option-control.d.ts +1 -1
  13. package/cdk/radio-group-control/lib/radio-control.directive.d.ts +1 -1
  14. package/components/accordion/lib/components/accordion-item/accordion-item.component.d.ts +1 -1
  15. package/components/action-group/action-group.component.d.ts +2 -3
  16. package/components/area-header/area-header.component.d.ts +1 -1
  17. package/components/avatar/lib/avatar.component.d.ts +1 -1
  18. package/components/badge/lib/badge.component.d.ts +2 -3
  19. package/components/badge/lib/badge.directive.d.ts +4 -3
  20. package/components/bar/lib/directives/bar-button.directive.d.ts +1 -1
  21. package/components/button/lib/button.component.d.ts +1 -1
  22. package/components/button/lib/directives/responsive-button.directive.d.ts +1 -1
  23. package/components/button-group/lib/button-group.component.d.ts +5 -6
  24. package/components/calendar/lib/calendar.component.d.ts +1 -1
  25. package/components/calendar/lib/components/calendar-header/calendar-header.component.d.ts +1 -1
  26. package/components/calendar/lib/directives/calendar-cell.directive.d.ts +1 -1
  27. package/components/calendar/lib/directives/calendar-view.directive.d.ts +1 -1
  28. package/components/card/lib/card.component.d.ts +1 -1
  29. package/components/checkbox/lib/checkbox.component.d.ts +3 -4
  30. package/components/chip/lib/components/chip/chip.component.d.ts +2 -3
  31. package/components/circular-progress/lib/circular-progress.component.d.ts +4 -6
  32. package/components/datepicker/lib/datepicker.component.d.ts +1 -1
  33. package/components/dropdown/lib/dropdown.component.d.ts +3 -2
  34. package/components/dropdown/lib/dropdown.directive.d.ts +4 -4
  35. package/components/form-field/lib/components/form-field-info/form-field-info.component.d.ts +1 -1
  36. package/components/form-field/lib/directives/form-field-error.directive.d.ts +1 -1
  37. package/components/form-field/lib/form-field.component.d.ts +3 -3
  38. package/components/icon/lib/icon.component.d.ts +2 -3
  39. package/components/inline-message/lib/inline-message.component.d.ts +1 -1
  40. package/components/list/lib/components/expandable-list-item/expandable-list-item.component.d.ts +2 -4
  41. package/components/list/lib/components/list-item/list-item.component.d.ts +3 -4
  42. package/components/list/lib/list.component.d.ts +2 -2
  43. package/components/loading-spinner/lib/loading-spinner.component.d.ts +1 -1
  44. package/components/loading-spinner/lib/loading-spinner.directive.d.ts +6 -7
  45. package/components/logo/logo.directive.d.ts +1 -1
  46. package/components/main-menu/lib/directives/main-menu-item.directive.d.ts +2 -3
  47. package/components/main-menu/lib/main-menu.component.d.ts +2 -3
  48. package/components/menu/lib/menu.component.d.ts +2 -3
  49. package/components/menu/lib/menu.directive.d.ts +1 -1
  50. package/components/modal/lib/components/basic-modal/basic-modal.component.d.ts +2 -1
  51. package/components/modal/lib/components/modal-hero/modal-hero.component.d.ts +1 -1
  52. package/components/modal/lib/directives/modal-close.directive.d.ts +1 -1
  53. package/components/modal/lib/modal.component.d.ts +3 -3
  54. package/components/modal/lib/modal.directive.d.ts +1 -1
  55. package/components/paginator/lib/paginator.component.d.ts +1 -1
  56. package/components/progress/lib/progress.component.d.ts +3 -4
  57. package/components/radio-group/lib/radio-group.component.d.ts +1 -1
  58. package/components/rail-navigation/lib/components/rail-navigation-item/rail-navigation-item.component.d.ts +2 -3
  59. package/components/rail-navigation/lib/rail-navigation.component.d.ts +2 -3
  60. package/components/select/lib/components/select-option/select-option.component.d.ts +2 -3
  61. package/components/select/lib/directives/select-input-control.directive.d.ts +1 -1
  62. package/components/select/lib/select.component.d.ts +2 -3
  63. package/components/spinbox/lib/spinbox.component.d.ts +4 -5
  64. package/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.d.ts +2 -3
  65. package/components/tab-bar/lib/tab-bar.component.d.ts +3 -4
  66. package/components/table/lib/components/check-cell/check-cell.component.d.ts +2 -1
  67. package/components/table/lib/components/header-title/header-title.component.d.ts +1 -1
  68. package/components/table/lib/table.component.d.ts +1 -1
  69. package/components/toast/lib/components/toast-container/toast-container.component.d.ts +2 -3
  70. package/components/toast/lib/components/toast-item/toast-item.component.d.ts +1 -1
  71. package/components/tooltip/lib/tooltip.component.d.ts +3 -3
  72. package/components/tooltip/lib/tooltip.directive.d.ts +3 -4
  73. package/components/wizard/lib/components/wizard-step/wizard-step.component.d.ts +1 -1
  74. package/components/wizard/lib/wizard.component.d.ts +5 -5
  75. package/esm2022/breakpoints/lib/breakpoints.module.mjs +17 -0
  76. package/esm2022/breakpoints/lib/breakpoints.service.mjs +34 -0
  77. package/esm2022/breakpoints/lib/directives/match-breakpoints.directive.mjs +47 -0
  78. package/esm2022/cdk/a11y/lib/a11y.module.mjs +19 -0
  79. package/esm2022/cdk/a11y/lib/directives/interactive.directive.mjs +48 -0
  80. package/esm2022/cdk/a11y/lib/directives/list-focus-manager-option.directive.mjs +26 -0
  81. package/esm2022/cdk/a11y/lib/directives/list-focus-manager.directive.mjs +40 -0
  82. package/esm2022/cdk/active-indicator/lib/active-indicator.directive.mjs +127 -0
  83. package/esm2022/cdk/autocomplete-control/lib/autocomplete-control.mjs +85 -0
  84. package/esm2022/cdk/autocomplete-control/lib/pipes/base-search-filter-pipe.mjs +47 -0
  85. package/esm2022/cdk/checkbox-control/lib/checkbox-control.directive.mjs +46 -0
  86. package/esm2022/cdk/connected-overlay/lib/connected-overlay.component.mjs +120 -0
  87. package/esm2022/cdk/connected-overlay/lib/connected-overlay.service.mjs +25 -0
  88. package/esm2022/cdk/custom-form-control/lib/control.directive.mjs +19 -0
  89. package/esm2022/cdk/custom-form-control/lib/custom-form-control.mjs +114 -0
  90. package/esm2022/cdk/custom-form-control/lib/input-control.directive.mjs +35 -0
  91. package/esm2022/cdk/dynamic-view/lib/dynamic-view.component.mjs +43 -0
  92. package/esm2022/cdk/dynamic-view/lib/dynamic-view.directive.mjs +94 -0
  93. package/esm2022/cdk/dynamic-view/lib/dynamic-view.service.mjs +45 -0
  94. package/esm2022/cdk/event-plugins/lib/plugins/debounce-event-plugin.mjs +35 -0
  95. package/esm2022/cdk/event-plugins/lib/plugins/defer-event-plugin.mjs +27 -0
  96. package/esm2022/cdk/expandable/lib/directives/expandable-item.directive.mjs +47 -0
  97. package/esm2022/cdk/expandable/lib/directives/extandable-container.directive.mjs +50 -0
  98. package/esm2022/cdk/expandable/lib/expandable.module.mjs +17 -0
  99. package/esm2022/cdk/option-control/lib/option-control.mjs +47 -0
  100. package/esm2022/cdk/radio-group-control/lib/radio-control.directive.mjs +39 -0
  101. package/esm2022/cdk/radio-group-control/lib/radio-group-control.directive.mjs +47 -0
  102. package/esm2022/cdk/radio-group-control/lib/radio-group-control.module.mjs +19 -0
  103. package/esm2022/charts-config/lib/charts-theme.directive.mjs +27 -0
  104. package/esm2022/charts-config/lib/charts-theme.module.mjs +33 -0
  105. package/esm2022/charts-config/lib/charts-theme.service.mjs +114 -0
  106. package/esm2022/components/accordion/lib/accordion.component.mjs +24 -0
  107. package/esm2022/components/accordion/lib/accordion.module.mjs +20 -0
  108. package/esm2022/components/accordion/lib/components/accordion-item/accordion-item.component.mjs +56 -0
  109. package/esm2022/components/accordion/lib/directives/accordion-item-title.mjs +14 -0
  110. package/esm2022/components/action-group/action-group.component.mjs +28 -0
  111. package/esm2022/components/area-header/area-header.component.mjs +29 -0
  112. package/esm2022/components/area-header/area-header.module.mjs +47 -0
  113. package/esm2022/components/area-header/directives/area-header-content.directive.mjs +17 -0
  114. package/esm2022/components/area-header/directives/area-header-subtitle.directive.mjs +17 -0
  115. package/esm2022/components/autocomplete/lib/autocomplete.component.mjs +169 -0
  116. package/esm2022/components/autocomplete/lib/autocomplete.module.mjs +21 -0
  117. package/esm2022/components/autocomplete/lib/components/option/autocomplete-option.component.mjs +32 -0
  118. package/esm2022/components/autocomplete/lib/directives/autocomplete-input-control.directive.mjs +31 -0
  119. package/esm2022/components/autocomplete/lib/pipes/autocomplete-search-filter.pipe.mjs +16 -0
  120. package/esm2022/components/avatar/lib/avatar.component.mjs +35 -0
  121. package/esm2022/components/badge/lib/badge.component.mjs +46 -0
  122. package/esm2022/components/badge/lib/badge.directive.mjs +81 -0
  123. package/esm2022/components/bar/lib/bar.component.mjs +20 -0
  124. package/esm2022/components/bar/lib/bar.module.mjs +20 -0
  125. package/esm2022/components/bar/lib/directives/bar-button.directive.mjs +37 -0
  126. package/esm2022/components/bar/lib/directives/bar-label.directive.mjs +23 -0
  127. package/esm2022/components/breadcrumbs/lib/breadcrumbs.component.mjs +49 -0
  128. package/esm2022/components/button/lib/button.component.mjs +40 -0
  129. package/esm2022/components/button/lib/directives/responsive-button.directive.mjs +24 -0
  130. package/esm2022/components/button-group/lib/button-group.component.mjs +52 -0
  131. package/esm2022/components/calendar/lib/calendar.component.mjs +49 -0
  132. package/esm2022/components/calendar/lib/calendar.service.mjs +36 -0
  133. package/esm2022/components/calendar/lib/components/calendar-header/calendar-header.component.mjs +64 -0
  134. package/esm2022/components/calendar/lib/components/calendar-month/calendar-month.component.mjs +58 -0
  135. package/esm2022/components/calendar/lib/components/calendar-year/calendar-year.component.mjs +56 -0
  136. package/esm2022/components/calendar/lib/components/calendar-years/calendar-years.component.mjs +65 -0
  137. package/esm2022/components/calendar/lib/directives/calendar-cell.directive.mjs +92 -0
  138. package/esm2022/components/calendar/lib/directives/calendar-view.directive.mjs +49 -0
  139. package/esm2022/components/calendar/lib/pipes/date-label.pipe.mjs +25 -0
  140. package/esm2022/components/calendar/lib/services/calendar-month.service.mjs +38 -0
  141. package/esm2022/components/calendar/lib/services/calendar-year.service.mjs +33 -0
  142. package/esm2022/components/calendar/lib/services/calendar-years.service.mjs +36 -0
  143. package/esm2022/components/card/lib/card.component.mjs +72 -0
  144. package/esm2022/components/card/lib/card.module.mjs +51 -0
  145. package/esm2022/components/card/lib/components/card-footer/card-footer.component.mjs +13 -0
  146. package/esm2022/components/card/lib/components/launch-card-subtitle/launch-card-subtitle.component.mjs +13 -0
  147. package/esm2022/components/card/lib/directives/card-content.directive.mjs +17 -0
  148. package/esm2022/components/card/lib/directives/card-title.directive.mjs +17 -0
  149. package/esm2022/components/checkbox/lib/checkbox.component.mjs +59 -0
  150. package/esm2022/components/checkbox/lib/checkbox.module.mjs +19 -0
  151. package/esm2022/components/checkbox/lib/checkbox.validator.mjs +28 -0
  152. package/esm2022/components/chip/lib/components/chip/chip.component.mjs +49 -0
  153. package/esm2022/components/chip/lib/components/chip-list/chip-list.component.mjs +20 -0
  154. package/esm2022/components/chip/lib/components/chip-list-row/chip-list-row.component.mjs +20 -0
  155. package/esm2022/components/circular-progress/lib/circular-progress.component.mjs +90 -0
  156. package/esm2022/components/content-box/lib/content-box.component.mjs +13 -0
  157. package/esm2022/components/content-box/lib/content-box.module.mjs +19 -0
  158. package/esm2022/components/content-box/lib/directives/content-box-footer.directive.mjs +17 -0
  159. package/esm2022/components/content-box/lib/directives/content-box-header.directive.mjs +17 -0
  160. package/esm2022/components/datepicker/lib/datepicker.component.mjs +121 -0
  161. package/esm2022/components/datepicker/lib/datepicker.module.mjs +19 -0
  162. package/esm2022/components/datepicker/lib/directives/datepicker-input-control.directive.mjs +59 -0
  163. package/esm2022/components/dropdown/lib/dropdown.component.mjs +39 -0
  164. package/esm2022/components/dropdown/lib/dropdown.directive.mjs +151 -0
  165. package/esm2022/components/dropdown/lib/dropdown.module.mjs +18 -0
  166. package/esm2022/components/dropdown/lib/models/close-dropdown-event.mjs +7 -0
  167. package/esm2022/components/form-field/lib/components/form-field-info/form-field-info.component.mjs +24 -0
  168. package/esm2022/components/form-field/lib/components/form-group/form-group.component.mjs +33 -0
  169. package/esm2022/components/form-field/lib/directives/form-field-control.directive.mjs +74 -0
  170. package/esm2022/components/form-field/lib/directives/form-field-error.directive.mjs +25 -0
  171. package/esm2022/components/form-field/lib/directives/form-field-hint.directive.mjs +23 -0
  172. package/esm2022/components/form-field/lib/directives/form-field-label.directive.mjs +23 -0
  173. package/esm2022/components/form-field/lib/directives/form.directive.mjs +27 -0
  174. package/esm2022/components/form-field/lib/form-field.component.mjs +64 -0
  175. package/esm2022/components/form-field/lib/form-field.module.mjs +41 -0
  176. package/esm2022/components/form-field/lib/form-field.service.mjs +53 -0
  177. package/esm2022/components/form-field/lib/services/form-field-error.service.mjs +56 -0
  178. package/esm2022/components/header/lib/directives/header-avatar.directive.mjs +24 -0
  179. package/esm2022/components/header/lib/directives/header-title.directive.mjs +17 -0
  180. package/esm2022/components/header/lib/header.component.mjs +21 -0
  181. package/esm2022/components/header/lib/header.module.mjs +51 -0
  182. package/esm2022/components/icon/lib/icon.component.mjs +55 -0
  183. package/esm2022/components/inline-message/lib/inline-message.component.mjs +41 -0
  184. package/esm2022/components/link/link.directive.mjs +26 -0
  185. package/esm2022/components/list/lib/components/expandable-list-item/expandable-list-item.component.mjs +47 -0
  186. package/esm2022/components/list/lib/components/list-item/list-item.component.mjs +38 -0
  187. package/esm2022/components/list/lib/list.component.mjs +26 -0
  188. package/esm2022/components/list/lib/list.module.mjs +19 -0
  189. package/esm2022/components/loading-spinner/lib/loading-spinner.component.mjs +57 -0
  190. package/esm2022/components/loading-spinner/lib/loading-spinner.directive.mjs +86 -0
  191. package/esm2022/components/loading-spinner/lib/loading-spinner.module.mjs +19 -0
  192. package/esm2022/components/logo/logo.directive.mjs +45 -0
  193. package/esm2022/components/main-menu/lib/directives/main-menu-button.directive.mjs +31 -0
  194. package/esm2022/components/main-menu/lib/directives/main-menu-close.directive.mjs +24 -0
  195. package/esm2022/components/main-menu/lib/directives/main-menu-item.directive.mjs +38 -0
  196. package/esm2022/components/main-menu/lib/main-menu.component.mjs +77 -0
  197. package/esm2022/components/main-menu/lib/main-menu.module.mjs +20 -0
  198. package/esm2022/components/main-menu/lib/main-menu.service.mjs +28 -0
  199. package/esm2022/components/mainfilter-group/lib/mainfilter-group.component.mjs +20 -0
  200. package/esm2022/components/menu/lib/directives/menu-item.directive.mjs +36 -0
  201. package/esm2022/components/menu/lib/menu.component.mjs +44 -0
  202. package/esm2022/components/menu/lib/menu.directive.mjs +57 -0
  203. package/esm2022/components/menu/lib/menu.module.mjs +21 -0
  204. package/esm2022/components/modal/lib/components/basic-modal/basic-modal.component.mjs +40 -0
  205. package/esm2022/components/modal/lib/components/modal-footer/modal-footer.component.mjs +20 -0
  206. package/esm2022/components/modal/lib/components/modal-header/modal-header.component.mjs +39 -0
  207. package/esm2022/components/modal/lib/components/modal-hero/modal-hero.component.mjs +41 -0
  208. package/esm2022/components/modal/lib/directives/modal-close.directive.mjs +34 -0
  209. package/esm2022/components/modal/lib/directives/modal-content.directive.mjs +23 -0
  210. package/esm2022/components/modal/lib/directives/modal-dismiss.directive.mjs +24 -0
  211. package/esm2022/components/modal/lib/modal.component.mjs +85 -0
  212. package/esm2022/components/modal/lib/modal.directive.mjs +51 -0
  213. package/esm2022/components/modal/lib/modal.module.mjs +49 -0
  214. package/esm2022/components/modal/lib/modal.service.mjs +76 -0
  215. package/esm2022/components/navigation-back/lib/navigation-back.component.mjs +21 -0
  216. package/esm2022/components/paginator/lib/paginator.component.mjs +138 -0
  217. package/esm2022/components/paginator/lib/paginator.module.mjs +17 -0
  218. package/esm2022/components/progress/lib/progress.component.mjs +49 -0
  219. package/esm2022/components/radio-group/lib/components/radio-button/radio-button.component.mjs +39 -0
  220. package/esm2022/components/radio-group/lib/radio-group.component.mjs +48 -0
  221. package/esm2022/components/radio-group/lib/radio-group.module.mjs +19 -0
  222. package/esm2022/components/rail-navigation/lib/components/rail-navigation-item/rail-navigation-item.component.mjs +37 -0
  223. package/esm2022/components/rail-navigation/lib/rail-navigation.component.mjs +50 -0
  224. package/esm2022/components/rail-navigation/lib/rail-navigation.module.mjs +19 -0
  225. package/esm2022/components/rich-list/lib/components/rich-list-item/rich-list-item.component.mjs +45 -0
  226. package/esm2022/components/rich-list/lib/directives/rich-list-item-title.mjs +14 -0
  227. package/esm2022/components/rich-list/lib/rich-list.component.mjs +25 -0
  228. package/esm2022/components/rich-list/lib/rich-list.module.mjs +20 -0
  229. package/esm2022/components/select/lib/components/select-option/select-option.component.mjs +67 -0
  230. package/esm2022/components/select/lib/directives/select-input-control.directive.mjs +34 -0
  231. package/esm2022/components/select/lib/pipes/select-search-filter.pipe.mjs +16 -0
  232. package/esm2022/components/select/lib/select.component.mjs +201 -0
  233. package/esm2022/components/select/lib/select.module.mjs +21 -0
  234. package/esm2022/components/slider/lib/slider.directive.mjs +41 -0
  235. package/esm2022/components/spinbox/lib/spinbox.component.mjs +80 -0
  236. package/esm2022/components/switch/lib/switch.component.mjs +22 -0
  237. package/esm2022/components/switch/lib/switch.module.mjs +19 -0
  238. package/esm2022/components/switch/lib/switch.validator.mjs +28 -0
  239. package/esm2022/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.mjs +74 -0
  240. package/esm2022/components/tab-bar/lib/tab-bar.component.mjs +115 -0
  241. package/esm2022/components/tab-bar/lib/tab-bar.module.mjs +19 -0
  242. package/esm2022/components/table/lib/components/check-cell/check-cell.component.mjs +31 -0
  243. package/esm2022/components/table/lib/components/header-title/header-title.component.mjs +83 -0
  244. package/esm2022/components/table/lib/directives/table-cell.directive.mjs +26 -0
  245. package/esm2022/components/table/lib/directives/table-row.directive.mjs +27 -0
  246. package/esm2022/components/table/lib/table.component.mjs +86 -0
  247. package/esm2022/components/table/lib/table.module.mjs +21 -0
  248. package/esm2022/components/toast/lib/components/toast-container/toast-container.component.mjs +81 -0
  249. package/esm2022/components/toast/lib/components/toast-item/toast-item.component.mjs +74 -0
  250. package/esm2022/components/toast/lib/toast.module.mjs +18 -0
  251. package/esm2022/components/toast/lib/toast.service.mjs +38 -0
  252. package/esm2022/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.mjs +31 -0
  253. package/esm2022/components/toggle-button-group/lib/toggle-button-group.component.mjs +61 -0
  254. package/esm2022/components/toggle-button-group/lib/toggle-button-group.module.mjs +19 -0
  255. package/esm2022/components/tooltip/lib/tooltip.component.mjs +38 -0
  256. package/esm2022/components/tooltip/lib/tooltip.directive.mjs +119 -0
  257. package/esm2022/components/wizard/lib/components/wizard-step/wizard-step.component.mjs +72 -0
  258. package/esm2022/components/wizard/lib/wizard.component.mjs +153 -0
  259. package/esm2022/components/wizard/lib/wizard.module.mjs +19 -0
  260. package/esm2022/internal/decorators/css-modifier.mjs +49 -0
  261. package/esm2022/internal/helpers/index.mjs +6 -0
  262. package/esm2022/internal/translate/lib/pipes/translate.pipe.mjs +22 -0
  263. package/esm2022/internal/translate/lib/services/language.service.mjs +21 -0
  264. package/esm2022/lib/controllers/controller.mjs +39 -0
  265. package/esm2022/lib/controllers/disabled.controller.mjs +67 -0
  266. package/esm2022/lib/controllers/readonly.controller.mjs +77 -0
  267. package/esm2022/lib/core.module.mjs +21 -0
  268. package/esm2022/lib/directives/click-outside.directive.mjs +72 -0
  269. package/esm2022/lib/directives/delegate-focus.directive.mjs +40 -0
  270. package/esm2022/lib/directives/with-disabled-state.directive.mjs +41 -0
  271. package/esm2022/lib/directives/with-tabindex.directive.mjs +23 -0
  272. package/esm2022/lib/services/window-ref.mjs +73 -0
  273. package/esm2022/theming/lib/theming.service.mjs +57 -0
  274. package/esm2022/utils/lib/decorators/index.mjs +2 -0
  275. package/esm2022/utils/lib/helpers/angular.mjs +36 -0
  276. package/esm2022/utils/lib/helpers/coercion.mjs +6 -0
  277. package/esm2022/utils/lib/helpers/event-manager.mjs +30 -0
  278. package/esm2022/utils/lib/helpers/index.mjs +19 -0
  279. package/esm2022/utils/lib/helpers/ng-changes.mjs +14 -0
  280. package/esm2022/utils/lib/helpers/until-destroyed.mjs +7 -0
  281. package/fesm2022/odx-angular-breakpoints.mjs +116 -0
  282. package/fesm2022/odx-angular-breakpoints.mjs.map +1 -0
  283. package/fesm2022/odx-angular-cdk-a11y.mjs +127 -0
  284. package/fesm2022/odx-angular-cdk-a11y.mjs.map +1 -0
  285. package/fesm2022/odx-angular-cdk-active-indicator.mjs +143 -0
  286. package/fesm2022/odx-angular-cdk-active-indicator.mjs.map +1 -0
  287. package/fesm2022/odx-angular-cdk-autocomplete-control.mjs +136 -0
  288. package/fesm2022/odx-angular-cdk-autocomplete-control.mjs.map +1 -0
  289. package/fesm2022/odx-angular-cdk-checkbox-control.mjs +53 -0
  290. package/fesm2022/odx-angular-cdk-checkbox-control.mjs.map +1 -0
  291. package/fesm2022/odx-angular-cdk-connected-overlay.mjs +222 -0
  292. package/fesm2022/odx-angular-cdk-connected-overlay.mjs.map +1 -0
  293. package/fesm2022/odx-angular-cdk-custom-form-control.mjs +168 -0
  294. package/fesm2022/odx-angular-cdk-custom-form-control.mjs.map +1 -0
  295. package/fesm2022/odx-angular-cdk-dynamic-view.mjs +318 -0
  296. package/fesm2022/odx-angular-cdk-dynamic-view.mjs.map +1 -0
  297. package/fesm2022/odx-angular-cdk-event-plugins.mjs +91 -0
  298. package/fesm2022/odx-angular-cdk-event-plugins.mjs.map +1 -0
  299. package/fesm2022/odx-angular-cdk-expandable.mjs +116 -0
  300. package/fesm2022/odx-angular-cdk-expandable.mjs.map +1 -0
  301. package/fesm2022/odx-angular-cdk-option-control.mjs +54 -0
  302. package/fesm2022/odx-angular-cdk-option-control.mjs.map +1 -0
  303. package/fesm2022/odx-angular-cdk-radio-group-control.mjs +102 -0
  304. package/fesm2022/odx-angular-cdk-radio-group-control.mjs.map +1 -0
  305. package/fesm2022/odx-angular-charts-config.mjs +171 -0
  306. package/fesm2022/odx-angular-charts-config.mjs.map +1 -0
  307. package/fesm2022/odx-angular-components-accordion.mjs +107 -0
  308. package/fesm2022/odx-angular-components-accordion.mjs.map +1 -0
  309. package/fesm2022/odx-angular-components-action-group.mjs +35 -0
  310. package/fesm2022/odx-angular-components-action-group.mjs.map +1 -0
  311. package/fesm2022/odx-angular-components-area-header.mjs +115 -0
  312. package/fesm2022/odx-angular-components-area-header.mjs.map +1 -0
  313. package/fesm2022/odx-angular-components-autocomplete.mjs +253 -0
  314. package/fesm2022/odx-angular-components-autocomplete.mjs.map +1 -0
  315. package/fesm2022/odx-angular-components-avatar.mjs +52 -0
  316. package/fesm2022/odx-angular-components-avatar.mjs.map +1 -0
  317. package/fesm2022/odx-angular-components-badge.mjs +132 -0
  318. package/fesm2022/odx-angular-components-badge.mjs.map +1 -0
  319. package/fesm2022/odx-angular-components-bar.mjs +95 -0
  320. package/fesm2022/odx-angular-components-bar.mjs.map +1 -0
  321. package/fesm2022/odx-angular-components-breadcrumbs.mjs +56 -0
  322. package/fesm2022/odx-angular-components-breadcrumbs.mjs.map +1 -0
  323. package/fesm2022/odx-angular-components-button-group.mjs +59 -0
  324. package/fesm2022/odx-angular-components-button-group.mjs.map +1 -0
  325. package/fesm2022/odx-angular-components-button.mjs +83 -0
  326. package/fesm2022/odx-angular-components-button.mjs.map +1 -0
  327. package/fesm2022/odx-angular-components-calendar.mjs +616 -0
  328. package/fesm2022/odx-angular-components-calendar.mjs.map +1 -0
  329. package/fesm2022/odx-angular-components-card.mjs +177 -0
  330. package/fesm2022/odx-angular-components-card.mjs.map +1 -0
  331. package/fesm2022/odx-angular-components-checkbox.mjs +106 -0
  332. package/fesm2022/odx-angular-components-checkbox.mjs.map +1 -0
  333. package/fesm2022/odx-angular-components-chip.mjs +97 -0
  334. package/fesm2022/odx-angular-components-chip.mjs.map +1 -0
  335. package/fesm2022/odx-angular-components-circular-progress.mjs +103 -0
  336. package/fesm2022/odx-angular-components-circular-progress.mjs.map +1 -0
  337. package/fesm2022/odx-angular-components-content-box.mjs +64 -0
  338. package/fesm2022/odx-angular-components-content-box.mjs.map +1 -0
  339. package/fesm2022/odx-angular-components-datepicker.mjs +254 -0
  340. package/fesm2022/odx-angular-components-datepicker.mjs.map +1 -0
  341. package/fesm2022/odx-angular-components-dropdown.mjs +222 -0
  342. package/fesm2022/odx-angular-components-dropdown.mjs.map +1 -0
  343. package/fesm2022/odx-angular-components-form-field.mjs +395 -0
  344. package/fesm2022/odx-angular-components-form-field.mjs.map +1 -0
  345. package/fesm2022/odx-angular-components-header.mjs +111 -0
  346. package/fesm2022/odx-angular-components-header.mjs.map +1 -0
  347. package/fesm2022/odx-angular-components-icon.mjs +72 -0
  348. package/fesm2022/odx-angular-components-icon.mjs.map +1 -0
  349. package/fesm2022/odx-angular-components-inline-message.mjs +54 -0
  350. package/fesm2022/odx-angular-components-inline-message.mjs.map +1 -0
  351. package/fesm2022/odx-angular-components-link.mjs +33 -0
  352. package/fesm2022/odx-angular-components-link.mjs.map +1 -0
  353. package/fesm2022/odx-angular-components-list.mjs +120 -0
  354. package/fesm2022/odx-angular-components-list.mjs.map +1 -0
  355. package/fesm2022/odx-angular-components-loading-spinner.mjs +158 -0
  356. package/fesm2022/odx-angular-components-loading-spinner.mjs.map +1 -0
  357. package/fesm2022/odx-angular-components-logo.mjs +62 -0
  358. package/fesm2022/odx-angular-components-logo.mjs.map +1 -0
  359. package/fesm2022/odx-angular-components-main-menu.mjs +230 -0
  360. package/fesm2022/odx-angular-components-main-menu.mjs.map +1 -0
  361. package/fesm2022/odx-angular-components-mainfilter-group.mjs +27 -0
  362. package/fesm2022/odx-angular-components-mainfilter-group.mjs.map +1 -0
  363. package/fesm2022/odx-angular-components-menu.mjs +146 -0
  364. package/fesm2022/odx-angular-components-menu.mjs.map +1 -0
  365. package/fesm2022/odx-angular-components-modal.mjs +495 -0
  366. package/fesm2022/odx-angular-components-modal.mjs.map +1 -0
  367. package/fesm2022/odx-angular-components-navigation-back.mjs +28 -0
  368. package/fesm2022/odx-angular-components-navigation-back.mjs.map +1 -0
  369. package/fesm2022/odx-angular-components-paginator.mjs +177 -0
  370. package/fesm2022/odx-angular-components-paginator.mjs.map +1 -0
  371. package/fesm2022/odx-angular-components-progress.mjs +56 -0
  372. package/fesm2022/odx-angular-components-progress.mjs.map +1 -0
  373. package/fesm2022/odx-angular-components-radio-group.mjs +101 -0
  374. package/fesm2022/odx-angular-components-radio-group.mjs.map +1 -0
  375. package/fesm2022/odx-angular-components-rail-navigation.mjs +106 -0
  376. package/fesm2022/odx-angular-components-rail-navigation.mjs.map +1 -0
  377. package/fesm2022/odx-angular-components-rich-list.mjs +97 -0
  378. package/fesm2022/odx-angular-components-rich-list.mjs.map +1 -0
  379. package/fesm2022/odx-angular-components-select.mjs +323 -0
  380. package/fesm2022/odx-angular-components-select.mjs.map +1 -0
  381. package/fesm2022/odx-angular-components-slider.mjs +48 -0
  382. package/fesm2022/odx-angular-components-slider.mjs.map +1 -0
  383. package/fesm2022/odx-angular-components-spinbox.mjs +87 -0
  384. package/fesm2022/odx-angular-components-spinbox.mjs.map +1 -0
  385. package/fesm2022/odx-angular-components-switch.mjs +69 -0
  386. package/fesm2022/odx-angular-components-switch.mjs.map +1 -0
  387. package/fesm2022/odx-angular-components-tab-bar.mjs +201 -0
  388. package/fesm2022/odx-angular-components-tab-bar.mjs.map +1 -0
  389. package/fesm2022/odx-angular-components-table.mjs +259 -0
  390. package/fesm2022/odx-angular-components-table.mjs.map +1 -0
  391. package/fesm2022/odx-angular-components-toast.mjs +209 -0
  392. package/fesm2022/odx-angular-components-toast.mjs.map +1 -0
  393. package/fesm2022/odx-angular-components-toggle-button-group.mjs +105 -0
  394. package/fesm2022/odx-angular-components-toggle-button-group.mjs.map +1 -0
  395. package/fesm2022/odx-angular-components-tooltip.mjs +180 -0
  396. package/fesm2022/odx-angular-components-tooltip.mjs.map +1 -0
  397. package/fesm2022/odx-angular-components-wizard.mjs +238 -0
  398. package/fesm2022/odx-angular-components-wizard.mjs.map +1 -0
  399. package/fesm2022/odx-angular-internal-translate.mjs +78 -0
  400. package/fesm2022/odx-angular-internal-translate.mjs.map +1 -0
  401. package/fesm2022/odx-angular-internal.mjs +122 -0
  402. package/fesm2022/odx-angular-internal.mjs.map +1 -0
  403. package/fesm2022/odx-angular-theming.mjs +111 -0
  404. package/fesm2022/odx-angular-theming.mjs.map +1 -0
  405. package/fesm2022/odx-angular-utils.mjs +398 -0
  406. package/fesm2022/odx-angular-utils.mjs.map +1 -0
  407. package/fesm2022/odx-angular.mjs +458 -0
  408. package/fesm2022/odx-angular.mjs.map +1 -0
  409. package/internal/helpers/index.d.ts +0 -1
  410. package/lib/controllers/disabled.controller.d.ts +3 -4
  411. package/lib/controllers/readonly.controller.d.ts +3 -4
  412. package/lib/directives/click-outside.directive.d.ts +3 -2
  413. package/lib/services/window-ref.d.ts +1 -0
  414. package/package.json +236 -374
  415. package/sdk/lib/application-environment.d.ts +1 -1
  416. package/utils/lib/decorators/index.d.ts +0 -1
  417. package/utils/lib/helpers/angular.d.ts +1 -2
  418. package/utils/lib/helpers/coercion.d.ts +2 -0
  419. package/utils/lib/helpers/index.d.ts +1 -0
  420. package/esm2020/breakpoints/lib/breakpoints.module.mjs +0 -17
  421. package/esm2020/breakpoints/lib/breakpoints.service.mjs +0 -34
  422. package/esm2020/breakpoints/lib/directives/match-breakpoints.directive.mjs +0 -48
  423. package/esm2020/cdk/a11y/lib/a11y.module.mjs +0 -19
  424. package/esm2020/cdk/a11y/lib/directives/interactive.directive.mjs +0 -49
  425. package/esm2020/cdk/a11y/lib/directives/list-focus-manager-option.directive.mjs +0 -26
  426. package/esm2020/cdk/a11y/lib/directives/list-focus-manager.directive.mjs +0 -40
  427. package/esm2020/cdk/active-indicator/lib/active-indicator.directive.mjs +0 -128
  428. package/esm2020/cdk/autocomplete-control/lib/autocomplete-control.mjs +0 -90
  429. package/esm2020/cdk/autocomplete-control/lib/pipes/base-search-filter-pipe.mjs +0 -47
  430. package/esm2020/cdk/checkbox-control/lib/checkbox-control.directive.mjs +0 -45
  431. package/esm2020/cdk/connected-overlay/lib/connected-overlay.component.mjs +0 -121
  432. package/esm2020/cdk/connected-overlay/lib/connected-overlay.service.mjs +0 -25
  433. package/esm2020/cdk/custom-form-control/lib/control.directive.mjs +0 -19
  434. package/esm2020/cdk/custom-form-control/lib/custom-form-control.mjs +0 -118
  435. package/esm2020/cdk/custom-form-control/lib/input-control.directive.mjs +0 -35
  436. package/esm2020/cdk/dynamic-view/lib/dynamic-view.component.mjs +0 -43
  437. package/esm2020/cdk/dynamic-view/lib/dynamic-view.directive.mjs +0 -94
  438. package/esm2020/cdk/dynamic-view/lib/dynamic-view.service.mjs +0 -45
  439. package/esm2020/cdk/event-plugins/lib/plugins/debounce-event-plugin.mjs +0 -36
  440. package/esm2020/cdk/event-plugins/lib/plugins/defer-event-plugin.mjs +0 -27
  441. package/esm2020/cdk/expandable/lib/directives/expandable-item.directive.mjs +0 -47
  442. package/esm2020/cdk/expandable/lib/directives/extandable-container.directive.mjs +0 -56
  443. package/esm2020/cdk/expandable/lib/expandable.module.mjs +0 -17
  444. package/esm2020/cdk/option-control/lib/option-control.mjs +0 -47
  445. package/esm2020/cdk/radio-group-control/lib/radio-control.directive.mjs +0 -39
  446. package/esm2020/cdk/radio-group-control/lib/radio-group-control.directive.mjs +0 -47
  447. package/esm2020/cdk/radio-group-control/lib/radio-group-control.module.mjs +0 -19
  448. package/esm2020/charts-config/lib/charts-theme.directive.mjs +0 -27
  449. package/esm2020/charts-config/lib/charts-theme.module.mjs +0 -33
  450. package/esm2020/charts-config/lib/charts-theme.service.mjs +0 -114
  451. package/esm2020/components/accordion/lib/accordion.component.mjs +0 -24
  452. package/esm2020/components/accordion/lib/accordion.module.mjs +0 -20
  453. package/esm2020/components/accordion/lib/components/accordion-item/accordion-item.component.mjs +0 -57
  454. package/esm2020/components/accordion/lib/directives/accordion-item-title.mjs +0 -14
  455. package/esm2020/components/action-group/action-group.component.mjs +0 -30
  456. package/esm2020/components/area-header/area-header.component.mjs +0 -30
  457. package/esm2020/components/area-header/area-header.module.mjs +0 -47
  458. package/esm2020/components/area-header/directives/area-header-content.directive.mjs +0 -17
  459. package/esm2020/components/area-header/directives/area-header-subtitle.directive.mjs +0 -17
  460. package/esm2020/components/autocomplete/lib/autocomplete.component.mjs +0 -169
  461. package/esm2020/components/autocomplete/lib/autocomplete.module.mjs +0 -21
  462. package/esm2020/components/autocomplete/lib/components/option/autocomplete-option.component.mjs +0 -33
  463. package/esm2020/components/autocomplete/lib/directives/autocomplete-input-control.directive.mjs +0 -32
  464. package/esm2020/components/autocomplete/lib/pipes/autocomplete-search-filter.pipe.mjs +0 -16
  465. package/esm2020/components/avatar/lib/avatar.component.mjs +0 -36
  466. package/esm2020/components/badge/lib/badge.component.mjs +0 -48
  467. package/esm2020/components/badge/lib/badge.directive.mjs +0 -81
  468. package/esm2020/components/bar/lib/bar.component.mjs +0 -21
  469. package/esm2020/components/bar/lib/bar.module.mjs +0 -20
  470. package/esm2020/components/bar/lib/directives/bar-button.directive.mjs +0 -38
  471. package/esm2020/components/bar/lib/directives/bar-label.directive.mjs +0 -24
  472. package/esm2020/components/breadcrumbs/lib/breadcrumbs.component.mjs +0 -50
  473. package/esm2020/components/button/lib/button.component.mjs +0 -41
  474. package/esm2020/components/button/lib/directives/responsive-button.directive.mjs +0 -24
  475. package/esm2020/components/button-group/lib/button-group.component.mjs +0 -54
  476. package/esm2020/components/calendar/lib/calendar.component.mjs +0 -50
  477. package/esm2020/components/calendar/lib/calendar.service.mjs +0 -36
  478. package/esm2020/components/calendar/lib/components/calendar-header/calendar-header.component.mjs +0 -65
  479. package/esm2020/components/calendar/lib/components/calendar-month/calendar-month.component.mjs +0 -59
  480. package/esm2020/components/calendar/lib/components/calendar-year/calendar-year.component.mjs +0 -57
  481. package/esm2020/components/calendar/lib/components/calendar-years/calendar-years.component.mjs +0 -66
  482. package/esm2020/components/calendar/lib/directives/calendar-cell.directive.mjs +0 -93
  483. package/esm2020/components/calendar/lib/directives/calendar-view.directive.mjs +0 -49
  484. package/esm2020/components/calendar/lib/pipes/date-label.pipe.mjs +0 -25
  485. package/esm2020/components/calendar/lib/services/calendar-month.service.mjs +0 -38
  486. package/esm2020/components/calendar/lib/services/calendar-year.service.mjs +0 -33
  487. package/esm2020/components/calendar/lib/services/calendar-years.service.mjs +0 -36
  488. package/esm2020/components/card/lib/card.component.mjs +0 -73
  489. package/esm2020/components/card/lib/card.module.mjs +0 -53
  490. package/esm2020/components/card/lib/components/card-footer/card-footer.component.mjs +0 -13
  491. package/esm2020/components/card/lib/components/launch-card-subtitle/launch-card-subtitle.component.mjs +0 -13
  492. package/esm2020/components/card/lib/directives/card-content.directive.mjs +0 -17
  493. package/esm2020/components/card/lib/directives/card-title.directive.mjs +0 -17
  494. package/esm2020/components/checkbox/lib/checkbox.component.mjs +0 -60
  495. package/esm2020/components/checkbox/lib/checkbox.module.mjs +0 -19
  496. package/esm2020/components/checkbox/lib/checkbox.validator.mjs +0 -28
  497. package/esm2020/components/chip/lib/components/chip/chip.component.mjs +0 -54
  498. package/esm2020/components/chip/lib/components/chip-list/chip-list.component.mjs +0 -21
  499. package/esm2020/components/chip/lib/components/chip-list-row/chip-list-row.component.mjs +0 -21
  500. package/esm2020/components/circular-progress/lib/circular-progress.component.mjs +0 -100
  501. package/esm2020/components/content-box/lib/content-box.component.mjs +0 -13
  502. package/esm2020/components/content-box/lib/content-box.module.mjs +0 -19
  503. package/esm2020/components/content-box/lib/directives/content-box-footer.directive.mjs +0 -17
  504. package/esm2020/components/content-box/lib/directives/content-box-header.directive.mjs +0 -17
  505. package/esm2020/components/datepicker/lib/datepicker.component.mjs +0 -122
  506. package/esm2020/components/datepicker/lib/datepicker.module.mjs +0 -19
  507. package/esm2020/components/datepicker/lib/directives/datepicker-input-control.directive.mjs +0 -60
  508. package/esm2020/components/dropdown/lib/dropdown.component.mjs +0 -40
  509. package/esm2020/components/dropdown/lib/dropdown.directive.mjs +0 -165
  510. package/esm2020/components/dropdown/lib/dropdown.module.mjs +0 -18
  511. package/esm2020/components/dropdown/lib/models/close-dropdown-event.mjs +0 -7
  512. package/esm2020/components/form-field/lib/components/form-field-info/form-field-info.component.mjs +0 -24
  513. package/esm2020/components/form-field/lib/components/form-group/form-group.component.mjs +0 -34
  514. package/esm2020/components/form-field/lib/directives/form-field-control.directive.mjs +0 -75
  515. package/esm2020/components/form-field/lib/directives/form-field-error.directive.mjs +0 -25
  516. package/esm2020/components/form-field/lib/directives/form-field-hint.directive.mjs +0 -23
  517. package/esm2020/components/form-field/lib/directives/form-field-label.directive.mjs +0 -24
  518. package/esm2020/components/form-field/lib/directives/form.directive.mjs +0 -28
  519. package/esm2020/components/form-field/lib/form-field.component.mjs +0 -65
  520. package/esm2020/components/form-field/lib/form-field.module.mjs +0 -41
  521. package/esm2020/components/form-field/lib/form-field.service.mjs +0 -53
  522. package/esm2020/components/form-field/lib/services/form-field-error.service.mjs +0 -56
  523. package/esm2020/components/header/lib/directives/header-avatar.directive.mjs +0 -24
  524. package/esm2020/components/header/lib/directives/header-title.directive.mjs +0 -17
  525. package/esm2020/components/header/lib/header.component.mjs +0 -22
  526. package/esm2020/components/header/lib/header.module.mjs +0 -52
  527. package/esm2020/components/icon/lib/icon.component.mjs +0 -57
  528. package/esm2020/components/inline-message/lib/inline-message.component.mjs +0 -42
  529. package/esm2020/components/link/link.directive.mjs +0 -27
  530. package/esm2020/components/list/lib/components/expandable-list-item/expandable-list-item.component.mjs +0 -49
  531. package/esm2020/components/list/lib/components/list-item/list-item.component.mjs +0 -40
  532. package/esm2020/components/list/lib/list.component.mjs +0 -32
  533. package/esm2020/components/list/lib/list.module.mjs +0 -19
  534. package/esm2020/components/loading-spinner/lib/loading-spinner.component.mjs +0 -58
  535. package/esm2020/components/loading-spinner/lib/loading-spinner.directive.mjs +0 -98
  536. package/esm2020/components/loading-spinner/lib/loading-spinner.module.mjs +0 -19
  537. package/esm2020/components/logo/logo.directive.mjs +0 -46
  538. package/esm2020/components/main-menu/lib/directives/main-menu-button.directive.mjs +0 -32
  539. package/esm2020/components/main-menu/lib/directives/main-menu-close.directive.mjs +0 -24
  540. package/esm2020/components/main-menu/lib/directives/main-menu-item.directive.mjs +0 -43
  541. package/esm2020/components/main-menu/lib/main-menu.component.mjs +0 -77
  542. package/esm2020/components/main-menu/lib/main-menu.module.mjs +0 -20
  543. package/esm2020/components/main-menu/lib/main-menu.service.mjs +0 -28
  544. package/esm2020/components/mainfilter-group/lib/mainfilter-group.component.mjs +0 -21
  545. package/esm2020/components/menu/lib/directives/menu-item.directive.mjs +0 -37
  546. package/esm2020/components/menu/lib/menu.component.mjs +0 -46
  547. package/esm2020/components/menu/lib/menu.directive.mjs +0 -58
  548. package/esm2020/components/menu/lib/menu.module.mjs +0 -21
  549. package/esm2020/components/modal/lib/components/basic-modal/basic-modal.component.mjs +0 -40
  550. package/esm2020/components/modal/lib/components/modal-footer/modal-footer.component.mjs +0 -21
  551. package/esm2020/components/modal/lib/components/modal-header/modal-header.component.mjs +0 -40
  552. package/esm2020/components/modal/lib/components/modal-hero/modal-hero.component.mjs +0 -42
  553. package/esm2020/components/modal/lib/directives/modal-close.directive.mjs +0 -34
  554. package/esm2020/components/modal/lib/directives/modal-content.directive.mjs +0 -24
  555. package/esm2020/components/modal/lib/directives/modal-dismiss.directive.mjs +0 -24
  556. package/esm2020/components/modal/lib/modal.component.mjs +0 -86
  557. package/esm2020/components/modal/lib/modal.directive.mjs +0 -51
  558. package/esm2020/components/modal/lib/modal.module.mjs +0 -50
  559. package/esm2020/components/modal/lib/modal.service.mjs +0 -76
  560. package/esm2020/components/navigation-back/lib/navigation-back.component.mjs +0 -22
  561. package/esm2020/components/paginator/lib/paginator.component.mjs +0 -139
  562. package/esm2020/components/paginator/lib/paginator.module.mjs +0 -17
  563. package/esm2020/components/progress/lib/progress.component.mjs +0 -51
  564. package/esm2020/components/radio-group/lib/components/radio-button/radio-button.component.mjs +0 -40
  565. package/esm2020/components/radio-group/lib/radio-group.component.mjs +0 -48
  566. package/esm2020/components/radio-group/lib/radio-group.module.mjs +0 -19
  567. package/esm2020/components/rail-navigation/lib/components/rail-navigation-item/rail-navigation-item.component.mjs +0 -41
  568. package/esm2020/components/rail-navigation/lib/rail-navigation.component.mjs +0 -55
  569. package/esm2020/components/rail-navigation/lib/rail-navigation.module.mjs +0 -19
  570. package/esm2020/components/rich-list/lib/components/rich-list-item/rich-list-item.component.mjs +0 -46
  571. package/esm2020/components/rich-list/lib/directives/rich-list-item-title.mjs +0 -14
  572. package/esm2020/components/rich-list/lib/rich-list.component.mjs +0 -25
  573. package/esm2020/components/rich-list/lib/rich-list.module.mjs +0 -20
  574. package/esm2020/components/select/lib/components/select-option/select-option.component.mjs +0 -75
  575. package/esm2020/components/select/lib/directives/select-input-control.directive.mjs +0 -35
  576. package/esm2020/components/select/lib/pipes/select-search-filter.pipe.mjs +0 -16
  577. package/esm2020/components/select/lib/select.component.mjs +0 -201
  578. package/esm2020/components/select/lib/select.module.mjs +0 -21
  579. package/esm2020/components/slider/lib/slider.directive.mjs +0 -42
  580. package/esm2020/components/spinbox/lib/spinbox.component.mjs +0 -91
  581. package/esm2020/components/switch/lib/switch.component.mjs +0 -23
  582. package/esm2020/components/switch/lib/switch.module.mjs +0 -19
  583. package/esm2020/components/switch/lib/switch.validator.mjs +0 -28
  584. package/esm2020/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.mjs +0 -79
  585. package/esm2020/components/tab-bar/lib/tab-bar.component.mjs +0 -115
  586. package/esm2020/components/tab-bar/lib/tab-bar.module.mjs +0 -19
  587. package/esm2020/components/table/lib/components/check-cell/check-cell.component.mjs +0 -29
  588. package/esm2020/components/table/lib/components/header-title/header-title.component.mjs +0 -83
  589. package/esm2020/components/table/lib/directives/table-cell.directive.mjs +0 -27
  590. package/esm2020/components/table/lib/directives/table-row.directive.mjs +0 -28
  591. package/esm2020/components/table/lib/table.component.mjs +0 -86
  592. package/esm2020/components/table/lib/table.module.mjs +0 -21
  593. package/esm2020/components/toast/lib/components/toast-container/toast-container.component.mjs +0 -85
  594. package/esm2020/components/toast/lib/components/toast-item/toast-item.component.mjs +0 -75
  595. package/esm2020/components/toast/lib/toast.module.mjs +0 -18
  596. package/esm2020/components/toast/lib/toast.service.mjs +0 -38
  597. package/esm2020/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.mjs +0 -32
  598. package/esm2020/components/toggle-button-group/lib/toggle-button-group.component.mjs +0 -61
  599. package/esm2020/components/toggle-button-group/lib/toggle-button-group.module.mjs +0 -19
  600. package/esm2020/components/tooltip/lib/tooltip.component.mjs +0 -39
  601. package/esm2020/components/tooltip/lib/tooltip.directive.mjs +0 -129
  602. package/esm2020/components/wizard/lib/components/wizard-step/wizard-step.component.mjs +0 -73
  603. package/esm2020/components/wizard/lib/wizard.component.mjs +0 -155
  604. package/esm2020/components/wizard/lib/wizard.module.mjs +0 -19
  605. package/esm2020/internal/decorators/css-modifier.mjs +0 -49
  606. package/esm2020/internal/helpers/index.mjs +0 -7
  607. package/esm2020/internal/helpers/with-mutiple-descriptors.mjs +0 -46
  608. package/esm2020/internal/translate/lib/pipes/translate.pipe.mjs +0 -22
  609. package/esm2020/internal/translate/lib/services/language.service.mjs +0 -21
  610. package/esm2020/lib/controllers/controller.mjs +0 -39
  611. package/esm2020/lib/controllers/disabled.controller.mjs +0 -67
  612. package/esm2020/lib/controllers/readonly.controller.mjs +0 -78
  613. package/esm2020/lib/core.module.mjs +0 -21
  614. package/esm2020/lib/directives/click-outside.directive.mjs +0 -71
  615. package/esm2020/lib/directives/delegate-focus.directive.mjs +0 -40
  616. package/esm2020/lib/directives/with-disabled-state.directive.mjs +0 -41
  617. package/esm2020/lib/directives/with-tabindex.directive.mjs +0 -23
  618. package/esm2020/lib/services/window-ref.mjs +0 -70
  619. package/esm2020/theming/lib/theming.service.mjs +0 -57
  620. package/esm2020/utils/lib/decorators/index.mjs +0 -3
  621. package/esm2020/utils/lib/decorators/transform.mjs +0 -14
  622. package/esm2020/utils/lib/helpers/angular.mjs +0 -39
  623. package/esm2020/utils/lib/helpers/event-manager.mjs +0 -30
  624. package/esm2020/utils/lib/helpers/index.mjs +0 -18
  625. package/esm2020/utils/lib/helpers/ng-changes.mjs +0 -14
  626. package/esm2020/utils/lib/helpers/until-destroyed.mjs +0 -13
  627. package/fesm2015/odx-angular-animations.mjs +0 -63
  628. package/fesm2015/odx-angular-animations.mjs.map +0 -1
  629. package/fesm2015/odx-angular-breakpoints.mjs +0 -111
  630. package/fesm2015/odx-angular-breakpoints.mjs.map +0 -1
  631. package/fesm2015/odx-angular-cdk-a11y.mjs +0 -131
  632. package/fesm2015/odx-angular-cdk-a11y.mjs.map +0 -1
  633. package/fesm2015/odx-angular-cdk-active-indicator.mjs +0 -145
  634. package/fesm2015/odx-angular-cdk-active-indicator.mjs.map +0 -1
  635. package/fesm2015/odx-angular-cdk-autocomplete-control.mjs +0 -146
  636. package/fesm2015/odx-angular-cdk-autocomplete-control.mjs.map +0 -1
  637. package/fesm2015/odx-angular-cdk-checkbox-control.mjs +0 -52
  638. package/fesm2015/odx-angular-cdk-checkbox-control.mjs.map +0 -1
  639. package/fesm2015/odx-angular-cdk-connected-overlay.mjs +0 -228
  640. package/fesm2015/odx-angular-cdk-connected-overlay.mjs.map +0 -1
  641. package/fesm2015/odx-angular-cdk-custom-form-control.mjs +0 -178
  642. package/fesm2015/odx-angular-cdk-custom-form-control.mjs.map +0 -1
  643. package/fesm2015/odx-angular-cdk-dynamic-view.mjs +0 -326
  644. package/fesm2015/odx-angular-cdk-dynamic-view.mjs.map +0 -1
  645. package/fesm2015/odx-angular-cdk-event-plugins.mjs +0 -92
  646. package/fesm2015/odx-angular-cdk-event-plugins.mjs.map +0 -1
  647. package/fesm2015/odx-angular-cdk-expandable.mjs +0 -121
  648. package/fesm2015/odx-angular-cdk-expandable.mjs.map +0 -1
  649. package/fesm2015/odx-angular-cdk-option-control.mjs +0 -55
  650. package/fesm2015/odx-angular-cdk-option-control.mjs.map +0 -1
  651. package/fesm2015/odx-angular-cdk-radio-group-control.mjs +0 -102
  652. package/fesm2015/odx-angular-cdk-radio-group-control.mjs.map +0 -1
  653. package/fesm2015/odx-angular-charts-config.mjs +0 -171
  654. package/fesm2015/odx-angular-charts-config.mjs.map +0 -1
  655. package/fesm2015/odx-angular-components-accordion.mjs +0 -107
  656. package/fesm2015/odx-angular-components-accordion.mjs.map +0 -1
  657. package/fesm2015/odx-angular-components-action-group.mjs +0 -36
  658. package/fesm2015/odx-angular-components-action-group.mjs.map +0 -1
  659. package/fesm2015/odx-angular-components-area-header.mjs +0 -115
  660. package/fesm2015/odx-angular-components-area-header.mjs.map +0 -1
  661. package/fesm2015/odx-angular-components-autocomplete.mjs +0 -259
  662. package/fesm2015/odx-angular-components-autocomplete.mjs.map +0 -1
  663. package/fesm2015/odx-angular-components-avatar.mjs +0 -52
  664. package/fesm2015/odx-angular-components-avatar.mjs.map +0 -1
  665. package/fesm2015/odx-angular-components-badge.mjs +0 -134
  666. package/fesm2015/odx-angular-components-badge.mjs.map +0 -1
  667. package/fesm2015/odx-angular-components-bar.mjs +0 -95
  668. package/fesm2015/odx-angular-components-bar.mjs.map +0 -1
  669. package/fesm2015/odx-angular-components-breadcrumbs.mjs +0 -56
  670. package/fesm2015/odx-angular-components-breadcrumbs.mjs.map +0 -1
  671. package/fesm2015/odx-angular-components-button-group.mjs +0 -60
  672. package/fesm2015/odx-angular-components-button-group.mjs.map +0 -1
  673. package/fesm2015/odx-angular-components-button.mjs +0 -83
  674. package/fesm2015/odx-angular-components-button.mjs.map +0 -1
  675. package/fesm2015/odx-angular-components-calendar.mjs +0 -617
  676. package/fesm2015/odx-angular-components-calendar.mjs.map +0 -1
  677. package/fesm2015/odx-angular-components-card.mjs +0 -180
  678. package/fesm2015/odx-angular-components-card.mjs.map +0 -1
  679. package/fesm2015/odx-angular-components-checkbox.mjs +0 -106
  680. package/fesm2015/odx-angular-components-checkbox.mjs.map +0 -1
  681. package/fesm2015/odx-angular-components-chip.mjs +0 -101
  682. package/fesm2015/odx-angular-components-chip.mjs.map +0 -1
  683. package/fesm2015/odx-angular-components-circular-progress.mjs +0 -112
  684. package/fesm2015/odx-angular-components-circular-progress.mjs.map +0 -1
  685. package/fesm2015/odx-angular-components-content-box.mjs +0 -64
  686. package/fesm2015/odx-angular-components-content-box.mjs.map +0 -1
  687. package/fesm2015/odx-angular-components-datepicker.mjs +0 -256
  688. package/fesm2015/odx-angular-components-datepicker.mjs.map +0 -1
  689. package/fesm2015/odx-angular-components-dropdown.mjs +0 -232
  690. package/fesm2015/odx-angular-components-dropdown.mjs.map +0 -1
  691. package/fesm2015/odx-angular-components-form-field.mjs +0 -399
  692. package/fesm2015/odx-angular-components-form-field.mjs.map +0 -1
  693. package/fesm2015/odx-angular-components-header.mjs +0 -112
  694. package/fesm2015/odx-angular-components-header.mjs.map +0 -1
  695. package/fesm2015/odx-angular-components-icon.mjs +0 -73
  696. package/fesm2015/odx-angular-components-icon.mjs.map +0 -1
  697. package/fesm2015/odx-angular-components-inline-message.mjs +0 -54
  698. package/fesm2015/odx-angular-components-inline-message.mjs.map +0 -1
  699. package/fesm2015/odx-angular-components-link.mjs +0 -33
  700. package/fesm2015/odx-angular-components-link.mjs.map +0 -1
  701. package/fesm2015/odx-angular-components-list.mjs +0 -126
  702. package/fesm2015/odx-angular-components-list.mjs.map +0 -1
  703. package/fesm2015/odx-angular-components-loading-spinner.mjs +0 -171
  704. package/fesm2015/odx-angular-components-loading-spinner.mjs.map +0 -1
  705. package/fesm2015/odx-angular-components-logo.mjs +0 -62
  706. package/fesm2015/odx-angular-components-logo.mjs.map +0 -1
  707. package/fesm2015/odx-angular-components-main-menu.mjs +0 -233
  708. package/fesm2015/odx-angular-components-main-menu.mjs.map +0 -1
  709. package/fesm2015/odx-angular-components-mainfilter-group.mjs +0 -27
  710. package/fesm2015/odx-angular-components-mainfilter-group.mjs.map +0 -1
  711. package/fesm2015/odx-angular-components-menu.mjs +0 -145
  712. package/fesm2015/odx-angular-components-menu.mjs.map +0 -1
  713. package/fesm2015/odx-angular-components-modal.mjs +0 -496
  714. package/fesm2015/odx-angular-components-modal.mjs.map +0 -1
  715. package/fesm2015/odx-angular-components-navigation-back.mjs +0 -28
  716. package/fesm2015/odx-angular-components-navigation-back.mjs.map +0 -1
  717. package/fesm2015/odx-angular-components-paginator.mjs +0 -180
  718. package/fesm2015/odx-angular-components-paginator.mjs.map +0 -1
  719. package/fesm2015/odx-angular-components-progress.mjs +0 -57
  720. package/fesm2015/odx-angular-components-progress.mjs.map +0 -1
  721. package/fesm2015/odx-angular-components-radio-group.mjs +0 -101
  722. package/fesm2015/odx-angular-components-radio-group.mjs.map +0 -1
  723. package/fesm2015/odx-angular-components-rail-navigation.mjs +0 -112
  724. package/fesm2015/odx-angular-components-rail-navigation.mjs.map +0 -1
  725. package/fesm2015/odx-angular-components-rich-list.mjs +0 -96
  726. package/fesm2015/odx-angular-components-rich-list.mjs.map +0 -1
  727. package/fesm2015/odx-angular-components-select.mjs +0 -330
  728. package/fesm2015/odx-angular-components-select.mjs.map +0 -1
  729. package/fesm2015/odx-angular-components-slider.mjs +0 -48
  730. package/fesm2015/odx-angular-components-slider.mjs.map +0 -1
  731. package/fesm2015/odx-angular-components-spinbox.mjs +0 -100
  732. package/fesm2015/odx-angular-components-spinbox.mjs.map +0 -1
  733. package/fesm2015/odx-angular-components-switch.mjs +0 -69
  734. package/fesm2015/odx-angular-components-switch.mjs.map +0 -1
  735. package/fesm2015/odx-angular-components-tab-bar.mjs +0 -209
  736. package/fesm2015/odx-angular-components-tab-bar.mjs.map +0 -1
  737. package/fesm2015/odx-angular-components-table.mjs +0 -261
  738. package/fesm2015/odx-angular-components-table.mjs.map +0 -1
  739. package/fesm2015/odx-angular-components-toast.mjs +0 -213
  740. package/fesm2015/odx-angular-components-toast.mjs.map +0 -1
  741. package/fesm2015/odx-angular-components-toggle-button-group.mjs +0 -107
  742. package/fesm2015/odx-angular-components-toggle-button-group.mjs.map +0 -1
  743. package/fesm2015/odx-angular-components-tooltip.mjs +0 -184
  744. package/fesm2015/odx-angular-components-tooltip.mjs.map +0 -1
  745. package/fesm2015/odx-angular-components-wizard.mjs +0 -242
  746. package/fesm2015/odx-angular-components-wizard.mjs.map +0 -1
  747. package/fesm2015/odx-angular-internal-translate.mjs +0 -82
  748. package/fesm2015/odx-angular-internal-translate.mjs.map +0 -1
  749. package/fesm2015/odx-angular-internal.mjs +0 -170
  750. package/fesm2015/odx-angular-internal.mjs.map +0 -1
  751. package/fesm2015/odx-angular-sdk.mjs +0 -45
  752. package/fesm2015/odx-angular-sdk.mjs.map +0 -1
  753. package/fesm2015/odx-angular-theming.mjs +0 -114
  754. package/fesm2015/odx-angular-theming.mjs.map +0 -1
  755. package/fesm2015/odx-angular-utils.mjs +0 -420
  756. package/fesm2015/odx-angular-utils.mjs.map +0 -1
  757. package/fesm2015/odx-angular.mjs +0 -461
  758. package/fesm2015/odx-angular.mjs.map +0 -1
  759. package/fesm2020/odx-angular-breakpoints.mjs +0 -117
  760. package/fesm2020/odx-angular-breakpoints.mjs.map +0 -1
  761. package/fesm2020/odx-angular-cdk-a11y.mjs +0 -127
  762. package/fesm2020/odx-angular-cdk-a11y.mjs.map +0 -1
  763. package/fesm2020/odx-angular-cdk-active-indicator.mjs +0 -143
  764. package/fesm2020/odx-angular-cdk-active-indicator.mjs.map +0 -1
  765. package/fesm2020/odx-angular-cdk-autocomplete-control.mjs +0 -140
  766. package/fesm2020/odx-angular-cdk-autocomplete-control.mjs.map +0 -1
  767. package/fesm2020/odx-angular-cdk-checkbox-control.mjs +0 -52
  768. package/fesm2020/odx-angular-cdk-checkbox-control.mjs.map +0 -1
  769. package/fesm2020/odx-angular-cdk-connected-overlay.mjs +0 -222
  770. package/fesm2020/odx-angular-cdk-connected-overlay.mjs.map +0 -1
  771. package/fesm2020/odx-angular-cdk-custom-form-control.mjs +0 -172
  772. package/fesm2020/odx-angular-cdk-custom-form-control.mjs.map +0 -1
  773. package/fesm2020/odx-angular-cdk-dynamic-view.mjs +0 -318
  774. package/fesm2020/odx-angular-cdk-dynamic-view.mjs.map +0 -1
  775. package/fesm2020/odx-angular-cdk-event-plugins.mjs +0 -92
  776. package/fesm2020/odx-angular-cdk-event-plugins.mjs.map +0 -1
  777. package/fesm2020/odx-angular-cdk-expandable.mjs +0 -120
  778. package/fesm2020/odx-angular-cdk-expandable.mjs.map +0 -1
  779. package/fesm2020/odx-angular-cdk-option-control.mjs +0 -54
  780. package/fesm2020/odx-angular-cdk-option-control.mjs.map +0 -1
  781. package/fesm2020/odx-angular-cdk-radio-group-control.mjs +0 -102
  782. package/fesm2020/odx-angular-cdk-radio-group-control.mjs.map +0 -1
  783. package/fesm2020/odx-angular-charts-config.mjs +0 -171
  784. package/fesm2020/odx-angular-charts-config.mjs.map +0 -1
  785. package/fesm2020/odx-angular-components-accordion.mjs +0 -106
  786. package/fesm2020/odx-angular-components-accordion.mjs.map +0 -1
  787. package/fesm2020/odx-angular-components-action-group.mjs +0 -36
  788. package/fesm2020/odx-angular-components-action-group.mjs.map +0 -1
  789. package/fesm2020/odx-angular-components-area-header.mjs +0 -115
  790. package/fesm2020/odx-angular-components-area-header.mjs.map +0 -1
  791. package/fesm2020/odx-angular-components-autocomplete.mjs +0 -252
  792. package/fesm2020/odx-angular-components-autocomplete.mjs.map +0 -1
  793. package/fesm2020/odx-angular-components-avatar.mjs +0 -52
  794. package/fesm2020/odx-angular-components-avatar.mjs.map +0 -1
  795. package/fesm2020/odx-angular-components-badge.mjs +0 -131
  796. package/fesm2020/odx-angular-components-badge.mjs.map +0 -1
  797. package/fesm2020/odx-angular-components-bar.mjs +0 -95
  798. package/fesm2020/odx-angular-components-bar.mjs.map +0 -1
  799. package/fesm2020/odx-angular-components-breadcrumbs.mjs +0 -56
  800. package/fesm2020/odx-angular-components-breadcrumbs.mjs.map +0 -1
  801. package/fesm2020/odx-angular-components-button-group.mjs +0 -60
  802. package/fesm2020/odx-angular-components-button-group.mjs.map +0 -1
  803. package/fesm2020/odx-angular-components-button.mjs +0 -83
  804. package/fesm2020/odx-angular-components-button.mjs.map +0 -1
  805. package/fesm2020/odx-angular-components-calendar.mjs +0 -616
  806. package/fesm2020/odx-angular-components-calendar.mjs.map +0 -1
  807. package/fesm2020/odx-angular-components-card.mjs +0 -179
  808. package/fesm2020/odx-angular-components-card.mjs.map +0 -1
  809. package/fesm2020/odx-angular-components-checkbox.mjs +0 -106
  810. package/fesm2020/odx-angular-components-checkbox.mjs.map +0 -1
  811. package/fesm2020/odx-angular-components-chip.mjs +0 -101
  812. package/fesm2020/odx-angular-components-chip.mjs.map +0 -1
  813. package/fesm2020/odx-angular-components-circular-progress.mjs +0 -112
  814. package/fesm2020/odx-angular-components-circular-progress.mjs.map +0 -1
  815. package/fesm2020/odx-angular-components-content-box.mjs +0 -64
  816. package/fesm2020/odx-angular-components-content-box.mjs.map +0 -1
  817. package/fesm2020/odx-angular-components-datepicker.mjs +0 -254
  818. package/fesm2020/odx-angular-components-datepicker.mjs.map +0 -1
  819. package/fesm2020/odx-angular-components-dropdown.mjs +0 -235
  820. package/fesm2020/odx-angular-components-dropdown.mjs.map +0 -1
  821. package/fesm2020/odx-angular-components-form-field.mjs +0 -395
  822. package/fesm2020/odx-angular-components-form-field.mjs.map +0 -1
  823. package/fesm2020/odx-angular-components-header.mjs +0 -112
  824. package/fesm2020/odx-angular-components-header.mjs.map +0 -1
  825. package/fesm2020/odx-angular-components-icon.mjs +0 -73
  826. package/fesm2020/odx-angular-components-icon.mjs.map +0 -1
  827. package/fesm2020/odx-angular-components-inline-message.mjs +0 -54
  828. package/fesm2020/odx-angular-components-inline-message.mjs.map +0 -1
  829. package/fesm2020/odx-angular-components-link.mjs +0 -33
  830. package/fesm2020/odx-angular-components-link.mjs.map +0 -1
  831. package/fesm2020/odx-angular-components-list.mjs +0 -125
  832. package/fesm2020/odx-angular-components-list.mjs.map +0 -1
  833. package/fesm2020/odx-angular-components-loading-spinner.mjs +0 -169
  834. package/fesm2020/odx-angular-components-loading-spinner.mjs.map +0 -1
  835. package/fesm2020/odx-angular-components-logo.mjs +0 -62
  836. package/fesm2020/odx-angular-components-logo.mjs.map +0 -1
  837. package/fesm2020/odx-angular-components-main-menu.mjs +0 -232
  838. package/fesm2020/odx-angular-components-main-menu.mjs.map +0 -1
  839. package/fesm2020/odx-angular-components-mainfilter-group.mjs +0 -27
  840. package/fesm2020/odx-angular-components-mainfilter-group.mjs.map +0 -1
  841. package/fesm2020/odx-angular-components-menu.mjs +0 -147
  842. package/fesm2020/odx-angular-components-menu.mjs.map +0 -1
  843. package/fesm2020/odx-angular-components-modal.mjs +0 -496
  844. package/fesm2020/odx-angular-components-modal.mjs.map +0 -1
  845. package/fesm2020/odx-angular-components-navigation-back.mjs +0 -28
  846. package/fesm2020/odx-angular-components-navigation-back.mjs.map +0 -1
  847. package/fesm2020/odx-angular-components-paginator.mjs +0 -177
  848. package/fesm2020/odx-angular-components-paginator.mjs.map +0 -1
  849. package/fesm2020/odx-angular-components-progress.mjs +0 -57
  850. package/fesm2020/odx-angular-components-progress.mjs.map +0 -1
  851. package/fesm2020/odx-angular-components-radio-group.mjs +0 -100
  852. package/fesm2020/odx-angular-components-radio-group.mjs.map +0 -1
  853. package/fesm2020/odx-angular-components-rail-navigation.mjs +0 -112
  854. package/fesm2020/odx-angular-components-rail-navigation.mjs.map +0 -1
  855. package/fesm2020/odx-angular-components-rich-list.mjs +0 -96
  856. package/fesm2020/odx-angular-components-rich-list.mjs.map +0 -1
  857. package/fesm2020/odx-angular-components-select.mjs +0 -327
  858. package/fesm2020/odx-angular-components-select.mjs.map +0 -1
  859. package/fesm2020/odx-angular-components-slider.mjs +0 -48
  860. package/fesm2020/odx-angular-components-slider.mjs.map +0 -1
  861. package/fesm2020/odx-angular-components-spinbox.mjs +0 -97
  862. package/fesm2020/odx-angular-components-spinbox.mjs.map +0 -1
  863. package/fesm2020/odx-angular-components-switch.mjs +0 -69
  864. package/fesm2020/odx-angular-components-switch.mjs.map +0 -1
  865. package/fesm2020/odx-angular-components-tab-bar.mjs +0 -203
  866. package/fesm2020/odx-angular-components-tab-bar.mjs.map +0 -1
  867. package/fesm2020/odx-angular-components-table.mjs +0 -256
  868. package/fesm2020/odx-angular-components-table.mjs.map +0 -1
  869. package/fesm2020/odx-angular-components-toast.mjs +0 -212
  870. package/fesm2020/odx-angular-components-toast.mjs.map +0 -1
  871. package/fesm2020/odx-angular-components-toggle-button-group.mjs +0 -104
  872. package/fesm2020/odx-angular-components-toggle-button-group.mjs.map +0 -1
  873. package/fesm2020/odx-angular-components-tooltip.mjs +0 -189
  874. package/fesm2020/odx-angular-components-tooltip.mjs.map +0 -1
  875. package/fesm2020/odx-angular-components-wizard.mjs +0 -239
  876. package/fesm2020/odx-angular-components-wizard.mjs.map +0 -1
  877. package/fesm2020/odx-angular-internal-translate.mjs +0 -78
  878. package/fesm2020/odx-angular-internal-translate.mjs.map +0 -1
  879. package/fesm2020/odx-angular-internal.mjs +0 -167
  880. package/fesm2020/odx-angular-internal.mjs.map +0 -1
  881. package/fesm2020/odx-angular-rxjs.mjs +0 -33
  882. package/fesm2020/odx-angular-rxjs.mjs.map +0 -1
  883. package/fesm2020/odx-angular-theming.mjs +0 -111
  884. package/fesm2020/odx-angular-theming.mjs.map +0 -1
  885. package/fesm2020/odx-angular-utils.mjs +0 -413
  886. package/fesm2020/odx-angular-utils.mjs.map +0 -1
  887. package/fesm2020/odx-angular.mjs +0 -454
  888. package/fesm2020/odx-angular.mjs.map +0 -1
  889. package/internal/helpers/with-mutiple-descriptors.d.ts +0 -9
  890. package/utils/lib/decorators/transform.d.ts +0 -3
  891. /package/{esm2020 → esm2022}/animations/index.mjs +0 -0
  892. /package/{esm2020 → esm2022}/animations/lib/config.mjs +0 -0
  893. /package/{esm2020 → esm2022}/animations/lib/expand.mjs +0 -0
  894. /package/{esm2020 → esm2022}/animations/lib/fade.mjs +0 -0
  895. /package/{esm2020 → esm2022}/animations/lib/slide.mjs +0 -0
  896. /package/{esm2020 → esm2022}/animations/lib/wait-for-child-animations.mjs +0 -0
  897. /package/{esm2020 → esm2022}/animations/odx-angular-animations.mjs +0 -0
  898. /package/{esm2020 → esm2022}/breakpoints/index.mjs +0 -0
  899. /package/{esm2020 → esm2022}/breakpoints/lib/breakpoints.config.mjs +0 -0
  900. /package/{esm2020 → esm2022}/breakpoints/lib/breakpoints.typings.mjs +0 -0
  901. /package/{esm2020 → esm2022}/breakpoints/lib/directives/index.mjs +0 -0
  902. /package/{esm2020 → esm2022}/breakpoints/lib/helpers/configure-breakpoint.mjs +0 -0
  903. /package/{esm2020 → esm2022}/breakpoints/lib/helpers/index.mjs +0 -0
  904. /package/{esm2020 → esm2022}/breakpoints/lib/models/breakpoint.mjs +0 -0
  905. /package/{esm2020 → esm2022}/breakpoints/lib/models/index.mjs +0 -0
  906. /package/{esm2020 → esm2022}/breakpoints/odx-angular-breakpoints.mjs +0 -0
  907. /package/{esm2020 → esm2022}/cdk/a11y/index.mjs +0 -0
  908. /package/{esm2020 → esm2022}/cdk/a11y/lib/directives/index.mjs +0 -0
  909. /package/{esm2020 → esm2022}/cdk/a11y/odx-angular-cdk-a11y.mjs +0 -0
  910. /package/{esm2020 → esm2022}/cdk/active-indicator/index.mjs +0 -0
  911. /package/{esm2020 → esm2022}/cdk/active-indicator/lib/models/active-indicator-direction.mjs +0 -0
  912. /package/{esm2020 → esm2022}/cdk/active-indicator/lib/models/active-indicator-position.mjs +0 -0
  913. /package/{esm2020 → esm2022}/cdk/active-indicator/lib/models/index.mjs +0 -0
  914. /package/{esm2020 → esm2022}/cdk/active-indicator/odx-angular-cdk-active-indicator.mjs +0 -0
  915. /package/{esm2020 → esm2022}/cdk/autocomplete-control/index.mjs +0 -0
  916. /package/{esm2020 → esm2022}/cdk/autocomplete-control/lib/pipes/index.mjs +0 -0
  917. /package/{esm2020 → esm2022}/cdk/autocomplete-control/odx-angular-cdk-autocomplete-control.mjs +0 -0
  918. /package/{esm2020 → esm2022}/cdk/checkbox-control/index.mjs +0 -0
  919. /package/{esm2020 → esm2022}/cdk/checkbox-control/odx-angular-cdk-checkbox-control.mjs +0 -0
  920. /package/{esm2020 → esm2022}/cdk/connected-overlay/index.mjs +0 -0
  921. /package/{esm2020 → esm2022}/cdk/connected-overlay/lib/helpers/compute-overlay-position.mjs +0 -0
  922. /package/{esm2020 → esm2022}/cdk/connected-overlay/lib/helpers/index.mjs +0 -0
  923. /package/{esm2020 → esm2022}/cdk/connected-overlay/lib/models/connected-overlay-options.mjs +0 -0
  924. /package/{esm2020 → esm2022}/cdk/connected-overlay/lib/models/connected-overlay-ref.mjs +0 -0
  925. /package/{esm2020 → esm2022}/cdk/connected-overlay/lib/models/index.mjs +0 -0
  926. /package/{esm2020 → esm2022}/cdk/connected-overlay/odx-angular-cdk-connected-overlay.mjs +0 -0
  927. /package/{esm2020 → esm2022}/cdk/custom-form-control/index.mjs +0 -0
  928. /package/{esm2020 → esm2022}/cdk/custom-form-control/odx-angular-cdk-custom-form-control.mjs +0 -0
  929. /package/{esm2020 → esm2022}/cdk/dynamic-view/index.mjs +0 -0
  930. /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/facade/dynamic-content.mjs +0 -0
  931. /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/facade/dynamic-view-ref.mjs +0 -0
  932. /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/facade/index.mjs +0 -0
  933. /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/helpers/create-projectable-nodes.mjs +0 -0
  934. /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/helpers/index.mjs +0 -0
  935. /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/helpers/is-dynamic-text-content.mjs +0 -0
  936. /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/helpers/is-dynamic-view.mjs +0 -0
  937. /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/models/dynamic-component-ref.mjs +0 -0
  938. /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/models/dynamic-template-ref.mjs +0 -0
  939. /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/models/dynamic-view-options.mjs +0 -0
  940. /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/models/index.mjs +0 -0
  941. /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/tokens/dynamic-view-context.mjs +0 -0
  942. /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/tokens/dynamic-view-default-host.mjs +0 -0
  943. /package/{esm2020 → esm2022}/cdk/dynamic-view/lib/tokens/index.mjs +0 -0
  944. /package/{esm2020 → esm2022}/cdk/dynamic-view/odx-angular-cdk-dynamic-view.mjs +0 -0
  945. /package/{esm2020 → esm2022}/cdk/event-plugins/index.mjs +0 -0
  946. /package/{esm2020 → esm2022}/cdk/event-plugins/lib/event-plugins.config.mjs +0 -0
  947. /package/{esm2020 → esm2022}/cdk/event-plugins/lib/models/event-plugin.mjs +0 -0
  948. /package/{esm2020 → esm2022}/cdk/event-plugins/lib/models/index.mjs +0 -0
  949. /package/{esm2020 → esm2022}/cdk/event-plugins/lib/plugins/index.mjs +0 -0
  950. /package/{esm2020 → esm2022}/cdk/event-plugins/odx-angular-cdk-event-plugins.mjs +0 -0
  951. /package/{esm2020 → esm2022}/cdk/expandable/index.mjs +0 -0
  952. /package/{esm2020 → esm2022}/cdk/expandable/lib/directives/index.mjs +0 -0
  953. /package/{esm2020 → esm2022}/cdk/expandable/lib/expandable.tokens.mjs +0 -0
  954. /package/{esm2020 → esm2022}/cdk/expandable/lib/facade/expandable-container.mjs +0 -0
  955. /package/{esm2020 → esm2022}/cdk/expandable/lib/facade/expandable-item.mjs +0 -0
  956. /package/{esm2020 → esm2022}/cdk/expandable/lib/facade/index.mjs +0 -0
  957. /package/{esm2020 → esm2022}/cdk/expandable/odx-angular-cdk-expandable.mjs +0 -0
  958. /package/{esm2020 → esm2022}/cdk/option-control/index.mjs +0 -0
  959. /package/{esm2020 → esm2022}/cdk/option-control/odx-angular-cdk-option-control.mjs +0 -0
  960. /package/{esm2020 → esm2022}/cdk/radio-group-control/index.mjs +0 -0
  961. /package/{esm2020 → esm2022}/cdk/radio-group-control/odx-angular-cdk-radio-group-control.mjs +0 -0
  962. /package/{esm2020 → esm2022}/charts-config/index.mjs +0 -0
  963. /package/{esm2020 → esm2022}/charts-config/odx-angular-charts-config.mjs +0 -0
  964. /package/{esm2020 → esm2022}/components/accordion/index.mjs +0 -0
  965. /package/{esm2020 → esm2022}/components/accordion/lib/components/index.mjs +0 -0
  966. /package/{esm2020 → esm2022}/components/accordion/lib/directives/index.mjs +0 -0
  967. /package/{esm2020 → esm2022}/components/accordion/odx-angular-components-accordion.mjs +0 -0
  968. /package/{esm2020 → esm2022}/components/action-group/index.mjs +0 -0
  969. /package/{esm2020 → esm2022}/components/action-group/odx-angular-components-action-group.mjs +0 -0
  970. /package/{esm2020 → esm2022}/components/area-header/directives/index.mjs +0 -0
  971. /package/{esm2020 → esm2022}/components/area-header/index.mjs +0 -0
  972. /package/{esm2020 → esm2022}/components/area-header/models/area-header-size.mjs +0 -0
  973. /package/{esm2020 → esm2022}/components/area-header/models/index.mjs +0 -0
  974. /package/{esm2020 → esm2022}/components/area-header/odx-angular-components-area-header.mjs +0 -0
  975. /package/{esm2020 → esm2022}/components/autocomplete/index.mjs +0 -0
  976. /package/{esm2020 → esm2022}/components/autocomplete/lib/autocomplete.tokens.mjs +0 -0
  977. /package/{esm2020 → esm2022}/components/autocomplete/lib/components/index.mjs +0 -0
  978. /package/{esm2020 → esm2022}/components/autocomplete/lib/directives/index.mjs +0 -0
  979. /package/{esm2020 → esm2022}/components/autocomplete/lib/pipes/index.mjs +0 -0
  980. /package/{esm2020 → esm2022}/components/autocomplete/odx-angular-components-autocomplete.mjs +0 -0
  981. /package/{esm2020 → esm2022}/components/avatar/index.mjs +0 -0
  982. /package/{esm2020 → esm2022}/components/avatar/lib/models/avatar-size.mjs +0 -0
  983. /package/{esm2020 → esm2022}/components/avatar/lib/models/avatar-variant.mjs +0 -0
  984. /package/{esm2020 → esm2022}/components/avatar/lib/models/index.mjs +0 -0
  985. /package/{esm2020 → esm2022}/components/avatar/odx-angular-components-avatar.mjs +0 -0
  986. /package/{esm2020 → esm2022}/components/badge/index.mjs +0 -0
  987. /package/{esm2020 → esm2022}/components/badge/lib/models/badge-variant.mjs +0 -0
  988. /package/{esm2020 → esm2022}/components/badge/lib/models/index.mjs +0 -0
  989. /package/{esm2020 → esm2022}/components/badge/odx-angular-components-badge.mjs +0 -0
  990. /package/{esm2020 → esm2022}/components/bar/index.mjs +0 -0
  991. /package/{esm2020 → esm2022}/components/bar/lib/models/bar-button-variant.mjs +0 -0
  992. /package/{esm2020 → esm2022}/components/bar/odx-angular-components-bar.mjs +0 -0
  993. /package/{esm2020 → esm2022}/components/breadcrumbs/index.mjs +0 -0
  994. /package/{esm2020 → esm2022}/components/breadcrumbs/odx-angular-components-breadcrumbs.mjs +0 -0
  995. /package/{esm2020 → esm2022}/components/button/index.mjs +0 -0
  996. /package/{esm2020 → esm2022}/components/button/lib/directives/index.mjs +0 -0
  997. /package/{esm2020 → esm2022}/components/button/lib/models/button-size.mjs +0 -0
  998. /package/{esm2020 → esm2022}/components/button/lib/models/button-variant.mjs +0 -0
  999. /package/{esm2020 → esm2022}/components/button/lib/models/index.mjs +0 -0
  1000. /package/{esm2020 → esm2022}/components/button/odx-angular-components-button.mjs +0 -0
  1001. /package/{esm2020 → esm2022}/components/button-group/index.mjs +0 -0
  1002. /package/{esm2020 → esm2022}/components/button-group/odx-angular-components-button-group.mjs +0 -0
  1003. /package/{esm2020 → esm2022}/components/calendar/index.mjs +0 -0
  1004. /package/{esm2020 → esm2022}/components/calendar/lib/calendar.config.mjs +0 -0
  1005. /package/{esm2020 → esm2022}/components/calendar/lib/components/calendar-header/index.mjs +0 -0
  1006. /package/{esm2020 → esm2022}/components/calendar/lib/components/calendar-month/index.mjs +0 -0
  1007. /package/{esm2020 → esm2022}/components/calendar/lib/components/calendar-year/index.mjs +0 -0
  1008. /package/{esm2020 → esm2022}/components/calendar/lib/components/calendar-years/index.mjs +0 -0
  1009. /package/{esm2020 → esm2022}/components/calendar/lib/components/index.mjs +0 -0
  1010. /package/{esm2020 → esm2022}/components/calendar/lib/directives/index.mjs +0 -0
  1011. /package/{esm2020 → esm2022}/components/calendar/lib/models/calendar-view.mjs +0 -0
  1012. /package/{esm2020 → esm2022}/components/calendar/lib/models/date-filter.mjs +0 -0
  1013. /package/{esm2020 → esm2022}/components/calendar/lib/models/date-type.mjs +0 -0
  1014. /package/{esm2020 → esm2022}/components/calendar/lib/models/date-validator.mjs +0 -0
  1015. /package/{esm2020 → esm2022}/components/calendar/lib/models/index.mjs +0 -0
  1016. /package/{esm2020 → esm2022}/components/calendar/lib/pipes/index.mjs +0 -0
  1017. /package/{esm2020 → esm2022}/components/calendar/lib/services/index.mjs +0 -0
  1018. /package/{esm2020 → esm2022}/components/calendar/lib/utils/check-identical-date.mjs +0 -0
  1019. /package/{esm2020 → esm2022}/components/calendar/lib/utils/get-A11y-label.mjs +0 -0
  1020. /package/{esm2020 → esm2022}/components/calendar/lib/utils/index.mjs +0 -0
  1021. /package/{esm2020 → esm2022}/components/calendar/lib/utils/is-date-disabled.mjs +0 -0
  1022. /package/{esm2020 → esm2022}/components/calendar/lib/utils/parse-date.mjs +0 -0
  1023. /package/{esm2020 → esm2022}/components/calendar/lib/utils/validate-max-date.mjs +0 -0
  1024. /package/{esm2020 → esm2022}/components/calendar/lib/utils/validate-min-date.mjs +0 -0
  1025. /package/{esm2020 → esm2022}/components/calendar/lib/utils/validate-next-date-set.mjs +0 -0
  1026. /package/{esm2020 → esm2022}/components/calendar/lib/utils/validate-previous-date-set.mjs +0 -0
  1027. /package/{esm2020 → esm2022}/components/calendar/odx-angular-components-calendar.mjs +0 -0
  1028. /package/{esm2020 → esm2022}/components/card/index.mjs +0 -0
  1029. /package/{esm2020 → esm2022}/components/card/lib/components/index.mjs +0 -0
  1030. /package/{esm2020 → esm2022}/components/card/lib/directives/index.mjs +0 -0
  1031. /package/{esm2020 → esm2022}/components/card/lib/models/card-variant.mjs +0 -0
  1032. /package/{esm2020 → esm2022}/components/card/lib/models/index.mjs +0 -0
  1033. /package/{esm2020 → esm2022}/components/card/odx-angular-components-card.mjs +0 -0
  1034. /package/{esm2020 → esm2022}/components/checkbox/index.mjs +0 -0
  1035. /package/{esm2020 → esm2022}/components/checkbox/odx-angular-components-checkbox.mjs +0 -0
  1036. /package/{esm2020 → esm2022}/components/chip/index.mjs +0 -0
  1037. /package/{esm2020 → esm2022}/components/chip/lib/components/index.mjs +0 -0
  1038. /package/{esm2020 → esm2022}/components/chip/lib/models/chip-size.mjs +0 -0
  1039. /package/{esm2020 → esm2022}/components/chip/lib/models/chip-variant.mjs +0 -0
  1040. /package/{esm2020 → esm2022}/components/chip/lib/models/index.mjs +0 -0
  1041. /package/{esm2020 → esm2022}/components/chip/odx-angular-components-chip.mjs +0 -0
  1042. /package/{esm2020 → esm2022}/components/circular-progress/index.mjs +0 -0
  1043. /package/{esm2020 → esm2022}/components/circular-progress/lib/models/circular-progress-size.mjs +0 -0
  1044. /package/{esm2020 → esm2022}/components/circular-progress/lib/models/index.mjs +0 -0
  1045. /package/{esm2020 → esm2022}/components/circular-progress/odx-angular-components-circular-progress.mjs +0 -0
  1046. /package/{esm2020 → esm2022}/components/content-box/index.mjs +0 -0
  1047. /package/{esm2020 → esm2022}/components/content-box/lib/directives/index.mjs +0 -0
  1048. /package/{esm2020 → esm2022}/components/content-box/odx-angular-components-content-box.mjs +0 -0
  1049. /package/{esm2020 → esm2022}/components/datepicker/index.mjs +0 -0
  1050. /package/{esm2020 → esm2022}/components/datepicker/lib/datepicker.config.mjs +0 -0
  1051. /package/{esm2020 → esm2022}/components/datepicker/lib/directives/index.mjs +0 -0
  1052. /package/{esm2020 → esm2022}/components/datepicker/lib/models/datepicker-input-date-order.mjs +0 -0
  1053. /package/{esm2020 → esm2022}/components/datepicker/lib/models/datepicker-input-pattern.mjs +0 -0
  1054. /package/{esm2020 → esm2022}/components/datepicker/lib/models/index.mjs +0 -0
  1055. /package/{esm2020 → esm2022}/components/datepicker/lib/utils/get-datepicker-input-pattern.mjs +0 -0
  1056. /package/{esm2020 → esm2022}/components/datepicker/lib/utils/get-datepicker-input-value-as-date.mjs +0 -0
  1057. /package/{esm2020 → esm2022}/components/datepicker/lib/utils/index.mjs +0 -0
  1058. /package/{esm2020 → esm2022}/components/datepicker/odx-angular-components-datepicker.mjs +0 -0
  1059. /package/{esm2020 → esm2022}/components/dropdown/index.mjs +0 -0
  1060. /package/{esm2020 → esm2022}/components/dropdown/lib/helpers/close-current-dropdown.mjs +0 -0
  1061. /package/{esm2020 → esm2022}/components/dropdown/lib/helpers/index.mjs +0 -0
  1062. /package/{esm2020 → esm2022}/components/dropdown/lib/models/dropdown-options.mjs +0 -0
  1063. /package/{esm2020 → esm2022}/components/dropdown/lib/models/index.mjs +0 -0
  1064. /package/{esm2020 → esm2022}/components/dropdown/odx-angular-components-dropdown.mjs +0 -0
  1065. /package/{esm2020 → esm2022}/components/form-field/index.mjs +0 -0
  1066. /package/{esm2020 → esm2022}/components/form-field/lib/components/index.mjs +0 -0
  1067. /package/{esm2020 → esm2022}/components/form-field/lib/directives/index.mjs +0 -0
  1068. /package/{esm2020 → esm2022}/components/form-field/lib/form-field.config.mjs +0 -0
  1069. /package/{esm2020 → esm2022}/components/form-field/lib/models/form-field-error-resolver.mjs +0 -0
  1070. /package/{esm2020 → esm2022}/components/form-field/lib/models/form-field-error.mjs +0 -0
  1071. /package/{esm2020 → esm2022}/components/form-field/lib/models/form-field-variant.mjs +0 -0
  1072. /package/{esm2020 → esm2022}/components/form-field/lib/models/index.mjs +0 -0
  1073. /package/{esm2020 → esm2022}/components/form-field/lib/services/index.mjs +0 -0
  1074. /package/{esm2020 → esm2022}/components/form-field/odx-angular-components-form-field.mjs +0 -0
  1075. /package/{esm2020 → esm2022}/components/header/index.mjs +0 -0
  1076. /package/{esm2020 → esm2022}/components/header/lib/directives/index.mjs +0 -0
  1077. /package/{esm2020 → esm2022}/components/header/odx-angular-components-header.mjs +0 -0
  1078. /package/{esm2020 → esm2022}/components/icon/index.mjs +0 -0
  1079. /package/{esm2020 → esm2022}/components/icon/lib/icon.config.mjs +0 -0
  1080. /package/{esm2020 → esm2022}/components/icon/lib/models/icon-size.mjs +0 -0
  1081. /package/{esm2020 → esm2022}/components/icon/lib/models/index.mjs +0 -0
  1082. /package/{esm2020 → esm2022}/components/icon/odx-angular-components-icon.mjs +0 -0
  1083. /package/{esm2020 → esm2022}/components/inline-message/index.mjs +0 -0
  1084. /package/{esm2020 → esm2022}/components/inline-message/lib/models/index.mjs +0 -0
  1085. /package/{esm2020 → esm2022}/components/inline-message/lib/models/inline-message-variant.mjs +0 -0
  1086. /package/{esm2020 → esm2022}/components/inline-message/odx-angular-components-inline-message.mjs +0 -0
  1087. /package/{esm2020 → esm2022}/components/link/index.mjs +0 -0
  1088. /package/{esm2020 → esm2022}/components/link/odx-angular-components-link.mjs +0 -0
  1089. /package/{esm2020 → esm2022}/components/list/index.mjs +0 -0
  1090. /package/{esm2020 → esm2022}/components/list/lib/components/index.mjs +0 -0
  1091. /package/{esm2020 → esm2022}/components/list/odx-angular-components-list.mjs +0 -0
  1092. /package/{esm2020 → esm2022}/components/loading-spinner/index.mjs +0 -0
  1093. /package/{esm2020 → esm2022}/components/loading-spinner/odx-angular-components-loading-spinner.mjs +0 -0
  1094. /package/{esm2020 → esm2022}/components/logo/index.mjs +0 -0
  1095. /package/{esm2020 → esm2022}/components/logo/models/index.mjs +0 -0
  1096. /package/{esm2020 → esm2022}/components/logo/models/logo-size.mjs +0 -0
  1097. /package/{esm2020 → esm2022}/components/logo/models/logo-variant.mjs +0 -0
  1098. /package/{esm2020 → esm2022}/components/logo/odx-angular-components-logo.mjs +0 -0
  1099. /package/{esm2020 → esm2022}/components/main-menu/index.mjs +0 -0
  1100. /package/{esm2020 → esm2022}/components/main-menu/lib/directives/index.mjs +0 -0
  1101. /package/{esm2020 → esm2022}/components/main-menu/lib/helpers/create-main-menu-links.mjs +0 -0
  1102. /package/{esm2020 → esm2022}/components/main-menu/lib/helpers/index.mjs +0 -0
  1103. /package/{esm2020 → esm2022}/components/main-menu/lib/main-menu.config.mjs +0 -0
  1104. /package/{esm2020 → esm2022}/components/main-menu/lib/main-menu.i18n.mjs +0 -0
  1105. /package/{esm2020 → esm2022}/components/main-menu/lib/models/index.mjs +0 -0
  1106. /package/{esm2020 → esm2022}/components/main-menu/lib/models/main-menu-link.mjs +0 -0
  1107. /package/{esm2020 → esm2022}/components/main-menu/odx-angular-components-main-menu.mjs +0 -0
  1108. /package/{esm2020 → esm2022}/components/mainfilter-group/index.mjs +0 -0
  1109. /package/{esm2020 → esm2022}/components/mainfilter-group/odx-angular-components-mainfilter-group.mjs +0 -0
  1110. /package/{esm2020 → esm2022}/components/menu/index.mjs +0 -0
  1111. /package/{esm2020 → esm2022}/components/menu/lib/directives/index.mjs +0 -0
  1112. /package/{esm2020 → esm2022}/components/menu/odx-angular-components-menu.mjs +0 -0
  1113. /package/{esm2020 → esm2022}/components/modal/index.mjs +0 -0
  1114. /package/{esm2020 → esm2022}/components/modal/lib/components/index.mjs +0 -0
  1115. /package/{esm2020 → esm2022}/components/modal/lib/directives/index.mjs +0 -0
  1116. /package/{esm2020 → esm2022}/components/modal/lib/helpers/index.mjs +0 -0
  1117. /package/{esm2020 → esm2022}/components/modal/lib/helpers/inject-modal-ref.mjs +0 -0
  1118. /package/{esm2020 → esm2022}/components/modal/lib/helpers/provide-modal-ref.mjs +0 -0
  1119. /package/{esm2020 → esm2022}/components/modal/lib/modal.config.mjs +0 -0
  1120. /package/{esm2020 → esm2022}/components/modal/lib/models/basic-modal-options.mjs +0 -0
  1121. /package/{esm2020 → esm2022}/components/modal/lib/models/index.mjs +0 -0
  1122. /package/{esm2020 → esm2022}/components/modal/lib/models/modal-hero-variant.mjs +0 -0
  1123. /package/{esm2020 → esm2022}/components/modal/lib/models/modal-options.mjs +0 -0
  1124. /package/{esm2020 → esm2022}/components/modal/lib/models/modal-ref.mjs +0 -0
  1125. /package/{esm2020 → esm2022}/components/modal/lib/models/modal-size.mjs +0 -0
  1126. /package/{esm2020 → esm2022}/components/modal/lib/models/modal-type.mjs +0 -0
  1127. /package/{esm2020 → esm2022}/components/modal/lib/models/modal-variant.mjs +0 -0
  1128. /package/{esm2020 → esm2022}/components/modal/odx-angular-components-modal.mjs +0 -0
  1129. /package/{esm2020 → esm2022}/components/navigation-back/index.mjs +0 -0
  1130. /package/{esm2020 → esm2022}/components/navigation-back/odx-angular-components-navigation-back.mjs +0 -0
  1131. /package/{esm2020 → esm2022}/components/paginator/index.mjs +0 -0
  1132. /package/{esm2020 → esm2022}/components/paginator/lib/interfaces/index.mjs +0 -0
  1133. /package/{esm2020 → esm2022}/components/paginator/lib/interfaces/page-change.interface.mjs +0 -0
  1134. /package/{esm2020 → esm2022}/components/paginator/lib/models/get-range-content.model.mjs +0 -0
  1135. /package/{esm2020 → esm2022}/components/paginator/lib/models/get-summary-content.model.mjs +0 -0
  1136. /package/{esm2020 → esm2022}/components/paginator/lib/models/index.mjs +0 -0
  1137. /package/{esm2020 → esm2022}/components/paginator/lib/paginator.config.mjs +0 -0
  1138. /package/{esm2020 → esm2022}/components/paginator/odx-angular-components-paginator.mjs +0 -0
  1139. /package/{esm2020 → esm2022}/components/progress/index.mjs +0 -0
  1140. /package/{esm2020 → esm2022}/components/progress/odx-angular-components-progress.mjs +0 -0
  1141. /package/{esm2020 → esm2022}/components/radio-group/index.mjs +0 -0
  1142. /package/{esm2020 → esm2022}/components/radio-group/lib/components/index.mjs +0 -0
  1143. /package/{esm2020 → esm2022}/components/radio-group/odx-angular-components-radio-group.mjs +0 -0
  1144. /package/{esm2020 → esm2022}/components/rail-navigation/index.mjs +0 -0
  1145. /package/{esm2020 → esm2022}/components/rail-navigation/lib/components/index.mjs +0 -0
  1146. /package/{esm2020 → esm2022}/components/rail-navigation/lib/models/index.mjs +0 -0
  1147. /package/{esm2020 → esm2022}/components/rail-navigation/lib/models/rail-navigation-variant.mjs +0 -0
  1148. /package/{esm2020 → esm2022}/components/rail-navigation/odx-angular-components-rail-navigation.mjs +0 -0
  1149. /package/{esm2020 → esm2022}/components/rich-list/index.mjs +0 -0
  1150. /package/{esm2020 → esm2022}/components/rich-list/lib/components/index.mjs +0 -0
  1151. /package/{esm2020 → esm2022}/components/rich-list/lib/directives/index.mjs +0 -0
  1152. /package/{esm2020 → esm2022}/components/rich-list/odx-angular-components-rich-list.mjs +0 -0
  1153. /package/{esm2020 → esm2022}/components/select/index.mjs +0 -0
  1154. /package/{esm2020 → esm2022}/components/select/lib/components/index.mjs +0 -0
  1155. /package/{esm2020 → esm2022}/components/select/lib/directives/index.mjs +0 -0
  1156. /package/{esm2020 → esm2022}/components/select/lib/pipes/index.mjs +0 -0
  1157. /package/{esm2020 → esm2022}/components/select/lib/select.tokens.mjs +0 -0
  1158. /package/{esm2020 → esm2022}/components/select/odx-angular-components-select.mjs +0 -0
  1159. /package/{esm2020 → esm2022}/components/slider/index.mjs +0 -0
  1160. /package/{esm2020 → esm2022}/components/slider/odx-angular-components-slider.mjs +0 -0
  1161. /package/{esm2020 → esm2022}/components/spinbox/index.mjs +0 -0
  1162. /package/{esm2020 → esm2022}/components/spinbox/odx-angular-components-spinbox.mjs +0 -0
  1163. /package/{esm2020 → esm2022}/components/switch/index.mjs +0 -0
  1164. /package/{esm2020 → esm2022}/components/switch/odx-angular-components-switch.mjs +0 -0
  1165. /package/{esm2020 → esm2022}/components/tab-bar/index.mjs +0 -0
  1166. /package/{esm2020 → esm2022}/components/tab-bar/lib/components/index.mjs +0 -0
  1167. /package/{esm2020 → esm2022}/components/tab-bar/lib/models/index.mjs +0 -0
  1168. /package/{esm2020 → esm2022}/components/tab-bar/lib/models/tab-change-event.mjs +0 -0
  1169. /package/{esm2020 → esm2022}/components/tab-bar/lib/tab-bar.config.mjs +0 -0
  1170. /package/{esm2020 → esm2022}/components/tab-bar/odx-angular-components-tab-bar.mjs +0 -0
  1171. /package/{esm2020 → esm2022}/components/table/index.mjs +0 -0
  1172. /package/{esm2020 → esm2022}/components/table/lib/components/index.mjs +0 -0
  1173. /package/{esm2020 → esm2022}/components/table/lib/directives/index.mjs +0 -0
  1174. /package/{esm2020 → esm2022}/components/table/lib/models/body-cell.mjs +0 -0
  1175. /package/{esm2020 → esm2022}/components/table/lib/models/header-cell.mjs +0 -0
  1176. /package/{esm2020 → esm2022}/components/table/lib/models/index.mjs +0 -0
  1177. /package/{esm2020 → esm2022}/components/table/lib/models/sort-status.mjs +0 -0
  1178. /package/{esm2020 → esm2022}/components/table/lib/models/sort-variant.mjs +0 -0
  1179. /package/{esm2020 → esm2022}/components/table/lib/models/table-variant.mjs +0 -0
  1180. /package/{esm2020 → esm2022}/components/table/lib/table.config.mjs +0 -0
  1181. /package/{esm2020 → esm2022}/components/table/odx-angular-components-table.mjs +0 -0
  1182. /package/{esm2020 → esm2022}/components/toast/index.mjs +0 -0
  1183. /package/{esm2020 → esm2022}/components/toast/lib/components/index.mjs +0 -0
  1184. /package/{esm2020 → esm2022}/components/toast/lib/models/index.mjs +0 -0
  1185. /package/{esm2020 → esm2022}/components/toast/lib/models/toast-action.mjs +0 -0
  1186. /package/{esm2020 → esm2022}/components/toast/lib/models/toast-ref.mjs +0 -0
  1187. /package/{esm2020 → esm2022}/components/toast/lib/models/toast-variant.mjs +0 -0
  1188. /package/{esm2020 → esm2022}/components/toast/lib/models/toast.mjs +0 -0
  1189. /package/{esm2020 → esm2022}/components/toast/lib/models/toast.options.mjs +0 -0
  1190. /package/{esm2020 → esm2022}/components/toast/lib/toast.config.mjs +0 -0
  1191. /package/{esm2020 → esm2022}/components/toast/odx-angular-components-toast.mjs +0 -0
  1192. /package/{esm2020 → esm2022}/components/toggle-button-group/index.mjs +0 -0
  1193. /package/{esm2020 → esm2022}/components/toggle-button-group/lib/components/index.mjs +0 -0
  1194. /package/{esm2020 → esm2022}/components/toggle-button-group/odx-angular-components-toggle-button-group.mjs +0 -0
  1195. /package/{esm2020 → esm2022}/components/tooltip/index.mjs +0 -0
  1196. /package/{esm2020 → esm2022}/components/tooltip/lib/helpers/index.mjs +0 -0
  1197. /package/{esm2020 → esm2022}/components/tooltip/lib/helpers/resolve-tooltip-trigger-events.mjs +0 -0
  1198. /package/{esm2020 → esm2022}/components/tooltip/lib/models/index.mjs +0 -0
  1199. /package/{esm2020 → esm2022}/components/tooltip/lib/models/tooltip-options.mjs +0 -0
  1200. /package/{esm2020 → esm2022}/components/tooltip/lib/models/tooltip-size.mjs +0 -0
  1201. /package/{esm2020 → esm2022}/components/tooltip/lib/models/tooltip-trigger.mjs +0 -0
  1202. /package/{esm2020 → esm2022}/components/tooltip/odx-angular-components-tooltip.mjs +0 -0
  1203. /package/{esm2020 → esm2022}/components/wizard/index.mjs +0 -0
  1204. /package/{esm2020 → esm2022}/components/wizard/lib/components/index.mjs +0 -0
  1205. /package/{esm2020 → esm2022}/components/wizard/odx-angular-components-wizard.mjs +0 -0
  1206. /package/{esm2020 → esm2022}/index.mjs +0 -0
  1207. /package/{esm2020 → esm2022}/internal/decorators/css-component.mjs +0 -0
  1208. /package/{esm2020 → esm2022}/internal/decorators/index.mjs +0 -0
  1209. /package/{esm2020 → esm2022}/internal/helpers/camel-to-kebab-case.mjs +0 -0
  1210. /package/{esm2020 → esm2022}/internal/helpers/decorator-property-name.mjs +0 -0
  1211. /package/{esm2020 → esm2022}/internal/helpers/deepmerge.mjs +0 -0
  1212. /package/{esm2020 → esm2022}/internal/helpers/get-css-variables.mjs +0 -0
  1213. /package/{esm2020 → esm2022}/internal/helpers/get-enum-values.mjs +0 -0
  1214. /package/{esm2020 → esm2022}/internal/index.mjs +0 -0
  1215. /package/{esm2020 → esm2022}/internal/odx-angular-internal.mjs +0 -0
  1216. /package/{esm2020 → esm2022}/internal/translate/index.mjs +0 -0
  1217. /package/{esm2020 → esm2022}/internal/translate/lib/helpers/get-language-code.mjs +0 -0
  1218. /package/{esm2020 → esm2022}/internal/translate/lib/helpers/index.mjs +0 -0
  1219. /package/{esm2020 → esm2022}/internal/translate/lib/models/index.mjs +0 -0
  1220. /package/{esm2020 → esm2022}/internal/translate/lib/models/translation.mjs +0 -0
  1221. /package/{esm2020 → esm2022}/internal/translate/lib/pipes/index.mjs +0 -0
  1222. /package/{esm2020 → esm2022}/internal/translate/lib/services/index.mjs +0 -0
  1223. /package/{esm2020 → esm2022}/internal/translate/lib/translate.config.mjs +0 -0
  1224. /package/{esm2020 → esm2022}/internal/translate/lib/translate.service.mjs +0 -0
  1225. /package/{esm2020 → esm2022}/internal/translate/odx-angular-internal-translate.mjs +0 -0
  1226. /package/{esm2020 → esm2022}/lib/controllers/index.mjs +0 -0
  1227. /package/{esm2020 → esm2022}/lib/directives/index.mjs +0 -0
  1228. /package/{esm2020 → esm2022}/lib/models/environment.mjs +0 -0
  1229. /package/{esm2020 → esm2022}/lib/models/index.mjs +0 -0
  1230. /package/{esm2020 → esm2022}/lib/services/index.mjs +0 -0
  1231. /package/{esm2020 → esm2022}/lib/tokens/identity-matcher.mjs +0 -0
  1232. /package/{esm2020 → esm2022}/lib/tokens/index.mjs +0 -0
  1233. /package/{esm2020 → esm2022}/lib/tokens/string-search-handler.mjs +0 -0
  1234. /package/{esm2020 → esm2022}/lib/tokens/stringify.mjs +0 -0
  1235. /package/{esm2020 → esm2022}/odx-angular.mjs +0 -0
  1236. /package/{esm2020 → esm2022}/rxjs/index.mjs +0 -0
  1237. /package/{esm2020 → esm2022}/rxjs/lib/delay-until.mjs +0 -0
  1238. /package/{esm2020 → esm2022}/rxjs/lib/form-query-list.mjs +0 -0
  1239. /package/{esm2020 → esm2022}/rxjs/lib/from-element-resize.mjs +0 -0
  1240. /package/{esm2020 → esm2022}/rxjs/lib/from-events.mjs +0 -0
  1241. /package/{esm2020 → esm2022}/rxjs/odx-angular-rxjs.mjs +0 -0
  1242. /package/{esm2020 → esm2022}/sdk/index.mjs +0 -0
  1243. /package/{esm2020 → esm2022}/sdk/lib/application-environment.mjs +0 -0
  1244. /package/{esm2020 → esm2022}/sdk/odx-angular-sdk.mjs +0 -0
  1245. /package/{esm2020 → esm2022}/theming/index.mjs +0 -0
  1246. /package/{esm2020 → esm2022}/theming/lib/helpers/index.mjs +0 -0
  1247. /package/{esm2020 → esm2022}/theming/lib/helpers/prefers-dark-theme.mjs +0 -0
  1248. /package/{esm2020 → esm2022}/theming/lib/helpers/resolve-theme.mjs +0 -0
  1249. /package/{esm2020 → esm2022}/theming/lib/helpers/theme-storage.mjs +0 -0
  1250. /package/{esm2020 → esm2022}/theming/lib/models/index.mjs +0 -0
  1251. /package/{esm2020 → esm2022}/theming/lib/models/theme.mjs +0 -0
  1252. /package/{esm2020 → esm2022}/theming/lib/theming.config.mjs +0 -0
  1253. /package/{esm2020 → esm2022}/theming/odx-angular-theming.mjs +0 -0
  1254. /package/{esm2020 → esm2022}/utils/index.mjs +0 -0
  1255. /package/{esm2020 → esm2022}/utils/lib/decorators/pure.mjs +0 -0
  1256. /package/{esm2020 → esm2022}/utils/lib/helpers/array.mjs +0 -0
  1257. /package/{esm2020 → esm2022}/utils/lib/helpers/build-url.mjs +0 -0
  1258. /package/{esm2020 → esm2022}/utils/lib/helpers/build-website-url.mjs +0 -0
  1259. /package/{esm2020 → esm2022}/utils/lib/helpers/debounce.mjs +0 -0
  1260. /package/{esm2020 → esm2022}/utils/lib/helpers/defer-fn.mjs +0 -0
  1261. /package/{esm2020 → esm2022}/utils/lib/helpers/dom.mjs +0 -0
  1262. /package/{esm2020 → esm2022}/utils/lib/helpers/get-axis.mjs +0 -0
  1263. /package/{esm2020 → esm2022}/utils/lib/helpers/get-opposite-side.mjs +0 -0
  1264. /package/{esm2020 → esm2022}/utils/lib/helpers/get-side.mjs +0 -0
  1265. /package/{esm2020 → esm2022}/utils/lib/helpers/get-unique-id.mjs +0 -0
  1266. /package/{esm2020 → esm2022}/utils/lib/helpers/provide-config.mjs +0 -0
  1267. /package/{esm2020 → esm2022}/utils/lib/helpers/queue.mjs +0 -0
  1268. /package/{esm2020 → esm2022}/utils/lib/helpers/type-guards.mjs +0 -0
  1269. /package/{esm2020 → esm2022}/utils/lib/types/axis.mjs +0 -0
  1270. /package/{esm2020 → esm2022}/utils/lib/types/get-properties.mjs +0 -0
  1271. /package/{esm2020 → esm2022}/utils/lib/types/index.mjs +0 -0
  1272. /package/{esm2020 → esm2022}/utils/lib/types/position.mjs +0 -0
  1273. /package/{esm2020 → esm2022}/utils/lib/types/side.mjs +0 -0
  1274. /package/{esm2020 → esm2022}/utils/odx-angular-utils.mjs +0 -0
  1275. /package/{fesm2020 → fesm2022}/odx-angular-animations.mjs +0 -0
  1276. /package/{fesm2020 → fesm2022}/odx-angular-animations.mjs.map +0 -0
  1277. /package/{fesm2015 → fesm2022}/odx-angular-rxjs.mjs +0 -0
  1278. /package/{fesm2015 → fesm2022}/odx-angular-rxjs.mjs.map +0 -0
  1279. /package/{fesm2020 → fesm2022}/odx-angular-sdk.mjs +0 -0
  1280. /package/{fesm2020 → fesm2022}/odx-angular-sdk.mjs.map +0 -0
@@ -1,46 +0,0 @@
1
- import { __decorate, __metadata } from "tslib";
2
- import { Directive, Input } from '@angular/core';
3
- import { CSSComponent, CSSModifier } from '@odx/angular/internal';
4
- import { injectElement } from '@odx/angular/utils';
5
- import { LogoSize, LogoVariant } from './models';
6
- import * as i0 from "@angular/core";
7
- let LogoDirective = class LogoDirective {
8
- constructor() {
9
- this.element = injectElement();
10
- this.size = LogoSize.SMALL;
11
- this.variant = LogoVariant.DEFAULT;
12
- }
13
- };
14
- LogoDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LogoDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
15
- LogoDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", 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 });
16
- __decorate([
17
- CSSModifier(),
18
- __metadata("design:type", String)
19
- ], LogoDirective.prototype, "size", void 0);
20
- __decorate([
21
- CSSModifier(),
22
- __metadata("design:type", String)
23
- ], LogoDirective.prototype, "variant", void 0);
24
- LogoDirective = __decorate([
25
- CSSComponent('logo')
26
- ], LogoDirective);
27
- export { LogoDirective };
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LogoDirective, decorators: [{
29
- type: Directive,
30
- args: [{
31
- selector: 'odx-logo',
32
- standalone: true,
33
- host: {
34
- '[class.notranslate]': 'true',
35
- '[attr.aria-label]': '"Dräger logo"',
36
- '[attr.aria-roledescription]': '"logo"',
37
- translate: 'no',
38
- role: 'img',
39
- },
40
- }]
41
- }], propDecorators: { size: [{
42
- type: Input
43
- }], variant: [{
44
- type: Input
45
- }] } });
46
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9nby5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9sb2dvL3NyYy9sb2dvLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDakQsT0FBTyxFQUFFLFlBQVksRUFBRSxXQUFXLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDbkQsT0FBTyxFQUFFLFFBQVEsRUFBRSxXQUFXLEVBQUUsTUFBTSxVQUFVLENBQUM7O0FBYzFDLElBQU0sYUFBYSxHQUFuQixNQUFNLGFBQWE7SUFBbkI7UUFDVyxZQUFPLEdBQUcsYUFBYSxFQUFFLENBQUM7UUFJbkMsU0FBSSxHQUFhLFFBQVEsQ0FBQyxLQUFLLENBQUM7UUFJaEMsWUFBTyxHQUFnQixXQUFXLENBQUMsT0FBTyxDQUFDO0tBQ25EOzsyR0FWWSxhQUFhOytGQUFiLGFBQWE7QUFHeEI7SUFBQyxXQUFXLEVBQUU7OzJDQUV5QjtBQUV2QztJQUFDLFdBQVcsRUFBRTs7OENBRW9DO0FBVHZDLGFBQWE7SUFaekIsWUFBWSxDQUFDLE1BQU0sQ0FBQztHQVlSLGFBQWEsQ0FVekI7U0FWWSxhQUFhOzRGQUFiLGFBQWE7a0JBWHpCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLFVBQVU7b0JBQ3BCLFVBQVUsRUFBRSxJQUFJO29CQUNoQixJQUFJLEVBQUU7d0JBQ0oscUJBQXFCLEVBQUUsTUFBTTt3QkFDN0IsbUJBQW1CLEVBQUUsZUFBZTt3QkFDcEMsNkJBQTZCLEVBQUUsUUFBUTt3QkFDdkMsU0FBUyxFQUFFLElBQUk7d0JBQ2YsSUFBSSxFQUFFLEtBQUs7cUJBQ1o7aUJBQ0Y7OEJBTVEsSUFBSTtzQkFEVixLQUFLO2dCQUtDLE9BQU87c0JBRGIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENTU0NvbXBvbmVudCwgQ1NTTW9kaWZpZXIgfSBmcm9tICdAb2R4L2FuZ3VsYXIvaW50ZXJuYWwnO1xuaW1wb3J0IHsgaW5qZWN0RWxlbWVudCB9IGZyb20gJ0BvZHgvYW5ndWxhci91dGlscyc7XG5pbXBvcnQgeyBMb2dvU2l6ZSwgTG9nb1ZhcmlhbnQgfSBmcm9tICcuL21vZGVscyc7XG5cbkBDU1NDb21wb25lbnQoJ2xvZ28nKVxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnb2R4LWxvZ28nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBob3N0OiB7XG4gICAgJ1tjbGFzcy5ub3RyYW5zbGF0ZV0nOiAndHJ1ZScsXG4gICAgJ1thdHRyLmFyaWEtbGFiZWxdJzogJ1wiRHLDpGdlciBsb2dvXCInLFxuICAgICdbYXR0ci5hcmlhLXJvbGVkZXNjcmlwdGlvbl0nOiAnXCJsb2dvXCInLFxuICAgIHRyYW5zbGF0ZTogJ25vJyxcbiAgICByb2xlOiAnaW1nJyxcbiAgfSxcbn0pXG5leHBvcnQgY2xhc3MgTG9nb0RpcmVjdGl2ZSB7XG4gIHB1YmxpYyByZWFkb25seSBlbGVtZW50ID0gaW5qZWN0RWxlbWVudCgpO1xuXG4gIEBDU1NNb2RpZmllcigpXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBzaXplOiBMb2dvU2l6ZSA9IExvZ29TaXplLlNNQUxMO1xuXG4gIEBDU1NNb2RpZmllcigpXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyB2YXJpYW50OiBMb2dvVmFyaWFudCA9IExvZ29WYXJpYW50LkRFRkFVTFQ7XG59XG4iXX0=
@@ -1,32 +0,0 @@
1
- import { __decorate } from "tslib";
2
- import { Directive, HostListener, inject } from '@angular/core';
3
- import { CSSComponent } from '@odx/angular/internal';
4
- import { injectElement } from '@odx/angular/utils';
5
- import { MainMenuService } from '../main-menu.service';
6
- import * as i0 from "@angular/core";
7
- let MainMenuButtonDirective = class MainMenuButtonDirective {
8
- constructor() {
9
- this.mainMenuService = inject(MainMenuService);
10
- this.element = injectElement();
11
- }
12
- onClick() {
13
- this.mainMenuService.toggle();
14
- }
15
- };
16
- MainMenuButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MainMenuButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
17
- MainMenuButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MainMenuButtonDirective, isStandalone: true, selector: "button[odxMainMenuButton]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
18
- MainMenuButtonDirective = __decorate([
19
- CSSComponent('main-menu-button')
20
- ], MainMenuButtonDirective);
21
- export { MainMenuButtonDirective };
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MainMenuButtonDirective, decorators: [{
23
- type: Directive,
24
- args: [{
25
- selector: 'button[odxMainMenuButton]',
26
- standalone: true,
27
- }]
28
- }], propDecorators: { onClick: [{
29
- type: HostListener,
30
- args: ['click']
31
- }] } });
32
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi1tZW51LWJ1dHRvbi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9tYWluLW1lbnUvc3JjL2xpYi9kaXJlY3RpdmVzL21haW4tbWVudS1idXR0b24uZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDaEUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ3JELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNuRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sc0JBQXNCLENBQUM7O0FBT2hELElBQU0sdUJBQXVCLEdBQTdCLE1BQU0sdUJBQXVCO0lBQTdCO1FBQ1ksb0JBQWUsR0FBRyxNQUFNLENBQUMsZUFBZSxDQUFDLENBQUM7UUFDM0MsWUFBTyxHQUFHLGFBQWEsRUFBcUIsQ0FBQztLQU05RDtJQUhRLE9BQU87UUFDWixJQUFJLENBQUMsZUFBZSxDQUFDLE1BQU0sRUFBRSxDQUFDO0lBQ2hDLENBQUM7O3FIQVBVLHVCQUF1Qjt5R0FBdkIsdUJBQXVCO0FBQXZCLHVCQUF1QjtJQUxuQyxZQUFZLENBQUMsa0JBQWtCLENBQUM7R0FLcEIsdUJBQXVCLENBUW5DO1NBUlksdUJBQXVCOzRGQUF2Qix1QkFBdUI7a0JBSm5DLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsVUFBVSxFQUFFLElBQUk7aUJBQ2pCOzhCQU1RLE9BQU87c0JBRGIsWUFBWTt1QkFBQyxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBIb3N0TGlzdGVuZXIsIGluamVjdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ1NTQ29tcG9uZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL2ludGVybmFsJztcbmltcG9ydCB7IGluamVjdEVsZW1lbnQgfSBmcm9tICdAb2R4L2FuZ3VsYXIvdXRpbHMnO1xuaW1wb3J0IHsgTWFpbk1lbnVTZXJ2aWNlIH0gZnJvbSAnLi4vbWFpbi1tZW51LnNlcnZpY2UnO1xuXG5AQ1NTQ29tcG9uZW50KCdtYWluLW1lbnUtYnV0dG9uJylcbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ2J1dHRvbltvZHhNYWluTWVudUJ1dHRvbl0nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBNYWluTWVudUJ1dHRvbkRpcmVjdGl2ZSB7XG4gIHByaXZhdGUgcmVhZG9ubHkgbWFpbk1lbnVTZXJ2aWNlID0gaW5qZWN0KE1haW5NZW51U2VydmljZSk7XG4gIHB1YmxpYyByZWFkb25seSBlbGVtZW50ID0gaW5qZWN0RWxlbWVudDxIVE1MQnV0dG9uRWxlbWVudD4oKTtcblxuICBASG9zdExpc3RlbmVyKCdjbGljaycpXG4gIHB1YmxpYyBvbkNsaWNrKCkge1xuICAgIHRoaXMubWFpbk1lbnVTZXJ2aWNlLnRvZ2dsZSgpO1xuICB9XG59XG4iXX0=
@@ -1,24 +0,0 @@
1
- import { Directive, HostListener, inject } from '@angular/core';
2
- import { MainMenuComponent } from '../main-menu.component';
3
- import * as i0 from "@angular/core";
4
- export class MainMenuCloseDirective {
5
- constructor() {
6
- this.mainMenu = inject(MainMenuComponent, { optional: true });
7
- }
8
- onClick() {
9
- this.mainMenu?.close();
10
- }
11
- }
12
- MainMenuCloseDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MainMenuCloseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
13
- MainMenuCloseDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MainMenuCloseDirective, isStandalone: true, selector: "[odxMainMenuClose]", host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MainMenuCloseDirective, decorators: [{
15
- type: Directive,
16
- args: [{
17
- standalone: true,
18
- selector: '[odxMainMenuClose]',
19
- }]
20
- }], propDecorators: { onClick: [{
21
- type: HostListener,
22
- args: ['click']
23
- }] } });
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi1tZW51LWNsb3NlLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb21wb25lbnRzL21haW4tbWVudS9zcmMvbGliL2RpcmVjdGl2ZXMvbWFpbi1tZW51LWNsb3NlLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDaEUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7O0FBTTNELE1BQU0sT0FBTyxzQkFBc0I7SUFKbkM7UUFLbUIsYUFBUSxHQUFHLE1BQU0sQ0FBQyxpQkFBaUIsRUFBRSxFQUFFLFFBQVEsRUFBRSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0tBTTNFO0lBSFcsT0FBTztRQUNmLElBQUksQ0FBQyxRQUFRLEVBQUUsS0FBSyxFQUFFLENBQUM7SUFDekIsQ0FBQzs7b0hBTlUsc0JBQXNCO3dHQUF0QixzQkFBc0I7NEZBQXRCLHNCQUFzQjtrQkFKbEMsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLG9CQUFvQjtpQkFDL0I7OEJBS1csT0FBTztzQkFEaEIsWUFBWTt1QkFBQyxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBIb3N0TGlzdGVuZXIsIGluamVjdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTWFpbk1lbnVDb21wb25lbnQgfSBmcm9tICcuLi9tYWluLW1lbnUuY29tcG9uZW50JztcblxuQERpcmVjdGl2ZSh7XG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIHNlbGVjdG9yOiAnW29keE1haW5NZW51Q2xvc2VdJyxcbn0pXG5leHBvcnQgY2xhc3MgTWFpbk1lbnVDbG9zZURpcmVjdGl2ZSB7XG4gIHByaXZhdGUgcmVhZG9ubHkgbWFpbk1lbnUgPSBpbmplY3QoTWFpbk1lbnVDb21wb25lbnQsIHsgb3B0aW9uYWw6IHRydWUgfSk7XG5cbiAgQEhvc3RMaXN0ZW5lcignY2xpY2snKVxuICBwcm90ZWN0ZWQgb25DbGljaygpOiB2b2lkIHtcbiAgICB0aGlzLm1haW5NZW51Py5jbG9zZSgpO1xuICB9XG59XG4iXX0=
@@ -1,43 +0,0 @@
1
- import { __decorate, __metadata } from "tslib";
2
- import { coerceBooleanProperty } from '@angular/cdk/coercion';
3
- import { Directive, inject, Input } from '@angular/core';
4
- import { RouterLinkActive } from '@angular/router';
5
- import { WithDisabledState, WithTabIndex } from '@odx/angular';
6
- import { CSSComponent } from '@odx/angular/internal';
7
- import { injectElement, Transform } from '@odx/angular/utils';
8
- import { MainMenuCloseDirective } from './main-menu-close.directive';
9
- import * as i0 from "@angular/core";
10
- import * as i1 from "@odx/angular";
11
- import * as i2 from "./main-menu-close.directive";
12
- let MainMenuItemDirective = class MainMenuItemDirective {
13
- constructor() {
14
- this.routerLinkActive = inject(RouterLinkActive, { optional: true });
15
- this.element = injectElement();
16
- this.isSelected = false;
17
- }
18
- };
19
- MainMenuItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MainMenuItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
20
- MainMenuItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MainMenuItemDirective, isStandalone: true, selector: "[odxMainMenuItem]", inputs: { isSelected: "isSelected" }, host: { properties: { "class.is-selected": "isSelected || routerLinkActive?.isActive", "attr.role": "\"button\"" } }, hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }, { directive: i2.MainMenuCloseDirective }], ngImport: i0 });
21
- __decorate([
22
- Transform(coerceBooleanProperty),
23
- __metadata("design:type", Object)
24
- ], MainMenuItemDirective.prototype, "isSelected", void 0);
25
- MainMenuItemDirective = __decorate([
26
- CSSComponent('main-menu-item')
27
- ], MainMenuItemDirective);
28
- export { MainMenuItemDirective };
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MainMenuItemDirective, decorators: [{
30
- type: Directive,
31
- args: [{
32
- selector: '[odxMainMenuItem]',
33
- standalone: true,
34
- hostDirectives: [WithDisabledState, WithTabIndex, MainMenuCloseDirective],
35
- host: {
36
- '[class.is-selected]': 'isSelected || routerLinkActive?.isActive',
37
- '[attr.role]': '"button"',
38
- },
39
- }]
40
- }], propDecorators: { isSelected: [{
41
- type: Input
42
- }] } });
43
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi1tZW51LWl0ZW0uZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hbmd1bGFyL2NvbXBvbmVudHMvbWFpbi1tZW51L3NyYy9saWIvZGlyZWN0aXZlcy9tYWluLW1lbnUtaXRlbS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBZ0IscUJBQXFCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM1RSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDbkQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLFlBQVksRUFBRSxNQUFNLGNBQWMsQ0FBQztBQUMvRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDckQsT0FBTyxFQUFFLGFBQWEsRUFBRSxTQUFTLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUM5RCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQzs7OztBQVk5RCxJQUFNLHFCQUFxQixHQUEzQixNQUFNLHFCQUFxQjtJQUEzQjtRQUdjLHFCQUFnQixHQUFHLE1BQU0sQ0FBQyxnQkFBZ0IsRUFBRSxFQUFFLFFBQVEsRUFBRSxJQUFJLEVBQUUsQ0FBQyxDQUFDO1FBRW5FLFlBQU8sR0FBRyxhQUFhLEVBQUUsQ0FBQztRQUluQyxlQUFVLEdBQUcsS0FBSyxDQUFDO0tBQzNCOzttSEFWWSxxQkFBcUI7dUdBQXJCLHFCQUFxQjtBQU9oQztJQUFDLFNBQVMsQ0FBQyxxQkFBcUIsQ0FBQzs7eURBRVA7QUFUZixxQkFBcUI7SUFWakMsWUFBWSxDQUFDLGdCQUFnQixDQUFDO0dBVWxCLHFCQUFxQixDQVVqQztTQVZZLHFCQUFxQjs0RkFBckIscUJBQXFCO2tCQVRqQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxtQkFBbUI7b0JBQzdCLFVBQVUsRUFBRSxJQUFJO29CQUNoQixjQUFjLEVBQUUsQ0FBQyxpQkFBaUIsRUFBRSxZQUFZLEVBQUUsc0JBQXNCLENBQUM7b0JBQ3pFLElBQUksRUFBRTt3QkFDSixxQkFBcUIsRUFBRSwwQ0FBMEM7d0JBQ2pFLGFBQWEsRUFBRSxVQUFVO3FCQUMxQjtpQkFDRjs4QkFVUSxVQUFVO3NCQURoQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQm9vbGVhbklucHV0LCBjb2VyY2VCb29sZWFuUHJvcGVydHkgfSBmcm9tICdAYW5ndWxhci9jZGsvY29lcmNpb24nO1xuaW1wb3J0IHsgRGlyZWN0aXZlLCBpbmplY3QsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBSb3V0ZXJMaW5rQWN0aXZlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IFdpdGhEaXNhYmxlZFN0YXRlLCBXaXRoVGFiSW5kZXggfSBmcm9tICdAb2R4L2FuZ3VsYXInO1xuaW1wb3J0IHsgQ1NTQ29tcG9uZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL2ludGVybmFsJztcbmltcG9ydCB7IGluamVjdEVsZW1lbnQsIFRyYW5zZm9ybSB9IGZyb20gJ0BvZHgvYW5ndWxhci91dGlscyc7XG5pbXBvcnQgeyBNYWluTWVudUNsb3NlRGlyZWN0aXZlIH0gZnJvbSAnLi9tYWluLW1lbnUtY2xvc2UuZGlyZWN0aXZlJztcblxuQENTU0NvbXBvbmVudCgnbWFpbi1tZW51LWl0ZW0nKVxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW29keE1haW5NZW51SXRlbV0nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBob3N0RGlyZWN0aXZlczogW1dpdGhEaXNhYmxlZFN0YXRlLCBXaXRoVGFiSW5kZXgsIE1haW5NZW51Q2xvc2VEaXJlY3RpdmVdLFxuICBob3N0OiB7XG4gICAgJ1tjbGFzcy5pcy1zZWxlY3RlZF0nOiAnaXNTZWxlY3RlZCB8fCByb3V0ZXJMaW5rQWN0aXZlPy5pc0FjdGl2ZScsXG4gICAgJ1thdHRyLnJvbGVdJzogJ1wiYnV0dG9uXCInLFxuICB9LFxufSlcbmV4cG9ydCBjbGFzcyBNYWluTWVudUl0ZW1EaXJlY3RpdmUge1xuICBwdWJsaWMgc3RhdGljIHJlYWRvbmx5IG5nQWNjZXB0SW5wdXRUeXBlX2lzU2VsZWN0ZWQ6IEJvb2xlYW5JbnB1dDtcblxuICBwcm90ZWN0ZWQgcmVhZG9ubHkgcm91dGVyTGlua0FjdGl2ZSA9IGluamVjdChSb3V0ZXJMaW5rQWN0aXZlLCB7IG9wdGlvbmFsOiB0cnVlIH0pO1xuXG4gIHB1YmxpYyByZWFkb25seSBlbGVtZW50ID0gaW5qZWN0RWxlbWVudCgpO1xuXG4gIEBUcmFuc2Zvcm0oY29lcmNlQm9vbGVhblByb3BlcnR5KVxuICBASW5wdXQoKVxuICBwdWJsaWMgaXNTZWxlY3RlZCA9IGZhbHNlO1xufVxuIl19
@@ -1,77 +0,0 @@
1
- import { __decorate } from "tslib";
2
- import { transition, trigger, useAnimation } from '@angular/animations';
3
- import { coerceBooleanProperty } from '@angular/cdk/coercion';
4
- import { ChangeDetectionStrategy, Component, HostListener, inject, Input, Output, ViewEncapsulation } from '@angular/core';
5
- import { CoreModule } from '@odx/angular';
6
- import { fadeIn, fadeOut, slideInLeft, slideOutLeft } from '@odx/angular/animations';
7
- import { A11yModule } from '@odx/angular/cdk/a11y';
8
- import { AreaHeaderModule } from '@odx/angular/components/area-header';
9
- import { ButtonComponent } from '@odx/angular/components/button';
10
- import { IconComponent } from '@odx/angular/components/icon';
11
- import { LinkDirective } from '@odx/angular/components/link';
12
- import { LogoDirective } from '@odx/angular/components/logo';
13
- import { CSSComponent } from '@odx/angular/internal';
14
- import { provideTranslations, TranslatePipe } from '@odx/angular/internal/translate';
15
- import { injectElement, trackByIndex } from '@odx/angular/utils';
16
- import { createMainMenuLinks } from './helpers';
17
- import mainMenuTranslations from './main-menu.i18n';
18
- import { MainMenuService } from './main-menu.service';
19
- import * as i0 from "@angular/core";
20
- import * as i1 from "@angular/common";
21
- import * as i2 from "@odx/angular";
22
- import * as i3 from "@angular/cdk/a11y";
23
- import * as i4 from "@odx/angular/components/area-header";
24
- import * as i5 from "@odx/angular/components/button";
25
- import * as i6 from "@odx/angular/components/icon";
26
- let MainMenuComponent = class MainMenuComponent {
27
- constructor() {
28
- this.mainMenuService = inject(MainMenuService);
29
- this.mainMenuLinks = createMainMenuLinks();
30
- this.trackByIndex = trackByIndex;
31
- this.element = injectElement();
32
- this.subtitle = null;
33
- this.copyright = null;
34
- this.menuOpen = this.mainMenuService.isOpen$;
35
- }
36
- set isOpen(value) {
37
- this.mainMenuService.toggle(coerceBooleanProperty(value));
38
- }
39
- get isOpen() {
40
- return this.mainMenuService.isOpen();
41
- }
42
- close() {
43
- this.mainMenuService.close();
44
- }
45
- };
46
- MainMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MainMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
47
- MainMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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" } }, providers: [provideTranslations(mainMenuTranslations)], 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\" iconSet=\"core\"></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 <a odxLink [href]=\"link.url\" target=\"_blank\" *ngFor=\"let link of mainMenuLinks; trackBy: trackByIndex\">\n {{ link.name | odxTranslate | async }}\n </a>\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.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { 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", "iconSet"] }, { kind: "directive", type: LogoDirective, selector: "odx-logo", inputs: ["size", "variant"] }, { kind: "pipe", type: TranslatePipe, name: "odxTranslate" }, { kind: "directive", type: LinkDirective, selector: "a[odxLink]" }], animations: [
48
- trigger('menuAnimation', [transition(':enter', [useAnimation(slideInLeft)]), transition(':leave', [useAnimation(slideOutLeft)])]),
49
- trigger('overlayAnimation', [transition(':enter', [useAnimation(fadeIn())]), transition(':leave', [useAnimation(fadeOut())])]),
50
- ], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
51
- MainMenuComponent = __decorate([
52
- CSSComponent('main-menu')
53
- ], MainMenuComponent);
54
- export { MainMenuComponent };
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MainMenuComponent, decorators: [{
56
- type: Component,
57
- args: [{ selector: 'odx-main-menu', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [A11yModule, CoreModule, AreaHeaderModule, ButtonComponent, IconComponent, LogoDirective, TranslatePipe, LinkDirective], providers: [provideTranslations(mainMenuTranslations)], standalone: true, host: {
58
- '[class.is-open]': 'isOpen',
59
- }, animations: [
60
- trigger('menuAnimation', [transition(':enter', [useAnimation(slideInLeft)]), transition(':leave', [useAnimation(slideOutLeft)])]),
61
- trigger('overlayAnimation', [transition(':enter', [useAnimation(fadeIn())]), transition(':leave', [useAnimation(fadeOut())])]),
62
- ], 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\" iconSet=\"core\"></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 <a odxLink [href]=\"link.url\" target=\"_blank\" *ngFor=\"let link of mainMenuLinks; trackBy: trackByIndex\">\n {{ link.name | odxTranslate | async }}\n </a>\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" }]
63
- }], propDecorators: { title: [{
64
- type: Input
65
- }], subtitle: [{
66
- type: Input
67
- }], copyright: [{
68
- type: Input
69
- }], isOpen: [{
70
- type: Input
71
- }], menuOpen: [{
72
- type: Output
73
- }], close: [{
74
- type: HostListener,
75
- args: ['window:keyup.esc']
76
- }] } });
77
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi1tZW51LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb21wb25lbnRzL21haW4tbWVudS9zcmMvbGliL21haW4tbWVudS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9tYWluLW1lbnUvc3JjL2xpYi9tYWluLW1lbnUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3hFLE9BQU8sRUFBZ0IscUJBQXFCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM1RSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzSCxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQzFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsT0FBTyxFQUFFLFdBQVcsRUFBRSxZQUFZLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUNyRixPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDbkQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFDdkUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDN0QsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQzdELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUNyRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsYUFBYSxFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDckYsT0FBTyxFQUFFLGFBQWEsRUFBRSxZQUFZLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNqRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxXQUFXLENBQUM7QUFDaEQsT0FBTyxvQkFBb0IsTUFBTSxrQkFBa0IsQ0FBQztBQUNwRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7Ozs7Ozs7O0FBbUIvQyxJQUFNLGlCQUFpQixHQUF2QixNQUFNLGlCQUFpQjtJQUF2QjtRQUdjLG9CQUFlLEdBQUcsTUFBTSxDQUFDLGVBQWUsQ0FBQyxDQUFDO1FBQzFDLGtCQUFhLEdBQUcsbUJBQW1CLEVBQUUsQ0FBQztRQUN0QyxpQkFBWSxHQUFHLFlBQVksQ0FBQztRQUMvQixZQUFPLEdBQUcsYUFBYSxFQUFFLENBQUM7UUFNbkMsYUFBUSxHQUFrQixJQUFJLENBQUM7UUFHL0IsY0FBUyxHQUFrQixJQUFJLENBQUM7UUFZaEMsYUFBUSxHQUFHLElBQUksQ0FBQyxlQUFlLENBQUMsT0FBTyxDQUFDO0tBTWhEO0lBaEJDLElBQ1csTUFBTSxDQUFDLEtBQWM7UUFDOUIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxNQUFNLENBQUMscUJBQXFCLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQztJQUM1RCxDQUFDO0lBRUQsSUFBVyxNQUFNO1FBQ2YsT0FBTyxJQUFJLENBQUMsZUFBZSxDQUFDLE1BQU0sRUFBRSxDQUFDO0lBQ3ZDLENBQUM7SUFNTSxLQUFLO1FBQ1YsSUFBSSxDQUFDLGVBQWUsQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUMvQixDQUFDOzsrR0FoQ1UsaUJBQWlCO21HQUFqQixpQkFBaUIsOFJBVmpCLENBQUMsbUJBQW1CLENBQUMsb0JBQW9CLENBQUMsQ0FBQywwQkN6QnhELDJzQ0E2QkEsMkNETFksVUFBVSxpakJBQUUsVUFBVSw4QkFBRSxnQkFBZ0IscWRBQWtDLGFBQWEsNkVBQUUsYUFBYSxxREFBRSxhQUFhLHlDQU1uSDtRQUNWLE9BQU8sQ0FBQyxlQUFlLEVBQUUsQ0FBQyxVQUFVLENBQUMsUUFBUSxFQUFFLENBQUMsWUFBWSxDQUFDLFdBQVcsQ0FBQyxDQUFDLENBQUMsRUFBRSxVQUFVLENBQUMsUUFBUSxFQUFFLENBQUMsWUFBWSxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQ2pJLE9BQU8sQ0FBQyxrQkFBa0IsRUFBRSxDQUFDLFVBQVUsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxZQUFZLENBQUMsTUFBTSxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUUsVUFBVSxDQUFDLFFBQVEsRUFBRSxDQUFDLFlBQVksQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO0tBQy9IO0FBRVUsaUJBQWlCO0lBakI3QixZQUFZLENBQUMsV0FBVyxDQUFDO0dBaUJiLGlCQUFpQixDQWlDN0I7U0FqQ1ksaUJBQWlCOzRGQUFqQixpQkFBaUI7a0JBaEI3QixTQUFTOytCQUNFLGVBQWUsaUJBRVYsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSxXQUN0QyxDQUFDLFVBQVUsRUFBRSxVQUFVLEVBQUUsZ0JBQWdCLEVBQUUsZUFBZSxFQUFFLGFBQWEsRUFBRSxhQUFhLEVBQUUsYUFBYSxFQUFFLGFBQWEsQ0FBQyxhQUNySCxDQUFDLG1CQUFtQixDQUFDLG9CQUFvQixDQUFDLENBQUMsY0FDMUMsSUFBSSxRQUNWO3dCQUNKLGlCQUFpQixFQUFFLFFBQVE7cUJBQzVCLGNBQ1c7d0JBQ1YsT0FBTyxDQUFDLGVBQWUsRUFBRSxDQUFDLFVBQVUsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxZQUFZLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyxFQUFFLFVBQVUsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxZQUFZLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUM7d0JBQ2pJLE9BQU8sQ0FBQyxrQkFBa0IsRUFBRSxDQUFDLFVBQVUsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxZQUFZLENBQUMsTUFBTSxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUUsVUFBVSxDQUFDLFFBQVEsRUFBRSxDQUFDLFlBQVksQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO3FCQUMvSDs4QkFXTSxLQUFLO3NCQURYLEtBQUs7Z0JBSUMsUUFBUTtzQkFEZCxLQUFLO2dCQUlDLFNBQVM7c0JBRGYsS0FBSztnQkFJSyxNQUFNO3NCQURoQixLQUFLO2dCQVVDLFFBQVE7c0JBRGQsTUFBTTtnQkFJQSxLQUFLO3NCQURYLFlBQVk7dUJBQUMsa0JBQWtCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgdHJhbnNpdGlvbiwgdHJpZ2dlciwgdXNlQW5pbWF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvYW5pbWF0aW9ucyc7XG5pbXBvcnQgeyBCb29sZWFuSW5wdXQsIGNvZXJjZUJvb2xlYW5Qcm9wZXJ0eSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9jb2VyY2lvbic7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBIb3N0TGlzdGVuZXIsIGluamVjdCwgSW5wdXQsIE91dHB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvcmVNb2R1bGUgfSBmcm9tICdAb2R4L2FuZ3VsYXInO1xuaW1wb3J0IHsgZmFkZUluLCBmYWRlT3V0LCBzbGlkZUluTGVmdCwgc2xpZGVPdXRMZWZ0IH0gZnJvbSAnQG9keC9hbmd1bGFyL2FuaW1hdGlvbnMnO1xuaW1wb3J0IHsgQTExeU1vZHVsZSB9IGZyb20gJ0BvZHgvYW5ndWxhci9jZGsvYTExeSc7XG5pbXBvcnQgeyBBcmVhSGVhZGVyTW9kdWxlIH0gZnJvbSAnQG9keC9hbmd1bGFyL2NvbXBvbmVudHMvYXJlYS1oZWFkZXInO1xuaW1wb3J0IHsgQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL2NvbXBvbmVudHMvYnV0dG9uJztcbmltcG9ydCB7IEljb25Db21wb25lbnQgfSBmcm9tICdAb2R4L2FuZ3VsYXIvY29tcG9uZW50cy9pY29uJztcbmltcG9ydCB7IExpbmtEaXJlY3RpdmUgfSBmcm9tICdAb2R4L2FuZ3VsYXIvY29tcG9uZW50cy9saW5rJztcbmltcG9ydCB7IExvZ29EaXJlY3RpdmUgfSBmcm9tICdAb2R4L2FuZ3VsYXIvY29tcG9uZW50cy9sb2dvJztcbmltcG9ydCB7IENTU0NvbXBvbmVudCB9IGZyb20gJ0BvZHgvYW5ndWxhci9pbnRlcm5hbCc7XG5pbXBvcnQgeyBwcm92aWRlVHJhbnNsYXRpb25zLCBUcmFuc2xhdGVQaXBlIH0gZnJvbSAnQG9keC9hbmd1bGFyL2ludGVybmFsL3RyYW5zbGF0ZSc7XG5pbXBvcnQgeyBpbmplY3RFbGVtZW50LCB0cmFja0J5SW5kZXggfSBmcm9tICdAb2R4L2FuZ3VsYXIvdXRpbHMnO1xuaW1wb3J0IHsgY3JlYXRlTWFpbk1lbnVMaW5rcyB9IGZyb20gJy4vaGVscGVycyc7XG5pbXBvcnQgbWFpbk1lbnVUcmFuc2xhdGlvbnMgZnJvbSAnLi9tYWluLW1lbnUuaTE4bic7XG5pbXBvcnQgeyBNYWluTWVudVNlcnZpY2UgfSBmcm9tICcuL21haW4tbWVudS5zZXJ2aWNlJztcblxuQENTU0NvbXBvbmVudCgnbWFpbi1tZW51JylcbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ29keC1tYWluLW1lbnUnLFxuICB0ZW1wbGF0ZVVybDogJy4vbWFpbi1tZW51LmNvbXBvbmVudC5odG1sJyxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGltcG9ydHM6IFtBMTF5TW9kdWxlLCBDb3JlTW9kdWxlLCBBcmVhSGVhZGVyTW9kdWxlLCBCdXR0b25Db21wb25lbnQsIEljb25Db21wb25lbnQsIExvZ29EaXJlY3RpdmUsIFRyYW5zbGF0ZVBpcGUsIExpbmtEaXJlY3RpdmVdLFxuICBwcm92aWRlcnM6IFtwcm92aWRlVHJhbnNsYXRpb25zKG1haW5NZW51VHJhbnNsYXRpb25zKV0sXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGhvc3Q6IHtcbiAgICAnW2NsYXNzLmlzLW9wZW5dJzogJ2lzT3BlbicsXG4gIH0sXG4gIGFuaW1hdGlvbnM6IFtcbiAgICB0cmlnZ2VyKCdtZW51QW5pbWF0aW9uJywgW3RyYW5zaXRpb24oJzplbnRlcicsIFt1c2VBbmltYXRpb24oc2xpZGVJbkxlZnQpXSksIHRyYW5zaXRpb24oJzpsZWF2ZScsIFt1c2VBbmltYXRpb24oc2xpZGVPdXRMZWZ0KV0pXSksXG4gICAgdHJpZ2dlcignb3ZlcmxheUFuaW1hdGlvbicsIFt0cmFuc2l0aW9uKCc6ZW50ZXInLCBbdXNlQW5pbWF0aW9uKGZhZGVJbigpKV0pLCB0cmFuc2l0aW9uKCc6bGVhdmUnLCBbdXNlQW5pbWF0aW9uKGZhZGVPdXQoKSldKV0pLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBNYWluTWVudUNvbXBvbmVudCB7XG4gIHB1YmxpYyBzdGF0aWMgcmVhZG9ubHkgbmdBY2NlcHRJbnB1dFR5cGVfaXNPcGVuOiBCb29sZWFuSW5wdXQ7XG5cbiAgcHJvdGVjdGVkIHJlYWRvbmx5IG1haW5NZW51U2VydmljZSA9IGluamVjdChNYWluTWVudVNlcnZpY2UpO1xuICBwcm90ZWN0ZWQgcmVhZG9ubHkgbWFpbk1lbnVMaW5rcyA9IGNyZWF0ZU1haW5NZW51TGlua3MoKTtcbiAgcHJvdGVjdGVkIHJlYWRvbmx5IHRyYWNrQnlJbmRleCA9IHRyYWNrQnlJbmRleDtcbiAgcHVibGljIHJlYWRvbmx5IGVsZW1lbnQgPSBpbmplY3RFbGVtZW50KCk7XG5cbiAgQElucHV0KClcbiAgcHVibGljIHRpdGxlITogc3RyaW5nO1xuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBzdWJ0aXRsZTogc3RyaW5nIHwgbnVsbCA9IG51bGw7XG5cbiAgQElucHV0KClcbiAgcHVibGljIGNvcHlyaWdodDogc3RyaW5nIHwgbnVsbCA9IG51bGw7XG5cbiAgQElucHV0KClcbiAgcHVibGljIHNldCBpc09wZW4odmFsdWU6IGJvb2xlYW4pIHtcbiAgICB0aGlzLm1haW5NZW51U2VydmljZS50b2dnbGUoY29lcmNlQm9vbGVhblByb3BlcnR5KHZhbHVlKSk7XG4gIH1cblxuICBwdWJsaWMgZ2V0IGlzT3BlbigpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5tYWluTWVudVNlcnZpY2UuaXNPcGVuKCk7XG4gIH1cblxuICBAT3V0cHV0KClcbiAgcHVibGljIG1lbnVPcGVuID0gdGhpcy5tYWluTWVudVNlcnZpY2UuaXNPcGVuJDtcblxuICBASG9zdExpc3RlbmVyKCd3aW5kb3c6a2V5dXAuZXNjJylcbiAgcHVibGljIGNsb3NlKCk6IHZvaWQge1xuICAgIHRoaXMubWFpbk1lbnVTZXJ2aWNlLmNsb3NlKCk7XG4gIH1cbn1cbiIsIjxhc2lkZSBAbWVudUFuaW1hdGlvbiBjbGFzcz1cIm9keC1tYWluLW1lbnVfX2lubmVyXCIgY2RrVHJhcEZvY3VzIGNka1RyYXBGb2N1c0F1dG9DYXB0dXJlICpuZ0lmPVwibWVudU9wZW4gfCBhc3luY1wiPlxuICA8ZGl2IGNsYXNzPVwib2R4LW1haW4tbWVudV9fYWN0aW9uc1wiPlxuICAgIDxidXR0b24gY2xhc3M9XCJvZHgtbWFpbi1tZW51X19jbG9zZVwiIG9keEJ1dHRvbiBkaXNhYmxlZD1cImZhbHNlXCIgKGNsaWNrKT1cImNsb3NlKClcIj5cbiAgICAgIDxvZHgtaWNvbiBuYW1lPVwiY2xvc2VcIiBpY29uU2V0PVwiY29yZVwiPjwvb2R4LWljb24+XG4gICAgPC9idXR0b24+XG4gIDwvZGl2PlxuICA8b2R4LWFyZWEtaGVhZGVyIGNsYXNzPVwib2R4LW1haW4tbWVudV9faGVhZGVyXCIgc2l6ZT1cImxhcmdlXCI+XG4gICAge3sgdGl0bGUgfX1cbiAgICA8b2R4LWFyZWEtaGVhZGVyLXN1YnRpdGxlICpuZ0lmPVwic3VidGl0bGVcIj5cbiAgICAgIHt7IHN1YnRpdGxlIH19XG4gICAgPC9vZHgtYXJlYS1oZWFkZXItc3VidGl0bGU+XG4gIDwvb2R4LWFyZWEtaGVhZGVyPlxuICA8bmF2IGNsYXNzPVwib2R4LW1haW4tbWVudV9fY29udGVudFwiPlxuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgPC9uYXY+XG4gIDxkaXYgY2xhc3M9XCJvZHgtbWFpbi1tZW51X19pbmZvXCI+XG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW29keExpbmtdXCI+PC9uZy1jb250ZW50PlxuICAgIDxhIG9keExpbmsgW2hyZWZdPVwibGluay51cmxcIiB0YXJnZXQ9XCJfYmxhbmtcIiAqbmdGb3I9XCJsZXQgbGluayBvZiBtYWluTWVudUxpbmtzOyB0cmFja0J5OiB0cmFja0J5SW5kZXhcIj5cbiAgICAgIHt7IGxpbmsubmFtZSB8IG9keFRyYW5zbGF0ZSB8IGFzeW5jIH19XG4gICAgPC9hPlxuICA8L2Rpdj5cbiAgPGRpdiBjbGFzcz1cIm9keC1tYWluLW1lbnVfX2Zvb3RlclwiPlxuICAgIDxvZHgtbG9nbyB2YXJpYW50PVwiaW52ZXJzZVwiPjwvb2R4LWxvZ28+XG4gICAgPHAgY2xhc3M9XCJvZHgtdGV4dCBvZHgtdGV4dC0tc21hbGxcIiAqbmdJZj1cImNvcHlyaWdodFwiPlxuICAgICAge3sgY29weXJpZ2h0IH19XG4gICAgPC9wPlxuICA8L2Rpdj5cbjwvYXNpZGU+XG48ZGl2IEBvdmVybGF5QW5pbWF0aW9uIGNsYXNzPVwib2R4LW1haW4tbWVudV9fb3ZlcmxheVwiIChjbGljayk9XCJjbG9zZSgpXCIgKm5nSWY9XCJtZW51T3BlbiB8IGFzeW5jXCI+PC9kaXY+XG4iXX0=
@@ -1,20 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CoreModule } from '@odx/angular';
3
- import { LinkDirective } from '@odx/angular/components/link';
4
- import { MainMenuButtonDirective, MainMenuCloseDirective, MainMenuItemDirective } from './directives';
5
- import { MainMenuComponent } from './main-menu.component';
6
- import * as i0 from "@angular/core";
7
- const modules = [LinkDirective, MainMenuComponent, MainMenuItemDirective, MainMenuButtonDirective, MainMenuCloseDirective];
8
- export class MainMenuModule {
9
- }
10
- MainMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MainMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- MainMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: MainMenuModule, imports: [LinkDirective, MainMenuComponent, MainMenuItemDirective, MainMenuButtonDirective, MainMenuCloseDirective], exports: [CoreModule, LinkDirective, MainMenuComponent, MainMenuItemDirective, MainMenuButtonDirective, MainMenuCloseDirective] });
12
- MainMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MainMenuModule, imports: [MainMenuComponent, CoreModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MainMenuModule, decorators: [{
14
- type: NgModule,
15
- args: [{
16
- imports: modules,
17
- exports: [CoreModule, ...modules],
18
- }]
19
- }] });
20
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi1tZW51Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb21wb25lbnRzL21haW4tbWVudS9zcmMvbGliL21haW4tbWVudS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQzFDLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsc0JBQXNCLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDdEcsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7O0FBRTFELE1BQU0sT0FBTyxHQUFHLENBQUMsYUFBYSxFQUFFLGlCQUFpQixFQUFFLHFCQUFxQixFQUFFLHVCQUF1QixFQUFFLHNCQUFzQixDQUFDLENBQUM7QUFNM0gsTUFBTSxPQUFPLGNBQWM7OzRHQUFkLGNBQWM7NkdBQWQsY0FBYyxZQU5WLGFBQWEsRUFBRSxpQkFBaUIsRUFBRSxxQkFBcUIsRUFBRSx1QkFBdUIsRUFBRSxzQkFBc0IsYUFJN0csVUFBVSxFQUpMLGFBQWEsRUFBRSxpQkFBaUIsRUFBRSxxQkFBcUIsRUFBRSx1QkFBdUIsRUFBRSxzQkFBc0I7NkdBTTVHLGNBQWMsWUFOSyxpQkFBaUIsRUFJckMsVUFBVTs0RkFFVCxjQUFjO2tCQUoxQixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxPQUFPO29CQUNoQixPQUFPLEVBQUUsQ0FBQyxVQUFVLEVBQUUsR0FBRyxPQUFPLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvcmVNb2R1bGUgfSBmcm9tICdAb2R4L2FuZ3VsYXInO1xuaW1wb3J0IHsgTGlua0RpcmVjdGl2ZSB9IGZyb20gJ0BvZHgvYW5ndWxhci9jb21wb25lbnRzL2xpbmsnO1xuaW1wb3J0IHsgTWFpbk1lbnVCdXR0b25EaXJlY3RpdmUsIE1haW5NZW51Q2xvc2VEaXJlY3RpdmUsIE1haW5NZW51SXRlbURpcmVjdGl2ZSB9IGZyb20gJy4vZGlyZWN0aXZlcyc7XG5pbXBvcnQgeyBNYWluTWVudUNvbXBvbmVudCB9IGZyb20gJy4vbWFpbi1tZW51LmNvbXBvbmVudCc7XG5cbmNvbnN0IG1vZHVsZXMgPSBbTGlua0RpcmVjdGl2ZSwgTWFpbk1lbnVDb21wb25lbnQsIE1haW5NZW51SXRlbURpcmVjdGl2ZSwgTWFpbk1lbnVCdXR0b25EaXJlY3RpdmUsIE1haW5NZW51Q2xvc2VEaXJlY3RpdmVdO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBtb2R1bGVzLFxuICBleHBvcnRzOiBbQ29yZU1vZHVsZSwgLi4ubW9kdWxlc10sXG59KVxuZXhwb3J0IGNsYXNzIE1haW5NZW51TW9kdWxlIHt9XG4iXX0=
@@ -1,28 +0,0 @@
1
- import { Injectable } from '@angular/core';
2
- import { BehaviorSubject, distinctUntilChanged, shareReplay } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export class MainMenuService {
5
- constructor() {
6
- this.isOpen$$ = new BehaviorSubject(false);
7
- this.isOpen$ = this.isOpen$$.pipe(distinctUntilChanged(), shareReplay({ refCount: true }));
8
- }
9
- isOpen() {
10
- return this.isOpen$$.getValue();
11
- }
12
- open() {
13
- this.toggle(true);
14
- }
15
- close() {
16
- this.toggle(false);
17
- }
18
- toggle(forceState) {
19
- this.isOpen$$.next(forceState ?? !this.isOpen());
20
- }
21
- }
22
- MainMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MainMenuService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
23
- MainMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MainMenuService, providedIn: 'root' });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MainMenuService, decorators: [{
25
- type: Injectable,
26
- args: [{ providedIn: 'root' }]
27
- }] });
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi1tZW51LnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9tYWluLW1lbnUvc3JjL2xpYi9tYWluLW1lbnUuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxlQUFlLEVBQUUsb0JBQW9CLEVBQUUsV0FBVyxFQUFFLE1BQU0sTUFBTSxDQUFDOztBQUcxRSxNQUFNLE9BQU8sZUFBZTtJQUQ1QjtRQUVtQixhQUFRLEdBQUcsSUFBSSxlQUFlLENBQUMsS0FBSyxDQUFDLENBQUM7UUFFdkMsWUFBTyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLG9CQUFvQixFQUFFLEVBQUUsV0FBVyxDQUFDLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQztLQWlCdkc7SUFmUSxNQUFNO1FBQ1gsT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQ2xDLENBQUM7SUFFTSxJQUFJO1FBQ1QsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNwQixDQUFDO0lBRU0sS0FBSztRQUNWLElBQUksQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDckIsQ0FBQztJQUVNLE1BQU0sQ0FBQyxVQUFvQjtRQUNoQyxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxVQUFVLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxFQUFFLENBQUMsQ0FBQztJQUNuRCxDQUFDOzs2R0FuQlUsZUFBZTtpSEFBZixlQUFlLGNBREYsTUFBTTs0RkFDbkIsZUFBZTtrQkFEM0IsVUFBVTttQkFBQyxFQUFFLFVBQVUsRUFBRSxNQUFNLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCZWhhdmlvclN1YmplY3QsIGRpc3RpbmN0VW50aWxDaGFuZ2VkLCBzaGFyZVJlcGxheSB9IGZyb20gJ3J4anMnO1xuXG5ASW5qZWN0YWJsZSh7IHByb3ZpZGVkSW46ICdyb290JyB9KVxuZXhwb3J0IGNsYXNzIE1haW5NZW51U2VydmljZSB7XG4gIHByaXZhdGUgcmVhZG9ubHkgaXNPcGVuJCQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0KGZhbHNlKTtcblxuICBwdWJsaWMgcmVhZG9ubHkgaXNPcGVuJCA9IHRoaXMuaXNPcGVuJCQucGlwZShkaXN0aW5jdFVudGlsQ2hhbmdlZCgpLCBzaGFyZVJlcGxheSh7IHJlZkNvdW50OiB0cnVlIH0pKTtcblxuICBwdWJsaWMgaXNPcGVuKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLmlzT3BlbiQkLmdldFZhbHVlKCk7XG4gIH1cblxuICBwdWJsaWMgb3BlbigpOiB2b2lkIHtcbiAgICB0aGlzLnRvZ2dsZSh0cnVlKTtcbiAgfVxuXG4gIHB1YmxpYyBjbG9zZSgpOiB2b2lkIHtcbiAgICB0aGlzLnRvZ2dsZShmYWxzZSk7XG4gIH1cblxuICBwdWJsaWMgdG9nZ2xlKGZvcmNlU3RhdGU/OiBib29sZWFuKTogdm9pZCB7XG4gICAgdGhpcy5pc09wZW4kJC5uZXh0KGZvcmNlU3RhdGUgPz8gIXRoaXMuaXNPcGVuKCkpO1xuICB9XG59XG4iXX0=
@@ -1,21 +0,0 @@
1
- import { __decorate } from "tslib";
2
- import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';
3
- import { CSSComponent } from '@odx/angular/internal';
4
- import { injectElement } from '@odx/angular/utils';
5
- import * as i0 from "@angular/core";
6
- let MainfilterGroupComponent = class MainfilterGroupComponent {
7
- constructor() {
8
- this.element = injectElement();
9
- }
10
- };
11
- MainfilterGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MainfilterGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- MainfilterGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MainfilterGroupComponent, isStandalone: true, selector: "odx-mainfilter-group", ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
13
- MainfilterGroupComponent = __decorate([
14
- CSSComponent('mainfilter-group')
15
- ], MainfilterGroupComponent);
16
- export { MainfilterGroupComponent };
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MainfilterGroupComponent, decorators: [{
18
- type: Component,
19
- args: [{ selector: 'odx-mainfilter-group', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
20
- }] });
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbmZpbHRlci1ncm91cC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9tYWluZmlsdGVyLWdyb3VwL3NyYy9saWIvbWFpbmZpbHRlci1ncm91cC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9tYWluZmlsdGVyLWdyb3VwL3NyYy9saWIvbWFpbmZpbHRlci1ncm91cC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN0RixPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDckQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLG9CQUFvQixDQUFDOztBQVU1QyxJQUFNLHdCQUF3QixHQUE5QixNQUFNLHdCQUF3QjtJQUE5QjtRQUNXLFlBQU8sR0FBRyxhQUFhLEVBQUUsQ0FBQztLQUMzQzs7c0hBRlksd0JBQXdCOzBHQUF4Qix3QkFBd0IsZ0ZDWnJDLDZCQUNBO0FEV2Esd0JBQXdCO0lBUnBDLFlBQVksQ0FBQyxrQkFBa0IsQ0FBQztHQVFwQix3QkFBd0IsQ0FFcEM7U0FGWSx3QkFBd0I7NEZBQXhCLHdCQUF3QjtrQkFQcEMsU0FBUzsrQkFDRSxzQkFBc0IsY0FFcEIsSUFBSSxtQkFDQyx1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENTU0NvbXBvbmVudCB9IGZyb20gJ0BvZHgvYW5ndWxhci9pbnRlcm5hbCc7XG5pbXBvcnQgeyBpbmplY3RFbGVtZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL3V0aWxzJztcblxuQENTU0NvbXBvbmVudCgnbWFpbmZpbHRlci1ncm91cCcpXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdvZHgtbWFpbmZpbHRlci1ncm91cCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9tYWluZmlsdGVyLWdyb3VwLmNvbXBvbmVudC5odG1sJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIE1haW5maWx0ZXJHcm91cENvbXBvbmVudCB7XG4gIHB1YmxpYyByZWFkb25seSBlbGVtZW50ID0gaW5qZWN0RWxlbWVudCgpO1xufVxuIiwiPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuIl19
@@ -1,37 +0,0 @@
1
- import { __decorate } from "tslib";
2
- import { Directive, HostListener } from '@angular/core';
3
- import { ListFocusManagerOptionDirective } from '@odx/angular/cdk/a11y';
4
- import { closeCurrentDropdown } from '@odx/angular/components/dropdown';
5
- import { CSSComponent } from '@odx/angular/internal';
6
- import { deferFn, injectElement } from '@odx/angular/utils';
7
- import * as i0 from "@angular/core";
8
- import * as i1 from "@odx/angular/cdk/a11y";
9
- let MenuItemDirective = class MenuItemDirective {
10
- constructor() {
11
- this.element = injectElement();
12
- }
13
- selectItem() {
14
- deferFn(() => closeCurrentDropdown(this.element.nativeElement));
15
- }
16
- };
17
- MenuItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MenuItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
18
- MenuItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MenuItemDirective, isStandalone: true, selector: "a[odxButton][odxMenuItem], button[odxButton][odxMenuItem]", host: { attributes: { "role": "menuitem" }, listeners: { "click": "selectItem()" } }, hostDirectives: [{ directive: i1.ListFocusManagerOptionDirective }], ngImport: i0 });
19
- MenuItemDirective = __decorate([
20
- CSSComponent('menu-item')
21
- ], MenuItemDirective);
22
- export { MenuItemDirective };
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MenuItemDirective, decorators: [{
24
- type: Directive,
25
- args: [{
26
- selector: 'a[odxButton][odxMenuItem], button[odxButton][odxMenuItem]',
27
- standalone: true,
28
- hostDirectives: [ListFocusManagerOptionDirective],
29
- host: {
30
- role: 'menuitem',
31
- },
32
- }]
33
- }], propDecorators: { selectItem: [{
34
- type: HostListener,
35
- args: ['click']
36
- }] } });
37
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVudS1pdGVtLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb21wb25lbnRzL21lbnUvc3JjL2xpYi9kaXJlY3RpdmVzL21lbnUtaXRlbS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSwrQkFBK0IsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ3hFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQ3hFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUNyRCxPQUFPLEVBQUUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLG9CQUFvQixDQUFDOzs7QUFXckQsSUFBTSxpQkFBaUIsR0FBdkIsTUFBTSxpQkFBaUI7SUFBdkI7UUFDVyxZQUFPLEdBQUcsYUFBYSxFQUF1QyxDQUFDO0tBTWhGO0lBSFcsVUFBVTtRQUNsQixPQUFPLENBQUMsR0FBRyxFQUFFLENBQUMsb0JBQW9CLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxhQUFhLENBQUMsQ0FBQyxDQUFDO0lBQ2xFLENBQUM7OytHQU5VLGlCQUFpQjttR0FBakIsaUJBQWlCO0FBQWpCLGlCQUFpQjtJQVQ3QixZQUFZLENBQUMsV0FBVyxDQUFDO0dBU2IsaUJBQWlCLENBTzdCO1NBUFksaUJBQWlCOzRGQUFqQixpQkFBaUI7a0JBUjdCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLDJEQUEyRDtvQkFDckUsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLGNBQWMsRUFBRSxDQUFDLCtCQUErQixDQUFDO29CQUNqRCxJQUFJLEVBQUU7d0JBQ0osSUFBSSxFQUFFLFVBQVU7cUJBQ2pCO2lCQUNGOzhCQUtXLFVBQVU7c0JBRG5CLFlBQVk7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgSG9zdExpc3RlbmVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBMaXN0Rm9jdXNNYW5hZ2VyT3B0aW9uRGlyZWN0aXZlIH0gZnJvbSAnQG9keC9hbmd1bGFyL2Nkay9hMTF5JztcbmltcG9ydCB7IGNsb3NlQ3VycmVudERyb3Bkb3duIH0gZnJvbSAnQG9keC9hbmd1bGFyL2NvbXBvbmVudHMvZHJvcGRvd24nO1xuaW1wb3J0IHsgQ1NTQ29tcG9uZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL2ludGVybmFsJztcbmltcG9ydCB7IGRlZmVyRm4sIGluamVjdEVsZW1lbnQgfSBmcm9tICdAb2R4L2FuZ3VsYXIvdXRpbHMnO1xuXG5AQ1NTQ29tcG9uZW50KCdtZW51LWl0ZW0nKVxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnYVtvZHhCdXR0b25dW29keE1lbnVJdGVtXSwgYnV0dG9uW29keEJ1dHRvbl1bb2R4TWVudUl0ZW1dJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaG9zdERpcmVjdGl2ZXM6IFtMaXN0Rm9jdXNNYW5hZ2VyT3B0aW9uRGlyZWN0aXZlXSxcbiAgaG9zdDoge1xuICAgIHJvbGU6ICdtZW51aXRlbScsXG4gIH0sXG59KVxuZXhwb3J0IGNsYXNzIE1lbnVJdGVtRGlyZWN0aXZlIHtcbiAgcHVibGljIHJlYWRvbmx5IGVsZW1lbnQgPSBpbmplY3RFbGVtZW50PEhUTUxCdXR0b25FbGVtZW50IHwgSFRNTExpbmtFbGVtZW50PigpO1xuXG4gIEBIb3N0TGlzdGVuZXIoJ2NsaWNrJylcbiAgcHJvdGVjdGVkIHNlbGVjdEl0ZW0oKTogdm9pZCB7XG4gICAgZGVmZXJGbigoKSA9PiBjbG9zZUN1cnJlbnREcm9wZG93bih0aGlzLmVsZW1lbnQubmF0aXZlRWxlbWVudCkpO1xuICB9XG59XG4iXX0=
@@ -1,46 +0,0 @@
1
- import { __decorate, __metadata } from "tslib";
2
- import { coerceBooleanProperty } from '@angular/cdk/coercion';
3
- import { CommonModule } from '@angular/common';
4
- import { ChangeDetectionStrategy, Component, HostListener, Input, ViewEncapsulation } from '@angular/core';
5
- import { ListFocusManagerDirective } from '@odx/angular/cdk/a11y';
6
- import { ActionGroupComponent } from '@odx/angular/components/action-group';
7
- import { closeCurrentDropdown } from '@odx/angular/components/dropdown';
8
- import { CSSComponent, CSSModifier } from '@odx/angular/internal';
9
- import { injectElement, Transform } from '@odx/angular/utils';
10
- import * as i0 from "@angular/core";
11
- import * as i1 from "@odx/angular/cdk/a11y";
12
- import * as i2 from "@angular/common";
13
- let MenuComponent = class MenuComponent {
14
- constructor() {
15
- this.element = injectElement();
16
- this.tile = false;
17
- }
18
- onTab(event) {
19
- event.preventDefault();
20
- event.stopPropagation();
21
- closeCurrentDropdown(this.element.nativeElement);
22
- }
23
- };
24
- MenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
25
- MenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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=\"[odxButton]\" 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
- __decorate([
27
- CSSModifier(),
28
- Transform(coerceBooleanProperty),
29
- __metadata("design:type", Object)
30
- ], MenuComponent.prototype, "tile", void 0);
31
- MenuComponent = __decorate([
32
- CSSComponent('menu')
33
- ], MenuComponent);
34
- export { MenuComponent };
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MenuComponent, decorators: [{
36
- type: Component,
37
- args: [{ selector: 'odx-menu', standalone: true, imports: [ActionGroupComponent, CommonModule], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [ListFocusManagerDirective], host: {
38
- role: 'menu',
39
- }, 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=\"[odxButton]\" ngProjectAs=\"[odxButton]\"></ng-content>\n</odx-action-group>\n" }]
40
- }], propDecorators: { tile: [{
41
- type: Input
42
- }], onTab: [{
43
- type: HostListener,
44
- args: ['keydown.tab', ['$event']]
45
- }] } });
46
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVudS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9tZW51L3NyYy9saWIvbWVudS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9tZW51L3NyYy9saWIvbWVudS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFnQixxQkFBcUIsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQzVFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0csT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDbEUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFDNUUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFDeEUsT0FBTyxFQUFFLFlBQVksRUFBRSxXQUFXLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsYUFBYSxFQUFFLFNBQVMsRUFBRSxNQUFNLG9CQUFvQixDQUFDOzs7O0FBZXZELElBQU0sYUFBYSxHQUFuQixNQUFNLGFBQWE7SUFBbkI7UUFFVyxZQUFPLEdBQUcsYUFBYSxFQUFFLENBQUM7UUFLbkMsU0FBSSxHQUFHLEtBQUssQ0FBQztLQVFyQjtJQUxRLEtBQUssQ0FBQyxLQUFvQjtRQUMvQixLQUFLLENBQUMsY0FBYyxFQUFFLENBQUM7UUFDdkIsS0FBSyxDQUFDLGVBQWUsRUFBRSxDQUFDO1FBQ3hCLG9CQUFvQixDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsYUFBYSxDQUFDLENBQUM7SUFDbkQsQ0FBQzs7MkdBZFUsYUFBYTsrRkFBYixhQUFhLHNQQ3RCMUIsME9BTUEsNENET1ksb0JBQW9CLGlGQUFFLFlBQVk7QUFhNUM7SUFBQyxXQUFXLEVBQUU7SUFDYixTQUFTLENBQUMscUJBQXFCLENBQUM7OzJDQUViO0FBUFQsYUFBYTtJQWJ6QixZQUFZLENBQUMsTUFBTSxDQUFDO0dBYVIsYUFBYSxDQWV6QjtTQWZZLGFBQWE7NEZBQWIsYUFBYTtrQkFaekIsU0FBUzsrQkFDRSxVQUFVLGNBQ1IsSUFBSSxXQUNQLENBQUMsb0JBQW9CLEVBQUUsWUFBWSxDQUFDLGlCQUU5QixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLGtCQUMvQixDQUFDLHlCQUF5QixDQUFDLFFBQ3JDO3dCQUNKLElBQUksRUFBRSxNQUFNO3FCQUNiOzhCQVNNLElBQUk7c0JBRFYsS0FBSztnQkFJQyxLQUFLO3NCQURYLFlBQVk7dUJBQUMsYUFBYSxFQUFFLENBQUMsUUFBUSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQm9vbGVhbklucHV0LCBjb2VyY2VCb29sZWFuUHJvcGVydHkgfSBmcm9tICdAYW5ndWxhci9jZGsvY29lcmNpb24nO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIEhvc3RMaXN0ZW5lciwgSW5wdXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBMaXN0Rm9jdXNNYW5hZ2VyRGlyZWN0aXZlIH0gZnJvbSAnQG9keC9hbmd1bGFyL2Nkay9hMTF5JztcbmltcG9ydCB7IEFjdGlvbkdyb3VwQ29tcG9uZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL2NvbXBvbmVudHMvYWN0aW9uLWdyb3VwJztcbmltcG9ydCB7IGNsb3NlQ3VycmVudERyb3Bkb3duIH0gZnJvbSAnQG9keC9hbmd1bGFyL2NvbXBvbmVudHMvZHJvcGRvd24nO1xuaW1wb3J0IHsgQ1NTQ29tcG9uZW50LCBDU1NNb2RpZmllciB9IGZyb20gJ0BvZHgvYW5ndWxhci9pbnRlcm5hbCc7XG5pbXBvcnQgeyBpbmplY3RFbGVtZW50LCBUcmFuc2Zvcm0gfSBmcm9tICdAb2R4L2FuZ3VsYXIvdXRpbHMnO1xuXG5AQ1NTQ29tcG9uZW50KCdtZW51JylcbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ29keC1tZW51JyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0FjdGlvbkdyb3VwQ29tcG9uZW50LCBDb21tb25Nb2R1bGVdLFxuICB0ZW1wbGF0ZVVybDogJy4vbWVudS5jb21wb25lbnQuaHRtbCcsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBob3N0RGlyZWN0aXZlczogW0xpc3RGb2N1c01hbmFnZXJEaXJlY3RpdmVdLFxuICBob3N0OiB7XG4gICAgcm9sZTogJ21lbnUnLFxuICB9LFxufSlcbmV4cG9ydCBjbGFzcyBNZW51Q29tcG9uZW50IHtcbiAgcHVibGljIHN0YXRpYyBuZ0FjY2VwdElucHV0VHlwZV90aWxlOiBCb29sZWFuSW5wdXQ7XG4gIHB1YmxpYyByZWFkb25seSBlbGVtZW50ID0gaW5qZWN0RWxlbWVudCgpO1xuXG4gIEBDU1NNb2RpZmllcigpXG4gIEBUcmFuc2Zvcm0oY29lcmNlQm9vbGVhblByb3BlcnR5KVxuICBASW5wdXQoKVxuICBwdWJsaWMgdGlsZSA9IGZhbHNlO1xuXG4gIEBIb3N0TGlzdGVuZXIoJ2tleWRvd24udGFiJywgWyckZXZlbnQnXSlcbiAgcHVibGljIG9uVGFiKGV2ZW50OiBLZXlib2FyZEV2ZW50KSB7XG4gICAgZXZlbnQucHJldmVudERlZmF1bHQoKTtcbiAgICBldmVudC5zdG9wUHJvcGFnYXRpb24oKTtcbiAgICBjbG9zZUN1cnJlbnREcm9wZG93bih0aGlzLmVsZW1lbnQubmF0aXZlRWxlbWVudCk7XG4gIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJvZHgtbWVudV9fdGl0bGVcIiAqbmdJZj1cInRpbGVcIj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9kaXY+XG48b2R4LWFjdGlvbi1ncm91cCBjbGFzcz1cIm9keC1tZW51X19pbm5lclwiPlxuICA8bmctY29udGVudCBzZWxlY3Q9XCJbb2R4QnV0dG9uXVwiIG5nUHJvamVjdEFzPVwiW29keEJ1dHRvbl1cIj48L25nLWNvbnRlbnQ+XG48L29keC1hY3Rpb24tZ3JvdXA+XG4iXX0=
@@ -1,58 +0,0 @@
1
- import { __decorate } from "tslib";
2
- import { Directive, inject, Input } from '@angular/core';
3
- import { DropdownDirective } from '@odx/angular/components/dropdown';
4
- import { CSSComponent } from '@odx/angular/internal';
5
- import { hasChanged, injectElement } from '@odx/angular/utils';
6
- import * as i0 from "@angular/core";
7
- import * as i1 from "@odx/angular/components/dropdown";
8
- const DEFAULT_MENU_DROPDOWN_OPTIONS = {
9
- containerClass: 'odx-menu-overlay',
10
- enableFallback: true,
11
- };
12
- let MenuDirective = class MenuDirective {
13
- constructor() {
14
- this.dropdown = inject(DropdownDirective, { host: true });
15
- this.element = injectElement();
16
- }
17
- ngOnChanges(changes) {
18
- if (hasChanged(changes, 'position', false)) {
19
- this.dropdown.options = {
20
- ...DEFAULT_MENU_DROPDOWN_OPTIONS,
21
- position: this.position ?? undefined,
22
- };
23
- }
24
- }
25
- isOpen() {
26
- return this.dropdown.isOpen;
27
- }
28
- close(event) {
29
- this.dropdown.close(event);
30
- }
31
- };
32
- MenuDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MenuDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
33
- MenuDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MenuDirective, isStandalone: true, selector: "[odxMenu]", inputs: { content: ["odxMenu", "content"], position: ["odxMenuPosition", "position"] }, exportAs: ["odxMenu"], usesOnChanges: true, hostDirectives: [{ directive: i1.DropdownDirective, inputs: ["odxDropdown", "odxMenu"] }], ngImport: i0 });
34
- MenuDirective = __decorate([
35
- CSSComponent('menu-host')
36
- ], MenuDirective);
37
- export { MenuDirective };
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MenuDirective, decorators: [{
39
- type: Directive,
40
- args: [{
41
- selector: '[odxMenu]',
42
- exportAs: 'odxMenu',
43
- standalone: true,
44
- hostDirectives: [
45
- {
46
- directive: DropdownDirective,
47
- inputs: ['odxDropdown:odxMenu'],
48
- },
49
- ],
50
- }]
51
- }], propDecorators: { content: [{
52
- type: Input,
53
- args: ['odxMenu']
54
- }], position: [{
55
- type: Input,
56
- args: ['odxMenuPosition']
57
- }] } });
58
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVudS5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9tZW51L3NyYy9saWIvbWVudS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBYSxNQUFNLGVBQWUsQ0FBQztBQUVwRSxPQUFPLEVBQUUsaUJBQWlCLEVBQW1CLE1BQU0sa0NBQWtDLENBQUM7QUFDdEYsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ3JELE9BQU8sRUFBRSxVQUFVLEVBQUUsYUFBYSxFQUF1QixNQUFNLG9CQUFvQixDQUFDOzs7QUFFcEYsTUFBTSw2QkFBNkIsR0FBNkI7SUFDOUQsY0FBYyxFQUFFLGtCQUFrQjtJQUNsQyxjQUFjLEVBQUUsSUFBSTtDQUNyQixDQUFDO0FBY0ssSUFBTSxhQUFhLEdBQW5CLE1BQU0sYUFBYTtJQUFuQjtRQUNjLGFBQVEsR0FBRyxNQUFNLENBQUMsaUJBQWlCLEVBQUUsRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLENBQUMsQ0FBQztRQUV4RCxZQUFPLEdBQUcsYUFBYSxFQUFFLENBQUM7S0F3QjNDO0lBaEJRLFdBQVcsQ0FBQyxPQUFpQztRQUNsRCxJQUFJLFVBQVUsQ0FBQyxPQUFPLEVBQUUsVUFBVSxFQUFFLEtBQUssQ0FBQyxFQUFFO1lBQzFDLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxHQUFHO2dCQUN0QixHQUFHLDZCQUE2QjtnQkFDaEMsUUFBUSxFQUFFLElBQUksQ0FBQyxRQUFRLElBQUksU0FBUzthQUNyQyxDQUFDO1NBQ0g7SUFDSCxDQUFDO0lBRU0sTUFBTTtRQUNYLE9BQU8sSUFBSSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUM7SUFDOUIsQ0FBQztJQUVNLEtBQUssQ0FBQyxLQUFhO1FBQ3hCLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzdCLENBQUM7OzJHQTFCVSxhQUFhOytGQUFiLGFBQWE7QUFBYixhQUFhO0lBWnpCLFlBQVksQ0FBQyxXQUFXLENBQUM7R0FZYixhQUFhLENBMkJ6QjtTQTNCWSxhQUFhOzRGQUFiLGFBQWE7a0JBWHpCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLFdBQVc7b0JBQ3JCLFFBQVEsRUFBRSxTQUFTO29CQUNuQixVQUFVLEVBQUUsSUFBSTtvQkFDaEIsY0FBYyxFQUFFO3dCQUNkOzRCQUNFLFNBQVMsRUFBRSxpQkFBaUI7NEJBQzVCLE1BQU0sRUFBRSxDQUFDLHFCQUFxQixDQUFDO3lCQUNoQztxQkFDRjtpQkFDRjs4QkFPUSxPQUFPO3NCQURiLEtBQUs7dUJBQUMsU0FBUztnQkFJVCxRQUFRO3NCQURkLEtBQUs7dUJBQUMsaUJBQWlCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBpbmplY3QsIElucHV0LCBPbkNoYW5nZXMgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IER5bmFtaWNDb250ZW50LCBEeW5hbWljVGV4dENvbnRlbnQgfSBmcm9tICdAb2R4L2FuZ3VsYXIvY2RrL2R5bmFtaWMtdmlldyc7XG5pbXBvcnQgeyBEcm9wZG93bkRpcmVjdGl2ZSwgRHJvcGRvd25PcHRpb25zIH0gZnJvbSAnQG9keC9hbmd1bGFyL2NvbXBvbmVudHMvZHJvcGRvd24nO1xuaW1wb3J0IHsgQ1NTQ29tcG9uZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL2ludGVybmFsJztcbmltcG9ydCB7IGhhc0NoYW5nZWQsIGluamVjdEVsZW1lbnQsIE5nQ2hhbmdlcywgUG9zaXRpb24gfSBmcm9tICdAb2R4L2FuZ3VsYXIvdXRpbHMnO1xuXG5jb25zdCBERUZBVUxUX01FTlVfRFJPUERPV05fT1BUSU9OUzogUGFydGlhbDxEcm9wZG93bk9wdGlvbnM+ID0ge1xuICBjb250YWluZXJDbGFzczogJ29keC1tZW51LW92ZXJsYXknLFxuICBlbmFibGVGYWxsYmFjazogdHJ1ZSxcbn07XG5cbkBDU1NDb21wb25lbnQoJ21lbnUtaG9zdCcpXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbb2R4TWVudV0nLFxuICBleHBvcnRBczogJ29keE1lbnUnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBob3N0RGlyZWN0aXZlczogW1xuICAgIHtcbiAgICAgIGRpcmVjdGl2ZTogRHJvcGRvd25EaXJlY3RpdmUsXG4gICAgICBpbnB1dHM6IFsnb2R4RHJvcGRvd246b2R4TWVudSddLFxuICAgIH0sXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIE1lbnVEaXJlY3RpdmUgaW1wbGVtZW50cyBPbkNoYW5nZXMge1xuICBwcm90ZWN0ZWQgcmVhZG9ubHkgZHJvcGRvd24gPSBpbmplY3QoRHJvcGRvd25EaXJlY3RpdmUsIHsgaG9zdDogdHJ1ZSB9KTtcblxuICBwdWJsaWMgcmVhZG9ubHkgZWxlbWVudCA9IGluamVjdEVsZW1lbnQoKTtcblxuICBASW5wdXQoJ29keE1lbnUnKVxuICBwdWJsaWMgY29udGVudD86IEV4Y2x1ZGU8RHluYW1pY0NvbnRlbnQsIER5bmFtaWNUZXh0Q29udGVudD4gfCBudWxsO1xuXG4gIEBJbnB1dCgnb2R4TWVudVBvc2l0aW9uJylcbiAgcHVibGljIHBvc2l0aW9uPzogUG9zaXRpb24gfCBudWxsO1xuXG4gIHB1YmxpYyBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBOZ0NoYW5nZXM8TWVudURpcmVjdGl2ZT4pOiB2b2lkIHtcbiAgICBpZiAoaGFzQ2hhbmdlZChjaGFuZ2VzLCAncG9zaXRpb24nLCBmYWxzZSkpIHtcbiAgICAgIHRoaXMuZHJvcGRvd24ub3B0aW9ucyA9IHtcbiAgICAgICAgLi4uREVGQVVMVF9NRU5VX0RST1BET1dOX09QVElPTlMsXG4gICAgICAgIHBvc2l0aW9uOiB0aGlzLnBvc2l0aW9uID8/IHVuZGVmaW5lZCxcbiAgICAgIH07XG4gICAgfVxuICB9XG5cbiAgcHVibGljIGlzT3BlbigpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5kcm9wZG93bi5pc09wZW47XG4gIH1cblxuICBwdWJsaWMgY2xvc2UoZXZlbnQ/OiBFdmVudCk6IHZvaWQge1xuICAgIHRoaXMuZHJvcGRvd24uY2xvc2UoZXZlbnQpO1xuICB9XG59XG4iXX0=
@@ -1,21 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CoreModule } from '@odx/angular';
3
- import { IconComponent } from '@odx/angular/components/icon';
4
- import { MenuItemDirective } from './directives';
5
- import { MenuComponent } from './menu.component';
6
- import { MenuDirective } from './menu.directive';
7
- import * as i0 from "@angular/core";
8
- const modules = [MenuComponent, MenuDirective, MenuItemDirective, IconComponent];
9
- export class MenuModule {
10
- }
11
- MenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- MenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: MenuModule, imports: [MenuComponent, MenuDirective, MenuItemDirective, IconComponent], exports: [CoreModule, MenuComponent, MenuDirective, MenuItemDirective, IconComponent] });
13
- MenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MenuModule, imports: [MenuComponent, IconComponent, CoreModule] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MenuModule, decorators: [{
15
- type: NgModule,
16
- args: [{
17
- imports: [modules],
18
- exports: [CoreModule, ...modules],
19
- }]
20
- }] });
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVudS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY29tcG9uZW50cy9tZW51L3NyYy9saWIvbWVudS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQzFDLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDakQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ2pELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQzs7QUFFakQsTUFBTSxPQUFPLEdBQUcsQ0FBQyxhQUFhLEVBQUUsYUFBYSxFQUFFLGlCQUFpQixFQUFFLGFBQWEsQ0FBQyxDQUFDO0FBTWpGLE1BQU0sT0FBTyxVQUFVOzt3R0FBVixVQUFVO3lHQUFWLFVBQVUsWUFOTixhQUFhLEVBQUUsYUFBYSxFQUFFLGlCQUFpQixFQUFFLGFBQWEsYUFJbkUsVUFBVSxFQUpMLGFBQWEsRUFBRSxhQUFhLEVBQUUsaUJBQWlCLEVBQUUsYUFBYTt5R0FNbEUsVUFBVSxZQU5OLGFBQWEsRUFBb0MsYUFBYSxFQUluRSxVQUFVOzRGQUVULFVBQVU7a0JBSnRCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsT0FBTyxDQUFDO29CQUNsQixPQUFPLEVBQUUsQ0FBQyxVQUFVLEVBQUUsR0FBRyxPQUFPLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvcmVNb2R1bGUgfSBmcm9tICdAb2R4L2FuZ3VsYXInO1xuaW1wb3J0IHsgSWNvbkNvbXBvbmVudCB9IGZyb20gJ0BvZHgvYW5ndWxhci9jb21wb25lbnRzL2ljb24nO1xuaW1wb3J0IHsgTWVudUl0ZW1EaXJlY3RpdmUgfSBmcm9tICcuL2RpcmVjdGl2ZXMnO1xuaW1wb3J0IHsgTWVudUNvbXBvbmVudCB9IGZyb20gJy4vbWVudS5jb21wb25lbnQnO1xuaW1wb3J0IHsgTWVudURpcmVjdGl2ZSB9IGZyb20gJy4vbWVudS5kaXJlY3RpdmUnO1xuXG5jb25zdCBtb2R1bGVzID0gW01lbnVDb21wb25lbnQsIE1lbnVEaXJlY3RpdmUsIE1lbnVJdGVtRGlyZWN0aXZlLCBJY29uQ29tcG9uZW50XTtcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW21vZHVsZXNdLFxuICBleHBvcnRzOiBbQ29yZU1vZHVsZSwgLi4ubW9kdWxlc10sXG59KVxuZXhwb3J0IGNsYXNzIE1lbnVNb2R1bGUge31cbiJdfQ==
@@ -1,40 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';
2
- import { CoreModule } from '@odx/angular';
3
- import { DynamicViewDirective } from '@odx/angular/cdk/dynamic-view';
4
- import { AreaHeaderComponent } from '@odx/angular/components/area-header';
5
- import { ButtonComponent } from '@odx/angular/components/button';
6
- import { getInjector, trackByIndex } from '@odx/angular/utils';
7
- import { ModalCloseDirective, ModalContentDirective } from '../../directives';
8
- import { injectModalRef } from '../../helpers';
9
- import { ModalFooterComponent } from '../modal-footer/modal-footer.component';
10
- import { ModalHeaderComponent } from '../modal-header/modal-header.component';
11
- import { ModalHeroComponent } from '../modal-hero/modal-hero.component';
12
- import * as i0 from "@angular/core";
13
- import * as i1 from "@angular/common";
14
- export class BasicModalComponent {
15
- constructor() {
16
- this.injector = getInjector();
17
- this.trackByIndex = trackByIndex;
18
- this.modalRef = injectModalRef();
19
- }
20
- get data() {
21
- return this.modalRef.data;
22
- }
23
- }
24
- BasicModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BasicModalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
25
- BasicModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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", "iconSet", "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 });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BasicModalComponent, decorators: [{
27
- type: Component,
28
- args: [{ selector: 'odx-basic-modal', standalone: true, imports: [
29
- CoreModule,
30
- DynamicViewDirective,
31
- ButtonComponent,
32
- AreaHeaderComponent,
33
- ModalHeaderComponent,
34
- ModalHeroComponent,
35
- ModalFooterComponent,
36
- ModalContentDirective,
37
- ModalCloseDirective,
38
- ], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, 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" }]
39
- }] });
40
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtbW9kYWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hbmd1bGFyL2NvbXBvbmVudHMvbW9kYWwvc3JjL2xpYi9jb21wb25lbnRzL2Jhc2ljLW1vZGFsL2Jhc2ljLW1vZGFsLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb21wb25lbnRzL21vZGFsL3NyYy9saWIvY29tcG9uZW50cy9iYXNpYy1tb2RhbC9iYXNpYy1tb2RhbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3RGLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDMUMsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDckUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFDMUUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQ2pFLE9BQU8sRUFBRSxXQUFXLEVBQUUsWUFBWSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDL0QsT0FBTyxFQUFFLG1CQUFtQixFQUFFLHFCQUFxQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDOUUsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUvQyxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUM5RSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUM5RSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQzs7O0FBb0J4RSxNQUFNLE9BQU8sbUJBQW1CO0lBbEJoQztRQW1CcUIsYUFBUSxHQUFHLFdBQVcsRUFBRSxDQUFDO1FBQ3pCLGlCQUFZLEdBQUcsWUFBWSxDQUFDO1FBRS9CLGFBQVEsR0FBRyxjQUFjLEVBQTRFLENBQUM7S0FLdkg7SUFIQyxJQUFjLElBQUk7UUFDaEIsT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQztJQUM1QixDQUFDOztpSEFSVSxtQkFBbUI7cUdBQW5CLG1CQUFtQiwyRUMvQmhDLHV4QkFxQkEsMkNESkksVUFBVSxnUUFDVixvQkFBb0IsdUpBQ3BCLGVBQWUseUdBQ2YsbUJBQW1CLDhFQUNuQixvQkFBb0IsNkRBQ3BCLGtCQUFrQixtR0FDbEIsb0JBQW9CLDZEQUNwQixxQkFBcUIsOERBQ3JCLG1CQUFtQjs0RkFNVixtQkFBbUI7a0JBbEIvQixTQUFTOytCQUNFLGlCQUFpQixjQUNmLElBQUksV0FDUDt3QkFDUCxVQUFVO3dCQUNWLG9CQUFvQjt3QkFDcEIsZUFBZTt3QkFDZixtQkFBbUI7d0JBQ25CLG9CQUFvQjt3QkFDcEIsa0JBQWtCO3dCQUNsQixvQkFBb0I7d0JBQ3BCLHFCQUFxQjt3QkFDckIsbUJBQW1CO3FCQUNwQixpQkFFYyxpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvcmVNb2R1bGUgfSBmcm9tICdAb2R4L2FuZ3VsYXInO1xuaW1wb3J0IHsgRHluYW1pY1ZpZXdEaXJlY3RpdmUgfSBmcm9tICdAb2R4L2FuZ3VsYXIvY2RrL2R5bmFtaWMtdmlldyc7XG5pbXBvcnQgeyBBcmVhSGVhZGVyQ29tcG9uZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL2NvbXBvbmVudHMvYXJlYS1oZWFkZXInO1xuaW1wb3J0IHsgQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnQG9keC9hbmd1bGFyL2NvbXBvbmVudHMvYnV0dG9uJztcbmltcG9ydCB7IGdldEluamVjdG9yLCB0cmFja0J5SW5kZXggfSBmcm9tICdAb2R4L2FuZ3VsYXIvdXRpbHMnO1xuaW1wb3J0IHsgTW9kYWxDbG9zZURpcmVjdGl2ZSwgTW9kYWxDb250ZW50RGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vZGlyZWN0aXZlcyc7XG5pbXBvcnQgeyBpbmplY3RNb2RhbFJlZiB9IGZyb20gJy4uLy4uL2hlbHBlcnMnO1xuaW1wb3J0IHsgQmFzaWNNb2RhbE9wdGlvbnMsIEdldE1vZGFsQWN0aW9uRGF0YSwgTW9kYWwgfSBmcm9tICcuLi8uLi9tb2RlbHMnO1xuaW1wb3J0IHsgTW9kYWxGb290ZXJDb21wb25lbnQgfSBmcm9tICcuLi9tb2RhbC1mb290ZXIvbW9kYWwtZm9vdGVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBNb2RhbEhlYWRlckNvbXBvbmVudCB9IGZyb20gJy4uL21vZGFsLWhlYWRlci9tb2RhbC1oZWFkZXIuY29tcG9uZW50JztcbmltcG9ydCB7IE1vZGFsSGVyb0NvbXBvbmVudCB9IGZyb20gJy4uL21vZGFsLWhlcm8vbW9kYWwtaGVyby5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdvZHgtYmFzaWMtbW9kYWwnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgQ29yZU1vZHVsZSxcbiAgICBEeW5hbWljVmlld0RpcmVjdGl2ZSxcbiAgICBCdXR0b25Db21wb25lbnQsXG4gICAgQXJlYUhlYWRlckNvbXBvbmVudCxcbiAgICBNb2RhbEhlYWRlckNvbXBvbmVudCxcbiAgICBNb2RhbEhlcm9Db21wb25lbnQsXG4gICAgTW9kYWxGb290ZXJDb21wb25lbnQsXG4gICAgTW9kYWxDb250ZW50RGlyZWN0aXZlLFxuICAgIE1vZGFsQ2xvc2VEaXJlY3RpdmUsXG4gIF0sXG4gIHRlbXBsYXRlVXJsOiAnLi9iYXNpYy1tb2RhbC5jb21wb25lbnQuaHRtbCcsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBCYXNpY01vZGFsQ29tcG9uZW50PFJlc3VsdCA9IHVua25vd24+IGltcGxlbWVudHMgTW9kYWw8QmFzaWNNb2RhbE9wdGlvbnM8UmVzdWx0PiwgR2V0TW9kYWxBY3Rpb25EYXRhPEJhc2ljTW9kYWxPcHRpb25zPFJlc3VsdD4+PiB7XG4gIHByb3RlY3RlZCByZWFkb25seSBpbmplY3RvciA9IGdldEluamVjdG9yKCk7XG4gIHByb3RlY3RlZCByZWFkb25seSB0cmFja0J5SW5kZXggPSB0cmFja0J5SW5kZXg7XG5cbiAgcHVibGljIHJlYWRvbmx5IG1vZGFsUmVmID0gaW5qZWN0TW9kYWxSZWY8QmFzaWNNb2RhbE9wdGlvbnM8UmVzdWx0PiwgR2V0TW9kYWxBY3Rpb25EYXRhPEJhc2ljTW9kYWxPcHRpb25zPFJlc3VsdD4+PigpO1xuXG4gIHByb3RlY3RlZCBnZXQgZGF0YSgpOiBCYXNpY01vZGFsT3B0aW9uczxSZXN1bHQ+IHtcbiAgICByZXR1cm4gdGhpcy5tb2RhbFJlZi5kYXRhO1xuICB9XG59XG4iLCI8b2R4LW1vZGFsLWhlcm8gW2ljb25dPVwiaWNvblwiIFt2YXJpYW50XT1cImRhdGEuaGVyb1ZhcmlhbnRcIiAqbmdJZj1cImRhdGEuaGVyb0ljb24gYXMgaWNvbjsgZWxzZSBtb2RhbEhlYWRlclwiPlxuICA8bmctdGVtcGxhdGUgW29keER5bmFtaWNWaWV3XT1cImRhdGEudGl0bGVcIj48L25nLXRlbXBsYXRlPlxuPC9vZHgtbW9kYWwtaGVybz5cblxuPG9keC1tb2RhbC1jb250ZW50PlxuICA8bmctdGVtcGxhdGUgW29keER5bmFtaWNWaWV3XT1cImRhdGEuY29udGVudFwiIFtvZHhEeW5hbWljVmlld0luamVjdG9yXT1cImluamVjdG9yXCI+PC9uZy10ZW1wbGF0ZT5cbjwvb2R4LW1vZGFsLWNvbnRlbnQ+XG5cbjxvZHgtbW9kYWwtZm9vdGVyPlxuICA8YnV0dG9uIG9keEJ1dHRvbiBbdmFyaWFudF09XCJhY3Rpb24udmFyaWFudFwiIFtvZHhNb2RhbENsb3NlXT1cImFjdGlvbi5kYXRhXCIgKm5nRm9yPVwibGV0IGFjdGlvbiBvZiBkYXRhLmFjdGlvbnM7IGxldCBpID0gaW5kZXg7IHRyYWNrQnk6IHRyYWNrQnlJbmRleFwiPlxuICAgIHt7IGFjdGlvbi5sYWJlbCB9fVxuICA8L2J1dHRvbj5cbjwvb2R4LW1vZGFsLWZvb3Rlcj5cblxuPG5nLXRlbXBsYXRlICNtb2RhbEhlYWRlcj5cbiAgPG9keC1tb2RhbC1oZWFkZXI+XG4gICAgPG9keC1hcmVhLWhlYWRlcj5cbiAgICAgIDxuZy10ZW1wbGF0ZSBbb2R4RHluYW1pY1ZpZXddPVwiZGF0YS50aXRsZVwiPjwvbmctdGVtcGxhdGU+XG4gICAgPC9vZHgtYXJlYS1oZWFkZXI+XG4gIDwvb2R4LW1vZGFsLWhlYWRlcj5cbjwvbmctdGVtcGxhdGU+XG4iXX0=