[Lens][Visualizations] library annotation groups listing page (#157988)

This commit is contained in:
Drew Tate 2023-06-13 20:09:01 -05:00 committed by GitHub
parent 44bfd0c343
commit 6553ebbdd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
176 changed files with 4818 additions and 2423 deletions

View file

@ -8,7 +8,7 @@
import React from 'react';
import { ContentClientProvider, type ContentClient } from '@kbn/content-management-plugin/public';
import { TableListViewKibanaProvider } from '@kbn/content-management-table-list';
import { TableListViewKibanaProvider } from '@kbn/content-management-table-list-view-table';
import type { CoreStart } from '@kbn/core/public';
import { toMountPoint } from '@kbn/kibana-react-plugin/public';
import { FormattedRelative, I18nProvider } from '@kbn/i18n-react';

View file

@ -6,7 +6,7 @@
* Side Public License, v 1.
*/
import { TableListView, UserContentCommonSchema } from '@kbn/content-management-table-list';
import { TableListView, UserContentCommonSchema } from '@kbn/content-management-table-list-view';
import { useContentClient } from '@kbn/content-management-plugin/public';
import React from 'react';
import { SavedObjectsFindOptionsReference } from '@kbn/core-saved-objects-api-browser';
@ -51,7 +51,7 @@ export const MSearchTable = () => {
initialPageSize={50}
entityName={`ContentItem`}
entityNamePlural={`ContentItems`}
tableListTitle={`MSearch Demo`}
title={`MSearch Demo`}
urlStateEnabled={false}
emptyPrompt={<>No data found. Try to install some sample data first.</>}
onClickTitle={(item) => {

View file

@ -20,10 +20,13 @@
"@kbn/content-management-plugin",
"@kbn/core-application-browser",
"@kbn/shared-ux-link-redirect-app",
"@kbn/content-management-table-list",
"@kbn/content-management-table-list-view",
"@kbn/content-management-table-list-view-table",
"@kbn/kibana-react-plugin",
"@kbn/i18n-react",
"@kbn/saved-objects-tagging-oss-plugin",
"@kbn/core-saved-objects-api-browser",
"@kbn/content-management-table-list-view-table",
"@kbn/content-management-table-list-view",
]
}