@ember-eui/core 10.0.1 → 10.0.3

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 (735) hide show
  1. package/declarations/-private/random-id.d.ts +9 -0
  2. package/declarations/-private/random-id.d.ts.map +1 -0
  3. package/declarations/components/common.d.ts +42 -0
  4. package/declarations/components/common.d.ts.map +1 -0
  5. package/declarations/components/eui-accordion.d.ts +101 -0
  6. package/declarations/components/eui-accordion.d.ts.map +1 -0
  7. package/declarations/components/eui-auto-sizer.d.ts +64 -0
  8. package/declarations/components/eui-auto-sizer.d.ts.map +1 -0
  9. package/declarations/components/eui-avatar.d.ts +22 -0
  10. package/declarations/components/eui-avatar.d.ts.map +1 -0
  11. package/declarations/components/eui-badge-group.d.ts +23 -0
  12. package/declarations/components/eui-badge-group.d.ts.map +1 -0
  13. package/declarations/components/eui-badge.d.ts +30 -0
  14. package/declarations/components/eui-badge.d.ts.map +1 -0
  15. package/declarations/components/eui-beta-badge.d.ts +63 -0
  16. package/declarations/components/eui-beta-badge.d.ts.map +1 -0
  17. package/declarations/components/eui-bottom-bar.d.ts +35 -0
  18. package/declarations/components/eui-bottom-bar.d.ts.map +1 -0
  19. package/declarations/components/eui-breadcrumbs.d.ts +70 -0
  20. package/declarations/components/eui-breadcrumbs.d.ts.map +1 -0
  21. package/declarations/components/eui-button-content.d.ts +21 -0
  22. package/declarations/components/eui-button-content.d.ts.map +1 -0
  23. package/declarations/components/eui-button-empty.d.ts +33 -0
  24. package/declarations/components/eui-button-empty.d.ts.map +1 -0
  25. package/declarations/components/eui-button-group-button.d.ts +29 -0
  26. package/declarations/components/eui-button-group-button.d.ts.map +1 -0
  27. package/declarations/components/eui-button-group.d.ts +41 -0
  28. package/declarations/components/eui-button-group.d.ts.map +1 -0
  29. package/declarations/components/eui-button-icon.d.ts +25 -0
  30. package/declarations/components/eui-button-icon.d.ts.map +1 -0
  31. package/declarations/components/eui-button.d.ts +34 -0
  32. package/declarations/components/eui-button.d.ts.map +1 -0
  33. package/declarations/components/eui-call-out.d.ts +21 -0
  34. package/declarations/components/eui-call-out.d.ts.map +1 -0
  35. package/declarations/components/eui-card-select.d.ts +29 -0
  36. package/declarations/components/eui-card-select.d.ts.map +1 -0
  37. package/declarations/components/eui-card.d.ts +68 -0
  38. package/declarations/components/eui-card.d.ts.map +1 -0
  39. package/declarations/components/eui-checkable-card.d.ts +21 -0
  40. package/declarations/components/eui-checkable-card.d.ts.map +1 -0
  41. package/declarations/components/eui-checkbox-group.d.ts +27 -0
  42. package/declarations/components/eui-checkbox-group.d.ts.map +1 -0
  43. package/declarations/components/eui-checkbox.d.ts +27 -0
  44. package/declarations/components/eui-checkbox.d.ts.map +1 -0
  45. package/declarations/components/eui-code-block/controls.d.ts +13 -0
  46. package/declarations/components/eui-code-block/controls.d.ts.map +1 -0
  47. package/declarations/components/eui-code-block/full-screen-display.d.ts +11 -0
  48. package/declarations/components/eui-code-block/full-screen-display.d.ts.map +1 -0
  49. package/declarations/components/eui-code-block/virtualized.d.ts +20 -0
  50. package/declarations/components/eui-code-block/virtualized.d.ts.map +1 -0
  51. package/declarations/components/eui-code-block.d.ts +92 -0
  52. package/declarations/components/eui-code-block.d.ts.map +1 -0
  53. package/declarations/components/eui-code.d.ts +21 -0
  54. package/declarations/components/eui-code.d.ts.map +1 -0
  55. package/declarations/components/eui-collapsible-nav-group.d.ts +26 -0
  56. package/declarations/components/eui-collapsible-nav-group.d.ts.map +1 -0
  57. package/declarations/components/eui-collapsible-nav.d.ts +66 -0
  58. package/declarations/components/eui-collapsible-nav.d.ts.map +1 -0
  59. package/declarations/components/eui-combo-box/create-option.d.ts +16 -0
  60. package/declarations/components/eui-combo-box/create-option.d.ts.map +1 -0
  61. package/declarations/components/eui-combo-box/group.d.ts +16 -0
  62. package/declarations/components/eui-combo-box/group.d.ts.map +1 -0
  63. package/declarations/components/eui-combo-box/no-matches-message.d.ts +11 -0
  64. package/declarations/components/eui-combo-box/no-matches-message.d.ts.map +1 -0
  65. package/declarations/components/eui-combo-box/options.d.ts +12 -0
  66. package/declarations/components/eui-combo-box/options.d.ts.map +1 -0
  67. package/declarations/components/eui-combo-box/search-message.d.ts +11 -0
  68. package/declarations/components/eui-combo-box/search-message.d.ts.map +1 -0
  69. package/declarations/components/eui-combo-box/trigger/input.d.ts +6 -0
  70. package/declarations/components/eui-combo-box/trigger/input.d.ts.map +1 -0
  71. package/declarations/components/eui-combo-box/trigger.d.ts +4 -0
  72. package/declarations/components/eui-combo-box/trigger.d.ts.map +1 -0
  73. package/declarations/components/eui-combo-box-pill.d.ts +22 -0
  74. package/declarations/components/eui-combo-box-pill.d.ts.map +1 -0
  75. package/declarations/components/eui-combo-box.d.ts +69 -0
  76. package/declarations/components/eui-combo-box.d.ts.map +1 -0
  77. package/declarations/components/eui-comment-list.d.ts +10 -0
  78. package/declarations/components/eui-comment-list.d.ts.map +1 -0
  79. package/declarations/components/eui-comment-timeline.d.ts +15 -0
  80. package/declarations/components/eui-comment-timeline.d.ts.map +1 -0
  81. package/declarations/components/eui-comment.d.ts +20 -0
  82. package/declarations/components/eui-comment.d.ts.map +1 -0
  83. package/declarations/components/eui-confirm-modal.d.ts +23 -0
  84. package/declarations/components/eui-confirm-modal.d.ts.map +1 -0
  85. package/declarations/components/eui-context-menu-item.d.ts +25 -0
  86. package/declarations/components/eui-context-menu-item.d.ts.map +1 -0
  87. package/declarations/components/eui-context-menu-panel.d.ts +10 -0
  88. package/declarations/components/eui-context-menu-panel.d.ts.map +1 -0
  89. package/declarations/components/eui-copy.d.ts +36 -0
  90. package/declarations/components/eui-copy.d.ts.map +1 -0
  91. package/declarations/components/eui-described-form-group.d.ts +27 -0
  92. package/declarations/components/eui-described-form-group.d.ts.map +1 -0
  93. package/declarations/components/eui-description-list-description.d.ts +10 -0
  94. package/declarations/components/eui-description-list-description.d.ts.map +1 -0
  95. package/declarations/components/eui-description-list-title.d.ts +10 -0
  96. package/declarations/components/eui-description-list-title.d.ts.map +1 -0
  97. package/declarations/components/eui-description-list.d.ts +27 -0
  98. package/declarations/components/eui-description-list.d.ts.map +1 -0
  99. package/declarations/components/eui-dual-range.d.ts +141 -0
  100. package/declarations/components/eui-dual-range.d.ts.map +1 -0
  101. package/declarations/components/eui-empty-prompt.d.ts +29 -0
  102. package/declarations/components/eui-empty-prompt.d.ts.map +1 -0
  103. package/declarations/components/eui-field-number.d.ts +57 -0
  104. package/declarations/components/eui-field-number.d.ts.map +1 -0
  105. package/declarations/components/eui-field-password.d.ts +28 -0
  106. package/declarations/components/eui-field-password.d.ts.map +1 -0
  107. package/declarations/components/eui-field-search.d.ts +52 -0
  108. package/declarations/components/eui-field-search.d.ts.map +1 -0
  109. package/declarations/components/eui-field-text.d.ts +29 -0
  110. package/declarations/components/eui-field-text.d.ts.map +1 -0
  111. package/declarations/components/eui-file-picker.d.ts +60 -0
  112. package/declarations/components/eui-file-picker.d.ts.map +1 -0
  113. package/declarations/components/eui-flex-grid.d.ts +33 -0
  114. package/declarations/components/eui-flex-grid.d.ts.map +1 -0
  115. package/declarations/components/eui-flex-group.d.ts +20 -0
  116. package/declarations/components/eui-flex-group.d.ts.map +1 -0
  117. package/declarations/components/eui-flex-item.d.ts +15 -0
  118. package/declarations/components/eui-flex-item.d.ts.map +1 -0
  119. package/declarations/components/eui-flyout-body.d.ts +12 -0
  120. package/declarations/components/eui-flyout-body.d.ts.map +1 -0
  121. package/declarations/components/eui-flyout-footer.d.ts +10 -0
  122. package/declarations/components/eui-flyout-footer.d.ts.map +1 -0
  123. package/declarations/components/eui-flyout-header.d.ts +13 -0
  124. package/declarations/components/eui-flyout-header.d.ts.map +1 -0
  125. package/declarations/components/eui-flyout.d.ts +87 -0
  126. package/declarations/components/eui-flyout.d.ts.map +1 -0
  127. package/declarations/components/eui-form-control-layout-clear-button.d.ts +14 -0
  128. package/declarations/components/eui-form-control-layout-clear-button.d.ts.map +1 -0
  129. package/declarations/components/eui-form-control-layout-custom-icon.d.ts +16 -0
  130. package/declarations/components/eui-form-control-layout-custom-icon.d.ts.map +1 -0
  131. package/declarations/components/eui-form-control-layout-delimited.d.ts +25 -0
  132. package/declarations/components/eui-form-control-layout-delimited.d.ts.map +1 -0
  133. package/declarations/components/eui-form-control-layout-icons.d.ts +17 -0
  134. package/declarations/components/eui-form-control-layout-icons.d.ts.map +1 -0
  135. package/declarations/components/eui-form-control-layout.d.ts +30 -0
  136. package/declarations/components/eui-form-control-layout.d.ts.map +1 -0
  137. package/declarations/components/eui-form-error-text.d.ts +10 -0
  138. package/declarations/components/eui-form-error-text.d.ts.map +1 -0
  139. package/declarations/components/eui-form-fieldset.d.ts +18 -0
  140. package/declarations/components/eui-form-fieldset.d.ts.map +1 -0
  141. package/declarations/components/eui-form-help-text.d.ts +13 -0
  142. package/declarations/components/eui-form-help-text.d.ts.map +1 -0
  143. package/declarations/components/eui-form-label.d.ts +17 -0
  144. package/declarations/components/eui-form-label.d.ts.map +1 -0
  145. package/declarations/components/eui-form-legend.d.ts +14 -0
  146. package/declarations/components/eui-form-legend.d.ts.map +1 -0
  147. package/declarations/components/eui-form-row.d.ts +35 -0
  148. package/declarations/components/eui-form-row.d.ts.map +1 -0
  149. package/declarations/components/eui-form.d.ts +20 -0
  150. package/declarations/components/eui-form.d.ts.map +1 -0
  151. package/declarations/components/eui-global-toast-list.d.ts +45 -0
  152. package/declarations/components/eui-global-toast-list.d.ts.map +1 -0
  153. package/declarations/components/eui-header-alert.d.ts +14 -0
  154. package/declarations/components/eui-header-alert.d.ts.map +1 -0
  155. package/declarations/components/eui-header-breadcrumbs.d.ts +14 -0
  156. package/declarations/components/eui-header-breadcrumbs.d.ts.map +1 -0
  157. package/declarations/components/eui-header-link.d.ts +14 -0
  158. package/declarations/components/eui-header-link.d.ts.map +1 -0
  159. package/declarations/components/eui-header-links.d.ts +20 -0
  160. package/declarations/components/eui-header-links.d.ts.map +1 -0
  161. package/declarations/components/eui-header-logo.d.ts +17 -0
  162. package/declarations/components/eui-header-logo.d.ts.map +1 -0
  163. package/declarations/components/eui-header-section-item-button.d.ts +26 -0
  164. package/declarations/components/eui-header-section-item-button.d.ts.map +1 -0
  165. package/declarations/components/eui-header-section-item.d.ts +14 -0
  166. package/declarations/components/eui-header-section-item.d.ts.map +1 -0
  167. package/declarations/components/eui-header-section.d.ts +15 -0
  168. package/declarations/components/eui-header-section.d.ts.map +1 -0
  169. package/declarations/components/eui-header.d.ts +23 -0
  170. package/declarations/components/eui-header.d.ts.map +1 -0
  171. package/declarations/components/eui-health.d.ts +21 -0
  172. package/declarations/components/eui-health.d.ts.map +1 -0
  173. package/declarations/components/eui-hide-for.d.ts +21 -0
  174. package/declarations/components/eui-hide-for.d.ts.map +1 -0
  175. package/declarations/components/eui-horizontal-rule.d.ts +12 -0
  176. package/declarations/components/eui-horizontal-rule.d.ts.map +1 -0
  177. package/declarations/components/eui-i18n/render.d.ts +12 -0
  178. package/declarations/components/eui-i18n/render.d.ts.map +1 -0
  179. package/declarations/components/eui-i18n.d.ts +32 -0
  180. package/declarations/components/eui-i18n.d.ts.map +1 -0
  181. package/declarations/components/eui-icon-tip.d.ts +29 -0
  182. package/declarations/components/eui-icon-tip.d.ts.map +1 -0
  183. package/declarations/components/eui-icon.d.ts +80 -0
  184. package/declarations/components/eui-icon.d.ts.map +1 -0
  185. package/declarations/components/eui-image.d.ts +62 -0
  186. package/declarations/components/eui-image.d.ts.map +1 -0
  187. package/declarations/components/eui-inner-text.d.ts +21 -0
  188. package/declarations/components/eui-inner-text.d.ts.map +1 -0
  189. package/declarations/components/eui-input-popover.d.ts +44 -0
  190. package/declarations/components/eui-input-popover.d.ts.map +1 -0
  191. package/declarations/components/eui-key-pad-menu-item.d.ts +26 -0
  192. package/declarations/components/eui-key-pad-menu-item.d.ts.map +1 -0
  193. package/declarations/components/eui-key-pad-menu.d.ts +23 -0
  194. package/declarations/components/eui-key-pad-menu.d.ts.map +1 -0
  195. package/declarations/components/eui-link.d.ts +18 -0
  196. package/declarations/components/eui-link.d.ts.map +1 -0
  197. package/declarations/components/eui-list-group-item.d.ts +26 -0
  198. package/declarations/components/eui-list-group-item.d.ts.map +1 -0
  199. package/declarations/components/eui-list-group.d.ts +16 -0
  200. package/declarations/components/eui-list-group.d.ts.map +1 -0
  201. package/declarations/components/eui-loading-content.d.ts +14 -0
  202. package/declarations/components/eui-loading-content.d.ts.map +1 -0
  203. package/declarations/components/eui-loading-logo.d.ts +13 -0
  204. package/declarations/components/eui-loading-logo.d.ts.map +1 -0
  205. package/declarations/components/eui-loading-spinner.d.ts +11 -0
  206. package/declarations/components/eui-loading-spinner.d.ts.map +1 -0
  207. package/declarations/components/eui-markdown-editor-drop-zone.d.ts +17 -0
  208. package/declarations/components/eui-markdown-editor-drop-zone.d.ts.map +1 -0
  209. package/declarations/components/eui-markdown-editor-footer/icons/markdown-logo.d.ts +10 -0
  210. package/declarations/components/eui-markdown-editor-footer/icons/markdown-logo.d.ts.map +1 -0
  211. package/declarations/components/eui-markdown-editor-footer.d.ts +13 -0
  212. package/declarations/components/eui-markdown-editor-footer.d.ts.map +1 -0
  213. package/declarations/components/eui-markdown-editor-text-area.d.ts +14 -0
  214. package/declarations/components/eui-markdown-editor-text-area.d.ts.map +1 -0
  215. package/declarations/components/eui-markdown-editor-toolbar/icons/markdown-checkmark.d.ts +11 -0
  216. package/declarations/components/eui-markdown-editor-toolbar/icons/markdown-checkmark.d.ts.map +1 -0
  217. package/declarations/components/eui-markdown-editor-toolbar.d.ts +55 -0
  218. package/declarations/components/eui-markdown-editor-toolbar.d.ts.map +1 -0
  219. package/declarations/components/eui-markdown-editor.d.ts +95 -0
  220. package/declarations/components/eui-markdown-editor.d.ts.map +1 -0
  221. package/declarations/components/eui-markdown-format/markdown-checkbox.d.ts +24 -0
  222. package/declarations/components/eui-markdown-format/markdown-checkbox.d.ts.map +1 -0
  223. package/declarations/components/eui-markdown-format/markdown-code-block.d.ts +15 -0
  224. package/declarations/components/eui-markdown-format/markdown-code-block.d.ts.map +1 -0
  225. package/declarations/components/eui-markdown-format/markdown-code.d.ts +13 -0
  226. package/declarations/components/eui-markdown-format/markdown-code.d.ts.map +1 -0
  227. package/declarations/components/eui-markdown-format/markdown-tooltip.d.ts +15 -0
  228. package/declarations/components/eui-markdown-format/markdown-tooltip.d.ts.map +1 -0
  229. package/declarations/components/eui-markdown-format.d.ts +23 -0
  230. package/declarations/components/eui-markdown-format.d.ts.map +1 -0
  231. package/declarations/components/eui-modal-body.d.ts +10 -0
  232. package/declarations/components/eui-modal-body.d.ts.map +1 -0
  233. package/declarations/components/eui-modal-footer.d.ts +10 -0
  234. package/declarations/components/eui-modal-footer.d.ts.map +1 -0
  235. package/declarations/components/eui-modal-header-title.d.ts +10 -0
  236. package/declarations/components/eui-modal-header-title.d.ts.map +1 -0
  237. package/declarations/components/eui-modal-header.d.ts +10 -0
  238. package/declarations/components/eui-modal-header.d.ts.map +1 -0
  239. package/declarations/components/eui-modal.d.ts +27 -0
  240. package/declarations/components/eui-modal.d.ts.map +1 -0
  241. package/declarations/components/eui-notification-badge.d.ts +15 -0
  242. package/declarations/components/eui-notification-badge.d.ts.map +1 -0
  243. package/declarations/components/eui-notification-event-messages.d.ts +13 -0
  244. package/declarations/components/eui-notification-event-messages.d.ts.map +1 -0
  245. package/declarations/components/eui-notification-event-meta.d.ts +24 -0
  246. package/declarations/components/eui-notification-event-meta.d.ts.map +1 -0
  247. package/declarations/components/eui-notification-event-read-button.d.ts +13 -0
  248. package/declarations/components/eui-notification-event-read-button.d.ts.map +1 -0
  249. package/declarations/components/eui-notification-event-read-icon.d.ts +14 -0
  250. package/declarations/components/eui-notification-event-read-icon.d.ts.map +1 -0
  251. package/declarations/components/eui-notification-event.d.ts +40 -0
  252. package/declarations/components/eui-notification-event.d.ts.map +1 -0
  253. package/declarations/components/eui-overlay-mask.d.ts +20 -0
  254. package/declarations/components/eui-overlay-mask.d.ts.map +1 -0
  255. package/declarations/components/eui-page-body.d.ts +22 -0
  256. package/declarations/components/eui-page-body.d.ts.map +1 -0
  257. package/declarations/components/eui-page-content-body.d.ts +18 -0
  258. package/declarations/components/eui-page-content-body.d.ts.map +1 -0
  259. package/declarations/components/eui-page-content-header-section.d.ts +10 -0
  260. package/declarations/components/eui-page-content-header-section.d.ts.map +1 -0
  261. package/declarations/components/eui-page-content-header.d.ts +13 -0
  262. package/declarations/components/eui-page-content-header.d.ts.map +1 -0
  263. package/declarations/components/eui-page-content.d.ts +22 -0
  264. package/declarations/components/eui-page-content.d.ts.map +1 -0
  265. package/declarations/components/eui-page-header-content.d.ts +98 -0
  266. package/declarations/components/eui-page-header-content.d.ts.map +1 -0
  267. package/declarations/components/eui-page-header-section.d.ts +10 -0
  268. package/declarations/components/eui-page-header-section.d.ts.map +1 -0
  269. package/declarations/components/eui-page-header.d.ts +89 -0
  270. package/declarations/components/eui-page-header.d.ts.map +1 -0
  271. package/declarations/components/eui-page-side-bar.d.ts +15 -0
  272. package/declarations/components/eui-page-side-bar.d.ts.map +1 -0
  273. package/declarations/components/eui-page-template.d.ts +77 -0
  274. package/declarations/components/eui-page-template.d.ts.map +1 -0
  275. package/declarations/components/eui-page.d.ts +17 -0
  276. package/declarations/components/eui-page.d.ts.map +1 -0
  277. package/declarations/components/eui-pagination/button-wrapper.d.ts +16 -0
  278. package/declarations/components/eui-pagination/button-wrapper.d.ts.map +1 -0
  279. package/declarations/components/eui-pagination/next-button.d.ts +19 -0
  280. package/declarations/components/eui-pagination/next-button.d.ts.map +1 -0
  281. package/declarations/components/eui-pagination/previous-button.d.ts +18 -0
  282. package/declarations/components/eui-pagination/previous-button.d.ts.map +1 -0
  283. package/declarations/components/eui-pagination-button.d.ts +20 -0
  284. package/declarations/components/eui-pagination-button.d.ts.map +1 -0
  285. package/declarations/components/eui-pagination.d.ts +79 -0
  286. package/declarations/components/eui-pagination.d.ts.map +1 -0
  287. package/declarations/components/eui-panel.d.ts +45 -0
  288. package/declarations/components/eui-panel.d.ts.map +1 -0
  289. package/declarations/components/eui-popover-footer.d.ts +14 -0
  290. package/declarations/components/eui-popover-footer.d.ts.map +1 -0
  291. package/declarations/components/eui-popover-title.d.ts +14 -0
  292. package/declarations/components/eui-popover-title.d.ts.map +1 -0
  293. package/declarations/components/eui-popover.d.ts +207 -0
  294. package/declarations/components/eui-popover.d.ts.map +1 -0
  295. package/declarations/components/eui-portal.d.ts +28 -0
  296. package/declarations/components/eui-portal.d.ts.map +1 -0
  297. package/declarations/components/eui-progress.d.ts +22 -0
  298. package/declarations/components/eui-progress.d.ts.map +1 -0
  299. package/declarations/components/eui-radio-group.d.ts +25 -0
  300. package/declarations/components/eui-radio-group.d.ts.map +1 -0
  301. package/declarations/components/eui-radio.d.ts +24 -0
  302. package/declarations/components/eui-radio.d.ts.map +1 -0
  303. package/declarations/components/eui-range-highlight.d.ts +16 -0
  304. package/declarations/components/eui-range-highlight.d.ts.map +1 -0
  305. package/declarations/components/eui-range-input.d.ts +25 -0
  306. package/declarations/components/eui-range-input.d.ts.map +1 -0
  307. package/declarations/components/eui-range-label.d.ts +13 -0
  308. package/declarations/components/eui-range-label.d.ts.map +1 -0
  309. package/declarations/components/eui-range-levels.d.ts +27 -0
  310. package/declarations/components/eui-range-levels.d.ts.map +1 -0
  311. package/declarations/components/eui-range-slider.d.ts +25 -0
  312. package/declarations/components/eui-range-slider.d.ts.map +1 -0
  313. package/declarations/components/eui-range-thumb.d.ts +15 -0
  314. package/declarations/components/eui-range-thumb.d.ts.map +1 -0
  315. package/declarations/components/eui-range-ticks.d.ts +29 -0
  316. package/declarations/components/eui-range-ticks.d.ts.map +1 -0
  317. package/declarations/components/eui-range-tooltip.d.ts +33 -0
  318. package/declarations/components/eui-range-tooltip.d.ts.map +1 -0
  319. package/declarations/components/eui-range-track.d.ts +43 -0
  320. package/declarations/components/eui-range-track.d.ts.map +1 -0
  321. package/declarations/components/eui-range-wrapper.d.ts +14 -0
  322. package/declarations/components/eui-range-wrapper.d.ts.map +1 -0
  323. package/declarations/components/eui-range.d.ts +112 -0
  324. package/declarations/components/eui-range.d.ts.map +1 -0
  325. package/declarations/components/eui-select.d.ts +31 -0
  326. package/declarations/components/eui-select.d.ts.map +1 -0
  327. package/declarations/components/eui-selectable-list-item.d.ts +15 -0
  328. package/declarations/components/eui-selectable-list-item.d.ts.map +1 -0
  329. package/declarations/components/eui-show-for.d.ts +30 -0
  330. package/declarations/components/eui-show-for.d.ts.map +1 -0
  331. package/declarations/components/eui-side-nav-item/button.d.ts +16 -0
  332. package/declarations/components/eui-side-nav-item/button.d.ts.map +1 -0
  333. package/declarations/components/eui-side-nav-item.d.ts +32 -0
  334. package/declarations/components/eui-side-nav-item.d.ts.map +1 -0
  335. package/declarations/components/eui-side-nav.d.ts +48 -0
  336. package/declarations/components/eui-side-nav.d.ts.map +1 -0
  337. package/declarations/components/eui-spacer.d.ts +11 -0
  338. package/declarations/components/eui-spacer.d.ts.map +1 -0
  339. package/declarations/components/eui-split-panel/inner.d.ts +18 -0
  340. package/declarations/components/eui-split-panel/inner.d.ts.map +1 -0
  341. package/declarations/components/eui-split-panel/outer.d.ts +22 -0
  342. package/declarations/components/eui-split-panel/outer.d.ts.map +1 -0
  343. package/declarations/components/eui-stat/description.d.ts +15 -0
  344. package/declarations/components/eui-stat/description.d.ts.map +1 -0
  345. package/declarations/components/eui-stat/title.d.ts +17 -0
  346. package/declarations/components/eui-stat/title.d.ts.map +1 -0
  347. package/declarations/components/eui-stat.d.ts +28 -0
  348. package/declarations/components/eui-stat.d.ts.map +1 -0
  349. package/declarations/components/eui-step-horizontal.d.ts +38 -0
  350. package/declarations/components/eui-step-horizontal.d.ts.map +1 -0
  351. package/declarations/components/eui-step-number.d.ts +31 -0
  352. package/declarations/components/eui-step-number.d.ts.map +1 -0
  353. package/declarations/components/eui-step.d.ts +18 -0
  354. package/declarations/components/eui-step.d.ts.map +1 -0
  355. package/declarations/components/eui-steps-horizontal.d.ts +10 -0
  356. package/declarations/components/eui-steps-horizontal.d.ts.map +1 -0
  357. package/declarations/components/eui-steps.d.ts +13 -0
  358. package/declarations/components/eui-steps.d.ts.map +1 -0
  359. package/declarations/components/eui-sub-steps.d.ts +10 -0
  360. package/declarations/components/eui-sub-steps.d.ts.map +1 -0
  361. package/declarations/components/eui-super-date-picker/date-popover/absolute-tab.d.ts +27 -0
  362. package/declarations/components/eui-super-date-picker/date-popover/absolute-tab.d.ts.map +1 -0
  363. package/declarations/components/eui-super-date-picker/date-popover/datetime-picker.d.ts +65 -0
  364. package/declarations/components/eui-super-date-picker/date-popover/datetime-picker.d.ts.map +1 -0
  365. package/declarations/components/eui-super-date-picker/date-popover/eui-date-popover-button.d.ts +32 -0
  366. package/declarations/components/eui-super-date-picker/date-popover/eui-date-popover-button.d.ts.map +1 -0
  367. package/declarations/components/eui-super-date-picker/date-popover/eui-date-popover-content.d.ts +48 -0
  368. package/declarations/components/eui-super-date-picker/date-popover/eui-date-popover-content.d.ts.map +1 -0
  369. package/declarations/components/eui-super-date-picker/date-popover/now-tab.d.ts +10 -0
  370. package/declarations/components/eui-super-date-picker/date-popover/now-tab.d.ts.map +1 -0
  371. package/declarations/components/eui-super-date-picker/date-popover/relative-tab.d.ts +31 -0
  372. package/declarations/components/eui-super-date-picker/date-popover/relative-tab.d.ts.map +1 -0
  373. package/declarations/components/eui-super-date-picker/eui-date-picker-range.d.ts +18 -0
  374. package/declarations/components/eui-super-date-picker/eui-date-picker-range.d.ts.map +1 -0
  375. package/declarations/components/eui-super-date-picker/eui-quick-select-popover/eui-commonly-used-time-ranges.d.ts +14 -0
  376. package/declarations/components/eui-super-date-picker/eui-quick-select-popover/eui-commonly-used-time-ranges.d.ts.map +1 -0
  377. package/declarations/components/eui-super-date-picker/eui-quick-select-popover/eui-quick-select.d.ts +37 -0
  378. package/declarations/components/eui-super-date-picker/eui-quick-select-popover/eui-quick-select.d.ts.map +1 -0
  379. package/declarations/components/eui-super-date-picker/eui-quick-select-popover/eui-recently-used.d.ts +14 -0
  380. package/declarations/components/eui-super-date-picker/eui-quick-select-popover/eui-recently-used.d.ts.map +1 -0
  381. package/declarations/components/eui-super-date-picker/eui-quick-select-popover.d.ts +30 -0
  382. package/declarations/components/eui-super-date-picker/eui-quick-select-popover.d.ts.map +1 -0
  383. package/declarations/components/eui-super-date-picker/eui-super-update-button.d.ts +20 -0
  384. package/declarations/components/eui-super-date-picker/eui-super-update-button.d.ts.map +1 -0
  385. package/declarations/components/eui-super-date-picker/utils/date-utils.d.ts +15 -0
  386. package/declarations/components/eui-super-date-picker/utils/date-utils.d.ts.map +1 -0
  387. package/declarations/components/eui-super-date-picker/utils/index.d.ts +31 -0
  388. package/declarations/components/eui-super-date-picker/utils/index.d.ts.map +1 -0
  389. package/declarations/components/eui-super-date-picker/utils/pretty-duration.d.ts +25 -0
  390. package/declarations/components/eui-super-date-picker/utils/pretty-duration.d.ts.map +1 -0
  391. package/declarations/components/eui-super-date-picker/utils/quick-select.d.ts +14 -0
  392. package/declarations/components/eui-super-date-picker/utils/quick-select.d.ts.map +1 -0
  393. package/declarations/components/eui-super-date-picker/utils/time-options.d.ts +20 -0
  394. package/declarations/components/eui-super-date-picker/utils/time-options.d.ts.map +1 -0
  395. package/declarations/components/eui-super-date-picker.d.ts +93 -0
  396. package/declarations/components/eui-super-date-picker.d.ts.map +1 -0
  397. package/declarations/components/eui-switch.d.ts +30 -0
  398. package/declarations/components/eui-switch.d.ts.map +1 -0
  399. package/declarations/components/eui-tab.d.ts +21 -0
  400. package/declarations/components/eui-tab.d.ts.map +1 -0
  401. package/declarations/components/eui-tabbed-content.d.ts +65 -0
  402. package/declarations/components/eui-tabbed-content.d.ts.map +1 -0
  403. package/declarations/components/eui-tabs.d.ts +18 -0
  404. package/declarations/components/eui-tabs.d.ts.map +1 -0
  405. package/declarations/components/eui-text-align.d.ts +13 -0
  406. package/declarations/components/eui-text-align.d.ts.map +1 -0
  407. package/declarations/components/eui-text-area.d.ts +22 -0
  408. package/declarations/components/eui-text-area.d.ts.map +1 -0
  409. package/declarations/components/eui-text-color.d.ts +14 -0
  410. package/declarations/components/eui-text-color.d.ts.map +1 -0
  411. package/declarations/components/eui-text.d.ts +19 -0
  412. package/declarations/components/eui-text.d.ts.map +1 -0
  413. package/declarations/components/eui-title.d.ts +17 -0
  414. package/declarations/components/eui-title.d.ts.map +1 -0
  415. package/declarations/components/eui-toast.d.ts +35 -0
  416. package/declarations/components/eui-toast.d.ts.map +1 -0
  417. package/declarations/components/eui-tool-tip-popover.d.ts +26 -0
  418. package/declarations/components/eui-tool-tip-popover.d.ts.map +1 -0
  419. package/declarations/components/eui-tool-tip.d.ts +108 -0
  420. package/declarations/components/eui-tool-tip.d.ts.map +1 -0
  421. package/declarations/components/text-block.d.ts +13 -0
  422. package/declarations/components/text-block.d.ts.map +1 -0
  423. package/declarations/components.d.ts +150 -0
  424. package/declarations/components.d.ts.map +1 -0
  425. package/declarations/helpers/arg-or-default.d.ts +21 -0
  426. package/declarations/helpers/arg-or-default.d.ts.map +1 -0
  427. package/declarations/helpers/cast-to.d.ts +14 -0
  428. package/declarations/helpers/cast-to.d.ts.map +1 -0
  429. package/declarations/helpers/class-names.d.ts +47 -0
  430. package/declarations/helpers/class-names.d.ts.map +1 -0
  431. package/declarations/helpers/eui-page-restrict-width.d.ts +30 -0
  432. package/declarations/helpers/eui-page-restrict-width.d.ts.map +1 -0
  433. package/declarations/helpers/eui-palette.d.ts +25 -0
  434. package/declarations/helpers/eui-palette.d.ts.map +1 -0
  435. package/declarations/helpers/get-eui-config.d.ts +14 -0
  436. package/declarations/helpers/get-eui-config.d.ts.map +1 -0
  437. package/declarations/helpers/get-range-tick.d.ts +21 -0
  438. package/declarations/helpers/get-range-tick.d.ts.map +1 -0
  439. package/declarations/helpers/hex-to-rgb.d.ts +10 -0
  440. package/declarations/helpers/hex-to-rgb.d.ts.map +1 -0
  441. package/declarations/helpers/inline-styles.d.ts +19 -0
  442. package/declarations/helpers/inline-styles.d.ts.map +1 -0
  443. package/declarations/helpers/is-color-dark.d.ts +10 -0
  444. package/declarations/helpers/is-color-dark.d.ts.map +1 -0
  445. package/declarations/helpers/is-item-open.d.ts +16 -0
  446. package/declarations/helpers/is-item-open.d.ts.map +1 -0
  447. package/declarations/helpers/is-valid-hex.d.ts +10 -0
  448. package/declarations/helpers/is-valid-hex.d.ts.map +1 -0
  449. package/declarations/helpers/is-within-number.d.ts +15 -0
  450. package/declarations/helpers/is-within-number.d.ts.map +1 -0
  451. package/declarations/helpers/merge.d.ts +9 -0
  452. package/declarations/helpers/merge.d.ts.map +1 -0
  453. package/declarations/helpers/nullish.d.ts +10 -0
  454. package/declarations/helpers/nullish.d.ts.map +1 -0
  455. package/declarations/helpers/starts-with.d.ts +10 -0
  456. package/declarations/helpers/starts-with.d.ts.map +1 -0
  457. package/declarations/helpers/to-initials.d.ts +11 -0
  458. package/declarations/helpers/to-initials.d.ts.map +1 -0
  459. package/declarations/helpers/type-of.d.ts +10 -0
  460. package/declarations/helpers/type-of.d.ts.map +1 -0
  461. package/declarations/helpers/use-state.d.ts +21 -0
  462. package/declarations/helpers/use-state.d.ts.map +1 -0
  463. package/declarations/helpers.d.ts +9 -0
  464. package/declarations/helpers.d.ts.map +1 -0
  465. package/declarations/i18n/util.d.ts +12 -0
  466. package/declarations/i18n/util.d.ts.map +1 -0
  467. package/declarations/modifiers/mutation-observer.d.ts +12 -0
  468. package/declarations/modifiers/mutation-observer.d.ts.map +1 -0
  469. package/declarations/modifiers/open-collapsible-nav.d.ts +9 -0
  470. package/declarations/modifiers/open-collapsible-nav.d.ts.map +1 -0
  471. package/declarations/modifiers/outside-click-detector.d.ts +38 -0
  472. package/declarations/modifiers/outside-click-detector.d.ts.map +1 -0
  473. package/declarations/modifiers/resize-observer.d.ts +36 -0
  474. package/declarations/modifiers/resize-observer.d.ts.map +1 -0
  475. package/declarations/modifiers/screen-reader-only.d.ts +9 -0
  476. package/declarations/modifiers/screen-reader-only.d.ts.map +1 -0
  477. package/declarations/modifiers/simple-style.d.ts +12 -0
  478. package/declarations/modifiers/simple-style.d.ts.map +1 -0
  479. package/declarations/modifiers/use-is-within-breakpoints.d.ts +15 -0
  480. package/declarations/modifiers/use-is-within-breakpoints.d.ts.map +1 -0
  481. package/declarations/modifiers/validatable-control.d.ts +9 -0
  482. package/declarations/modifiers/validatable-control.d.ts.map +1 -0
  483. package/declarations/modifiers.d.ts +8 -0
  484. package/declarations/modifiers.d.ts.map +1 -0
  485. package/declarations/services/eui-config.d.ts +15 -0
  486. package/declarations/services/eui-config.d.ts.map +1 -0
  487. package/declarations/services/eui-i18n.d.ts +24 -0
  488. package/declarations/services/eui-i18n.d.ts.map +1 -0
  489. package/declarations/services/eui-toaster.d.ts +15 -0
  490. package/declarations/services/eui-toaster.d.ts.map +1 -0
  491. package/declarations/template-registry.d.ts +476 -0
  492. package/declarations/template-registry.d.ts.map +1 -0
  493. package/declarations/utils/accesibility/accessible-click-keys.d.ts +5 -0
  494. package/declarations/utils/accesibility/accessible-click-keys.d.ts.map +1 -0
  495. package/declarations/utils/accesibility/cascading-menu-keys.d.ts +9 -0
  496. package/declarations/utils/accesibility/cascading-menu-keys.d.ts.map +1 -0
  497. package/declarations/utils/accesibility/combo-box-keys.d.ts +8 -0
  498. package/declarations/utils/accesibility/combo-box-keys.d.ts.map +1 -0
  499. package/declarations/utils/accesibility/index.d.ts +4 -0
  500. package/declarations/utils/accesibility/index.d.ts.map +1 -0
  501. package/declarations/utils/breakpoint.d.ts +50 -0
  502. package/declarations/utils/breakpoint.d.ts.map +1 -0
  503. package/declarations/utils/browser/browser.d.ts +6 -0
  504. package/declarations/utils/browser/browser.d.ts.map +1 -0
  505. package/declarations/utils/browser/index.d.ts +2 -0
  506. package/declarations/utils/browser/index.d.ts.map +1 -0
  507. package/declarations/utils/code/utils.d.ts +32 -0
  508. package/declarations/utils/code/utils.d.ts.map +1 -0
  509. package/declarations/utils/color/color_palette.d.ts +24 -0
  510. package/declarations/utils/color/color_palette.d.ts.map +1 -0
  511. package/declarations/utils/color/eui_palettes.d.ts +37 -0
  512. package/declarations/utils/color/eui_palettes.d.ts.map +1 -0
  513. package/declarations/utils/color/index.d.ts +6 -0
  514. package/declarations/utils/color/index.d.ts.map +1 -0
  515. package/declarations/utils/copy-to-clipboard.d.ts +2 -0
  516. package/declarations/utils/copy-to-clipboard.d.ts.map +1 -0
  517. package/declarations/utils/css-mappings/eui-accordion.d.ts +12 -0
  518. package/declarations/utils/css-mappings/eui-accordion.d.ts.map +1 -0
  519. package/declarations/utils/css-mappings/eui-avatar.d.ts +23 -0
  520. package/declarations/utils/css-mappings/eui-avatar.d.ts.map +1 -0
  521. package/declarations/utils/css-mappings/eui-badge-group.d.ts +8 -0
  522. package/declarations/utils/css-mappings/eui-badge-group.d.ts.map +1 -0
  523. package/declarations/utils/css-mappings/eui-badge.d.ts +31 -0
  524. package/declarations/utils/css-mappings/eui-badge.d.ts.map +1 -0
  525. package/declarations/utils/css-mappings/eui-beta-badge.d.ts +13 -0
  526. package/declarations/utils/css-mappings/eui-beta-badge.d.ts.map +1 -0
  527. package/declarations/utils/css-mappings/eui-bottom-bar.d.ts +4 -0
  528. package/declarations/utils/css-mappings/eui-bottom-bar.d.ts.map +1 -0
  529. package/declarations/utils/css-mappings/eui-button-empty.d.ts +22 -0
  530. package/declarations/utils/css-mappings/eui-button-empty.d.ts.map +1 -0
  531. package/declarations/utils/css-mappings/eui-button-group-button.d.ts +4 -0
  532. package/declarations/utils/css-mappings/eui-button-group-button.d.ts.map +1 -0
  533. package/declarations/utils/css-mappings/eui-button-group.d.ts +4 -0
  534. package/declarations/utils/css-mappings/eui-button-group.d.ts.map +1 -0
  535. package/declarations/utils/css-mappings/eui-button-icon.d.ts +23 -0
  536. package/declarations/utils/css-mappings/eui-button-icon.d.ts.map +1 -0
  537. package/declarations/utils/css-mappings/eui-button.d.ts +13 -0
  538. package/declarations/utils/css-mappings/eui-button.d.ts.map +1 -0
  539. package/declarations/utils/css-mappings/eui-call-out.d.ts +13 -0
  540. package/declarations/utils/css-mappings/eui-call-out.d.ts.map +1 -0
  541. package/declarations/utils/css-mappings/eui-card-select.d.ts +4 -0
  542. package/declarations/utils/css-mappings/eui-card-select.d.ts.map +1 -0
  543. package/declarations/utils/css-mappings/eui-card.d.ts +9 -0
  544. package/declarations/utils/css-mappings/eui-card.d.ts.map +1 -0
  545. package/declarations/utils/css-mappings/eui-code-block.d.ts +15 -0
  546. package/declarations/utils/css-mappings/eui-code-block.d.ts.map +1 -0
  547. package/declarations/utils/css-mappings/eui-collapsible-nav-group.d.ts +9 -0
  548. package/declarations/utils/css-mappings/eui-collapsible-nav-group.d.ts.map +1 -0
  549. package/declarations/utils/css-mappings/eui-comment-event.d.ts +4 -0
  550. package/declarations/utils/css-mappings/eui-comment-event.d.ts.map +1 -0
  551. package/declarations/utils/css-mappings/eui-comment-timeline-icon.d.ts +7 -0
  552. package/declarations/utils/css-mappings/eui-comment-timeline-icon.d.ts.map +1 -0
  553. package/declarations/utils/css-mappings/eui-context-menu-item.d.ts +15 -0
  554. package/declarations/utils/css-mappings/eui-context-menu-item.d.ts.map +1 -0
  555. package/declarations/utils/css-mappings/eui-described-form-group.d.ts +12 -0
  556. package/declarations/utils/css-mappings/eui-described-form-group.d.ts.map +1 -0
  557. package/declarations/utils/css-mappings/eui-description-list.d.ts +18 -0
  558. package/declarations/utils/css-mappings/eui-description-list.d.ts.map +1 -0
  559. package/declarations/utils/css-mappings/eui-empty-prompt.d.ts +10 -0
  560. package/declarations/utils/css-mappings/eui-empty-prompt.d.ts.map +1 -0
  561. package/declarations/utils/css-mappings/eui-file-picker.d.ts +8 -0
  562. package/declarations/utils/css-mappings/eui-file-picker.d.ts.map +1 -0
  563. package/declarations/utils/css-mappings/eui-flex-grid.d.ts +22 -0
  564. package/declarations/utils/css-mappings/eui-flex-grid.d.ts.map +1 -0
  565. package/declarations/utils/css-mappings/eui-flex-group.d.ts +33 -0
  566. package/declarations/utils/css-mappings/eui-flex-group.d.ts.map +1 -0
  567. package/declarations/utils/css-mappings/eui-flex-item.d.ts +17 -0
  568. package/declarations/utils/css-mappings/eui-flex-item.d.ts.map +1 -0
  569. package/declarations/utils/css-mappings/eui-flyout.d.ts +23 -0
  570. package/declarations/utils/css-mappings/eui-flyout.d.ts.map +1 -0
  571. package/declarations/utils/css-mappings/eui-form-control-layout-clear-button.d.ts +8 -0
  572. package/declarations/utils/css-mappings/eui-form-control-layout-clear-button.d.ts.map +1 -0
  573. package/declarations/utils/css-mappings/eui-form-row.d.ts +12 -0
  574. package/declarations/utils/css-mappings/eui-form-row.d.ts.map +1 -0
  575. package/declarations/utils/css-mappings/eui-global-toast-list.d.ts +8 -0
  576. package/declarations/utils/css-mappings/eui-global-toast-list.d.ts.map +1 -0
  577. package/declarations/utils/css-mappings/eui-header-links.d.ts +18 -0
  578. package/declarations/utils/css-mappings/eui-header-links.d.ts.map +1 -0
  579. package/declarations/utils/css-mappings/eui-header-section-item.d.ts +9 -0
  580. package/declarations/utils/css-mappings/eui-header-section-item.d.ts.map +1 -0
  581. package/declarations/utils/css-mappings/eui-header-section.d.ts +12 -0
  582. package/declarations/utils/css-mappings/eui-header-section.d.ts.map +1 -0
  583. package/declarations/utils/css-mappings/eui-header.d.ts +12 -0
  584. package/declarations/utils/css-mappings/eui-header.d.ts.map +1 -0
  585. package/declarations/utils/css-mappings/eui-health.d.ts +10 -0
  586. package/declarations/utils/css-mappings/eui-health.d.ts.map +1 -0
  587. package/declarations/utils/css-mappings/eui-horizontal-rule.d.ts +18 -0
  588. package/declarations/utils/css-mappings/eui-horizontal-rule.d.ts.map +1 -0
  589. package/declarations/utils/css-mappings/eui-icon.d.ts +494 -0
  590. package/declarations/utils/css-mappings/eui-icon.d.ts.map +1 -0
  591. package/declarations/utils/css-mappings/eui-image.d.ts +22 -0
  592. package/declarations/utils/css-mappings/eui-image.d.ts.map +1 -0
  593. package/declarations/utils/css-mappings/eui-link.d.ts +14 -0
  594. package/declarations/utils/css-mappings/eui-link.d.ts.map +1 -0
  595. package/declarations/utils/css-mappings/eui-list-group-item.d.ts +17 -0
  596. package/declarations/utils/css-mappings/eui-list-group-item.d.ts.map +1 -0
  597. package/declarations/utils/css-mappings/eui-list-group.d.ts +12 -0
  598. package/declarations/utils/css-mappings/eui-list-group.d.ts.map +1 -0
  599. package/declarations/utils/css-mappings/eui-loading-spinner.d.ts +10 -0
  600. package/declarations/utils/css-mappings/eui-loading-spinner.d.ts.map +1 -0
  601. package/declarations/utils/css-mappings/eui-modal.d.ts +7 -0
  602. package/declarations/utils/css-mappings/eui-modal.d.ts.map +1 -0
  603. package/declarations/utils/css-mappings/eui-notification-badge.d.ts +11 -0
  604. package/declarations/utils/css-mappings/eui-notification-badge.d.ts.map +1 -0
  605. package/declarations/utils/css-mappings/eui-page-body.d.ts +16 -0
  606. package/declarations/utils/css-mappings/eui-page-body.d.ts.map +1 -0
  607. package/declarations/utils/css-mappings/eui-page-content-body.d.ts +10 -0
  608. package/declarations/utils/css-mappings/eui-page-content-body.d.ts.map +1 -0
  609. package/declarations/utils/css-mappings/eui-page-content.d.ts +10 -0
  610. package/declarations/utils/css-mappings/eui-page-content.d.ts.map +1 -0
  611. package/declarations/utils/css-mappings/eui-page-header.d.ts +10 -0
  612. package/declarations/utils/css-mappings/eui-page-header.d.ts.map +1 -0
  613. package/declarations/utils/css-mappings/eui-page-side-bar.d.ts +10 -0
  614. package/declarations/utils/css-mappings/eui-page-side-bar.d.ts.map +1 -0
  615. package/declarations/utils/css-mappings/eui-page.d.ts +24 -0
  616. package/declarations/utils/css-mappings/eui-page.d.ts.map +1 -0
  617. package/declarations/utils/css-mappings/eui-panel.d.ts +24 -0
  618. package/declarations/utils/css-mappings/eui-panel.d.ts.map +1 -0
  619. package/declarations/utils/css-mappings/eui-popover-footer.d.ts +10 -0
  620. package/declarations/utils/css-mappings/eui-popover-footer.d.ts.map +1 -0
  621. package/declarations/utils/css-mappings/eui-popover-title.d.ts +10 -0
  622. package/declarations/utils/css-mappings/eui-popover-title.d.ts.map +1 -0
  623. package/declarations/utils/css-mappings/eui-popover.d.ts +22 -0
  624. package/declarations/utils/css-mappings/eui-popover.d.ts.map +1 -0
  625. package/declarations/utils/css-mappings/eui-progress-data.d.ts +3 -0
  626. package/declarations/utils/css-mappings/eui-progress-data.d.ts.map +1 -0
  627. package/declarations/utils/css-mappings/eui-progress.d.ts +50 -0
  628. package/declarations/utils/css-mappings/eui-progress.d.ts.map +1 -0
  629. package/declarations/utils/css-mappings/eui-range-highlight.d.ts +11 -0
  630. package/declarations/utils/css-mappings/eui-range-highlight.d.ts.map +1 -0
  631. package/declarations/utils/css-mappings/eui-range-input.d.ts +8 -0
  632. package/declarations/utils/css-mappings/eui-range-input.d.ts.map +1 -0
  633. package/declarations/utils/css-mappings/eui-range-levels.d.ts +13 -0
  634. package/declarations/utils/css-mappings/eui-range-levels.d.ts.map +1 -0
  635. package/declarations/utils/css-mappings/eui-selectable-list-item.d.ts +7 -0
  636. package/declarations/utils/css-mappings/eui-selectable-list-item.d.ts.map +1 -0
  637. package/declarations/utils/css-mappings/eui-spacer.d.ts +12 -0
  638. package/declarations/utils/css-mappings/eui-spacer.d.ts.map +1 -0
  639. package/declarations/utils/css-mappings/eui-stat.d.ts +17 -0
  640. package/declarations/utils/css-mappings/eui-stat.d.ts.map +1 -0
  641. package/declarations/utils/css-mappings/eui-step-number.d.ts +11 -0
  642. package/declarations/utils/css-mappings/eui-step-number.d.ts.map +1 -0
  643. package/declarations/utils/css-mappings/eui-tabs.d.ts +14 -0
  644. package/declarations/utils/css-mappings/eui-tabs.d.ts.map +1 -0
  645. package/declarations/utils/css-mappings/eui-text-align.d.ts +9 -0
  646. package/declarations/utils/css-mappings/eui-text-align.d.ts.map +1 -0
  647. package/declarations/utils/css-mappings/eui-text-area.d.ts +10 -0
  648. package/declarations/utils/css-mappings/eui-text-area.d.ts.map +1 -0
  649. package/declarations/utils/css-mappings/eui-text-color.d.ts +14 -0
  650. package/declarations/utils/css-mappings/eui-text-color.d.ts.map +1 -0
  651. package/declarations/utils/css-mappings/eui-text.d.ts +9 -0
  652. package/declarations/utils/css-mappings/eui-text.d.ts.map +1 -0
  653. package/declarations/utils/css-mappings/eui-title.d.ts +15 -0
  654. package/declarations/utils/css-mappings/eui-title.d.ts.map +1 -0
  655. package/declarations/utils/css-mappings/eui-toast.d.ts +11 -0
  656. package/declarations/utils/css-mappings/eui-toast.d.ts.map +1 -0
  657. package/declarations/utils/css-mappings/eui-tool-tip.d.ts +10 -0
  658. package/declarations/utils/css-mappings/eui-tool-tip.d.ts.map +1 -0
  659. package/declarations/utils/css-mappings/index.d.ts +3 -0
  660. package/declarations/utils/css-mappings/index.d.ts.map +1 -0
  661. package/declarations/utils/detect-element-resize.d.ts +17 -0
  662. package/declarations/utils/detect-element-resize.d.ts.map +1 -0
  663. package/declarations/utils/index.d.ts +3 -0
  664. package/declarations/utils/index.d.ts.map +1 -0
  665. package/declarations/utils/keys.d.ts +31 -0
  666. package/declarations/utils/keys.d.ts.map +1 -0
  667. package/declarations/utils/markdown/markdown-actions.d.ts +45 -0
  668. package/declarations/utils/markdown/markdown-actions.d.ts.map +1 -0
  669. package/declarations/utils/markdown/markdown-modes.d.ts +4 -0
  670. package/declarations/utils/markdown/markdown-modes.d.ts.map +1 -0
  671. package/declarations/utils/markdown/markdown-types.d.ts +100 -0
  672. package/declarations/utils/markdown/markdown-types.d.ts.map +1 -0
  673. package/declarations/utils/markdown/plugins/markdown-add-components/index.d.ts +3 -0
  674. package/declarations/utils/markdown/plugins/markdown-add-components/index.d.ts.map +1 -0
  675. package/declarations/utils/markdown/plugins/markdown-add-components/processor.d.ts +6 -0
  676. package/declarations/utils/markdown/plugins/markdown-add-components/processor.d.ts.map +1 -0
  677. package/declarations/utils/markdown/plugins/markdown-checkbox/index.d.ts +2 -0
  678. package/declarations/utils/markdown/plugins/markdown-checkbox/index.d.ts.map +1 -0
  679. package/declarations/utils/markdown/plugins/markdown-checkbox/parser.d.ts +3 -0
  680. package/declarations/utils/markdown/plugins/markdown-checkbox/parser.d.ts.map +1 -0
  681. package/declarations/utils/markdown/plugins/markdown-default-plugins/index.d.ts +5 -0
  682. package/declarations/utils/markdown/plugins/markdown-default-plugins/index.d.ts.map +1 -0
  683. package/declarations/utils/markdown/plugins/markdown-default-plugins/parsing-plugins.d.ts +7 -0
  684. package/declarations/utils/markdown/plugins/markdown-default-plugins/parsing-plugins.d.ts.map +1 -0
  685. package/declarations/utils/markdown/plugins/markdown-default-plugins/plugins.d.ts +11 -0
  686. package/declarations/utils/markdown/plugins/markdown-default-plugins/plugins.d.ts.map +1 -0
  687. package/declarations/utils/markdown/plugins/markdown-default-plugins/processing-plugins.d.ts +21 -0
  688. package/declarations/utils/markdown/plugins/markdown-default-plugins/processing-plugins.d.ts.map +1 -0
  689. package/declarations/utils/markdown/plugins/markdown-default-plugins/ui-plugins.d.ts +7 -0
  690. package/declarations/utils/markdown/plugins/markdown-default-plugins/ui-plugins.d.ts.map +1 -0
  691. package/declarations/utils/markdown/plugins/markdown-tooltip/index.d.ts +3 -0
  692. package/declarations/utils/markdown/plugins/markdown-tooltip/index.d.ts.map +1 -0
  693. package/declarations/utils/markdown/plugins/markdown-tooltip/parser.d.ts +3 -0
  694. package/declarations/utils/markdown/plugins/markdown-tooltip/parser.d.ts.map +1 -0
  695. package/declarations/utils/markdown/plugins/markdown-tooltip/plugin.d.ts +14 -0
  696. package/declarations/utils/markdown/plugins/markdown-tooltip/plugin.d.ts.map +1 -0
  697. package/declarations/utils/markdown/plugins/to-dom.d.ts +20 -0
  698. package/declarations/utils/markdown/plugins/to-dom.d.ts.map +1 -0
  699. package/declarations/utils/markdown/remark/remark-prismjs.d.ts +5 -0
  700. package/declarations/utils/markdown/remark/remark-prismjs.d.ts.map +1 -0
  701. package/declarations/utils/maybe-unwrap-proxy.d.ts +3 -0
  702. package/declarations/utils/maybe-unwrap-proxy.d.ts.map +1 -0
  703. package/declarations/utils/number/index.d.ts +2 -0
  704. package/declarations/utils/number/index.d.ts.map +1 -0
  705. package/declarations/utils/number/number.d.ts +3 -0
  706. package/declarations/utils/number/number.d.ts.map +1 -0
  707. package/declarations/utils/popover/index.d.ts +152 -0
  708. package/declarations/utils/popover/index.d.ts.map +1 -0
  709. package/declarations/utils/popover/types.d.ts +2 -0
  710. package/declarations/utils/popover/types.d.ts.map +1 -0
  711. package/declarations/utils/predicate/common_predicates.d.ts +6 -0
  712. package/declarations/utils/predicate/common_predicates.d.ts.map +1 -0
  713. package/declarations/utils/predicate/index.d.ts +3 -0
  714. package/declarations/utils/predicate/index.d.ts.map +1 -0
  715. package/declarations/utils/predicate/lodash_predicates.d.ts +8 -0
  716. package/declarations/utils/predicate/lodash_predicates.d.ts.map +1 -0
  717. package/declarations/utils/range/index.d.ts +2 -0
  718. package/declarations/utils/range/index.d.ts.map +1 -0
  719. package/declarations/utils/timer.d.ts +13 -0
  720. package/declarations/utils/timer.d.ts.map +1 -0
  721. package/declarations/utils/transition.d.ts +8 -0
  722. package/declarations/utils/transition.d.ts.map +1 -0
  723. package/dist/components/eui-breadcrumbs.js +3 -1
  724. package/dist/components/eui-breadcrumbs.js.map +1 -1
  725. package/dist/components/eui-combo-box.js +3 -1
  726. package/dist/components/eui-combo-box.js.map +1 -1
  727. package/dist/components/eui-markdown-editor-toolbar.js +3 -1
  728. package/dist/components/eui-markdown-editor-toolbar.js.map +1 -1
  729. package/dist/components/eui-markdown-editor.js +3 -1
  730. package/dist/components/eui-markdown-editor.js.map +1 -1
  731. package/dist/components/eui-markdown-format.js +3 -1
  732. package/dist/components/eui-markdown-format.js.map +1 -1
  733. package/dist/components/eui-tool-tip.js +3 -1
  734. package/dist/components/eui-tool-tip.js.map +1 -1
  735. package/package.json +1 -1
