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

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 (278) hide show
  1. package/cdk/a11y/lib/directives/list-focus-manager-option.directive.d.ts +1 -2
  2. package/cdk/dynamic-view/lib/models/dynamic-component-ref.d.ts +1 -0
  3. package/components/action-group/action-group.component.d.ts +1 -1
  4. package/components/header/lib/header.component.d.ts +1 -1
  5. package/components/loading-spinner/lib/loading-spinner.directive.d.ts +3 -1
  6. package/components/main-menu/lib/directives/main-menu-item.directive.d.ts +2 -0
  7. package/components/menu/lib/directives/menu-item.directive.d.ts +1 -2
  8. package/esm2020/cdk/a11y/lib/a11y.module.mjs +4 -4
  9. package/esm2020/cdk/a11y/lib/directives/interactive.directive.mjs +3 -3
  10. package/esm2020/cdk/a11y/lib/directives/list-focus-manager-option.directive.mjs +5 -7
  11. package/esm2020/cdk/a11y/lib/directives/list-focus-manager.directive.mjs +3 -3
  12. package/esm2020/cdk/active-indicator/lib/active-indicator.directive.mjs +3 -3
  13. package/esm2020/cdk/checkbox-control/lib/checkbox-control.directive.mjs +3 -3
  14. package/esm2020/cdk/connected-overlay/lib/connected-overlay.component.mjs +3 -3
  15. package/esm2020/cdk/connected-overlay/lib/connected-overlay.service.mjs +3 -3
  16. package/esm2020/cdk/custom-form-control/lib/control.directive.mjs +3 -3
  17. package/esm2020/cdk/custom-form-control/lib/custom-form-control.mjs +3 -3
  18. package/esm2020/cdk/dynamic-view/lib/dynamic-view.component.mjs +3 -3
  19. package/esm2020/cdk/dynamic-view/lib/dynamic-view.directive.mjs +3 -3
  20. package/esm2020/cdk/dynamic-view/lib/dynamic-view.service.mjs +3 -3
  21. package/esm2020/cdk/dynamic-view/lib/models/dynamic-component-ref.mjs +14 -3
  22. package/esm2020/cdk/expandable/lib/directives/expandable-item.directive.mjs +3 -3
  23. package/esm2020/cdk/expandable/lib/directives/extandable-container.directive.mjs +3 -3
  24. package/esm2020/cdk/expandable/lib/expandable.module.mjs +4 -4
  25. package/esm2020/cdk/radio-group-control/lib/radio-control.directive.mjs +3 -3
  26. package/esm2020/cdk/radio-group-control/lib/radio-group-control.directive.mjs +7 -7
  27. package/esm2020/cdk/radio-group-control/lib/radio-group-control.module.mjs +4 -4
  28. package/esm2020/components/accordion/lib/accordion.component.mjs +6 -6
  29. package/esm2020/components/accordion/lib/accordion.module.mjs +4 -4
  30. package/esm2020/components/accordion/lib/components/accordion-item/accordion-item.component.mjs +3 -3
  31. package/esm2020/components/accordion/lib/directives/accordion-item-title.mjs +3 -3
  32. package/esm2020/components/action-group/action-group.component.mjs +5 -5
  33. package/esm2020/components/area-header/area-header.component.mjs +3 -3
  34. package/esm2020/components/area-header/area-header.module.mjs +4 -4
  35. package/esm2020/components/area-header/directives/area-header-content.directive.mjs +3 -3
  36. package/esm2020/components/area-header/directives/area-header-subtitle.directive.mjs +3 -3
  37. package/esm2020/components/avatar/lib/avatar.component.mjs +3 -3
  38. package/esm2020/components/badge/lib/badge.component.mjs +3 -3
  39. package/esm2020/components/badge/lib/badge.directive.mjs +3 -3
  40. package/esm2020/components/bar/lib/bar.component.mjs +3 -3
  41. package/esm2020/components/bar/lib/bar.module.mjs +4 -4
  42. package/esm2020/components/bar/lib/directives/bar-button.directive.mjs +3 -3
  43. package/esm2020/components/bar/lib/directives/bar-label.directive.mjs +3 -3
  44. package/esm2020/components/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
  45. package/esm2020/components/button/lib/button.component.mjs +3 -3
  46. package/esm2020/components/button-group/lib/button-group.component.mjs +3 -3
  47. package/esm2020/components/checkbox/lib/checkbox.component.mjs +3 -3
  48. package/esm2020/components/checkbox/lib/checkbox.module.mjs +4 -4
  49. package/esm2020/components/checkbox/lib/checkbox.validator.mjs +3 -3
  50. package/esm2020/components/chip/lib/chip.component.mjs +3 -3
  51. package/esm2020/components/circular-progress/lib/circular-progress.component.mjs +3 -3
  52. package/esm2020/components/content-box/lib/content-box.component.mjs +3 -3
  53. package/esm2020/components/content-box/lib/content-box.module.mjs +4 -4
  54. package/esm2020/components/content-box/lib/directives/content-box-footer-directive.mjs +3 -3
  55. package/esm2020/components/content-box/lib/directives/content-box-header-directive.mjs +3 -3
  56. package/esm2020/components/dropdown/lib/dropdown.component.mjs +3 -3
  57. package/esm2020/components/dropdown/lib/dropdown.directive.mjs +3 -3
  58. package/esm2020/components/dropdown/lib/dropdown.module.mjs +4 -4
  59. package/esm2020/components/form-field/lib/components/form-field-info/form-field-info.component.mjs +3 -3
  60. package/esm2020/components/form-field/lib/components/form-group/form-group.component.mjs +3 -3
  61. package/esm2020/components/form-field/lib/directives/form-field-control.directive.mjs +3 -3
  62. package/esm2020/components/form-field/lib/directives/form-field-error.directive.mjs +3 -3
  63. package/esm2020/components/form-field/lib/directives/form-field-hint.directive.mjs +3 -3
  64. package/esm2020/components/form-field/lib/directives/form-field-label.directive.mjs +3 -3
  65. package/esm2020/components/form-field/lib/directives/form.directive.mjs +3 -3
  66. package/esm2020/components/form-field/lib/form-field.component.mjs +3 -3
  67. package/esm2020/components/form-field/lib/form-field.module.mjs +4 -4
  68. package/esm2020/components/form-field/lib/form-field.service.mjs +3 -3
  69. package/esm2020/components/form-field/lib/services/form-field-error.service.mjs +3 -3
  70. package/esm2020/components/header/lib/directives/header-avatar.directive.mjs +3 -3
  71. package/esm2020/components/header/lib/directives/header-title.directive.mjs +3 -3
  72. package/esm2020/components/header/lib/header.component.mjs +5 -5
  73. package/esm2020/components/header/lib/header.module.mjs +4 -4
  74. package/esm2020/components/icon/lib/icon.component.mjs +3 -3
  75. package/esm2020/components/inline-message/lib/inline-message.component.mjs +3 -3
  76. package/esm2020/components/launch-tile/lib/components/launch-tile-footer/launch-tile-footer.component.mjs +3 -3
  77. package/esm2020/components/launch-tile/lib/components/launch-tile-subtitle/launch-tile-subtitle.component.mjs +3 -3
  78. package/esm2020/components/launch-tile/lib/launch-tile.component.mjs +3 -3
  79. package/esm2020/components/launch-tile/lib/launch-tile.module.mjs +4 -4
  80. package/esm2020/components/link/link.directive.mjs +3 -3
  81. package/esm2020/components/list/lib/components/list-item/list-item.component.mjs +3 -3
  82. package/esm2020/components/list/lib/list.component.mjs +3 -3
  83. package/esm2020/components/list/lib/list.module.mjs +4 -4
  84. package/esm2020/components/loading-spinner/lib/loading-spinner.component.mjs +3 -3
  85. package/esm2020/components/loading-spinner/lib/loading-spinner.directive.mjs +10 -6
  86. package/esm2020/components/loading-spinner/lib/loading-spinner.module.mjs +4 -4
  87. package/esm2020/components/logo/logo.directive.mjs +3 -3
  88. package/esm2020/components/main-menu/lib/directives/main-menu-button.directive.mjs +3 -3
  89. package/esm2020/components/main-menu/lib/directives/main-menu-item.directive.mjs +13 -5
  90. package/esm2020/components/main-menu/lib/main-menu.component.mjs +3 -3
  91. package/esm2020/components/main-menu/lib/main-menu.module.mjs +4 -4
  92. package/esm2020/components/main-menu/lib/main-menu.service.mjs +3 -3
  93. package/esm2020/components/menu/lib/directives/menu-item.directive.mjs +5 -7
  94. package/esm2020/components/menu/lib/menu.component.mjs +3 -3
  95. package/esm2020/components/menu/lib/menu.directive.mjs +3 -3
  96. package/esm2020/components/menu/lib/menu.module.mjs +4 -4
  97. package/esm2020/components/modal/lib/components/basic-modal/basic-modal.component.mjs +3 -3
  98. package/esm2020/components/modal/lib/components/modal-footer/modal-footer.component.mjs +3 -3
  99. package/esm2020/components/modal/lib/components/modal-header/modal-header.component.mjs +3 -3
  100. package/esm2020/components/modal/lib/components/modal-hero/modal-hero.component.mjs +3 -3
  101. package/esm2020/components/modal/lib/directives/modal-close.directive.mjs +3 -3
  102. package/esm2020/components/modal/lib/directives/modal-content.directive.mjs +3 -3
  103. package/esm2020/components/modal/lib/directives/modal-dismiss.directive.mjs +3 -3
  104. package/esm2020/components/modal/lib/modal.component.mjs +5 -5
  105. package/esm2020/components/modal/lib/modal.directive.mjs +3 -3
  106. package/esm2020/components/modal/lib/modal.module.mjs +4 -4
  107. package/esm2020/components/modal/lib/modal.service.mjs +3 -3
  108. package/esm2020/components/progress/lib/progress.component.mjs +3 -3
  109. package/esm2020/components/radio-group/lib/components/radio-button/radio-button.component.mjs +3 -3
  110. package/esm2020/components/radio-group/lib/radio-group.component.mjs +7 -7
  111. package/esm2020/components/radio-group/lib/radio-group.module.mjs +4 -4
  112. package/esm2020/components/rail-navigation/lib/components/rail-navigation-item.component.mjs +3 -3
  113. package/esm2020/components/rail-navigation/lib/rail-navigation.component.mjs +3 -3
  114. package/esm2020/components/rail-navigation/lib/rail-navigation.module.mjs +4 -4
  115. package/esm2020/components/select/lib/components/option/option.component.mjs +3 -3
  116. package/esm2020/components/select/lib/directives/select-search-field.directive.mjs +3 -3
  117. package/esm2020/components/select/lib/pipes/select-search-filter.pipe.mjs +3 -3
  118. package/esm2020/components/select/lib/select.component.mjs +7 -7
  119. package/esm2020/components/select/lib/select.module.mjs +4 -4
  120. package/esm2020/components/slider/lib/slider.directive.mjs +3 -3
  121. package/esm2020/components/spinbox/lib/spinbox.component.mjs +3 -3
  122. package/esm2020/components/switch/lib/switch.component.mjs +3 -3
  123. package/esm2020/components/switch/lib/switch.module.mjs +4 -4
  124. package/esm2020/components/switch/lib/switch.validator.mjs +3 -3
  125. package/esm2020/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.mjs +3 -3
  126. package/esm2020/components/tab-bar/lib/tab-bar.component.mjs +6 -6
  127. package/esm2020/components/tab-bar/lib/tab-bar.module.mjs +4 -4
  128. package/esm2020/components/toast/lib/components/toast-container/toast-container.component.mjs +3 -3
  129. package/esm2020/components/toast/lib/components/toast-item/toast-item.component.mjs +3 -3
  130. package/esm2020/components/toast/lib/toast.module.mjs +4 -4
  131. package/esm2020/components/toast/lib/toast.service.mjs +3 -3
  132. package/esm2020/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.mjs +3 -3
  133. package/esm2020/components/toggle-button-group/lib/toggle-button-group.component.mjs +7 -7
  134. package/esm2020/components/toggle-button-group/lib/toggle-button-group.module.mjs +4 -4
  135. package/esm2020/components/tooltip/lib/tooltip.component.mjs +3 -3
  136. package/esm2020/components/tooltip/lib/tooltip.directive.mjs +3 -3
  137. package/esm2020/lib/controllers/controller.mjs +3 -3
  138. package/esm2020/lib/controllers/disabled.controller.mjs +3 -3
  139. package/esm2020/lib/controllers/readonly.controller.mjs +3 -3
  140. package/esm2020/lib/core.module.mjs +4 -4
  141. package/esm2020/lib/directives/click-outside.directive.mjs +3 -3
  142. package/esm2020/lib/directives/let.directive.mjs +3 -3
  143. package/esm2020/lib/directives/with-disabled-state.directive.mjs +3 -3
  144. package/esm2020/lib/directives/with-tabindex.directive.mjs +3 -3
  145. package/esm2020/lib/services/window-ref.mjs +9 -5
  146. package/esm2020/utils/lib/helpers/build-url.mjs +4 -0
  147. package/esm2020/utils/lib/helpers/event-manager.mjs +3 -3
  148. package/esm2020/utils/lib/helpers/index.mjs +2 -1
  149. package/fesm2015/odx-angular-cdk-a11y.mjs +13 -14
  150. package/fesm2015/odx-angular-cdk-a11y.mjs.map +1 -1
  151. package/fesm2015/odx-angular-cdk-active-indicator.mjs +3 -3
  152. package/fesm2015/odx-angular-cdk-checkbox-control.mjs +3 -3
  153. package/fesm2015/odx-angular-cdk-connected-overlay.mjs +6 -6
  154. package/fesm2015/odx-angular-cdk-custom-form-control.mjs +6 -6
  155. package/fesm2015/odx-angular-cdk-dynamic-view.mjs +22 -10
  156. package/fesm2015/odx-angular-cdk-dynamic-view.mjs.map +1 -1
  157. package/fesm2015/odx-angular-cdk-expandable.mjs +10 -10
  158. package/fesm2015/odx-angular-cdk-radio-group-control.mjs +13 -13
  159. package/fesm2015/odx-angular-cdk-radio-group-control.mjs.map +1 -1
  160. package/fesm2015/odx-angular-components-accordion.mjs +15 -15
  161. package/fesm2015/odx-angular-components-accordion.mjs.map +1 -1
  162. package/fesm2015/odx-angular-components-action-group.mjs +4 -4
  163. package/fesm2015/odx-angular-components-action-group.mjs.map +1 -1
  164. package/fesm2015/odx-angular-components-area-header.mjs +13 -13
  165. package/fesm2015/odx-angular-components-avatar.mjs +3 -3
  166. package/fesm2015/odx-angular-components-badge.mjs +6 -6
  167. package/fesm2015/odx-angular-components-bar.mjs +13 -13
  168. package/fesm2015/odx-angular-components-breadcrumbs.mjs +3 -3
  169. package/fesm2015/odx-angular-components-button-group.mjs +3 -3
  170. package/fesm2015/odx-angular-components-button.mjs +3 -3
  171. package/fesm2015/odx-angular-components-checkbox.mjs +10 -10
  172. package/fesm2015/odx-angular-components-chip.mjs +3 -3
  173. package/fesm2015/odx-angular-components-circular-progress.mjs +3 -3
  174. package/fesm2015/odx-angular-components-content-box.mjs +13 -13
  175. package/fesm2015/odx-angular-components-dropdown.mjs +10 -10
  176. package/fesm2015/odx-angular-components-form-field.mjs +34 -34
  177. package/fesm2015/odx-angular-components-header.mjs +14 -14
  178. package/fesm2015/odx-angular-components-header.mjs.map +1 -1
  179. package/fesm2015/odx-angular-components-icon.mjs +3 -3
  180. package/fesm2015/odx-angular-components-inline-message.mjs +3 -3
  181. package/fesm2015/odx-angular-components-launch-tile.mjs +13 -13
  182. package/fesm2015/odx-angular-components-link.mjs +3 -3
  183. package/fesm2015/odx-angular-components-list.mjs +10 -10
  184. package/fesm2015/odx-angular-components-loading-spinner.mjs +17 -12
  185. package/fesm2015/odx-angular-components-loading-spinner.mjs.map +1 -1
  186. package/fesm2015/odx-angular-components-logo.mjs +3 -3
  187. package/fesm2015/odx-angular-components-main-menu.mjs +56 -48
  188. package/fesm2015/odx-angular-components-main-menu.mjs.map +1 -1
  189. package/fesm2015/odx-angular-components-menu.mjs +16 -17
  190. package/fesm2015/odx-angular-components-menu.mjs.map +1 -1
  191. package/fesm2015/odx-angular-components-modal.mjs +35 -35
  192. package/fesm2015/odx-angular-components-modal.mjs.map +1 -1
  193. package/fesm2015/odx-angular-components-progress.mjs +3 -3
  194. package/fesm2015/odx-angular-components-radio-group.mjs +13 -13
  195. package/fesm2015/odx-angular-components-radio-group.mjs.map +1 -1
  196. package/fesm2015/odx-angular-components-rail-navigation.mjs +10 -10
  197. package/fesm2015/odx-angular-components-select.mjs +19 -19
  198. package/fesm2015/odx-angular-components-select.mjs.map +1 -1
  199. package/fesm2015/odx-angular-components-slider.mjs +3 -3
  200. package/fesm2015/odx-angular-components-spinbox.mjs +3 -3
  201. package/fesm2015/odx-angular-components-switch.mjs +10 -10
  202. package/fesm2015/odx-angular-components-tab-bar.mjs +12 -12
  203. package/fesm2015/odx-angular-components-tab-bar.mjs.map +1 -1
  204. package/fesm2015/odx-angular-components-toast.mjs +13 -13
  205. package/fesm2015/odx-angular-components-toggle-button-group.mjs +13 -13
  206. package/fesm2015/odx-angular-components-toggle-button-group.mjs.map +1 -1
  207. package/fesm2015/odx-angular-components-tooltip.mjs +6 -6
  208. package/fesm2015/odx-angular-utils.mjs +8 -4
  209. package/fesm2015/odx-angular-utils.mjs.map +1 -1
  210. package/fesm2015/odx-angular.mjs +34 -30
  211. package/fesm2015/odx-angular.mjs.map +1 -1
  212. package/fesm2020/odx-angular-cdk-a11y.mjs +13 -14
  213. package/fesm2020/odx-angular-cdk-a11y.mjs.map +1 -1
  214. package/fesm2020/odx-angular-cdk-active-indicator.mjs +3 -3
  215. package/fesm2020/odx-angular-cdk-checkbox-control.mjs +3 -3
  216. package/fesm2020/odx-angular-cdk-connected-overlay.mjs +6 -6
  217. package/fesm2020/odx-angular-cdk-custom-form-control.mjs +6 -6
  218. package/fesm2020/odx-angular-cdk-dynamic-view.mjs +21 -10
  219. package/fesm2020/odx-angular-cdk-dynamic-view.mjs.map +1 -1
  220. package/fesm2020/odx-angular-cdk-expandable.mjs +10 -10
  221. package/fesm2020/odx-angular-cdk-radio-group-control.mjs +13 -13
  222. package/fesm2020/odx-angular-cdk-radio-group-control.mjs.map +1 -1
  223. package/fesm2020/odx-angular-components-accordion.mjs +15 -15
  224. package/fesm2020/odx-angular-components-accordion.mjs.map +1 -1
  225. package/fesm2020/odx-angular-components-action-group.mjs +4 -4
  226. package/fesm2020/odx-angular-components-action-group.mjs.map +1 -1
  227. package/fesm2020/odx-angular-components-area-header.mjs +13 -13
  228. package/fesm2020/odx-angular-components-avatar.mjs +3 -3
  229. package/fesm2020/odx-angular-components-badge.mjs +6 -6
  230. package/fesm2020/odx-angular-components-bar.mjs +13 -13
  231. package/fesm2020/odx-angular-components-breadcrumbs.mjs +3 -3
  232. package/fesm2020/odx-angular-components-button-group.mjs +3 -3
  233. package/fesm2020/odx-angular-components-button.mjs +3 -3
  234. package/fesm2020/odx-angular-components-checkbox.mjs +10 -10
  235. package/fesm2020/odx-angular-components-chip.mjs +3 -3
  236. package/fesm2020/odx-angular-components-circular-progress.mjs +3 -3
  237. package/fesm2020/odx-angular-components-content-box.mjs +13 -13
  238. package/fesm2020/odx-angular-components-dropdown.mjs +10 -10
  239. package/fesm2020/odx-angular-components-form-field.mjs +34 -34
  240. package/fesm2020/odx-angular-components-header.mjs +14 -14
  241. package/fesm2020/odx-angular-components-header.mjs.map +1 -1
  242. package/fesm2020/odx-angular-components-icon.mjs +3 -3
  243. package/fesm2020/odx-angular-components-inline-message.mjs +3 -3
  244. package/fesm2020/odx-angular-components-launch-tile.mjs +13 -13
  245. package/fesm2020/odx-angular-components-link.mjs +3 -3
  246. package/fesm2020/odx-angular-components-list.mjs +10 -10
  247. package/fesm2020/odx-angular-components-loading-spinner.mjs +16 -12
  248. package/fesm2020/odx-angular-components-loading-spinner.mjs.map +1 -1
  249. package/fesm2020/odx-angular-components-logo.mjs +3 -3
  250. package/fesm2020/odx-angular-components-main-menu.mjs +55 -48
  251. package/fesm2020/odx-angular-components-main-menu.mjs.map +1 -1
  252. package/fesm2020/odx-angular-components-menu.mjs +16 -17
  253. package/fesm2020/odx-angular-components-menu.mjs.map +1 -1
  254. package/fesm2020/odx-angular-components-modal.mjs +35 -35
  255. package/fesm2020/odx-angular-components-modal.mjs.map +1 -1
  256. package/fesm2020/odx-angular-components-progress.mjs +3 -3
  257. package/fesm2020/odx-angular-components-radio-group.mjs +13 -13
  258. package/fesm2020/odx-angular-components-radio-group.mjs.map +1 -1
  259. package/fesm2020/odx-angular-components-rail-navigation.mjs +10 -10
  260. package/fesm2020/odx-angular-components-select.mjs +19 -19
  261. package/fesm2020/odx-angular-components-select.mjs.map +1 -1
  262. package/fesm2020/odx-angular-components-slider.mjs +3 -3
  263. package/fesm2020/odx-angular-components-spinbox.mjs +3 -3
  264. package/fesm2020/odx-angular-components-switch.mjs +10 -10
  265. package/fesm2020/odx-angular-components-tab-bar.mjs +12 -12
  266. package/fesm2020/odx-angular-components-tab-bar.mjs.map +1 -1
  267. package/fesm2020/odx-angular-components-toast.mjs +13 -13
  268. package/fesm2020/odx-angular-components-toggle-button-group.mjs +13 -13
  269. package/fesm2020/odx-angular-components-toggle-button-group.mjs.map +1 -1
  270. package/fesm2020/odx-angular-components-tooltip.mjs +6 -6
  271. package/fesm2020/odx-angular-utils.mjs +8 -4
  272. package/fesm2020/odx-angular-utils.mjs.map +1 -1
  273. package/fesm2020/odx-angular.mjs +33 -29
  274. package/fesm2020/odx-angular.mjs.map +1 -1
  275. package/lib/services/window-ref.d.ts +2 -0
  276. package/package.json +2 -2
  277. package/utils/lib/helpers/build-url.d.ts +1 -0
  278. package/utils/lib/helpers/index.d.ts +1 -0
