@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,612 +0,0 @@
|
|
|
1
|
-
@include export-module('documenteditor-highcontrast-light-icons') {
|
|
2
|
-
.e-documenteditor {
|
|
3
|
-
.e-close::before {
|
|
4
|
-
content: '\e825';
|
|
5
|
-
font-family: 'e-icons';
|
|
6
|
-
font-size: 14px;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.e-de-op-search-icon::before {
|
|
10
|
-
content: '\e275';
|
|
11
|
-
font-family: 'e-icons';
|
|
12
|
-
font-size: $de-op-icon-font-size;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.e-arrow-up::before {
|
|
16
|
-
content: '\e834';
|
|
17
|
-
font-family: 'e-icons';
|
|
18
|
-
font-size: $de-op-icon-font-size;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.e-arrow-down::before {
|
|
22
|
-
content: '\e83d';
|
|
23
|
-
font-family: 'e-icons';
|
|
24
|
-
font-size: $de-op-icon-font-size;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.e-menu-item .e-de-acceptchange::before {
|
|
28
|
-
content: '\e19f';
|
|
29
|
-
font-family: 'e-icons';
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.e-menu-item .e-de-rejectchange::before {
|
|
33
|
-
content: '\e204';
|
|
34
|
-
font-family: 'e-icons';
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.e-de-op .e-de-op-close-icon {
|
|
38
|
-
height: $de-op-close-icon-width;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.e-de-op-close-icon::before {
|
|
42
|
-
content: '\e7a7';
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.e-de-op-search-close-icon::before {
|
|
46
|
-
content: '\e7a7';
|
|
47
|
-
font-family: 'e-icons';
|
|
48
|
-
font-size: 10px;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.e-de-new-cmt::before {
|
|
52
|
-
content: '\e7d5';
|
|
53
|
-
font-family: 'e-icons';
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.e-de-menu-icon::before {
|
|
57
|
-
content: '\e976';
|
|
58
|
-
font-family: 'e-icons';
|
|
59
|
-
font-size: $de-op-icon-font-size;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.e-de-cmt-mark-icon::before {
|
|
63
|
-
content: '\e817';
|
|
64
|
-
font-family: 'e-icons';
|
|
65
|
-
font-size: 13px;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.e-de-cmt-post::before {
|
|
69
|
-
content: '\e816';
|
|
70
|
-
font-family: 'e-icons';
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.e-de-cmt-rply-icon::before {
|
|
74
|
-
content: '\e815';
|
|
75
|
-
font-family: 'e-icons';
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.e-de-cmt-cancel::before {
|
|
79
|
-
content: '\e7a7';
|
|
80
|
-
font-family: 'e-icons';
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.e-de-cmt-delete::before {
|
|
84
|
-
content: '\e602';
|
|
85
|
-
font-family: 'e-icons';
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.e-de-cmt-reopen::before {
|
|
89
|
-
content: '\e818';
|
|
90
|
-
font-family: 'e-icons';
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.e-de-nav-up::before {
|
|
94
|
-
content: '\e651';
|
|
95
|
-
font-family: 'e-icons';
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.e-de-nav-right-arrow::before {
|
|
99
|
-
content: '\e830';
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.e-de-nav-left-arrow::before {
|
|
103
|
-
content: '\e829';
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.e-de-save-icon::before {
|
|
107
|
-
content: '\e614';
|
|
108
|
-
font-family: 'e-icons';
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.e-de-cancel-icon::before {
|
|
112
|
-
content: '\ebe8';
|
|
113
|
-
font-family: 'e-icons';
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.e-de-ctn-title-print::before {
|
|
118
|
-
content: '\ebf9';
|
|
119
|
-
font-family: 'e-icons';
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.e-de-acceptchange::before {
|
|
123
|
-
content: '\e19f';
|
|
124
|
-
font-family: 'e-icons';
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.e-de-rejectchange::before {
|
|
128
|
-
content: '\e204';
|
|
129
|
-
font-family: 'e-icons';
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.e-de-ctn-title-download::before {
|
|
133
|
-
content: '\e603';
|
|
134
|
-
font-family: 'e-icons';
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.e-de-table-properties-alignment:hover {
|
|
138
|
-
border-color: $de-table-align-hover-color;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.e-de-table-properties-alignment {
|
|
142
|
-
border: 1px solid transparent;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.e-de-tablecell-alignment {
|
|
146
|
-
border: 1px solid transparent;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.e-de-tablecell-alignment:hover {
|
|
150
|
-
border-color: $de-cell-align-hover-color;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.e-de-table-left-alignment::before {
|
|
154
|
-
content: '\e517';
|
|
155
|
-
font-size: $de-table-alignment-font-size;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.e-de-table-center-alignment::before {
|
|
159
|
-
content: '\e518';
|
|
160
|
-
font-size: $de-table-alignment-font-size;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.e-de-table-right-alignment::before {
|
|
164
|
-
content: '\e515';
|
|
165
|
-
font-size: $de-table-alignment-font-size;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.e-de-tablecell-top-alignment::before {
|
|
169
|
-
content: '\e527';
|
|
170
|
-
font-size: $de-tablecell-alignment-font-size;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
.e-de-tablecell-center-alignment::before {
|
|
174
|
-
content: '\e526';
|
|
175
|
-
font-size: $de-tablecell-alignment-font-size;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.e-de-tablecell-bottom-alignment::before {
|
|
179
|
-
content: '\e525';
|
|
180
|
-
font-size: $de-tablecell-alignment-font-size;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.e-de-table-border-setting {
|
|
184
|
-
border: 1px solid $de-border-dlg-border-setting-inside-border;
|
|
185
|
-
height: 40px;
|
|
186
|
-
left: 5px;
|
|
187
|
-
position: relative;
|
|
188
|
-
top: 5px;
|
|
189
|
-
width: 40px;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.e-de-table-border-setting-genral {
|
|
193
|
-
border: 1px solid $de-border-dlg-border-setting-divs-color;
|
|
194
|
-
height: 52px;
|
|
195
|
-
width: 52px;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.e-de-table-border-preview-genral {
|
|
199
|
-
border: 1px solid $de-border-dlg-border-preview-divs-color;
|
|
200
|
-
height: 24px;
|
|
201
|
-
width: 24px;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.e-de-table-border-inside-setting:hover {
|
|
205
|
-
border: 1px solid $de-table-setting-hover-color;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
.e-de-table-border-preview {
|
|
209
|
-
height: 24px;
|
|
210
|
-
width: 24px;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
.e-de-table-border-inside-preview:hover {
|
|
214
|
-
border: 1px solid $de-table-preview-hover-color;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.e-de-table-border-inside-setting-click {
|
|
218
|
-
border: 1px solid $de-table-setting-color;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
.e-de-table-border-inside-preview-click {
|
|
222
|
-
border: 1px solid $de-table-preview-setting-color;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
.e-de-table-border-none-setting::before {
|
|
226
|
-
content: '\e507';
|
|
227
|
-
font-size: $de-border-none-setting-font-size;
|
|
228
|
-
position: absolute;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.e-de-table-border-box-setting::before {
|
|
232
|
-
content: '\e509';
|
|
233
|
-
font-size: $de-border-setting-font-size;
|
|
234
|
-
left: 2px;
|
|
235
|
-
position: absolute;
|
|
236
|
-
top: 2px;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.e-de-table-border-all-setting::before {
|
|
240
|
-
content: '\e511';
|
|
241
|
-
font-size: $de-border-setting-font-size;
|
|
242
|
-
left: 2px;
|
|
243
|
-
position: absolute;
|
|
244
|
-
top: 2px;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.e-de-table-border-custom-setting::before {
|
|
248
|
-
content: '\e516';
|
|
249
|
-
font-size: $de-border-setting-font-size;
|
|
250
|
-
left: 2px;
|
|
251
|
-
position: absolute;
|
|
252
|
-
top: 2px;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
.e-de-para-border-none-setting::before {
|
|
256
|
-
content: '\e939';
|
|
257
|
-
font-size: $de-border-none-setting-font-size;
|
|
258
|
-
position: absolute;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
.e-de-para-border-box-setting::before {
|
|
262
|
-
content: '\e93b';
|
|
263
|
-
font-size: $de-border-setting-font-size;
|
|
264
|
-
left: 2px;
|
|
265
|
-
position: absolute;
|
|
266
|
-
top: 2px;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
.e-de-para-border-shadow-setting::before {
|
|
270
|
-
content: '\e93c';
|
|
271
|
-
font-size: $de-border-setting-font-size;
|
|
272
|
-
left: 2px;
|
|
273
|
-
position: absolute;
|
|
274
|
-
top: 2px;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
.e-de-para-border-custom-setting::before {
|
|
278
|
-
content: '\e936';
|
|
279
|
-
font-size: $de-border-setting-font-size;
|
|
280
|
-
left: 2px;
|
|
281
|
-
position: absolute;
|
|
282
|
-
top: 2px;
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
.e-de-table-border-toptop-alignment::before {
|
|
286
|
-
content: '\e281';
|
|
287
|
-
font-size: 16px;
|
|
288
|
-
left: $de-td-table-border-left;
|
|
289
|
-
position: absolute;
|
|
290
|
-
top: $de-td-table-border-top;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
.e-de-table-border-topcenter-alignment::before {
|
|
294
|
-
content: '\e276';
|
|
295
|
-
font-size: 16px;
|
|
296
|
-
left: $de-td-table-border-left;
|
|
297
|
-
position: absolute;
|
|
298
|
-
top: $de-td-table-border-top;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.e-de-table-border-topbottom-alignment::before {
|
|
302
|
-
content: '\e298';
|
|
303
|
-
font-size: 16px;
|
|
304
|
-
left: $de-td-table-border-left;
|
|
305
|
-
position: absolute;
|
|
306
|
-
top: $de-td-table-border-top;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
.e-de-table-border-diagionalup-alignment::before {
|
|
310
|
-
content: '\e262';
|
|
311
|
-
font-size: 16px;
|
|
312
|
-
left: $de-td-table-border-left;
|
|
313
|
-
position: absolute;
|
|
314
|
-
top: $de-td-table-border-top;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.e-de-table-border-diagionaldown-alignment::before {
|
|
318
|
-
content: '\e265';
|
|
319
|
-
font-size: 16px;
|
|
320
|
-
left: $de-td-table-border-left;
|
|
321
|
-
position: absolute;
|
|
322
|
-
top: $de-td-table-border-top;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
.e-de-table-border-bottomleft-alignment::before {
|
|
326
|
-
content: '\e291';
|
|
327
|
-
font-size: 16px;
|
|
328
|
-
left: $de-td-table-border-left;
|
|
329
|
-
position: absolute;
|
|
330
|
-
top: $de-td-table-border-top;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
.e-de-table-border-bottomcenter-alignment::before {
|
|
334
|
-
content: '\e287';
|
|
335
|
-
font-size: 16px;
|
|
336
|
-
left: $de-td-table-border-left;
|
|
337
|
-
position: absolute;
|
|
338
|
-
top: $de-td-table-border-top;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
.e-de-table-border-bottomright-alignment::before {
|
|
342
|
-
content: '\e288';
|
|
343
|
-
font-size: 16px;
|
|
344
|
-
left: $de-td-table-border-left;
|
|
345
|
-
position: absolute;
|
|
346
|
-
top: $de-td-table-border-top;
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
.e-menu-item .e-de-cmt-add::before {
|
|
350
|
-
content: '\e814';
|
|
351
|
-
font-family: 'e-icons';
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
.e-menu-item .e-de-cut::before {
|
|
355
|
-
content: '\e279';
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
.e-menu-item .e-de-spellcheck::before {
|
|
359
|
-
content: '\e689';
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
.e-menu-item .e-de-copy::before {
|
|
363
|
-
content: '\e280';
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
.e-menu-item .e-de-paste::before {
|
|
367
|
-
content: '\e501';
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
.e-menu-item .e-de-continue-numbering::before {
|
|
371
|
-
content: '\e503';
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.e-menu-item .e-de-restart-at::before {
|
|
375
|
-
content: '\e277';
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
.e-menu-item .e-de-insertlink::before {
|
|
379
|
-
content: '\e290';
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
.e-menu-item .e-de-open-hyperlink::before {
|
|
383
|
-
content: '\e278';
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
.e-menu-item .e-de-copy-hyperlink::before {
|
|
387
|
-
content: '\e295';
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
.e-menu-item .e-de-edit-hyperlink::before {
|
|
391
|
-
content: '\e289';
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
.e-menu-item .e-de-remove-hyperlink::before {
|
|
395
|
-
content: '\e286';
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
.e-menu-item .e-de-fonts::before {
|
|
399
|
-
content: '\e273';
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
.e-menu-item .e-de-paragraph::before {
|
|
403
|
-
content: '\e75e';
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.e-menu-item .e-de-table::before {
|
|
407
|
-
content: '\e294';
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
.e-menu-item .e-de-insertabove::before {
|
|
411
|
-
content: '\e506';
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
.e-menu-item .e-de-insertbelow::before {
|
|
415
|
-
content: '\e505';
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
.e-menu-item .e-de-insertleft::before {
|
|
419
|
-
content: '\e285';
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
.e-menu-item .e-de-insertright::before {
|
|
423
|
-
content: '\e284';
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
.e-menu-item .e-de-delete-table::before {
|
|
427
|
-
content: '\e292';
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
.e-menu-item .e-de-deleterow::before {
|
|
431
|
-
content: '\e283';
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
.e-menu-item .e-de-deletecolumn::before {
|
|
435
|
-
content: '\e282';
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
// .e-de-tablecell-top-alignment {
|
|
439
|
-
// padding: 4px;
|
|
440
|
-
// }
|
|
441
|
-
|
|
442
|
-
// .e-de-tablecell-center-alignment {
|
|
443
|
-
// padding: 4px;
|
|
444
|
-
// }
|
|
445
|
-
|
|
446
|
-
// .e-de-tablecell-bottom-alignment {
|
|
447
|
-
// padding-left: 4px;
|
|
448
|
-
// }
|
|
449
|
-
|
|
450
|
-
.e-de-bold::before {
|
|
451
|
-
content: '\e339';
|
|
452
|
-
font-family: 'e-icons';
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
.e-de-italic::before {
|
|
456
|
-
content: '\e35a';
|
|
457
|
-
font-family: 'e-icons';
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
.e-de-underline::before {
|
|
461
|
-
content: '\e343';
|
|
462
|
-
font-family: 'e-icons';
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
.e-de-indent::before {
|
|
466
|
-
content: '\e35d';
|
|
467
|
-
font-family: 'e-icons';
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
.e-de-outdent::before {
|
|
471
|
-
content: '\e33f';
|
|
472
|
-
font-family: 'e-icons';
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
.e-de-align-left::before {
|
|
476
|
-
content: '\e33a';
|
|
477
|
-
font-family: 'e-icons';
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
.e-de-align-center::before {
|
|
481
|
-
content: '\e35e';
|
|
482
|
-
font-family: 'e-icons';
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
.e-de-align-right::before {
|
|
486
|
-
content: '\e34d';
|
|
487
|
-
font-family: 'e-icons';
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
.e-de-justify::before {
|
|
491
|
-
content: '\e334';
|
|
492
|
-
font-family: 'e-icons';
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
.e-de-single-spacing::before {
|
|
496
|
-
content: '\e520';
|
|
497
|
-
font-family: 'e-icons';
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
.e-de-double-spacing::before {
|
|
501
|
-
content: '\e521';
|
|
502
|
-
font-family: 'e-icons';
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
.e-de-one-point-five-spacing::before {
|
|
506
|
-
content: '\e522';
|
|
507
|
-
font-family: 'e-icons';
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
.e-de-before-spacing::before {
|
|
511
|
-
content: '\e523';
|
|
512
|
-
font-family: 'e-icons';
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
.e-de-after-spacing::before {
|
|
516
|
-
content: '\e274';
|
|
517
|
-
font-family: 'e-icons';
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
.e-de-icon-bullet-list-dot::before {
|
|
521
|
-
content: '\e270';
|
|
522
|
-
font-family: 'e-icons';
|
|
523
|
-
font-size: 42px;
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
.e-de-icon-bullet-list-circle::before {
|
|
527
|
-
content: '\e254';
|
|
528
|
-
font-family: 'e-icons';
|
|
529
|
-
font-size: 42px;
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
.e-de-icon-bullet-list-square::before {
|
|
533
|
-
content: '\e271';
|
|
534
|
-
font-family: 'e-icons';
|
|
535
|
-
font-size: 42px;
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
.e-de-icon-bullet-list-tick::before {
|
|
539
|
-
content: '\e259';
|
|
540
|
-
font-family: 'e-icons';
|
|
541
|
-
font-size: 42px;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
.e-de-icon-bullet-list-flower::before {
|
|
545
|
-
content: '\e267';
|
|
546
|
-
font-family: 'e-icons';
|
|
547
|
-
font-size: 42px;
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
.e-de-icon-bullet-list-arrow::before {
|
|
551
|
-
content: '\e253';
|
|
552
|
-
font-family: 'e-icons';
|
|
553
|
-
font-size: 42px;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
.e-de-icon-bullet-list-none::before {
|
|
557
|
-
content: '\e256';
|
|
558
|
-
font-family: 'e-icons';
|
|
559
|
-
font-size: 42px;
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
.e-de-icon-autofit::before {
|
|
563
|
-
content: '\eba8';
|
|
564
|
-
font-family: 'e-icons';
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
.e-de-icon-fixed-columnwidth::before {
|
|
568
|
-
content: '\eba9';
|
|
569
|
-
font-family: 'e-icons';
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
.e-de-icon-auto-fitwindow::before {
|
|
573
|
-
content: '\ebaa';
|
|
574
|
-
font-family: 'e-icons';
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
.e-item .e-de-paste-text::before {
|
|
578
|
-
content: '\e687';
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
.e-item .e-de-paste-source::before {
|
|
582
|
-
content: '\e686';
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
.e-item .e-de-paste-merge::before {
|
|
586
|
-
content: '\e688';
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
.e-item .e-de-paste-column::before {
|
|
590
|
-
content: '\e91b';
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
.e-item .e-de-paste-row::before {
|
|
594
|
-
content: '\e91c';
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
.e-item .e-de-paste-overwrite-cells::before {
|
|
598
|
-
content: '\e91d';
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
.e-item .e-de-paste-nested-table::before {
|
|
602
|
-
content: '\e91e';
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
.e-item .e-de-paste-merge-table::before {
|
|
606
|
-
content: '\e91f';
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
.e-icon-btn .e-de-paste::before {
|
|
610
|
-
content: '\e68a';
|
|
611
|
-
}
|
|
612
|
-
}
|