@syncfusion/ej2-angular-documenteditor 20.2.39 → 20.2.40-ngcc
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/@syncfusion/ej2-angular-documenteditor.es5.js +574 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-documenteditor.js +544 -0
- package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
- package/CHANGELOG.md +3034 -0
- package/dist/ej2-angular-documenteditor.umd.js +841 -0
- package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
- package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
- package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
- package/ej2-angular-documenteditor.d.ts +6 -0
- package/ej2-angular-documenteditor.metadata.json +1 -0
- package/package.json +14 -28
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +15 -0
- package/schematics/generators/documenteditorcontainer-default/index.d.ts +3 -0
- package/schematics/generators/documenteditorcontainer-default/index.js +8 -0
- package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +5 -0
- package/schematics/generators/documenteditorcontainer-default/sample-details.js +7 -0
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/documenteditorcontainer-default/schema.d.ts +3 -0
- package/schematics/generators/documenteditorcontainer-default/schema.js +2 -0
- package/schematics/generators/documenteditorcontainer-default/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/document-editor/documenteditor-all.module.d.ts +0 -6
- package/src/document-editor/documenteditor.component.d.ts +0 -3
- package/src/document-editor/documenteditor.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -3
- package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +1 -9
- package/styles/bootstrap.css +1 -9
- package/styles/bootstrap4.css +1 -9
- package/styles/bootstrap5-dark.css +3 -10
- package/styles/bootstrap5.css +3 -10
- package/styles/document-editor/bootstrap-dark.css +0 -5
- package/styles/document-editor/bootstrap-dark.scss +1 -4
- package/styles/document-editor/bootstrap.css +0 -5
- package/styles/document-editor/bootstrap.scss +1 -4
- package/styles/document-editor/bootstrap4.css +0 -5
- package/styles/document-editor/bootstrap4.scss +1 -4
- package/styles/document-editor/bootstrap5-dark.css +0 -5
- package/styles/document-editor/bootstrap5-dark.scss +1 -4
- package/styles/document-editor/bootstrap5.css +0 -5
- package/styles/document-editor/bootstrap5.scss +1 -4
- package/styles/document-editor/fabric-dark.css +0 -5
- package/styles/document-editor/fabric-dark.scss +1 -4
- package/styles/document-editor/fabric.css +0 -5
- package/styles/document-editor/fabric.scss +1 -4
- package/styles/document-editor/fluent-dark.css +0 -5
- package/styles/document-editor/fluent-dark.scss +1 -4
- package/styles/document-editor/fluent.css +0 -5
- package/styles/document-editor/fluent.scss +1 -4
- package/styles/document-editor/highcontrast-light.css +14 -18
- package/styles/document-editor/highcontrast-light.scss +1 -4
- package/styles/document-editor/highcontrast.css +0 -5
- package/styles/document-editor/highcontrast.scss +1 -4
- package/styles/document-editor/material-dark.css +0 -5
- package/styles/document-editor/material-dark.scss +1 -4
- package/styles/document-editor/material.css +0 -5
- package/styles/document-editor/material.scss +1 -4
- package/styles/document-editor/tailwind-dark.css +0 -5
- package/styles/document-editor/tailwind-dark.scss +1 -4
- package/styles/document-editor/tailwind.css +0 -5
- package/styles/document-editor/tailwind.scss +1 -4
- package/styles/document-editor-container/bootstrap-dark.css +1 -4
- package/styles/document-editor-container/bootstrap-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap.css +1 -4
- package/styles/document-editor-container/bootstrap.scss +1 -5
- package/styles/document-editor-container/bootstrap4.css +1 -4
- package/styles/document-editor-container/bootstrap4.scss +1 -5
- package/styles/document-editor-container/bootstrap5-dark.css +3 -5
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap5.css +3 -5
- package/styles/document-editor-container/bootstrap5.scss +1 -5
- package/styles/document-editor-container/fabric-dark.css +1 -4
- package/styles/document-editor-container/fabric-dark.scss +1 -5
- package/styles/document-editor-container/fabric.css +1 -4
- package/styles/document-editor-container/fabric.scss +1 -5
- package/styles/document-editor-container/fluent-dark.css +3 -5
- package/styles/document-editor-container/fluent-dark.scss +1 -5
- package/styles/document-editor-container/fluent.css +3 -5
- package/styles/document-editor-container/fluent.scss +1 -5
- package/styles/document-editor-container/highcontrast-light.css +15 -18
- package/styles/document-editor-container/highcontrast-light.scss +1 -5
- package/styles/document-editor-container/highcontrast.css +1 -4
- package/styles/document-editor-container/highcontrast.scss +1 -5
- package/styles/document-editor-container/material-dark.css +1 -4
- package/styles/document-editor-container/material-dark.scss +1 -5
- package/styles/document-editor-container/material.css +1 -4
- package/styles/document-editor-container/material.scss +1 -5
- package/styles/document-editor-container/tailwind-dark.css +3 -5
- package/styles/document-editor-container/tailwind-dark.scss +1 -5
- package/styles/document-editor-container/tailwind.css +3 -5
- package/styles/document-editor-container/tailwind.scss +1 -5
- package/styles/fabric-dark.css +1 -9
- package/styles/fabric.css +1 -9
- package/styles/fluent-dark.css +3 -10
- package/styles/fluent.css +3 -10
- package/styles/highcontrast-light.css +15 -22
- package/styles/highcontrast.css +1 -9
- package/styles/material-dark.css +1 -9
- package/styles/material.css +1 -9
- package/styles/tailwind-dark.css +3 -10
- package/styles/tailwind.css +3 -10
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -113
- package/esm2020/src/document-editor/documenteditor.component.mjs +0 -262
- package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -506
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -506
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/styles/document-editor/_all.scss +0 -3
- package/styles/document-editor/_bootstrap-dark-definition.scss +0 -544
- package/styles/document-editor/_bootstrap-definition.scss +0 -543
- package/styles/document-editor/_bootstrap4-definition.scss +0 -556
- package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor/_bootstrap5-definition.scss +0 -557
- package/styles/document-editor/_fabric-dark-definition.scss +0 -546
- package/styles/document-editor/_fabric-definition.scss +0 -545
- package/styles/document-editor/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor/_fluent-definition.scss +0 -566
- package/styles/document-editor/_fusionnew-definition.scss +0 -557
- package/styles/document-editor/_highcontrast-definition.scss +0 -545
- package/styles/document-editor/_highcontrast-light-definition.scss +0 -2985
- package/styles/document-editor/_layout.scss +0 -216
- package/styles/document-editor/_material-dark-definition.scss +0 -562
- package/styles/document-editor/_material-definition.scss +0 -562
- package/styles/document-editor/_material3-definition.scss +0 -557
- package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor/_tailwind-definition.scss +0 -554
- package/styles/document-editor/_theme.scss +0 -3391
- package/styles/document-editor/icons/_bootstrap-dark.scss +0 -607
- package/styles/document-editor/icons/_bootstrap.scss +0 -607
- package/styles/document-editor/icons/_bootstrap4.scss +0 -592
- package/styles/document-editor/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor/icons/_bootstrap5.scss +0 -642
- package/styles/document-editor/icons/_fabric-dark.scss +0 -607
- package/styles/document-editor/icons/_fabric.scss +0 -607
- package/styles/document-editor/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor/icons/_fluent.scss +0 -640
- package/styles/document-editor/icons/_fusionnew.scss +0 -642
- package/styles/document-editor/icons/_highcontrast-light.scss +0 -612
- package/styles/document-editor/icons/_highcontrast.scss +0 -607
- package/styles/document-editor/icons/_material-dark.scss +0 -600
- package/styles/document-editor/icons/_material.scss +0 -600
- package/styles/document-editor/icons/_material3.scss +0 -642
- package/styles/document-editor/icons/_tailwind-dark.scss +0 -642
- package/styles/document-editor/icons/_tailwind.scss +0 -642
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +0 -171
- package/styles/document-editor-container/_all.scss +0 -2
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +0 -127
- package/styles/document-editor-container/_bootstrap-definition.scss +0 -127
- package/styles/document-editor-container/_bootstrap4-definition.scss +0 -143
- package/styles/document-editor-container/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor-container/_bootstrap5-definition.scss +0 -153
- package/styles/document-editor-container/_definition.scss +0 -11
- package/styles/document-editor-container/_fabric-dark-definition.scss +0 -132
- package/styles/document-editor-container/_fabric-definition.scss +0 -129
- package/styles/document-editor-container/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor-container/_fluent-definition.scss +0 -154
- package/styles/document-editor-container/_fusionnew-definition.scss +0 -153
- package/styles/document-editor-container/_highcontrast-definition.scss +0 -130
- package/styles/document-editor-container/_highcontrast-light-definition.scss +0 -133
- package/styles/document-editor-container/_layout.scss +0 -87
- package/styles/document-editor-container/_material-dark-definition.scss +0 -131
- package/styles/document-editor-container/_material-definition.scss +0 -130
- package/styles/document-editor-container/_material3-definition.scss +0 -153
- package/styles/document-editor-container/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor-container/_tailwind-definition.scss +0 -147
- package/styles/document-editor-container/_theme.scss +0 -2001
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +0 -397
- package/styles/document-editor-container/icons/_bootstrap.scss +0 -397
- package/styles/document-editor-container/icons/_bootstrap4.scss +0 -397
- package/styles/document-editor-container/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor-container/icons/_bootstrap5.scss +0 -423
- package/styles/document-editor-container/icons/_fabric-dark.scss +0 -397
- package/styles/document-editor-container/icons/_fabric.scss +0 -397
- package/styles/document-editor-container/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor-container/icons/_fluent.scss +0 -423
- package/styles/document-editor-container/icons/_fusionnew.scss +0 -423
- package/styles/document-editor-container/icons/_highcontrast-light.scss +0 -397
- package/styles/document-editor-container/icons/_highcontrast.scss +0 -397
- package/styles/document-editor-container/icons/_material-dark.scss +0 -399
- package/styles/document-editor-container/icons/_material.scss +0 -399
- package/styles/document-editor-container/icons/_material3.scss +0 -423
- package/styles/document-editor-container/icons/_tailwind-dark.scss +0 -423
- package/styles/document-editor-container/icons/_tailwind.scss +0 -423
- package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
|
@@ -1,423 +0,0 @@
|
|
|
1
|
-
@include export-module('document-editor-container-material3-icons') {
|
|
2
|
-
.e-de-ctnr-close::before {
|
|
3
|
-
color: $icon-color;
|
|
4
|
-
content: '\e7e7';
|
|
5
|
-
font-size: 16px;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.e-de-ctnr-linespacing::before {
|
|
9
|
-
content: '\e78d';
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.e-de-ctnr-undo::before {
|
|
13
|
-
content: '\e713';
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.e-de-ctnr-find::before {
|
|
17
|
-
content: '\e754';
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.e-de-ctnr-lock::before {
|
|
21
|
-
content: '\e7ff';
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.e-de-ctnr-italic::before {
|
|
25
|
-
content: '\e75a';
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.e-de-selected-spellcheck-item::before {
|
|
29
|
-
color: $icon-color;
|
|
30
|
-
content: '\e774';
|
|
31
|
-
font-family: 'e-icons';
|
|
32
|
-
font-size: 10px;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.e-de-selected-underline-item::before {
|
|
36
|
-
color: $icon-color;
|
|
37
|
-
content: '\e774';
|
|
38
|
-
font-family: 'e-icons';
|
|
39
|
-
font-size: 10px;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.e-de-ctnr-link::before {
|
|
43
|
-
content: '\e757';
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.e-de-ctnr-table::before {
|
|
47
|
-
content: '\e7d1';
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.e-de-ctnr-download::before {
|
|
51
|
-
color: $icon-color;
|
|
52
|
-
content: '\e7a1';
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.e-de-ctnr-justify::before {
|
|
56
|
-
content: '\e721';
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.e-de-ctnr-tableofcontent::before {
|
|
60
|
-
content: '\e73d';
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.e-de-ctnr-pagenumber::before {
|
|
64
|
-
content: '\e77d';
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.e-de-ctnr-highlight::before {
|
|
68
|
-
content: '\e739';
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.e-de-ctnr-new::before {
|
|
72
|
-
content: '\e805';
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.e-de-ctnr-paste::before {
|
|
76
|
-
content: '\e70b';
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.e-de-ctnr-bold::before {
|
|
80
|
-
content: '\e737';
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.e-de-ctnr-subscript::before {
|
|
84
|
-
content: '\e80a';
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.e-de-ctnr-aligncenter::before {
|
|
88
|
-
content: '\e813';
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.e-de-ctnr-fontcolor::before {
|
|
92
|
-
content: '\e79f';
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.e-de-ctnr-change-case::before {
|
|
96
|
-
content: '\e7f5';
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.e-de-ctnr-pagesetup::before {
|
|
100
|
-
content: '\e794';
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.e-de-ctnr-strokestyle::before {
|
|
104
|
-
content: '\eb62';
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.e-de-ctnr-strikethrough::before {
|
|
108
|
-
content: '\e758';
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.e-de-ctnr-image::before {
|
|
112
|
-
content: '\e786';
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.e-de-ctnr-redo::before {
|
|
116
|
-
content: '\e755';
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.e-de-ctnr-bookmark::before {
|
|
120
|
-
content: '\e750';
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.e-de-ctnr-increaseindent::before {
|
|
124
|
-
content: '\e810';
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.e-de-ctnr-header::before {
|
|
128
|
-
content: '\e704';
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.e-de-ctnr-backgroundcolor::before {
|
|
132
|
-
content: '\eb6b';
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.e-de-ctnr-open::before {
|
|
136
|
-
content: '\e760';
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.e-de-ctnr-underline::before {
|
|
140
|
-
content: '\e82f';
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.e-de-ctnr-superscript::before {
|
|
144
|
-
content: '\e7a7';
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.e-de-ctnr-alignleft::before {
|
|
148
|
-
content: '\e7b8';
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.e-de-ctnr-numbering::before {
|
|
152
|
-
content: '\e7cb';
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.e-de-ctnr-bullets::before {
|
|
156
|
-
content: '\e77e';
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.e-de-ctnr-borders::before {
|
|
160
|
-
content: '\e93b';
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.e-de-ctnr-decreaseindent::before {
|
|
164
|
-
content: '\e72a';
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.e-de-ctnr-showhide::before {
|
|
168
|
-
content: '\e71a';
|
|
169
|
-
font-size: 16px;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
.e-de-ctnr-print::before {
|
|
173
|
-
content: '\e75d';
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.e-de-ctnr-alignright::before {
|
|
177
|
-
content: '\e719';
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.e-de-ctnr-footer::before {
|
|
181
|
-
content: '\e7bb';
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.e-de-ctnr-clearall::before {
|
|
185
|
-
content: '\e7cc';
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
.e-de-ctnr-outsideborder::before {
|
|
189
|
-
content: '\e7ad';
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.e-de-ctnr-allborders::before {
|
|
193
|
-
content: '\e7d1';
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
.e-de-ctnr-insideborders::before {
|
|
197
|
-
content: '\e78f';
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.e-de-ctnr-leftborders::before {
|
|
201
|
-
content: '\e806';
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.e-de-ctnr-insideverticalborder::before {
|
|
205
|
-
content: '\e792';
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
.e-de-ctnr-rightborder::before {
|
|
209
|
-
content: '\e7ab';
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.e-de-ctnr-topborder::before {
|
|
213
|
-
content: '\e7e0';
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.e-de-ctnr-insidehorizondalborder::before {
|
|
217
|
-
content: '\e83b';
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
.e-de-ctnr-bottomborder::before {
|
|
221
|
-
content: '\e766';
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.e-de-ctnr-strokesize::before {
|
|
225
|
-
content: '\e7bf';
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
.e-de-ctnr-highlightcolor::before {
|
|
229
|
-
content: '\e739';
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
.e-de-ctnr-mergecell::before {
|
|
233
|
-
content: '\e71e';
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.e-de-ctnr-insertleft::before {
|
|
237
|
-
content: '\e78b';
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.e-de-ctnr-insertright::before {
|
|
241
|
-
content: '\e70e';
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
.e-de-ctnr-insertabove::before {
|
|
245
|
-
content: '\e836';
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.e-de-ctnr-insertbelow::before {
|
|
249
|
-
content: '\e801';
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
.e-de-ctnr-deleterows::before {
|
|
253
|
-
content: '\e7f2';
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
.e-de-ctnr-deletecolumns::before {
|
|
257
|
-
content: '\e714';
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
.e-de-ctnr-aligntop::before {
|
|
261
|
-
content: '\e707';
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
.e-de-ctnr-alignbottom::before {
|
|
265
|
-
content: '\e7a0';
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
.e-de-ctnr-aligncenter-table::before {
|
|
269
|
-
content: '\e74f';
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
.e-de-ctnr-cellbg-clr-picker::before {
|
|
273
|
-
content: '\e783';
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
.e-de-ctnr-bullet-none::before {
|
|
277
|
-
color: $icon-color;
|
|
278
|
-
content: '\e7f3';
|
|
279
|
-
font-size: 20px;
|
|
280
|
-
line-height: 28px;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.e-de-ctnr-bullet-dot::before {
|
|
284
|
-
color: $icon-color;
|
|
285
|
-
content: '\e747';
|
|
286
|
-
font-size: 8px;
|
|
287
|
-
line-height: 28px;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
.e-de-ctnr-bullet-circle::before {
|
|
291
|
-
color: $icon-color;
|
|
292
|
-
content: '\e7d0';
|
|
293
|
-
font-size: 8px;
|
|
294
|
-
line-height: 28px;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
.e-de-ctnr-bullet-square::before {
|
|
298
|
-
color: $icon-color;
|
|
299
|
-
content: '\e7be';
|
|
300
|
-
font-size: 8px;
|
|
301
|
-
line-height: 28px;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
.e-de-ctnr-bullet-flower::before {
|
|
305
|
-
color: $icon-color;
|
|
306
|
-
content: '\e79b';
|
|
307
|
-
line-height: 28px;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.e-de-ctnr-bullet-arrow::before {
|
|
311
|
-
color: $icon-color;
|
|
312
|
-
content: '\e763';
|
|
313
|
-
line-height: 28px;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
.e-de-ctnr-bullet-tick::before {
|
|
317
|
-
color: $icon-color;
|
|
318
|
-
content: '\e7fc';
|
|
319
|
-
line-height: 28px;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.e-de-selected-item::before {
|
|
323
|
-
color: $icon-color;
|
|
324
|
-
content: '\e774';
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
.e-de-ctnr-break::before {
|
|
328
|
-
content: '\e7bc';
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
.e-de-ctnr-page-break::before {
|
|
332
|
-
content: '\e742';
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
.e-de-ctnr-section-break::before {
|
|
336
|
-
content: '\e762';
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
.e-de-ctnr-upload::before {
|
|
340
|
-
color: $icon-color;
|
|
341
|
-
content: '\e712';
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.e-de-flip {
|
|
345
|
-
transform: scaleX(-1);
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
.e-de-cnt-cmt-add::before {
|
|
349
|
-
content: '\e82c';
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
.e-de-cnt-track::before {
|
|
353
|
-
content: '\e80b';
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
.e-de-printlayout::before {
|
|
357
|
-
content: '\e73a';
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
.e-de-weblayout::before {
|
|
361
|
-
content: '\e7d3';
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
.e-de-textform::before {
|
|
365
|
-
color: $icon-color;
|
|
366
|
-
content: '\e830';
|
|
367
|
-
font-family: 'e-icons';
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
.e-de-formproperties::before {
|
|
371
|
-
color: $icon-color;
|
|
372
|
-
content: '\e83e';
|
|
373
|
-
font-family: 'e-icons';
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
.e-de-clearform::before {
|
|
377
|
-
color: $icon-color;
|
|
378
|
-
content: '\e7f8';
|
|
379
|
-
font-family: 'e-icons';
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
.e-de-dropdownform::before {
|
|
383
|
-
color: $icon-color;
|
|
384
|
-
content: '\e7a6';
|
|
385
|
-
font-family: 'e-icons';
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
.e-de-formfield::before {
|
|
389
|
-
content: '\e7cd';
|
|
390
|
-
font-family: 'e-icons';
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
.e-de-checkbox-form::before {
|
|
394
|
-
color: $icon-color;
|
|
395
|
-
content: '\e7e4';
|
|
396
|
-
font-family: 'e-icons';
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
.e-de-arrow-up::before {
|
|
400
|
-
content: '\e776';
|
|
401
|
-
font-family: 'e-icons';
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
.e-de-arrow-down::before {
|
|
405
|
-
content: '\e729';
|
|
406
|
-
font-family: 'e-icons';
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
.e-de-update-field::before {
|
|
410
|
-
content: '\e828';
|
|
411
|
-
font-family: 'e-icons';
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
.e-de-footnote::before {
|
|
415
|
-
content: '\e7af';
|
|
416
|
-
font-family: 'e-icons';
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
.e-de-endnote::before {
|
|
420
|
-
content: '\e7af';
|
|
421
|
-
font-family: 'e-icons';
|
|
422
|
-
}
|
|
423
|
-
}
|