-
Notifications
You must be signed in to change notification settings - Fork 953
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove extra Field Format wrappers and move into data plugin (#47948)…
… (#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
Showing
64 changed files
with
1,146 additions
and
1,907 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
87 changes: 0 additions & 87 deletions
87
src/legacy/core_plugins/kibana/common/field_formats/types/_numeral.ts
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
src/legacy/core_plugins/kibana/common/field_formats/types/boolean.ts
This file was deleted.
Oops, something went wrong.
75 changes: 0 additions & 75 deletions
75
src/legacy/core_plugins/kibana/common/field_formats/types/color.ts
This file was deleted.
Oops, something went wrong.
82 changes: 0 additions & 82 deletions
82
src/legacy/core_plugins/kibana/common/field_formats/types/date.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.