@ember-eui/core 4.2.6 → 5.0.0-alpha.1

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 (520) hide show
  1. package/addon/components/common.ts +1 -0
  2. package/addon/components/eui-accordion/index.hbs +106 -85
  3. package/addon/components/eui-accordion/index.ts +58 -19
  4. package/addon/components/eui-auto-sizer/index.hbs +3 -0
  5. package/addon/components/eui-auto-sizer/index.ts +175 -0
  6. package/addon/components/eui-avatar/index.hbs +7 -3
  7. package/addon/components/eui-badge/index.hbs +9 -3
  8. package/addon/components/eui-beta-badge/index.hbs +171 -19
  9. package/addon/components/eui-bottom-bar/index.hbs +43 -12
  10. package/addon/components/eui-bottom-bar/index.ts +75 -32
  11. package/addon/components/eui-breadcrumbs/index.hbs +98 -0
  12. package/addon/components/eui-breadcrumbs/index.ts +194 -0
  13. package/addon/components/eui-button/index.hbs +4 -4
  14. package/addon/components/eui-button-content/index.hbs +6 -2
  15. package/addon/components/eui-button-empty/index.hbs +60 -52
  16. package/addon/components/eui-button-icon/index.hbs +17 -3
  17. package/addon/components/eui-call-out/index.hbs +1 -0
  18. package/addon/components/eui-card/index.hbs +61 -47
  19. package/addon/components/eui-card/index.ts +27 -0
  20. package/addon/components/{eui-card/eui-card-select → eui-card-select}/index.hbs +2 -5
  21. package/addon/components/eui-card-select/index.ts +35 -0
  22. package/addon/components/eui-checkable-card/index.hbs +17 -11
  23. package/addon/components/eui-checkbox/index.hbs +11 -5
  24. package/addon/components/eui-checkbox/index.ts +15 -0
  25. package/addon/components/eui-code/index.hbs +14 -8
  26. package/addon/components/eui-code/index.ts +73 -0
  27. package/addon/components/eui-code-block/controls/index.hbs +26 -0
  28. package/addon/components/eui-code-block/full-screen-display/index.hbs +12 -0
  29. package/addon/components/eui-code-block/index.hbs +144 -9
  30. package/addon/components/eui-code-block/index.ts +290 -0
  31. package/addon/components/eui-code-block/virtualized/index.hbs +30 -0
  32. package/addon/components/eui-code-block/virtualized/index.ts +22 -0
  33. package/addon/components/eui-collapsible-nav/index.hbs +35 -44
  34. package/addon/components/eui-collapsible-nav/index.ts +161 -0
  35. package/addon/components/eui-collapsible-nav-group/index.hbs +114 -66
  36. package/addon/components/eui-combo-box/group/index.hbs +3 -3
  37. package/addon/components/eui-combo-box/index.hbs +8 -5
  38. package/addon/components/eui-combo-box/index.ts +89 -4
  39. package/addon/components/eui-combo-box/options/index.hbs +14 -2
  40. package/addon/components/eui-combo-box/options/index.js +22 -9
  41. package/addon/components/eui-combo-box/trigger/index.hbs +3 -1
  42. package/addon/components/eui-confirm-modal/index.hbs +1 -1
  43. package/addon/components/eui-copy/index.hbs +1 -4
  44. package/addon/components/eui-described-form-group/index.hbs +3 -2
  45. package/addon/components/eui-description-list/index.hbs +23 -0
  46. package/addon/components/eui-description-list-description/index.hbs +3 -0
  47. package/addon/components/eui-description-list-title/index.hbs +3 -0
  48. package/addon/components/eui-dual-range/index.hbs +30 -18
  49. package/addon/components/eui-dual-range/index.ts +36 -10
  50. package/addon/components/eui-empty-prompt/index.hbs +77 -0
  51. package/addon/components/eui-field-number/index.hbs +3 -3
  52. package/addon/components/eui-field-search/index.hbs +2 -1
  53. package/addon/components/eui-field-text/index.hbs +3 -1
  54. package/addon/components/eui-file-picker/index.hbs +15 -11
  55. package/addon/components/eui-file-picker/index.ts +26 -8
  56. package/addon/components/eui-flyout/index.hbs +130 -43
  57. package/addon/components/eui-flyout/index.ts +233 -0
  58. package/addon/components/eui-flyout-body/index.hbs +21 -7
  59. package/addon/components/eui-form-label/index.hbs +1 -1
  60. package/addon/components/eui-form-row/index.hbs +13 -9
  61. package/addon/components/eui-header/index.hbs +18 -3
  62. package/addon/{modifiers/fixed-header.ts → components/eui-header/index.ts} +10 -1
  63. package/addon/components/eui-header-alert/index.hbs +25 -0
  64. package/addon/components/eui-header-breadcrumbs/index.hbs +7 -0
  65. package/addon/components/eui-header-links/index.hbs +41 -0
  66. package/addon/components/eui-header-links/index.ts +14 -0
  67. package/addon/components/eui-header-section-item-button/index.hbs +30 -12
  68. package/addon/components/eui-header-section-item-button/index.ts +131 -0
  69. package/addon/components/eui-health/index.hbs +15 -13
  70. package/addon/components/eui-hide-for/index.hbs +3 -0
  71. package/addon/components/eui-hide-for/index.ts +33 -0
  72. package/addon/components/eui-icon/index.hbs +6 -3
  73. package/addon/components/eui-icon/index.ts +4 -0
  74. package/addon/components/eui-image/index.hbs +63 -25
  75. package/addon/components/eui-input-popover/index.ts +6 -4
  76. package/addon/components/eui-key-pad-menu/index.hbs +16 -0
  77. package/addon/components/eui-key-pad-menu/key/index.hbs +1 -0
  78. package/addon/components/eui-key-pad-menu-item/index.hbs +66 -0
  79. package/addon/components/eui-key-pad-menu-item/index.ts +11 -0
  80. package/addon/components/eui-link/index.hbs +50 -0
  81. package/addon/components/eui-list-group-item/index.hbs +10 -2
  82. package/addon/components/eui-markdown-editor/index.hbs +4 -1
  83. package/addon/components/eui-markdown-editor/index.ts +54 -0
  84. package/addon/components/eui-markdown-editor-footer/index.hbs +39 -40
  85. package/addon/components/eui-markdown-format/index.ts +1 -1
  86. package/addon/components/eui-markdown-format/markdown-code/index.hbs +2 -2
  87. package/addon/components/eui-markdown-format/markdown-code-block/index.hbs +1 -0
  88. package/addon/components/eui-modal/index.hbs +28 -24
  89. package/addon/components/eui-overlay-mask/index.hbs +4 -4
  90. package/addon/components/eui-overlay-mask/index.ts +14 -1
  91. package/addon/components/eui-page/index.hbs +3 -6
  92. package/addon/components/eui-page-body/index.hbs +47 -15
  93. package/addon/components/eui-page-content/index.hbs +6 -8
  94. package/addon/components/eui-page-content-body/index.hbs +13 -1
  95. package/addon/components/eui-page-content-header/index.hbs +6 -0
  96. package/addon/components/eui-page-header/index.hbs +31 -6
  97. package/addon/components/eui-page-header-content/index.hbs +219 -0
  98. package/addon/components/eui-page-header-content/index.ts +49 -0
  99. package/addon/components/eui-page-side-bar/index.hbs +8 -1
  100. package/addon/components/eui-page-template/index.hbs +417 -0
  101. package/addon/components/eui-page-template/index.ts +89 -0
  102. package/addon/components/eui-panel/index.hbs +58 -12
  103. package/addon/components/eui-popover/index.hbs +8 -4
  104. package/addon/components/eui-popover/index.ts +28 -12
  105. package/addon/components/eui-progress/index.hbs +16 -13
  106. package/addon/components/eui-radio/index.hbs +9 -3
  107. package/addon/components/eui-range/index.hbs +33 -11
  108. package/addon/components/eui-range/index.ts +7 -4
  109. package/addon/components/eui-range-input/index.hbs +37 -31
  110. package/addon/components/eui-range-input/types.ts +2 -1
  111. package/addon/components/eui-range-levels/index.hbs +3 -3
  112. package/addon/components/eui-range-ticks/index.hbs +2 -2
  113. package/addon/components/eui-range-track/index.hbs +10 -2
  114. package/addon/components/eui-range-track/index.ts +23 -6
  115. package/addon/components/eui-show-for/index.hbs +3 -0
  116. package/addon/components/eui-show-for/index.ts +79 -0
  117. package/addon/components/eui-side-nav/index.hbs +161 -36
  118. package/addon/components/eui-side-nav/index.ts +28 -0
  119. package/addon/components/eui-side-nav-item/button/index.hbs +26 -14
  120. package/addon/components/eui-side-nav-item/index.hbs +52 -25
  121. package/addon/components/eui-split-panel/inner/index.hbs +10 -0
  122. package/addon/components/eui-split-panel/outer/index.hbs +27 -0
  123. package/addon/components/eui-split-panel/outer/index.ts +37 -0
  124. package/addon/components/eui-step/eui-step-number/index.hbs +21 -4
  125. package/addon/components/eui-steps/index.hbs +7 -1
  126. package/addon/components/eui-tab/index.hbs +28 -3
  127. package/addon/{modifiers/focus-tab.ts → components/eui-tab/index.ts} +6 -1
  128. package/addon/components/eui-tabs/index.hbs +6 -1
  129. package/addon/components/eui-tool-tip/index.hbs +6 -7
  130. package/addon/components/eui-tool-tip/index.ts +27 -11
  131. package/addon/helpers/class-names.ts +2 -0
  132. package/addon/helpers/get-range-tick.ts +53 -8
  133. package/addon/helpers/unique-id.ts +4 -1
  134. package/addon/styles/ember-eui.css +2 -10
  135. package/addon/utils/breakpoint.ts +114 -0
  136. package/addon/utils/code/utils.ts +304 -0
  137. package/addon/utils/css-mappings/eui-avatar.ts +51 -9
  138. package/addon/utils/css-mappings/eui-badge.ts +6 -2
  139. package/addon/utils/css-mappings/eui-beta-badge.ts +22 -0
  140. package/addon/utils/css-mappings/eui-bottom-bar.ts +8 -1
  141. package/addon/utils/css-mappings/eui-button-empty.ts +4 -4
  142. package/addon/utils/css-mappings/eui-button-icon.ts +19 -6
  143. package/addon/utils/css-mappings/eui-button.ts +2 -1
  144. package/addon/utils/css-mappings/eui-card-select.ts +1 -11
  145. package/addon/utils/css-mappings/eui-card.ts +1 -18
  146. package/addon/utils/css-mappings/{eui-code-block-impl.ts → eui-code-block.ts} +0 -0
  147. package/addon/utils/css-mappings/eui-description-list.ts +29 -0
  148. package/addon/utils/css-mappings/eui-empty-prompt.ts +17 -0
  149. package/addon/utils/css-mappings/eui-flyout.ts +21 -1
  150. package/addon/utils/css-mappings/eui-header-links.ts +27 -0
  151. package/addon/utils/css-mappings/eui-health.ts +20 -0
  152. package/addon/utils/css-mappings/eui-icon.ts +94 -70
  153. package/addon/utils/css-mappings/eui-image.ts +17 -2
  154. package/addon/utils/css-mappings/eui-link.ts +21 -0
  155. package/addon/utils/css-mappings/eui-page-body.ts +25 -0
  156. package/addon/utils/css-mappings/eui-page-content-body.ts +17 -0
  157. package/addon/utils/css-mappings/eui-page-content.ts +7 -1
  158. package/addon/utils/css-mappings/eui-page-header.ts +17 -0
  159. package/addon/utils/css-mappings/eui-page-side-bar.ts +17 -0
  160. package/addon/utils/css-mappings/eui-panel.ts +1 -0
  161. package/addon/utils/css-mappings/eui-progress-data.ts +0 -1
  162. package/addon/utils/css-mappings/eui-progress.ts +0 -2
  163. package/addon/utils/css-mappings/eui-range-levels.ts +22 -4
  164. package/addon/utils/css-mappings/eui-tabs.ts +3 -1
  165. package/addon/utils/css-mappings/eui-text-color.ts +3 -2
  166. package/addon/utils/css-mappings/index.ts +23 -3
  167. package/addon/utils/detect-element-resize.js +248 -0
  168. package/addon/utils/markdown/plugins/markdown-add-components/index.ts +1 -0
  169. package/addon/utils/markdown/plugins/{markdown-add-components.ts → markdown-add-components/processor.ts} +14 -7
  170. package/addon/utils/markdown/plugins/markdown-checkbox/index.ts +9 -0
  171. package/addon/utils/markdown/plugins/{markdown-checkbox.ts → markdown-checkbox/parser.ts} +3 -5
  172. package/addon/utils/markdown/plugins/markdown-default-plugins/index.ts +12 -0
  173. package/addon/utils/markdown/plugins/{markdown-default-plugins.ts → markdown-default-plugins/parsing-plugins.ts} +13 -25
  174. package/addon/utils/markdown/plugins/markdown-default-plugins/plugins.ts +32 -0
  175. package/addon/utils/markdown/plugins/markdown-default-plugins/processing-plugins.ts +67 -0
  176. package/addon/utils/markdown/plugins/markdown-default-plugins/ui-plugins.ts +27 -0
  177. package/addon/utils/markdown/plugins/markdown-tooltip/index.ts +2 -0
  178. package/addon/utils/markdown/plugins/{markdown-tooltip.ts → markdown-tooltip/parser.ts} +3 -23
  179. package/addon/utils/markdown/plugins/markdown-tooltip/plugin.ts +17 -0
  180. package/addon/utils/markdown/plugins/to-dom.ts +3 -1
  181. package/addon/utils/markdown/remark/remark-prismjs.ts +41 -0
  182. package/addon/utils/popover/index.ts +87 -35
  183. package/addon/utils/range/index.ts +1 -0
  184. package/app/components/eui-auto-sizer/index.js +1 -0
  185. package/app/components/eui-breadcrumbs/index.js +1 -0
  186. package/app/components/eui-card-select/index.js +1 -0
  187. package/app/components/{eui-code-block-impl → eui-code-block/controls}/index.js +1 -1
  188. package/app/components/{eui-code-block-impl/code-block-controls → eui-code-block/full-screen-display}/index.js +1 -1
  189. package/app/components/eui-code-block/virtualized/index.js +1 -0
  190. package/app/components/eui-description-list/index.js +1 -0
  191. package/app/components/eui-description-list-description/index.js +1 -0
  192. package/app/components/eui-description-list-title/index.js +1 -0
  193. package/app/components/eui-empty-prompt/index.js +1 -0
  194. package/app/components/eui-header-alert/index.js +1 -0
  195. package/app/components/eui-header-breadcrumbs/index.js +1 -0
  196. package/app/components/eui-header-links/index.js +1 -0
  197. package/app/components/eui-hide-for/index.js +1 -0
  198. package/app/components/eui-key-pad-menu/index.js +1 -0
  199. package/app/components/eui-key-pad-menu/key/index.js +1 -0
  200. package/app/components/eui-key-pad-menu-item/index.js +1 -0
  201. package/app/components/eui-link/index.js +1 -0
  202. package/app/components/eui-page-header-content/index.js +1 -0
  203. package/app/components/eui-page-template/index.js +1 -0
  204. package/app/components/eui-show-for/index.js +1 -0
  205. package/app/components/eui-split-panel/inner/index.js +1 -0
  206. package/app/components/eui-split-panel/outer/index.js +1 -0
  207. package/app/utils/copy-to-clipboard.js +1 -0
  208. package/docs/display/avatar-demo/demo1.md +43 -49
  209. package/docs/display/avatar-demo/demo2.md +42 -0
  210. package/docs/display/avatar-demo/demo3.md +33 -0
  211. package/docs/display/avatar-demo/demo4.md +53 -0
  212. package/docs/display/avatar-demo/demo5.md +38 -0
  213. package/docs/display/avatar.md +9 -1
  214. package/docs/display/badge-demo/demo1.md +111 -168
  215. package/docs/display/badge-demo/demo2.md +34 -0
  216. package/docs/display/badge-demo/demo3.md +73 -0
  217. package/docs/display/badge-demo/demo4.md +29 -0
  218. package/docs/display/badge-demo/demo5.md +33 -0
  219. package/docs/display/badge-demo/demo6.md +71 -0
  220. package/docs/display/badge-demo/demo7.md +101 -0
  221. package/docs/display/badge-demo/demo8.md +22 -0
  222. package/docs/display/badge.md +9 -1
  223. package/docs/display/callout-demo/demo1.md +29 -81
  224. package/docs/display/callout-demo/demo2.md +28 -0
  225. package/docs/display/callout-demo/demo3.md +29 -0
  226. package/docs/display/callout-demo/demo4.md +26 -0
  227. package/docs/display/callout.md +15 -1
  228. package/docs/display/card/basic-card-demo/demo1.md +22 -316
  229. package/docs/display/card/basic-card.md +9 -1
  230. package/docs/display/card/beta-badge-demo/demo1.md +47 -0
  231. package/docs/display/card/beta-badge.md +9 -0
  232. package/docs/display/card/checkable-demo/demo1.md +20 -94
  233. package/docs/display/card/checkable-demo/demo2.md +63 -0
  234. package/docs/display/card/checkable.md +9 -1
  235. package/docs/display/card/custom-children-demo/demo1.md +93 -0
  236. package/docs/display/card/custom-children.md +9 -0
  237. package/docs/display/card/footer-demo/demo1.md +77 -0
  238. package/docs/display/card/footer.md +9 -0
  239. package/docs/display/card/images-demo/demo1.md +57 -0
  240. package/docs/display/card/images.md +9 -0
  241. package/docs/display/card/layout-demo/demo1.md +40 -0
  242. package/docs/display/card/layout.md +9 -0
  243. package/docs/display/card/selectable-demo/demo1.md +60 -53
  244. package/docs/display/card/selectable.md +9 -1
  245. package/docs/display/comment-list.md +9 -1
  246. package/docs/display/description-list-demo/demo1.md +54 -0
  247. package/docs/display/description-list-demo/demo2.md +43 -0
  248. package/docs/display/description-list-demo/demo3.md +58 -0
  249. package/docs/display/description-list-demo/demo4.md +42 -0
  250. package/docs/display/description-list-demo/demo5.md +62 -0
  251. package/docs/display/description-list-demo/demo6.md +46 -0
  252. package/docs/display/description-list.md +9 -0
  253. package/docs/display/empty-prompt-demo/demo1.md +49 -0
  254. package/docs/display/empty-prompt.md +11 -0
  255. package/docs/display/health-demo/demo1.md +11 -7
  256. package/docs/display/health-demo/demo2.md +31 -0
  257. package/docs/display/health.md +15 -1
  258. package/docs/display/icons-demo/demo1.md +270 -57
  259. package/docs/display/icons-demo/demo2.md +76 -0
  260. package/docs/display/icons-demo/demo3.md +76 -0
  261. package/docs/display/icons-demo/demo4.md +104 -0
  262. package/docs/display/icons-demo/demo5.md +64 -0
  263. package/docs/display/icons-demo/demo6.md +63 -0
  264. package/docs/display/icons-demo/demo7.md +101 -0
  265. package/docs/display/icons-demo/demo8.md +47 -0
  266. package/docs/display/icons.md +9 -1
  267. package/docs/display/image-demo/demo1.md +15 -50
  268. package/docs/display/image-demo/demo2.md +35 -0
  269. package/docs/display/image-demo/demo3.md +75 -0
  270. package/docs/display/image-demo/demo4.md +80 -0
  271. package/docs/display/image.md +13 -1
  272. package/docs/display/list-group.md +9 -1
  273. package/docs/display/progress-demo/demo1.md +10 -5
  274. package/docs/display/progress-demo/demo2.md +11 -26
  275. package/docs/display/progress-demo/demo3.md +27 -0
  276. package/docs/display/progress-demo/demo4.md +77 -0
  277. package/docs/display/progress.md +9 -1
  278. package/docs/display/stat-demo/demo1.md +0 -118
  279. package/docs/display/stat-demo/demo2.md +24 -22
  280. package/docs/display/stat-demo/demo3.md +39 -0
  281. package/docs/display/stat-demo/demo4.md +50 -0
  282. package/docs/display/stat-demo/demo5.md +25 -0
  283. package/docs/display/stat-demo/demo6.md +40 -0
  284. package/docs/display/stat-demo/demo7.md +84 -0
  285. package/docs/display/stat.md +15 -1
  286. package/docs/display/text-demo/demo1.md +79 -130
  287. package/docs/display/text-demo/demo2.md +71 -0
  288. package/docs/display/text-demo/demo3.md +39 -0
  289. package/docs/display/text.md +20 -1
  290. package/docs/display/title-demo/demo1.md +50 -26
  291. package/docs/display/title.md +9 -1
  292. package/docs/display/tool-tip-demo/demo1.md +57 -100
  293. package/docs/display/tool-tip-demo/demo2.md +35 -29
  294. package/docs/display/tool-tip-demo/demo3.md +52 -0
  295. package/docs/display/tool-tip-demo/demo4.md +77 -0
  296. package/docs/display/tool-tip.md +15 -1
  297. package/docs/editors/code/code-block-demo/demo1.md +21 -40
  298. package/docs/editors/code/code-block-demo/demo2.md +35 -0
  299. package/docs/editors/code/code-block-demo/demo3.md +43 -0
  300. package/docs/editors/code/code-block-demo/demo4.md +28 -0
  301. package/docs/editors/code/code-block-demo/demo5.md +42 -0
  302. package/docs/editors/code/code-block-demo/demo6.md +42 -0
  303. package/docs/editors/code/code-block-demo/demo7.md +853 -0
  304. package/docs/editors/code/code-block-demo/demo8.md +855 -0
  305. package/docs/editors/code/code-block.md +27 -1
  306. package/docs/editors/code/inline-demo/demo1.md +6 -3
  307. package/docs/editors/code/inline.md +9 -1
  308. package/docs/editors/markdown-editor/base-editor-demo/demo1.md +9 -28
  309. package/docs/editors/markdown-editor/base-editor.md +9 -1
  310. package/docs/forms/form-controls/checkbox/demo/demo1.md +49 -0
  311. package/docs/forms/form-controls/checkbox/index.md +34 -0
  312. package/docs/forms/form-controls/{checkbox-group-demo → checkbox-group/demo}/demo1.md +4 -13
  313. package/docs/forms/form-controls/checkbox-group/index.md +35 -0
  314. package/docs/forms/form-controls/{combo-box-demo → combo-box/demo}/demo1.md +8 -2
  315. package/docs/forms/form-controls/{combo-box-demo → combo-box/demo}/demo2.md +10 -8
  316. package/docs/forms/form-controls/combo-box/demo/demo3.md +60 -0
  317. package/docs/forms/form-controls/{combo-box-demo/demo3.md → combo-box/demo/demo4.md} +17 -14
  318. package/docs/forms/form-controls/combo-box/demo/demo5.md +151 -0
  319. package/docs/forms/form-controls/combo-box/index.md +14 -0
  320. package/docs/forms/form-controls/file-picker/demo/demo1.md +29 -0
  321. package/docs/forms/form-controls/file-picker/demo/demo2.md +44 -0
  322. package/docs/forms/form-controls/file-picker/demo/demo3.md +45 -0
  323. package/docs/forms/form-controls/file-picker/demo/demo4.md +63 -0
  324. package/docs/forms/form-controls/file-picker/index.md +30 -0
  325. package/docs/forms/form-controls/{form-control-layout-demo → form-control-layout/demo}/demo1.md +0 -0
  326. package/docs/forms/form-controls/form-control-layout/index.md +38 -0
  327. package/docs/forms/form-controls/{form-control-layout-delimited-demo → form-control-layout-delimited/demo}/demo1.md +41 -37
  328. package/docs/forms/form-controls/form-control-layout-delimited/index.md +32 -0
  329. package/docs/forms/form-controls/number-field/demo/demo1.md +20 -0
  330. package/docs/forms/form-controls/{number-field-demo/demo1.md → number-field/demo/demo2.md} +23 -11
  331. package/docs/forms/form-controls/number-field/index.md +20 -0
  332. package/docs/forms/form-controls/password-field/demo/demo1.md +19 -0
  333. package/docs/forms/form-controls/{password-field-demo/demo1.md → password-field/demo/demo2.md} +12 -8
  334. package/docs/forms/form-controls/password-field/index.md +27 -0
  335. package/docs/forms/form-controls/radio/demo/demo1.md +43 -0
  336. package/docs/forms/form-controls/radio/index.md +32 -0
  337. package/docs/forms/form-controls/radio-group/demo/demo1.md +50 -0
  338. package/docs/forms/form-controls/radio-group/index.md +26 -0
  339. package/docs/forms/form-controls/range/demo/demo1.md +96 -0
  340. package/docs/forms/form-controls/range/demo/demo2.md +62 -0
  341. package/docs/forms/form-controls/{range-demo → range/demo}/demo3.md +10 -12
  342. package/docs/forms/form-controls/{range-demo → range/demo}/demo4.md +16 -18
  343. package/docs/forms/form-controls/{range-demo → range/demo}/demo5.md +18 -20
  344. package/docs/forms/form-controls/range/demo/demo6.md +57 -0
  345. package/docs/forms/form-controls/range/demo/demo7.md +350 -0
  346. package/docs/forms/form-controls/range/index.md +26 -0
  347. package/docs/forms/form-controls/search-field/demo/demo1.md +29 -0
  348. package/docs/forms/form-controls/search-field/index.md +22 -0
  349. package/docs/forms/form-controls/select/demo/demo1.md +29 -0
  350. package/docs/forms/form-controls/select/demo/demo2.md +44 -0
  351. package/docs/forms/form-controls/{select-demo/demo1.md → select/demo/demo3.md} +20 -10
  352. package/docs/forms/form-controls/select/index.md +27 -0
  353. package/docs/forms/form-controls/{switch-demo → switch/demo}/demo1.md +10 -10
  354. package/docs/forms/form-controls/switch/index.md +21 -0
  355. package/docs/forms/form-controls/text-field/demo/demo1.md +35 -0
  356. package/docs/forms/form-controls/text-field/demo/demo2.md +40 -0
  357. package/docs/forms/form-controls/{text-field-demo/demo2.md → text-field/demo/demo3.md} +14 -17
  358. package/docs/forms/form-controls/{text-field-demo/demo1.md → text-field/demo/demo4.md} +18 -32
  359. package/docs/forms/form-controls/text-field/index.md +22 -0
  360. package/docs/forms/form-controls/textarea/demo/demo1.md +21 -0
  361. package/docs/forms/form-controls/textarea/demo/demo2.md +24 -0
  362. package/docs/forms/form-controls/textarea/index.md +22 -0
  363. package/docs/forms/form-layouts/described-form-groups-demo/demo1.md +13 -4
  364. package/docs/forms/form-layouts/described-form-groups.md +9 -1
  365. package/docs/layout/accordion-demo/demo1.md +21 -102
  366. package/docs/layout/accordion-demo/demo2.md +76 -0
  367. package/docs/layout/accordion-demo/demo3.md +25 -0
  368. package/docs/layout/accordion-demo/demo4.md +26 -0
  369. package/docs/layout/accordion-demo/demo5.md +65 -0
  370. package/docs/layout/accordion-demo/demo6.md +78 -0
  371. package/docs/layout/accordion-demo/demo7.md +66 -0
  372. package/docs/layout/accordion-demo/demo8.md +64 -0
  373. package/docs/layout/accordion-demo/demo9.md +114 -0
  374. package/docs/layout/accordion.md +40 -1
  375. package/docs/layout/bottom-bar-demo/demo1.md +32 -49
  376. package/docs/layout/bottom-bar-demo/demo2.md +54 -0
  377. package/docs/layout/bottom-bar-demo/demo3.md +81 -0
  378. package/docs/layout/bottom-bar.md +9 -1
  379. package/docs/layout/flex.md +9 -1
  380. package/docs/layout/flyout-demo/demo1.md +19 -11
  381. package/docs/layout/flyout-demo/demo2.md +43 -28
  382. package/docs/layout/flyout-demo/demo3.md +99 -0
  383. package/docs/layout/flyout-demo/demo4.md +115 -0
  384. package/docs/layout/flyout-demo/demo5.md +59 -0
  385. package/docs/layout/flyout-demo/demo6.md +57 -0
  386. package/docs/layout/flyout-demo/demo7.md +51 -0
  387. package/docs/layout/flyout.md +9 -1
  388. package/docs/layout/header-demo/demo1.md +284 -35
  389. package/docs/layout/header-demo/demo2.md +42 -0
  390. package/docs/layout/header-demo/demo3.md +48 -0
  391. package/docs/layout/header-demo/demo4.md +57 -0
  392. package/docs/layout/header-demo/demo5.md +232 -0
  393. package/docs/layout/header-demo/demo6.md +85 -0
  394. package/docs/layout/header-demo/demo7.md +94 -0
  395. package/docs/layout/header.md +9 -1
  396. package/docs/layout/horizontal-rule.md +9 -1
  397. package/docs/layout/modal-demo/demo1.md +64 -167
  398. package/docs/layout/modal-demo/demo2.md +126 -0
  399. package/docs/layout/modal-demo/demo3.md +55 -0
  400. package/docs/layout/modal-demo/demo4.md +65 -0
  401. package/docs/layout/modal-demo/demo5.md +96 -0
  402. package/docs/layout/modal.md +9 -1
  403. package/docs/layout/page-demo/demo1.md +96 -3
  404. package/docs/layout/page-demo/demo10.md +42 -0
  405. package/docs/layout/page-demo/demo2.md +46 -0
  406. package/docs/layout/page-demo/demo3.md +50 -0
  407. package/docs/layout/page-demo/demo4.md +38 -0
  408. package/docs/layout/page-demo/demo5.md +30 -0
  409. package/docs/layout/page-demo/demo6.md +51 -0
  410. package/docs/layout/page-demo/demo7.md +59 -0
  411. package/docs/layout/page-demo/demo8.md +19 -0
  412. package/docs/layout/page-demo/demo9.md +29 -0
  413. package/docs/layout/page.md +9 -1
  414. package/docs/layout/panel-demo/demo1.md +28 -19
  415. package/docs/layout/panel-demo/demo2.md +22 -0
  416. package/docs/layout/panel-demo/demo3.md +27 -0
  417. package/docs/layout/panel-demo/demo4.md +46 -0
  418. package/docs/layout/panel-demo/demo5.md +81 -0
  419. package/docs/layout/panel.md +15 -1
  420. package/docs/layout/popover-demo/demo1.md +42 -300
  421. package/docs/layout/popover-demo/demo10.md +72 -0
  422. package/docs/layout/popover-demo/demo2.md +306 -96
  423. package/docs/layout/popover-demo/demo3.md +20 -12
  424. package/docs/layout/popover-demo/demo4.md +118 -0
  425. package/docs/layout/popover-demo/demo5.md +252 -0
  426. package/docs/layout/popover-demo/demo6.md +44 -0
  427. package/docs/layout/popover-demo/demo7.md +44 -0
  428. package/docs/layout/popover-demo/demo8.md +50 -0
  429. package/docs/layout/popover-demo/demo9.md +80 -0
  430. package/docs/layout/popover.md +9 -1
  431. package/docs/navigation/breadcrumbs-demo/demo1.md +77 -0
  432. package/docs/navigation/breadcrumbs-demo/demo2.md +61 -0
  433. package/docs/navigation/breadcrumbs-demo/demo3.md +61 -0
  434. package/docs/navigation/breadcrumbs-demo/demo4.md +61 -0
  435. package/docs/navigation/breadcrumbs-demo/demo5.md +61 -0
  436. package/docs/navigation/breadcrumbs-demo/demo6.md +61 -0
  437. package/docs/navigation/breadcrumbs.md +9 -0
  438. package/docs/navigation/button-demo/demo1.md +210 -158
  439. package/docs/navigation/button.md +9 -1
  440. package/docs/navigation/collapsible-nav-demo/demo1.md +21 -44
  441. package/docs/navigation/collapsible-nav-demo/demo2.md +108 -0
  442. package/docs/navigation/collapsible-nav.md +9 -1
  443. package/docs/navigation/key-pad-menu-demo/demo1.md +77 -0
  444. package/docs/navigation/key-pad-menu-demo/demo2.md +102 -0
  445. package/docs/navigation/key-pad-menu-demo/demo3.md +54 -0
  446. package/docs/navigation/key-pad-menu-demo/demo4.md +71 -0
  447. package/docs/navigation/key-pad-menu-demo/demo5.md +65 -0
  448. package/docs/navigation/key-pad-menu.md +9 -0
  449. package/docs/navigation/link-demo/demo1.md +44 -0
  450. package/docs/navigation/link-demo/demo2.md +41 -0
  451. package/docs/navigation/link-demo/demo3.md +45 -0
  452. package/docs/navigation/link-demo/demo4.md +61 -0
  453. package/docs/navigation/link.md +9 -0
  454. package/docs/navigation/side-nav-demo/demo1.md +34 -18
  455. package/docs/navigation/side-nav.md +9 -1
  456. package/docs/navigation/steps-demo/demo1.md +16 -18
  457. package/docs/navigation/steps-demo/demo2.md +18 -21
  458. package/docs/navigation/steps-demo/demo3.md +12 -10
  459. package/docs/navigation/steps-demo/demo4.md +84 -0
  460. package/docs/navigation/steps-demo/demo5.md +29 -0
  461. package/docs/navigation/steps.md +9 -1
  462. package/docs/navigation/tabs.md +9 -1
  463. package/docs/utilities/auto-sizer-demo/demo1.md +34 -0
  464. package/docs/utilities/auto-sizer.md +9 -0
  465. package/docs/utilities/copy-demo/demo1.md +37 -0
  466. package/docs/utilities/copy-demo/demo2.md +70 -0
  467. package/docs/utilities/copy.md +9 -0
  468. package/docs/utilities/mutation-observer.md +9 -1
  469. package/docs/utilities/outside-click-detector.md +9 -1
  470. package/docs/utilities/overlay-mask.md +9 -1
  471. package/docs/utilities/portal.md +9 -1
  472. package/docs/utilities/resize-observer.md +9 -1
  473. package/docs/utilities/responsive-demo/demo1.md +108 -0
  474. package/docs/utilities/responsive.md +9 -0
  475. package/index.js +4 -2
  476. package/package.json +13 -7
  477. package/CHANGELOG.md +0 -1335
  478. package/addon/components/eui-code-block-impl/code-block-controls/index.hbs +0 -33
  479. package/addon/components/eui-code-block-impl/index.hbs +0 -111
  480. package/addon/components/eui-code-block-impl/index.ts +0 -121
  481. package/addon/components/eui-flyout-body/banner/index.hbs +0 -3
  482. package/addon/components/eui-flyout-body/content/index.hbs +0 -3
  483. package/addon/helpers/create-event.ts +0 -30
  484. package/addon/modifiers/get-cursor-node.ts +0 -54
  485. package/addon/modifiers/invalidate-indeterminate.ts +0 -10
  486. package/addon/modifiers/on-event-simulate-event.ts +0 -32
  487. package/app/components/eui-card/eui-card-select/index.js +0 -1
  488. package/app/components/eui-flyout-body/banner/index.js +0 -1
  489. package/app/components/eui-flyout-body/content/index.js +0 -1
  490. package/app/helpers/create-event.js +0 -1
  491. package/app/modifiers/fixed-header.js +0 -1
  492. package/app/modifiers/focus-tab.js +0 -1
  493. package/app/modifiers/get-cursor-node.js +0 -1
  494. package/app/modifiers/invalidate-indeterminate.js +0 -1
  495. package/app/modifiers/on-event-simulate-event.js +0 -1
  496. package/docs/forms/form-controls/checkbox-demo/demo1.md +0 -40
  497. package/docs/forms/form-controls/checkbox-group.md +0 -1
  498. package/docs/forms/form-controls/checkbox.md +0 -1
  499. package/docs/forms/form-controls/combo-box.md +0 -1
  500. package/docs/forms/form-controls/file-picker-demo/demo1.md +0 -28
  501. package/docs/forms/form-controls/file-picker.md +0 -1
  502. package/docs/forms/form-controls/form-control-layout-delimited.md +0 -1
  503. package/docs/forms/form-controls/form-control-layout.md +0 -1
  504. package/docs/forms/form-controls/number-field.md +0 -1
  505. package/docs/forms/form-controls/password-field.md +0 -1
  506. package/docs/forms/form-controls/radio-demo/demo1.md +0 -39
  507. package/docs/forms/form-controls/radio-group-demo/demo1.md +0 -60
  508. package/docs/forms/form-controls/radio-group.md +0 -1
  509. package/docs/forms/form-controls/radio.md +0 -1
  510. package/docs/forms/form-controls/range-demo/demo1.md +0 -61
  511. package/docs/forms/form-controls/range-demo/demo2.md +0 -59
  512. package/docs/forms/form-controls/range-demo/demo6.md +0 -59
  513. package/docs/forms/form-controls/range.md +0 -1
  514. package/docs/forms/form-controls/search-field-demo/demo1.md +0 -31
  515. package/docs/forms/form-controls/search-field.md +0 -1
  516. package/docs/forms/form-controls/select.md +0 -1
  517. package/docs/forms/form-controls/switch.md +0 -1
  518. package/docs/forms/form-controls/text-field.md +0 -1
  519. package/docs/forms/form-controls/textarea-demo/demo1.md +0 -36
  520. package/docs/forms/form-controls/textarea.md +0 -1
