mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Move client-side application
service to packages (#139502)
* deletes unused utils file * just some fix while I see it * creating empty packages * moving all the things * package build success * start fixing usages * fix the scoped history type issue * export internal utils * add default for mock * fix test import * fix external import * start fixing external usages * more usages * more usages * more usages * More usages * [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix' * fix integration test imports * fix more test types * remove public/utils from the core bundle * trying to import from the package * updating README's * remove unused test types from mock package * cleanup test types * use import type * add author to packages * more import type * remove dead path from some config * remove src/core/utils/index.ts (and pray) * update tsdoc * fix new file usage * fix paths Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
6c4c78aaea
commit
383d8fab58
128 changed files with 2317 additions and 1081 deletions
|
@ -33,7 +33,7 @@ import { catchError, map, tap } from 'rxjs/operators';
|
|||
import { lastValueFrom, of } from 'rxjs';
|
||||
|
||||
import { CoreStart } from '@kbn/core/public';
|
||||
import { mountReactNode } from '@kbn/core/public/utils';
|
||||
import { mountReactNode } from '@kbn/core-mount-utils-browser-internal';
|
||||
import type { TimeRange } from '@kbn/es-query';
|
||||
import { NavigationPublicPluginStart } from '@kbn/navigation-plugin/public';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue