Mikhail Shustov
93197414aa
remove unnecessary global typings ( #117408 )
...
* remove unnecessary global typings
* clanup index.ts
* put storybook typings back
2021-11-04 16:59:14 +01:00
Brandon Kobel
4584a8b570
Elastic License 2.0 ( #90099 )
...
* Updating everything except the license headers themselves
* Applying ESLint rules
* Manually replacing the stragglers
2021-02-03 18:12:39 -08:00
Tiago Costa
8250b078b4
chore(NA): improve ts build refs performance on kbn bootstrap ( #89333 )
...
* chore(NA): improve ts build refs performance on kbn bootstrap
* chore(NA): use skipLibCheck=false by default on typechecking
* docs(NA): commit core docs changes
* fix(NA): eui typings
2021-01-27 00:59:24 +00:00
Brandon Kobel
170a2956c8
Updating the License ( #88343 )
...
* Updating the Licenses, except for applying eslint, building
* Applying ESLint rules,building @kbn/pm, regenerating api docs
2021-01-19 17:52:56 -08:00
Chandler Prall
0bf62cbf3e
Upgrade EUI to 21.0.1 ( #60282 )
...
* update to eui 21.0.1
* most changes needed for search bar ts changes
* Passing types
* snapshots
* jest tests
* Removed IQuery placeholder types
* Updated functional test to only look at table headers with content
* Moved 'filters' definition around in api docs
* Update types
* update snapshot
* typo
* Move DATA_FRAME_TASK_STATE enum to its own file to fix x-pack functional test config imports
* merge public api 'changes'
Co-authored-by: patrykkopycinski <patryk.kopycinski@elastic.co>
Co-authored-by: Patryk Kopycinski <contact@patrykkopycinski.com>
2020-03-20 14:07:04 -06:00
Chandler Prall
096dda6f34
Upgrade EUI to v20.0.2 ( #59199 )
...
* Updated EUI to 20.0.1; updated typescript usage
* snapshots
* Upgrade to eui 20.0.2, fix one more type
* PR feedback
* Update EUI icon usage to the correct types
* Updated with master
2020-03-05 12:27:52 -07:00
Greg Thompson
0abfd3c72f
Upgrade EUI to v19.0.0 ( #57284 )
...
* eui to v19.0.0
* typescript updates; idAria removal
* src snapshot updates
* mock euicode and euicodeblock for jest
* x-pack snapshot updates
* mock euicode for jest
* more euicode snapshots
* mock euicode in storyshots
* types/enzyme yarn.lock
* sidenav type update
2020-02-14 13:06:31 -06:00
Chandler Prall
068f3ffa2c
Upgrade to EUI@17.1.2 [table typescript types] ( #52688 )
...
* more types
* table types changes
* siem table conversions
* Updated rest of x-pack for EUI table typees
* updated x-pack changes against master
* Update to published eui 17.1.0
* kibana snapshots
* x-pack snapshots
* src snapshots
* autofixes
* autofixes, round 2
2019-12-18 11:15:14 -07:00
patrykkopycinski
989489ebf3
Update deprecated React.SFC and React.StatelessComponent types ( #50852 )
2019-11-21 20:53:54 +01:00
Greg Thompson
6f09ecc0d9
Upgrade EUI to 14.4.0 ( #46949 )
...
* eui to 14.4.0
* euicard ts updates
* snaps
2019-10-02 11:58:22 -05:00
Sébastien Loix
bae7f4727c
[Form Helpers + Template UI] Refactor Template UI using Form lib + helpers ( #45287 )
2019-09-20 15:35:30 +02:00
Greg Thompson
bec1fa63ab
Upgrade EUI to 13.8.1 ( #45052 )
...
* eui to 13.8.0
* euibutton ts updates
* euicontextmenupanel ts updates
* misc ts updates
* src snapshot updates
* x-pack snapshot updates
* 13.8.1
2019-09-11 10:03:02 -05:00
Greg Thompson
c59875573e
Upgrade EUI to 12.1.0 ( #39601 )
...
* eui@12.1.0
* jest regenerator-runtime babel-polyfill
* TS Toast -> EuiGlobalToastListToast
* EuiBadge
* EuiCopy
* snapshot updates
* simplify toast interface usage
* misc review cleanup
* remove eui core-js resolution
2019-06-26 11:00:27 -05:00
Jason Rhodes
721161f3d1
Upgrades EUI to 9.5 ( #33672 )
...
* Updates EUI to 9.5.0
* Remove duplicate type
* Updates snapshots and fixes a few type errors
* Updates x-pack snapshots
2019-03-22 10:28:37 -04:00
Joe Reuter
f935c14dc8
Use embeddable registry in add panel ( #31400 )
...
* Prepare control flow to use embeddable factories in add panel
* Rewrite saved object finder and add tests
* Fix usages of new saved object finder
* fix test failures
* fix some functional tests and re-introduce makeUrl
* fix tests
* remove direct hrefs in saved_object_lists
* PR review fixes
* update snapshot
* overwrite width of viz dialog
* Update src/legacy/core_plugins/kibana/public/dashboard/top_nav/add_panel.js
Co-Authored-By: flash1293 <email@johannes-reuter.de>
* Update src/legacy/core_plugins/kibana/public/discover/embeddable/search_embeddable_factory.ts
Co-Authored-By: flash1293 <email@johannes-reuter.de>
* Update src/legacy/core_plugins/kibana/public/discover/top_nav/open_search_panel.js
Co-Authored-By: flash1293 <email@johannes-reuter.de>
* Update src/legacy/core_plugins/kibana/public/visualize/wizard/search_selection/search_selection.tsx
Co-Authored-By: flash1293 <email@johannes-reuter.de>
* Update src/legacy/core_plugins/kibana/public/visualize/wizard/search_selection/search_selection.tsx
Co-Authored-By: flash1293 <email@johannes-reuter.de>
* Update src/legacy/core_plugins/kibana/public/visualize/wizard/search_selection/search_selection.tsx
Co-Authored-By: flash1293 <email@johannes-reuter.de>
* fix tests
* review fixes #1
* review fixes #2
* dont use classname in functional test
* remove call to action button prop
* align buttons correctly
* fix tests
* remove debugging statement
* Update src/legacy/core_plugins/kibana/public/dashboard/top_nav/add_panel.js
Co-Authored-By: flash1293 <email@johannes-reuter.de>
* Update src/legacy/core_plugins/kibana/public/discover/top_nav/open_search_panel.js
Co-Authored-By: flash1293 <email@johannes-reuter.de>
* review fixes #3
* improve filter behavior and enable it for search wizard
* adjust functional tests for new filter behavior
* Change translation id due to string change
* Update Jest snapshot
2019-03-11 12:27:13 +01:00
Joe Reuter
c6ba32d3b4
Add typings for saved_object_finder ( #30067 )
2019-02-11 09:38:29 +01:00
Matthew Kime
b491d8790a
Management: EUI Navigation sidebar ( #25905 )
...
* partial work - sidebar works, need to address rendering issues
* rendering fixes
* refactor sidenav into its own file
* refactor sidenav into its own file
* remove unneeded changes
* remove unneeded formatting changes
* remove unneeded formatting changes
* remove unneeded formatting changes
* remove unneeded formatting changes
* remove more unneeded EuiPage
* remove more unneeded EuiPage
* snap snap
* remove unused dependencies
* functional tests
* sidebar tweaks, beats-cm
* lint
* properly sharing UI code
* fix eui export
* type fixes
* add test
* add test
* testy test
* partial progress
* attmpt to fix functional test
* from merge
* snap snap
* clean up management for side nav changes
* functional test fix
* snap, blank landing
* snap snap
* change management item order
* test fix
* disable tslint line
* ts fix
* functional test fix
* functional test fixes
* fix functional test
* minor cleanup
* simplify management registry callback
* remove comment
* react island with kibana version
* merge
* fix scss reference
* fix types
* remove mistaken commit
* remove k7 switch
* snapshot update
* fix sidebar nav headers
* landing page copy
* remove dummy text
* merge
* i18n and revert unneeded change
* Update edit_role_page.tsx
* i18n
* i18n
* snap snap
* better text
* snap snap
* mergi
* pop open nav on mobile
* add management section tests
* NOTICE
* fix subhead text, add padding to bottom of management nav
* Update sidebar_nav.tsx
* merge merge
* fix sass lint
2019-01-03 17:09:42 -06:00
dave.snider@gmail.com
ee3b22dc85
Update to EUI 5.3.0 ( #26485 )
...
* update to EUI 5.3.0
2018-12-03 14:14:12 -08:00
Sébastien Loix
3717ff89f0
[Typescript]: Move elastic/eui typings to single file
...
* [Typescript]: Move elastic/eui typings to single file
* [Typescript]: Add typings folder to copyTask when building distributable
2018-11-23 16:36:12 +01:00