@@ -0,0 +1,93 @@
1
+ import Component from '@glimmer/component';
2
+ import type EuiI18n from '../services/eui-i18n';
3
+ import type { ApplyRefreshInterval, DurationRange, Milliseconds, ShortDate } from './eui-super-date-picker/types/global';
4
+ import type { LocaleSpecifier } from 'moment';
5
+ export type { ApplyRefreshInterval, DurationRange, Milliseconds, ShortDate };
6
+ export interface EuiSuperDatePickerArgs {
7
+ commonlyUsedRanges?: DurationRange[];
8
+ /**
9
+ * Specifies the formatted used when displaying dates and/or datetimes
10
+ */
11
+ dateFormat?: string;
12
+ /**
13
+ * Set isAutoRefreshOnly to true to limit the component to only display auto refresh content.
14
+ */
15
+ isAutoRefreshOnly?: boolean;
16
+ isDisabled?: boolean;
17
+ isLoading?: boolean;
18
+ isPaused?: boolean;
19
+ /**
20
+ * Sets the overall width by adding sensible min and max widths.
21
+ * - `auto`: fits width to internal content / time string.
22
+ * - `restricted`: static width that fits the longest possible time string.
23
+ * - `full`: expands to 100% of the container.
24
+ */
25
+ width?: 'restricted' | 'full' | 'auto';
26
+ /**
27
+ * Reduces overall height to compressed form size
28
+ */
29
+ compressed?: boolean;
30
+ /**
31
+ * Used to localize e.g. month names, passed to `moment`
32
+ */
33
+ locale?: LocaleSpecifier;
34
+ /**
35
+ * Callback for when the refresh interval is fired.
36
+ * EuiSuperDatePicker will only manage a refresh interval timer when onRefresh callback is supplied
37
+ * If a promise is returned, the next refresh interval will not start until the promise has resolved.
38
+ * If the promise rejects the refresh interval will stop and the error thrown
39
+ */
40
+ onRefresh?: (props: any) => void;
41
+ /**
42
+ * Callback for when the refresh interval changes.
43
+ * Supply onRefreshChange to show refresh interval inputs in quick select popover
44
+ */
45
+ onRefreshChange?: ApplyRefreshInterval;
46
+ /**
47
+ * Callback for when the time changes.
48
+ */
49
+ onTimeChange: (props: any) => void;
50
+ /**
51
+ * Refresh interval in milliseconds
52
+ */
53
+ refreshInterval?: Milliseconds;
54
+ start?: ShortDate;
55
+ end?: ShortDate;
56
+ /**
57
+ * Specifies the formatted used when displaying times
58
+ */
59
+ timeFormat?: string;
60
+ utcOffset?: number;
61
+ /**
62
+ * Set showUpdateButton to false to immediately invoke onTimeChange for all start and end changes.
63
+ */
64
+ showUpdateButton?: boolean | 'iconOnly';
65
+ /**
66
+ * Hides the actual input reducing to just the quick select button.
67
+ */
68
+ isQuickSelectOnly?: boolean;
69
+ }
70
+ export default class EuiSuperDatePicker extends Component<EuiSuperDatePickerArgs> {
71
+ dateFormat: string;
72
+ timeFormat: string;
73
+ isAutoRefreshOnly: boolean;
74
+ isDisabled: boolean;
75
+ isPaused: boolean;
76
+ showUpdateButton: boolean;
77
+ width: string;
78
+ refreshInterval: Milliseconds;
79
+ euiI18n: EuiI18n;
80
+ start: ShortDate;
81
+ end: ShortDate;
82
+ isInvalid: boolean;
83
+ hasChanged: boolean;
84
+ constructor(owner: any, args: EuiSuperDatePickerArgs);
85
+ get timeOptions(): import("./eui-super-date-picker/utils/time-options.ts").TimeOptions;
86
+ setTime({ start, end }: DurationRange): void;
87
+ applyTime(): void;
88
+ applyQuickTime({ start, end }: DurationRange): void;
89
+ setStart(start: ShortDate): void;
90
+ setEnd(end: ShortDate): void;
91
+ handleClickUpdateButton(): void;
92
+ }
93
+ //# sourceMappingURL=eui-super-date-picker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eui-super-date-picker.d.ts","sourceRoot":"","sources":["../../src/components/eui-super-date-picker.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAmB3C,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,EACV,oBAAoB,EACpB,aAAa,EACb,YAAY,EACZ,SAAS,EACV,MAAM,sCAAsC,CAAC;AAC9C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAE9C,YAAY,EAAE,oBAAoB,EAAE,aAAa,EAAE,YAAY,EAAE,SAAS,EAAE,CAAC;AAE7E,MAAM,WAAW,sBAAsB;IACrC,kBAAkB,CAAC,EAAE,aAAa,EAAE,CAAC;IAErC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;;OAKG;IACH,KAAK,CAAC,EAAE,YAAY,GAAG,MAAM,GAAG,MAAM,CAAC;IACvC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;IACzB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACjC;;;OAGG;IACH,eAAe,CAAC,EAAE,oBAAoB,CAAC;IACvC;;OAEG;IACH,YAAY,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAEnC;;OAEG;IACH,eAAe,CAAC,EAAE,YAAY,CAAC;IAC/B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,GAAG,CAAC,EAAE,SAAS,CAAC;IAChB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IACxC;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAK7B;AAED,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,SAAS,CAAC,sBAAsB,CAAC;IAC1B,UAAU,EAAG,MAAM,CAAC;IACzC,UAAU,EAAG,MAAM,CAAC;IAGtB,iBAAiB,EAAG,OAAO,CAAC;IAC5B,UAAU,EAAG,OAAO,CAAC;IACtB,QAAQ,EAAG,OAAO,CAAC;IACnB,gBAAgB,EAAG,OAAO,CAAC;IACnB,KAAK,EAAG,MAAM,CAAC;IAEvB,eAAe,EAAG,YAAY,CAAC;IAE3C,OAAO,EAAE,OAAO,CAAC;IAEzB,KAAK,EAAE,SAAS,CAAC;IACjB,GAAG,EAAE,SAAS,CAAC;IACf,SAAS,UAAS;IAClB,UAAU,UAAS;gBAEhB,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,sBAAsB;IAOpD,IAAI,WAAW,wEAEd;IAED,OAAO,CAAC,EAAE,KAAK,EAAE,GAAG,EAAE,EAAE,aAAa;IAgBrC,SAAS;IAUT,cAAc,CAAC,EAAE,KAAK,EAAE,GAAG,EAAE,EAAE,aAAa;IAa5C,QAAQ,CAAC,KAAK,EAAE,SAAS;IAKzB,MAAM,CAAC,GAAG,EAAE,SAAS;IAKrB,uBAAuB;CAsFxB"}
@@ -0,0 +1,30 @@
1
+ import Component from '@glimmer/component';
2
+ export interface EuiSwitchSignature {
3
+ Element: HTMLButtonElement;
4
+ Args: {
5
+ id?: string;
6
+ /**
7
+ * Whether to render the render the text label
8
+ */
9
+ showLabel?: boolean;
10
+ /**
11
+ * Must be a string if `showLabel` prop is true
12
+ */
13
+ label?: string;
14
+ checked: boolean;
15
+ onChange: (event: MouseEvent) => void;
16
+ disabled?: boolean;
17
+ compressed?: boolean;
18
+ type?: 'submit' | 'reset' | 'button';
19
+ containerClass?: string;
20
+ isFakeLabelBlock?: boolean;
21
+ };
22
+ Blocks: {
23
+ default: [];
24
+ label: [];
25
+ };
26
+ }
27
+ export default class EuiSwitch extends Component<EuiSwitchSignature> {
28
+ onClick(e: MouseEvent): void;
29
+ }
30
+ //# sourceMappingURL=eui-switch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eui-switch.d.ts","sourceRoot":"","sources":["../../src/components/eui-switch.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAW3C,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,iBAAiB,CAAC;IAC3B,IAAI,EAAE;QACJ,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ;;WAEG;QACH,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB;;WAEG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,OAAO,EAAE,OAAO,CAAC;QACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;QACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAC;QAErC,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,gBAAgB,CAAC,EAAE,OAAO,CAAC;KAC5B,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;QACZ,KAAK,EAAE,EAAE,CAAC;KACX,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,SAAU,SAAQ,SAAS,CAAC,kBAAkB,CAAC;IAElE,OAAO,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;CA2F7B"}
@@ -0,0 +1,21 @@
1
+ import type { TemplateOnlyComponent } from '@ember/component/template-only';
2
+ export type IEuiTab = {
3
+ id?: string;
4
+ href?: string;
5
+ isSelected?: boolean;
6
+ disabled?: boolean;
7
+ };
8
+ export interface EuiTabSignature {
9
+ Element: HTMLButtonElement | HTMLAnchorElement;
10
+ Args: {
11
+ [K in keyof IEuiTab]: IEuiTab[K];
12
+ };
13
+ Blocks: {
14
+ prepend: [];
15
+ default: [];
16
+ append: [];
17
+ };
18
+ }
19
+ declare const EuiTab: TemplateOnlyComponent<EuiTabSignature>;
20
+ export default EuiTab;
21
+ //# sourceMappingURL=eui-tab.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eui-tab.d.ts","sourceRoot":"","sources":["../../src/components/eui-tab.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,MAAM,OAAO,GAAG;IACpB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,IAAI,EAAE;SACH,CAAC,IAAI,MAAM,OAAO,GAAG,OAAO,CAAC,CAAC,CAAC;KACjC,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;QACZ,OAAO,EAAE,EAAE,CAAC;QACZ,MAAM,EAAE,EAAE,CAAC;KACZ,CAAC;CACH;AAED,QAAA,MAAM,MAAM,EAAE,qBAAqB,CAAC,eAAe,CAsFjD,CAAC;AAEH,eAAe,MAAM,CAAC"}
@@ -0,0 +1,65 @@
1
+ import Component from '@glimmer/component';
2
+ import type { CommonArgs } from './common.ts';
3
+ import type { EuiTabsSignature } from './eui-tabs';
4
+ import type { ComponentLike } from '@glint/template';
5
+ export interface EuiTabbedContentTab {
6
+ id: string;
7
+ name: string;
8
+ content?: ComponentLike;
9
+ disabled?: boolean;
10
+ }
11
+ export type EuiTabbedContentArgs = CommonArgs & {
12
+ /**
13
+ * When tabbing into the tabs, set the focus on `initial` for the first tab,
14
+ * or `selected` for the currently selected tab. Best use case is for inside of
15
+ * overlay content like popovers or flyouts.
16
+ */
17
+ autoFocus?: 'initial' | 'selected';
18
+ /**
19
+ * Choose `default` or alternative `condensed` display styles
20
+ */
21
+ display?: EuiTabsSignature['Args']['display'];
22
+ /**
23
+ * Evenly stretches each tab to fill the horizontal space
24
+ */
25
+ expand?: boolean;
26
+ /**
27
+ * Use this prop to set the initially selected tab while letting the tabbed content component
28
+ * control selection state internally
29
+ */
30
+ initialSelectedTab?: EuiTabbedContentTab;
31
+ onTabClick?: (selectedTab: EuiTabbedContentTab) => void;
32
+ /**
33
+ * Use this prop if you want to control selection state within the owner component
34
+ */
35
+ selectedTab?: EuiTabbedContentTab;
36
+ size?: EuiTabsSignature['Args']['size'];
37
+ /**
38
+ * Each tab needs id and content properties, so we can associate it with its panel for accessibility.
39
+ * The name property (a node) is also required to display to the user.
40
+ */
41
+ tabs: EuiTabbedContentTab[];
42
+ };
43
+ export interface EuiTabbedContentSignature {
44
+ Element: HTMLDivElement;
45
+ Args: EuiTabbedContentArgs;
46
+ Blocks: {
47
+ default: [EuiTabbedContentTab];
48
+ selectedTabContent: [EuiTabbedContentTab];
49
+ };
50
+ }
51
+ export default class EuiTabbedContentComponent extends Component<EuiTabbedContentSignature> {
52
+ selectedTabId: string | undefined;
53
+ inFocus: boolean;
54
+ tabsRef?: Element;
55
+ get autoFocus(): "selected" | "initial";
56
+ constructor(owner: unknown, args: EuiTabbedContentArgs);
57
+ get selectedTab(): EuiTabbedContentTab | undefined;
58
+ setTabsRef: (element: Element) => void;
59
+ willDestroy(): void;
60
+ removeFocus: (blurEvent: FocusEvent) => void;
61
+ onTabClick: (selectedTab: EuiTabbedContentTab) => void;
62
+ focusTab: () => void;
63
+ initializeFocus: () => void;
64
+ }
65
+ //# sourceMappingURL=eui-tabbed-content.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eui-tabbed-content.d.ts","sourceRoot":"","sources":["../../src/components/eui-tabbed-content.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAc3C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,MAAM,oBAAoB,GAAG,UAAU,GAAG;IAC9C;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;IACnC;;OAEG;IACH,OAAO,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC;IAC9C;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,mBAAmB,CAAC;IACzC,UAAU,CAAC,EAAE,CAAC,WAAW,EAAE,mBAAmB,KAAK,IAAI,CAAC;IACxD;;OAEG;IACH,WAAW,CAAC,EAAE,mBAAmB,CAAC;IAClC,IAAI,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC;IACxC;;;OAGG;IACH,IAAI,EAAE,mBAAmB,EAAE,CAAC;CAC7B,CAAC;AAEF,MAAM,WAAW,yBAAyB;IACxC,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE,oBAAoB,CAAC;IAC3B,MAAM,EAAE;QACN,OAAO,EAAE,CAAC,mBAAmB,CAAC,CAAC;QAC/B,kBAAkB,EAAE,CAAC,mBAAmB,CAAC,CAAC;KAC3C,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,yBAA0B,SAAQ,SAAS,CAAC,yBAAyB,CAAC;IAChF,aAAa,qBAAC;IACd,OAAO,EAAE,OAAO,CAAS;IAClC,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,IAAI,SAAS,2BAEZ;gBAEW,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,oBAAoB;IAYtD,IAAI,WAAW,oCAOd;IAED,UAAU,YAAa,OAAO,UAK5B;IAEF,WAAW,IAAI,IAAI;IASnB,WAAW,cAAe,UAAU,UAQlC;IAEF,UAAU,gBAAiB,mBAAmB,UAiB5C;IAEF,QAAQ,aAQN;IAEF,eAAe,aAYb;CAmEH"}
@@ -0,0 +1,18 @@
1
+ import type { displayMapping, sizeMapping } from '../utils/css-mappings/eui-tabs.ts';
2
+ import type { TemplateOnlyComponent } from '@ember/component/template-only';
3
+ export interface EuiTabsSignature {
4
+ Element: HTMLDivElement;
5
+ Args: {
6
+ display?: keyof typeof displayMapping;
7
+ size?: keyof typeof sizeMapping;
8
+ expand?: boolean;
9
+ bottomBorder?: boolean;
10
+ className?: string;
11
+ };
12
+ Blocks: {
13
+ default: [];
14
+ };
15
+ }
16
+ declare const EuiTabs: TemplateOnlyComponent<EuiTabsSignature>;
17
+ export default EuiTabs;
18
+ //# sourceMappingURL=eui-tabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eui-tabs.d.ts","sourceRoot":"","sources":["../../src/components/eui-tabs.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAC,WAAW,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE;QACJ,OAAO,CAAC,EAAE,MAAM,OAAO,cAAc,CAAC;QACtC,IAAI,CAAC,EAAE,MAAM,OAAO,WAAW,CAAC;QAChC,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,YAAY,CAAC,EAAE,OAAO,CAAC;QACvB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,OAAO,EAAE,qBAAqB,CAAC,gBAAgB,CAkBnD,CAAC;AAEH,eAAe,OAAO,CAAC"}
@@ -0,0 +1,13 @@
1
+ import type { TemplateOnlyComponent } from '@ember/component/template-only';
2
+ interface Signature {
3
+ Element: HTMLDivElement;
4
+ Args: {
5
+ textAlign?: 'left' | 'center' | 'right';
6
+ };
7
+ Blocks: {
8
+ default: [];
9
+ };
10
+ }
11
+ declare const EuiTextAlignComponent: TemplateOnlyComponent<Signature>;
12
+ export default EuiTextAlignComponent;
13
+ //# sourceMappingURL=eui-text-align.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eui-text-align.d.ts","sourceRoot":"","sources":["../../src/components/eui-text-align.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,UAAU,SAAS;IACjB,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE;QACJ,SAAS,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;KACzC,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,qBAAqB,EAAE,qBAAqB,CAAC,SAAS,CAU1D,CAAC;AAEH,eAAe,qBAAqB,CAAC"}
@@ -0,0 +1,22 @@
1
+ import type { resizeMapping } from '../utils/css-mappings/eui-text-area.ts';
2
+ import type { TemplateOnlyComponent } from '@ember/component/template-only';
3
+ export interface EuiTextAreaSignature {
4
+ Element: HTMLTextAreaElement;
5
+ Args: {
6
+ id?: string;
7
+ value?: string;
8
+ fullWidth?: boolean;
9
+ compressed?: boolean;
10
+ disabled?: boolean;
11
+ isInvalid?: boolean;
12
+ inputRef?: (element: HTMLTextAreaElement | null) => void;
13
+ rows?: number;
14
+ resize?: keyof typeof resizeMapping;
15
+ };
16
+ Blocks: {
17
+ default: [];
18
+ };
19
+ }
20
+ declare const EuiTextArea: TemplateOnlyComponent<EuiTextAreaSignature>;
21
+ export default EuiTextArea;
22
+ //# sourceMappingURL=eui-text-area.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eui-text-area.d.ts","sourceRoot":"","sources":["../../src/components/eui-text-area.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,mBAAmB,CAAC;IAC7B,IAAI,EAAE;QACJ,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,mBAAmB,GAAG,IAAI,KAAK,IAAI,CAAC;QACzD,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,MAAM,CAAC,EAAE,MAAM,OAAO,aAAa,CAAC;KACrC,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,WAAW,EAAE,qBAAqB,CAAC,oBAAoB,CAuB3D,CAAC;AAEH,eAAe,WAAW,CAAC"}
@@ -0,0 +1,14 @@
1
+ import type { TemplateOnlyComponent } from '@ember/component/template-only';
2
+ interface Signature {
3
+ Element: HTMLDivElement | HTMLSpanElement;
4
+ Args: {
5
+ color?: string;
6
+ tagName?: string;
7
+ };
8
+ Blocks: {
9
+ default: [];
10
+ };
11
+ }
12
+ declare const EuiTextColor: TemplateOnlyComponent<Signature>;
13
+ export default EuiTextColor;
14
+ //# sourceMappingURL=eui-text-color.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eui-text-color.d.ts","sourceRoot":"","sources":["../../src/components/eui-text-color.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,UAAU,SAAS;IACjB,OAAO,EAAE,cAAc,GAAG,eAAe,CAAC;IAC1C,IAAI,EAAE;QACJ,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,YAAY,EAAE,qBAAqB,CAAC,SAAS,CAqBjD,CAAC;AAEH,eAAe,YAAY,CAAC"}
@@ -0,0 +1,19 @@
1
+ import type { sizeMapping } from '../utils/css-mappings/eui-text.ts';
2
+ import type { alignMapping } from '../utils/css-mappings/eui-text-align.ts';
3
+ import type { colorMapping } from '../utils/css-mappings/eui-text-color.ts';
4
+ import type { TemplateOnlyComponent } from '@ember/component/template-only';
5
+ export interface EuiTextSignature {
6
+ Element: HTMLDivElement;
7
+ Args: {
8
+ grow?: boolean;
9
+ size?: keyof typeof sizeMapping;
10
+ textAlign?: keyof typeof alignMapping;
11
+ color?: keyof typeof colorMapping;
12
+ };
13
+ Blocks: {
14
+ default: [];
15
+ };
16
+ }
17
+ declare const EuiTextComponent: TemplateOnlyComponent<EuiTextSignature>;
18
+ export default EuiTextComponent;
19
+ //# sourceMappingURL=eui-text.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eui-text.d.ts","sourceRoot":"","sources":["../../src/components/eui-text.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AACrE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yCAAyC,CAAC;AAC5E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yCAAyC,CAAC;AAC5E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE;QACJ,IAAI,CAAC,EAAE,OAAO,CAAC;QACf,IAAI,CAAC,EAAE,MAAM,OAAO,WAAW,CAAC;QAChC,SAAS,CAAC,EAAE,MAAM,OAAO,YAAY,CAAC;QACtC,KAAK,CAAC,EAAE,MAAM,OAAO,YAAY,CAAC;KACnC,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,gBAAgB,EAAE,qBAAqB,CAAC,gBAAgB,CAkF5D,CAAC;AAEH,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,17 @@
1
+ import type { sizeMapping, transformMapping } from '../utils/css-mappings/eui-title.ts';
2
+ import type { TextBlockSignature } from './text-block';
3
+ import type { TemplateOnlyComponent } from '@ember/component/template-only';
4
+ export interface EuiTitleSignature {
5
+ Element: HTMLHeadingElement;
6
+ Args: {
7
+ tagName?: TextBlockSignature['Args']['tagName'];
8
+ size?: keyof typeof sizeMapping;
9
+ textTransform?: keyof typeof transformMapping;
10
+ };
11
+ Blocks: {
12
+ default: [];
13
+ };
14
+ }
15
+ declare const EuiTitle: TemplateOnlyComponent<EuiTitleSignature>;
16
+ export default EuiTitle;
17
+ //# sourceMappingURL=eui-title.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eui-title.d.ts","sourceRoot":"","sources":["../../src/components/eui-title.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AACxF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AACvD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,kBAAkB,CAAC;IAC5B,IAAI,EAAE;QACJ,OAAO,CAAC,EAAE,kBAAkB,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC;QAChD,IAAI,CAAC,EAAE,MAAM,OAAO,WAAW,CAAC;QAChC,aAAa,CAAC,EAAE,MAAM,OAAO,gBAAgB,CAAC;KAC/C,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,QAAQ,EAAE,qBAAqB,CAAC,iBAAiB,CAcrD,CAAC;AAEH,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,35 @@
1
+ import type { EuiIconSignature } from './eui-icon';
2
+ import type { TemplateOnlyComponent } from '@ember/component/template-only';
3
+ export interface IEuiToast {
4
+ /**
5
+ * The title of the toast
6
+ */
7
+ title?: string;
8
+ /**
9
+ * The body of the toast
10
+ */
11
+ body?: string;
12
+ /**
13
+ * The color of the toast
14
+ */
15
+ color?: 'primary' | 'success' | 'warning' | 'danger' | 'none';
16
+ /**
17
+ * The icon type of the toast
18
+ */
19
+ iconType?: EuiIconSignature['Args']['type'];
20
+ /**
21
+ * The callback function when the toast is closed
22
+ */
23
+ onClose?: () => void;
24
+ /**
25
+ * Whether to use markdown format for the body
26
+ */
27
+ useMarkdownFormat?: boolean;
28
+ }
29
+ export interface EuiToastSignature {
30
+ Element: HTMLDivElement;
31
+ Args: IEuiToast;
32
+ }
33
+ declare const EuiToast: TemplateOnlyComponent<EuiToastSignature>;
34
+ export default EuiToast;
35
+ //# sourceMappingURL=eui-toast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eui-toast.d.ts","sourceRoot":"","sources":["../../src/components/eui-toast.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC9D;;OAEG;IACH,QAAQ,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC;IAC5C;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,QAAQ,EAAE,qBAAqB,CAAC,iBAAiB,CA0ErD,CAAC;AAEH,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,26 @@
1
+ import Component from '@glimmer/component';
2
+ import type { CommonArgs } from './common.ts';
3
+ type EuiTooltipPopoverArgs = CommonArgs & {
4
+ positionToolTip: () => void;
5
+ title?: Component;
6
+ popoverRef?: (ref: HTMLDivElement | null) => void;
7
+ hasTitle?: boolean;
8
+ };
9
+ export interface EuiTooltipPopoverSignature {
10
+ Element: HTMLDivElement;
11
+ Args: EuiTooltipPopoverArgs;
12
+ Blocks: {
13
+ default: [];
14
+ title: [];
15
+ content: [];
16
+ };
17
+ }
18
+ export default class EuiTooltipPopover extends Component<EuiTooltipPopoverSignature> {
19
+ popover: HTMLDivElement | null;
20
+ constructor(owner: unknown, args: EuiTooltipPopoverArgs);
21
+ willDestroy(): void;
22
+ setPopoverRef(popover: HTMLDivElement | null): void;
23
+ updateDimensions(): void;
24
+ }
25
+ export {};
26
+ //# sourceMappingURL=eui-tool-tip-popover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eui-tool-tip-popover.d.ts","sourceRoot":"","sources":["../../src/components/eui-tool-tip-popover.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAM3C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C,KAAK,qBAAqB,GAAG,UAAU,GAAG;IACtC,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,cAAc,GAAG,IAAI,KAAK,IAAI,CAAC;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEJ,MAAM,WAAW,0BAA0B;IACzC,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE,qBAAqB,CAAC;IAC5B,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;QACZ,KAAK,EAAE,EAAE,CAAC;QACV,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,iBAAkB,SAAQ,SAAS,CAAC,0BAA0B,CAAC;IAClF,OAAO,EAAE,cAAc,GAAG,IAAI,CAAQ;gBAE1B,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAqB;IAOvD,WAAW,IAAI,IAAI;IAQnB,aAAa,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI,GAAG,IAAI;IASnD,gBAAgB,IAAI,IAAI;CA+BzB"}
@@ -0,0 +1,108 @@
1
+ import Component from '@glimmer/component';
2
+ import type { EuiTooltipPopoverSignature } from './eui-tool-tip-popover';
3
+ export type ToolTipPositions = 'top' | 'right' | 'bottom' | 'left';
4
+ export type ToolTipDelay = 'regular' | 'long';
5
+ interface ToolTipStyles {
6
+ top: string;
7
+ left: string | 'auto';
8
+ right?: string | 'auto';
9
+ opacity?: string;
10
+ visibility?: 'hidden';
11
+ display?: 'inlineBlock';
12
+ }
13
+ declare const displayToClassNameMap: {
14
+ inlineBlock: undefined;
15
+ block: string;
16
+ };
17
+ export type EuiTooltipArgs = {
18
+ /**
19
+ * Passes onto the the trigger.
20
+ */
21
+ anchorClassName?: string;
22
+ /**
23
+ * Passes onto the tooltip itself, not the trigger.
24
+ */
25
+ className?: string;
26
+ /**
27
+ * The main content of your tooltip.
28
+ */
29
+ content?: string;
30
+ /**
31
+ * Common display alternatives for the anchor wrapper
32
+ */
33
+ display?: keyof typeof displayToClassNameMap;
34
+ /**
35
+ * Delay before showing tooltip. Good for repeatable items.
36
+ */
37
+ delay?: ToolTipDelay;
38
+ /**
39
+ * An optional title for your tooltip.
40
+ */
41
+ title?: string;
42
+ /**
43
+ * Unless you provide one, this will be randomly generated.
44
+ */
45
+ id?: string;
46
+ /**
47
+ * Suggested position. If there is not enough room for it this will be changed.
48
+ */
49
+ position?: ToolTipPositions;
50
+ attachTo?: undefined | HTMLElement | string | null;
51
+ isShown?: boolean | undefined;
52
+ /**
53
+ * If supplied, called when mouse movement causes the tool tip to be
54
+ * hidden.
55
+ */
56
+ onMouseOut?: (event: MouseEvent) => void;
57
+ onFocus?: () => void;
58
+ onBlur?: () => void;
59
+ hasTitle?: boolean;
60
+ };
61
+ export interface EuiToolTipSignature {
62
+ Element: EuiTooltipPopoverSignature['Element'];
63
+ Args: EuiTooltipArgs;
64
+ Blocks: {
65
+ default?: [id: string];
66
+ title?: [];
67
+ content?: [];
68
+ anchor?: [id: string];
69
+ };
70
+ }
71
+ export default class EuiToolTip extends Component<EuiToolTipSignature> {
72
+ anchor: null | HTMLElement;
73
+ popover: null | HTMLElement;
74
+ position: ToolTipPositions;
75
+ delay: ToolTipDelay;
76
+ visible: boolean;
77
+ hasFocus: boolean;
78
+ calculatedPosition: ToolTipPositions;
79
+ toolTipStyles: ToolTipStyles;
80
+ arrowStyles: {
81
+ left?: string;
82
+ top?: string;
83
+ };
84
+ id: string;
85
+ _attachTo: undefined | HTMLElement | string | null;
86
+ private timeoutId?;
87
+ updateAttachTo(): void;
88
+ setupAttachToHandlers(): void;
89
+ removeAttachToHandlers(): void;
90
+ clearAnimationTimeout(): void;
91
+ visibleDidUpdate(value: boolean): void;
92
+ willDestroy(): void;
93
+ testAnchor(): void;
94
+ didInsertAnchor(ref: HTMLElement): void;
95
+ setPopoverRef(ref: HTMLElement | null): void;
96
+ showToolTip(): void;
97
+ get attachTo(): Element | null | undefined;
98
+ get _anchor(): Element | null;
99
+ positionToolTip(): void;
100
+ hideToolTip(): void;
101
+ hasFocusMouseMoveListener(): void;
102
+ onKeyUp(event: KeyboardEvent): void;
103
+ onFocus(): void;
104
+ onBlur(): void;
105
+ onMouseOut(event: MouseEvent): void;
106
+ }
107
+ export {};
108
+ //# sourceMappingURL=eui-tool-tip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eui-tool-tip.d.ts","sourceRoot":"","sources":["../../src/components/eui-tool-tip.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAoB3C,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AAEzE,MAAM,MAAM,gBAAgB,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;AAEnE,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,MAAM,CAAC;AAO9C,UAAU,aAAa;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,QAAQ,CAAC;IACtB,OAAO,CAAC,EAAE,aAAa,CAAC;CACzB;AAED,QAAA,MAAM,qBAAqB;;;CAG1B,CAAC;AAgBF,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,OAAO,qBAAqB,CAAC;IAC7C;;OAEG;IACH,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAE5B,QAAQ,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,MAAM,GAAG,IAAI,CAAC;IAEnD,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAE9B;;;OAGG;IACH,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IACzC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IAEpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,0BAA0B,CAAC,SAAS,CAAC,CAAC;IAC/C,IAAI,EAAE,cAAc,CAAC;IACrB,MAAM,EAAE;QACN,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC;QACvB,KAAK,CAAC,EAAE,EAAE,CAAC;QACX,OAAO,CAAC,EAAE,EAAE,CAAC;QACb,MAAM,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC;KACvB,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,SAAS,CAAC,mBAAmB,CAAC;IACpE,MAAM,EAAE,IAAI,GAAG,WAAW,CAAQ;IAClC,OAAO,EAAE,IAAI,GAAG,WAAW,CAAQ;IAEL,QAAQ,EAAG,gBAAgB,CAAC;IACxB,KAAK,EAAG,YAAY,CAAC;IAG9C,OAAO,UAAS;IAChB,QAAQ,UAAS;IACjB,kBAAkB,EAAE,gBAAgB,CAAiB;IACrD,aAAa,EAAE,aAAa,CAA0B;IACtD,WAAW,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAA;KAAE,CAAM;IAClD,EAAE,EAAE,MAAM,CAA+B;IACzC,SAAS,EAAE,SAAS,GAAG,WAAW,GAAG,MAAM,GAAG,IAAI,CAAQ;IAEnE,OAAO,CAAC,SAAS,CAAC,CAA2B;IAG7C,cAAc,IAAI,IAAI;IAkBtB,qBAAqB,IAAI,IAAI;IAY7B,sBAAsB,IAAI,IAAI;IAW9B,qBAAqB,IAAI,IAAI;IAQ7B,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAMtC,WAAW,IAAI,IAAI;IAOnB,UAAU,IAAI,IAAI;IAgBlB,eAAe,CAAC,GAAG,EAAE,WAAW,GAAG,IAAI;IAKvC,aAAa,CAAC,GAAG,EAAE,WAAW,GAAG,IAAI,GAAG,IAAI;IAc5C,WAAW,IAAI,IAAI;IAgBnB,IACI,QAAQ,IAAI,OAAO,GAAG,IAAI,GAAG,SAAS,CAMzC;IAED,IAAI,OAAO,IAAI,OAAO,GAAG,IAAI,CAE5B;IAGD,eAAe,IAAI,IAAI;IA2CvB,WAAW,IAAI,IAAI;IAiBnB,yBAAyB,IAAI,IAAI;IAMjC,OAAO,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;IAOnC,OAAO,IAAI,IAAI;IAMf,MAAM,IAAI,IAAI;IAMd,UAAU,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;CAyGpC"}
@@ -0,0 +1,13 @@
1
+ import type { TemplateOnlyComponent } from '@ember/component/template-only';
2
+ export interface TextBlockSignature {
3
+ Element: HTMLHeadingElement | HTMLParagraphElement | HTMLLegendElement;
4
+ Args: {
5
+ tagName: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'legend';
6
+ };
7
+ Blocks: {
8
+ default: [];
9
+ };
10
+ }
11
+ declare const TextBlock: TemplateOnlyComponent<TextBlockSignature>;
12
+ export default TextBlock;
13
+ //# sourceMappingURL=text-block.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-block.d.ts","sourceRoot":"","sources":["../../src/components/text-block.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,kBAAkB,GAAG,oBAAoB,GAAG,iBAAiB,CAAC;IACvE,IAAI,EAAE;QACJ,OAAO,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,GAAG,GAAG,QAAQ,CAAC;KACnE,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,SAAS,EAAE,qBAAqB,CAAC,kBAAkB,CAiEvD,CAAC;AAEH,eAAe,SAAS,CAAC"}