-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Maps] convert EMS file source to TS (#65373)
* [Maps] convert EMS file source to TS * ts more ems_file_source * ts lint cleanup * more ts clean up * clean up some ts-ignores * review feedback
- Loading branch information
Showing
24 changed files
with
447 additions
and
349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
@import 'metric_editors'; | ||
@import './geometry_filter'; | ||
@import 'tooltip_selector'; | ||
@import 'tooltip_selector/tooltip_selector'; |
229 changes: 0 additions & 229 deletions
229
x-pack/plugins/maps/public/components/tooltip_selector.js
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...__/add_tooltip_field_popover.test.js.snap → ..._/add_tooltip_field_popover.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...snapshots__/tooltip_selector.test.js.snap → ...napshots__/tooltip_selector.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.