Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/guides/sheets/features/charts.ja-JP.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ import SheetsChartUIJaJP from '@univerjs-pro/sheets-chart-ui/locale/ja-JP' // [!
import SheetsChartJaJP from '@univerjs-pro/sheets-chart/locale/ja-JP' // [!code ++]
import { LocaleType, mergeLocales, Univer } from '@univerjs/core'

import '@univerjs-pro/sheets-chart-ui/facade' // [!code ++]
import '@univerjs-pro/sheets-chart/facade' // [!code ++]

import '@univerjs-pro/sheets-chart-ui/lib/index.css' // [!code ++]

Expand Down Expand Up @@ -159,7 +159,7 @@ Univer の商用ライセンスをお持ちの場合は、設定方法につい
</Callout>

```typescript
import '@univerjs-pro/sheets-chart-ui/facade'
import '@univerjs-pro/sheets-chart/facade'
```

### チャートの挿入
Expand Down
4 changes: 2 additions & 2 deletions content/guides/sheets/features/charts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ import SheetsChartUIEnUS from '@univerjs-pro/sheets-chart-ui/locale/en-US' // [!
import SheetsChartEnUS from '@univerjs-pro/sheets-chart/locale/en-US' // [!code ++]
import { LocaleType, mergeLocales, Univer } from '@univerjs/core'

import '@univerjs-pro/sheets-chart-ui/facade' // [!code ++]
import '@univerjs-pro/sheets-chart/facade' // [!code ++]

import '@univerjs-pro/sheets-chart-ui/lib/index.css' // [!code ++]

