@eui/components 18.2.1-snapshot-1728522473454 → 18.2.1-snapshot-1729040880784

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 (492) hide show
  1. package/directives/eui-clearable.directive.d.ts.map +1 -1
  2. package/directives/eui-loading.directive.d.ts.map +1 -1
  3. package/directives/eui-maxlength.directive.d.ts.map +1 -1
  4. package/directives/eui-scroll-handler.directive.d.ts.map +1 -1
  5. package/directives/eui-smooth-scroll.directive.d.ts.map +1 -1
  6. package/directives/eui-tooltip/eui-tooltip.directive.d.ts.map +1 -1
  7. package/docs/dependencies.html +19 -19
  8. package/docs/js/menu-wc.js +3 -3
  9. package/docs/js/menu-wc_es5.js +1 -1
  10. package/docs/js/search/search_index.js +2 -2
  11. package/esm2022/directives/eui-arrow-key-navigable.directive.mjs +3 -3
  12. package/esm2022/directives/eui-clearable.directive.mjs +3 -3
  13. package/esm2022/directives/eui-has-permission.directive.mjs +7 -7
  14. package/esm2022/directives/eui-loading.directive.mjs +3 -3
  15. package/esm2022/directives/eui-maxlength.directive.mjs +12 -9
  16. package/esm2022/directives/eui-resizable/eui-resizable.component.mjs +3 -3
  17. package/esm2022/directives/eui-resizable/eui-resizable.directive.mjs +3 -3
  18. package/esm2022/directives/eui-resizable/eui-resizable.module.mjs +4 -4
  19. package/esm2022/directives/eui-scroll-handler.directive.mjs +10 -10
  20. package/esm2022/directives/eui-smooth-scroll.directive.mjs +10 -10
  21. package/esm2022/directives/eui-template.directive.mjs +7 -7
  22. package/esm2022/directives/eui-tooltip/container/eui-tooltip-container.component.mjs +3 -3
  23. package/esm2022/directives/eui-tooltip/eui-tooltip.directive.mjs +3 -3
  24. package/esm2022/directives/eui-tooltip/eui-tooltip.module.mjs +4 -4
  25. package/esm2022/eui-accordion/eui-accordion-item.component.mjs +6 -6
  26. package/esm2022/eui-accordion/eui-accordion.component.mjs +3 -3
  27. package/esm2022/eui-accordion/eui-accordion.module.mjs +4 -4
  28. package/esm2022/eui-alert/components/eui-alert-title.component.mjs +3 -3
  29. package/esm2022/eui-alert/eui-alert.component.mjs +3 -3
  30. package/esm2022/eui-alert/eui-alert.module.mjs +4 -4
  31. package/esm2022/eui-all/eui-all.module.mjs +4 -4
  32. package/esm2022/eui-autocomplete/eui-autocomplete-option/eui-autocomplete-option.component.mjs +3 -3
  33. package/esm2022/eui-autocomplete/eui-autocomplete-option-group/eui-autocomplete-option-group.component.mjs +3 -3
  34. package/esm2022/eui-autocomplete/eui-autocomplete.component.mjs +3 -3
  35. package/esm2022/eui-autocomplete/eui-autocomplete.module.mjs +4 -4
  36. package/esm2022/eui-avatar/avatar-badge/avatar-badge.component.mjs +3 -3
  37. package/esm2022/eui-avatar/avatar-icon/avatar-icon.component.mjs +3 -3
  38. package/esm2022/eui-avatar/avatar-image/avatar-image.component.mjs +3 -3
  39. package/esm2022/eui-avatar/avatar-text/avatar-text.component.mjs +3 -3
  40. package/esm2022/eui-avatar/eui-avatar-list.component.mjs +3 -3
  41. package/esm2022/eui-avatar/eui-avatar.component.mjs +3 -3
  42. package/esm2022/eui-avatar/eui-avatar.module.mjs +4 -4
  43. package/esm2022/eui-badge/eui-badge.component.mjs +3 -3
  44. package/esm2022/eui-badge/eui-badge.module.mjs +4 -4
  45. package/esm2022/eui-block-content/eui-block-content.component.mjs +3 -3
  46. package/esm2022/eui-block-content/eui-block-content.module.mjs +4 -4
  47. package/esm2022/eui-block-document/eui-block-document.component.mjs +3 -3
  48. package/esm2022/eui-block-document/eui-block-document.module.mjs +4 -4
  49. package/esm2022/eui-breadcrumb/breadcrumb.component.mjs +3 -3
  50. package/esm2022/eui-breadcrumb/breadcrumb.module.mjs +4 -4
  51. package/esm2022/eui-breadcrumb/breadcrumb.service.mjs +3 -3
  52. package/esm2022/eui-breadcrumb/item/breadcrumb-item.component.mjs +3 -3
  53. package/esm2022/eui-button/eui-button.component.mjs +8 -8
  54. package/esm2022/eui-button-group/eui-button-group.component.mjs +7 -7
  55. package/esm2022/eui-button-v2/eui-button-v2.component.mjs +7 -7
  56. package/esm2022/eui-card/components/eui-card-content/eui-card-content.component.mjs +3 -3
  57. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-action-buttons.component.mjs +3 -3
  58. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-action-icons.component.mjs +3 -3
  59. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.mjs +3 -3
  60. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-menu.component.mjs +3 -3
  61. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer.component.mjs +3 -3
  62. package/esm2022/eui-card/components/eui-card-header/eui-card-header-left-content.component.mjs +3 -3
  63. package/esm2022/eui-card/components/eui-card-header/eui-card-header-right-content.component.mjs +3 -3
  64. package/esm2022/eui-card/components/eui-card-header/eui-card-header-subtitle.component.mjs +3 -3
  65. package/esm2022/eui-card/components/eui-card-header/eui-card-header-title.component.mjs +3 -3
  66. package/esm2022/eui-card/components/eui-card-header/eui-card-header.component.mjs +3 -3
  67. package/esm2022/eui-card/components/eui-card-header-body/eui-card-header-body.component.mjs +3 -3
  68. package/esm2022/eui-card/components/eui-card-media/eui-card-media.component.mjs +3 -3
  69. package/esm2022/eui-card/eui-card.component.mjs +3 -3
  70. package/esm2022/eui-card/eui-card.module.mjs +4 -4
  71. package/esm2022/eui-card/services/ui-state.service.mjs +3 -3
  72. package/esm2022/eui-chip/eui-chip.component.mjs +3 -3
  73. package/esm2022/eui-chip/eui-chip.module.mjs +4 -4
  74. package/esm2022/eui-chip-list/eui-chip-list.component.mjs +6 -6
  75. package/esm2022/eui-chip-list/eui-chip-list.module.mjs +4 -4
  76. package/esm2022/eui-chip-list/services/eui-chip-list-drag.service.mjs +3 -3
  77. package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +13 -13
  78. package/esm2022/eui-dashboard-card/eui-dashboard-card-content/dashboard-card-content.component.mjs +3 -3
  79. package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +7 -7
  80. package/esm2022/eui-date-range-selector/eui-date-range-selector.component.mjs +3 -3
  81. package/esm2022/eui-date-range-selector/eui-date-range-selector.module.mjs +4 -4
  82. package/esm2022/eui-date-range-selector/eui-time-range-picker/eui-time-range-picker.component.mjs +3 -3
  83. package/esm2022/eui-datepicker/eui-datepicker.component.mjs +15 -15
  84. package/esm2022/eui-datepicker/eui-datepicker.module.mjs +4 -4
  85. package/esm2022/eui-dialog/container/eui-dialog-container.component.mjs +3 -3
  86. package/esm2022/eui-dialog/eui-dialog.component.mjs +9 -9
  87. package/esm2022/eui-dialog/eui-dialog.module.mjs +4 -4
  88. package/esm2022/eui-dialog/services/eui-dialog.service.mjs +3 -3
  89. package/esm2022/eui-dimmer/dimmer.component.mjs +3 -3
  90. package/esm2022/eui-dimmer/dimmer.module.mjs +4 -4
  91. package/esm2022/eui-disable-content/eui-disable-content.component.mjs +7 -7
  92. package/esm2022/eui-discussion-thread/eui-discussion-thread-item.component.mjs +3 -3
  93. package/esm2022/eui-discussion-thread/eui-discussion-thread.component.mjs +3 -3
  94. package/esm2022/eui-discussion-thread/eui-discussion-thread.module.mjs +4 -4
  95. package/esm2022/eui-dropdown/directives/eui-dropdown-content.directive.mjs +3 -3
  96. package/esm2022/eui-dropdown/dropdown-item/eui-dropdown-item.component.mjs +3 -3
  97. package/esm2022/eui-dropdown/eui-dropdown.component.mjs +3 -3
  98. package/esm2022/eui-dropdown/eui-dropdown.module.mjs +8 -8
  99. package/esm2022/eui-dropdown/eui-dropdown.service.mjs +3 -3
  100. package/esm2022/eui-feedback-message/eui-feedback-message.component.mjs +3 -3
  101. package/esm2022/eui-feedback-message/eui-feedback-message.module.mjs +4 -4
  102. package/esm2022/eui-fieldset/eui-fieldset.component.mjs +9 -9
  103. package/esm2022/eui-fieldset/eui-fieldset.module.mjs +4 -4
  104. package/esm2022/eui-file-upload/eui-file-upload.component.mjs +3 -3
  105. package/esm2022/eui-file-upload/eui-file-upload.module.mjs +4 -4
  106. package/esm2022/eui-file-upload/file-preview/file-preview.component.mjs +3 -3
  107. package/esm2022/eui-file-upload/pipes/filesize.pipe.mjs +3 -3
  108. package/esm2022/eui-file-upload/progress/eui-file-upload-progress.component.mjs +3 -3
  109. package/esm2022/eui-file-upload/utils/eui-file-upload.utils.mjs +3 -3
  110. package/esm2022/eui-growl/eui-growl.component.mjs +4 -4
  111. package/esm2022/eui-growl/eui-growl.module.mjs +4 -4
  112. package/esm2022/eui-icon/eui-icon-svg.component.mjs +7 -7
  113. package/esm2022/eui-icon-button/eui-icon-button.component.mjs +3 -3
  114. package/esm2022/eui-icon-button/eui-icon-button.module.mjs +4 -4
  115. package/esm2022/eui-icon-button-expander/eui-icon-button-expander.component.mjs +3 -3
  116. package/esm2022/eui-icon-button-expander/eui-icon-button-expander.module.mjs +4 -4
  117. package/esm2022/eui-icon-color/eui-icon-color.component.mjs +7 -7
  118. package/esm2022/eui-icon-input/eui-icon-input.component.mjs +3 -3
  119. package/esm2022/eui-icon-input/eui-icon-input.module.mjs +4 -4
  120. package/esm2022/eui-icon-state/eui-icon-state.component.mjs +3 -3
  121. package/esm2022/eui-icon-state/eui-icon-state.module.mjs +4 -4
  122. package/esm2022/eui-icon-toggle/eui-icon-toggle.component.mjs +3 -3
  123. package/esm2022/eui-icon-toggle/eui-icon-toggle.module.mjs +4 -4
  124. package/esm2022/eui-input-checkbox/eui-input-checkbox.component.mjs +3 -3
  125. package/esm2022/eui-input-checkbox/eui-input-checkbox.module.mjs +4 -4
  126. package/esm2022/eui-input-group/eui-input-group.component.mjs +3 -3
  127. package/esm2022/eui-input-group/eui-input-group.module.mjs +4 -4
  128. package/esm2022/eui-input-number/eui-input-number.component.mjs +3 -3
  129. package/esm2022/eui-input-number/eui-input-number.module.mjs +8 -8
  130. package/esm2022/eui-input-number/eui-number-control.directive.mjs +3 -3
  131. package/esm2022/eui-input-radio/eui-input-radio.component.mjs +3 -3
  132. package/esm2022/eui-input-radio/eui-input-radio.module.mjs +4 -4
  133. package/esm2022/eui-input-text/eui-input-text.component.mjs +3 -3
  134. package/esm2022/eui-input-text/eui-input-text.module.mjs +4 -4
  135. package/esm2022/eui-label/eui-label.component.mjs +7 -7
  136. package/esm2022/eui-language-selector/language-selector.component.mjs +3 -3
  137. package/esm2022/eui-language-selector/language-selector.module.mjs +4 -4
  138. package/esm2022/eui-language-selector/modal-selector/modal-selector.component.mjs +3 -3
  139. package/esm2022/eui-list/eui-list-item/eui-list-item.component.mjs +3 -3
  140. package/esm2022/eui-list/eui-list.component.mjs +3 -3
  141. package/esm2022/eui-list/eui-list.module.mjs +4 -4
  142. package/esm2022/eui-menu/eui-menu-item.component.mjs +3 -3
  143. package/esm2022/eui-menu/eui-menu.component.mjs +3 -3
  144. package/esm2022/eui-menu/eui-menu.module.mjs +4 -4
  145. package/esm2022/eui-message-box/eui-message-box.component.mjs +6 -6
  146. package/esm2022/eui-message-box/eui-message-box.module.mjs +4 -4
  147. package/esm2022/eui-message-box/services/eui-message-box.service.mjs +3 -3
  148. package/esm2022/eui-navbar/eui-navbar-item/eui-navbar-item.component.mjs +3 -3
  149. package/esm2022/eui-navbar/eui-navbar.component.mjs +3 -3
  150. package/esm2022/eui-navbar/eui-navbar.module.mjs +4 -4
  151. package/esm2022/eui-overlay/components/eui-overlay-body/eui-overlay-body.component.mjs +3 -3
  152. package/esm2022/eui-overlay/components/eui-overlay-footer/eui-overlay-footer.component.mjs +3 -3
  153. package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.mjs +3 -3
  154. package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header.component.mjs +3 -3
  155. package/esm2022/eui-overlay/eui-overlay.component.mjs +3 -3
  156. package/esm2022/eui-overlay/eui-overlay.module.mjs +4 -4
  157. package/esm2022/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.mjs +3 -3
  158. package/esm2022/eui-page/components/eui-page-column/eui-page-column.component.mjs +21 -21
  159. package/esm2022/eui-page/components/eui-page-columns/eui-page-columns.component.mjs +3 -3
  160. package/esm2022/eui-page/components/eui-page-content/eui-page-content.component.mjs +3 -3
  161. package/esm2022/eui-page/components/eui-page-footer/eui-page-footer.component.mjs +3 -3
  162. package/esm2022/eui-page/components/eui-page-header/components/eui-page-header-action-items.component.mjs +3 -3
  163. package/esm2022/eui-page/components/eui-page-header/components/eui-page-header-body.component.mjs +3 -3
  164. package/esm2022/eui-page/components/eui-page-header/components/eui-page-header-sub-label.component.mjs +3 -3
  165. package/esm2022/eui-page/components/eui-page-header/eui-page-header.component.mjs +3 -3
  166. package/esm2022/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.mjs +3 -3
  167. package/esm2022/eui-page/components/eui-page-top-content/eui-page-top-content.component.mjs +3 -3
  168. package/esm2022/eui-page/eui-page.component.mjs +3 -3
  169. package/esm2022/eui-page/eui-page.module.mjs +4 -4
  170. package/esm2022/eui-paginator/eui-paginator.component.mjs +3 -3
  171. package/esm2022/eui-paginator/eui-paginator.module.mjs +4 -4
  172. package/esm2022/eui-popover/directives/eui-popover-arrow-position.directive.mjs +3 -3
  173. package/esm2022/eui-popover/eui-popover.component.mjs +3 -3
  174. package/esm2022/eui-popover/eui-popover.module.mjs +4 -4
  175. package/esm2022/eui-progress-bar/eui-progress-bar.component.mjs +3 -3
  176. package/esm2022/eui-progress-bar/eui-progress-bar.module.mjs +4 -4
  177. package/esm2022/eui-progress-circle/eui-progress-circle.component.mjs +7 -7
  178. package/esm2022/eui-select/eui-select-control.directive.mjs +3 -3
  179. package/esm2022/eui-select/eui-select-multiple.directive.mjs +3 -3
  180. package/esm2022/eui-select/eui-select-mutli-option.directive.mjs +3 -3
  181. package/esm2022/eui-select/eui-select-option.directive.mjs +3 -3
  182. package/esm2022/eui-select/eui-select.component.mjs +3 -3
  183. package/esm2022/eui-select/eui-select.module.mjs +4 -4
  184. package/esm2022/eui-sidebar-menu/eui-sidebar-menu.component.mjs +3 -3
  185. package/esm2022/eui-sidebar-menu/eui-sidebar-menu.module.mjs +4 -4
  186. package/esm2022/eui-skeleton/eui-skeleton.component.mjs +3 -3
  187. package/esm2022/eui-skeleton/eui-skeleton.module.mjs +4 -4
  188. package/esm2022/eui-slide-toggle/eui-slide-toggle.component.mjs +3 -3
  189. package/esm2022/eui-slide-toggle/eui-slide-toggle.module.mjs +4 -4
  190. package/esm2022/eui-split-button/eui-split-button.component.mjs +3 -3
  191. package/esm2022/eui-split-button/eui-split-button.module.mjs +4 -4
  192. package/esm2022/eui-table/directives/eui-table-sticky-columns.directive.mjs +3 -3
  193. package/esm2022/eui-table/eui-table.component.mjs +3 -3
  194. package/esm2022/eui-table/eui-table.module.mjs +4 -4
  195. package/esm2022/eui-table/expandable-row/eui-table-expandable-row.component.mjs +3 -3
  196. package/esm2022/eui-table/filter/eui-table-filter.component.mjs +3 -3
  197. package/esm2022/eui-table/pipes/eui-table-highlight-filter.pipe.mjs +3 -3
  198. package/esm2022/eui-table/selectable-header/eui-table-selectable-header.component.mjs +3 -3
  199. package/esm2022/eui-table/selectable-row/eui-table-selectable-row.component.mjs +3 -3
  200. package/esm2022/eui-table/services/eui-table-selectable-row.service.mjs +3 -3
  201. package/esm2022/eui-table/services/eui-table-sort.service.mjs +3 -3
  202. package/esm2022/eui-table/sortable-col/eui-table-sortable-col.component.mjs +3 -3
  203. package/esm2022/eui-table-v2/directives/eui-table-v2-expandable-row.directive.mjs +3 -3
  204. package/esm2022/eui-table-v2/directives/eui-table-v2-sticky-col.directive.mjs +3 -3
  205. package/esm2022/eui-table-v2/eui-table-v2.component.mjs +3 -3
  206. package/esm2022/eui-table-v2/eui-table-v2.module.mjs +4 -4
  207. package/esm2022/eui-table-v2/filter/eui-table-v2-filter.component.mjs +3 -3
  208. package/esm2022/eui-table-v2/pipes/eui-table-v2-highlight.pipe.mjs +3 -3
  209. package/esm2022/eui-table-v2/selectable-header/eui-table-v2-selectable-header.component.mjs +3 -3
  210. package/esm2022/eui-table-v2/selectable-row/eui-table-v2-selectable-row.component.mjs +3 -3
  211. package/esm2022/eui-table-v2/services/eui-table-v2-selectable-row.service.mjs +3 -3
  212. package/esm2022/eui-table-v2/services/eui-table-v2-sort.service.mjs +3 -3
  213. package/esm2022/eui-table-v2/sortable-col/eui-table-v2-sortable-col.component.mjs +3 -3
  214. package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +3 -3
  215. package/esm2022/eui-tabs/eui-tab-content/eui-tab-content.component.mjs +3 -3
  216. package/esm2022/eui-tabs/eui-tab-label/eui-tab-label.component.mjs +6 -6
  217. package/esm2022/eui-tabs/eui-tabs.component.mjs +6 -6
  218. package/esm2022/eui-tabs/eui-tabs.module.mjs +4 -4
  219. package/esm2022/eui-textarea/auto-resize.directive.mjs +3 -3
  220. package/esm2022/eui-textarea/eui-textarea.component.mjs +3 -3
  221. package/esm2022/eui-textarea/eui-textarea.module.mjs +4 -4
  222. package/esm2022/eui-timebar/eui-timebar.component.mjs +7 -7
  223. package/esm2022/eui-timeline/eui-timeline-item.component.mjs +3 -3
  224. package/esm2022/eui-timeline/eui-timeline.component.mjs +3 -3
  225. package/esm2022/eui-timeline/eui-timeline.module.mjs +4 -4
  226. package/esm2022/eui-timepicker/eui-timepicker.component.mjs +3 -3
  227. package/esm2022/eui-timepicker/eui-timepicker.module.mjs +4 -4
  228. package/esm2022/eui-tree/eui-dropdown-tree.directive.mjs +7 -7
  229. package/esm2022/eui-tree/eui-tree-form-control.directive.mjs +7 -7
  230. package/esm2022/eui-tree/eui-tree.component.mjs +7 -7
  231. package/esm2022/eui-tree-list/eui-tree-list-item.component.mjs +12 -12
  232. package/esm2022/eui-tree-list/eui-tree-list.component.mjs +3 -3
  233. package/esm2022/eui-tree-list/eui-tree-list.module.mjs +4 -4
  234. package/esm2022/eui-tree-list/item-content/item-content.component.mjs +3 -3
  235. package/esm2022/eui-tree-list/toolbar/toolbar.component.mjs +3 -3
  236. package/esm2022/eui-user-profile/user-profile-card/user-profile-card.component.mjs +3 -3
  237. package/esm2022/eui-user-profile/user-profile-menu/user-profile-menu.component.mjs +3 -3
  238. package/esm2022/eui-user-profile/user-profile-menu-item/user-profile-menu-item.component.mjs +3 -3
  239. package/esm2022/eui-user-profile/user-profile.component.mjs +3 -3
  240. package/esm2022/eui-user-profile/user-profile.module.mjs +4 -4
  241. package/esm2022/eui-wizard/eui-wizard-step.component.mjs +3 -3
  242. package/esm2022/eui-wizard/eui-wizard.component.mjs +3 -3
  243. package/esm2022/eui-wizard/eui-wizard.module.mjs +4 -4
  244. package/esm2022/eui-wizard/services/eui-wizard.service.mjs +3 -3
  245. package/esm2022/externals/charts/chart/chart.component.mjs +3 -3
  246. package/esm2022/externals/charts/eui-charts.module.mjs +4 -4
  247. package/esm2022/externals/eui-editor/counters/eui-editor-counters.component.mjs +3 -3
  248. package/esm2022/externals/eui-editor/directives/eui-editor-maxlength.directive.mjs +3 -3
  249. package/esm2022/externals/eui-editor/eui-editor.component.mjs +9 -9
  250. package/esm2022/externals/eui-editor/eui-editor.module.mjs +4 -4
  251. package/esm2022/externals/eui-editor/html-view/eui-editor-html-view.component.mjs +3 -3
  252. package/esm2022/externals/eui-editor/image-url-dialog/image-url-dialog.component.mjs +3 -3
  253. package/esm2022/externals/eui-editor/json-view/eui-editor-json-view.component.mjs +3 -3
  254. package/esm2022/externals/quill/loader.service.mjs +3 -3
  255. package/esm2022/externals/quill/quill-editor.component.mjs +3 -3
  256. package/esm2022/externals/quill/quill.module.mjs +4 -4
  257. package/esm2022/layout/eui-app/eui-app-breadcrumb/breadcrumb.component.mjs +3 -3
  258. package/esm2022/layout/eui-app/eui-app-breadcrumb/breadcrumb.module.mjs +4 -4
  259. package/esm2022/layout/eui-app/eui-app-footer/footer.component.mjs +3 -3
  260. package/esm2022/layout/eui-app/eui-app-footer/footer.module.mjs +4 -4
  261. package/esm2022/layout/eui-app/eui-app-header/header.component.mjs +3 -3
  262. package/esm2022/layout/eui-app/eui-app-header/header.module.mjs +4 -4
  263. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-body/sidebar-body.component.mjs +3 -3
  264. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-drawer/sidebar-drawer.component.mjs +3 -3
  265. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +3 -3
  266. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
  267. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-header-user-profile/sidebar-header-user-profile.component.mjs +3 -3
  268. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +3 -3
  269. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.component.mjs +3 -3
  270. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.module.mjs +4 -4
  271. package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.component.mjs +3 -3
  272. package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.module.mjs +4 -4
  273. package/esm2022/layout/eui-app/eui-app-top-message/top-message.component.mjs +3 -3
  274. package/esm2022/layout/eui-app/eui-app-top-message/top-message.module.mjs +4 -4
  275. package/esm2022/layout/eui-app/eui-app.component.mjs +6 -6
  276. package/esm2022/layout/eui-app/eui-app.module.mjs +4 -4
  277. package/esm2022/layout/eui-footer/footer.component.mjs +3 -3
  278. package/esm2022/layout/eui-footer/footer.module.mjs +4 -4
  279. package/esm2022/layout/eui-header/header-app/header-app-name-logo.component.mjs +3 -3
  280. package/esm2022/layout/eui-header/header-app/header-app-name.component.mjs +3 -3
  281. package/esm2022/layout/eui-header/header-app/header-app-subtitle.component.mjs +3 -3
  282. package/esm2022/layout/eui-header/header-app/header-app.component.mjs +3 -3
  283. package/esm2022/layout/eui-header/header-environment/header-environment.component.mjs +3 -3
  284. package/esm2022/layout/eui-header/header-logo/header-logo.component.mjs +3 -3
  285. package/esm2022/layout/eui-header/header-right-content/header-right-content.component.mjs +3 -3
  286. package/esm2022/layout/eui-header/header-search/header-search.component.mjs +3 -3
  287. package/esm2022/layout/eui-header/header-user-profile/header-user-profile.component.mjs +3 -3
  288. package/esm2022/layout/eui-header/header.component.mjs +3 -3
  289. package/esm2022/layout/eui-header/header.module.mjs +4 -4
  290. package/esm2022/layout/eui-layout.module.mjs +4 -4
  291. package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +3 -3
  292. package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +3 -3
  293. package/esm2022/layout/eui-notifications/eui-notifications.module.mjs +4 -4
  294. package/esm2022/layout/eui-notifications-v2/eui-notification-item.component.mjs +3 -3
  295. package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +3 -3
  296. package/esm2022/layout/eui-notifications-v2/eui-notifications.module.mjs +4 -4
  297. package/esm2022/layout/eui-sidebar-toggle/sidebar-toggle.component.mjs +3 -3
  298. package/esm2022/layout/eui-sidebar-toggle/sidebar-toggle.module.mjs +4 -4
  299. package/esm2022/layout/eui-toolbar/toolbar-app/toolbar-app.component.mjs +3 -3
  300. package/esm2022/layout/eui-toolbar/toolbar-center/toolbar-center.component.mjs +3 -3
  301. package/esm2022/layout/eui-toolbar/toolbar-environment/toolbar-environment.component.mjs +3 -3
  302. package/esm2022/layout/eui-toolbar/toolbar-item/toolbar-item.component.mjs +3 -3
  303. package/esm2022/layout/eui-toolbar/toolbar-items/toolbar-items.component.mjs +3 -3
  304. package/esm2022/layout/eui-toolbar/toolbar-logo/toolbar-logo.component.mjs +3 -3
  305. package/esm2022/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.mjs +3 -3
  306. package/esm2022/layout/eui-toolbar/toolbar-navbar/toolbar-navbar.component.mjs +3 -3
  307. package/esm2022/layout/eui-toolbar/toolbar-navbar-item/toolbar-navbar-item.component.mjs +3 -3
  308. package/esm2022/layout/eui-toolbar/toolbar-search/toolbar-search.component.mjs +3 -3
  309. package/esm2022/layout/eui-toolbar/toolbar-selector/toolbar-selector.component.mjs +3 -3
  310. package/esm2022/layout/eui-toolbar/toolbar.component.mjs +3 -3
  311. package/esm2022/layout/eui-toolbar/toolbar.module.mjs +4 -4
  312. package/esm2022/pipes/eui-is-empty.pipe.mjs +7 -7
  313. package/esm2022/pipes/eui-truncate.pipe.mjs +7 -7
  314. package/esm2022/shared/base/base-states.directive.mjs +3 -3
  315. package/esm2022/shared/input.directive.mjs +3 -3
  316. package/eui-alert/eui-alert.component.d.ts.map +1 -1
  317. package/eui-autocomplete/eui-autocomplete-option/eui-autocomplete-option.component.d.ts.map +1 -1
  318. package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
  319. package/eui-avatar/eui-avatar.component.d.ts.map +1 -1
  320. package/eui-badge/eui-badge.component.d.ts.map +1 -1
  321. package/eui-block-content/eui-block-content.component.d.ts.map +1 -1
  322. package/eui-block-document/eui-block-document.component.d.ts.map +1 -1
  323. package/eui-button/eui-button.component.d.ts.map +1 -1
  324. package/eui-button-group/eui-button-group.component.d.ts.map +1 -1
  325. package/eui-button-v2/eui-button-v2.component.d.ts.map +1 -1
  326. package/eui-card/components/eui-card-header/eui-card-header.component.d.ts.map +1 -1
  327. package/eui-card/eui-card.component.d.ts.map +1 -1
  328. package/eui-chip/eui-chip.component.d.ts.map +1 -1
  329. package/eui-chip-list/eui-chip-list.component.d.ts.map +1 -1
  330. package/eui-dashboard-card/eui-dashboard-card.component.d.ts.map +1 -1
  331. package/eui-date-range-selector/eui-date-range-selector.component.d.ts.map +1 -1
  332. package/eui-datepicker/eui-datepicker.component.d.ts.map +1 -1
  333. package/eui-dialog/eui-dialog.component.d.ts.map +1 -1
  334. package/eui-dropdown/dropdown-item/eui-dropdown-item.component.d.ts.map +1 -1
  335. package/eui-dropdown/eui-dropdown.component.d.ts.map +1 -1
  336. package/eui-feedback-message/eui-feedback-message.component.d.ts.map +1 -1
  337. package/eui-fieldset/eui-fieldset.component.d.ts.map +1 -1
  338. package/eui-file-upload/eui-file-upload.component.d.ts.map +1 -1
  339. package/eui-file-upload/file-preview/file-preview.component.d.ts.map +1 -1
  340. package/eui-growl/eui-growl.component.d.ts.map +1 -1
  341. package/eui-icon/eui-icon-svg.component.d.ts.map +1 -1
  342. package/eui-icon-button/eui-icon-button.component.d.ts.map +1 -1
  343. package/eui-icon-button-expander/eui-icon-button-expander.component.d.ts.map +1 -1
  344. package/eui-icon-input/eui-icon-input.component.d.ts.map +1 -1
  345. package/eui-icon-toggle/eui-icon-toggle.component.d.ts.map +1 -1
  346. package/eui-input-number/eui-input-number.component.d.ts.map +1 -1
  347. package/eui-label/eui-label.component.d.ts.map +1 -1
  348. package/eui-language-selector/language-selector.component.d.ts.map +1 -1
  349. package/eui-list/eui-list-item/eui-list-item.component.d.ts.map +1 -1
  350. package/eui-menu/eui-menu-item.component.d.ts.map +1 -1
  351. package/eui-menu/eui-menu.component.d.ts.map +1 -1
  352. package/eui-message-box/eui-message-box.component.d.ts.map +1 -1
  353. package/eui-navbar/eui-navbar-item/eui-navbar-item.component.d.ts.map +1 -1
  354. package/eui-overlay/eui-overlay.component.d.ts.map +1 -1
  355. package/eui-page/components/eui-page-column/eui-page-column.component.d.ts.map +1 -1
  356. package/eui-page/components/eui-page-columns/eui-page-columns.component.d.ts.map +1 -1
  357. package/eui-page/components/eui-page-header/eui-page-header.component.d.ts.map +1 -1
  358. package/eui-paginator/eui-paginator.component.d.ts.map +1 -1
  359. package/eui-popover/eui-popover.component.d.ts.map +1 -1
  360. package/eui-progress-bar/eui-progress-bar.component.d.ts.map +1 -1
  361. package/eui-progress-circle/eui-progress-circle.component.d.ts.map +1 -1
  362. package/eui-select/eui-select-option.directive.d.ts.map +1 -1
  363. package/eui-select/eui-select.component.d.ts.map +1 -1
  364. package/eui-sidebar-menu/eui-sidebar-menu.component.d.ts.map +1 -1
  365. package/eui-skeleton/eui-skeleton.component.d.ts.map +1 -1
  366. package/eui-slide-toggle/eui-slide-toggle.component.d.ts.map +1 -1
  367. package/eui-table/eui-table.component.d.ts.map +1 -1
  368. package/eui-table/filter/eui-table-filter.component.d.ts.map +1 -1
  369. package/eui-table/selectable-header/eui-table-selectable-header.component.d.ts.map +1 -1
  370. package/eui-table/selectable-row/eui-table-selectable-row.component.d.ts.map +1 -1
  371. package/eui-table/sortable-col/eui-table-sortable-col.component.d.ts.map +1 -1
  372. package/eui-table-v2/eui-table-v2.component.d.ts.map +1 -1
  373. package/eui-table-v2/selectable-header/eui-table-v2-selectable-header.component.d.ts.map +1 -1
  374. package/eui-table-v2/selectable-row/eui-table-v2-selectable-row.component.d.ts.map +1 -1
  375. package/eui-table-v2/sortable-col/eui-table-v2-sortable-col.component.d.ts.map +1 -1
  376. package/eui-tabs/eui-tab/eui-tab.component.d.ts.map +1 -1
  377. package/eui-tabs/eui-tab-content/eui-tab-content.component.d.ts.map +1 -1
  378. package/eui-tabs/eui-tabs.component.d.ts.map +1 -1
  379. package/eui-textarea/auto-resize.directive.d.ts.map +1 -1
  380. package/eui-textarea/eui-textarea.component.d.ts.map +1 -1
  381. package/eui-timebar/eui-timebar.component.d.ts.map +1 -1
  382. package/eui-timeline/eui-timeline-item.component.d.ts.map +1 -1
  383. package/eui-timeline/eui-timeline.component.d.ts.map +1 -1
  384. package/eui-timepicker/eui-timepicker.component.d.ts.map +1 -1
  385. package/eui-tree/eui-tree.component.d.ts.map +1 -1
  386. package/eui-tree-list/eui-tree-list-item.component.d.ts.map +1 -1
  387. package/eui-tree-list/eui-tree-list.component.d.ts.map +1 -1
  388. package/eui-tree-list/toolbar/toolbar.component.d.ts.map +1 -1
  389. package/eui-user-profile/user-profile-card/user-profile-card.component.d.ts.map +1 -1
  390. package/eui-user-profile/user-profile.component.d.ts.map +1 -1
  391. package/eui-wizard/eui-wizard-step.component.d.ts.map +1 -1
  392. package/eui-wizard/eui-wizard.component.d.ts.map +1 -1
  393. package/externals/charts/chart/chart.component.d.ts.map +1 -1
  394. package/externals/eui-editor/counters/eui-editor-counters.component.d.ts.map +1 -1
  395. package/externals/quill/quill-editor.component.d.ts.map +1 -1
  396. package/fesm2022/eui-components-directives.mjs +74 -71
  397. package/fesm2022/eui-components-directives.mjs.map +1 -1
  398. package/fesm2022/eui-components-eui-accordion.mjs +13 -13
  399. package/fesm2022/eui-components-eui-alert.mjs +10 -10
  400. package/fesm2022/eui-components-eui-autocomplete.mjs +13 -13
  401. package/fesm2022/eui-components-eui-avatar.mjs +22 -22
  402. package/fesm2022/eui-components-eui-badge.mjs +7 -7
  403. package/fesm2022/eui-components-eui-block-content.mjs +7 -7
  404. package/fesm2022/eui-components-eui-block-document.mjs +7 -7
  405. package/fesm2022/eui-components-eui-breadcrumb.mjs +13 -13
  406. package/fesm2022/eui-components-eui-button-group.mjs +7 -7
  407. package/fesm2022/eui-components-eui-button-v2.mjs +7 -7
  408. package/fesm2022/eui-components-eui-button.mjs +8 -8
  409. package/fesm2022/eui-components-eui-button.mjs.map +1 -1
  410. package/fesm2022/eui-components-eui-card.mjs +49 -49
  411. package/fesm2022/eui-components-eui-chip-list.mjs +13 -13
  412. package/fesm2022/eui-components-eui-chip.mjs +7 -7
  413. package/fesm2022/eui-components-eui-dashboard-button.mjs +13 -13
  414. package/fesm2022/eui-components-eui-dashboard-card.mjs +10 -10
  415. package/fesm2022/eui-components-eui-date-range-selector.mjs +10 -10
  416. package/fesm2022/eui-components-eui-datepicker.mjs +19 -19
  417. package/fesm2022/eui-components-eui-dialog.mjs +19 -19
  418. package/fesm2022/eui-components-eui-dimmer.mjs +7 -7
  419. package/fesm2022/eui-components-eui-disable-content.mjs +7 -7
  420. package/fesm2022/eui-components-eui-discussion-thread.mjs +10 -10
  421. package/fesm2022/eui-components-eui-dropdown.mjs +20 -20
  422. package/fesm2022/eui-components-eui-feedback-message.mjs +7 -7
  423. package/fesm2022/eui-components-eui-fieldset.mjs +13 -13
  424. package/fesm2022/eui-components-eui-file-upload.mjs +19 -19
  425. package/fesm2022/eui-components-eui-growl.mjs +7 -7
  426. package/fesm2022/eui-components-eui-growl.mjs.map +1 -1
  427. package/fesm2022/eui-components-eui-icon-button-expander.mjs +7 -7
  428. package/fesm2022/eui-components-eui-icon-button.mjs +7 -7
  429. package/fesm2022/eui-components-eui-icon-color.mjs +7 -7
  430. package/fesm2022/eui-components-eui-icon-input.mjs +7 -7
  431. package/fesm2022/eui-components-eui-icon-state.mjs +7 -7
  432. package/fesm2022/eui-components-eui-icon-toggle.mjs +7 -7
  433. package/fesm2022/eui-components-eui-icon.mjs +7 -7
  434. package/fesm2022/eui-components-eui-input-checkbox.mjs +7 -7
  435. package/fesm2022/eui-components-eui-input-group.mjs +7 -7
  436. package/fesm2022/eui-components-eui-input-number.mjs +14 -14
  437. package/fesm2022/eui-components-eui-input-radio.mjs +7 -7
  438. package/fesm2022/eui-components-eui-input-text.mjs +7 -7
  439. package/fesm2022/eui-components-eui-label.mjs +7 -7
  440. package/fesm2022/eui-components-eui-language-selector.mjs +10 -10
  441. package/fesm2022/eui-components-eui-list.mjs +10 -10
  442. package/fesm2022/eui-components-eui-menu.mjs +10 -10
  443. package/fesm2022/eui-components-eui-message-box.mjs +13 -13
  444. package/fesm2022/eui-components-eui-navbar.mjs +10 -10
  445. package/fesm2022/eui-components-eui-overlay.mjs +19 -19
  446. package/fesm2022/eui-components-eui-page.mjs +58 -58
  447. package/fesm2022/eui-components-eui-paginator.mjs +7 -7
  448. package/fesm2022/eui-components-eui-popover.mjs +10 -10
  449. package/fesm2022/eui-components-eui-progress-bar.mjs +7 -7
  450. package/fesm2022/eui-components-eui-progress-circle.mjs +7 -7
  451. package/fesm2022/eui-components-eui-select.mjs +19 -19
  452. package/fesm2022/eui-components-eui-sidebar-menu.mjs +7 -7
  453. package/fesm2022/eui-components-eui-skeleton.mjs +7 -7
  454. package/fesm2022/eui-components-eui-slide-toggle.mjs +7 -7
  455. package/fesm2022/eui-components-eui-split-button.mjs +7 -7
  456. package/fesm2022/eui-components-eui-table-v2.mjs +34 -34
  457. package/fesm2022/eui-components-eui-table.mjs +34 -34
  458. package/fesm2022/eui-components-eui-tabs.mjs +22 -22
  459. package/fesm2022/eui-components-eui-textarea.mjs +10 -10
  460. package/fesm2022/eui-components-eui-timebar.mjs +7 -7
  461. package/fesm2022/eui-components-eui-timeline.mjs +10 -10
  462. package/fesm2022/eui-components-eui-timepicker.mjs +7 -7
  463. package/fesm2022/eui-components-eui-tree-list.mjs +25 -25
  464. package/fesm2022/eui-components-eui-tree.mjs +21 -21
  465. package/fesm2022/eui-components-eui-user-profile.mjs +16 -16
  466. package/fesm2022/eui-components-eui-wizard.mjs +13 -13
  467. package/fesm2022/eui-components-externals-charts.mjs +7 -7
  468. package/fesm2022/eui-components-externals-eui-editor.mjs +28 -28
  469. package/fesm2022/eui-components-externals-quill.mjs +10 -10
  470. package/fesm2022/eui-components-layout.mjs +182 -182
  471. package/fesm2022/eui-components-pipes.mjs +14 -14
  472. package/fesm2022/eui-components-shared.mjs +6 -6
  473. package/fesm2022/eui-components.mjs +4 -4
  474. package/layout/eui-app/eui-app-sidebar/sidebar-header-user-profile/sidebar-header-user-profile.component.d.ts.map +1 -1
  475. package/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +1 -1
  476. package/layout/eui-app/eui-app-toolbar/toolbar.component.d.ts.map +1 -1
  477. package/layout/eui-app/eui-app-top-message/top-message.component.d.ts.map +1 -1
  478. package/layout/eui-app/eui-app.component.d.ts.map +1 -1
  479. package/layout/eui-footer/footer.component.d.ts.map +1 -1
  480. package/layout/eui-header/header-user-profile/header-user-profile.component.d.ts.map +1 -1
  481. package/layout/eui-notifications/eui-notification-item.component.d.ts.map +1 -1
  482. package/layout/eui-notifications/eui-notifications.component.d.ts.map +1 -1
  483. package/layout/eui-notifications-v2/eui-notification-item.component.d.ts.map +1 -1
  484. package/layout/eui-notifications-v2/eui-notifications.component.d.ts.map +1 -1
  485. package/layout/eui-toolbar/toolbar-items/toolbar-items.component.d.ts.map +1 -1
  486. package/layout/eui-toolbar/toolbar-navbar-item/toolbar-navbar-item.component.d.ts.map +1 -1
  487. package/layout/eui-toolbar/toolbar-search/toolbar-search.component.d.ts.map +1 -1
  488. package/layout/eui-toolbar/toolbar-selector/toolbar-selector.component.d.ts.map +1 -1
  489. package/layout/eui-toolbar/toolbar.component.d.ts.map +1 -1
  490. package/package.json +3 -3
  491. package/shared/base/base-states.directive.d.ts.map +1 -1
  492. package/shared/input.directive.d.ts.map +1 -1
