Skip to content

Commit ec005d8

Browse files
feat(UniverSheet): bump version 10.0.1 (#762)
* chore: update univer to v0.10.12 * fix: 修复插件引入路径错误 * chore: 更改编码 * chore: bump version 10.0.1 --------- Co-authored-by: zhaijunlei <276318515@qq.com>
1 parent 0adc214 commit ec005d8

77 files changed

Lines changed: 2050 additions & 2460 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/components/BootstrapBlazor.UniverSheet/BootstrapBlazor.UniverSheet.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

3+
<PropertyGroup>
4+
<Version>10.0.1</Version>
5+
</PropertyGroup>
6+
37
<PropertyGroup>
48
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components Univer Sheet Excel</PackageTags>
59
<Description>Bootstrap UI components extensions of Univer Sheet</Description>

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

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

44
const loadAssets = async lang => {
@@ -60,7 +60,7 @@ export async function createUniverSheetAsync(sheet) {
6060
DefaultPlugin: '_content/BootstrapBlazor.UniverSheet/plugin.js'
6161
};
6262
for (const name in plugins) {
63-
const module = await import(`../../../${plugins[name]}`);
63+
const module = await import(`../../${plugins[name]}`);
6464
const plugin = module[name];
6565
options.plugins.push(plugin);
6666
}

src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univerjs-pro.sheets-print/facade.umd.min.js

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

src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univerjs-pro.sheets-print/index.css

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

src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univerjs-pro.sheets-print/index.umd.min.js

Lines changed: 1 addition & 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)