mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 04:48:03 +00:00
update sdoc-editor version
This commit is contained in:
16
frontend/package-lock.json
generated
16
frontend/package-lock.json
generated
@@ -19,7 +19,7 @@
|
||||
"@seafile/resumablejs": "1.1.16",
|
||||
"@seafile/seafile-calendar": "0.0.28",
|
||||
"@seafile/seafile-editor": "2.0.20",
|
||||
"@seafile/seafile-sdoc-editor": "2.0.41",
|
||||
"@seafile/seafile-sdoc-editor": "2.0.42",
|
||||
"@seafile/stldraw-editor": "1.0.1",
|
||||
"@uiw/codemirror-extensions-langs": "^4.19.4",
|
||||
"@uiw/codemirror-themes": "^4.23.5",
|
||||
@@ -5561,9 +5561,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@seafile/sdoc-editor": {
|
||||
"version": "2.0.124",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-2.0.124.tgz",
|
||||
"integrity": "sha512-LSq6/bP5JGjei80BqnV5AoS8F+XEei3uzDICa0NZ6yTJ41A6wvaUFw+slnqlxwsRDiZZXhw4Vaqe+/NhdwhTxg==",
|
||||
"version": "2.0.125",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-2.0.125.tgz",
|
||||
"integrity": "sha512-GGtJjdo0rBETbX4vwMRnyGz5VmBBpQv9LyjBsEYVt+pXvmKvfIHOsNn2JtBV6kjFW77SSEXwG+e4tzxDZOvzuw==",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@seafile/print-js": "1.6.6",
|
||||
@@ -5789,13 +5789,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@seafile/seafile-sdoc-editor": {
|
||||
"version": "2.0.41",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/seafile-sdoc-editor/-/seafile-sdoc-editor-2.0.41.tgz",
|
||||
"integrity": "sha512-1KJJg8BRj5SIXDs7z8H7hd6nLHqRKh/1Lpy2WanxwSTm2OPsICbR2382a7flMFl4znmauyWGJ/y0BIsmYv5cUQ==",
|
||||
"version": "2.0.42",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/seafile-sdoc-editor/-/seafile-sdoc-editor-2.0.42.tgz",
|
||||
"integrity": "sha512-CTl9l4otd1s9WiNktnQvGmzCQ81HIwlzdP6dC/hn22szmdn8l7hiCQ26ksaNe2but5a/yR73O0h1lMvfIJVwpQ==",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@seafile/print-js": "1.6.6",
|
||||
"@seafile/sdoc-editor": "^2.0.124",
|
||||
"@seafile/sdoc-editor": "^2.0.125",
|
||||
"classnames": "2.3.2",
|
||||
"dayjs": "1.10.7"
|
||||
},
|
||||
|
@@ -14,7 +14,7 @@
|
||||
"@seafile/resumablejs": "1.1.16",
|
||||
"@seafile/seafile-calendar": "0.0.28",
|
||||
"@seafile/seafile-editor": "2.0.20",
|
||||
"@seafile/seafile-sdoc-editor": "2.0.41",
|
||||
"@seafile/seafile-sdoc-editor": "2.0.42",
|
||||
"@seafile/stldraw-editor": "1.0.1",
|
||||
"@uiw/codemirror-extensions-langs": "^4.19.4",
|
||||
"@uiw/codemirror-themes": "^4.23.5",
|
||||
|
@@ -1,14 +1,14 @@
|
||||
@font-face {
|
||||
font-family: "sdocfont";
|
||||
/* Project id 4097705 */
|
||||
src: url('./sdoc-editor-font/iconfont.eot?t=1744104550669');
|
||||
src: url('./sdoc-editor-font/iconfont.eot?t=1753173703249');
|
||||
/* IE9 */
|
||||
src: url('./sdoc-editor-font/iconfont.eot?t=1744104550669#iefix') format('embedded-opentype'),
|
||||
src: url('./sdoc-editor-font/iconfont.eot?t=1753173703249#iefix') format('embedded-opentype'),
|
||||
/* IE6-IE8 */
|
||||
url('./sdoc-editor-font/iconfont.woff2?t=1744104550669') format('woff2'),
|
||||
url('./sdoc-editor-font/iconfont.woff?t=1744104550669') format('woff'),
|
||||
url('./sdoc-editor-font/iconfont.ttf?t=1744104550669') format('truetype'),
|
||||
url('./sdoc-editor-font/iconfont.svg?t=1744104550669#sdocfont') format('svg');
|
||||
url('./sdoc-editor-font/iconfont.woff2?t=1753173703249') format('woff2'),
|
||||
url('./sdoc-editor-font/iconfont.woff?t=1753173703249') format('woff'),
|
||||
url('./sdoc-editor-fonticonfont.ttf?t=1753173703249') format('truetype'),
|
||||
url('./sdoc-editor-fonticonfont.svg?t=1753173703249#sdocfont') format('svg');
|
||||
}
|
||||
|
||||
.sdocfont {
|
||||
@@ -19,6 +19,26 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.sdoc-right-slide:before {
|
||||
content: "\e68e";
|
||||
}
|
||||
|
||||
.sdoc-ai:before {
|
||||
content: "\e68d";
|
||||
}
|
||||
|
||||
.sdoc-retry:before {
|
||||
content: "\e68b";
|
||||
}
|
||||
|
||||
.sdoc-pause:before {
|
||||
content: "\e68c";
|
||||
}
|
||||
|
||||
.sdoc-context-comment:before {
|
||||
content: "\e68a";
|
||||
}
|
||||
|
||||
.sdoc-presentation:before {
|
||||
content: "\e688";
|
||||
}
|
||||
@@ -499,10 +519,6 @@
|
||||
content: "\e642";
|
||||
}
|
||||
|
||||
.sdoc-right-slide:before {
|
||||
content: "\e602";
|
||||
}
|
||||
|
||||
.sdoc-revise:before {
|
||||
content: "\e63f";
|
||||
}
|
||||
|
@@ -1,11 +1,11 @@
|
||||
@font-face {
|
||||
font-family: "sdocfont"; /* Project id 4097705 */
|
||||
src: url('iconfont.eot?t=1744104550669'); /* IE9 */
|
||||
src: url('iconfont.eot?t=1744104550669#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('iconfont.woff2?t=1744104550669') format('woff2'),
|
||||
url('iconfont.woff?t=1744104550669') format('woff'),
|
||||
url('iconfont.ttf?t=1744104550669') format('truetype'),
|
||||
url('iconfont.svg?t=1744104550669#sdocfont') format('svg');
|
||||
src: url('iconfont.eot?t=1753173703249'); /* IE9 */
|
||||
src: url('iconfont.eot?t=1753173703249#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('iconfont.woff2?t=1753173703249') format('woff2'),
|
||||
url('iconfont.woff?t=1753173703249') format('woff'),
|
||||
url('iconfont.ttf?t=1753173703249') format('truetype'),
|
||||
url('iconfont.svg?t=1753173703249#sdocfont') format('svg');
|
||||
}
|
||||
|
||||
.sdocfont {
|
||||
@@ -16,6 +16,26 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.sdoc-right-slide:before {
|
||||
content: "\e68e";
|
||||
}
|
||||
|
||||
.sdoc-ai:before {
|
||||
content: "\e68d";
|
||||
}
|
||||
|
||||
.sdoc-retry:before {
|
||||
content: "\e68b";
|
||||
}
|
||||
|
||||
.sdoc-pause:before {
|
||||
content: "\e68c";
|
||||
}
|
||||
|
||||
.sdoc-context-comment:before {
|
||||
content: "\e68a";
|
||||
}
|
||||
|
||||
.sdoc-presentation:before {
|
||||
content: "\e688";
|
||||
}
|
||||
@@ -496,10 +516,6 @@
|
||||
content: "\e642";
|
||||
}
|
||||
|
||||
.sdoc-right-slide:before {
|
||||
content: "\e602";
|
||||
}
|
||||
|
||||
.sdoc-revise:before {
|
||||
content: "\e63f";
|
||||
}
|
||||
|
Binary file not shown.
@@ -14,6 +14,16 @@
|
||||
/>
|
||||
<missing-glyph />
|
||||
|
||||
<glyph glyph-name="sdoc-right-slide" unicode="" d="M672 416l-268.8 214.4c-32 25.6-83.2 6.4-83.2-32v-428.8c0-35.2 48-57.6 83.2-32L672 352c19.2 16 19.2 48 0 64z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="sdoc-ai" unicode="" d="M515.2 896C796.8 896 1024 678.4 1024 416s-227.2-480-508.8-480h-19.2c-12.8 0-118.4-6.4-156.8-19.2-32-6.4-89.6-28.8-124.8-38.4-3.2-3.2-16-6.4-22.4-6.4-16 0-28.8 12.8-32 32-6.4 35.2-6.4 96 12.8 150.4C67.2 144 0 268.8 0 416 3.2 678.4 230.4 896 515.2 896zM512 800C281.6 800 96 620.8 96 403.2c0-112 54.4-211.2 144-291.2l38.4-35.2c-12.8-25.6-19.2-44.8-25.6-54.4-6.4-16-9.6-41.6-6.4-54.4 25.6 12.8 64 32 92.8 38.4 54.4 12.8 134.4 19.2 172.8 19.2 182.4 0 416 160 416 377.6S742.4 800 512 800z m-92.8-124.8C329.6 675.2 256 604.8 256 518.4v-320c0-3.2 3.2-9.6 9.6-9.6h89.6V515.2c0 32 28.8 60.8 60.8 60.8s60.8-28.8 60.8-60.8v-73.6H384c-3.2 0-9.6 0-12.8-3.2-3.2-3.2-3.2-9.6-3.2-12.8v-60.8c0-12.8 9.6-19.2 19.2-19.2H480v-156.8h89.6c3.2 0 9.6 3.2 9.6 9.6v320c0 86.4-70.4 156.8-160 156.8z m297.6-131.2h-57.6c-12.8 0-19.2-6.4-19.2-19.2v-313.6c0-12.8 6.4-19.2 19.2-19.2h57.6c12.8 0 19.2 6.4 19.2 19.2v313.6c0 12.8-6.4 19.2-19.2 19.2z m-28.8 32c25.6 0 48 22.4 48 48S713.6 672 688 672 640 649.6 640 624s22.4-48 48-48z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="sdoc-retry" unicode="" d="M179.051276 770.878649c195.037997 169.459243 485.996319 166.261899 677.836971-6.394688s223.814094-460.417566 76.736261-671.442284L767.362609 384h153.472522c0 163.064555-99.11767 313.339732-249.392848 377.286616s-326.129109 31.973442-444.430844-79.933605L179.051276 770.878649z m668.244939-773.757298c-195.037997-169.459243-485.996319-166.261899-677.836972 6.394688s-223.814094 463.61491-76.736261 674.639628L255.787536 384H102.315015c0-163.064555 99.11767-313.339732 249.392848-377.286616s326.129109-31.973442 444.430844 79.933605l51.157508-89.525638z" horiz-adv-x="1026" />
|
||||
|
||||
<glyph glyph-name="sdoc-pause" unicode="" d="M512-128C230.4-128 0 102.4 0 384S230.4 896 512 896s512-230.4 512-512-230.4-512-512-512z m0 96c227.2 0 416 188.8 416 416S739.2 800 512 800 96 611.2 96 384s188.8-416 416-416z m128 544v-256h-256v256h256z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="sdoc-context-comment" unicode="" d="M96 864c-35.2 0-64-28.8-64-64v-672c0-35.2 28.8-64 64-64h166.4l16-121.6c3.2-16 12.8-28.8 25.6-35.2 6.4-3.2 9.6-3.2 16-3.2 9.6 0 19.2 3.2 28.8 9.6l169.6 150.4H928c35.2 0 64 28.8 64 64V800c0 35.2-28.8 64-64 64H96z m64-96h704c19.2 0 32-12.8 32-32v-544c0-19.2-12.8-32-32-32H502.4c-9.6 0-22.4-3.2-28.8-9.6l-124.8-102.4-9.6 76.8c-3.2 22.4-22.4 38.4-41.6 35.2H160c-19.2 0-32 12.8-32 32V736c0 19.2 12.8 32 32 32z m108.8-352c-9.6 0-12.8-6.4-12.8-16v-64c0-9.6 3.2-16 12.8-16h358.4c6.4 0 12.8 6.4 12.8 16v64c0 9.6-3.2 16-12.8 16H268.8z m3.2 224c-9.6 0-16-6.4-16-16v-64c0-9.6 6.4-16 16-16h480c9.6 0 16 6.4 16 16v64c0 9.6-6.4 16-16 16h-480z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="sdoc-presentation" unicode="" d="M128 96c-35.2 0-64 28.8-64 67.2V764.8h-16C22.4 764.8 0 787.2 0 816S22.4 864 48 864h928c25.6 0 48-22.4 48-48S1001.6 768 976 768H960v-601.6c0-35.2-28.8-67.2-64-67.2h-105.6c28.8-41.6 51.2-70.4 64-86.4 19.2-25.6 19.2-60.8-9.6-86.4-28.8-25.6-73.6-22.4-92.8 3.2s-118.4 166.4-121.6 169.6H384c-3.2-3.2-99.2-137.6-118.4-166.4s-64-32-86.4-12.8c-25.6 19.2-35.2 60.8-16 89.6 12.8 19.2 35.2 48 64 92.8L128 96zM160 768v-576h704V768H160zM409.6 656l268.8-163.2c9.6-6.4 9.6-22.4 0-28.8l-268.8-163.2c-9.6-6.4-25.6 0-25.6 12.8V643.2c0 12.8 12.8 19.2 25.6 12.8z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="sdoc-close-presentation" unicode="" d="M172.8 688c-188.8-185.6-188.8-489.6 0-675.2 188.8-185.6 492.8-185.6 678.4 0 188.8 185.6 188.8 489.6 0 675.2-12.8 16-35.2 19.2-54.4 16-19.2-6.4-35.2-19.2-41.6-41.6-6.4-19.2 0-41.6 16-54.4 144-144 144-374.4 0-515.2-144-144-374.4-144-518.4 0-144 140.8-144 371.2 0 515.2 12.8 12.8 19.2 35.2 16 54.4-6.4 19.2-22.4 35.2-41.6 38.4-19.2 6.4-41.6 0-54.4-12.8zM512 896c35.2 0 64-28.8 64-64v-384c0-35.2-28.8-64-64-64s-64 28.8-64 64V832c0 35.2 28.8 64 64 64z" horiz-adv-x="1024" />
|
||||
@@ -254,8 +264,6 @@
|
||||
|
||||
<glyph glyph-name="sdoc-comments" unicode="" d="M928 864c35.2 0 64-28.8 64-64v-672c0-35.2-28.8-64-64-64h-166.4l-16-121.6c-3.2-16-12.8-28.8-25.6-35.2-6.4-3.2-9.6-3.2-16-3.2-9.6 0-19.2 3.2-28.8 9.6L505.6 64H96c-35.2 0-64 28.8-64 64V800c0 35.2 28.8 64 64 64h832z m-64-96H160c-19.2 0-32-12.8-32-32v-544c0-19.2 12.8-32 32-32h361.6c9.6 0 22.4-3.2 28.8-9.6l124.8-102.4 9.6 76.8c3.2 22.4 22.4 38.4 41.6 35.2H864c19.2 0 32 12.8 32 32V736c0 19.2-12.8 32-32 32z m-112-352c9.6 0 16-6.4 16-16v-64c0-9.6-6.4-16-16-16h-480c-9.6 0-16 6.4-16 16v64c0 9.6 6.4 16 16 16h480z m0 224c9.6 0 16-6.4 16-16v-64c0-9.6-6.4-16-16-16h-480c-9.6 0-16 6.4-16 16v64c0 9.6 6.4 16 16 16h480z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="sdoc-right-slide" unicode="" d="M806.4 438.4L336 812.8c-54.4 44.8-144 9.6-144-54.4v-748.8c0-64 86.4-99.2 144-54.4l470.4 374.4c35.2 28.8 35.2 80 0 108.8z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="sdoc-revise" unicode="" d="M752 0c25.6 0 48-22.4 48-48s-22.4-48-48-48h-320c-25.6 0-48 22.4-48 48s22.4 48 48 48h320z m44.8 841.6L928 710.4c32-32 32-83.2 0-112L336 0l-265.6-19.2 16 262.4L681.6 841.6c28.8 28.8 86.4 28.8 115.2 0z m-204.8-227.2L182.4 201.6l-6.4-115.2 118.4 9.6L704 505.6l-112 108.8z m147.2 147.2l-80-80 108.8-108.8 80 80-108.8 108.8z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="sdoc-starred" unicode="" d="M995.2 412.8c54.4 54.4 25.6 153.6-51.2 163.2l-192 28.8c-28.8 3.2-57.6 25.6-70.4 54.4l-86.4 182.4C579.2 876.8 544 896 512 896s-67.2-19.2-83.2-54.4l-86.4-182.4c-12.8-28.8-38.4-48-70.4-51.2l-192-28.8C3.2 566.4-25.6 470.4 28.8 416l140.8-140.8c22.4-22.4 32-54.4 25.6-86.4l-32-201.6c-9.6-64 38.4-112 92.8-112 12.8 0 28.8 3.2 41.6 12.8l172.8 96c12.8 6.4 28.8 9.6 41.6 9.6 16 0 28.8-3.2 41.6-9.6l172.8-96c12.8-6.4 28.8-12.8 41.6-12.8 54.4 0 102.4 51.2 92.8 112l-32 201.6c-6.4 32 3.2 64 25.6 86.4l140.8 137.6z" horiz-adv-x="1024" />
|
||||
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 79 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user