Skip to content

Commit 30eb9b1

Browse files
committed
chore(univerSheet): update univer to v0.15.0
1 parent 8e650a9 commit 30eb9b1

4 files changed

Lines changed: 2846 additions & 3 deletions

File tree

src/components/BootstrapBlazor.UniverSheet/wwwroot/univer.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { addScript, addLink, getTheme } from '../BootstrapBlazor/modules/utility.js'
1+
import { addScript, addLink, getTheme } from '../BootstrapBlazor/modules/utility.js'
22
import DataService from './data-service.js'
33

4-
const loadAssets = async lang => {
4+
const loadAssets2 = async lang => {
55
await addScript('./_content/BootstrapBlazor.UniverSheet/univer/react.production.min.js');
66
await addScript('./_content/BootstrapBlazor.UniverSheet/univer/react-dom.production.min.js');
77
await addScript('./_content/BootstrapBlazor.UniverSheet/univer/rxjs.umd.min.js');
@@ -26,6 +26,10 @@ const loadAssets = async lang => {
2626
await addLink('./_content/BootstrapBlazor.UniverSheet/univer/univer-sheet.bundle.css');
2727
}
2828

29+
const loadAssets = async lang => {
30+
await addScript('./_content/BootstrapBlazor.UniverSheet/univer/univer-bundle.js');
31+
await addLink('./_content/BootstrapBlazor.UniverSheet/univer/univer-sheet.bundle.css');
32+
}
2933
export async function createUniverSheetAsync(sheet) {
3034
sheet.lang = sheet.lang ?? 'en-US';
3135
await loadAssets(sheet.lang);

src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univer-bundle.css

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)