Expand Down Expand Up @@ -159,7 +159,7 @@ Complete Facade API type definitions can be found in the [FacadeAPI](https://ref
</Callout>

```typescript
import '@univerjs-pro/sheets-chart-ui/facade'
import '@univerjs-pro/sheets-chart/facade'
```

### Insert Chart
Expand Down
4 changes: 2 additions & 2 deletions content/guides/sheets/features/charts.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ import SheetsChartUIZhCN from '@univerjs-pro/sheets-chart-ui/locale/zh-CN' // [!
import SheetsChartZhCN from '@univerjs-pro/sheets-chart/locale/zh-CN' // [!code ++]
import { LocaleType, mergeLocales, Univer } from '@univerjs/core'

import '@univerjs-pro/sheets-chart-ui/facade' // [!code ++]
import '@univerjs-pro/sheets-chart/facade' // [!code ++]

import '@univerjs-pro/sheets-chart-ui/lib/index.css' // [!code ++]

Expand Down Expand Up @@ -159,7 +159,7 @@ univer.registerPlugin(UniverSheetsChartUIPlugin)
</Callout>

```typescript
import '@univerjs-pro/sheets-chart-ui/facade'
import '@univerjs-pro/sheets-chart/facade'
```

### 插入图表
Expand Down
4 changes: 2 additions & 2 deletions content/guides/sheets/features/charts.zh-TW.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ import SheetsChartUIZhTW from '@univerjs-pro/sheets-chart-ui/locale/zh-TW' // [!
import SheetsChartZhTW from '@univerjs-pro/sheets-chart/locale/zh-TW' // [!code ++]
import { LocaleType, mergeLocales, Univer } from '@univerjs/core'

import '@univerjs-pro/sheets-chart-ui/facade' // [!code ++]
import '@univerjs-pro/sheets-chart/facade' // [!code ++]

import '@univerjs-pro/sheets-chart-ui/lib/index.css' // [!code ++]

Expand Down Expand Up @@ -159,7 +159,7 @@ univer.registerPlugin(UniverSheetsChartUIPlugin)
</Callout>

```typescript
import '@univerjs-pro/sheets-chart-ui/facade'
import '@univerjs-pro/sheets-chart/facade'
```

### 插入圖表
Expand Down
2 changes: 2 additions & 0 deletions content/guides/sheets/features/images.ja-JP.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ import SheetsDrawingUIJaJP from '@univerjs/sheets-drawing-ui/locale/ja-JP' // [!
import '@univerjs/drawing-ui/lib/index.css' // [!code ++]
import '@univerjs/sheets-drawing-ui/lib/index.css' // [!code ++]

import '@univerjs/sheets-drawing/facade' // [!code ++]
import '@univerjs/sheets-drawing-ui/facade' // [!code ++]

const univer = new Univer({
Expand Down Expand Up @@ -142,6 +143,7 @@ univer.registerPlugin(UniverDrawingPlugin, {
</Callout>

```typescript
import '@univerjs/sheets-drawing/facade'
import '@univerjs/sheets-drawing-ui/facade'
```

Expand Down
2 changes: 2 additions & 0 deletions content/guides/sheets/features/images.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ import SheetsDrawingUIEnUS from '@univerjs/sheets-drawing-ui/locale/en-US' // [!
import '@univerjs/drawing-ui/lib/index.css' // [!code ++]
import '@univerjs/sheets-drawing-ui/lib/index.css' // [!code ++]

import '@univerjs/sheets-drawing/facade' // [!code ++]
import '@univerjs/sheets-drawing-ui/facade' // [!code ++]

const univer = new Univer({
Expand Down Expand Up @@ -142,6 +143,7 @@ Complete Facade API type definitions can be found in the [FacadeAPI](https://ref
</Callout>

```typescript
import '@univerjs/sheets-drawing/facade'
import '@univerjs/sheets-drawing-ui/facade'
```

Expand Down
2 changes: 2 additions & 0 deletions content/guides/sheets/features/images.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ import SheetsDrawingUIZhCN from '@univerjs/sheets-drawing-ui/locale/zh-CN' // [!
import '@univerjs/drawing-ui/lib/index.css' // [!code ++]
import '@univerjs/sheets-drawing-ui/lib/index.css' // [!code ++]

import '@univerjs/sheets-drawing/facade' // [!code ++]
import '@univerjs/sheets-drawing-ui/facade' // [!code ++]

const univer = new Univer({
Expand Down Expand Up @@ -142,6 +143,7 @@ univer.registerPlugin(UniverDrawingPlugin, {
</Callout>

```typescript
import '@univerjs/sheets-drawing/facade'
import '@univerjs/sheets-drawing-ui/facade'
```

Expand Down
2 changes: 2 additions & 0 deletions content/guides/sheets/features/images.zh-TW.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ import SheetsDrawingUIZhTW from '@univerjs/sheets-drawing-ui/locale/zh-TW' // [!
import '@univerjs/drawing-ui/lib/index.css' // [!code ++]
import '@univerjs/sheets-drawing-ui/lib/index.css' // [!code ++]

import '@univerjs/sheets-drawing/facade' // [!code ++]
import '@univerjs/sheets-drawing-ui/facade' // [!code ++]

const univer = new Univer({
Expand Down Expand Up @@ -142,6 +143,7 @@ univer.registerPlugin(UniverDrawingPlugin, {
</Callout>

```typescript
import '@univerjs/sheets-drawing/facade'
import '@univerjs/sheets-drawing-ui/facade'
```

Expand Down
4 changes: 2 additions & 2 deletions content/guides/sheets/features/shapes.ja-JP.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ import { UniverSheetsShapeUIPlugin } from '@univerjs-pro/sheets-shape-ui' // [!c
import SheetsShapeUIJaJP from '@univerjs-pro/sheets-shape-ui/locale/ja-JP' // [!code ++]
import { LocaleType, mergeLocales, Univer } from '@univerjs/core'

import '@univerjs-pro/sheets-shape-ui/facade' // [!code ++]
import '@univerjs-pro/sheets-shape/facade' // [!code ++]

import '@univerjs-pro/sheets-shape-ui/lib/index.css' // [!code ++]

Expand Down Expand Up @@ -120,7 +120,7 @@ Univer の商用ライセンスをお持ちの場合は、[クライアントで
</Callout>

```typescript
import '@univerjs-pro/sheets-shape-ui/facade'
import '@univerjs-pro/sheets-shape/facade'
```

### 基本図形の挿入
Expand Down
4 changes: 2 additions & 2 deletions content/guides/sheets/features/shapes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ import { UniverSheetsShapeUIPlugin } from '@univerjs-pro/sheets-shape-ui' // [!c
import SheetsShapeUIEnUS from '@univerjs-pro/sheets-shape-ui/locale/en-US' // [!code ++]
import { LocaleType, mergeLocales, Univer } from '@univerjs/core'

import '@univerjs-pro/sheets-shape-ui/facade' // [!code ++]
import '@univerjs-pro/sheets-shape/facade' // [!code ++]

import '@univerjs-pro/sheets-shape-ui/lib/index.css' // [!code ++]

Expand Down Expand Up @@ -120,7 +120,7 @@ If you have a commercial license for Univer, please refer to [Using License in C
</Callout>

```typescript
import '@univerjs-pro/sheets-shape-ui/facade'
import '@univerjs-pro/sheets-shape/facade'
```

### Insert Basic Shapes
Expand Down
4 changes: 2 additions & 2 deletions content/guides/sheets/features/shapes.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ import { UniverSheetsShapeUIPlugin } from '@univerjs-pro/sheets-shape-ui' // [!c
import SheetsShapeUIZhCN from '@univerjs-pro/sheets-shape-ui/locale/zh-CN' // [!code ++]
import { LocaleType, mergeLocales, Univer } from '@univerjs/core'

import '@univerjs-pro/sheets-shape-ui/facade' // [!code ++]
import '@univerjs-pro/sheets-shape/facade' // [!code ++]

import '@univerjs-pro/sheets-shape-ui/lib/index.css' // [!code ++]

Expand Down Expand Up @@ -120,7 +120,7 @@ univer.registerPlugin(UniverSheetsShapeUIPlugin) // [!code ++]
</Callout>

```typescript
import '@univerjs-pro/sheets-shape-ui/facade'
import '@univerjs-pro/sheets-shape/facade'
```

### 插入基础形状
Expand Down
4 changes: 2 additions & 2 deletions content/guides/sheets/features/shapes.zh-TW.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ import { UniverSheetsShapeUIPlugin } from '@univerjs-pro/sheets-shape-ui' // [!c
import SheetsShapeUIZhTW from '@univerjs-pro/sheets-shape-ui/locale/zh-TW' // [!code ++]
import { LocaleType, mergeLocales, Univer } from '@univerjs/core'

import '@univerjs-pro/sheets-shape-ui/facade' // [!code ++]
import '@univerjs-pro/sheets-shape/facade' // [!code ++]

import '@univerjs-pro/sheets-shape-ui/lib/index.css' // [!code ++]

Expand Down Expand Up @@ -120,7 +120,7 @@ univer.registerPlugin(UniverSheetsShapeUIPlugin) // [!code ++]
</Callout>

```typescript
import '@univerjs-pro/sheets-shape-ui/facade'
import '@univerjs-pro/sheets-shape/facade'
```

### 插入基礎形狀
Expand Down
4 changes: 2 additions & 2 deletions examples/univer-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@angular/compiler": "^21.1.1",
"@angular/core": "^21.1.1",
"@angular/platform-browser": "^21.1.1",
"@univerjs/preset-sheets-core": "^0.19.0",
"@univerjs/presets": "^0.19.0",
"@univerjs/preset-sheets-core": "^0.20.0",
"@univerjs/presets": "^0.20.0",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "^0.16.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/univer-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
"@univerjs/preset-sheets-core": "^0.19.0",
"@univerjs/presets": "^0.19.0",
"@univerjs/preset-sheets-core": "^0.20.0",
"@univerjs/presets": "^0.20.0",
"astro": "^5.16.15"
}
}
4 changes: 2 additions & 2 deletions examples/univer-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@univerjs/preset-sheets-core": "^0.19.0",
"@univerjs/presets": "^0.19.0",
"@univerjs/preset-sheets-core": "^0.20.0",
"@univerjs/presets": "^0.20.0",
"next": "16.1.4",
"react": "19.2.3",
"react-dom": "19.2.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/univer-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@univerjs/preset-sheets-core": "^0.19.0",
"@univerjs/presets": "^0.19.0",
"@univerjs/preset-sheets-core": "^0.20.0",
"@univerjs/presets": "^0.20.0",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/univer-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build": "vue-cli-service build"
},
"dependencies": {
"@univerjs/preset-sheets-core": "^0.19.0",
"@univerjs/presets": "^0.19.0",
"@univerjs/preset-sheets-core": "^0.20.0",
"@univerjs/presets": "^0.20.0",
"core-js": "^3.48.0",
"vue": "2.7.16"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/univer-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@univerjs/preset-sheets-core": "^0.19.0",
"@univerjs/presets": "^0.19.0",
"@univerjs/preset-sheets-core": "^0.20.0",
"@univerjs/presets": "^0.20.0",
"vue": "^3.5.27"
},
"devDependencies": {
Expand Down
Loading
Loading