@@ -1,11 +1,10 @@
1
1
  import { FocusableOption } from '@angular/cdk/a11y';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "@odx/angular";
4
3
  export declare class ListFocusManagerOptionDirective implements FocusableOption {
5
4
  private readonly disabledController;
6
5
  private readonly element;
7
6
  get disabled(): boolean;
8
7
  focus(): void;
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ListFocusManagerOptionDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<ListFocusManagerOptionDirective, "[odxListFocusManager]", never, {}, {}, never, never, true, [{ directive: typeof i1.WithDisabledState; inputs: {}; outputs: {}; }]>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ListFocusManagerOptionDirective, "[odxListFocusManager]", never, {}, {}, never, never, true, never>;
11
10
  }
@@ -9,6 +9,7 @@ export declare class DynamicComponentRef<T extends Type<unknown>, C extends GetD
9
9
  private readonly options;
10
10
  private readonly application;
11
11
  private componentRef;
12
+ private componentInputs;
12
13
  constructor(options: DynamicComponentOptions<T>);
13
14
  detectChanges(): void;
14
15
  destroy(): void;
@@ -5,5 +5,5 @@ export declare class ActionGroupComponent {
5
5
  readonly element: import("@angular/core").ElementRef<HTMLElement>;
6
6
  reverse: boolean;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionGroupComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<ActionGroupComponent, "odx-action-group", never, { "reverse": "reverse"; }, {}, never, ["[odxButton]"], true, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionGroupComponent, "odx-action-group", never, { "reverse": "reverse"; }, {}, never, ["[odxButton], ng-template"], true, never>;
9
9
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class HeaderComponent {
3
3
  readonly element: import("@angular/core").ElementRef<HTMLElement>;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "odx-header", never, {}, {}, never, ["button[odxMainMenuButton]", "odx-header-title", "odx-action-group", "[odxHeaderAvatar]"], true, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "odx-header", never, {}, {}, never, ["button[odxMainMenuButton]", "odx-header-title", "odx-action-group, odx-auth", "[odxHeaderAvatar]"], true, never>;
6
6
  }
@@ -1,9 +1,11 @@
1
1
  import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
2
2
  import * as i0 from "@angular/core";
3
+ import * as i1 from "@odx/angular";
3
4
  export declare class LoadingSpinnerDirective {
4
5
  static ngAcceptInputType_autoColor: BooleanInput;
5
6
  static ngAcceptInputType_isLoading: BooleanInput;
6
7
  static ngAcceptInputType_minHeight: NumberInput;
8
+ private readonly disabledController;
7
9
  private readonly dynamicViewService;
8
10
  private readonly hostElement;
9
11
  private readonly renderer;
@@ -21,5 +23,5 @@ export declare class LoadingSpinnerDirective {
21
23
  private removeSpinner;
22
24
  private hasStaticPosition;
23
25
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadingSpinnerDirective, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<LoadingSpinnerDirective, "[odxLoadingSpinner]", never, { "autoColor": "odxLoadingSpinnerAutoColor"; "isLoading": "odxLoadingSpinner"; "minHeight": "odxLoadingSpinnerMinHeight"; }, {}, never, never, true, never>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LoadingSpinnerDirective, "[odxLoadingSpinner]", never, { "autoColor": "odxLoadingSpinnerAutoColor"; "isLoading": "odxLoadingSpinner"; "minHeight": "odxLoadingSpinnerMinHeight"; }, {}, never, never, true, [{ directive: typeof i1.DisabledController; inputs: {}; outputs: {}; }]>;
25
27
  }
@@ -4,9 +4,11 @@ import * as i0 from "@angular/core";
4
4
  import * as i1 from "@odx/angular";
5
5
  export declare class MainMenuItemDirective {
6
6
  static readonly ngAcceptInputType_isSelected: BooleanInput;
7
+ private readonly mainMenu;
7
8
  protected readonly routerLinkActive: RouterLinkActive | null;
8
9
  readonly element: import("@angular/core").ElementRef<HTMLLinkElement>;
9
10
  isSelected: boolean;
11
+ protected onClick(): void;
10
12
  static ɵfac: i0.ɵɵFactoryDeclaration<MainMenuItemDirective, never>;
11
13
  static ɵdir: i0.ɵɵDirectiveDeclaration<MainMenuItemDirective, "[odxMainMenuItem]", never, { "isSelected": "isSelected"; }, {}, never, never, true, [{ directive: typeof i1.WithDisabledState; inputs: {}; outputs: {}; }, { directive: typeof i1.WithTabIndex; inputs: {}; outputs: {}; }]>;
12
14
  }
@@ -1,9 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "@odx/angular/cdk/a11y";
3
- import * as i2 from "@odx/angular";
4
3
  export declare class MenuItemDirective {
5
4
  readonly element: import("@angular/core").ElementRef<HTMLButtonElement | HTMLLinkElement>;
6
5
  protected selectItem(): void;
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<MenuItemDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<MenuItemDirective, "a[odxMenuItem], button[odxMenuItem]", never, {}, {}, never, never, true, [{ directive: typeof i1.ListFocusManagerOptionDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.WithDisabledState; inputs: {}; outputs: {}; }]>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MenuItemDirective, "a[odxMenuItem], button[odxMenuItem]", never, {}, {}, never, never, true, [{ directive: typeof i1.ListFocusManagerOptionDirective; inputs: {}; outputs: {}; }]>;
9
8
  }
@@ -6,10 +6,10 @@ import * as i0 from "@angular/core";
6
6
  const modules = [ListFocusManagerDirective, ListFocusManagerOptionDirective, InteractiveDirective];
7
7
  export class A11yModule {
8
8
  }
9
- A11yModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: A11yModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- A11yModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: A11yModule, imports: [NgCdkA11yModule, ListFocusManagerDirective, ListFocusManagerOptionDirective, InteractiveDirective], exports: [CoreModule, NgCdkA11yModule, ListFocusManagerDirective, ListFocusManagerOptionDirective, InteractiveDirective] });
11
- A11yModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: A11yModule, imports: [NgCdkA11yModule, CoreModule, NgCdkA11yModule] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: A11yModule, decorators: [{
9
+ A11yModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: A11yModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ A11yModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: A11yModule, imports: [NgCdkA11yModule, ListFocusManagerDirective, ListFocusManagerOptionDirective, InteractiveDirective], exports: [CoreModule, NgCdkA11yModule, ListFocusManagerDirective, ListFocusManagerOptionDirective, InteractiveDirective] });
11
+ A11yModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: A11yModule, imports: [NgCdkA11yModule, CoreModule, NgCdkA11yModule] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: A11yModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [NgCdkA11yModule, ...modules],
@@ -17,13 +17,13 @@ let InteractiveDirective = class InteractiveDirective {
17
17
  }
