@seafile/seafile-editor 3.0.0 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/browser-tip/index.js +1 -1
- package/dist/components/modal-header/index.css +1 -1
- package/dist/components/modal-header/index.js +1 -1
- package/dist/containers/hotkeys-helper/index.js +1 -1
- package/dist/containers/outline/index.js +2 -2
- package/dist/extension/commons/dropdown-menu-item/index.css +5 -5
- package/dist/extension/commons/menu/menu-drop-down.js +1 -1
- package/dist/extension/commons/menu/menu.css +2 -2
- package/dist/extension/commons/more-menu/index.css +1 -1
- package/dist/extension/commons/select/field-setting.js +4 -4
- package/dist/extension/commons/select/index.js +1 -1
- package/dist/extension/commons/select/menu/item.js +1 -1
- package/dist/extension/commons/select/menu/style.css +1 -1
- package/dist/extension/commons/select/style.css +1 -1
- package/dist/extension/constants/menus-config.js +20 -43
- package/dist/extension/plugins/header/menu/index.js +1 -1
- package/dist/extension/plugins/header/menu/style.css +2 -2
- package/dist/extension/plugins/image/menu/index.js +1 -1
- package/dist/extension/plugins/image/render-element/index.js +1 -1
- package/dist/extension/plugins/link/render-elem/link-popover.js +2 -2
- package/dist/extension/plugins/link/render-elem/style.css +2 -2
- package/dist/extension/plugins/table/context-menu/horizontal-align-popover/index.js +3 -3
- package/dist/extension/plugins/table/context-menu/horizontal-align-popover/style.css +2 -2
- package/dist/extension/plugins/table/context-menu/index.js +1 -1
- package/dist/extension/plugins/table/context-menu/style.css +2 -2
- package/dist/extension/plugins/table/menu/index.js +1 -1
- package/dist/extension/toolbar/header-toolbar/index.js +1 -1
- package/dist/extension/toolbar/header-toolbar/insert-toolbar/index.js +2 -2
- package/dist/extension/toolbar/header-toolbar/insert-toolbar/style.css +4 -4
- package/dist/extension/toolbar/header-toolbar/style.css +3 -3
- package/dist/extension/toolbar/inline-toolbar/index.css +3 -3
- package/dist/extension/toolbar/inline-toolbar/index.js +1 -1
- package/dist/pages/longtext-editor-dialog/index.js +2 -2
- package/dist/pages/longtext-editor-dialog/style.css +4 -4
- package/dist/pages/longtext-inline-editor/index.css +5 -5
- package/package.json +1 -1
- package/public/media/seafile-editor-font/iconfont.css +150 -0
- package/public/media/seafile-editor-font/iconfont.eot +0 -0
- package/public/media/seafile-editor-font/iconfont.svg +35 -99
- package/public/media/seafile-editor-font/iconfont.ttf +0 -0
- package/public/media/seafile-editor-font/iconfont.woff +0 -0
- package/public/media/seafile-editor-font/iconfont.woff2 +0 -0
- package/public/media/seafile-editor-font.css +80 -206
|
@@ -1,278 +1,152 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
-
font-family: "
|
|
3
|
-
|
|
4
|
-
src: url('./seafile-editor-font/iconfont.eot?t=
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
.
|
|
12
|
-
|
|
2
|
+
font-family: "mdfont";
|
|
3
|
+
/* Project id 5080543 */
|
|
4
|
+
src: url('./seafile-editor-font/iconfont.eot?t=1764915317581');
|
|
5
|
+
/* IE9 */
|
|
6
|
+
src: url('./seafile-editor-font/iconfont.eot?t=1764915317581#iefix') format('embedded-opentype'),
|
|
7
|
+
/* IE6-IE8 */
|
|
8
|
+
url('./seafile-editor-font/iconfont.woff2?t=1764915317581') format('woff2'),
|
|
9
|
+
url('./seafile-editor-font/iconfont.woff?t=1764915317581') format('woff'),
|
|
10
|
+
url('./seafile-editor-font/iconfont.ttf?t=1764915317581') format('truetype'),
|
|
11
|
+
url('./seafile-editor-font/iconfont.svg?t=1764915317581#mdfont') format('svg');
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.mdfont {
|
|
15
|
+
font-family: "mdfont" !important;
|
|
13
16
|
font-size: 16px;
|
|
14
17
|
font-style: normal;
|
|
15
18
|
-webkit-font-smoothing: antialiased;
|
|
16
19
|
-moz-osx-font-smoothing: grayscale;
|
|
17
20
|
}
|
|
18
21
|
|
|
19
|
-
.
|
|
20
|
-
content: "\
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.icon-right-slide:before {
|
|
24
|
-
content: "\e6a7";
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.icon-center-horizontally:before {
|
|
28
|
-
content: "\e69f";
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.icon-star1:before {
|
|
32
|
-
content: "\e6a0";
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.icon-drop-down:before {
|
|
36
|
-
content: "\e6a1";
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.icon-quote:before {
|
|
40
|
-
content: "\e6a2";
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.icon-image:before {
|
|
44
|
-
content: "\e6a3";
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.icon-choose-column:before {
|
|
48
|
-
content: "\e6a4";
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.icon-check-mark:before {
|
|
52
|
-
content: "\e6a5";
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.icon-quote-left:before {
|
|
56
|
-
content: "\e68a";
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.icon-star2:before {
|
|
60
|
-
content: "\e68b";
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.icon-code:before {
|
|
64
|
-
content: "\e68c";
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.icon-italic:before {
|
|
68
|
-
content: "\e68d";
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.icon-ellipsis-v:before {
|
|
72
|
-
content: "\e68e";
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.icon-column:before {
|
|
76
|
-
content: "\e68f";
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.icon-code-block:before {
|
|
80
|
-
content: "\e690";
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.icon-align-right:before {
|
|
84
|
-
content: "\e691";
|
|
22
|
+
.md-outline:before {
|
|
23
|
+
content: "\e6bd";
|
|
85
24
|
}
|
|
86
25
|
|
|
87
|
-
.
|
|
88
|
-
content: "\
|
|
26
|
+
.md-sm-close:before {
|
|
27
|
+
content: "\e6be";
|
|
89
28
|
}
|
|
90
29
|
|
|
91
|
-
.
|
|
92
|
-
content: "\
|
|
30
|
+
.md-link:before {
|
|
31
|
+
content: "\e6bf";
|
|
93
32
|
}
|
|
94
33
|
|
|
95
|
-
.
|
|
96
|
-
content: "\
|
|
34
|
+
.md-more:before {
|
|
35
|
+
content: "\e6c0";
|
|
97
36
|
}
|
|
98
37
|
|
|
99
|
-
.
|
|
100
|
-
content: "\
|
|
38
|
+
.md-inline-code:before {
|
|
39
|
+
content: "\e6c1";
|
|
101
40
|
}
|
|
102
41
|
|
|
103
|
-
.
|
|
104
|
-
content: "\
|
|
42
|
+
.md-align-left:before {
|
|
43
|
+
content: "\e6c2";
|
|
105
44
|
}
|
|
106
45
|
|
|
107
|
-
.
|
|
108
|
-
content: "\
|
|
46
|
+
.md-fullscreen:before {
|
|
47
|
+
content: "\e6c3";
|
|
109
48
|
}
|
|
110
49
|
|
|
111
|
-
.
|
|
112
|
-
content: "\
|
|
50
|
+
.md-rename:before {
|
|
51
|
+
content: "\e6c4";
|
|
113
52
|
}
|
|
114
53
|
|
|
115
|
-
.
|
|
116
|
-
content: "\
|
|
54
|
+
.md-unlink:before {
|
|
55
|
+
content: "\e6c5";
|
|
117
56
|
}
|
|
118
57
|
|
|
119
|
-
.
|
|
120
|
-
content: "\
|
|
58
|
+
.md-table:before {
|
|
59
|
+
content: "\e6c6";
|
|
121
60
|
}
|
|
122
61
|
|
|
123
|
-
.
|
|
124
|
-
content: "\
|
|
62
|
+
.md-italic:before {
|
|
63
|
+
content: "\e6c7";
|
|
125
64
|
}
|
|
126
65
|
|
|
127
|
-
.
|
|
128
|
-
content: "\
|
|
66
|
+
.md-full-screen:before {
|
|
67
|
+
content: "\e6c8";
|
|
129
68
|
}
|
|
130
69
|
|
|
131
|
-
.
|
|
132
|
-
content: "\
|
|
70
|
+
.md-align-right:before {
|
|
71
|
+
content: "\e6c9";
|
|
133
72
|
}
|
|
134
73
|
|
|
135
|
-
.
|
|
136
|
-
content: "\
|
|
74
|
+
.md-check-mark:before {
|
|
75
|
+
content: "\e6ca";
|
|
137
76
|
}
|
|
138
77
|
|
|
139
|
-
.
|
|
140
|
-
content: "\
|
|
78
|
+
.md-formula:before {
|
|
79
|
+
content: "\e6ac";
|
|
141
80
|
}
|
|
142
81
|
|
|
143
|
-
.
|
|
144
|
-
content: "\
|
|
82
|
+
.md-quote-left:before {
|
|
83
|
+
content: "\e6ad";
|
|
145
84
|
}
|
|
146
85
|
|
|
147
|
-
.
|
|
148
|
-
content: "\
|
|
86
|
+
.md-use-help:before {
|
|
87
|
+
content: "\e6ae";
|
|
149
88
|
}
|
|
150
89
|
|
|
151
|
-
.
|
|
152
|
-
content: "\
|
|
90
|
+
.md-bold:before {
|
|
91
|
+
content: "\e6af";
|
|
153
92
|
}
|
|
154
93
|
|
|
155
|
-
.
|
|
156
|
-
content: "\
|
|
94
|
+
.md-image:before {
|
|
95
|
+
content: "\e6b0";
|
|
157
96
|
}
|
|
158
97
|
|
|
159
|
-
.
|
|
160
|
-
content: "\
|
|
98
|
+
.md-align-center:before {
|
|
99
|
+
content: "\e6b1";
|
|
161
100
|
}
|
|
162
101
|
|
|
163
|
-
.
|
|
164
|
-
content: "\
|
|
102
|
+
.md-right-slide:before {
|
|
103
|
+
content: "\e6b2";
|
|
165
104
|
}
|
|
166
105
|
|
|
167
|
-
.
|
|
168
|
-
content: "\
|
|
106
|
+
.md-list-ol:before {
|
|
107
|
+
content: "\e6b3";
|
|
169
108
|
}
|
|
170
109
|
|
|
171
|
-
.
|
|
172
|
-
content: "\
|
|
110
|
+
.md-format-clear:before {
|
|
111
|
+
content: "\e6b4";
|
|
173
112
|
}
|
|
174
113
|
|
|
175
|
-
.
|
|
176
|
-
content: "\
|
|
114
|
+
.md-underline:before {
|
|
115
|
+
content: "\e6b5";
|
|
177
116
|
}
|
|
178
117
|
|
|
179
|
-
.
|
|
180
|
-
content: "\
|
|
118
|
+
.md-list-ul:before {
|
|
119
|
+
content: "\e6b6";
|
|
181
120
|
}
|
|
182
121
|
|
|
183
|
-
.
|
|
184
|
-
content: "\
|
|
122
|
+
.md-description:before {
|
|
123
|
+
content: "\e6b7";
|
|
185
124
|
}
|
|
186
125
|
|
|
187
|
-
.
|
|
188
|
-
content: "\
|
|
126
|
+
.md-caret-up:before {
|
|
127
|
+
content: "\e6b8";
|
|
189
128
|
}
|
|
190
129
|
|
|
191
|
-
.
|
|
192
|
-
content: "\
|
|
130
|
+
.md-code-block:before {
|
|
131
|
+
content: "\e6b9";
|
|
193
132
|
}
|
|
194
133
|
|
|
195
|
-
.
|
|
196
|
-
content: "\
|
|
134
|
+
.md-insert:before {
|
|
135
|
+
content: "\e6ba";
|
|
197
136
|
}
|
|
198
137
|
|
|
199
|
-
.
|
|
200
|
-
content: "\
|
|
138
|
+
.md-choose-column:before {
|
|
139
|
+
content: "\e6bb";
|
|
201
140
|
}
|
|
202
141
|
|
|
203
|
-
.
|
|
204
|
-
content: "\
|
|
142
|
+
.md-text-style:before {
|
|
143
|
+
content: "\e6bc";
|
|
205
144
|
}
|
|
206
145
|
|
|
207
|
-
.
|
|
208
|
-
content: "\
|
|
146
|
+
.md-check-square:before {
|
|
147
|
+
content: "\e6aa";
|
|
209
148
|
}
|
|
210
149
|
|
|
211
|
-
.
|
|
212
|
-
content: "\
|
|
150
|
+
.md-drop-down:before {
|
|
151
|
+
content: "\e6ab";
|
|
213
152
|
}
|
|
214
|
-
|
|
215
|
-
.icon-angle-double-left:before {
|
|
216
|
-
content: "\e64d";
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.icon-comment:before {
|
|
220
|
-
content: "\e64f";
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.icon-enlarge:before {
|
|
224
|
-
content: "\e658";
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.icon-bell:before {
|
|
228
|
-
content: "\e659";
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.icon-magic:before {
|
|
232
|
-
content: "\e65a";
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
.icon-angle-double-right:before {
|
|
236
|
-
content: "\e65d";
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.icon-pencil:before {
|
|
240
|
-
content: "\e65f";
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.icon-plus-circle:before {
|
|
244
|
-
content: "\e664";
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.icon-info-circle:before {
|
|
248
|
-
content: "\e66d";
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.icon-left:before {
|
|
252
|
-
content: "\e66f";
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
.icon-plus-square:before {
|
|
256
|
-
content: "\e671";
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
.icon-shrink:before {
|
|
260
|
-
content: "\e672";
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
.icon-right:before {
|
|
264
|
-
content: "\e675";
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
.icon-eye:before {
|
|
268
|
-
content: "\e676";
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
.icon-times-circle:before {
|
|
272
|
-
content: "\e678";
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
.icon-users:before {
|
|
276
|
-
content: "\e67f";
|
|
277
|
-
}
|
|
278
|
-
|