@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
|
@@ -0,0 +1,640 @@
|
|
|
1
|
+
@include export-module('documenteditor-fluent-icons') {
|
|
2
|
+
.e-documenteditor {
|
|
3
|
+
.e-close::before {
|
|
4
|
+
color: $icon-color;
|
|
5
|
+
content: '\e7e7';
|
|
6
|
+
font-family: 'e-icons';
|
|
7
|
+
font-size: 14px;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-de-op-search-icon::before {
|
|
11
|
+
content: '\e754';
|
|
12
|
+
font-family: 'e-icons';
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-arrow-up::before {
|
|
16
|
+
content: '\e87a';
|
|
17
|
+
font-family: 'e-icons';
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.e-arrow-down::before {
|
|
21
|
+
content: '\e70d';
|
|
22
|
+
font-family: 'e-icons';
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.e-de-op .e-de-op-close-icon {
|
|
26
|
+
height: $de-op-close-icon-width;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.e-de-op-close-icon::before {
|
|
30
|
+
content: '\e7e7';
|
|
31
|
+
font-family: 'e-icons';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-de-op-search-close-icon::before {
|
|
35
|
+
color: $icon-color;
|
|
36
|
+
content: '\e7e7';
|
|
37
|
+
font-family: 'e-icons';
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.e-de-new-cmt::before {
|
|
41
|
+
content: '\e805';
|
|
42
|
+
font-family: 'e-icons';
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.e-de-menu-icon::before {
|
|
46
|
+
content: '\e770';
|
|
47
|
+
font-family: 'e-icons';
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.e-de-cmt-mark-icon::before {
|
|
51
|
+
content: '\e733';
|
|
52
|
+
font-family: 'e-icons';
|
|
53
|
+
font-size: 13px;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.e-de-cmt-post::before {
|
|
57
|
+
content: '\e71d';
|
|
58
|
+
font-family: 'e-icons';
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.e-de-cmt-rply-icon::before {
|
|
62
|
+
content: '\e85e';
|
|
63
|
+
font-family: 'e-icons';
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.e-de-cmt-cancel::before {
|
|
67
|
+
content: '\e7e7';
|
|
68
|
+
font-family: 'e-icons';
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.e-de-cmt-delete::before {
|
|
72
|
+
content: '\e820';
|
|
73
|
+
font-family: 'e-icons';
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.e-de-cmt-reopen::before {
|
|
77
|
+
content: '\e782';
|
|
78
|
+
font-family: 'e-icons';
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.e-de-nav-up::before {
|
|
82
|
+
content: '\e7dd';
|
|
83
|
+
font-family: 'e-icons';
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.e-de-nav-right-arrow::before {
|
|
87
|
+
content: '\e748';
|
|
88
|
+
font-family: 'e-icons';
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.e-de-nav-left-arrow::before {
|
|
92
|
+
content: '\e765';
|
|
93
|
+
font-family: 'e-icons';
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.e-de-save-icon::before {
|
|
97
|
+
content: '\e774';
|
|
98
|
+
font-family: 'e-icons';
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.e-de-cancel-icon::before {
|
|
102
|
+
content: '\e7e7';
|
|
103
|
+
font-family: 'e-icons';
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.e-de-ctn-title-print::before {
|
|
108
|
+
content: '\e75d';
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.e-de-acceptchange::before {
|
|
112
|
+
color: $icon-color;
|
|
113
|
+
content: '\e7a8';
|
|
114
|
+
font-family: 'e-icons';
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.e-de-rejectchange::before {
|
|
118
|
+
color: $icon-color;
|
|
119
|
+
content: '\e815';
|
|
120
|
+
font-family: 'e-icons';
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.e-de-ctn-title-download::before {
|
|
124
|
+
content: '\e7a1';
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.e-de-table-properties-alignment:hover {
|
|
128
|
+
border-color: $de-table-align-hover-color;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.e-de-table-properties-alignment {
|
|
132
|
+
border: 1px solid transparent;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.e-de-tablecell-alignment {
|
|
136
|
+
border: 1px solid transparent;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.e-de-tablecell-alignment:hover {
|
|
140
|
+
border-color: $de-cell-align-hover-color;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.e-de-table-left-alignment::before {
|
|
144
|
+
color: $icon-color;
|
|
145
|
+
content: '\e7f6';
|
|
146
|
+
font-size: $de-table-alignment-font-size;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.e-de-table-center-alignment::before {
|
|
150
|
+
color: $icon-color;
|
|
151
|
+
content: '\e7f1';
|
|
152
|
+
font-size: $de-table-alignment-font-size;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.e-de-table-right-alignment::before {
|
|
156
|
+
color: $icon-color;
|
|
157
|
+
content: '\e703';
|
|
158
|
+
font-size: $de-table-alignment-font-size;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.e-de-tablecell-top-alignment::before {
|
|
162
|
+
color: $icon-color;
|
|
163
|
+
content: '\e775';
|
|
164
|
+
font-family: 'e-icons';
|
|
165
|
+
font-size: $de-tablecell-alignment-font-size;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.e-de-tablecell-center-alignment::before {
|
|
169
|
+
color: $icon-color;
|
|
170
|
+
content: '\e7e5';
|
|
171
|
+
font-family: 'e-icons';
|
|
172
|
+
font-size: $de-tablecell-alignment-font-size;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.e-de-tablecell-bottom-alignment::before {
|
|
176
|
+
color: $icon-color;
|
|
177
|
+
content: '\e7d9';
|
|
178
|
+
font-family: 'e-icons';
|
|
179
|
+
font-size: $de-tablecell-alignment-font-size;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.e-de-table-border-setting {
|
|
183
|
+
border: 1px solid $de-border-dlg-border-setting-inside-border;
|
|
184
|
+
height: 40px;
|
|
185
|
+
left: 5px;
|
|
186
|
+
position: relative;
|
|
187
|
+
top: 5px;
|
|
188
|
+
width: 40px;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.e-de-table-border-setting-genral {
|
|
192
|
+
border: 1px solid $de-border-dlg-border-setting-divs-color;
|
|
193
|
+
height: 52px;
|
|
194
|
+
width: 52px;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.e-de-table-border-preview-genral {
|
|
198
|
+
border: 1px solid $de-border-dlg-border-preview-divs-color;
|
|
199
|
+
height: 24px;
|
|
200
|
+
width: 24px;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.e-de-table-border-inside-setting:hover {
|
|
204
|
+
border: 1px solid $de-table-setting-hover-color;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.e-de-table-border-preview {
|
|
208
|
+
height: 24px;
|
|
209
|
+
width: 24px;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.e-de-table-border-inside-preview:hover {
|
|
213
|
+
border: 1px solid $de-table-preview-hover-color;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.e-de-table-border-inside-setting-click {
|
|
217
|
+
border: 1px solid $de-table-setting-color;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.e-de-table-border-inside-preview-click {
|
|
221
|
+
border: 1px solid $de-table-preview-setting-color;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.e-de-table-border-none-setting::before {
|
|
225
|
+
color: $icon-color;
|
|
226
|
+
content: '\e7eb';
|
|
227
|
+
font-size: $de-border-none-setting-font-size;
|
|
228
|
+
position: absolute;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.e-de-table-border-box-setting::before {
|
|
232
|
+
color: $icon-color;
|
|
233
|
+
content: '\e834';
|
|
234
|
+
font-size: $de-border-setting-font-size;
|
|
235
|
+
left: 2px;
|
|
236
|
+
position: absolute;
|
|
237
|
+
top: 2px;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.e-de-table-border-all-setting::before {
|
|
241
|
+
color: $icon-color;
|
|
242
|
+
content: '\e7e8';
|
|
243
|
+
font-family: 'e-icons';
|
|
244
|
+
font-size: $de-border-setting-font-size;
|
|
245
|
+
left: 2px;
|
|
246
|
+
position: absolute;
|
|
247
|
+
top: 2px;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.e-de-table-border-custom-setting::before {
|
|
251
|
+
color: $icon-color;
|
|
252
|
+
content: '\e7d5';
|
|
253
|
+
font-size: $de-border-setting-font-size;
|
|
254
|
+
left: 2px;
|
|
255
|
+
position: absolute;
|
|
256
|
+
top: 2px;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.e-de-para-border-none-setting::before {
|
|
260
|
+
color: $icon-color;
|
|
261
|
+
content: '\e890';
|
|
262
|
+
font-size: $de-border-none-setting-font-size;
|
|
263
|
+
position: absolute;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.e-de-para-border-box-setting::before {
|
|
267
|
+
color: $icon-color;
|
|
268
|
+
content: '\e891';
|
|
269
|
+
font-size: $de-border-setting-font-size;
|
|
270
|
+
left: 2px;
|
|
271
|
+
position: absolute;
|
|
272
|
+
top: 2px;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.e-de-para-border-shadow-setting::before {
|
|
276
|
+
color: $icon-color;
|
|
277
|
+
content: '\e892';
|
|
278
|
+
font-size: $de-border-setting-font-size;
|
|
279
|
+
left: 2px;
|
|
280
|
+
position: absolute;
|
|
281
|
+
top: 2px;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.e-de-para-border-custom-setting::before {
|
|
285
|
+
color: $icon-color;
|
|
286
|
+
content: '\e88f';
|
|
287
|
+
font-size: $de-border-setting-font-size;
|
|
288
|
+
left: 2px;
|
|
289
|
+
position: absolute;
|
|
290
|
+
top: 2px;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.e-de-table-border-toptop-alignment::before {
|
|
294
|
+
color: $icon-color;
|
|
295
|
+
content: '\e7e0';
|
|
296
|
+
font-family: 'e-icons';
|
|
297
|
+
font-size: 16px;
|
|
298
|
+
left: $de-td-table-border-left;
|
|
299
|
+
position: absolute;
|
|
300
|
+
top: $de-td-table-border-top;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.e-de-table-border-topcenter-alignment::before {
|
|
304
|
+
color: $icon-color;
|
|
305
|
+
content: '\e83b';
|
|
306
|
+
font-size: 16px;
|
|
307
|
+
left: $de-td-table-border-left;
|
|
308
|
+
position: absolute;
|
|
309
|
+
top: $de-td-table-border-top;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.e-de-table-border-topbottom-alignment::before {
|
|
313
|
+
color: $icon-color;
|
|
314
|
+
content: '\e766';
|
|
315
|
+
font-size: 16px;
|
|
316
|
+
left: $de-td-table-border-left;
|
|
317
|
+
position: absolute;
|
|
318
|
+
top: $de-td-table-border-top;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.e-de-table-border-diagionalup-alignment::before {
|
|
322
|
+
color: $icon-color;
|
|
323
|
+
content: '\e79d';
|
|
324
|
+
font-size: 16px;
|
|
325
|
+
left: $de-td-table-border-left;
|
|
326
|
+
position: absolute;
|
|
327
|
+
top: $de-td-table-border-top;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.e-de-table-border-diagionaldown-alignment::before {
|
|
331
|
+
color: $icon-color;
|
|
332
|
+
content: '\e784';
|
|
333
|
+
font-size: 16px;
|
|
334
|
+
left: $de-td-table-border-left;
|
|
335
|
+
position: absolute;
|
|
336
|
+
top: $de-td-table-border-top;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.e-de-table-border-bottomleft-alignment::before {
|
|
340
|
+
color: $icon-color;
|
|
341
|
+
content: '\e806';
|
|
342
|
+
font-size: 16px;
|
|
343
|
+
left: $de-td-table-border-left;
|
|
344
|
+
position: absolute;
|
|
345
|
+
top: $de-td-table-border-top;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.e-de-table-border-bottomcenter-alignment::before {
|
|
349
|
+
color: $icon-color;
|
|
350
|
+
content: '\e792';
|
|
351
|
+
font-size: 16px;
|
|
352
|
+
left: $de-td-table-border-left;
|
|
353
|
+
position: absolute;
|
|
354
|
+
top: $de-td-table-border-top;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
.e-de-table-border-bottomright-alignment::before {
|
|
358
|
+
color: $icon-color;
|
|
359
|
+
content: '\e7ab';
|
|
360
|
+
font-size: 16px;
|
|
361
|
+
left: $de-td-table-border-left;
|
|
362
|
+
position: absolute;
|
|
363
|
+
top: $de-td-table-border-top;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.e-menu-item .e-de-cmt-add::before {
|
|
367
|
+
content: '\e82c';
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.e-menu-item .e-de-cut::before {
|
|
371
|
+
content: '\e7fb';
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.e-menu-item .e-de-spellcheck::before {
|
|
375
|
+
content: '\e7f0';
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.e-menu-item .e-de-copy::before {
|
|
379
|
+
content: '\e77c';
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.e-menu-item .e-de-paste::before {
|
|
383
|
+
content: '\e70b';
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.e-menu-item .e-de-continue-numbering::before {
|
|
387
|
+
content: '\e718';
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
.e-menu-item .e-de-restart-at::before {
|
|
391
|
+
content: '\e715';
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.e-menu-item .e-de-insertlink::before {
|
|
395
|
+
content: '\e757';
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
.e-menu-item .e-de-open-hyperlink::before {
|
|
399
|
+
content: '\e797';
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.e-menu-item .e-de-copy-hyperlink::before {
|
|
403
|
+
content: '\e745';
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.e-menu-item .e-de-open-properties::before {
|
|
407
|
+
content: '\e77e';
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.e-menu-item .e-de-edit-hyperlink::before {
|
|
411
|
+
content: '\e722';
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
.e-menu-item .e-de-remove-hyperlink::before {
|
|
415
|
+
content: '\e80c';
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.e-menu-item .e-de-fonts::before {
|
|
419
|
+
content: '\e76f';
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.e-menu-item .e-de-paragraph::before {
|
|
423
|
+
content: '\e7b8';
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.e-menu-item .e-de-table::before {
|
|
427
|
+
content: '\e7d1';
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.e-menu-item .e-de-insertabove::before {
|
|
431
|
+
content: '\e836';
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.e-menu-item .e-de-insertbelow::before {
|
|
435
|
+
content: '\e801';
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.e-menu-item .e-de-insertleft::before {
|
|
439
|
+
content: '\e78b';
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.e-menu-item .e-de-insertright::before {
|
|
443
|
+
content: '\e70e';
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.e-menu-item .e-de-delete-table::before {
|
|
447
|
+
content: '\e811';
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.e-menu-item .e-de-deleterow::before {
|
|
451
|
+
content: '\e7f2';
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.e-menu-item .e-de-deletecolumn::before {
|
|
455
|
+
content: '\e714';
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
// .e-de-tablecell-top-alignment {
|
|
459
|
+
// padding: 4px;
|
|
460
|
+
// }
|
|
461
|
+
|
|
462
|
+
// .e-de-tablecell-center-alignment {
|
|
463
|
+
// padding: 4px;
|
|
464
|
+
// }
|
|
465
|
+
|
|
466
|
+
// .e-de-tablecell-bottom-alignment {
|
|
467
|
+
// padding-left: 4px;
|
|
468
|
+
// }
|
|
469
|
+
|
|
470
|
+
.e-de-bold::before {
|
|
471
|
+
content: '\e737';
|
|
472
|
+
font-family: 'e-icons';
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.e-de-italic::before {
|
|
476
|
+
content: '\e75a';
|
|
477
|
+
font-family: 'e-icons';
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.e-de-underline::before {
|
|
481
|
+
content: '\e82f';
|
|
482
|
+
font-family: 'e-icons';
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.e-de-indent::before {
|
|
486
|
+
content: '\e72a';
|
|
487
|
+
font-family: 'e-icons';
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.e-de-outdent::before {
|
|
491
|
+
content: '\e810';
|
|
492
|
+
font-family: 'e-icons';
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
.e-de-align-left::before {
|
|
496
|
+
content: '\e7b8';
|
|
497
|
+
font-family: 'e-icons';
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.e-de-align-center::before {
|
|
501
|
+
content: '\e813';
|
|
502
|
+
font-family: 'e-icons';
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
.e-de-align-right::before {
|
|
506
|
+
content: '\e719';
|
|
507
|
+
font-family: 'e-icons';
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
.e-de-justify::before {
|
|
511
|
+
content: '\e721';
|
|
512
|
+
font-family: 'e-icons';
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.e-de-single-spacing::before {
|
|
516
|
+
content: '\e771';
|
|
517
|
+
font-family: 'e-icons';
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.e-de-double-spacing::before {
|
|
521
|
+
content: '\e7c4';
|
|
522
|
+
font-family: 'e-icons';
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.e-de-one-point-five-spacing::before {
|
|
526
|
+
content: '\e725';
|
|
527
|
+
font-family: 'e-icons';
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
.e-de-before-spacing::before {
|
|
531
|
+
content: '\e7b5';
|
|
532
|
+
font-family: 'e-icons';
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
.e-de-after-spacing::before {
|
|
536
|
+
content: '\e767';
|
|
537
|
+
font-family: 'e-icons';
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.e-de-icon-bullet-list-dot::before {
|
|
541
|
+
content: '\e747';
|
|
542
|
+
font-family: 'e-icons';
|
|
543
|
+
font-size: 8px;
|
|
544
|
+
line-height: 28px;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
.e-de-icon-bullet-list-circle::before {
|
|
548
|
+
content: '\e7d0';
|
|
549
|
+
font-family: 'e-icons';
|
|
550
|
+
font-size: 8px;
|
|
551
|
+
line-height: 28px;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.e-de-icon-bullet-list-square::before {
|
|
555
|
+
content: '\e7be';
|
|
556
|
+
font-family: 'e-icons';
|
|
557
|
+
font-size: 8px;
|
|
558
|
+
line-height: 28px;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
.e-de-icon-bullet-list-tick::before {
|
|
562
|
+
content: '\e7fc';
|
|
563
|
+
font-family: 'e-icons';
|
|
564
|
+
font-size: 12px;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.e-de-icon-bullet-list-flower::before {
|
|
568
|
+
content: '\e79b';
|
|
569
|
+
font-family: 'e-icons';
|
|
570
|
+
font-size: 12px;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.e-de-icon-bullet-list-arrow::before {
|
|
574
|
+
content: '\e763';
|
|
575
|
+
font-family: 'e-icons';
|
|
576
|
+
font-size: 12px;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
.e-de-icon-bullet-list-none::before {
|
|
580
|
+
content: '\e7f3';
|
|
581
|
+
font-family: 'e-icons';
|
|
582
|
+
font-size: 24px;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.e-de-icon-autofit::before {
|
|
586
|
+
content: '\e74a';
|
|
587
|
+
font-family: 'e-icons';
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
.e-de-icon-fixed-columnwidth::before {
|
|
591
|
+
content: '\e785';
|
|
592
|
+
font-family: 'e-icons';
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
.e-de-icon-auto-fitwindow::before {
|
|
596
|
+
content: '\e759';
|
|
597
|
+
font-family: 'e-icons';
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
.e-item .e-de-paste-text::before {
|
|
601
|
+
content: '\e70f';
|
|
602
|
+
font-family: 'e-icons';
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
.e-item .e-de-paste-source::before {
|
|
606
|
+
content: '\e842';
|
|
607
|
+
font-family: 'e-icons';
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
.e-item .e-de-paste-merge::before {
|
|
611
|
+
content: '\e752';
|
|
612
|
+
font-family: 'e-icons';
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
.e-btn-icon .e-de-paste::before,
|
|
616
|
+
.e-icon-btn .e-de-paste::before {
|
|
617
|
+
content: '\e70b';
|
|
618
|
+
font-family: 'e-icons';
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
.e-item .e-de-paste-column::before {
|
|
622
|
+
content: '\e885';
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
.e-item .e-de-paste-row::before {
|
|
626
|
+
content: '\e884';
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
.e-item .e-de-paste-overwrite-cells::before {
|
|
630
|
+
content: '\e886';
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
.e-item .e-de-paste-nested-table::before {
|
|
634
|
+
content: '\e883';
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.e-item .e-de-paste-merge-table::before {
|
|
638
|
+
content: '\e882';
|
|
639
|
+
}
|
|
640
|
+
}
|