[FieldFormats] Break from data plugin (#107173)

This commit is contained in:
Anton Dosov 2021-08-05 16:25:22 +02:00 committed by GitHub
parent b6a9f0323b
commit af3a976e17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
325 changed files with 1134 additions and 1920 deletions

View file

@ -23,7 +23,8 @@
"home",
"kibanaReact",
"maps",
"esUiShared"
"esUiShared",
"fieldFormats"
],
"extraPublicDirs": [
"common"

View file

@ -5,7 +5,8 @@
* 2.0.
*/
import { FIELD_FORMAT_IDS, UI_SETTINGS } from '../../../../../../../src/plugins/data/common';
import { FIELD_FORMAT_IDS } from '../../../../../../../src/plugins/field_formats/common';
import { UI_SETTINGS } from '../../../../../../../src/plugins/data/common';
import { ary, assign, isPlainObject, isString, sortBy } from 'lodash';
import moment from 'moment';
import dateMath from '@elastic/datemath';