Skip to content

Commit

Permalink
chore: import new facade
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed Dec 27, 2024
1 parent b6cb887 commit 5ce919e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/preset-docs-collaboration/src/umd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { UniverCollaborationPlugin } from '@univerjs-pro/collaboration';
import { UniverCollaborationClientPlugin } from '@univerjs-pro/collaboration-client';
import { UniverCollaborationClientUIPlugin } from '@univerjs-pro/collaboration-client-ui';

import '@univerjs-pro/collaboration-client/facade';

import '@univerjs-pro/collaboration-client-ui/lib/index.css';

export interface IUniverDocsCollaborationPresetConfig {
Expand Down
4 changes: 3 additions & 1 deletion packages/preset-sheets-advanced/src/umd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ import { UniverSheetSparklinePlugin } from '@univerjs-pro/sheets-sparkline';
import { UniverSheetSparklineUIPlugin } from '@univerjs-pro/sheets-sparkline-ui';
import { UniverNetworkPlugin } from '@univerjs/network';

import '@univerjs/network/facade';
import '@univerjs-pro/exchange-client/facade';
import '@univerjs-pro/sheets-pivot/facade';
import '@univerjs-pro/engine-formula/facade';
import '@univerjs-pro/sheets-print/facade';
import '@univerjs-pro/sheets-sparkline/facade';
import '@univerjs-pro/sheets-chart-ui/facade';
import '@univerjs-pro/sheets-pivot-ui/facade';
import '@univerjs-pro/sheets-sparkline/facade';

import '@univerjs-pro/exchange-client/lib/index.css';
import '@univerjs-pro/sheets-pivot-ui/lib/index.css';
Expand Down
2 changes: 2 additions & 0 deletions packages/preset-sheets-conditional-formatting/src/umd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { UniverSheetsConditionalFormattingUIPlugin } from '@univerjs/sheets-cond

import '@univerjs/sheets-conditional-formatting-ui/lib/index.css';

import '@univerjs/sheets-conditional-formatting/facade';

export function UniverSheetsConditionalFormattingPreset(): IPreset {
return {
plugins: [
Expand Down
2 changes: 2 additions & 0 deletions packages/preset-sheets-drawing/src/umd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import { UniverDrawingUIPlugin } from '@univerjs/drawing-ui';
import { UniverSheetsDrawingPlugin } from '@univerjs/sheets-drawing';
import { UniverSheetsDrawingUIPlugin } from '@univerjs/sheets-drawing-ui';

import '@univerjs/sheets-drawing-ui/facade';

import '@univerjs/drawing-ui/lib/index.css';
import '@univerjs/sheets-drawing-ui/lib/index.css';

Expand Down
2 changes: 2 additions & 0 deletions packages/preset-sheets-sort/src/umd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import type { IPreset } from './types';
import { UniverSheetsSortPlugin } from '@univerjs/sheets-sort';
import { UniverSheetsSortUIPlugin } from '@univerjs/sheets-sort-ui';

import '@univerjs/sheets-sort/facade';

import '@univerjs/sheets-sort-ui/lib/index.css';

export function UniverSheetsSortPreset(): IPreset {
Expand Down

0 comments on commit 5ce919e

Please sign in to comment.