@syncfusion/ej2-angular-documenteditor 20.1.60 → 20.2.36
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +113 -0
- package/esm2020/src/document-editor/documenteditor.component.mjs +262 -0
- package/esm2020/src/document-editor/documenteditor.module.mjs +25 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +29 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +66 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +25 -0
- package/esm2020/src/index.mjs +8 -0
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +506 -0
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +506 -0
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
- package/package.json +29 -15
- package/schematics/utils/lib-details.ts +2 -2
- package/src/document-editor/documenteditor-all.module.d.ts +6 -0
- package/src/document-editor/documenteditor.component.d.ts +3 -0
- package/src/document-editor/documenteditor.module.d.ts +6 -0
- package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +6 -0
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -0
- package/src/document-editor-container/documenteditorcontainer.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +215 -105
- package/styles/bootstrap.css +214 -104
- package/styles/bootstrap4.css +216 -106
- package/styles/bootstrap5-dark.css +220 -110
- package/styles/bootstrap5.css +220 -110
- package/styles/document-editor/_all.scss +3 -0
- package/styles/document-editor/_bootstrap-dark-definition.scss +544 -0
- package/styles/document-editor/_bootstrap-definition.scss +543 -0
- package/styles/document-editor/_bootstrap4-definition.scss +556 -0
- package/styles/document-editor/_bootstrap5-dark-definition.scss +1 -0
- package/styles/document-editor/_bootstrap5-definition.scss +556 -0
- package/styles/document-editor/_fabric-dark-definition.scss +546 -0
- package/styles/document-editor/_fabric-definition.scss +545 -0
- package/styles/document-editor/_fluent-dark-definition.scss +1 -0
- package/styles/document-editor/_fluent-definition.scss +564 -0
- package/styles/document-editor/_fusionnew-definition.scss +556 -0
- package/styles/document-editor/_highcontrast-definition.scss +545 -0
- package/styles/document-editor/_highcontrast-light-definition.scss +2988 -0
- package/styles/document-editor/_layout.scss +217 -0
- package/styles/document-editor/_material-dark-definition.scss +561 -0
- package/styles/document-editor/_material-definition.scss +563 -0
- package/styles/document-editor/_material3-definition.scss +556 -0
- package/styles/document-editor/_tailwind-dark-definition.scss +1 -0
- package/styles/document-editor/_tailwind-definition.scss +555 -0
- package/styles/document-editor/_theme.scss +3395 -0
- package/styles/document-editor/bootstrap-dark.css +211 -104
- package/styles/document-editor/bootstrap-dark.scss +4 -1
- package/styles/document-editor/bootstrap.css +210 -103
- package/styles/document-editor/bootstrap.scss +4 -1
- package/styles/document-editor/bootstrap4.css +211 -104
- package/styles/document-editor/bootstrap4.scss +4 -1
- package/styles/document-editor/bootstrap5-dark.css +215 -108
- package/styles/document-editor/bootstrap5-dark.scss +4 -1
- package/styles/document-editor/bootstrap5.css +215 -108
- package/styles/document-editor/bootstrap5.scss +4 -1
- package/styles/document-editor/fabric-dark.css +211 -104
- package/styles/document-editor/fabric-dark.scss +4 -1
- package/styles/document-editor/fabric.css +211 -104
- package/styles/document-editor/fabric.scss +4 -1
- package/styles/document-editor/fluent-dark.css +218 -110
- package/styles/document-editor/fluent-dark.scss +4 -1
- package/styles/document-editor/fluent.css +218 -110
- package/styles/document-editor/fluent.scss +4 -1
- package/styles/document-editor/highcontrast-light.css +74 -46
- package/styles/document-editor/highcontrast-light.scss +4 -1
- package/styles/document-editor/highcontrast.css +211 -104
- package/styles/document-editor/highcontrast.scss +4 -1
- package/styles/document-editor/icons/_bootstrap-dark.scss +609 -0
- package/styles/document-editor/icons/_bootstrap.scss +609 -0
- package/styles/document-editor/icons/_bootstrap4.scss +592 -0
- package/styles/document-editor/icons/_bootstrap5-dark.scss +1 -0
- package/styles/document-editor/icons/_bootstrap5.scss +642 -0
- package/styles/document-editor/icons/_fabric-dark.scss +608 -0
- package/styles/document-editor/icons/_fabric.scss +608 -0
- package/styles/document-editor/icons/_fluent-dark.scss +1 -0
- package/styles/document-editor/icons/_fluent.scss +640 -0
- package/styles/document-editor/icons/_fusionnew.scss +642 -0
- package/styles/document-editor/icons/_highcontrast-light.scss +612 -0
- package/styles/document-editor/icons/_highcontrast.scss +607 -0
- package/styles/document-editor/icons/_material-dark.scss +600 -0
- package/styles/document-editor/icons/_material.scss +600 -0
- package/styles/document-editor/icons/_material3.scss +642 -0
- package/styles/document-editor/icons/_tailwind-dark.scss +642 -0
- package/styles/document-editor/icons/_tailwind.scss +642 -0
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +171 -0
- package/styles/document-editor/material-dark.css +204 -97
- package/styles/document-editor/material-dark.scss +4 -1
- package/styles/document-editor/material.css +202 -95
- package/styles/document-editor/material.scss +4 -1
- package/styles/document-editor/tailwind-dark.css +221 -127
- package/styles/document-editor/tailwind-dark.scss +4 -1
- package/styles/document-editor/tailwind.css +221 -127
- package/styles/document-editor/tailwind.scss +4 -1
- package/styles/document-editor-container/_all.scss +2 -0
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +125 -0
- package/styles/document-editor-container/_bootstrap-definition.scss +125 -0
- package/styles/document-editor-container/_bootstrap4-definition.scss +141 -0
- package/styles/document-editor-container/_bootstrap5-dark-definition.scss +1 -0
- package/styles/document-editor-container/_bootstrap5-definition.scss +152 -0
- package/styles/document-editor-container/_definition.scss +10 -0
- package/styles/document-editor-container/_fabric-dark-definition.scss +130 -0
- package/styles/document-editor-container/_fabric-definition.scss +127 -0
- package/styles/document-editor-container/_fluent-dark-definition.scss +1 -0
- package/styles/document-editor-container/_fluent-definition.scss +153 -0
- package/styles/document-editor-container/_fusionnew-definition.scss +152 -0
- package/styles/document-editor-container/_highcontrast-definition.scss +128 -0
- package/styles/document-editor-container/_highcontrast-light-definition.scss +131 -0
- package/styles/document-editor-container/_layout.scss +88 -0
- package/styles/document-editor-container/_material-dark-definition.scss +129 -0
- package/styles/document-editor-container/_material-definition.scss +128 -0
- package/styles/document-editor-container/_material3-definition.scss +152 -0
- package/styles/document-editor-container/_tailwind-dark-definition.scss +1 -0
- package/styles/document-editor-container/_tailwind-definition.scss +146 -0
- package/styles/document-editor-container/_theme.scss +2004 -0
- package/styles/document-editor-container/bootstrap-dark.css +4 -1
- package/styles/document-editor-container/bootstrap-dark.scss +5 -1
- package/styles/document-editor-container/bootstrap.css +4 -1
- package/styles/document-editor-container/bootstrap.scss +5 -1
- package/styles/document-editor-container/bootstrap4.css +5 -2
- package/styles/document-editor-container/bootstrap4.scss +5 -1
- package/styles/document-editor-container/bootstrap5-dark.css +5 -2
- package/styles/document-editor-container/bootstrap5-dark.scss +5 -1
- package/styles/document-editor-container/bootstrap5.css +5 -2
- package/styles/document-editor-container/bootstrap5.scss +5 -1
- package/styles/document-editor-container/fabric-dark.css +4 -1
- package/styles/document-editor-container/fabric-dark.scss +5 -1
- package/styles/document-editor-container/fabric.css +4 -1
- package/styles/document-editor-container/fabric.scss +5 -1
- package/styles/document-editor-container/fluent-dark.css +5 -2
- package/styles/document-editor-container/fluent-dark.scss +5 -1
- package/styles/document-editor-container/fluent.css +5 -2
- package/styles/document-editor-container/fluent.scss +5 -1
- package/styles/document-editor-container/highcontrast-light.css +22 -19
- package/styles/document-editor-container/highcontrast-light.scss +5 -1
- package/styles/document-editor-container/highcontrast.css +4 -1
- package/styles/document-editor-container/highcontrast.scss +5 -1
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +397 -0
- package/styles/document-editor-container/icons/_bootstrap.scss +397 -0
- package/styles/document-editor-container/icons/_bootstrap4.scss +397 -0
- package/styles/document-editor-container/icons/_bootstrap5-dark.scss +1 -0
- package/styles/document-editor-container/icons/_bootstrap5.scss +423 -0
- package/styles/document-editor-container/icons/_fabric-dark.scss +397 -0
- package/styles/document-editor-container/icons/_fabric.scss +397 -0
- package/styles/document-editor-container/icons/_fluent-dark.scss +1 -0
- package/styles/document-editor-container/icons/_fluent.scss +423 -0
- package/styles/document-editor-container/icons/_fusionnew.scss +423 -0
- package/styles/document-editor-container/icons/_highcontrast-light.scss +397 -0
- package/styles/document-editor-container/icons/_highcontrast.scss +397 -0
- package/styles/document-editor-container/icons/_material-dark.scss +400 -0
- package/styles/document-editor-container/icons/_material.scss +400 -0
- package/styles/document-editor-container/icons/_material3.scss +423 -0
- package/styles/document-editor-container/icons/_tailwind-dark.scss +423 -0
- package/styles/document-editor-container/icons/_tailwind.scss +423 -0
- package/styles/document-editor-container/material-dark.css +4 -1
- package/styles/document-editor-container/material-dark.scss +5 -1
- package/styles/document-editor-container/material.css +4 -1
- package/styles/document-editor-container/material.scss +5 -1
- package/styles/document-editor-container/tailwind-dark.css +5 -3
- package/styles/document-editor-container/tailwind-dark.scss +5 -1
- package/styles/document-editor-container/tailwind.css +5 -3
- package/styles/document-editor-container/tailwind.scss +5 -1
- package/styles/fabric-dark.css +215 -105
- package/styles/fabric.css +215 -105
- package/styles/fluent-dark.css +223 -112
- package/styles/fluent.css +223 -112
- package/styles/highcontrast-light.css +78 -47
- package/styles/highcontrast.css +215 -105
- package/styles/material-dark.css +208 -98
- package/styles/material.css +206 -96
- package/styles/tailwind-dark.css +226 -130
- package/styles/tailwind.css +226 -130
- package/syncfusion-ej2-angular-documenteditor.d.ts +5 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js +0 -574
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-documenteditor.js +0 -544
- package/@syncfusion/ej2-angular-documenteditor.js.map +0 -1
- package/CHANGELOG.md +0 -3071
- package/dist/ej2-angular-documenteditor.umd.js +0 -838
- package/dist/ej2-angular-documenteditor.umd.js.map +0 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +0 -11
- package/dist/ej2-angular-documenteditor.umd.min.js.map +0 -1
- package/ej2-angular-documenteditor.d.ts +0 -6
- package/ej2-angular-documenteditor.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -15
- package/schematics/generators/documenteditorcontainer-default/index.d.ts +0 -3
- package/schematics/generators/documenteditorcontainer-default/index.js +0 -8
- package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +0 -5
- package/schematics/generators/documenteditorcontainer-default/sample-details.js +0 -7
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
- package/schematics/generators/documenteditorcontainer-default/schema.d.ts +0 -3
- package/schematics/generators/documenteditorcontainer-default/schema.js +0 -2
- package/schematics/generators/documenteditorcontainer-default/schema.json +0 -124
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -75,6 +75,10 @@
|
|
|
75
75
|
content: "\eb25";
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
+
.e-de-ctnr-borders::before {
|
|
79
|
+
content: "\e93b";
|
|
80
|
+
}
|
|
81
|
+
|
|
78
82
|
.e-de-ctnr-showhide::before {
|
|
79
83
|
content: "\eb23";
|
|
80
84
|
font-size: 16px;
|
|
@@ -1012,7 +1016,6 @@
|
|
|
1012
1016
|
}
|
|
1013
1017
|
|
|
1014
1018
|
.e-de-list-header-presetmenu div span {
|
|
1015
|
-
color: #aaa;
|
|
1016
1019
|
display: inline-block;
|
|
1017
1020
|
vertical-align: middle;
|
|
1018
1021
|
}
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap-dark-definition.scss';
|
|
2
|
+
@import '../document-editor/bootstrap-dark-definition.scss';
|
|
3
|
+
@import 'bootstrap-dark-definition.scss';
|
|
4
|
+
@import 'icons/bootstrap-dark.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -75,6 +75,10 @@
|
|
|
75
75
|
content: "\eb25";
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
+
.e-de-ctnr-borders::before {
|
|
79
|
+
content: "\e93b";
|
|
80
|
+
}
|
|
81
|
+
|
|
78
82
|
.e-de-ctnr-showhide::before {
|
|
79
83
|
content: "\eb23";
|
|
80
84
|
font-size: 16px;
|
|
@@ -1014,7 +1018,6 @@
|
|
|
1014
1018
|
}
|
|
1015
1019
|
|
|
1016
1020
|
.e-de-list-header-presetmenu div span {
|
|
1017
|
-
color: #aaa;
|
|
1018
1021
|
display: inline-block;
|
|
1019
1022
|
vertical-align: middle;
|
|
1020
1023
|
}
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap-definition.scss';
|
|
2
|
+
@import '../document-editor/bootstrap-definition.scss';
|
|
3
|
+
@import 'bootstrap-definition.scss';
|
|
4
|
+
@import 'icons/bootstrap.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -155,6 +155,10 @@
|
|
|
155
155
|
content: "\e72a";
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
+
.e-de-ctnr-borders::before {
|
|
159
|
+
content: "\e93b";
|
|
160
|
+
}
|
|
161
|
+
|
|
158
162
|
.e-de-ctnr-decreaseindent::before {
|
|
159
163
|
content: "\e722";
|
|
160
164
|
}
|
|
@@ -1161,7 +1165,7 @@
|
|
|
1161
1165
|
}
|
|
1162
1166
|
|
|
1163
1167
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
1164
|
-
border-bottom: 1px solid #
|
|
1168
|
+
border-bottom: 1px solid #495057;
|
|
1165
1169
|
margin-left: 5px;
|
|
1166
1170
|
width: 100%;
|
|
1167
1171
|
}
|
|
@@ -1178,7 +1182,6 @@
|
|
|
1178
1182
|
}
|
|
1179
1183
|
|
|
1180
1184
|
.e-de-list-header-presetmenu div span {
|
|
1181
|
-
color: #aaa;
|
|
1182
1185
|
display: inline-block;
|
|
1183
1186
|
vertical-align: middle;
|
|
1184
1187
|
}
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap4-definition.scss';
|
|
2
|
+
@import '../document-editor/bootstrap4-definition.scss';
|
|
3
|
+
@import 'bootstrap4-definition.scss';
|
|
4
|
+
@import 'icons/bootstrap4.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -156,6 +156,10 @@
|
|
|
156
156
|
content: "\e77e";
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
+
.e-de-ctnr-borders::before {
|
|
160
|
+
content: "\e893";
|
|
161
|
+
}
|
|
162
|
+
|
|
159
163
|
.e-de-ctnr-decreaseindent::before {
|
|
160
164
|
content: "\e72a";
|
|
161
165
|
}
|
|
@@ -1205,7 +1209,7 @@
|
|
|
1205
1209
|
}
|
|
1206
1210
|
|
|
1207
1211
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
1208
|
-
border-bottom: 1px solid #
|
|
1212
|
+
border-bottom: 1px solid #adb5bd;
|
|
1209
1213
|
margin-left: 5px;
|
|
1210
1214
|
width: 100%;
|
|
1211
1215
|
}
|
|
@@ -1222,7 +1226,6 @@
|
|
|
1222
1226
|
}
|
|
1223
1227
|
|
|
1224
1228
|
.e-de-list-header-presetmenu div span {
|
|
1225
|
-
color: #aaa;
|
|
1226
1229
|
display: inline-block;
|
|
1227
1230
|
vertical-align: middle;
|
|
1228
1231
|
}
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap5-dark-definition.scss';
|
|
2
|
+
@import '../document-editor/bootstrap5-dark-definition.scss';
|
|
3
|
+
@import 'bootstrap5-dark-definition.scss';
|
|
4
|
+
@import 'icons/bootstrap5-dark.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -156,6 +156,10 @@
|
|
|
156
156
|
content: "\e77e";
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
+
.e-de-ctnr-borders::before {
|
|
160
|
+
content: "\e893";
|
|
161
|
+
}
|
|
162
|
+
|
|
159
163
|
.e-de-ctnr-decreaseindent::before {
|
|
160
164
|
content: "\e72a";
|
|
161
165
|
}
|
|
@@ -1205,7 +1209,7 @@
|
|
|
1205
1209
|
}
|
|
1206
1210
|
|
|
1207
1211
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
1208
|
-
border-bottom: 1px solid #
|
|
1212
|
+
border-bottom: 1px solid #6c757d;
|
|
1209
1213
|
margin-left: 5px;
|
|
1210
1214
|
width: 100%;
|
|
1211
1215
|
}
|
|
@@ -1222,7 +1226,6 @@
|
|
|
1222
1226
|
}
|
|
1223
1227
|
|
|
1224
1228
|
.e-de-list-header-presetmenu div span {
|
|
1225
|
-
color: #aaa;
|
|
1226
1229
|
display: inline-block;
|
|
1227
1230
|
vertical-align: middle;
|
|
1228
1231
|
}
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap5-definition.scss';
|
|
2
|
+
@import '../document-editor/bootstrap5-definition.scss';
|
|
3
|
+
@import 'bootstrap5-definition.scss';
|
|
4
|
+
@import 'icons/bootstrap5.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -103,6 +103,10 @@
|
|
|
103
103
|
content: "\eb92";
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
+
.e-de-ctnr-borders::before {
|
|
107
|
+
content: "\e93d";
|
|
108
|
+
}
|
|
109
|
+
|
|
106
110
|
.e-de-ctnr-decreaseindent::before {
|
|
107
111
|
content: "\eb69";
|
|
108
112
|
}
|
|
@@ -1001,7 +1005,6 @@
|
|
|
1001
1005
|
}
|
|
1002
1006
|
|
|
1003
1007
|
.e-de-list-header-presetmenu div span {
|
|
1004
|
-
color: #aaa;
|
|
1005
1008
|
display: inline-block;
|
|
1006
1009
|
vertical-align: middle;
|
|
1007
1010
|
}
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fabric-dark-definition.scss';
|
|
2
|
+
@import '../document-editor/fabric-dark-definition.scss';
|
|
3
|
+
@import 'fabric-dark-definition.scss';
|
|
4
|
+
@import 'icons/fabric-dark.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -103,6 +103,10 @@
|
|
|
103
103
|
content: "\eb92";
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
+
.e-de-ctnr-borders::before {
|
|
107
|
+
content: "\e93d";
|
|
108
|
+
}
|
|
109
|
+
|
|
106
110
|
.e-de-ctnr-decreaseindent::before {
|
|
107
111
|
content: "\eb69";
|
|
108
112
|
}
|
|
@@ -1003,7 +1007,6 @@
|
|
|
1003
1007
|
}
|
|
1004
1008
|
|
|
1005
1009
|
.e-de-list-header-presetmenu div span {
|
|
1006
|
-
color: #aaa;
|
|
1007
1010
|
display: inline-block;
|
|
1008
1011
|
vertical-align: middle;
|
|
1009
1012
|
}
|
|
@@ -156,6 +156,10 @@
|
|
|
156
156
|
content: "\e77e";
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
+
.e-de-ctnr-borders::before {
|
|
160
|
+
content: "\e893";
|
|
161
|
+
}
|
|
162
|
+
|
|
159
163
|
.e-de-ctnr-decreaseindent::before {
|
|
160
164
|
content: "\e72a";
|
|
161
165
|
}
|
|
@@ -1104,7 +1108,7 @@
|
|
|
1104
1108
|
}
|
|
1105
1109
|
|
|
1106
1110
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
1107
|
-
border-bottom: 1px solid #
|
|
1111
|
+
border-bottom: 1px solid #a19f9d;
|
|
1108
1112
|
margin-left: 5px;
|
|
1109
1113
|
width: 100%;
|
|
1110
1114
|
}
|
|
@@ -1121,7 +1125,6 @@
|
|
|
1121
1125
|
}
|
|
1122
1126
|
|
|
1123
1127
|
.e-de-list-header-presetmenu div span {
|
|
1124
|
-
color: #aaa;
|
|
1125
1128
|
display: inline-block;
|
|
1126
1129
|
vertical-align: middle;
|
|
1127
1130
|
}
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fluent-dark-definition.scss';
|
|
2
|
+
@import '../document-editor/fluent-dark-definition.scss';
|
|
3
|
+
@import 'fluent-dark-definition.scss';
|
|
4
|
+
@import 'icons/fluent-dark.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -156,6 +156,10 @@
|
|
|
156
156
|
content: "\e77e";
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
+
.e-de-ctnr-borders::before {
|
|
160
|
+
content: "\e893";
|
|
161
|
+
}
|
|
162
|
+
|
|
159
163
|
.e-de-ctnr-decreaseindent::before {
|
|
160
164
|
content: "\e72a";
|
|
161
165
|
}
|
|
@@ -1104,7 +1108,7 @@
|
|
|
1104
1108
|
}
|
|
1105
1109
|
|
|
1106
1110
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
1107
|
-
border-bottom: 1px solid #
|
|
1111
|
+
border-bottom: 1px solid #605e5c;
|
|
1108
1112
|
margin-left: 5px;
|
|
1109
1113
|
width: 100%;
|
|
1110
1114
|
}
|
|
@@ -1121,7 +1125,6 @@
|
|
|
1121
1125
|
}
|
|
1122
1126
|
|
|
1123
1127
|
.e-de-list-header-presetmenu div span {
|
|
1124
|
-
color: #aaa;
|
|
1125
1128
|
display: inline-block;
|
|
1126
1129
|
vertical-align: middle;
|
|
1127
1130
|
}
|
|
@@ -132,13 +132,13 @@
|
|
|
132
132
|
|
|
133
133
|
.e-de-table-border-none-setting::before {
|
|
134
134
|
content: "\e507";
|
|
135
|
-
font-size:
|
|
135
|
+
font-size: 38px;
|
|
136
136
|
position: absolute;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
.e-de-table-border-box-setting::before {
|
|
140
140
|
content: "\e509";
|
|
141
|
-
font-size:
|
|
141
|
+
font-size: 34px;
|
|
142
142
|
left: 2px;
|
|
143
143
|
position: absolute;
|
|
144
144
|
top: 2px;
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
|
|
147
147
|
.e-de-table-border-all-setting::before {
|
|
148
148
|
content: "\e511";
|
|
149
|
-
font-size:
|
|
149
|
+
font-size: 34px;
|
|
150
150
|
left: 2px;
|
|
151
151
|
position: absolute;
|
|
152
152
|
top: 2px;
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
|
|
155
155
|
.e-de-table-border-custom-setting::before {
|
|
156
156
|
content: "\e516";
|
|
157
|
-
font-size:
|
|
157
|
+
font-size: 34px;
|
|
158
158
|
left: 2px;
|
|
159
159
|
position: absolute;
|
|
160
160
|
top: 2px;
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
font-size: 16px;
|
|
166
166
|
left: 4px;
|
|
167
167
|
position: absolute;
|
|
168
|
-
top:
|
|
168
|
+
top: -2px;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
.e-de-table-border-topcenter-alignment::before {
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
font-size: 16px;
|
|
174
174
|
left: 4px;
|
|
175
175
|
position: absolute;
|
|
176
|
-
top:
|
|
176
|
+
top: -2px;
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
.e-de-table-border-topbottom-alignment::before {
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
font-size: 16px;
|
|
182
182
|
left: 4px;
|
|
183
183
|
position: absolute;
|
|
184
|
-
top:
|
|
184
|
+
top: -2px;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
.e-de-table-border-diagionalup-alignment::before {
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
font-size: 16px;
|
|
190
190
|
left: 4px;
|
|
191
191
|
position: absolute;
|
|
192
|
-
top:
|
|
192
|
+
top: -2px;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
.e-de-table-border-diagionaldown-alignment::before {
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
font-size: 16px;
|
|
198
198
|
left: 4px;
|
|
199
199
|
position: absolute;
|
|
200
|
-
top:
|
|
200
|
+
top: -2px;
|
|
201
201
|
}
|
|
202
202
|
|
|
203
203
|
.e-de-table-border-bottomleft-alignment::before {
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
font-size: 16px;
|
|
206
206
|
left: 4px;
|
|
207
207
|
position: absolute;
|
|
208
|
-
top:
|
|
208
|
+
top: -2px;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
.e-de-table-border-bottomcenter-alignment::before {
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
font-size: 16px;
|
|
214
214
|
left: 4px;
|
|
215
215
|
position: absolute;
|
|
216
|
-
top:
|
|
216
|
+
top: -2px;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
.e-de-table-border-bottomright-alignment::before {
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
font-size: 16px;
|
|
222
222
|
left: 4px;
|
|
223
223
|
position: absolute;
|
|
224
|
-
top:
|
|
224
|
+
top: -2px;
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
.e-menu-item .e-de-cut::before {
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
.e-documenteditor .e-de-op-close-button {
|
|
481
481
|
left: 267px;
|
|
482
482
|
position: absolute;
|
|
483
|
-
top:
|
|
483
|
+
top: 8px;
|
|
484
484
|
}
|
|
485
485
|
|
|
486
486
|
.e-de-background {
|
|
@@ -583,13 +583,13 @@
|
|
|
583
583
|
}
|
|
584
584
|
|
|
585
585
|
.e-de-toc-modify-button {
|
|
586
|
-
margin-left:
|
|
586
|
+
margin-left: 150px;
|
|
587
587
|
margin-top: 10px;
|
|
588
588
|
}
|
|
589
589
|
|
|
590
590
|
.e-de-toc-dlg-container {
|
|
591
591
|
height: 471px;
|
|
592
|
-
width:
|
|
592
|
+
width: 520px;
|
|
593
593
|
}
|
|
594
594
|
|
|
595
595
|
.e-de-toc-dlg-sub-container {
|
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
border: 1px solid #808080;
|
|
601
601
|
border-radius: 4px;
|
|
602
602
|
font-size: 12px;
|
|
603
|
-
height:
|
|
603
|
+
height: 200px;
|
|
604
604
|
margin-left: 36px;
|
|
605
605
|
overflow-y: scroll;
|
|
606
606
|
width: 211px;
|
|
@@ -1354,7 +1354,7 @@ label[for=container_wholeWord] {
|
|
|
1354
1354
|
}
|
|
1355
1355
|
|
|
1356
1356
|
.e-de-search-tab-content {
|
|
1357
|
-
margin-top:
|
|
1357
|
+
margin-top: 12px;
|
|
1358
1358
|
width: 267px;
|
|
1359
1359
|
}
|
|
1360
1360
|
|
|
@@ -1865,7 +1865,7 @@ label[for=container_wholeWord] {
|
|
|
1865
1865
|
.e-de-toc-styles-table-div {
|
|
1866
1866
|
border: 1px solid #808080;
|
|
1867
1867
|
border-radius: 4px;
|
|
1868
|
-
margin-top:
|
|
1868
|
+
margin-top: 9px;
|
|
1869
1869
|
width: 213px;
|
|
1870
1870
|
}
|
|
1871
1871
|
|
|
@@ -2193,6 +2193,10 @@ label[for=container_wholeWord] {
|
|
|
2193
2193
|
content: "\eb92";
|
|
2194
2194
|
}
|
|
2195
2195
|
|
|
2196
|
+
.e-de-ctnr-borders::before {
|
|
2197
|
+
content: "\e93d";
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2196
2200
|
.e-de-ctnr-decreaseindent::before {
|
|
2197
2201
|
content: "\eb69";
|
|
2198
2202
|
}
|
|
@@ -3039,7 +3043,6 @@ label[for=container_wholeWord] {
|
|
|
3039
3043
|
}
|
|
3040
3044
|
|
|
3041
3045
|
.e-de-list-header-presetmenu div span {
|
|
3042
|
-
color: #aaa;
|
|
3043
3046
|
display: inline-block;
|
|
3044
3047
|
vertical-align: middle;
|
|
3045
3048
|
}
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/highcontrast-light-definition.scss';
|
|
2
|
+
@import '../document-editor/highcontrast-light-definition.scss';
|
|
3
|
+
@import 'highcontrast-light-definition.scss';
|
|
4
|
+
@import 'icons/highcontrast-light.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -98,6 +98,10 @@
|
|
|
98
98
|
content: "\eb92";
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
+
.e-de-ctnr-borders::before {
|
|
102
|
+
content: "\e93d";
|
|
103
|
+
}
|
|
104
|
+
|
|
101
105
|
.e-de-ctnr-decreaseindent::before {
|
|
102
106
|
content: "\eb69";
|
|
103
107
|
}
|
|
@@ -1001,7 +1005,6 @@
|
|
|
1001
1005
|
}
|
|
1002
1006
|
|
|
1003
1007
|
.e-de-list-header-presetmenu div span {
|
|
1004
|
-
color: #aaa;
|
|
1005
1008
|
display: inline-block;
|
|
1006
1009
|
vertical-align: middle;
|
|
1007
1010
|
}
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/highcontrast-definition.scss';
|
|
2
|
+
@import '../document-editor/highcontrast-definition.scss';
|
|
3
|
+
@import 'highcontrast-definition.scss';
|
|
4
|
+
@import 'icons/highcontrast.scss';
|
|
5
|
+
@import 'all.scss';
|