-
-
Notifications
You must be signed in to change notification settings - Fork 6
feat(UniverSheet): bump version 10.0.9 #910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
00ee548
refactor: 重新设计文件结构
ArgoZhang 1bfb015
chore: 更新文件目录结构
ArgoZhang 4a13f14
refactor: 移除注释信息
ArgoZhang ebffdaf
chore: 增加关闭遮罩逻辑
ArgoZhang 3ac0946
chore(univerSheet): update univer to v0.15.1
zhaijunlei955 bed92d5
refactor: 精简逻辑
ArgoZhang 4e05451
chore: bump version 10.0.8
ArgoZhang 9ab140e
Merge branch 'master' into feat-univer
ArgoZhang 44a1f04
fix: 增加返回值防止报错
ArgoZhang d459bdc
chore: bump version 10.0.9
ArgoZhang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/components/BootstrapBlazor.UniverSheet/BootstrapBlazor.UniverSheet.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
src/components/BootstrapBlazor.UniverSheet/wwwroot/css/univer-bundle.css
Large diffs are not rendered by default.
Oops, something went wrong.
36 changes: 36 additions & 0 deletions
36
src/components/BootstrapBlazor.UniverSheet/wwwroot/css/univer-sheet.bundle.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| @import 'univer-bundle.css'; | ||
|
|
||
| .bb-univer-sheet { | ||
| width: 100%; | ||
| height: 100%; | ||
| position: relative; | ||
| overflow: hidden; | ||
| } | ||
|
|
||
| .bb-univer-sheet-wrap { | ||
| height: 100%; | ||
| } | ||
|
|
||
| .bb-univer-sheet-backdrop { | ||
| background-color: #000; | ||
| opacity: 0.5; | ||
| position: absolute; | ||
| inset: 0; | ||
| z-index: 1205; | ||
| display: flex; | ||
| align-items: center; | ||
| justify-content: center; | ||
| } | ||
|
|
||
| .bb-univer-sheet-load { | ||
| color: #fff; | ||
| } | ||
|
|
||
| .univer-theme { | ||
| position: relative; | ||
| z-index: 1200; | ||
| } | ||
|
|
||
| .univer-theme [role="toolbar"] > div { | ||
| justify-content: flex-start; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -78,5 +78,4 @@ export class DefaultPlugin extends Plugin { | |
| } | ||
| } | ||
|
|
||
| // 设置依赖 | ||
| setDependencies(DefaultPlugin, [Injector]); | ||
33 changes: 2 additions & 31 deletions
33
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused variable LocaleType.