18
18
  }
19
19
  };
20
- InteractiveDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InteractiveDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
21
- InteractiveDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: InteractiveDirective, isStandalone: true, selector: "[odxCdkInteractive]", outputs: { interact: "odxCdkInteractive" }, host: { attributes: { "role": "button" }, listeners: { "click": "handleEvents($event)", "keyup.enter": "handleEvents($event)", "keyup.space": "handleEvents($event)" } }, hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }], ngImport: i0 });
20
+ InteractiveDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: InteractiveDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
21
+ InteractiveDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: InteractiveDirective, isStandalone: true, selector: "[odxCdkInteractive]", outputs: { interact: "odxCdkInteractive" }, host: { attributes: { "role": "button" }, listeners: { "click": "handleEvents($event)", "keyup.enter": "handleEvents($event)", "keyup.space": "handleEvents($event)" } }, hostDirectives: [{ directive: i1.WithDisabledState }, { directive: i1.WithTabIndex }], ngImport: i0 });
22
22
  InteractiveDirective = __decorate([
23
23
  CSSComponent('cdk-interactive')
24
24
  ], InteractiveDirective);
25
25
  export { InteractiveDirective };
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InteractiveDirective, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: InteractiveDirective, decorators: [{
27
27
  type: Directive,
28
28
  args: [{
29
29
  selector: '[odxCdkInteractive]',
@@ -1,8 +1,7 @@
1
1
  import { Directive } from '@angular/core';
2
- import { DisabledController, WithDisabledState } from '@odx/angular';
2
+ import { DisabledController } from '@odx/angular';
3
3
  import { injectElement } from '@odx/angular/utils';
4
4
  import * as i0 from "@angular/core";
5
- import * as i1 from "@odx/angular";
6
5
  export class ListFocusManagerOptionDirective {
7
6
  constructor() {
8
7
  this.disabledController = DisabledController.inject();
@@ -15,14 +14,13 @@ export class ListFocusManagerOptionDirective {
15
14
  this.element.nativeElement.focus();
16
15
  }
17
16
  }
18
- ListFocusManagerOptionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ListFocusManagerOptionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
19
- ListFocusManagerOptionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: ListFocusManagerOptionDirective, isStandalone: true, selector: "[odxListFocusManager]", hostDirectives: [{ directive: i1.WithDisabledState }], ngImport: i0 });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ListFocusManagerOptionDirective, decorators: [{
17
+ ListFocusManagerOptionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListFocusManagerOptionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
18
+ ListFocusManagerOptionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: ListFocusManagerOptionDirective, isStandalone: true, selector: "[odxListFocusManager]", ngImport: i0 });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListFocusManagerOptionDirective, decorators: [{
21
20
  type: Directive,
22
21
  args: [{
23
22
  selector: '[odxListFocusManager]',
24
23
  standalone: true,
25
- hostDirectives: [WithDisabledState],
26
24
  }]
27
25
  }] });
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC1mb2N1cy1tYW5hZ2VyLW9wdGlvbi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY2RrL2ExMXkvc3JjL2xpYi9kaXJlY3RpdmVzL2xpc3QtZm9jdXMtbWFuYWdlci1vcHRpb24uZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLGtCQUFrQixFQUFFLGlCQUFpQixFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQ3JFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQzs7O0FBT25ELE1BQU0sT0FBTywrQkFBK0I7SUFMNUM7UUFNbUIsdUJBQWtCLEdBQUcsa0JBQWtCLENBQUMsTUFBTSxFQUFFLENBQUM7UUFDakQsWUFBTyxHQUFHLGFBQWEsRUFBRSxDQUFDO0tBUzVDO0lBUEMsSUFBVyxRQUFRO1FBQ2pCLE9BQU8sQ0FBQyxDQUFDLElBQUksQ0FBQyxrQkFBa0IsRUFBRSxRQUFRLENBQUM7SUFDN0MsQ0FBQztJQUVNLEtBQUs7UUFDVixJQUFJLENBQUMsT0FBTyxDQUFDLGFBQWEsQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUNyQyxDQUFDOzs0SEFWVSwrQkFBK0I7Z0hBQS9CLCtCQUErQjsyRkFBL0IsK0JBQStCO2tCQUwzQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSx1QkFBdUI7b0JBQ2pDLFVBQVUsRUFBRSxJQUFJO29CQUNoQixjQUFjLEVBQUUsQ0FBQyxpQkFBaUIsQ0FBQztpQkFDcEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGb2N1c2FibGVPcHRpb24gfSBmcm9tICdAYW5ndWxhci9jZGsvYTExeSc7XG5pbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERpc2FibGVkQ29udHJvbGxlciwgV2l0aERpc2FibGVkU3RhdGUgfSBmcm9tICdAb2R4L2FuZ3VsYXInO1xuaW1wb3J0IHsgaW5qZWN0RWxlbWVudCB9IGZyb20gJ0BvZHgvYW5ndWxhci91dGlscyc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tvZHhMaXN0Rm9jdXNNYW5hZ2VyXScsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGhvc3REaXJlY3RpdmVzOiBbV2l0aERpc2FibGVkU3RhdGVdLFxufSlcbmV4cG9ydCBjbGFzcyBMaXN0Rm9jdXNNYW5hZ2VyT3B0aW9uRGlyZWN0aXZlIGltcGxlbWVudHMgRm9jdXNhYmxlT3B0aW9uIHtcbiAgcHJpdmF0ZSByZWFkb25seSBkaXNhYmxlZENvbnRyb2xsZXIgPSBEaXNhYmxlZENvbnRyb2xsZXIuaW5qZWN0KCk7XG4gIHByaXZhdGUgcmVhZG9ubHkgZWxlbWVudCA9IGluamVjdEVsZW1lbnQoKTtcblxuICBwdWJsaWMgZ2V0IGRpc2FibGVkKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiAhIXRoaXMuZGlzYWJsZWRDb250cm9sbGVyPy5kaXNhYmxlZDtcbiAgfVxuXG4gIHB1YmxpYyBmb2N1cygpOiB2b2lkIHtcbiAgICB0aGlzLmVsZW1lbnQubmF0aXZlRWxlbWVudC5mb2N1cygpO1xuICB9XG59XG4iXX0=
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC1mb2N1cy1tYW5hZ2VyLW9wdGlvbi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY2RrL2ExMXkvc3JjL2xpYi9kaXJlY3RpdmVzL2xpc3QtZm9jdXMtbWFuYWdlci1vcHRpb24uZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQ2xELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQzs7QUFNbkQsTUFBTSxPQUFPLCtCQUErQjtJQUo1QztRQUttQix1QkFBa0IsR0FBRyxrQkFBa0IsQ0FBQyxNQUFNLEVBQUUsQ0FBQztRQUNqRCxZQUFPLEdBQUcsYUFBYSxFQUFFLENBQUM7S0FTNUM7SUFQQyxJQUFXLFFBQVE7UUFDakIsT0FBTyxDQUFDLENBQUMsSUFBSSxDQUFDLGtCQUFrQixFQUFFLFFBQVEsQ0FBQztJQUM3QyxDQUFDO0lBRU0sS0FBSztRQUNWLElBQUksQ0FBQyxPQUFPLENBQUMsYUFBYSxDQUFDLEtBQUssRUFBRSxDQUFDO0lBQ3JDLENBQUM7OzRIQVZVLCtCQUErQjtnSEFBL0IsK0JBQStCOzJGQUEvQiwrQkFBK0I7a0JBSjNDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHVCQUF1QjtvQkFDakMsVUFBVSxFQUFFLElBQUk7aUJBQ2pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRm9jdXNhYmxlT3B0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2ExMXknO1xuaW1wb3J0IHsgRGlyZWN0aXZlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBEaXNhYmxlZENvbnRyb2xsZXIgfSBmcm9tICdAb2R4L2FuZ3VsYXInO1xuaW1wb3J0IHsgaW5qZWN0RWxlbWVudCB9IGZyb20gJ0BvZHgvYW5ndWxhci91dGlscyc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tvZHhMaXN0Rm9jdXNNYW5hZ2VyXScsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG59KVxuZXhwb3J0IGNsYXNzIExpc3RGb2N1c01hbmFnZXJPcHRpb25EaXJlY3RpdmUgaW1wbGVtZW50cyBGb2N1c2FibGVPcHRpb24ge1xuICBwcml2YXRlIHJlYWRvbmx5IGRpc2FibGVkQ29udHJvbGxlciA9IERpc2FibGVkQ29udHJvbGxlci5pbmplY3QoKTtcbiAgcHJpdmF0ZSByZWFkb25seSBlbGVtZW50ID0gaW5qZWN0RWxlbWVudCgpO1xuXG4gIHB1YmxpYyBnZXQgZGlzYWJsZWQoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuICEhdGhpcy5kaXNhYmxlZENvbnRyb2xsZXI/LmRpc2FibGVkO1xuICB9XG5cbiAgcHVibGljIGZvY3VzKCk6IHZvaWQge1xuICAgIHRoaXMuZWxlbWVudC5uYXRpdmVFbGVtZW50LmZvY3VzKCk7XG4gIH1cbn1cbiJdfQ==
@@ -22,9 +22,9 @@ export class ListFocusManagerDirective {
22
22
  this.keyManager?.onKeydown(event);
23
23
  }
24
24
  }
