Skip to content

Commit

Permalink
Revert "Migrate filter bar to React, EUI, and Typescript (elastic#25563
Browse files Browse the repository at this point in the history
…)" (elastic#29662)

This reverts commit 410c094.
  • Loading branch information
Bargs committed Jan 30, 2019
1 parent 425dc84 commit 45b24af
Show file tree
Hide file tree
Showing 132 changed files with 3,344 additions and 4,047 deletions.
94 changes: 0 additions & 94 deletions packages/kbn-es-query/README.md

This file was deleted.

5 changes: 2 additions & 3 deletions packages/kbn-es-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
"license": "Apache-2.0",
"private": true,
"scripts": {
"build": "tsc && babel src --out-dir target",
"build": "babel src --out-dir target",
"kbn:bootstrap": "yarn build --quiet",
"kbn:watch": "yarn build --watch"
},
},
"dependencies": {
"lodash": "npm:@elastic/lodash@3.10.1-kibana1"
},
"devDependencies": {
"typescript": "^3.0.3",
"@kbn/babel-preset": "1.0.0",
"babel-cli": "^6.26.0",
"expect.js": "0.3.1"
Expand Down
1 change: 0 additions & 1 deletion packages/kbn-es-query/src/filters/exists.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* under the License.
*/

// Creates a filter where the given field exists
export function buildExistsFilter(field, indexPattern) {
return {
meta: {
Expand Down
47 changes: 0 additions & 47 deletions packages/kbn-es-query/src/filters/index.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/kbn-es-query/src/filters/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ export * from './phrase';
export * from './phrases';
export * from './query';
export * from './range';
export * from './lib';
24 changes: 0 additions & 24 deletions packages/kbn-es-query/src/filters/lib/custom_filter.ts

This file was deleted.

50 changes: 0 additions & 50 deletions packages/kbn-es-query/src/filters/lib/index.ts

This file was deleted.

100 changes: 0 additions & 100 deletions packages/kbn-es-query/src/filters/lib/meta_filter.ts

This file was deleted.

28 changes: 0 additions & 28 deletions packages/kbn-es-query/src/filters/lib/phrases_filter.ts

This file was deleted.

Loading

0 comments on commit 45b24af

Please sign in to comment.