package/CHANGELOG.md DELETED
@@ -1,1335 +0,0 @@
1
- # Ember Eui Changelog
2
-
3
- ### Master
4
-
5
- ### 4.2.6
6
- 🐛 Bug / Fixes
7
- `@ember-eui/core`
8
- - `<EuiComboBox />` fix css and html issues for amsterdam theme
9
- - `{{use-state}}` schedule changes for afterRender
10
-
11
- ### 4.2.5
12
- 🐛 Bug / Fixes
13
- `@ember-eui/core`
14
- - `<EuiIcon />` for now use @iconClasses to pass down classes when using svg-jar
15
-
16
- ### 4.2.4
17
- 🐛 Bug / Fixes
18
- `@ember-eui/core`
19
- - `<EuiIcon />` Drop wrapping svg div, add futurist css override
20
- ### 4.2.3
21
- 🐛 Bug / Fixes
22
- `@ember-eui/core`
23
- - Cherry pick 1.6.x fix commit hash https://github.com/prysmex/ember-eui/commit/c4b8a4a259f6b86c2be516fd7427f5e48b28cecd
24
- - Use next for updating the attachTo for `<EuiToolTip />`
25
-
26
- ### 4.2.2
27
- 🐛 Bug / Fixes
28
- `@ember-eui/core`
29
- - fix typing issues
30
-
31
- ### 4.2.1
32
- 🐛 Bug / Fixes
33
- `@ember-eui/core`
34
- - fix markdown editor components
35
-
36
- ### 4.2.0
37
- 🚀 Enhancements
38
- `@ember-eui/core`
39
- - Remove blueprint, inspired by https://github.com/mikkopaderes/ember-cloud-firestore-adapter README.md we should teach users to install peerDependencies manually, which is now required.
40
- - Update docs for this change.
41
-
42
- 🐛 Bug / Fixes
43
- `@ember-eui/core`
44
- - fix markdown editor icons
45
-
46
- ### 4.1.1
47
- 🐛 Bug / Fixes
48
- `@ember-eui/core`
49
- - fix typo in package json defaultBlueprint
50
-
51
- ### 4.1.0
52
- 🐛 Bug / Fixes
53
- `@ember-eui/core`
54
- - @html-next/vertical-collection depend on npm released version 3.0.0-1
55
-
56
- 🚀 Enhancements
57
- `@ember-eui/*`
58
- bump @embroider 1.3.0 regenerating yarn.lock, this finally enables staticComponents flag!
59
-
60
- ### 4.0.9
61
- 🐛 Bug / Fixes
62
- `@ember-eui/core`
63
- - `<EuiIcon>` added hardcoded styling meanwhile we add back svgs to hbs components
64
-
65
- ### 4.0.8
66
- 🐛 Bug / Fixes
67
- `@ember-eui/pikaday`
68
- - Make component much more flexible for easier extending or composition
69
-
70
- ### 4.0.7
71
- 🐛 Bug / Fixes
72
- `@ember-eui/core`
73
- - Since we are no longer exposing sass files, there's no use for this file anymore
74
-
75
- ### 4.0.6
76
- 🐛 Bug / Fixes
77
- `@ember-eui/core`
78
- - Fix named blocks version
79
-
80
- ### 4.0.5
81
- 🐛 Bug / Fixes
82
- `@ember-eui/core`
83
- - Add ember-named-blocks-polyfill back
84
-
85
- ### 4.0.4
86
- 🐛 Bug / Fixes
87
- `@ember-eui/core`
88
- - Fixes some dependencies issues with 4.x breakings
89
- - Adds a blueprint to install ember-focus-trap in host
90
- - Fixes `<EuiPikaday />`
91
-
92
- ### 4.0.0
93
- 💥 Breaking change
94
- `@ember-eui/*`
95
- - Your application must depend on `ember-auto-import` > v2.0.0, please refer to the [migration guides](https://github.com/ef4/ember-auto-import/blob/main/docs/upgrade-guide-2.0.md)
96
-
97
- 🚀 Enhancements
98
- `@ember-eui/*`
99
- - ember v4.1.0 support!
100
-
101
- 🏠 Internal
102
- `@ember-eui/*`
103
- - `ember-cli-update` on all packages for ember >v4.1.0
104
- - Update ember-cli-typescript
105
- - Update docs dependencies for ember 4 support
106
-
107
- ### 3.1.0
108
- 🚀 Enhancements
109
- `@ember-eui/*`
110
- - Embroider ready, in order to use staticComponents you need to have `@embroider` > 1.2.0
111
-
112
- 🐛 Bug / Fixes
113
- `@ember-eui/core`
114
- - `<EuiMarkdownFormat />` and `<EuiMarkdownEditor />` styling bugs and double render issues fixed
115
-
116
- ### 3.0.2
117
- `@ember-eui/core`
118
- 🐛 Bug / Fixes
119
- - Fix `<EuiMarkdownEditor />` icons compatibility with ember-source < 3.27
120
-
121
- ### 3.0.1
122
- `@ember-eui/core`
123
- 🚀 Enhancements
124
- - No longer need to add icons from public icons in ember-eui/core
125
-
126
- ### 3.0.0
127
- 💥 Breaking change
128
- `@ember-eui/*`
129
- - Drops support for ember-source < v3.20.0
130
- - Drops support for node 10
131
- - Drops support for importing sass, elastic eui is migrating to emotion, so its better we just focus on that instead of sass, so we no longer dynamically import template only components for now, this could possibly be achieved later post embroider
132
-
133
- 🏠 Internal
134
- `@ember-eui/*`
135
- - `ember-cli-update --to=3.28.0` on all packages
136
- - Update ember-cli-typescript
137
- - Remove some deprecations like new imports paths and helpers usage and `#with` helper
138
-
139
- ### 2.0.0
140
- 💥 Breaking change
141
- `@ember-eui/core`
142
- - Deprecate `ember-svg-jar` `hbs` strategy for now, just use stock `ember-svg-jar`
143
-
144
- ### 1.6.10
145
- 🐛 Bug / Fixes
146
- `@ember-eui/core`
147
- - `<EuiComboBox />` fixes to `onCreateOption`
148
- ### 1.6.7
149
- 🐛 Bug / Fixes
150
- `@ember-eui/core`
151
- - `<EuiComboBox />` Call `onChange` after `onCreateOption` is triggered
152
- ### 1.6.5
153
- 🐛 Bug / Fixes
154
- `@ember-eui/core`
155
- - `<EuiComboBox />` hide clear button when disabled
156
- - `<EuiComboBox />` close options dropdown after creating option
157
-
158
- ### 1.6.3
159
- 🐛 Bug / Fixes
160
- `@ember-eui/core`
161
- - Fix inline-styling weird bug
162
-
163
- ### 1.6.2
164
- 🐛 Bug / Fixes
165
- `@ember-eui/validated-form`
166
- - Bubble the change correctly from `<Form.FieldMarkdownEditor />`
167
- ### 1.6.1
168
- 🐛 Bug / Fixes
169
- `@ember-eui/core`
170
- - Add default yield block for `<EuiStat />`
171
-
172
- ### 1.6.0
173
- 🚀 Enhancements
174
- `@ember-eui/core`
175
- - `<EuiStat/>` component!
176
- ### 1.5.0
177
- 🚀 Enhancements
178
- `@ember-eui/validated-form`
179
- - Allow providing an markdown-editor componet for easier composability
180
-
181
- ### 1.4.0
182
- 🚀 Enhancements
183
- - Easier extending of processing plugins, add demo
184
-
185
- ### 1.3.5
186
- 🐛 Bug / Fixes
187
- - Urls for markdown editor icons
188
-
189
- ### 1.3.4
190
- 🐛 Bug / Fixes
191
- - Fix docs related to ember-svg-jar and netlify demo
192
-
193
- ### 1.3.0 - 1.3.3
194
- 🐛 Bug / Fixes
195
- - Ts bugs
196
-
197
- ### 1.3.0
198
- 🚀 Enhancements
199
- `@ember-eui/core`
200
- - `<EuiMarkdownEditor />` `<EuiMarkdownFormat />` `<EuiCode />` `<EuiCopy />` `<EuiCodeBlock />`
201
-
202
- `@ember-eui/validated-form`
203
- - `<Form.FieldMarkdownEditor />`
204
-
205
-
206
- ### 1.2.6
207
- 🐛 Bug / Fixes
208
- - Update ember-svg-jar dependency
209
-
210
- ### 1.2.5
211
- 🐛 Bug / Fixes
212
- `@ember-eui/core`
213
- - Fix `<EuiComboBox/>` isClereable
214
-
215
- ### 1.2.4
216
- 🏠 Internal
217
- `@ember-eui/changeset-form`,`@ember-eui/validated-form`
218
- - Pass down isCleareable to <EuiComboBox /> wrapped components
219
-
220
- ### 1.2.3
221
- 🚀 Enhancements
222
- `@ember-eui/core`
223
- - add errorMessage for validatable-control for i18n or so
224
-
225
- 🏠 Internal
226
- `@ember-eui/core`
227
- - update ember-power-select in order to be able to pass attributes to trigger
228
-
229
- ### 1.2.2
230
- 🐛 Bug / Fixes
231
- `@ember-eui/core`
232
- - add styling for fake input
233
-
234
- ### 1.2.1
235
- 🐛 Bug / Fixes
236
- `@ember-eui/core`
237
- - add tabindex to fake input for `<EuiComboBox />`
238
-
239
- ### 1.2.0
240
- 🚀 Enhancements
241
- `@ember-eui/core`
242
- - add fake input for html form validation to combobox
243
-
244
-
245
- ### 1.1.0
246
- 🚀 Enhancements
247
- `@ember-eui/core`
248
- - Pass down isInvalid to `<EuiComboBox>` `<EuiRangeField>`
249
-
250
- `@ember-eui/pikaday`
251
- - Pass down isInvalid to `<EuiPikaday>`
252
-
253
- ### 1.0.8
254
- 🚀 Enhancements
255
- `@ember-eui/validated-form`
256
- - use this instead of args in template so host can customize for fields
257
-
258
- `@ember-eui/changeset-form`
259
- - use this instead of args in template so host can customize for fields
260
- ### 1.0.7
261
- 🚀 Enhancements
262
- `@ember-eui/validated-form`
263
- - add rowExtra for easier customization
264
-
265
- `@ember-eui/changeset-form`
266
- - add rowExtra for easier customization
267
-
268
- ### 1.0.6
269
- 🐛 Bug / Fixes
270
- `@ember-eui/core`
271
- - fix nested accordions not hiding child content properly by `@mtrunt`
272
-
273
- 📝 Documentation
274
- - docs for described form
275
-
276
- ### 1.0.5
277
- 🐛 Bug / Fixes
278
- `@ember-eui/validated-form`
279
- - fix isDestroying, isDestroyed for validated form
280
-
281
- ### 1.0.4
282
- 🐛 Bug / Fixes
283
- `@ember-eui/core`
284
- - Pass @disable to `<EuiTab>`
285
-
286
- ### 1.0.3
287
- 🐛 Bug / Fixes
288
- `@ember-eui/validated-form`
289
- - fix initially building error messages
290
-
291
- ### 1.0.2
292
- 🐛 Bug / Fixes
293
- `@ember-eui/core`
294
- - guard @onClose for pill close button on ComboBox
295
-
296
- ### 1.0.1
297
- 🐛 Bug / Fixes
298
- `@ember-eui/validated-form`
299
- - do not bubble single values for singleSelection, embrace arrays
300
- `@ember-eui/changeset-form`
301
- - do not bubble single values for singleSelection, embrace arrays
302
-
303
- ### 1.0.0
304
- 💥 Breaking
305
- `@ember-eui/core`
306
- - drop to-array casting for eui-combo-box to match elastic ui API
307
-
308
- ### 0.8.0
309
- 🚀 Enhancements
310
- `@ember-eui/core`
311
- - Ease of usage for title block in `<EuiCard />`
312
-
313
- ### 0.7.17
314
- 🐛 Bug / Fixes
315
- `@ember-eui/validated-form`
316
- - Adds @placeholder and @dropdownClass
317
- `@ember-eui/changeset-form`
318
- - Adds @placeholder and @dropdownClass
319
-
320
- ### 0.7.15
321
- 🐛 Bug / Fixes
322
- `@ember-eui/validated-form`
323
- - Adds ember-cached-decorator-polyfill
324
- ### 0.7.14
325
-
326
- 🐛 Bug / Fixes
327
- `@ember-eui/core`
328
- - Guard to-initials helper for name and initials undefined
329
- - Enable `<EuiRangeTrack />` assertions
330
-
331
- ### 0.7.13
332
-
333
- 🚀 Enhancements
334
- `@ember-eui/core`
335
- - Add min, max, prependValue, value, appendValue to <EuiRange/>, <EuiDualRange /> for usage in
336
- Validated and Changeset Forms addons
337
-
338
- ### 0.7.12
339
-
340
- 🚀 Enhancements
341
- `@ember-eui/core`
342
- - Allow to custormize labels and values for `<EuiRange />`
343
-
344
- ### 0.7.11
345
-
346
- 🐛 Bug / Fixes
347
- `@ember-eui/core`
348
- - Use `ember-set-helper` for `<EuiModal />`
349
- - Bump `ember-power-select`
350
-
351
- ### 0.7.10
352
-
353
- 🐛 Bug / Fixes
354
- `@ember-eui/core`
355
- - Bump `ember-cli-babel`
356
-
357
- ### 0.7.9
358
-
359
- 🐛 Bug / Fixes
360
- `@ember-eui/*`
361
- - Move `ember-cli-resolve-asset` from dependencies to devDependencies.
362
-
363
- ### 0.7.8
364
-
365
- 🚀 Enhancements
366
- `@ember-eui/core`
367
- - Add `@target` to `<EuiButton />`
368
-
369
- ### 0.7.7
370
-
371
- 🐛 Bug / Fixes
372
- `@ember-eui/core`
373
- - Remove unused modifier function from `<EuiComboBox>` trigger component
374
-
375
- ### 0.7.6
376
-
377
- 🐛 Bug / Fixes
378
- `@ember-eui/core`
379
- - Remove partial ability to place blocks for `<EuiComboBox />` for now
380
- ### 0.7.5
381
-
382
- 🚀 Enhancements
383
- `@ember-eui/*`
384
- - Add partial ability to place blocks for `<EuiComboBox />`
385
- ### 0.7.4
386
-
387
- 🏠 Internal
388
- `@ember-eui/*`
389
- - Update package.json to ember-svg-jar github:betocantu93/ember-svg-jar#add-bundle-flag
390
-
391
- ### 0.7.3
392
-
393
- 🏠 Internal
394
- `@ember-eui/core`
395
- - Update ember-element-helper
396
-
397
- ### 0.7.2
398
-
399
- 🐛 Bug / Fixes
400
- `@ember-eui/*`
401
- - Fix resolving assets using optional resolve-asset
402
-
403
- `@ember-eui/core`
404
- - `<EuiComboBox />` Fix placeholder styling
405
- - `<EuiFieldNumber />` Pass @step argument
406
-
407
-
408
- ### 0.7.1
409
-
410
- 🐛 Bug / Fixes
411
-
412
- - Update package.json to ember-svg-jar github:betocantu93/ember-svg-jar#only-resolve-asset-interface
413
-
414
- ### 0.7.0
415
- 🚀 Enhancements
416
- `@ember-eui/*`
417
- - Pin volta node 12
418
- - Update ember-svg-jar fork
419
-
420
- ### 0.6.18
421
- 🚀 Enhancements
422
- `@ember-eui/core`
423
- - Add `@className` to `<EuiCheckbox />`
424
-
425
- 🐛 Bug / Fixes
426
- `@ember-eui/core`
427
- - fix: Fix condition in on-event-simulate-event modifier
428
-
429
- `@ember-eui/validated-form`
430
- - Add `@searchMessage` to `<FieldComboBox />`
431
-
432
- ### 0.6.17
433
- 🐛 Bug / Fixes
434
- `@ember-eui/validated-form`
435
- - Add `@search` to `<FieldComboBox />`
436
-
437
- ### 0.6.16
438
- 🚀 Enhancements
439
- `@ember-eui/core`
440
- - Add `@triggerClassName` to `<EuiAccordion />`
441
-
442
- ### 0.6.15
443
- 🚀 Enhancements
444
- `@ember-eui/core`
445
- - Add MouseEvent type in create-event helper
446
-
447
- 🐛 Bug / Fixes
448
- `@ember-eui/core`
449
- - fix: Prevent recursion on events that bubble in on-event-simulate-event modifier
450
-
451
- ### 0.6.14
452
- 🐛 Bug / Fixes
453
- `@ember-eui/core`
454
- - fix: piquito for `<EuiPopover />`
455
-
456
- ### 0.6.13
457
- 🐛 Bug / Fixes
458
- `@ember-eui/core`
459
- - fix: piquito for `<EuiPopover />`
460
-
461
- ### 0.6.12
462
- 🐛 Bug / Fixes
463
- `@ember-eui/core`
464
- - fix: add panelClasses to `<EuiPopover />`
465
-
466
- ### 0.6.11
467
- 🐛 Bug / Fixes
468
- `@ember-eui/core`
469
- - fix: Add disabled as arg to `<EuiCheckbox />`
470
-
471
- `@ember-eui/pikaday`
472
- - fix: Add disabled arg to `<EuiPikaday />`
473
-
474
- ### 0.6.10
475
- 🐛 Bug / Fixes
476
- - fix: Don't use changeset for `@ember-eui/validated-form`
477
-
478
- ### 0.6.9
479
- 🐛 Bug / Fixes
480
- - fix: Pass down `@renderInPlace` to `<ValidatedForm />`
481
-
482
- ### 0.6.8
483
- 🐛 Bug / Fixes
484
- -re-release
485
- ### 0.6.7
486
- 🐛 Bug / Fixes
487
- `@ember-eui/core`
488
- - fix: `{{to-array}}` now unwraps proxies
489
-
490
- ### 0.6.6
491
- 🐛 Bug / Fixes
492
- `@ember-eui/core`
493
- - fix: `<EuiComboBox />` fix isDisabled class
494
-
495
- ### 0.6.5
496
- 🐛 Bug / Fixes
497
- `@ember-eui/validated-form`
498
- - fix: ensure using to .toArray() before splatting
499
-
500
- ### 0.6.4
501
- 🐛 Bug / Fixes
502
- - Use `this` in order to be able to override or extend in consuming apps
503
- - `@ember-eui/core` `<EuiComboBox />` Fix spacing for default `@customOptionLabel`
504
-
505
- ### 0.6.3
506
- 🐛 Bug / Fixes
507
- - General `@disabled` argument standarization across packages.
508
- - `@ember-eui/validated-form` Fix double rendering issues
509
-
510
- ### 0.6.2
511
- 🚀 Enhancements
512
- - `@ember-eui/core` `<EuiComboBox />` now supports @customOptionText
513
-
514
- ### 0.6.1
515
- 🚀 Enhancements
516
- - `@ember-eui/core` `<EuiComboBox />` now supports onCreateOption, to build tag-like experience
517
-
518
- ### 0.6.0
519
- 🏠 Internal
520
- - Updat `ember-set-helper`
521
-
522
- ### 0.5.14
523
- 🐛 Bug / Fixes
524
- - `@ember-eui/validated-form` i18n fixes
525
-
526
- ### 0.5.13
527
- 🚀 Enhancements
528
- - `@ember-eui/validated-form` use `validators/messages` to allow i18n
529
-
530
- 🐛 Bug / Fixes
531
- - Fixes an issue were collapsible nav was removing the class while other was still rendered
532
-
533
- ### 0.5.12
534
- 🐛 Bug / Fixes
535
- - `@ember-eui/validated-form` reverted this.isInvalid for validated-form, it causes rendering issues
536
-
537
- ### 0.5.11
538
- 🐛 Bug / Fixes
539
- - Update `<EuiForm />` `@error` was always showing
540
-
541
- ### 0.5.10
542
- 🚀 Enhancements
543
- - `@ember-eui/validated-form` `@isInvalid`, `@invalidCallout` to `<EuiForm />`
544
-
545
- ### 0.5.9
546
- 🚀 Enhancements
547
- - `@ember-eui/validated-form` `@error`, `@errorTitle` to `<EuiForm />` and pass down `@isDisabled` to all components
548
-
549
- ### 0.5.8
550
- 🚀 Enhancements
551
- - `@ember-eui/validated-form` adds `<EuiSwitch />`
552
-
553
- ### 0.5.7
554
- 🐛 Bug / Fixes
555
- - Update `ember-changset-validations` fork to use `#dont-mutate` branch for `ember-validators`
556
-
557
- ### 0.5.6
558
- 🐛 Bug / Fixes
559
- - Remove typo
560
-
561
- ### 0.5.5
562
- 🐛 Bug / Fixes
563
- - `@ember-eui/validated-form` use ember-validators fork to stop mutation for date and format validators
564
-
565
- ### 0.5.4
566
- 🚀 Enhancements
567
- - `@ember-eui/validated-form` allow extensability of validations
568
-
569
- ### 0.5.3
570
- 🐛 Bug / Fixes
571
- - Adds formId to form, and pass down fullScreen
572
-
573
- ### 0.5.1...0.5.2
574
- 🏠 Internal
575
- - Re release
576
-
577
- ### 0.5.0
578
-
579
- 🚀 Enhancements
580
- - `@ember-eui/validated-form` package, to simplier form validations.
581
-
582
- 🐛 Bug / Fixes
583
- - `<EuiPopovers/>` Fix blurry popovers on Chrome due to will-change prop
584
-
585
- ### 0.4.6
586
-
587
- 🚀 Enhancements
588
- - `Splattributes` to pikaday
589
-
590
- ### 0.4.5
591
-
592
- 🚀 Enhancements
593
- - Bumps ember-changeset spike
594
-
595
- ### 0.4.4
596
-
597
- 🚀 Enhancements
598
- - Bumps ember-power-select
599
-
600
-
601
- ### 0.4.3
602
-
603
- 🚀 Enhancements
604
- - Bumps ember-changeset with a bugfix for safetely getting target props
605
-
606
- ### 0.4.2
607
-
608
- 🐛 Bug / Fixes
609
- - Removes console.log
610
-
611
- ### 0.4.1
612
-
613
- 🐛 Bug / Fixes
614
- - Exports `chageset-form/eui-changeset-form/fields/field-base.js`
615
-
616
- ### 0.4.0
617
-
618
- 🚀 Enhancements
619
- - Made `<EuiChangesetForm::Fields::FieldComboBox />` more manual but more flexible, now you have to passdown `@selectedOptions` and `@onChange`
620
-
621
- ### 0.3.4
622
-
623
- 🐛 Bug / Fixes
624
- - Remove hardcoded @searchEnabled from `<EuiComboBox />`
625
-
626
- ### 0.3.3
627
-
628
- 🐛 Bug / Fixes
629
- - Remove default searchField from `<EuiChangesetForm::Fields::FieldComboBox />`
630
-
631
- ### 0.3.2
632
-
633
- 🐛 Bug / Fixes
634
- - Pass down @rows to `<EuiChangesetForm::Fields::FieldTextArea />`
635
-
636
- ### 0.3.1
637
-
638
- 🐛 Bug / Fixes
639
- - Change name of generated components file for imports.
640
-
641
- ### 0.3.0
642
-
643
- 🚀 Enhancements
644
- - Adds ability to use `<EuiIcon />` inside `<EuiAvatar />`, the downside is an small override on the css, this should be removed later on when we have time to bump elastic-eui styles.
645
-
646
- ### 0.2.8
647
-
648
- 🐛 Bug / Fixes
649
- - `<EuiChangesetForm::Fields::FieldComboBox />` now sets string for singleSelection instead of array of 1 position
650
-
651
- ### 0.2.7
652
-
653
- 🚀 Enhancements
654
- - Fixes performance issues and bugs around ember-changeset, we currently depend on a PR [ember-changeset](https://github.com/poteto/ember-changeset/pull/586)
655
-
656
- 🐛 Bug / Fixes
657
- - Adds `ember-composable-helpers` to dependencies
658
- - renamed `@onInput` to `@onChange` for `<EuiChangesetForm::Fields::FieldRangeSlider />`
659
-
660
- ### 0.2.6
661
-
662
- 🚀 Enhancements
663
- - Adds `toArray` for changeset-form checkbox group
664
-
665
- ### 0.2.5
666
-
667
- 🚀 Enhancements
668
- - `@valueKey` and `@labelKey` for `<EuiCheckboxGroup />` and `<EuiRadioGroup />` so you don't have to map to { id, value }
669
-
670
- ### 0.2.4
671
-
672
- 🚀 Enhancements
673
- - Moves splattributes to the wrapped field for changeset-form
674
-
675
- ### 0.2.3
676
-
677
- 🐛 Bug / Fixes
678
- - Add `<EuiFormRow />` to changeset-form/fields/switch
679
-
680
- ### 0.2.2
681
-
682
- 🐛 Bug / Fixes
683
- - Typo in ChangesetForm NumberField => FieldNumber
684
-
685
- ### 0.2.1
686
-
687
- 🐛 Bug / Fixes
688
- - Bugfixes in `<EuiFlexGrid />` and `<EuiPage />`
689
-
690
- ### 0.2.0
691
-
692
- 🚀 Enhancements
693
- - Changeset Form Components
694
- - `<EuiComboBox />` Added to changeset-form package
695
-
696
-
697
- ### 0.1.29
698
-
699
- 🚀 Enhancements
700
- - `<EuiComboBox />` first iteration
701
-
702
- ### 0.1.28
703
-
704
- 🐛 Bug / Fixes
705
- - Remove html type attribute from `<EuiTextArea />` underlaying `<textarea>`
706
-
707
- ### 0.1.27
708
-
709
- 🚀 Enhancements
710
- - Block for `<EuiBetaBadge />`
711
-
712
- ### 0.1.26
713
-
714
- 🐛 Bug / Fixes
715
- - Add optional helper on "onClose" toasts actions
716
- - Fix deploys
717
-
718
- ### 0.1.24
719
-
720
- 🐛 Bug / Fixes
721
- - Optional chaining for changeset access in changeset-form base field
722
-
723
- ### 0.1.23
724
-
725
- 🚀 Enhancements
726
- - `<EuiCard />` don't show description markup if there's no description block or arg
727
-
728
- ### 0.1.22
729
-
730
- 🐛 Bug / Fixes
731
- - Updates internal `this.value` if `@value` changes for `<EuiFieldSearch />`
732
-
733
- ### 0.1.21
734
-
735
- 🐛 Bug / Fixes
736
- - Fix `arg-or-default` for id on `<EuiChangesetForm />`
737
-
738
- ### 0.1.20
739
-
740
- 🚀 Enhancements
741
-
742
- - Adds id to the `<EuiChangesetForm />` and all the underlaying components
743
-
744
- ### 0.1.19
745
-
746
- 🐛 Bug / Fixes
747
- - Adds splattributes to `<EuiChangesetForm />`
748
-
749
- ### 0.1.18
750
-
751
- 🐛 Bug / Fixes
752
- - Guards for name.length `<EuiAvatar />`
753
-
754
- ### 0.1.16
755
-
756
- 🐛 Bug / Fixes
757
- - Adds `@value` to input when controlOnly is `true`
758
- - Adds placeholder and autofocus to changeset fields
759
-
760
- ### 0.1.15
761
-
762
- 🐛 Bug / Fixes
763
- - `<EuiGlobalToastList />` Remove padding when empty as expected
764
- - `<EuiChangesetForm />` Rename all fields names for consistency
765
- - - Ej. `<Form.PasswordField />` to `<Form.FieldPassword />`
766
-
767
- ### 0.1.13
768
-
769
- 🚀 Enhancements
770
-
771
- Addons
772
- - `@ember-eui/pikaday`
773
-
774
- ### 0.1.12
775
-
776
- 🚀 Enhancements
777
- - expose hasSubmitted for changeset-form
778
-
779
- Components
780
-
781
- - `<EuiToast>`
782
- - `<EuiGlobalToastList>`
783
-
784
- Services
785
-
786
- - `EuiToasterService`
787
-
788
- ### 0.1.11
789
-
790
- 🐛 Bug / Fixes
791
- - `<EuiCard />` `<:icon>` block fixes
792
-
793
- ### 0.1.10
794
-
795
- 🐛 Bug / Fixes
796
- - Add ember-set-body-class to @ember-eui/core `dependencies`
797
- ### 0.1.9
798
-
799
- 🐛 Bug / Fixes
800
- - EuiOverlayMask bugfixes
801
- ### 0.1.7
802
-
803
- 📝 Documentation
804
- - Minor fixes
805
- ### 0.1.6
806
-
807
- 📝 Documentation
808
- - Revamp/extract docs to include changeset-form addon, we no longer use the dummy app, instead use site.
809
-
810
- ### 0.1.5
811
-
812
- 🚀 Enhancements
813
-
814
- - Added `<:icon>` named block to `<EuiCard />`
815
-
816
- ### 0.1.4
817
-
818
- 🐛 Bug / Fixes
819
-
820
- - Fixes lots of named blocks issues with wrapped fields
821
-
822
- 🚀 Enhancements
823
-
824
- - Added `<:title>` and `<:description>` named block to `<EuiCard />`
825
-
826
- Components
827
-
828
- - `<EuiChangesetForm::Fields::DualRangeSliderField>`
829
-
830
- ### 0.1.1
831
-
832
- `Breaking`: moved project to monorepo. Now you should install from `@ember-eui/core`
833
-
834
- 🚀 Enhancements
835
-
836
- Components
837
-
838
- - `<EuiCheckableCard>`
839
-
840
- Packages
841
- - Added `changeset-form` inspired by [@frontile/changeset-form](https://github.com/josemarluedke/frontile/tree/master/packages/changeset-form)
842
-
843
-
844
- ### 0.0.57
845
-
846
- 🐛 Bug / Fixes
847
-
848
- - Move `ember-style-modifier` to deps
849
-
850
- ### 0.0.56
851
-
852
- 🚀 Enhancements
853
-
854
- Components
855
-
856
- - `<EuiToolTip>`
857
- - `<EuiToolTipPopover>`
858
- - `<EuiIconTip>`
859
-
860
- Dependencies
861
-
862
- - - `ember-set-body-class`
863
-
864
- 🐛 Bug / Fixes
865
-
866
- - Remove a few console logs
867
- - Rename a few classes
868
- - Use ts for every component
869
-
870
- ### 0.0.55
871
-
872
- 🚀 Enhancements
873
-
874
- Components
875
-
876
- - `<EuiRangeHighlight>`
877
- - `<EuiRangeInput>`
878
- - `<EuiRangeLabel>`
879
- - `<EuiRangeLevels>`
880
- - `<EuiRangeSlider>`
881
- - `<EuiRangeThumb>`
882
- - `<EuiRangeTicks>`
883
- - `<EuiRangeTooltip>`
884
- - `<EuiRangeTrack>`
885
- - `<EuiRangeWrapper>`
886
- - `<EuiRange>`
887
- - `<EuiDualRange>`
888
-
889
- Modifiers
890
-
891
- Convert all to Typescript.
892
-
893
- - `{{resize-observer}}`
894
- - `{{simple-style}}`
895
- - `{{on-event-simulate-event}}`
896
-
897
- Helpers
898
-
899
- - `{{cast-to}}`
900
- - `{{create-event}}`
901
- - `{{get-range-tick}}`
902
-
903
- New deps
904
-
905
- - `ember-style-modifier`
906
- - `lodash-es`
907
-
908
- - `<EuiPage>` Support paddingSize prop
909
-
910
- 🐛 Bug / Fixes
911
-
912
- - `<EuiBottomBar>` Use EuiPortal
913
-
914
- ### 0.0.54
915
-
916
- 🚀 Enhancements
917
-
918
- Components
919
-
920
- - `<EuiPopover>`
921
- - `<EuiPopoverFooter>`
922
- - `<EuiPopoverTitle>`
923
- - `<Portal>`
924
-
925
- Modifiers
926
-
927
- - `{{outside-click-detector}}`
928
- - `{{mutation-observer}}`
929
-
930
- 🐛 Bug / Fixes
931
-
932
- - `<EuiListGroupItem>` Fix DOM structure and styles
933
- - `{{screen-reader-only}}` bugfixes
934
-
935
- ### 0.0.53
936
-
937
- 🐛 Bug / Fixes
938
-
939
- - Fix Search field demo
940
-
941
- ### 0.0.52
942
-
943
- 🚀 Enhancements
944
-
945
- - `<EuiBottomBar>`
946
- - `<EuiFieldSearch>`
947
- - `<EuiFilePicker>`
948
-
949
- ### 0.0.51
950
-
951
- 🚀 Enhancements
952
-
953
- Components
954
-
955
- - `<EuiCheckbox>`
956
- - `<EuiCheckboxGroup>`
957
- - `<EuiFieldNumber>`
958
- - `<EuiFieldPassword>`
959
- - `<EuiFieldText>`
960
- - `<EuiFormControlLayoutClearButton>`
961
- - `<EuiFormControlLayoutClearCustomIcon>`
962
- - `<EuiFormControlLayoutDelimited>`
963
- - `<EuiFormControlLayoutIcons>`
964
- - `<EuiFormControlLayout>`
965
- - `<EuiFormErrorText>`
966
- - `<EuiFormFielset>`
967
- - `<EuiFormHelpText>`
968
- - `<EuiFormLegend>`
969
- - `<EuiFormRow>`
970
- - `<EuiForm>`
971
- - `<EuiRadioGroup>`
972
- - `<EuiRadio>`
973
- - `<EuiSelect>`
974
- - `<EuiSwitch>`
975
- - `<EuiTextArea>`
976
- - `<EuiTextArea>`
977
-
978
- Helpers
979
-
980
- - `{{nullish}}`
981
- - `{{starts-with}}`
982
-
983
- Modifiers
984
-
985
- - `{{invalidate-indeterminate}}`
986
- - `{{screen-reader-only}}`
987
- - `{{validatable-control}}`
988
-
989
- 🐛 Bug / Fixes
990
-
991
- - `<EuiText>` `@grow` defaults to true
992
- - `<EuiCard>` selectable bugfixes
993
- - Prevent inline style of maxWidth as undefined on modal
994
- - Fix EuiCollapsibleNavGroup title styling
995
-
996
- 🏠 Internal
997
-
998
- - Refactor `class-names` helper for more clarity and perceived performance(?)
999
-
1000
- ### 0.0.50
1001
-
1002
- 🚀 Enhancements
1003
-
1004
- - `<EuiListGroup>`
1005
- - `<EuiListGroupItem/>`
1006
-
1007
- ### 0.0.49
1008
-
1009
- 🚀 Enhancements
1010
-
1011
- - `<EuiFlyout>`
1012
- - `<EuiCommentList/>`
1013
-
1014
- ### 0.0.48
1015
-
1016
- 🐛 Bug / Fixes
1017
-
1018
- - Update package.json to ember-svg-jar github:betocantu93/ember-svg-jar#ember-eui-hbs
1019
-
1020
- ### 0.0.47
1021
-
1022
- 🐛 Bug / Fixes
1023
-
1024
- - Fix default `focus-trap`
1025
-
1026
- ### 0.0.46
1027
-
1028
- 🚀 Enhancements
1029
-
1030
- - Add `@iconClasses` to buttons
1031
-
1032
- ### 0.0.45
1033
-
1034
- 🚀 Enhancements
1035
-
1036
- - Add `{{yield}}` to `<EuiButtonIcon>` useful for stuff like adding tooltips or so
1037
-
1038
- ### 0.0.44
1039
-
1040
- 🐛 Bug / Fixes
1041
-
1042
- - Add missing `{{yield}}` to `<EuiHeaderLink />`
1043
-
1044
- 🚀 Enhancements
1045
-
1046
- - Allow defaulting to always use `<Svg/>` component from `ember-svg-jar`, you can still override with `@useSvg={{false}}` to render an icon as img
1047
-
1048
- ```ts
1049
- config['@ember-eui/core']['eui-icon'].useSvg;
1050
- ```
1051
-
1052
- ### 0.0.43
1053
-
1054
- 🐛 Bug / Fixes
1055
-
1056
- - Add missing `{{on "clicks"}}` for `<EuiButton />` around the codebase
1057
-
1058
- ### 0.0.42
1059
-
1060
- 🚀 Enhancements
1061
-
1062
- - Use `{{on "click"}}` instead of `@onClick` for `<EuiButton />` `<EuiButtonEmpty/>` `<EuiButtonIcon />`
1063
-
1064
- ### 0.0.41
1065
-
1066
- 🐛 Bug / Fixes
1067
-
1068
- - Add missing colors to `<EuiButtonEmpty />`
1069
-
1070
- ### 0.0.40
1071
-
1072
- 🚀 Enhancements
1073
-
1074
- - `<EuiTabs />`
1075
- - `<EuiTabbedContent />`
1076
- - Husky for prettier
1077
-
1078
- ### 0.0.39
1079
-
1080
- 🚀 Enhancements
1081
-
1082
- - `<EuiSteps />`
1083
-
1084
- ### 0.0.38
1085
-
1086
- 🚀 Enhancements
1087
-
1088
- - `<EuiProgress />`
1089
-
1090
- ### 0.0.37
1091
-
1092
- 🚀 Enhancements
1093
-
1094
- - `<EuiLoadingContent />`
1095
- - Allow @useSvg to force `<EuiIcon/>` to use `<Svg>` from ember-svg-jar
1096
-
1097
- ### 0.0.36
1098
-
1099
- 🚀 Enhancements
1100
-
1101
- - Accept `@type` for `<EuiButton />` to avoid a bug with merging `...attributes`
1102
-
1103
- ### 0.0.35
1104
-
1105
- 🐛 Bug / Fixes
1106
-
1107
- - Change onClick to `@onClick` in most clickable components
1108
-
1109
- ### 0.0.34
1110
-
1111
- 🏠 Internal
1112
-
1113
- - Added netlify link for opensource
1114
-
1115
- ### 0.0.33
1116
-
1117
- 🏠 Internal
1118
-
1119
- - Locks @elastic/eui version to 31.0.0
1120
- - Updates icon mappings
1121
-
1122
- ### 0.0.32
1123
-
1124
- 🚀 Enhancements
1125
-
1126
- - Docfy docs
1127
- - EuiCollapsibleNav
1128
-
1129
- ### 0.0.31
1130
-
1131
- 🚀 Enhancements
1132
-
1133
- - Customize focusTrapOptions for `focus-trap` helper inside <EuiModal />
1134
-
1135
- ### 0.0.30
1136
-
1137
- 🏠 Internal
1138
-
1139
- - Bump ember-svg-jar
1140
-
1141
- ### 0.0.29
1142
-
1143
- - Fix inline-styles and <EuiModal /> type with restrictWidth, should be maxWidth
1144
-
1145
- ### 0.0.28
1146
-
1147
- - Add ember-in-element-polyfill
1148
-
1149
- ### 0.0.27
1150
-
1151
- - Move `ember-keyboard` and `ember-focus-trap` from devDependencies to dependencies
1152
-
1153
- ### 0.0.26
1154
-
1155
- - Rename <Text /> component to <TextBlock>
1156
-
1157
- ### 0.0.25
1158
-
1159
- - Updates to elastic ui to 31.0.0
1160
-
1161
- ### 0.0.24
1162
-
1163
- 🚀 Enhancements
1164
-
1165
- - EuiModal
1166
-
1167
- ### 0.0.23
1168
-
1169
- 🚀 Enhancements
1170
-
1171
- - EuiCallOut may now receive named blocks <:title> </:title> <:body> <:/body>
1172
-
1173
- 🏠 Internal
1174
-
1175
- - Installed ember-named-blocks-polyfill
1176
-
1177
- ### 0.0.22
1178
-
1179
- 🐛 Bug / Fixes
1180
-
1181
- - Renames EuiCallout to EuiCallOut
1182
-
1183
- ### 0.0.21
1184
-
1185
- 🐛 Bug / Fixes
1186
-
1187
- - Fixes a few missing props for EuiPage, EuiPageBody, EuiPanel and EuiCard
1188
- - Fixes EuiHorizontalRule not receiving splattributes
1189
-
1190
- ### 0.0.20
1191
-
1192
- 🚀 Enhancements
1193
-
1194
- - EuiHr
1195
-
1196
- 🐛 Bug / Fixes
1197
-
1198
- - Fix EuiImage close Icon
1199
-
1200
- ### 0.0.19
1201
-
1202
- 🚀 Enhancements
1203
-
1204
- - Performance for EuiText, EuiColor, EuiCallout, EuiPage, EuiFlexItem and more, reducing usage of element helper
1205
- - Text hack to avoid using element helper for simple text dom nodes
1206
- - EuiCard
1207
-
1208
- 🏠 Internal
1209
-
1210
- - Update ember-svg-jar fork
1211
- - Update @elastic/eui to 30.3.0
1212
-
1213
- ### 0.0.18
1214
-
1215
- 🚀 Enhancements
1216
-
1217
- - EuiFlexGroup
1218
- - EuiFlexGrid
1219
- - EuiFlexItem
1220
-
1221
- ### 0.0.17
1222
-
1223
- 🏠 Internal
1224
-
1225
- - Fixes netlify redirects
1226
-
1227
- ### 0.0.16
1228
-
1229
- 🚀 Enhancements
1230
-
1231
- - EuiBadge
1232
- - Use empty icon svg as placeholder while downloading the desired one
1233
- - Adds @victor-aguilars to contributors
1234
-
1235
- 🏠 Internal
1236
-
1237
- - Update ember-svg-jar fork
1238
-
1239
- 🐛 Bug / Fixes
1240
-
1241
- - Add accordion to demo
1242
-
1243
- ### 0.0.15
1244
-
1245
- 🚀 Enhancements
1246
-
1247
- - EuiSideNav
1248
- - EuiAvatar
1249
-
1250
- ### 0.0.14
1251
-
1252
- 🚀 Enhancements
1253
-
1254
- - EuiCallout
1255
-
1256
- ### 0.0.13
1257
-
1258
- 🚀 Enhancements
1259
-
1260
- - Updates ember-svg-jar dependency and loads all svgs on demand.
1261
-
1262
- ### 0.0.12
1263
-
1264
- 🏠 Internal
1265
-
1266
- - Let apps define svgPath in environment.js
1267
- ```ts
1268
- `@ember-eui/core`: {
1269
- svgPath: 'svg/assets'
1270
- }
1271
- ```
1272
- This assumes that you setup ember-svg-jar with the prefix `svg/` (which is the default one)
1273
-
1274
- 🐛 Bug / Fixes
1275
-
1276
- - Fixed EuiIcon camelCase svgs
1277
-
1278
- ### 0.0.11
1279
-
1280
- 🚀 Enhancements
1281
-
1282
- - EuiIcon
1283
- - EuiAccordion
1284
- - EuiPage
1285
- - EuiTitle
1286
- - EuiText
1287
- - EuiImage
1288
- - EuiSpinner
1289
- - EuiOverlayMask
1290
-
1291
- 🏠 Internal
1292
-
1293
- - Update class-names helper to always concat
1294
-
1295
- ### 0.0.7
1296
-
1297
- Update license and add a short description to the readme
1298
-
1299
- ### 0.0.6
1300
-
1301
- Support importing only compiled css
1302
-
1303
- ```ts
1304
- "@ember-eui/core": {
1305
- "theme": "amsterdam_dark",
1306
- "useCompiledCss": true
1307
- }
1308
- ```
1309
-
1310
- ### 0.0.5
1311
-
1312
- Add ember-cli-sass and app.scss blueprint
1313
-
1314
- ### 0.0.4
1315
-
1316
- Expose scss files so you can now use eui sass variables
1317
-
1318
- ### 0.0.3
1319
-
1320
- Delete blueprint for now
1321
-
1322
- ### 0.0.2
1323
-
1324
- Fix changelog location
1325
-
1326
- ### 0.0.1
1327
-
1328
- Support importing custom themes
1329
-
1330
- ```ts
1331
- "@ember-eui/core": {
1332
- "theme": "light"
1333
- }
1334
-
1335
- ```