@@ -22,10 +22,10 @@ class EuiTemplateDirective {
22
22
  getType() {
23
23
  return this.name;
24
24
  }
25
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
26
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.1", type: EuiTemplateDirective, selector: "[euiTemplate]", inputs: { type: "type", name: ["euiTemplate", "name"] }, ngImport: i0 }); }
25
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
26
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: EuiTemplateDirective, selector: "[euiTemplate]", inputs: { type: "type", name: ["euiTemplate", "name"] }, ngImport: i0 }); }
27
27
  }
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiTemplateDirective, decorators: [{
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiTemplateDirective, decorators: [{
29
29
  type: Directive,
30
30
  args: [{
31
31
  selector: '[euiTemplate]',
@@ -37,11 +37,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImpor
37
37
  args: ['euiTemplate']
38
38
  }] } });
39
39
  class EuiTemplateDirectiveModule {
40
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiTemplateDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
41
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.1", ngImport: i0, type: EuiTemplateDirectiveModule, declarations: [EuiTemplateDirective], imports: [CommonModule], exports: [EuiTemplateDirective] }); }
42
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiTemplateDirectiveModule, imports: [CommonModule] }); }
40
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiTemplateDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
41
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: EuiTemplateDirectiveModule, declarations: [EuiTemplateDirective], imports: [CommonModule], exports: [EuiTemplateDirective] }); }
42
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiTemplateDirectiveModule, imports: [CommonModule] }); }
43
43
  }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiTemplateDirectiveModule, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiTemplateDirectiveModule, decorators: [{
45
45
  type: NgModule,
46
46
  args: [{
47
47
  imports: [CommonModule],
@@ -73,10 +73,10 @@ class EuiTooltipContainerComponent {
73
73
  get showHide() {
74
74
  return 'visible';
75
75
  }
76
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiTooltipContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
77
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.1", type: EuiTooltipContainerComponent, selector: "eui-tooltip-container.component", inputs: { config: "config" }, host: { properties: { "attr.data-e2e": "this.e2e", "class": "this.cssClasses", "@showHide": "this.showHide" } }, ngImport: i0, template: "<div [innerHTML]=\"config.tooltipContent\"></div>\n", styles: [".eui-tooltip__container{background-color:transparent}.eui-tooltip__container.eui-tooltip--above .eui-tooltip{margin-bottom:var(--eui-s-m)}.eui-tooltip__container.eui-tooltip--above .eui-tooltip:before{border-color:var(--eui-c-neutral) transparent transparent transparent;left:calc(50% - 8px);transform:translateY(16px)}.eui-tooltip__container.eui-tooltip--above .eui-tooltip--primary:before{border-color:var(--eui-c-primary) transparent transparent transparent}.eui-tooltip__container.eui-tooltip--above .eui-tooltip--info:before{border-color:var(--eui-c-info) transparent transparent transparent}.eui-tooltip__container.eui-tooltip--above .eui-tooltip--success:before{border-color:var(--eui-c-success-dark) transparent transparent transparent}.eui-tooltip__container.eui-tooltip--above .eui-tooltip--warning:before{border-color:var(--eui-c-warning) transparent transparent transparent}.eui-tooltip__container.eui-tooltip--above .eui-tooltip--danger:before{border-color:var(--eui-c-danger-dark) transparent transparent transparent}.eui-tooltip__container.eui-tooltip--above .eui-tooltip--accent:before{border-color:var(--eui-c-accent) transparent transparent transparent}.eui-tooltip__container.eui-tooltip--below .eui-tooltip{margin-top:var(--eui-s-m)}.eui-tooltip__container.eui-tooltip--below .eui-tooltip:before{border-color:transparent transparent var(--eui-c-neutral) transparent;left:calc(50% - 8px);top:0;transform:translateY(-100%)}.eui-tooltip__container.eui-tooltip--below .eui-tooltip--primary:before{border-color:transparent transparent var(--eui-c-primary) transparent}.eui-tooltip__container.eui-tooltip--below .eui-tooltip--info:before{border-color:transparent transparent var(--eui-c-info) transparent}.eui-tooltip__container.eui-tooltip--below .eui-tooltip--success:before{border-color:transparent transparent var(--eui-c-success-dark) transparent}.eui-tooltip__container.eui-tooltip--below .eui-tooltip--warning:before{border-color:transparent transparent var(--eui-c-warning) transparent}.eui-tooltip__container.eui-tooltip--below .eui-tooltip--danger:before{border-color:transparent transparent var(--eui-c-danger-dark) transparent}.eui-tooltip__container.eui-tooltip--below .eui-tooltip--accent:before{border-color:transparent transparent var(--eui-c-accent) transparent}.eui-tooltip__container.eui-tooltip--left .eui-tooltip,.eui-tooltip__container.eui-tooltip--before .eui-tooltip{margin-right:var(--eui-s-m)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip:before{border-color:transparent transparent transparent var(--eui-c-neutral);right:-8px;top:50%;transform:translate(8px,-8px)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip--primary:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip--primary:before{border-color:transparent transparent transparent var(--eui-c-primary)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip--info:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip--info:before{border-color:transparent transparent transparent var(--eui-c-info)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip--success:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip--success:before{border-color:transparent transparent transparent var(--eui-c-success-dark)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip--warning:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip--warning:before{border-color:transparent transparent transparent var(--eui-c-warning)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip--danger:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip--danger:before{border-color:transparent transparent transparent var(--eui-c-danger-dark)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip--accent:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip--accent:before{border-color:transparent transparent transparent var(--eui-c-accent)}.eui-tooltip__container.eui-tooltip--right .eui-tooltip,.eui-tooltip__container.eui-tooltip--after .eui-tooltip{margin-left:var(--eui-s-m)}.eui-tooltip__container.eui-tooltip--right .eui-tooltip:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip:before{border-color:transparent var(--eui-c-neutral) transparent transparent;left:-8px;top:50%;transform:translate(-8px,-8px)}.eui-tooltip__container.eui-tooltip--right .eui-tooltip--primary:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip--primary:before{border-color:transparent var(--eui-c-primary) transparent transparent}.eui-tooltip__container.eui-tooltip--right .eui-tooltip--info:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip--info:before{border-color:transparent var(--eui-c-info) transparent transparent}.eui-tooltip__container.eui-tooltip--right .eui-tooltip--success:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip--success:before{border-color:transparent var(--eui-c-success-dark) transparent transparent}.eui-tooltip__container.eui-tooltip--right .eui-tooltip--warning:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip--warning:before{border-color:transparent var(--eui-c-warning) transparent transparent}.eui-tooltip__container.eui-tooltip--right .eui-tooltip--danger:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip--danger:before{border-color:transparent var(--eui-c-danger-dark) transparent transparent}.eui-tooltip__container.eui-tooltip--right .eui-tooltip--accent:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip--accent:before{border-color:transparent var(--eui-c-accent) transparent transparent}.eui-tooltip__container .eui-tooltip{background-color:var(--eui-c-neutral);border-radius:var(--eui-br-m);box-shadow:var(--eui-sh-4);color:var(--eui-c-white);letter-spacing:.05em;max-width:50vw;padding:var(--eui-s-xs);white-space:pre-line;font:var(--eui-f-xs)}.eui-tooltip__container .eui-tooltip:before{border-color:transparent;border-style:solid;border-width:8px;bottom:0;content:\"\";display:block;height:0;position:absolute;width:0}.eui-tooltip__container .eui-tooltip.eui-tooltip--content-left{text-align:left}.eui-tooltip__container .eui-tooltip.eui-tooltip--content-right{text-align:right}.eui-tooltip__container .eui-tooltip.eui-tooltip--content-center{text-align:center}.eui-tooltip__container .eui-tooltip.eui-tooltip--content-justify{text-align:justify}.eui-tooltip__container .eui-tooltip--primary{background-color:var(--eui-c-primary);color:var(--eui-c-primary-contrast)}.eui-tooltip__container .eui-tooltip--info{background-color:var(--eui-c-info);color:var(--eui-c-info-contrast)}.eui-tooltip__container .eui-tooltip--success{background-color:var(--eui-c-success-dark);color:var(--eui-c-success-contrast)}.eui-tooltip__container .eui-tooltip--warning{background-color:var(--eui-c-warning);color:var(--eui-c-warning-contrast)}.eui-tooltip__container .eui-tooltip--danger{background-color:var(--eui-c-danger-dark);color:var(--eui-c-danger-contrast)}.eui-tooltip__container .eui-tooltip--accent{background-color:var(--eui-c-accent);color:var(--eui-c-accent-contrast)}\n"], animations: [showHide], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
76
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiTooltipContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
77
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: EuiTooltipContainerComponent, selector: "eui-tooltip-container.component", inputs: { config: "config" }, host: { properties: { "attr.data-e2e": "this.e2e", "class": "this.cssClasses", "@showHide": "this.showHide" } }, ngImport: i0, template: "<div [innerHTML]=\"config.tooltipContent\"></div>\n", styles: [".eui-tooltip__container{background-color:transparent}.eui-tooltip__container.eui-tooltip--above .eui-tooltip{margin-bottom:var(--eui-s-m)}.eui-tooltip__container.eui-tooltip--above .eui-tooltip:before{border-color:var(--eui-c-neutral) transparent transparent transparent;left:calc(50% - 8px);transform:translateY(16px)}.eui-tooltip__container.eui-tooltip--above .eui-tooltip--primary:before{border-color:var(--eui-c-primary) transparent transparent transparent}.eui-tooltip__container.eui-tooltip--above .eui-tooltip--info:before{border-color:var(--eui-c-info) transparent transparent transparent}.eui-tooltip__container.eui-tooltip--above .eui-tooltip--success:before{border-color:var(--eui-c-success-dark) transparent transparent transparent}.eui-tooltip__container.eui-tooltip--above .eui-tooltip--warning:before{border-color:var(--eui-c-warning) transparent transparent transparent}.eui-tooltip__container.eui-tooltip--above .eui-tooltip--danger:before{border-color:var(--eui-c-danger-dark) transparent transparent transparent}.eui-tooltip__container.eui-tooltip--above .eui-tooltip--accent:before{border-color:var(--eui-c-accent) transparent transparent transparent}.eui-tooltip__container.eui-tooltip--below .eui-tooltip{margin-top:var(--eui-s-m)}.eui-tooltip__container.eui-tooltip--below .eui-tooltip:before{border-color:transparent transparent var(--eui-c-neutral) transparent;left:calc(50% - 8px);top:0;transform:translateY(-100%)}.eui-tooltip__container.eui-tooltip--below .eui-tooltip--primary:before{border-color:transparent transparent var(--eui-c-primary) transparent}.eui-tooltip__container.eui-tooltip--below .eui-tooltip--info:before{border-color:transparent transparent var(--eui-c-info) transparent}.eui-tooltip__container.eui-tooltip--below .eui-tooltip--success:before{border-color:transparent transparent var(--eui-c-success-dark) transparent}.eui-tooltip__container.eui-tooltip--below .eui-tooltip--warning:before{border-color:transparent transparent var(--eui-c-warning) transparent}.eui-tooltip__container.eui-tooltip--below .eui-tooltip--danger:before{border-color:transparent transparent var(--eui-c-danger-dark) transparent}.eui-tooltip__container.eui-tooltip--below .eui-tooltip--accent:before{border-color:transparent transparent var(--eui-c-accent) transparent}.eui-tooltip__container.eui-tooltip--left .eui-tooltip,.eui-tooltip__container.eui-tooltip--before .eui-tooltip{margin-right:var(--eui-s-m)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip:before{border-color:transparent transparent transparent var(--eui-c-neutral);right:-8px;top:50%;transform:translate(8px,-8px)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip--primary:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip--primary:before{border-color:transparent transparent transparent var(--eui-c-primary)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip--info:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip--info:before{border-color:transparent transparent transparent var(--eui-c-info)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip--success:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip--success:before{border-color:transparent transparent transparent var(--eui-c-success-dark)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip--warning:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip--warning:before{border-color:transparent transparent transparent var(--eui-c-warning)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip--danger:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip--danger:before{border-color:transparent transparent transparent var(--eui-c-danger-dark)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip--accent:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip--accent:before{border-color:transparent transparent transparent var(--eui-c-accent)}.eui-tooltip__container.eui-tooltip--right .eui-tooltip,.eui-tooltip__container.eui-tooltip--after .eui-tooltip{margin-left:var(--eui-s-m)}.eui-tooltip__container.eui-tooltip--right .eui-tooltip:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip:before{border-color:transparent var(--eui-c-neutral) transparent transparent;left:-8px;top:50%;transform:translate(-8px,-8px)}.eui-tooltip__container.eui-tooltip--right .eui-tooltip--primary:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip--primary:before{border-color:transparent var(--eui-c-primary) transparent transparent}.eui-tooltip__container.eui-tooltip--right .eui-tooltip--info:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip--info:before{border-color:transparent var(--eui-c-info) transparent transparent}.eui-tooltip__container.eui-tooltip--right .eui-tooltip--success:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip--success:before{border-color:transparent var(--eui-c-success-dark) transparent transparent}.eui-tooltip__container.eui-tooltip--right .eui-tooltip--warning:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip--warning:before{border-color:transparent var(--eui-c-warning) transparent transparent}.eui-tooltip__container.eui-tooltip--right .eui-tooltip--danger:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip--danger:before{border-color:transparent var(--eui-c-danger-dark) transparent transparent}.eui-tooltip__container.eui-tooltip--right .eui-tooltip--accent:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip--accent:before{border-color:transparent var(--eui-c-accent) transparent transparent}.eui-tooltip__container .eui-tooltip{background-color:var(--eui-c-neutral);border-radius:var(--eui-br-m);box-shadow:var(--eui-sh-4);color:var(--eui-c-white);letter-spacing:.05em;max-width:50vw;padding:var(--eui-s-xs);white-space:pre-line;font:var(--eui-f-xs)}.eui-tooltip__container .eui-tooltip:before{border-color:transparent;border-style:solid;border-width:8px;bottom:0;content:\"\";display:block;height:0;position:absolute;width:0}.eui-tooltip__container .eui-tooltip.eui-tooltip--content-left{text-align:left}.eui-tooltip__container .eui-tooltip.eui-tooltip--content-right{text-align:right}.eui-tooltip__container .eui-tooltip.eui-tooltip--content-center{text-align:center}.eui-tooltip__container .eui-tooltip.eui-tooltip--content-justify{text-align:justify}.eui-tooltip__container .eui-tooltip--primary{background-color:var(--eui-c-primary);color:var(--eui-c-primary-contrast)}.eui-tooltip__container .eui-tooltip--info{background-color:var(--eui-c-info);color:var(--eui-c-info-contrast)}.eui-tooltip__container .eui-tooltip--success{background-color:var(--eui-c-success-dark);color:var(--eui-c-success-contrast)}.eui-tooltip__container .eui-tooltip--warning{background-color:var(--eui-c-warning);color:var(--eui-c-warning-contrast)}.eui-tooltip__container .eui-tooltip--danger{background-color:var(--eui-c-danger-dark);color:var(--eui-c-danger-contrast)}.eui-tooltip__container .eui-tooltip--accent{background-color:var(--eui-c-accent);color:var(--eui-c-accent-contrast)}\n"], animations: [showHide], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
78
78
  }
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiTooltipContainerComponent, decorators: [{
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiTooltipContainerComponent, decorators: [{
80
80
  type: Component,
81
81
  args: [{ selector: 'eui-tooltip-container.component', animations: [showHide], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div [innerHTML]=\"config.tooltipContent\"></div>\n", styles: [".eui-tooltip__container{background-color:transparent}.eui-tooltip__container.eui-tooltip--above .eui-tooltip{margin-bottom:var(--eui-s-m)}.eui-tooltip__container.eui-tooltip--above .eui-tooltip:before{border-color:var(--eui-c-neutral) transparent transparent transparent;left:calc(50% - 8px);transform:translateY(16px)}.eui-tooltip__container.eui-tooltip--above .eui-tooltip--primary:before{border-color:var(--eui-c-primary) transparent transparent transparent}.eui-tooltip__container.eui-tooltip--above .eui-tooltip--info:before{border-color:var(--eui-c-info) transparent transparent transparent}.eui-tooltip__container.eui-tooltip--above .eui-tooltip--success:before{border-color:var(--eui-c-success-dark) transparent transparent transparent}.eui-tooltip__container.eui-tooltip--above .eui-tooltip--warning:before{border-color:var(--eui-c-warning) transparent transparent transparent}.eui-tooltip__container.eui-tooltip--above .eui-tooltip--danger:before{border-color:var(--eui-c-danger-dark) transparent transparent transparent}.eui-tooltip__container.eui-tooltip--above .eui-tooltip--accent:before{border-color:var(--eui-c-accent) transparent transparent transparent}.eui-tooltip__container.eui-tooltip--below .eui-tooltip{margin-top:var(--eui-s-m)}.eui-tooltip__container.eui-tooltip--below .eui-tooltip:before{border-color:transparent transparent var(--eui-c-neutral) transparent;left:calc(50% - 8px);top:0;transform:translateY(-100%)}.eui-tooltip__container.eui-tooltip--below .eui-tooltip--primary:before{border-color:transparent transparent var(--eui-c-primary) transparent}.eui-tooltip__container.eui-tooltip--below .eui-tooltip--info:before{border-color:transparent transparent var(--eui-c-info) transparent}.eui-tooltip__container.eui-tooltip--below .eui-tooltip--success:before{border-color:transparent transparent var(--eui-c-success-dark) transparent}.eui-tooltip__container.eui-tooltip--below .eui-tooltip--warning:before{border-color:transparent transparent var(--eui-c-warning) transparent}.eui-tooltip__container.eui-tooltip--below .eui-tooltip--danger:before{border-color:transparent transparent var(--eui-c-danger-dark) transparent}.eui-tooltip__container.eui-tooltip--below .eui-tooltip--accent:before{border-color:transparent transparent var(--eui-c-accent) transparent}.eui-tooltip__container.eui-tooltip--left .eui-tooltip,.eui-tooltip__container.eui-tooltip--before .eui-tooltip{margin-right:var(--eui-s-m)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip:before{border-color:transparent transparent transparent var(--eui-c-neutral);right:-8px;top:50%;transform:translate(8px,-8px)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip--primary:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip--primary:before{border-color:transparent transparent transparent var(--eui-c-primary)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip--info:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip--info:before{border-color:transparent transparent transparent var(--eui-c-info)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip--success:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip--success:before{border-color:transparent transparent transparent var(--eui-c-success-dark)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip--warning:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip--warning:before{border-color:transparent transparent transparent var(--eui-c-warning)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip--danger:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip--danger:before{border-color:transparent transparent transparent var(--eui-c-danger-dark)}.eui-tooltip__container.eui-tooltip--left .eui-tooltip--accent:before,.eui-tooltip__container.eui-tooltip--before .eui-tooltip--accent:before{border-color:transparent transparent transparent var(--eui-c-accent)}.eui-tooltip__container.eui-tooltip--right .eui-tooltip,.eui-tooltip__container.eui-tooltip--after .eui-tooltip{margin-left:var(--eui-s-m)}.eui-tooltip__container.eui-tooltip--right .eui-tooltip:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip:before{border-color:transparent var(--eui-c-neutral) transparent transparent;left:-8px;top:50%;transform:translate(-8px,-8px)}.eui-tooltip__container.eui-tooltip--right .eui-tooltip--primary:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip--primary:before{border-color:transparent var(--eui-c-primary) transparent transparent}.eui-tooltip__container.eui-tooltip--right .eui-tooltip--info:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip--info:before{border-color:transparent var(--eui-c-info) transparent transparent}.eui-tooltip__container.eui-tooltip--right .eui-tooltip--success:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip--success:before{border-color:transparent var(--eui-c-success-dark) transparent transparent}.eui-tooltip__container.eui-tooltip--right .eui-tooltip--warning:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip--warning:before{border-color:transparent var(--eui-c-warning) transparent transparent}.eui-tooltip__container.eui-tooltip--right .eui-tooltip--danger:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip--danger:before{border-color:transparent var(--eui-c-danger-dark) transparent transparent}.eui-tooltip__container.eui-tooltip--right .eui-tooltip--accent:before,.eui-tooltip__container.eui-tooltip--after .eui-tooltip--accent:before{border-color:transparent var(--eui-c-accent) transparent transparent}.eui-tooltip__container .eui-tooltip{background-color:var(--eui-c-neutral);border-radius:var(--eui-br-m);box-shadow:var(--eui-sh-4);color:var(--eui-c-white);letter-spacing:.05em;max-width:50vw;padding:var(--eui-s-xs);white-space:pre-line;font:var(--eui-f-xs)}.eui-tooltip__container .eui-tooltip:before{border-color:transparent;border-style:solid;border-width:8px;bottom:0;content:\"\";display:block;height:0;position:absolute;width:0}.eui-tooltip__container .eui-tooltip.eui-tooltip--content-left{text-align:left}.eui-tooltip__container .eui-tooltip.eui-tooltip--content-right{text-align:right}.eui-tooltip__container .eui-tooltip.eui-tooltip--content-center{text-align:center}.eui-tooltip__container .eui-tooltip.eui-tooltip--content-justify{text-align:justify}.eui-tooltip__container .eui-tooltip--primary{background-color:var(--eui-c-primary);color:var(--eui-c-primary-contrast)}.eui-tooltip__container .eui-tooltip--info{background-color:var(--eui-c-info);color:var(--eui-c-info-contrast)}.eui-tooltip__container .eui-tooltip--success{background-color:var(--eui-c-success-dark);color:var(--eui-c-success-contrast)}.eui-tooltip__container .eui-tooltip--warning{background-color:var(--eui-c-warning);color:var(--eui-c-warning-contrast)}.eui-tooltip__container .eui-tooltip--danger{background-color:var(--eui-c-danger-dark);color:var(--eui-c-danger-contrast)}.eui-tooltip__container .eui-tooltip--accent{background-color:var(--eui-c-accent);color:var(--eui-c-accent-contrast)}\n"] }]
82
82
  }], propDecorators: { config: [{
@@ -289,10 +289,10 @@ class EuiTooltipDirective {
289
289
  this.fallbackOverlayY = 'center';
290
290
  }
291
291
  }
292
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiTooltipDirective, deps: [{ token: i1.Overlay }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
293
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.1", type: EuiTooltipDirective, selector: "[euiTooltip]", inputs: { e2eAttr: "e2eAttr", showDelay: ["showDelay", "showDelay", numberAttribute], hideDelay: ["hideDelay", "hideDelay", numberAttribute], contentAlignment: "contentAlignment", position: "position", isDisabled: ["isDisabled", "isDisabled", booleanAttribute], tooltipContent: ["euiTooltip", "tooltipContent"], euiTooltipPrimary: ["euiTooltipPrimary", "euiTooltipPrimary", booleanAttribute], euiTooltipSecondary: ["euiTooltipSecondary", "euiTooltipSecondary", booleanAttribute], euiTooltipInfo: ["euiTooltipInfo", "euiTooltipInfo", booleanAttribute], euiTooltipSuccess: ["euiTooltipSuccess", "euiTooltipSuccess", booleanAttribute], euiTooltipWarning: ["euiTooltipWarning", "euiTooltipWarning", booleanAttribute], euiTooltipDanger: ["euiTooltipDanger", "euiTooltipDanger", booleanAttribute], euiTooltipAccent: ["euiTooltipAccent", "euiTooltipAccent", booleanAttribute] }, host: { listeners: { "mouseenter": "mouseEntering($event)", "focus": "focused($event)" } }, exportAs: ["euiTooltip"], usesOnChanges: true, ngImport: i0 }); }
292
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiTooltipDirective, deps: [{ token: i1.Overlay }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
293
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.8", type: EuiTooltipDirective, selector: "[euiTooltip]", inputs: { e2eAttr: "e2eAttr", showDelay: ["showDelay", "showDelay", numberAttribute], hideDelay: ["hideDelay", "hideDelay", numberAttribute], contentAlignment: "contentAlignment", position: "position", isDisabled: ["isDisabled", "isDisabled", booleanAttribute], tooltipContent: ["euiTooltip", "tooltipContent"], euiTooltipPrimary: ["euiTooltipPrimary", "euiTooltipPrimary", booleanAttribute], euiTooltipSecondary: ["euiTooltipSecondary", "euiTooltipSecondary", booleanAttribute], euiTooltipInfo: ["euiTooltipInfo", "euiTooltipInfo", booleanAttribute], euiTooltipSuccess: ["euiTooltipSuccess", "euiTooltipSuccess", booleanAttribute], euiTooltipWarning: ["euiTooltipWarning", "euiTooltipWarning", booleanAttribute], euiTooltipDanger: ["euiTooltipDanger", "euiTooltipDanger", booleanAttribute], euiTooltipAccent: ["euiTooltipAccent", "euiTooltipAccent", booleanAttribute] }, host: { listeners: { "mouseenter": "mouseEntering($event)", "focus": "focused($event)" } }, exportAs: ["euiTooltip"], usesOnChanges: true, ngImport: i0 }); }
294
294
  }
295
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiTooltipDirective, decorators: [{
295
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiTooltipDirective, decorators: [{
296
296
  type: Directive,
297
297
  args: [{
298
298
  selector: '[euiTooltip]',
@@ -346,11 +346,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImpor
346
346
  }] } });
347
347
 
348
348
  class EuiTooltipDirectiveModule {
349
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiTooltipDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
350
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.1", ngImport: i0, type: EuiTooltipDirectiveModule, declarations: [EuiTooltipContainerComponent, EuiTooltipDirective], imports: [CommonModule], exports: [EuiTooltipDirective] }); }
351
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiTooltipDirectiveModule, imports: [CommonModule] }); }
349
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiTooltipDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
350
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: EuiTooltipDirectiveModule, declarations: [EuiTooltipContainerComponent, EuiTooltipDirective], imports: [CommonModule], exports: [EuiTooltipDirective] }); }
351
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiTooltipDirectiveModule, imports: [CommonModule] }); }
352
352
  }
353
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiTooltipDirectiveModule, decorators: [{
353
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiTooltipDirectiveModule, decorators: [{
354
354
  type: NgModule,
355
355
  args: [{
356
356
  imports: [CommonModule],
@@ -379,7 +379,7 @@ class EuiMaxLengthDirective {
379
379
  }
380
380
  }
381
381
  ngOnChanges(changes) {
382
- if (changes['isShowMaxlength'] && this.maxLengthSpan) {
382
+ if (changes['isShowMaxlength']) {
383
383
  if (this.isShowMaxlength) {
384
384
  this.createMaxLengthBox();
385
385
  this._refreshValue();
@@ -494,6 +494,9 @@ class EuiMaxLengthDirective {
494
494
  * @private
495
495
  */
496
496
  createMaxLengthBox() {
497
+ if (this.maxLengthSpan) {
498
+ this.destroyMaxLengthBox();
499
+ }
497
500
  // creates the span that holds the max length value which changes according to input
498
501
  this.maxLengthSpan = this.renderer.createElement('span');
499
502
  this.renderer.addClass(this.maxLengthSpan, 'eui-input-maxlength');
@@ -546,10 +549,10 @@ class EuiMaxLengthDirective {
546
549
  let input = this.el.nativeElement;
547
550
  return this.control && this.control.control.updateOn === 'change' ? this.control.value : input.value;
548
551
  }
549
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiMaxLengthDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.NgControl, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
550
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.1", type: EuiMaxLengthDirective, selector: "\n input[euiMaxlength],\n textarea[euiMaxlength],\n [ngModel][euiMaxlength],\n [formControlName][euiMaxlength]", inputs: { maxLength: ["euiMaxlength", "maxLength", numberAttribute], isShowMaxlength: ["isShowMaxlength", "isShowMaxlength", booleanAttribute] }, outputs: { maxLengthReached: "maxLengthReached" }, host: { listeners: { "change": "onChange($event)", "input": "onInput($event)", "paste": "onPaste($event)" } }, usesOnChanges: true, ngImport: i0 }); }
552
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiMaxLengthDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.NgControl, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
553
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.8", type: EuiMaxLengthDirective, selector: "\n input[euiMaxlength],\n textarea[euiMaxlength],\n [ngModel][euiMaxlength],\n [formControlName][euiMaxlength]", inputs: { maxLength: ["euiMaxlength", "maxLength", numberAttribute], isShowMaxlength: ["isShowMaxlength", "isShowMaxlength", booleanAttribute] }, outputs: { maxLengthReached: "maxLengthReached" }, host: { listeners: { "change": "onChange($event)", "input": "onInput($event)", "paste": "onPaste($event)" } }, usesOnChanges: true, ngImport: i0 }); }
551
554
  }
552
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiMaxLengthDirective, decorators: [{
555
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiMaxLengthDirective, decorators: [{
553
556
  type: Directive,
554
557
  args: [{
555
558
  selector: `
@@ -581,11 +584,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImpor
581
584
  args: ['paste', ['$event']]
582
585
  }] } });
583
586
  class EuiMaxLengthDirectiveModule {
584
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiMaxLengthDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
585
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.1", ngImport: i0, type: EuiMaxLengthDirectiveModule, declarations: [EuiMaxLengthDirective], imports: [CommonModule], exports: [EuiMaxLengthDirective] }); }
586
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiMaxLengthDirectiveModule, imports: [CommonModule] }); }
587
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiMaxLengthDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
588
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: EuiMaxLengthDirectiveModule, declarations: [EuiMaxLengthDirective], imports: [CommonModule], exports: [EuiMaxLengthDirective] }); }
589
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiMaxLengthDirectiveModule, imports: [CommonModule] }); }
587
590
  }
588
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiMaxLengthDirectiveModule, decorators: [{
591
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiMaxLengthDirectiveModule, decorators: [{
589
592
  type: NgModule,
590
593
  args: [{
591
594
  imports: [CommonModule],
@@ -628,10 +631,10 @@ class EuiHasPermissionDirective {
628
631
  });
629
632
  return hasPermission;
630
633
  }
631
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiHasPermissionDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i1$2.EuiPermissionService }], target: i0.ɵɵFactoryTarget.Directive }); }
632
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.1", type: EuiHasPermissionDirective, selector: "[euiHasPermission]", inputs: { euiHasPermission: "euiHasPermission" }, ngImport: i0 }); }
634
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiHasPermissionDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i1$2.EuiPermissionService }], target: i0.ɵɵFactoryTarget.Directive }); }
635
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: EuiHasPermissionDirective, selector: "[euiHasPermission]", inputs: { euiHasPermission: "euiHasPermission" }, ngImport: i0 }); }
633
636
  }
634
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiHasPermissionDirective, decorators: [{
637
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiHasPermissionDirective, decorators: [{
635
638
  type: Directive,
636
639
  args: [{
637
640
  selector: '[euiHasPermission]',
@@ -640,11 +643,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImpor
640
643
  type: Input
641
644
  }] } });
642
645
  class EuiHasPermissionDirectiveModule {
643
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiHasPermissionDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
644
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.1", ngImport: i0, type: EuiHasPermissionDirectiveModule, declarations: [EuiHasPermissionDirective], imports: [CommonModule], exports: [EuiHasPermissionDirective] }); }
645
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiHasPermissionDirectiveModule, imports: [CommonModule] }); }
646
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiHasPermissionDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
647
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: EuiHasPermissionDirectiveModule, declarations: [EuiHasPermissionDirective], imports: [CommonModule], exports: [EuiHasPermissionDirective] }); }
648
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiHasPermissionDirectiveModule, imports: [CommonModule] }); }
646
649
  }
647
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiHasPermissionDirectiveModule, decorators: [{
650
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiHasPermissionDirectiveModule, decorators: [{
648
651
  type: NgModule,
649
652
  args: [{
650
653
  imports: [CommonModule],
@@ -680,10 +683,10 @@ class EuiScrollHandlerDirective {
680
683
  }
681
684
  }
682
685
  }
683
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiScrollHandlerDirective, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
684
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.1", type: EuiScrollHandlerDirective, selector: "[euiScrollHandler]", inputs: { euiScrollHandler: ["euiScrollHandler", "euiScrollHandler", booleanAttribute] }, host: { listeners: { "window:scroll": "onWindowScroll()" } }, ngImport: i0 }); }
686
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiScrollHandlerDirective, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
687
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.8", type: EuiScrollHandlerDirective, selector: "[euiScrollHandler]", inputs: { euiScrollHandler: ["euiScrollHandler", "euiScrollHandler", booleanAttribute] }, host: { listeners: { "window:scroll": "onWindowScroll()" } }, ngImport: i0 }); }
685
688
  }
686
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiScrollHandlerDirective, decorators: [{
689
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiScrollHandlerDirective, decorators: [{
687
690
  type: Directive,
688
691
  args: [{
689
692
  selector: '[euiScrollHandler]',
@@ -715,10 +718,10 @@ class EuiScrollHandlerElementDirective {
715
718
  element.classList.remove(this.toggleClass);
716
719
  }
717
720
  }
718
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiScrollHandlerElementDirective, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
719
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.1", type: EuiScrollHandlerElementDirective, selector: "[euiScrollHandlerElement]", inputs: { euiScrollHandlerElement: "euiScrollHandlerElement", toggleClass: "toggleClass", toggleActiveHeight: ["toggleActiveHeight", "toggleActiveHeight", numberAttribute] }, host: { listeners: { "window:scroll": "onWindowScroll()" } }, ngImport: i0 }); }
721
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiScrollHandlerElementDirective, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive }); }
722
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.8", type: EuiScrollHandlerElementDirective, selector: "[euiScrollHandlerElement]", inputs: { euiScrollHandlerElement: "euiScrollHandlerElement", toggleClass: "toggleClass", toggleActiveHeight: ["toggleActiveHeight", "toggleActiveHeight", numberAttribute] }, host: { listeners: { "window:scroll": "onWindowScroll()" } }, ngImport: i0 }); }
720
723
  }
721
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiScrollHandlerElementDirective, decorators: [{
724
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiScrollHandlerElementDirective, decorators: [{
722
725
  type: Directive,
723
726
  args: [{
724
727
  selector: '[euiScrollHandlerElement]',
@@ -738,11 +741,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImpor
738
741
  args: ['window:scroll', []]
739
742
  }] } });
740
743
  class EuiScrollHandlerDirectiveModule {
741
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiScrollHandlerDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
742
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.1", ngImport: i0, type: EuiScrollHandlerDirectiveModule, declarations: [EuiScrollHandlerDirective, EuiScrollHandlerElementDirective], imports: [CommonModule], exports: [EuiScrollHandlerDirective, EuiScrollHandlerElementDirective] }); }
743
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiScrollHandlerDirectiveModule, imports: [CommonModule] }); }
744
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiScrollHandlerDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
745
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: EuiScrollHandlerDirectiveModule, declarations: [EuiScrollHandlerDirective, EuiScrollHandlerElementDirective], imports: [CommonModule], exports: [EuiScrollHandlerDirective, EuiScrollHandlerElementDirective] }); }
746
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiScrollHandlerDirectiveModule, imports: [CommonModule] }); }
744
747
  }
745
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiScrollHandlerDirectiveModule, decorators: [{
748
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiScrollHandlerDirectiveModule, decorators: [{
746
749
  type: NgModule,
747
750
  args: [{
748
751
  imports: [CommonModule],
@@ -772,10 +775,10 @@ class EuiSmoothScrollToDirective {
772
775
  });
773
776
  }
774
777
  ;
775
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiSmoothScrollToDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
776
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.1", type: EuiSmoothScrollToDirective, selector: "[euiScrollTo]", inputs: { scrollTo: ["euiScrollTo", "scrollTo"], duration: ["duration", "duration", numberAttribute], offset: ["offset", "offset", numberAttribute], easing: "easing", callbackBefore: "callbackBefore", callbackAfter: "callbackAfter", containerId: "containerId", middleAlign: "middleAlign" }, host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
778
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiSmoothScrollToDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
779
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.8", type: EuiSmoothScrollToDirective, selector: "[euiScrollTo]", inputs: { scrollTo: ["euiScrollTo", "scrollTo"], duration: ["duration", "duration", numberAttribute], offset: ["offset", "offset", numberAttribute], easing: "easing", callbackBefore: "callbackBefore", callbackAfter: "callbackAfter", containerId: "containerId", middleAlign: "middleAlign" }, host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
777
780
  }
778
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiSmoothScrollToDirective, decorators: [{
781
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiSmoothScrollToDirective, decorators: [{
779
782
  type: Directive,
780
783
  args: [{
781
784
  selector: '[euiScrollTo]'
@@ -839,10 +842,10 @@ class EuiSmoothScrollDirective {
839
842
  }
840
843
  }
841
844
  }
842
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiSmoothScrollDirective, deps: [{ token: i0.ElementRef }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Directive }); }
843
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.1", type: EuiSmoothScrollDirective, selector: "[euiSmoothScroll]", inputs: { scrollIf: "scrollIf", duration: ["duration", "duration", numberAttribute], offset: ["offset", "offset", numberAttribute], easing: "easing", callbackBefore: "callbackBefore", callbackAfter: "callbackAfter", containerId: "containerId", scrollOnClick: ["scrollOnClick", "scrollOnClick", booleanAttribute], middleAlign: "middleAlign" }, host: { listeners: { "click": "onClick($event.target)" } }, ngImport: i0 }); }
845
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiSmoothScrollDirective, deps: [{ token: i0.ElementRef }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Directive }); }
846
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.8", type: EuiSmoothScrollDirective, selector: "[euiSmoothScroll]", inputs: { scrollIf: "scrollIf", duration: ["duration", "duration", numberAttribute], offset: ["offset", "offset", numberAttribute], easing: "easing", callbackBefore: "callbackBefore", callbackAfter: "callbackAfter", containerId: "containerId", scrollOnClick: ["scrollOnClick", "scrollOnClick", booleanAttribute], middleAlign: "middleAlign" }, host: { listeners: { "click": "onClick($event.target)" } }, ngImport: i0 }); }
844
847
  }
845
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiSmoothScrollDirective, decorators: [{
848
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiSmoothScrollDirective, decorators: [{
846
849
  type: Directive,
847
850
  args: [{
848
851
  selector: '[euiSmoothScroll]'
@@ -993,11 +996,11 @@ class SmoothScroll {
993
996
  }
994
997
  }
995
998
  class EuiSmoothScrollDirectiveModule {
996
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiSmoothScrollDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
997
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.1", ngImport: i0, type: EuiSmoothScrollDirectiveModule, declarations: [EuiSmoothScrollToDirective, EuiSmoothScrollDirective], imports: [CommonModule], exports: [EuiSmoothScrollToDirective, EuiSmoothScrollDirective] }); }
998
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiSmoothScrollDirectiveModule, imports: [CommonModule] }); }
999
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiSmoothScrollDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1000
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: EuiSmoothScrollDirectiveModule, declarations: [EuiSmoothScrollToDirective, EuiSmoothScrollDirective], imports: [CommonModule], exports: [EuiSmoothScrollToDirective, EuiSmoothScrollDirective] }); }
1001
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiSmoothScrollDirectiveModule, imports: [CommonModule] }); }
999
1002
  }
1000
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiSmoothScrollDirectiveModule, decorators: [{
1003
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiSmoothScrollDirectiveModule, decorators: [{
1001
1004
  type: NgModule,
1002
1005
  args: [{
1003
1006
  imports: [CommonModule],
@@ -1197,10 +1200,10 @@ class EuiClearableDirective {
1197
1200
  this._euiUFlexWrapper = null;
1198
1201
  }
1199
1202
  }
1200
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiClearableDirective, deps: [{ token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive }); }
1201
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.1", type: EuiClearableDirective, isStandalone: true, selector: "input[euiClearable]", inputs: { euiClearable: ["euiClearable", "euiClearable", booleanAttribute], readonly: "readonly", disabled: "disabled" }, host: { listeners: { "input": "onKeyUpAndModelChange($event.target.value)", "ngModelChange": "onKeyUpAndModelChange($event)" }, properties: { "attr.readonly": "this.readonly", "disabled": "this.disabled", "class": "this.cssClasses" } }, usesOnChanges: true, ngImport: i0 }); }
1203
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiClearableDirective, deps: [{ token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive }); }
1204
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.8", type: EuiClearableDirective, isStandalone: true, selector: "input[euiClearable]", inputs: { euiClearable: ["euiClearable", "euiClearable", booleanAttribute], readonly: "readonly", disabled: "disabled" }, host: { listeners: { "input": "onKeyUpAndModelChange($event.target.value)", "ngModelChange": "onKeyUpAndModelChange($event)" }, properties: { "attr.readonly": "this.readonly", "disabled": "this.disabled", "class": "this.cssClasses" } }, usesOnChanges: true, ngImport: i0 }); }
1202
1205
  }
1203
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiClearableDirective, decorators: [{
1206
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiClearableDirective, decorators: [{
1204
1207
  type: Directive,
1205
1208
  args: [{
1206
1209
  selector: 'input[euiClearable]',
@@ -1345,10 +1348,10 @@ class EuiLoadingDirective {
1345
1348
  this._loadingIcon = null;
1346
1349
  }
1347
1350
  }
1348
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiLoadingDirective, deps: [{ token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive }); }
1349
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.1", type: EuiLoadingDirective, isStandalone: true, selector: "[euiLoading]", inputs: { euiLoading: ["euiLoading", "euiLoading", booleanAttribute], readonly: "readonly" }, host: { properties: { "attr.readonly": "this.readonly", "class": "this.cssClasses" } }, usesOnChanges: true, ngImport: i0 }); }
1351
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiLoadingDirective, deps: [{ token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive }); }
1352
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.8", type: EuiLoadingDirective, isStandalone: true, selector: "[euiLoading]", inputs: { euiLoading: ["euiLoading", "euiLoading", booleanAttribute], readonly: "readonly" }, host: { properties: { "attr.readonly": "this.readonly", "class": "this.cssClasses" } }, usesOnChanges: true, ngImport: i0 }); }
1350
1353
  }
1351
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiLoadingDirective, decorators: [{
1354
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiLoadingDirective, decorators: [{
1352
1355
  type: Directive,
1353
1356
  args: [{
1354
1357
  selector: '[euiLoading]',
@@ -1372,10 +1375,10 @@ class EuiResizableComponent {
1372
1375
  this.classes = 'eui-resizable';
1373
1376
  this.e2e = 'eui-resizable';
1374
1377
  }
1375
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiResizableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1376
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.1", type: EuiResizableComponent, selector: "eui-resizable", host: { properties: { "class": "this.classes", "attr.data-e2e": "this.e2e" } }, ngImport: i0, template: "<div class=\"eui-resizable-bar\" aria-describedby=\"Resizable handle\"></div>\n<span class=\"eui-resizable-icon__container\">\n <svg aria-hidden=\"true\" role=\"img\" focusable=\"false\" class=\"eui-resizable-icon\">\n <use href=\"assets/icons/sprites/sharp.svg#code-working-sharp\"></use>\n </svg>\n</span>\n", styles: [".eui-resizable{--eui-resizable-bar-color: blueviolet;display:flex;justify-content:flex-end;vertical-align:middle}.eui-resizable .eui-resizable-bar{background:var(--eui-resizable-bar-color);background-clip:content-box;bottom:0;border-left:var(--eui-s-2xs) solid transparent;border-right:var(--eui-s-2xs) solid transparent;cursor:ew-resize;margin:0 calc(-1.1 * var(--eui-s-m));opacity:0;position:absolute;top:0;transition:opacity .3s;width:var(--eui-s-s)}.eui-resizable .eui-resizable-bar:hover,.eui-resizable .eui-resizable-bar:active{opacity:1}.eui-resizable .eui-resizable-icon__container{height:var(--eui-s-m);margin-right:calc(-1 * (var(--eui-s-m) + var(--eui-s-2xs)));position:absolute;top:0;transform:translateY(calc(var(--eui-s-m) + 2px))}.eui-resizable .eui-resizable-icon__container .eui-resizable-icon{color:var(--eui-c-neutral-lighter);fill:var(--eui-c-neutral-lighter);height:var(--eui-s-m);width:var(--eui-s-m)}*:not(th)[euiresizable]{position:relative}\n"], encapsulation: i0.ViewEncapsulation.None }); }
1378
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiResizableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1379
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: EuiResizableComponent, selector: "eui-resizable", host: { properties: { "class": "this.classes", "attr.data-e2e": "this.e2e" } }, ngImport: i0, template: "<div class=\"eui-resizable-bar\" aria-describedby=\"Resizable handle\"></div>\n<span class=\"eui-resizable-icon__container\">\n <svg aria-hidden=\"true\" role=\"img\" focusable=\"false\" class=\"eui-resizable-icon\">\n <use href=\"assets/icons/sprites/sharp.svg#code-working-sharp\"></use>\n </svg>\n</span>\n", styles: [".eui-resizable{--eui-resizable-bar-color: blueviolet;display:flex;justify-content:flex-end;vertical-align:middle}.eui-resizable .eui-resizable-bar{background:var(--eui-resizable-bar-color);background-clip:content-box;bottom:0;border-left:var(--eui-s-2xs) solid transparent;border-right:var(--eui-s-2xs) solid transparent;cursor:ew-resize;margin:0 calc(-1.1 * var(--eui-s-m));opacity:0;position:absolute;top:0;transition:opacity .3s;width:var(--eui-s-s)}.eui-resizable .eui-resizable-bar:hover,.eui-resizable .eui-resizable-bar:active{opacity:1}.eui-resizable .eui-resizable-icon__container{height:var(--eui-s-m);margin-right:calc(-1 * (var(--eui-s-m) + var(--eui-s-2xs)));position:absolute;top:0;transform:translateY(calc(var(--eui-s-m) + 2px))}.eui-resizable .eui-resizable-icon__container .eui-resizable-icon{color:var(--eui-c-neutral-lighter);fill:var(--eui-c-neutral-lighter);height:var(--eui-s-m);width:var(--eui-s-m)}*:not(th)[euiresizable]{position:relative}\n"], encapsulation: i0.ViewEncapsulation.None }); }
1377
1380
  }
1378
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiResizableComponent, decorators: [{
1381
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiResizableComponent, decorators: [{
1379
1382
  type: Component,
1380
1383
  args: [{ selector: 'eui-resizable', encapsulation: ViewEncapsulation.None, template: "<div class=\"eui-resizable-bar\" aria-describedby=\"Resizable handle\"></div>\n<span class=\"eui-resizable-icon__container\">\n <svg aria-hidden=\"true\" role=\"img\" focusable=\"false\" class=\"eui-resizable-icon\">\n <use href=\"assets/icons/sprites/sharp.svg#code-working-sharp\"></use>\n </svg>\n</span>\n", styles: [".eui-resizable{--eui-resizable-bar-color: blueviolet;display:flex;justify-content:flex-end;vertical-align:middle}.eui-resizable .eui-resizable-bar{background:var(--eui-resizable-bar-color);background-clip:content-box;bottom:0;border-left:var(--eui-s-2xs) solid transparent;border-right:var(--eui-s-2xs) solid transparent;cursor:ew-resize;margin:0 calc(-1.1 * var(--eui-s-m));opacity:0;position:absolute;top:0;transition:opacity .3s;width:var(--eui-s-s)}.eui-resizable .eui-resizable-bar:hover,.eui-resizable .eui-resizable-bar:active{opacity:1}.eui-resizable .eui-resizable-icon__container{height:var(--eui-s-m);margin-right:calc(-1 * (var(--eui-s-m) + var(--eui-s-2xs)));position:absolute;top:0;transform:translateY(calc(var(--eui-s-m) + 2px))}.eui-resizable .eui-resizable-icon__container .eui-resizable-icon{color:var(--eui-c-neutral-lighter);fill:var(--eui-c-neutral-lighter);height:var(--eui-s-m);width:var(--eui-s-m)}*:not(th)[euiresizable]{position:relative}\n"] }]
1381
1384
  }], propDecorators: { classes: [{
@@ -1422,10 +1425,10 @@ class EuiResizableDirective {
1422
1425
  this._renderer.appendChild(this._elementRef.nativeElement, this._resizableBar.location.nativeElement);
1423
1426
  }
1424
1427
  }
1425
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiResizableDirective, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1426
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.1", type: EuiResizableDirective, selector: "[euiResizable]", host: { properties: { "style.width.px": "this.styleWidth", "style.max-width.px": "this.styleMaxWidth", "style.flex-basis.px": "this.styleFlexBasisWidth" } }, ngImport: i0 }); }
1428
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiResizableDirective, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1429
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: EuiResizableDirective, selector: "[euiResizable]", host: { properties: { "style.width.px": "this.styleWidth", "style.max-width.px": "this.styleMaxWidth", "style.flex-basis.px": "this.styleFlexBasisWidth" } }, ngImport: i0 }); }
1427
1430
  }
1428
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiResizableDirective, decorators: [{
1431
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiResizableDirective, decorators: [{
1429
1432
  type: Directive,
1430
1433
  args: [{
1431
1434
  selector: '[euiResizable]',
@@ -1445,11 +1448,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImpor
1445
1448
  }] } });
1446
1449
 
1447
1450
  class EuiResizableDirectiveModule {
1448
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiResizableDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1449
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.1", ngImport: i0, type: EuiResizableDirectiveModule, declarations: [EuiResizableComponent, EuiResizableDirective], imports: [CommonModule], exports: [EuiResizableDirective] }); }
1450
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiResizableDirectiveModule, imports: [CommonModule] }); }
1451
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiResizableDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1452
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: EuiResizableDirectiveModule, declarations: [EuiResizableComponent, EuiResizableDirective], imports: [CommonModule], exports: [EuiResizableDirective] }); }
1453
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiResizableDirectiveModule, imports: [CommonModule] }); }
1451
1454
  }
1452
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiResizableDirectiveModule, decorators: [{
1455
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiResizableDirectiveModule, decorators: [{
1453
1456
  type: NgModule,
1454
1457
  args: [{
1455
1458
  imports: [CommonModule],
@@ -1475,10 +1478,10 @@ class EuiArrowKeyNavigableDirective {
1475
1478
  onBlur() {
1476
1479
  this.isFocused = false;
1477
1480
  }
1478
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiArrowKeyNavigableDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1479
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.1", type: EuiArrowKeyNavigableDirective, isStandalone: true, selector: "[euiArrowKeyNavigable]", host: { listeners: { "focus": "onFocus()", "blur": "onBlur()" }, properties: { "attr.tabindex": "this.tabindex" } }, ngImport: i0 }); }
1481
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiArrowKeyNavigableDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1482
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.8", type: EuiArrowKeyNavigableDirective, isStandalone: true, selector: "[euiArrowKeyNavigable]", host: { listeners: { "focus": "onFocus()", "blur": "onBlur()" }, properties: { "attr.tabindex": "this.tabindex" } }, ngImport: i0 }); }
1480
1483
  }
1481
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.1", ngImport: i0, type: EuiArrowKeyNavigableDirective, decorators: [{
1484
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuiArrowKeyNavigableDirective, decorators: [{
1482
1485
  type: Directive,
1483
1486
  args: [{
1484
1487
  selector: '[euiArrowKeyNavigable]',