25
- ListFocusManagerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ListFocusManagerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
26
- ListFocusManagerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: ListFocusManagerDirective, isStandalone: true, selector: "[odxListFocusManager]", host: { listeners: { "keydown": "onKeyDown($event)" } }, queries: [{ propertyName: "options", predicate: ListFocusManagerOptionDirective }], ngImport: i0 });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ListFocusManagerDirective, decorators: [{
25
+ ListFocusManagerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListFocusManagerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
26
+ ListFocusManagerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: ListFocusManagerDirective, isStandalone: true, selector: "[odxListFocusManager]", host: { listeners: { "keydown": "onKeyDown($event)" } }, queries: [{ propertyName: "options", predicate: ListFocusManagerOptionDirective }], ngImport: i0 });
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ListFocusManagerDirective, decorators: [{
28
28
  type: Directive,
29
29
  args: [{
30
30
  selector: '[odxListFocusManager]',
@@ -92,8 +92,8 @@ let ActiveIndicatorDirective = class ActiveIndicatorDirective {
92
92
  }
93
93
  }
94
94
  };
95
- ActiveIndicatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ActiveIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
96
- ActiveIndicatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: ActiveIndicatorDirective, isStandalone: true, selector: "[odxActiveIndicator]", inputs: { activeElement: ["odxActiveIndicator", "activeElement"], parent: ["odxActiveIndicatorParent", "parent"], direction: ["odxActiveIndicatorDirection", "direction"], position: ["odxActiveIndicatorPosition", "position"] }, usesOnChanges: true, ngImport: i0 });
95
+ ActiveIndicatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ActiveIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
96
+ ActiveIndicatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: ActiveIndicatorDirective, isStandalone: true, selector: "[odxActiveIndicator]", inputs: { activeElement: ["odxActiveIndicator", "activeElement"], parent: ["odxActiveIndicatorParent", "parent"], direction: ["odxActiveIndicatorDirection", "direction"], position: ["odxActiveIndicatorPosition", "position"] }, usesOnChanges: true, ngImport: i0 });
97
97
  __decorate([
98
98
  CSSModifier(),
99
99
  __metadata("design:type", Object)
@@ -106,7 +106,7 @@ ActiveIndicatorDirective = __decorate([
106
106
  CSSComponent('cdk-active-indicator')
107
107
  ], ActiveIndicatorDirective);
108
108
  export { ActiveIndicatorDirective };
109
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ActiveIndicatorDirective, decorators: [{
109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ActiveIndicatorDirective, decorators: [{
110
110
  type: Directive,
111
111
  args: [{
112
112
  standalone: true,
@@ -25,9 +25,9 @@ export class CheckBoxControl extends CustomFormControl {
25
25
  super.updateValue(event.target.checked);
26
26
  }
27
27
  }
28
- CheckBoxControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CheckBoxControl, deps: [], target: i0.ɵɵFactoryTarget.Directive });
29
- CheckBoxControl.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: CheckBoxControl, selector: "[odxCheckBoxControl]", inputs: { checked: "checked", controlValue: ["value", "controlValue"] }, usesInheritance: true, ngImport: i0 });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CheckBoxControl, decorators: [{
28
+ CheckBoxControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CheckBoxControl, deps: [], target: i0.ɵɵFactoryTarget.Directive });
29
+ CheckBoxControl.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: CheckBoxControl, selector: "[odxCheckBoxControl]", inputs: { checked: "checked", controlValue: ["value", "controlValue"] }, usesInheritance: true, ngImport: i0 });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CheckBoxControl, decorators: [{
31
31
  type: Directive,
32
32
  args: [{
33
33
  selector: '[odxCheckBoxControl]',
@@ -65,8 +65,8 @@ let ConnectedOverlayComponent = class ConnectedOverlayComponent {
65
65
  this.positionUpdater = null;
66
66
  }
67
67
  };
68
- ConnectedOverlayComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ConnectedOverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
69
- ConnectedOverlayComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: ConnectedOverlayComponent, isStandalone: true, selector: "odx-connected-overlay", inputs: { referenceElement: "referenceElement", options: "options" }, outputs: { closed: "closed" }, host: { properties: { "@hostAnimation": "true" } }, viewQueries: [{ propertyName: "contentElement", first: true, predicate: ["content"], descendants: true, static: true }, { propertyName: "arrowElement", first: true, predicate: ["arrow"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<div\n [@contentAnimation]=\"overlaySide\"\n (@contentAnimation.start)=\"onAnimationStart($event)\"\n (@contentAnimation.done)=\"onAnimationDone($event)\"\n class=\"odx-cdk-connected-overlay__content {{ options.containerClass }}\"\n #content\n>\n <ng-template [odxDynamicView]=\"options.content\" [odxDynamicViewContext]=\"options.context\" [odxDynamicViewInjector]=\"injector\"></ng-template>\n <div class=\"odx-cdk-connected-overlay-arrow\" #arrow></div>\n</div>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], animations: [
68
+ ConnectedOverlayComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ConnectedOverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
69
+ ConnectedOverlayComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: ConnectedOverlayComponent, isStandalone: true, selector: "odx-connected-overlay", inputs: { referenceElement: "referenceElement", options: "options" }, outputs: { closed: "closed" }, host: { properties: { "@hostAnimation": "true" } }, viewQueries: [{ propertyName: "contentElement", first: true, predicate: ["content"], descendants: true, static: true }, { propertyName: "arrowElement", first: true, predicate: ["arrow"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: "<div\n [@contentAnimation]=\"overlaySide\"\n (@contentAnimation.start)=\"onAnimationStart($event)\"\n (@contentAnimation.done)=\"onAnimationDone($event)\"\n class=\"odx-cdk-connected-overlay__content {{ options.containerClass }}\"\n #content\n>\n <ng-template [odxDynamicView]=\"options.content\" [odxDynamicViewContext]=\"options.context\" [odxDynamicViewInjector]=\"injector\"></ng-template>\n <div class=\"odx-cdk-connected-overlay-arrow\" #arrow></div>\n</div>\n", dependencies: [{ kind: "ngmodule", type: CoreModule }, { kind: "directive", type: DynamicViewDirective, selector: "ng-template[odxDynamicView]", inputs: ["odxDynamicView", "odxDynamicViewInjector", "odxDynamicViewContext"] }], animations: [
70
70
  trigger('hostAnimation', [waitForChildAnimations]),
71
71
  trigger('contentAnimation', [
72
72
  transition('void => top', group([useAnimation(slideInUp, { params: { from: '-8px' } }), useAnimation(fadeIn())])),
@@ -83,7 +83,7 @@ ConnectedOverlayComponent = __decorate([
83
83
  CSSComponent('cdk-connected-overlay')
84
84
  ], ConnectedOverlayComponent);
85
85
  export { ConnectedOverlayComponent };
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ConnectedOverlayComponent, decorators: [{
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ConnectedOverlayComponent, decorators: [{
87
87
  type: Component,
88
88
  args: [{ standalone: true, selector: 'odx-connected-overlay', imports: [CoreModule, DynamicViewDirective], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
89
89
  '[@hostAnimation]': 'true',
@@ -16,9 +16,9 @@ export class ConnectedOverlayService {
16
16
  return new ConnectedOverlayRef(dynamicViewRef);
17
17
  }
18
18
  }
19
- ConnectedOverlayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ConnectedOverlayService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20
- ConnectedOverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ConnectedOverlayService, providedIn: 'root' });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ConnectedOverlayService, decorators: [{
19
+ ConnectedOverlayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ConnectedOverlayService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20
+ ConnectedOverlayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ConnectedOverlayService, providedIn: 'root' });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ConnectedOverlayService, decorators: [{
22
22
  type: Injectable,
23
23
  args: [{ providedIn: 'root' }]
24
24
  }] });
@@ -6,9 +6,9 @@ export class ControlDirective {
6
6
  this.element = injectElement();
7
7
  }
8
8
  }
9
- ControlDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
10
- ControlDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: ControlDirective, isStandalone: true, selector: "[odxControl]", exportAs: ["odxControl"], ngImport: i0 });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ControlDirective, decorators: [{
9
+ ControlDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
10
+ ControlDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: ControlDirective, isStandalone: true, selector: "[odxControl]", exportAs: ["odxControl"], ngImport: i0 });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ControlDirective, decorators: [{
12
12
  type: Directive,
13
13
  args: [{
14
14
  standalone: true,
@@ -71,9 +71,9 @@ export class CustomFormControl extends Controller {
71
71
  }
72
72
  }
73
73
  CustomFormControl.CURRENT_INDEX = 0;
74
- CustomFormControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CustomFormControl, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
75
- CustomFormControl.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: CustomFormControl, inputs: { id: "id", name: "name" }, host: { properties: { "class.has-error": "hasError", "class.is-disabled": "isDisabled", "class.is-readonly": "isReadonly", "class.is-required": "required" } }, viewQueries: [{ propertyName: "control", first: true, predicate: ControlDirective, descendants: true }], usesInheritance: true, ngImport: i0 });
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CustomFormControl, decorators: [{
74
+ CustomFormControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CustomFormControl, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
75
+ CustomFormControl.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: CustomFormControl, inputs: { id: "id", name: "name" }, host: { properties: { "class.has-error": "hasError", "class.is-disabled": "isDisabled", "class.is-readonly": "isReadonly", "class.is-required": "required" } }, viewQueries: [{ propertyName: "control", first: true, predicate: ControlDirective, descendants: true }], usesInheritance: true, ngImport: i0 });
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: CustomFormControl, decorators: [{
77
77
  type: Directive,
78
78
  args: [{
79
79
  host: {
@@ -26,9 +26,9 @@ export class DynamicViewComponent {
26
26
  this.element.nativeElement.innerHTML = value;
27
27
  }
28
28
  }
29
- DynamicViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DynamicViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
30
- DynamicViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: DynamicViewComponent, isStandalone: true, selector: "odx-dynamic-view", inputs: { content: "content" }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DynamicViewComponent, decorators: [{
29
+ DynamicViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DynamicViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
30
+ DynamicViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.0", type: DynamicViewComponent, isStandalone: true, selector: "odx-dynamic-view", inputs: { content: "content" }, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DynamicViewComponent, decorators: [{
32
32
  type: Component,
33
33
  args: [{
34
34
  selector: 'odx-dynamic-view',
@@ -73,9 +73,9 @@ export class DynamicViewDirective {
73
73
  this.viewRef = null;
74
74
  }
75
75
  }
76
- DynamicViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DynamicViewDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
77
- DynamicViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: DynamicViewDirective, isStandalone: true, selector: "ng-template[odxDynamicView]", inputs: { content: ["odxDynamicView", "content"], injector: ["odxDynamicViewInjector", "injector"], context: ["odxDynamicViewContext", "context"] }, usesOnChanges: true, ngImport: i0 });
78
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DynamicViewDirective, decorators: [{
76
+ DynamicViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DynamicViewDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
77
+ DynamicViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: DynamicViewDirective, isStandalone: true, selector: "ng-template[odxDynamicView]", inputs: { content: ["odxDynamicView", "content"], injector: ["odxDynamicViewInjector", "injector"], context: ["odxDynamicViewContext", "context"] }, usesOnChanges: true, ngImport: i0 });
78
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DynamicViewDirective, decorators: [{
79
79
  type: Directive,
80
80
  args: [{
81
81
  selector: 'ng-template[odxDynamicView]',
@@ -36,9 +36,9 @@ export class DynamicViewService {
36
36
  throw new Error('Content type is not supported');
37
37
  }
38
38
  }
39
- DynamicViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DynamicViewService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
40
- DynamicViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DynamicViewService, providedIn: 'root' });
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DynamicViewService, decorators: [{
39
+ DynamicViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DynamicViewService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
40
+ DynamicViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DynamicViewService, providedIn: 'root' });
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: DynamicViewService, decorators: [{
42
42
  type: Injectable,
43
43
  args: [{ providedIn: 'root' }]
44
44
  }] });
@@ -1,4 +1,4 @@
1
- import { ApplicationRef, createComponent, EnvironmentInjector } from '@angular/core';
1
+ import { ApplicationRef, createComponent, EnvironmentInjector, reflectComponentType } from '@angular/core';
2
2
  import { isViewContainer } from '@odx/angular/utils';
3
3
  import { deepmerge } from 'deepmerge-ts';
4
4
  export class DynamicComponentRef {
@@ -6,12 +6,18 @@ export class DynamicComponentRef {
6
6
  this.options = options;
7
7
  this.application = this.options.injector.get(ApplicationRef);
8
8
  this.componentRef = null;
9
+ this.componentInputs = null;
9
10
  const { component, context, injector, projectableNodes, host } = options;
10
11
  this.componentRef = createComponent(component, {
11
12
  environmentInjector: injector.get(EnvironmentInjector),
12
13
  elementInjector: injector,
13
14
  projectableNodes,
14
15
  });
16
+ this.componentInputs =
17
+ reflectComponentType(this.componentRef.componentType)?.inputs.reduce((acc, { propName }) => {
18
+ acc[propName] = true;
19
+ return acc;
20
+ }, {}) ?? null;
15
21
  if (isViewContainer(host)) {
16
22
  host.insert(this.componentRef.hostView);
17
23
  }
@@ -38,14 +44,19 @@ export class DynamicComponentRef {
38
44
  }
39
45
  this.componentRef?.destroy();
40
46
  this.componentRef = null;
47
+ this.componentInputs = null;
41
48
  }
42
49
  getElement() {
43
50
  return this.componentRef?.location.nativeElement ?? null;
44
51
  }
45
52
  update(context) {
46
53
  this.options.context = deepmerge(this.options.context, context);
54
+ if (!this.componentRef)
55
+ return;
47
56
  for (const key in this.options.context) {
48
- this.componentRef?.setInput(key, this.options.context[key]);
57
+ if (this.componentInputs?.[key]) {
58
+ this.componentRef.setInput(key, this.options.context[key]);
59
+ }
49
60
  }
50
61
  }
51
62
  getContext() {
@@ -55,4 +66,4 @@ export class DynamicComponentRef {
55
66
  return this.componentRef?.hostView ?? null;
56
67
  }
57
68
  }
58
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHluYW1pYy1jb21wb25lbnQtcmVmLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hbmd1bGFyL2Nkay9keW5hbWljLXZpZXcvc3JjL2xpYi9tb2RlbHMvZHluYW1pYy1jb21wb25lbnQtcmVmLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxjQUFjLEVBQWdCLGVBQWUsRUFBRSxtQkFBbUIsRUFBaUIsTUFBTSxlQUFlLENBQUM7QUFDbEgsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFTekMsTUFBTSxPQUFPLG1CQUFtQjtJQUk5QixZQUE2QixPQUFtQztRQUFuQyxZQUFPLEdBQVAsT0FBTyxDQUE0QjtRQUgvQyxnQkFBVyxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQyxjQUFjLENBQUMsQ0FBQztRQUNqRSxpQkFBWSxHQUEyQixJQUFJLENBQUM7UUFHbEQsTUFBTSxFQUFFLFNBQVMsRUFBRSxPQUFPLEVBQUUsUUFBUSxFQUFFLGdCQUFnQixFQUFFLElBQUksRUFBRSxHQUFHLE9BQU8sQ0FBQztRQUV6RSxJQUFJLENBQUMsWUFBWSxHQUFHLGVBQWUsQ0FBQyxTQUFvQixFQUFFO1lBQ3hELG1CQUFtQixFQUFFLFFBQVEsQ0FBQyxHQUFHLENBQUMsbUJBQW1CLENBQUM7WUFDdEQsZUFBZSxFQUFFLFFBQVE7WUFDekIsZ0JBQWdCO1NBQ2pCLENBQUMsQ0FBQztRQUVILElBQUksZUFBZSxDQUFDLElBQUksQ0FBQyxFQUFFO1lBQ3pCLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxRQUFRLENBQUMsQ0FBQztTQUN6QzthQUFNO1lBQ0wsSUFBSSxDQUFDLFdBQVcsQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxRQUFRLENBQUMsQ0FBQztZQUN4RCxJQUFJLElBQUksRUFBRTtnQkFDUixJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQyxDQUFDO2FBQ3JDO1NBQ0Y7UUFDRCxJQUFJLE9BQU8sRUFBRTtZQUNYLElBQUksQ0FBQyxNQUFNLENBQUMsT0FBWSxDQUFDLENBQUM7U0FDM0I7SUFDSCxDQUFDO0lBRU0sYUFBYTtRQUNsQixJQUFJLENBQUMsWUFBWSxFQUFFLGlCQUFpQixDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQ3ZELENBQUM7SUFFTSxPQUFPO1FBQ1osSUFBSSxJQUFJLENBQUMsWUFBWSxFQUFFLFFBQVEsQ0FBQyxTQUFTLEVBQUU7WUFDekMsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUM7WUFDekIsT0FBTztTQUNSO1FBQ0QsSUFBSSxJQUFJLENBQUMsWUFBWSxJQUFJLENBQUMsZUFBZSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEVBQUU7WUFDNUQsSUFBSSxDQUFDLFdBQVcsQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxRQUFRLENBQUMsQ0FBQztTQUN6RDtRQUNELElBQUksQ0FBQyxZQUFZLEVBQUUsT0FBTyxFQUFFLENBQUM7UUFDN0IsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUM7SUFDM0IsQ0FBQztJQUVNLFVBQVU7UUFDZixPQUFPLElBQUksQ0FBQyxZQUFZLEVBQUUsUUFBUSxDQUFDLGFBQWEsSUFBSSxJQUFJLENBQUM7SUFDM0QsQ0FBQztJQUVNLE1BQU0sQ0FBQyxPQUFVO1FBQ3RCLElBQUksQ0FBQyxPQUFPLENBQUMsT0FBTyxHQUFHLFNBQVMsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLE9BQU8sRUFBRSxPQUFPLENBQU0sQ0FBQztRQUNyRSxLQUFLLE1BQU0sR0FBRyxJQUFJLElBQUksQ0FBQyxPQUFPLENBQUMsT0FBTyxFQUFFO1lBQ3RDLElBQUksQ0FBQyxZQUFZLEVBQUUsUUFBUSxDQUFDLEdBQUcsRUFBRSxJQUFJLENBQUMsT0FBTyxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDO1NBQzdEO0lBQ0gsQ0FBQztJQUVNLFVBQVU7UUFDZixPQUFPLElBQUksQ0FBQyxPQUFPLENBQUMsT0FBTyxJQUFJLEVBQUUsQ0FBQztJQUNwQyxDQUFDO0lBRU0sT0FBTztRQUNaLE9BQU8sSUFBSSxDQUFDLFlBQVksRUFBRSxRQUFRLElBQUksSUFBSSxDQUFDO0lBQzdDLENBQUM7Q0FDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFwcGxpY2F0aW9uUmVmLCBDb21wb25lbnRSZWYsIGNyZWF0ZUNvbXBvbmVudCwgRW52aXJvbm1lbnRJbmplY3RvciwgVHlwZSwgVmlld1JlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgaXNWaWV3Q29udGFpbmVyIH0gZnJvbSAnQG9keC9hbmd1bGFyL3V0aWxzJztcbmltcG9ydCB7IGRlZXBtZXJnZSB9IGZyb20gJ2RlZXBtZXJnZS10cyc7XG5pbXBvcnQgeyBHZXREeW5hbWljVmlld0NvbnRleHQgfSBmcm9tICcuLi9mYWNhZGUnO1xuaW1wb3J0IHsgRHluYW1pY1ZpZXdSZWYgfSBmcm9tICcuLi9mYWNhZGUvZHluYW1pYy12aWV3LXJlZic7XG5pbXBvcnQgeyBEeW5hbWljVmlld09wdGlvbnMgfSBmcm9tICcuL2R5bmFtaWMtdmlldy1vcHRpb25zJztcblxuZXhwb3J0IGludGVyZmFjZSBEeW5hbWljQ29tcG9uZW50T3B0aW9uczxUIGV4dGVuZHMgVHlwZTx1bmtub3duPj4gZXh0ZW5kcyBEeW5hbWljVmlld09wdGlvbnM8VD4ge1xuICBjb21wb25lbnQ6IFQ7XG59XG5cbmV4cG9ydCBjbGFzcyBEeW5hbWljQ29tcG9uZW50UmVmPFQgZXh0ZW5kcyBUeXBlPHVua25vd24+LCBDIGV4dGVuZHMgR2V0RHluYW1pY1ZpZXdDb250ZXh0PFQ+PiBpbXBsZW1lbnRzIER5bmFtaWNWaWV3UmVmPFQ+IHtcbiAgcHJpdmF0ZSByZWFkb25seSBhcHBsaWNhdGlvbiA9IHRoaXMub3B0aW9ucy5pbmplY3Rvci5nZXQoQXBwbGljYXRpb25SZWYpO1xuICBwcml2YXRlIGNvbXBvbmVudFJlZjogQ29tcG9uZW50UmVmPFQ+IHwgbnVsbCA9IG51bGw7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZWFkb25seSBvcHRpb25zOiBEeW5hbWljQ29tcG9uZW50T3B0aW9uczxUPikge1xuICAgIGNvbnN0IHsgY29tcG9uZW50LCBjb250ZXh0LCBpbmplY3RvciwgcHJvamVjdGFibGVOb2RlcywgaG9zdCB9ID0gb3B0aW9ucztcblxuICAgIHRoaXMuY29tcG9uZW50UmVmID0gY3JlYXRlQ29tcG9uZW50KGNvbXBvbmVudCBhcyBUeXBlPFQ+LCB7XG4gICAgICBlbnZpcm9ubWVudEluamVjdG9yOiBpbmplY3Rvci5nZXQoRW52aXJvbm1lbnRJbmplY3RvciksXG4gICAgICBlbGVtZW50SW5qZWN0b3I6IGluamVjdG9yLFxuICAgICAgcHJvamVjdGFibGVOb2RlcyxcbiAgICB9KTtcblxuICAgIGlmIChpc1ZpZXdDb250YWluZXIoaG9zdCkpIHtcbiAgICAgIGhvc3QuaW5zZXJ0KHRoaXMuY29tcG9uZW50UmVmLmhvc3RWaWV3KTtcbiAgICB9IGVsc2Uge1xuICAgICAgdGhpcy5hcHBsaWNhdGlvbi5hdHRhY2hWaWV3KHRoaXMuY29tcG9uZW50UmVmLmhvc3RWaWV3KTtcbiAgICAgIGlmIChob3N0KSB7XG4gICAgICAgIGhvc3QuYXBwZW5kQ2hpbGQodGhpcy5nZXRFbGVtZW50KCkpO1xuICAgICAgfVxuICAgIH1cbiAgICBpZiAoY29udGV4dCkge1xuICAgICAgdGhpcy51cGRhdGUoY29udGV4dCBhcyBDKTtcbiAgICB9XG4gIH1cblxuICBwdWJsaWMgZGV0ZWN0Q2hhbmdlcygpOiB2b2lkIHtcbiAgICB0aGlzLmNvbXBvbmVudFJlZj8uY2hhbmdlRGV0ZWN0b3JSZWYuZGV0ZWN0Q2hhbmdlcygpO1xuICB9XG5cbiAgcHVibGljIGRlc3Ryb3koKTogdm9pZCB7XG4gICAgaWYgKHRoaXMuY29tcG9uZW50UmVmPy5ob3N0Vmlldy5kZXN0cm95ZWQpIHtcbiAgICAgIHRoaXMuY29tcG9uZW50UmVmID0gbnVsbDtcbiAgICAgIHJldHVybjtcbiAgICB9XG4gICAgaWYgKHRoaXMuY29tcG9uZW50UmVmICYmICFpc1ZpZXdDb250YWluZXIodGhpcy5vcHRpb25zLmhvc3QpKSB7XG4gICAgICB0aGlzLmFwcGxpY2F0aW9uLmRldGFjaFZpZXcodGhpcy5jb21wb25lbnRSZWYuaG9zdFZpZXcpO1xuICAgIH1cbiAgICB0aGlzLmNvbXBvbmVudFJlZj8uZGVzdHJveSgpO1xuICAgIHRoaXMuY29tcG9uZW50UmVmID0gbnVsbDtcbiAgfVxuXG4gIHB1YmxpYyBnZXRFbGVtZW50KCk6IEVsZW1lbnQge1xuICAgIHJldHVybiB0aGlzLmNvbXBvbmVudFJlZj8ubG9jYXRpb24ubmF0aXZlRWxlbWVudCA/PyBudWxsO1xuICB9XG5cbiAgcHVibGljIHVwZGF0ZShjb250ZXh0OiBDKTogdm9pZCB7XG4gICAgdGhpcy5vcHRpb25zLmNvbnRleHQgPSBkZWVwbWVyZ2UodGhpcy5vcHRpb25zLmNvbnRleHQsIGNvbnRleHQpIGFzIEM7XG4gICAgZm9yIChjb25zdCBrZXkgaW4gdGhpcy5vcHRpb25zLmNvbnRleHQpIHtcbiAgICAgIHRoaXMuY29tcG9uZW50UmVmPy5zZXRJbnB1dChrZXksIHRoaXMub3B0aW9ucy5jb250ZXh0W2tleV0pO1xuICAgIH1cbiAgfVxuXG4gIHB1YmxpYyBnZXRDb250ZXh0KCk6IEdldER5bmFtaWNWaWV3Q29udGV4dDxUPiB7XG4gICAgcmV0dXJuIHRoaXMub3B0aW9ucy5jb250ZXh0ID8/IHt9O1xuICB9XG5cbiAgcHVibGljIGdldFZpZXcoKTogVmlld1JlZiB8IG51bGwge1xuICAgIHJldHVybiB0aGlzLmNvbXBvbmVudFJlZj8uaG9zdFZpZXcgPz8gbnVsbDtcbiAgfVxufVxuIl19
69
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHluYW1pYy1jb21wb25lbnQtcmVmLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hbmd1bGFyL2Nkay9keW5hbWljLXZpZXcvc3JjL2xpYi9tb2RlbHMvZHluYW1pYy1jb21wb25lbnQtcmVmLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxjQUFjLEVBQWdCLGVBQWUsRUFBRSxtQkFBbUIsRUFBRSxvQkFBb0IsRUFBaUIsTUFBTSxlQUFlLENBQUM7QUFDeEksT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFTekMsTUFBTSxPQUFPLG1CQUFtQjtJQUs5QixZQUE2QixPQUFtQztRQUFuQyxZQUFPLEdBQVAsT0FBTyxDQUE0QjtRQUovQyxnQkFBVyxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQyxjQUFjLENBQUMsQ0FBQztRQUNqRSxpQkFBWSxHQUEyQixJQUFJLENBQUM7UUFDNUMsb0JBQWUsR0FBZ0MsSUFBSSxDQUFDO1FBRzFELE1BQU0sRUFBRSxTQUFTLEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxnQkFBZ0IsRUFBRSxJQUFJLEVBQUUsR0FBRyxPQUFPLENBQUM7UUFFekUsSUFBSSxDQUFDLFlBQVksR0FBRyxlQUFlLENBQUMsU0FBb0IsRUFBRTtZQUN4RCxtQkFBbUIsRUFBRSxRQUFRLENBQUMsR0FBRyxDQUFDLG1CQUFtQixDQUFDO1lBQ3RELGVBQWUsRUFBRSxRQUFRO1lBQ3pCLGdCQUFnQjtTQUNqQixDQUFDLENBQUM7UUFDSCxJQUFJLENBQUMsZUFBZTtZQUNsQixvQkFBb0IsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLGFBQWEsQ0FBQyxFQUFFLE1BQU0sQ0FBQyxNQUFNLENBQUMsQ0FBQyxHQUFHLEVBQUUsRUFBRSxRQUFRLEVBQUUsRUFBRSxFQUFFO2dCQUN6RixHQUFHLENBQUMsUUFBUSxDQUFDLEdBQUcsSUFBSSxDQUFDO2dCQUNyQixPQUFPLEdBQUcsQ0FBQztZQUNiLENBQUMsRUFBRSxFQUEwQixDQUFDLElBQUksSUFBSSxDQUFDO1FBRXpDLElBQUksZUFBZSxDQUFDLElBQUksQ0FBQyxFQUFFO1lBQ3pCLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxRQUFRLENBQUMsQ0FBQztTQUN6QzthQUFNO1lBQ0wsSUFBSSxDQUFDLFdBQVcsQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxRQUFRLENBQUMsQ0FBQztZQUN4RCxJQUFJLElBQUksRUFBRTtnQkFDUixJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxVQUFVLEVBQUUsQ0FBQyxDQUFDO2FBQ3JDO1NBQ0Y7UUFDRCxJQUFJLE9BQU8sRUFBRTtZQUNYLElBQUksQ0FBQyxNQUFNLENBQUMsT0FBWSxDQUFDLENBQUM7U0FDM0I7SUFDSCxDQUFDO0lBRU0sYUFBYTtRQUNsQixJQUFJLENBQUMsWUFBWSxFQUFFLGlCQUFpQixDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQ3ZELENBQUM7SUFFTSxPQUFPO1FBQ1osSUFBSSxJQUFJLENBQUMsWUFBWSxFQUFFLFFBQVEsQ0FBQyxTQUFTLEVBQUU7WUFDekMsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUM7WUFDekIsT0FBTztTQUNSO1FBQ0QsSUFBSSxJQUFJLENBQUMsWUFBWSxJQUFJLENBQUMsZUFBZSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEVBQUU7WUFDNUQsSUFBSSxDQUFDLFdBQVcsQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxRQUFRLENBQUMsQ0FBQztTQUN6RDtRQUNELElBQUksQ0FBQyxZQUFZLEVBQUUsT0FBTyxFQUFFLENBQUM7UUFDN0IsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUM7UUFDekIsSUFBSSxDQUFDLGVBQWUsR0FBRyxJQUFJLENBQUM7SUFDOUIsQ0FBQztJQUVNLFVBQVU7UUFDZixPQUFPLElBQUksQ0FBQyxZQUFZLEVBQUUsUUFBUSxDQUFDLGFBQWEsSUFBSSxJQUFJLENBQUM7SUFDM0QsQ0FBQztJQUVNLE1BQU0sQ0FBQyxPQUFVO1FBQ3RCLElBQUksQ0FBQyxPQUFPLENBQUMsT0FBTyxHQUFHLFNBQVMsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLE9BQU8sRUFBRSxPQUFPLENBQU0sQ0FBQztRQUNyRSxJQUFJLENBQUMsSUFBSSxDQUFDLFlBQVk7WUFBRSxPQUFPO1FBQy9CLEtBQUssTUFBTSxHQUFHLElBQUksSUFBSSxDQUFDLE9BQU8sQ0FBQyxPQUFPLEVBQUU7WUFDdEMsSUFBSSxJQUFJLENBQUMsZUFBZSxFQUFFLENBQUMsR0FBRyxDQUFDLEVBQUU7Z0JBQy9CLElBQUksQ0FBQyxZQUFZLENBQUMsUUFBUSxDQUFDLEdBQUcsRUFBRSxJQUFJLENBQUMsT0FBTyxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDO2FBQzVEO1NBQ0Y7SUFDSCxDQUFDO0lBRU0sVUFBVTtRQUNmLE9BQU8sSUFBSSxDQUFDLE9BQU8sQ0FBQyxPQUFPLElBQUksRUFBRSxDQUFDO0lBQ3BDLENBQUM7SUFFTSxPQUFPO1FBQ1osT0FBTyxJQUFJLENBQUMsWUFBWSxFQUFFLFFBQVEsSUFBSSxJQUFJLENBQUM7SUFDN0MsQ0FBQztDQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQXBwbGljYXRpb25SZWYsIENvbXBvbmVudFJlZiwgY3JlYXRlQ29tcG9uZW50LCBFbnZpcm9ubWVudEluamVjdG9yLCByZWZsZWN0Q29tcG9uZW50VHlwZSwgVHlwZSwgVmlld1JlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgaXNWaWV3Q29udGFpbmVyIH0gZnJvbSAnQG9keC9hbmd1bGFyL3V0aWxzJztcbmltcG9ydCB7IGRlZXBtZXJnZSB9IGZyb20gJ2RlZXBtZXJnZS10cyc7XG5pbXBvcnQgeyBHZXREeW5hbWljVmlld0NvbnRleHQgfSBmcm9tICcuLi9mYWNhZGUnO1xuaW1wb3J0IHsgRHluYW1pY1ZpZXdSZWYgfSBmcm9tICcuLi9mYWNhZGUvZHluYW1pYy12aWV3LXJlZic7XG5pbXBvcnQgeyBEeW5hbWljVmlld09wdGlvbnMgfSBmcm9tICcuL2R5bmFtaWMtdmlldy1vcHRpb25zJztcblxuZXhwb3J0IGludGVyZmFjZSBEeW5hbWljQ29tcG9uZW50T3B0aW9uczxUIGV4dGVuZHMgVHlwZTx1bmtub3duPj4gZXh0ZW5kcyBEeW5hbWljVmlld09wdGlvbnM8VD4ge1xuICBjb21wb25lbnQ6IFQ7XG59XG5cbmV4cG9ydCBjbGFzcyBEeW5hbWljQ29tcG9uZW50UmVmPFQgZXh0ZW5kcyBUeXBlPHVua25vd24+LCBDIGV4dGVuZHMgR2V0RHluYW1pY1ZpZXdDb250ZXh0PFQ+PiBpbXBsZW1lbnRzIER5bmFtaWNWaWV3UmVmPFQ+IHtcbiAgcHJpdmF0ZSByZWFkb25seSBhcHBsaWNhdGlvbiA9IHRoaXMub3B0aW9ucy5pbmplY3Rvci5nZXQoQXBwbGljYXRpb25SZWYpO1xuICBwcml2YXRlIGNvbXBvbmVudFJlZjogQ29tcG9uZW50UmVmPFQ+IHwgbnVsbCA9IG51bGw7XG4gIHByaXZhdGUgY29tcG9uZW50SW5wdXRzOiBSZWNvcmQ8c3RyaW5nLCB0cnVlPiB8IG51bGwgPSBudWxsO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVhZG9ubHkgb3B0aW9uczogRHluYW1pY0NvbXBvbmVudE9wdGlvbnM8VD4pIHtcbiAgICBjb25zdCB7IGNvbXBvbmVudCwgY29udGV4dCwgaW5qZWN0b3IsIHByb2plY3RhYmxlTm9kZXMsIGhvc3QgfSA9IG9wdGlvbnM7XG5cbiAgICB0aGlzLmNvbXBvbmVudFJlZiA9IGNyZWF0ZUNvbXBvbmVudChjb21wb25lbnQgYXMgVHlwZTxUPiwge1xuICAgICAgZW52aXJvbm1lbnRJbmplY3RvcjogaW5qZWN0b3IuZ2V0KEVudmlyb25tZW50SW5qZWN0b3IpLFxuICAgICAgZWxlbWVudEluamVjdG9yOiBpbmplY3RvcixcbiAgICAgIHByb2plY3RhYmxlTm9kZXMsXG4gICAgfSk7XG4gICAgdGhpcy5jb21wb25lbnRJbnB1dHMgPVxuICAgICAgcmVmbGVjdENvbXBvbmVudFR5cGUodGhpcy5jb21wb25lbnRSZWYuY29tcG9uZW50VHlwZSk/LmlucHV0cy5yZWR1Y2UoKGFjYywgeyBwcm9wTmFtZSB9KSA9PiB7XG4gICAgICAgIGFjY1twcm9wTmFtZV0gPSB0cnVlO1xuICAgICAgICByZXR1cm4gYWNjO1xuICAgICAgfSwge30gYXMgUmVjb3JkPHN0cmluZywgdHJ1ZT4pID8/IG51bGw7XG5cbiAgICBpZiAoaXNWaWV3Q29udGFpbmVyKGhvc3QpKSB7XG4gICAgICBob3N0Lmluc2VydCh0aGlzLmNvbXBvbmVudFJlZi5ob3N0Vmlldyk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuYXBwbGljYXRpb24uYXR0YWNoVmlldyh0aGlzLmNvbXBvbmVudFJlZi5ob3N0Vmlldyk7XG4gICAgICBpZiAoaG9zdCkge1xuICAgICAgICBob3N0LmFwcGVuZENoaWxkKHRoaXMuZ2V0RWxlbWVudCgpKTtcbiAgICAgIH1cbiAgICB9XG4gICAgaWYgKGNvbnRleHQpIHtcbiAgICAgIHRoaXMudXBkYXRlKGNvbnRleHQgYXMgQyk7XG4gICAgfVxuICB9XG5cbiAgcHVibGljIGRldGVjdENoYW5nZXMoKTogdm9pZCB7XG4gICAgdGhpcy5jb21wb25lbnRSZWY/LmNoYW5nZURldGVjdG9yUmVmLmRldGVjdENoYW5nZXMoKTtcbiAgfVxuXG4gIHB1YmxpYyBkZXN0cm95KCk6IHZvaWQge1xuICAgIGlmICh0aGlzLmNvbXBvbmVudFJlZj8uaG9zdFZpZXcuZGVzdHJveWVkKSB7XG4gICAgICB0aGlzLmNvbXBvbmVudFJlZiA9IG51bGw7XG4gICAgICByZXR1cm47XG4gICAgfVxuICAgIGlmICh0aGlzLmNvbXBvbmVudFJlZiAmJiAhaXNWaWV3Q29udGFpbmVyKHRoaXMub3B0aW9ucy5ob3N0KSkge1xuICAgICAgdGhpcy5hcHBsaWNhdGlvbi5kZXRhY2hWaWV3KHRoaXMuY29tcG9uZW50UmVmLmhvc3RWaWV3KTtcbiAgICB9XG4gICAgdGhpcy5jb21wb25lbnRSZWY/LmRlc3Ryb3koKTtcbiAgICB0aGlzLmNvbXBvbmVudFJlZiA9IG51bGw7XG4gICAgdGhpcy5jb21wb25lbnRJbnB1dHMgPSBudWxsO1xuICB9XG5cbiAgcHVibGljIGdldEVsZW1lbnQoKTogRWxlbWVudCB7XG4gICAgcmV0dXJuIHRoaXMuY29tcG9uZW50UmVmPy5sb2NhdGlvbi5uYXRpdmVFbGVtZW50ID8/IG51bGw7XG4gIH1cblxuICBwdWJsaWMgdXBkYXRlKGNvbnRleHQ6IEMpOiB2b2lkIHtcbiAgICB0aGlzLm9wdGlvbnMuY29udGV4dCA9IGRlZXBtZXJnZSh0aGlzLm9wdGlvbnMuY29udGV4dCwgY29udGV4dCkgYXMgQztcbiAgICBpZiAoIXRoaXMuY29tcG9uZW50UmVmKSByZXR1cm47XG4gICAgZm9yIChjb25zdCBrZXkgaW4gdGhpcy5vcHRpb25zLmNvbnRleHQpIHtcbiAgICAgIGlmICh0aGlzLmNvbXBvbmVudElucHV0cz8uW2tleV0pIHtcbiAgICAgICAgdGhpcy5jb21wb25lbnRSZWYuc2V0SW5wdXQoa2V5LCB0aGlzLm9wdGlvbnMuY29udGV4dFtrZXldKTtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICBwdWJsaWMgZ2V0Q29udGV4dCgpOiBHZXREeW5hbWljVmlld0NvbnRleHQ8VD4ge1xuICAgIHJldHVybiB0aGlzLm9wdGlvbnMuY29udGV4dCA/PyB7fTtcbiAgfVxuXG4gIHB1YmxpYyBnZXRWaWV3KCk6IFZpZXdSZWYgfCBudWxsIHtcbiAgICByZXR1cm4gdGhpcy5jb21wb25lbnRSZWY/Lmhvc3RWaWV3ID8/IG51bGw7XG4gIH1cbn1cbiJdfQ==
@@ -33,9 +33,9 @@ export class ExpandableItemDirective {
33
33
  }
34
34
  }
35
35
  ExpandableItemDirective.ID = 0;
36
- ExpandableItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExpandableItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
37
- ExpandableItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: ExpandableItemDirective, isStandalone: true, selector: "[odxExpandableItem]", inputs: { expanded: "expanded" }, ngImport: i0 });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExpandableItemDirective, decorators: [{
36
+ ExpandableItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ExpandableItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
37
+ ExpandableItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: ExpandableItemDirective, isStandalone: true, selector: "[odxExpandableItem]", inputs: { expanded: "expanded" }, ngImport: i0 });
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ExpandableItemDirective, decorators: [{
39
39
  type: Directive,
40
40
  args: [{
41
41
  standalone: true,
@@ -23,13 +23,13 @@ export class ExpandableContainerDirective {
23
23
  this.openItems[item.id] = item;
24
24
  }
25
25
  }
26
- ExpandableContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExpandableContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
27
- ExpandableContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: ExpandableContainerDirective, isStandalone: true, selector: "[odxExpandableContainer]", inputs: { multiple: "multiple" }, ngImport: i0 });
26
+ ExpandableContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ExpandableContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
27
+ ExpandableContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: ExpandableContainerDirective, isStandalone: true, selector: "[odxExpandableContainer]", inputs: { multiple: "multiple" }, ngImport: i0 });
28
28
  __decorate([
29
29
  Transform(coerceBooleanProperty),
30
30
  __metadata("design:type", Object)
31
31
  ], ExpandableContainerDirective.prototype, "multiple", void 0);
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExpandableContainerDirective, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ExpandableContainerDirective, decorators: [{
33
33
  type: Directive,
34
34
  args: [{
35
35
  standalone: true,
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  const modules = [ExpandableContainerDirective, ExpandableItemDirective];
5
5
  export class ExpandableModule {
6
6
  }
7
- ExpandableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExpandableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- ExpandableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: ExpandableModule, imports: [ExpandableContainerDirective, ExpandableItemDirective], exports: [ExpandableContainerDirective, ExpandableItemDirective] });
9
- ExpandableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExpandableModule });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExpandableModule, decorators: [{
7
+ ExpandableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ExpandableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ ExpandableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: ExpandableModule, imports: [ExpandableContainerDirective, ExpandableItemDirective], exports: [ExpandableContainerDirective, ExpandableItemDirective] });
9
+ ExpandableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ExpandableModule });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: ExpandableModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  imports: modules,
@@ -18,9 +18,9 @@ export class RadioControlDirective {
18
18
  return this.radioGroupControl.value === this.value;
19
19
  }
20
20
  }
21
- RadioControlDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RadioControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
22
- RadioControlDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: RadioControlDirective, isStandalone: true, selector: "[odxRadioControl]", inputs: { value: "value" }, host: { properties: { "class.is-active": "isActive", "class.is-disabled": "disabledController?.disabled", "class.is-readonly": "readonlyController?.readonly", "class.has-error": "radioGroupControl.hasError" } }, providers: [DisabledController.connect(), ReadonlyController.connect()], ngImport: i0 });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RadioControlDirective, decorators: [{
21
+ RadioControlDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: RadioControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
22
+ RadioControlDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: RadioControlDirective, isStandalone: true, selector: "[odxRadioControl]", inputs: { value: "value" }, host: { properties: { "class.is-active": "isActive", "class.is-disabled": "disabledController?.disabled", "class.is-readonly": "readonlyController?.readonly", "class.has-error": "radioGroupControl.hasError" } }, providers: [DisabledController.connect(), ReadonlyController.connect()], ngImport: i0 });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: RadioControlDirective, decorators: [{
24
24
  type: Directive,
25
25
  args: [{
26
26
  standalone: true,
@@ -1,4 +1,4 @@
1
- import { Directive, HostListener, InjectionToken } from '@angular/core';
1
+ import { Directive, forwardRef, HostListener, InjectionToken } from '@angular/core';
2
2
  import { DisabledController, ReadonlyController } from '@odx/angular';
3
3
  import { CustomFormControl } from '@odx/angular/cdk/custom-form-control';
4
4
  import * as i0 from "@angular/core";
@@ -11,17 +11,17 @@ export class RadioGroupControlDirective extends CustomFormControl {
11
11
  this.onTouched();
12
12
  }
13
13
  }
14
- RadioGroupControlDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RadioGroupControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
15
- RadioGroupControlDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.5", type: RadioGroupControlDirective, isStandalone: true, selector: "[odxRadioGroupControl]", host: { listeners: { "focusout": "onFocusOut()" } }, providers: [
14
+ RadioGroupControlDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: RadioGroupControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
15
+ RadioGroupControlDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.0", type: RadioGroupControlDirective, isStandalone: true, selector: "[odxRadioGroupControl]", host: { listeners: { "focusout": "onFocusOut()" } }, providers: [
16
16
  {
17
17
  provide: RADIO_GROUP_CONTROL,
18
- useExisting: RadioGroupControlDirective,
18
+ useExisting: forwardRef(() => RadioGroupControlDirective),
19
19
  multi: false,
20
20
  },
21
21
  DisabledController.connect(),
22
22
  ReadonlyController.connect(),
23
23
  ], usesInheritance: true, ngImport: i0 });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RadioGroupControlDirective, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: RadioGroupControlDirective, decorators: [{
25
25
  type: Directive,
26
26
  args: [{
27
27
  standalone: true,
@@ -29,7 +29,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImpor
29
29
  providers: [
30
30
  {
31
31
  provide: RADIO_GROUP_CONTROL,
32
- useExisting: RadioGroupControlDirective,
32
+ useExisting: forwardRef(() => RadioGroupControlDirective),
33
33
  multi: false,
34
34
  },
35
35
  DisabledController.connect(),
@@ -40,4 +40,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImpor
40
40
  type: HostListener,
41
41
  args: ['focusout']
42
42
  }] } });
43
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW8tZ3JvdXAtY29udHJvbC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY2RrL3JhZGlvLWdyb3VwLWNvbnRyb2wvc3JjL2xpYi9yYWRpby1ncm91cC1jb250cm9sLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxjQUFjLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDeEUsT0FBTyxFQUFFLGtCQUFrQixFQUFFLGtCQUFrQixFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQ3RFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHNDQUFzQyxDQUFDOztBQUV6RSxNQUFNLENBQUMsTUFBTSxtQkFBbUIsR0FBRyxJQUFJLGNBQWMsQ0FBNkIseURBQXlELENBQUMsQ0FBQztBQWU3SSxNQUFNLE9BQU8sMEJBQXdDLFNBQVEsaUJBQTJCO0lBQ3RGO1FBQ0UsS0FBSyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ2QsQ0FBQztJQUdNLFVBQVU7UUFDZixJQUFJLENBQUMsU0FBUyxFQUFFLENBQUM7SUFDbkIsQ0FBQzs7dUhBUlUsMEJBQTBCOzJHQUExQiwwQkFBMEIsMEhBVjFCO1FBQ1Q7WUFDRSxPQUFPLEVBQUUsbUJBQW1CO1lBQzVCLFdBQVcsRUFBRSwwQkFBMEI7WUFDdkMsS0FBSyxFQUFFLEtBQUs7U0FDYjtRQUNELGtCQUFrQixDQUFDLE9BQU8sRUFBRTtRQUM1QixrQkFBa0IsQ0FBQyxPQUFPLEVBQUU7S0FDN0I7MkZBRVUsMEJBQTBCO2tCQWJ0QyxTQUFTO21CQUFDO29CQUNULFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsd0JBQXdCO29CQUNsQyxTQUFTLEVBQUU7d0JBQ1Q7NEJBQ0UsT0FBTyxFQUFFLG1CQUFtQjs0QkFDNUIsV0FBVyw0QkFBNEI7NEJBQ3ZDLEtBQUssRUFBRSxLQUFLO3lCQUNiO3dCQUNELGtCQUFrQixDQUFDLE9BQU8sRUFBRTt3QkFDNUIsa0JBQWtCLENBQUMsT0FBTyxFQUFFO3FCQUM3QjtpQkFDRjswRUFPUSxVQUFVO3NCQURoQixZQUFZO3VCQUFDLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEhvc3RMaXN0ZW5lciwgSW5qZWN0aW9uVG9rZW4gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IERpc2FibGVkQ29udHJvbGxlciwgUmVhZG9ubHlDb250cm9sbGVyIH0gZnJvbSAnQG9keC9hbmd1bGFyJztcbmltcG9ydCB7IEN1c3RvbUZvcm1Db250cm9sIH0gZnJvbSAnQG9keC9hbmd1bGFyL2Nkay9jdXN0b20tZm9ybS1jb250cm9sJztcblxuZXhwb3J0IGNvbnN0IFJBRElPX0dST1VQX0NPTlRST0wgPSBuZXcgSW5qZWN0aW9uVG9rZW48UmFkaW9Hcm91cENvbnRyb2xEaXJlY3RpdmU+KCdAb2R4L2FuZ3VsYXIvY2RrL3JhZGlvLWdyb3VwLWNvbnRyb2w6OlJhZGlvR3JvdXBDb250cm9sJyk7XG5cbkBEaXJlY3RpdmUoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzZWxlY3RvcjogJ1tvZHhSYWRpb0dyb3VwQ29udHJvbF0nLFxuICBwcm92aWRlcnM6IFtcbiAgICB7XG4gICAgICBwcm92aWRlOiBSQURJT19HUk9VUF9DT05UUk9MLFxuICAgICAgdXNlRXhpc3Rpbmc6IFJhZGlvR3JvdXBDb250cm9sRGlyZWN0aXZlLFxuICAgICAgbXVsdGk6IGZhbHNlLFxuICAgIH0sXG4gICAgRGlzYWJsZWRDb250cm9sbGVyLmNvbm5lY3QoKSxcbiAgICBSZWFkb25seUNvbnRyb2xsZXIuY29ubmVjdCgpLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBSYWRpb0dyb3VwQ29udHJvbERpcmVjdGl2ZTxUID0gdW5rbm93bj4gZXh0ZW5kcyBDdXN0b21Gb3JtQ29udHJvbDxUIHwgbnVsbD4ge1xuICBjb25zdHJ1Y3RvcigpIHtcbiAgICBzdXBlcihudWxsKTtcbiAgfVxuXG4gIEBIb3N0TGlzdGVuZXIoJ2ZvY3Vzb3V0JylcbiAgcHVibGljIG9uRm9jdXNPdXQoKTogdm9pZCB7XG4gICAgdGhpcy5vblRvdWNoZWQoKTtcbiAgfVxufVxuIl19
43
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW8tZ3JvdXAtY29udHJvbC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvY2RrL3JhZGlvLWdyb3VwLWNvbnRyb2wvc3JjL2xpYi9yYWRpby1ncm91cC1jb250cm9sLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxZQUFZLEVBQUUsY0FBYyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3BGLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxrQkFBa0IsRUFBRSxNQUFNLGNBQWMsQ0FBQztBQUN0RSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQzs7QUFFekUsTUFBTSxDQUFDLE1BQU0sbUJBQW1CLEdBQUcsSUFBSSxjQUFjLENBQTZCLHlEQUF5RCxDQUFDLENBQUM7QUFlN0ksTUFBTSxPQUFPLDBCQUF3QyxTQUFRLGlCQUEyQjtJQUN0RjtRQUNFLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNkLENBQUM7SUFHTSxVQUFVO1FBQ2YsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO0lBQ25CLENBQUM7O3VIQVJVLDBCQUEwQjsyR0FBMUIsMEJBQTBCLDBIQVYxQjtRQUNUO1lBQ0UsT0FBTyxFQUFFLG1CQUFtQjtZQUM1QixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLDBCQUEwQixDQUFDO1lBQ3pELEtBQUssRUFBRSxLQUFLO1NBQ2I7UUFDRCxrQkFBa0IsQ0FBQyxPQUFPLEVBQUU7UUFDNUIsa0JBQWtCLENBQUMsT0FBTyxFQUFFO0tBQzdCOzJGQUVVLDBCQUEwQjtrQkFidEMsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLHdCQUF3QjtvQkFDbEMsU0FBUyxFQUFFO3dCQUNUOzRCQUNFLE9BQU8sRUFBRSxtQkFBbUI7NEJBQzVCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLDJCQUEyQixDQUFDOzRCQUN6RCxLQUFLLEVBQUUsS0FBSzt5QkFDYjt3QkFDRCxrQkFBa0IsQ0FBQyxPQUFPLEVBQUU7d0JBQzVCLGtCQUFrQixDQUFDLE9BQU8sRUFBRTtxQkFDN0I7aUJBQ0Y7MEVBT1EsVUFBVTtzQkFEaEIsWUFBWTt1QkFBQyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBmb3J3YXJkUmVmLCBIb3N0TGlzdGVuZXIsIEluamVjdGlvblRva2VuIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBEaXNhYmxlZENvbnRyb2xsZXIsIFJlYWRvbmx5Q29udHJvbGxlciB9IGZyb20gJ0BvZHgvYW5ndWxhcic7XG5pbXBvcnQgeyBDdXN0b21Gb3JtQ29udHJvbCB9IGZyb20gJ0BvZHgvYW5ndWxhci9jZGsvY3VzdG9tLWZvcm0tY29udHJvbCc7XG5cbmV4cG9ydCBjb25zdCBSQURJT19HUk9VUF9DT05UUk9MID0gbmV3IEluamVjdGlvblRva2VuPFJhZGlvR3JvdXBDb250cm9sRGlyZWN0aXZlPignQG9keC9hbmd1bGFyL2Nkay9yYWRpby1ncm91cC1jb250cm9sOjpSYWRpb0dyb3VwQ29udHJvbCcpO1xuXG5ARGlyZWN0aXZlKHtcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgc2VsZWN0b3I6ICdbb2R4UmFkaW9Hcm91cENvbnRyb2xdJyxcbiAgcHJvdmlkZXJzOiBbXG4gICAge1xuICAgICAgcHJvdmlkZTogUkFESU9fR1JPVVBfQ09OVFJPTCxcbiAgICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IFJhZGlvR3JvdXBDb250cm9sRGlyZWN0aXZlKSxcbiAgICAgIG11bHRpOiBmYWxzZSxcbiAgICB9LFxuICAgIERpc2FibGVkQ29udHJvbGxlci5jb25uZWN0KCksXG4gICAgUmVhZG9ubHlDb250cm9sbGVyLmNvbm5lY3QoKSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgUmFkaW9Hcm91cENvbnRyb2xEaXJlY3RpdmU8VCA9IHVua25vd24+IGV4dGVuZHMgQ3VzdG9tRm9ybUNvbnRyb2w8VCB8IG51bGw+IHtcbiAgY29uc3RydWN0b3IoKSB7XG4gICAgc3VwZXIobnVsbCk7XG4gIH1cblxuICBASG9zdExpc3RlbmVyKCdmb2N1c291dCcpXG4gIHB1YmxpYyBvbkZvY3VzT3V0KCk6IHZvaWQge1xuICAgIHRoaXMub25Ub3VjaGVkKCk7XG4gIH1cbn1cbiJdfQ==
@@ -6,10 +6,10 @@ import * as i0 from "@angular/core";
6
6
  const modules = [RadioGroupControlDirective, RadioControlDirective];
7
7
  export class RadioGroupControlModule {
8
8
  }
9
- RadioGroupControlModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RadioGroupControlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- RadioGroupControlModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: RadioGroupControlModule, imports: [RadioGroupControlDirective, RadioControlDirective], exports: [CoreModule, RadioGroupControlDirective, RadioControlDirective] });
11
- RadioGroupControlModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RadioGroupControlModule, imports: [CoreModule] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RadioGroupControlModule, decorators: [{
9
+ RadioGroupControlModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: RadioGroupControlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ RadioGroupControlModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.0", ngImport: i0, type: RadioGroupControlModule, imports: [RadioGroupControlDirective, RadioControlDirective], exports: [CoreModule, RadioGroupControlDirective, RadioControlDirective] });
11
+ RadioGroupControlModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: RadioGroupControlModule, imports: [CoreModule] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImport: i0, type: RadioGroupControlModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: modules,