@seafile/sdoc-editor 0.1.111 → 0.1.112
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/basic-sdk/extension/plugins/font/menu/font-family/index.css +20 -4
- package/dist/basic-sdk/extension/plugins/font/menu/font-size/index.css +8 -1
- package/dist/basic-sdk/extension/plugins/header/menu/style.css +5 -3
- package/dist/basic-sdk/extension/plugins/table/menu/active-table-menu/index.css +1 -1
- package/dist/components/doc-operations/revision-operations/revisions/revisions-dialog/index.css +1 -7
- package/dist/components/doc-operations/revision-operations/revisions/revisions-dialog/index.js +5 -5
- package/package.json +1 -1
|
@@ -1,18 +1,34 @@
|
|
|
1
1
|
.menu-group .menu-group-item.sdoc-menu-with-dropdown.sdoc-font-family-menu {
|
|
2
|
-
width:
|
|
3
|
-
max-width:
|
|
2
|
+
width: 76px;
|
|
3
|
+
max-width: 76px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.menu-group .menu-group-item.sdoc-menu-with-dropdown.sdoc-font-family-menu.disabled {
|
|
7
|
+
width: 70px !important;
|
|
4
8
|
}
|
|
5
9
|
|
|
6
10
|
.sdoc-font-family-menu .sdoc-menu-with-dropdown-icon,
|
|
7
11
|
.sdoc-font-family-menu .sdoc-menu-with-dropdown-icon div {
|
|
8
|
-
width:
|
|
12
|
+
width: 64px;
|
|
9
13
|
overflow: hidden;
|
|
10
14
|
text-overflow: ellipsis;
|
|
11
15
|
white-space: nowrap;
|
|
16
|
+
font-size: 14px;
|
|
12
17
|
}
|
|
13
18
|
|
|
14
19
|
.sdoc-font-family-menu .sdoc-menu-with-dropdown-icon div {
|
|
15
20
|
padding-left: 5px;
|
|
21
|
+
color: #212529;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.menu-group .menu-group-item.sdoc-menu-with-dropdown.sdoc-font-family-menu.disabled .sdoc-menu-with-dropdown-icon {
|
|
25
|
+
width: 70px !important;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.menu-group .menu-group-item.sdoc-menu-with-dropdown.sdoc-font-family-menu.disabled .sdoc-menu-with-dropdown-icon div {
|
|
29
|
+
padding-right: 5px;
|
|
30
|
+
width: 70px;
|
|
31
|
+
color: #BDBDBD;
|
|
16
32
|
}
|
|
17
33
|
|
|
18
34
|
/* sdoc-font-family-menu-popover */
|
|
@@ -20,5 +36,5 @@
|
|
|
20
36
|
padding: 8px 10px;
|
|
21
37
|
color: gray;
|
|
22
38
|
cursor: default;
|
|
23
|
-
font-size:
|
|
39
|
+
font-size: 14px;
|
|
24
40
|
}
|
|
@@ -9,10 +9,17 @@
|
|
|
9
9
|
.menu-group .sdoc-font-size-menu .sdoc-menu-with-dropdown-icon,
|
|
10
10
|
.menu-group .sdoc-font-size-menu .sdoc-menu-with-dropdown-icon div {
|
|
11
11
|
width: 34px;
|
|
12
|
+
font-size: 14px;
|
|
12
13
|
}
|
|
13
14
|
|
|
14
15
|
.menu-group .sdoc-font-size-menu .sdoc-menu-with-dropdown-icon div {
|
|
15
16
|
padding-left: 5px;
|
|
17
|
+
color: #212529;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.menu-group .sdoc-menu-with-dropdown.sdoc-font-size-menu.disabled .sdoc-menu-with-dropdown-icon div {
|
|
21
|
+
padding-right: 5px;
|
|
22
|
+
color: #BDBDBD;
|
|
16
23
|
}
|
|
17
24
|
|
|
18
25
|
.sdoc-font-size-menu-popover .sdoc-dropdown-menu-item .sdoc-check-mark {
|
|
@@ -30,5 +37,5 @@
|
|
|
30
37
|
}
|
|
31
38
|
|
|
32
39
|
.sdoc-font-size-menu-popover .sdoc-dropdown-menu-item {
|
|
33
|
-
font-size:
|
|
40
|
+
font-size: 14px;
|
|
34
41
|
}
|
|
@@ -15,14 +15,16 @@
|
|
|
15
15
|
align-items: center;
|
|
16
16
|
padding-left: 5px;
|
|
17
17
|
height: 24px;
|
|
18
|
+
cursor: pointer;
|
|
18
19
|
}
|
|
19
20
|
|
|
20
21
|
.header-menu .header-toggle .active {
|
|
21
|
-
font-size:
|
|
22
|
+
font-size: 14px;
|
|
22
23
|
}
|
|
23
24
|
|
|
24
25
|
.header-menu .header-toggle-disabled {
|
|
25
|
-
color: #
|
|
26
|
+
color: #BDBDBD;
|
|
27
|
+
cursor: unset;
|
|
26
28
|
}
|
|
27
29
|
|
|
28
30
|
.header-menu .header-toggle:not(.header-toggle-disabled):hover {
|
|
@@ -58,5 +60,5 @@
|
|
|
58
60
|
}
|
|
59
61
|
|
|
60
62
|
.header-menu .header-popover .sdoc-dropdown-menu-item {
|
|
61
|
-
font-size:
|
|
63
|
+
font-size: 14px;
|
|
62
64
|
}
|
package/dist/components/doc-operations/revision-operations/revisions/revisions-dialog/index.css
CHANGED
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.revisions-dialog .revisions-body .sdoc-revision:hover {
|
|
64
|
+
cursor: pointer;
|
|
64
65
|
background-color: #f5f5f5;
|
|
65
66
|
}
|
|
66
67
|
|
|
@@ -92,13 +93,6 @@
|
|
|
92
93
|
overflow: hidden;
|
|
93
94
|
text-overflow: ellipsis;
|
|
94
95
|
white-space: nowrap;
|
|
95
|
-
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.revisions-dialog .sdoc-revision .sdoc-revision-name-content:hover {
|
|
99
|
-
text-decoration: underline;
|
|
100
|
-
cursor: pointer;
|
|
101
|
-
color: #ff8000;
|
|
102
96
|
}
|
|
103
97
|
|
|
104
98
|
.revisions-dialog .sdoc-revision .sdoc-revision-time {
|
package/dist/components/doc-operations/revision-operations/revisions/revisions-dialog/index.js
CHANGED
|
@@ -133,17 +133,17 @@ var RevisionsDialog = function RevisionsDialog(_ref) {
|
|
|
133
133
|
}, revisions.map(function (revision) {
|
|
134
134
|
return /*#__PURE__*/React.createElement("div", {
|
|
135
135
|
className: "sdoc-revision",
|
|
136
|
-
key: revision.id
|
|
136
|
+
key: revision.id,
|
|
137
|
+
onClick: function onClick() {
|
|
138
|
+
return openRevision(revision.id);
|
|
139
|
+
}
|
|
137
140
|
}, /*#__PURE__*/React.createElement("div", {
|
|
138
141
|
className: "sdoc-revision-name",
|
|
139
142
|
style: {
|
|
140
143
|
width: '40%'
|
|
141
144
|
}
|
|
142
145
|
}, /*#__PURE__*/React.createElement("div", {
|
|
143
|
-
className: "sdoc-revision-name-content"
|
|
144
|
-
onClick: function onClick() {
|
|
145
|
-
return openRevision(revision.id);
|
|
146
|
-
}
|
|
146
|
+
className: "sdoc-revision-name-content"
|
|
147
147
|
}, t('Revision') + ' ' + revision.id)), /*#__PURE__*/React.createElement("div", {
|
|
148
148
|
className: "sdoc-revision-user",
|
|
149
149
|
style: {
|