mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
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>
This commit is contained in:
parent
d896292b6f
commit
0bf62cbf3e
51 changed files with 1172 additions and 1141 deletions
4
typings/@elastic/eui/index.d.ts
vendored
4
typings/@elastic/eui/index.d.ts
vendored
|
@ -19,7 +19,3 @@
|
|||
import { Direction } from '@elastic/eui/src/services/sort/sort_direction';
|
||||
|
||||
// TODO: Remove once typescript definitions are in EUI
|
||||
|
||||
declare module '@elastic/eui' {
|
||||
export const Query: any;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue