feat(web): add overview system module foundation

This commit is contained in:
chick
2026-07-17 19:40:13 +08:00
parent be1741c2f8
commit 4a595540e9
7 changed files with 1106 additions and 6 deletions
+20
View File
@@ -53,4 +53,24 @@ export {
type InvalidationBatch,
} from './events/event-invalidation-controller.js';
export {
OverviewSystemPage,
type OverviewDataSource,
type OverviewFieldValue,
type OverviewSection,
type OverviewSnapshot,
type OverviewSystemPageProps,
} from './instances/overview-system.js';
export {
createOperationClient,
OperationClientError,
type OperationCatalogEntry,
type OperationCatalogPage,
type OperationCatalogQuery,
type OperationClient,
type OperationJob,
type PrepareOperationInput,
type PreparedOperation,
} from './operations/operation-client.js';
export const webWorkspaceReady = true;