Skip to content

Commit

Permalink
Remove extra Field Format wrappers and move into data plugin (#47948)…
Browse files Browse the repository at this point in the history
… (#48787)

* Remove extra wrappers

* Move Field Format utils into data plugin

* Change i18n prefix

* Add a new alias to i18n

* Fix issues

* Make Numeral utils on their own

* Enhance Numeral interface

* Revert Percent changes

* Add common Numeral for Number, Bite, Percent

* Fix i18n for some utils

* Remove test duplicates

* Remove test duplicates

* Make a common import public path

* Reimport default color

* Change paths for server modules

* Change default color constant name
  • Loading branch information
Artyom Gospodarsky authored Oct 22, 2019
1 parent f78467b commit 8c8e8ac
Show file tree
Hide file tree
Showing 64 changed files with 1,146 additions and 1,907 deletions.
2 changes: 1 addition & 1 deletion .i18nrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"paths": {
"common.ui": "src/legacy/ui",
"data": "src/legacy/core_plugins/data",
"data": ["src/legacy/core_plugins/data", "src/plugins/data"],
"expressions": "src/legacy/core_plugins/expressions",
"kibana_react": "src/legacy/core_plugins/kibana_react",
"server": "src/legacy/server",
Expand Down

This file was deleted.

This file was deleted.

75 changes: 0 additions & 75 deletions src/legacy/core_plugins/kibana/common/field_formats/types/color.ts

This file was deleted.

82 changes: 0 additions & 82 deletions src/legacy/core_plugins/kibana/common/field_formats/types/date.ts

This file was deleted.

Loading

0 comments on commit 8c8e8ac

Please sign in to comment.