@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,397 @@
|
|
|
1
|
+
@include export-module('document-editor-container-bootstrap-icons') {
|
|
2
|
+
.e-de-ctnr-linespacing::before {
|
|
3
|
+
content: '\eb30';
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.e-de-ctnr-lock::before {
|
|
7
|
+
content: '\eb20';
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-de-ctnr-italic::before {
|
|
11
|
+
content: '\eb1d';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-de-ctnr-link::before {
|
|
15
|
+
content: '\eb27';
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-de-cnt-track::before {
|
|
19
|
+
content: '\e20a';
|
|
20
|
+
font-family: 'e-icons';
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-de-ctnr-table::before {
|
|
24
|
+
content: '\eb2b';
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-de-ctnr-tableofcontent::before {
|
|
28
|
+
content: '\eb10';
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.e-de-ctnr-pagenumber::before {
|
|
32
|
+
content: '\eb1b';
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.e-de-ctnr-new::before {
|
|
36
|
+
content: '\eb0c';
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.e-de-ctnr-bold::before {
|
|
40
|
+
content: '\eb2f';
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.e-de-ctnr-fontcolor::before {
|
|
44
|
+
content: '\eb1f';
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.e-de-ctnr-change-case::before {
|
|
48
|
+
content: '\e88c';
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.e-de-ctnr-pagesetup::before {
|
|
52
|
+
content: '\eb33';
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.e-de-ctnr-strokestyle::before {
|
|
56
|
+
content: '\eb1a';
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.e-de-ctnr-image::before {
|
|
60
|
+
content: '\eb1c';
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.e-de-ctnr-bookmark::before {
|
|
64
|
+
content: '\eb11';
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.e-de-ctnr-header::before {
|
|
68
|
+
content: '\eb0b';
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.e-de-ctnr-open::before {
|
|
72
|
+
content: '\eb28';
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.e-de-ctnr-bullets::before {
|
|
76
|
+
content: '\eb25';
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.e-de-ctnr-borders::before {
|
|
80
|
+
content: '\e93b';
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.e-de-ctnr-showhide::before {
|
|
84
|
+
content: '\eb23';
|
|
85
|
+
font-size: 16px;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.e-de-ctnr-footer::before {
|
|
89
|
+
content: '\eb0a';
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.e-de-ctnr-clearall::before {
|
|
93
|
+
content: '\eb26';
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.e-de-ctnr-outsideborder::before {
|
|
97
|
+
content: '\eb66';
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.e-de-ctnr-allborders::before {
|
|
101
|
+
content: '\eb95';
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.e-de-ctnr-insideborders::before {
|
|
105
|
+
content: '\eb88';
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.e-de-ctnr-mergecell::before {
|
|
109
|
+
content: '\eb93';
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.e-de-ctnr-aligntop::before {
|
|
113
|
+
content: '\eb35';
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.e-de-ctnr-alignbottom::before {
|
|
117
|
+
content: '\eb0e';
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.e-de-ctnr-aligncenter-table::before {
|
|
121
|
+
content: '\eb0d';
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.e-de-ctnr-bullet-none::before {
|
|
125
|
+
content: '\e256';
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.e-de-ctnr-bullet-dot::before {
|
|
129
|
+
content: '\e270';
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.e-de-ctnr-bullet-circle::before {
|
|
133
|
+
content: '\e254';
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.e-de-ctnr-bullet-square::before {
|
|
137
|
+
content: '\e271';
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.e-de-ctnr-bullet-flower::before {
|
|
141
|
+
content: '\e267';
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.e-de-ctnr-bullet-arrow::before {
|
|
145
|
+
content: '\e253';
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.e-de-ctnr-bullet-tick::before {
|
|
149
|
+
content: '\e259';
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.e-de-selected-item::before {
|
|
153
|
+
content: '\e935';
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.e-de-ctnr-break::before {
|
|
157
|
+
content: '\eba1';
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.e-de-selected-spellcheck-item::before {
|
|
161
|
+
content: '\e935';
|
|
162
|
+
font-family: 'e-icons';
|
|
163
|
+
font-size: 10px;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.e-de-selected-underline-item::before {
|
|
167
|
+
content: '\e935';
|
|
168
|
+
font-family: 'e-icons';
|
|
169
|
+
font-size: 10px;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.e-de-ctnr-page-break::before {
|
|
173
|
+
content: '\eba5';
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.e-de-ctnr-section-break::before {
|
|
177
|
+
content: '\eba7';
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.e-de-ctnr-upload::before {
|
|
181
|
+
content: '\eba4';
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.e-de-ctnr-leftborders::before {
|
|
185
|
+
content: '\e291';
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.e-de-ctnr-rightborder::before {
|
|
189
|
+
content: '\e288';
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.e-de-ctnr-topborder::before {
|
|
193
|
+
content: '\e281';
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.e-de-ctnr-bottomborder::before {
|
|
197
|
+
content: '\e298';
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.e-de-ctnr-insertleft::before {
|
|
201
|
+
content: '\e285';
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.e-de-ctnr-insertright::before {
|
|
205
|
+
content: '\e284';
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.e-de-ctnr-insertabove::before {
|
|
209
|
+
content: '\e506';
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.e-de-ctnr-insertbelow::before {
|
|
213
|
+
content: '\e505';
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.e-de-ctnr-deleterows::before {
|
|
217
|
+
content: '\e283';
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.e-de-ctnr-deletecolumns::before {
|
|
221
|
+
content: '\e282';
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.e-de-ctnr-undo::before {
|
|
225
|
+
content: '\ebc5';
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.e-de-ctnr-find::before {
|
|
229
|
+
content: '\e60e';
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.e-de-ctnr-download::before {
|
|
233
|
+
content: '\ec32';
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.e-de-ctnr-justify::before {
|
|
237
|
+
content: '\e334';
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.e-de-ctnr-highlight::before {
|
|
241
|
+
content: '\ebc6';
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.e-de-ctnr-paste::before {
|
|
245
|
+
content: '\e601';
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.e-de-ctnr-subscript::before {
|
|
249
|
+
content: '\e357';
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.e-de-ctnr-strikethrough::before {
|
|
253
|
+
content: '\ebc9';
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.e-de-ctnr-redo::before {
|
|
257
|
+
content: '\ebd3';
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.e-de-ctnr-increaseindent::before {
|
|
261
|
+
content: '\e33f';
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.e-de-ctnr-underline::before {
|
|
265
|
+
content: '\ebc8';
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.e-de-ctnr-superscript::before {
|
|
269
|
+
content: '\e352';
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.e-de-ctnr-alignleft::before {
|
|
273
|
+
content: '\e33a';
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.e-de-ctnr-numbering::before {
|
|
277
|
+
content: '\e346';
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.e-de-ctnr-decreaseindent::before {
|
|
281
|
+
content: '\e35d';
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.e-de-ctnr-insideverticalborder::before {
|
|
285
|
+
content: '\e287';
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.e-de-ctnr-insidehorizondalborder::before {
|
|
289
|
+
content: '\e276';
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.e-de-ctnr-highlightcolor::before {
|
|
293
|
+
content: '\ebc6';
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.e-de-ctnr-close::before {
|
|
297
|
+
content: '\e361';
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.e-de-ctnr-backgroundcolor::before {
|
|
301
|
+
content: '\ebca';
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.e-de-ctnr-aligncenter::before {
|
|
305
|
+
content: '\e35e';
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.e-de-ctnr-print::before {
|
|
309
|
+
content: '\ebd2';
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.e-de-ctnr-alignright::before {
|
|
313
|
+
content: '\e34d';
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.e-de-ctnr-strokesize::before {
|
|
317
|
+
content: '\ebd7';
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.e-de-ctnr-cellbg-clr-picker::before {
|
|
321
|
+
content: '\ebca';
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.e-de-flip {
|
|
325
|
+
transform: scaleX(-1);
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.e-de-cnt-cmt-add::before {
|
|
329
|
+
content: '\e814';
|
|
330
|
+
font-family: 'e-icons';
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.e-de-printlayout::before {
|
|
334
|
+
content: '\e897';
|
|
335
|
+
font-family: 'e-icons';
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
.e-de-weblayout::before {
|
|
339
|
+
content: '\e798';
|
|
340
|
+
font-family: 'e-icons';
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.e-de-textform::before {
|
|
344
|
+
content: '\e198';
|
|
345
|
+
font-family: 'e-icons';
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.e-de-formproperties::before {
|
|
349
|
+
content: '\e199';
|
|
350
|
+
font-family: 'e-icons';
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.e-de-clearform::before {
|
|
354
|
+
content: '\e19a';
|
|
355
|
+
font-family: 'e-icons';
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.e-de-dropdownform::before {
|
|
359
|
+
content: '\e19b';
|
|
360
|
+
font-family: 'e-icons';
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.e-de-formfield::before {
|
|
364
|
+
content: '\e19c';
|
|
365
|
+
font-family: 'e-icons';
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.e-de-checkbox-form::before {
|
|
369
|
+
content: '\e19d';
|
|
370
|
+
font-family: 'e-icons';
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.e-de-arrow-up::before {
|
|
374
|
+
content: '\e834';
|
|
375
|
+
font-family: 'e-icons';
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.e-de-arrow-down::before {
|
|
379
|
+
content: '\e83d';
|
|
380
|
+
font-family: 'e-icons';
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.e-de-update-field::before {
|
|
384
|
+
content: '\e19e';
|
|
385
|
+
font-family: 'e-icons';
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.e-de-footnote::before {
|
|
389
|
+
content: '\e435';
|
|
390
|
+
font-family: 'e-icons';
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
.e-de-endnote::before {
|
|
394
|
+
content: '\e436';
|
|
395
|
+
font-family: 'e-icons';
|
|
396
|
+
}
|
|
397
|
+
}
|