@syncfusion/ej2-image-editor 25.2.4 → 26.1.38
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/.eslintrc.json +3 -2
- package/dist/ej2-image-editor.umd.min.js +2 -2
- package/dist/ej2-image-editor.umd.min.js.map +1 -1
- package/dist/es6/ej2-image-editor.es2015.js +2691 -830
- package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-image-editor.es5.js +2788 -887
- package/dist/es6/ej2-image-editor.es5.js.map +1 -1
- package/dist/global/ej2-image-editor.min.js +2 -2
- package/dist/global/ej2-image-editor.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +13 -12
- package/src/image-editor/action/crop.d.ts +0 -1
- package/src/image-editor/action/crop.js +35 -77
- package/src/image-editor/action/draw.d.ts +3 -0
- package/src/image-editor/action/draw.js +198 -83
- package/src/image-editor/action/export.d.ts +3 -0
- package/src/image-editor/action/export.js +99 -41
- package/src/image-editor/action/filter.d.ts +0 -1
- package/src/image-editor/action/filter.js +4 -24
- package/src/image-editor/action/freehand-draw.js +30 -8
- package/src/image-editor/action/selection.d.ts +10 -0
- package/src/image-editor/action/selection.js +444 -99
- package/src/image-editor/action/shape.d.ts +11 -1
- package/src/image-editor/action/shape.js +520 -127
- package/src/image-editor/action/transform.d.ts +0 -1
- package/src/image-editor/action/transform.js +53 -69
- package/src/image-editor/action/undo-redo.d.ts +2 -0
- package/src/image-editor/action/undo-redo.js +114 -29
- package/src/image-editor/base/enum.d.ts +5 -1
- package/src/image-editor/base/enum.js +4 -0
- package/src/image-editor/base/image-editor-model.d.ts +8 -6
- package/src/image-editor/base/image-editor.d.ts +116 -7
- package/src/image-editor/base/image-editor.js +385 -53
- package/src/image-editor/base/interface.d.ts +17 -0
- package/src/image-editor/base/interface.js +0 -1
- package/src/image-editor/renderer/toolbar.d.ts +14 -1
- package/src/image-editor/renderer/toolbar.js +831 -191
- package/styles/bootstrap-dark.css +279 -97
- package/styles/bootstrap-dark.scss +13 -1
- package/styles/bootstrap.css +282 -98
- package/styles/bootstrap.scss +13 -1
- package/styles/bootstrap4.css +280 -97
- package/styles/bootstrap4.scss +13 -1
- package/styles/bootstrap5-dark.css +280 -101
- package/styles/bootstrap5-dark.scss +13 -1
- package/styles/bootstrap5.css +280 -101
- package/styles/bootstrap5.scss +13 -1
- package/styles/fabric-dark.css +281 -97
- package/styles/fabric-dark.scss +13 -1
- package/styles/fabric.css +284 -97
- package/styles/fabric.scss +13 -1
- package/styles/fluent-dark.css +287 -101
- package/styles/fluent-dark.scss +13 -1
- package/styles/fluent.css +287 -101
- package/styles/fluent.scss +13 -1
- package/styles/fluent2.css +1852 -0
- package/styles/fluent2.scss +13 -0
- package/styles/highcontrast-light.css +279 -97
- package/styles/highcontrast-light.scss +13 -1
- package/styles/highcontrast.css +284 -97
- package/styles/highcontrast.scss +13 -1
- package/styles/image-editor/_bds-definition.scss +5 -0
- package/styles/image-editor/_bootstrap-dark-definition.scss +5 -0
- package/styles/image-editor/_bootstrap-definition.scss +5 -0
- package/styles/image-editor/_bootstrap4-definition.scss +5 -0
- package/styles/image-editor/_bootstrap5-definition.scss +5 -0
- package/styles/image-editor/_bootstrap5.3-definition.scss +26 -0
- package/styles/image-editor/_fabric-dark-definition.scss +5 -0
- package/styles/image-editor/_fabric-definition.scss +5 -0
- package/styles/image-editor/_fluent-definition.scss +5 -0
- package/styles/image-editor/_fluent2-definition.scss +26 -0
- package/styles/image-editor/_fusionnew-definition.scss +5 -0
- package/styles/image-editor/_highcontrast-definition.scss +5 -0
- package/styles/image-editor/_highcontrast-light-definition.scss +5 -0
- package/styles/image-editor/_layout.scss +355 -13
- package/styles/image-editor/_material-dark-definition.scss +5 -0
- package/styles/image-editor/_material-definition.scss +5 -0
- package/styles/image-editor/_material3-definition.scss +5 -0
- package/styles/image-editor/_tailwind-definition.scss +5 -0
- package/styles/image-editor/bootstrap-dark.css +279 -97
- package/styles/image-editor/bootstrap.css +282 -98
- package/styles/image-editor/bootstrap4.css +280 -97
- package/styles/image-editor/bootstrap5-dark.css +280 -101
- package/styles/image-editor/bootstrap5.css +280 -101
- package/styles/image-editor/fabric-dark.css +281 -97
- package/styles/image-editor/fabric.css +284 -97
- package/styles/image-editor/fluent-dark.css +287 -101
- package/styles/image-editor/fluent.css +287 -101
- package/styles/image-editor/fluent2.css +1852 -0
- package/styles/image-editor/fluent2.scss +13 -0
- package/styles/image-editor/highcontrast-light.css +279 -97
- package/styles/image-editor/highcontrast.css +284 -97
- package/styles/image-editor/icons/_bds.scss +1 -162
- package/styles/image-editor/icons/_bootstrap-dark.scss +1 -162
- package/styles/image-editor/icons/_bootstrap.scss +1 -162
- package/styles/image-editor/icons/_bootstrap4.scss +1 -162
- package/styles/image-editor/icons/_bootstrap5.3.scss +250 -0
- package/styles/image-editor/icons/_bootstrap5.scss +1 -168
- package/styles/image-editor/icons/_fabric-dark.scss +1 -162
- package/styles/image-editor/icons/_fabric.scss +1 -162
- package/styles/image-editor/icons/_fluent.scss +1 -168
- package/styles/image-editor/icons/_fluent2.scss +256 -0
- package/styles/image-editor/icons/_fusionnew.scss +1 -138
- package/styles/image-editor/icons/_highcontrast-light.scss +1 -162
- package/styles/image-editor/icons/_highcontrast.scss +1 -162
- package/styles/image-editor/icons/_material-dark.scss +2 -163
- package/styles/image-editor/icons/_material.scss +1 -162
- package/styles/image-editor/icons/_material3.scss +2 -169
- package/styles/image-editor/icons/_tailwind.scss +1 -162
- package/styles/image-editor/material-dark.css +299 -100
- package/styles/image-editor/material.css +302 -100
- package/styles/image-editor/material3-dark.css +314 -103
- package/styles/image-editor/material3.css +314 -103
- package/styles/image-editor/tailwind-dark.css +284 -97
- package/styles/image-editor/tailwind.css +284 -97
- package/styles/material-dark.css +299 -100
- package/styles/material-dark.scss +13 -1
- package/styles/material.css +302 -100
- package/styles/material.scss +13 -1
- package/styles/material3-dark.css +314 -103
- package/styles/material3-dark.scss +13 -1
- package/styles/material3.css +314 -103
- package/styles/material3.scss +13 -1
- package/styles/tailwind-dark.css +284 -97
- package/styles/tailwind-dark.scss +13 -1
- package/styles/tailwind.css +284 -97
- package/styles/tailwind.scss +13 -1
- package/CHANGELOG.md +0 -289
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
@include export-module('image-editor-bootstrap5-icons') {
|
|
2
|
+
.e-image-editor {
|
|
3
|
+
& .e-upload-icon {
|
|
4
|
+
&::before {
|
|
5
|
+
content: '\e760';
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
& .e-zoom-in {
|
|
10
|
+
&::before {
|
|
11
|
+
content: '\e768';
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
& .e-zoom-out {
|
|
16
|
+
&::before {
|
|
17
|
+
content: '\e81b';
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
& .e-pan {
|
|
22
|
+
&::before {
|
|
23
|
+
content: '\e7b1';
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
& .e-select {
|
|
28
|
+
&::before {
|
|
29
|
+
content: '\e896';
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
& .e-transform {
|
|
34
|
+
&::before {
|
|
35
|
+
content: '\e8b0';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
& .e-annotation {
|
|
40
|
+
&::before {
|
|
41
|
+
content: '\e730';
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
& .e-shapes {
|
|
46
|
+
&::before {
|
|
47
|
+
content: '\e728';
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
& .e-mouse {
|
|
52
|
+
&::before {
|
|
53
|
+
content: '\e74e';
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
& .e-btn-reset {
|
|
58
|
+
&::before {
|
|
59
|
+
content: '\e89b';
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
& .e-btn-save {
|
|
64
|
+
&::before {
|
|
65
|
+
content: '\e7c8';
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
& .e-close {
|
|
70
|
+
&::before {
|
|
71
|
+
content: '\e7e7';
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
& .e-check {
|
|
76
|
+
&::before {
|
|
77
|
+
content: '\e8b1';
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
& .e-text-font-color.e-template {
|
|
82
|
+
& .e-caret::before {
|
|
83
|
+
content: '\e76f';
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
& .e-stroke.e-template,
|
|
88
|
+
& .e-frame-stroke.e-template,
|
|
89
|
+
& .e-pen-stroke-color.e-template {
|
|
90
|
+
& .e-caret::before {
|
|
91
|
+
content: '\e739';
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
& .e-fill.e-template {
|
|
96
|
+
& .e-caret {
|
|
97
|
+
&::before {
|
|
98
|
+
content: '\e783';
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.e-image-editor,
|
|
106
|
+
.e-dropdown-popup.e-image-popup {
|
|
107
|
+
& .e-custom {
|
|
108
|
+
&::before {
|
|
109
|
+
content: '\e8a9';
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
& .e-circle {
|
|
114
|
+
&::before {
|
|
115
|
+
content: '\e7ca';
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
& .e-square{
|
|
120
|
+
&::before {
|
|
121
|
+
content: '\e8aa';
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
& .e-custom-a {
|
|
126
|
+
&::before {
|
|
127
|
+
content: '\e8ab';
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
& .e-custom-b {
|
|
132
|
+
&::before {
|
|
133
|
+
content: '\e8ac';
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
& .e-custom-c {
|
|
138
|
+
&::before {
|
|
139
|
+
content: '\e8ad';
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
& .e-custom-d {
|
|
144
|
+
&::before {
|
|
145
|
+
content: '\e8ae';
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
& .e-custom-e {
|
|
150
|
+
&::before {
|
|
151
|
+
content: '\e8af';
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
& .e-custom-f {
|
|
156
|
+
&::before {
|
|
157
|
+
content: '\e8dd';
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
& .e-custom-g {
|
|
162
|
+
&::before {
|
|
163
|
+
content: '\e8de';
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
& .e-custom-h {
|
|
168
|
+
&::before {
|
|
169
|
+
content: '\e8df';
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
& .e-custom-i {
|
|
174
|
+
&::before {
|
|
175
|
+
content: '\e8e0';
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
& .e-custom-j {
|
|
180
|
+
&::before {
|
|
181
|
+
content: '\e8e1';
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
& .e-rectangle {
|
|
186
|
+
&::before {
|
|
187
|
+
content: '\e723';
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
& .e-triangle {
|
|
192
|
+
&::before {
|
|
193
|
+
content: '\e89c';
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
& .e-line {
|
|
198
|
+
&::before {
|
|
199
|
+
content: '\e819';
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
& .e-free-pen {
|
|
204
|
+
&::before {
|
|
205
|
+
content: '\e7db';
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
& .e-horizontal-flip {
|
|
210
|
+
&::before {
|
|
211
|
+
content: '\e8a3';
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
& .e-vertical-flip {
|
|
216
|
+
&::before {
|
|
217
|
+
content: '\e8a4';
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
& .e-clock-wise {
|
|
222
|
+
&::before {
|
|
223
|
+
content: '\e8a6';
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
& .e-anti-clock-wise {
|
|
228
|
+
&::before {
|
|
229
|
+
content: '\e8a5';
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
& .e-add-text {
|
|
234
|
+
&::before {
|
|
235
|
+
content: '\e82e';
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
& .e-arrow {
|
|
240
|
+
&::before {
|
|
241
|
+
content: '\e669';
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
& .e-path {
|
|
246
|
+
&::before {
|
|
247
|
+
content: '\e931';
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
}
|
|
@@ -66,12 +66,6 @@
|
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
& .e-custom {
|
|
70
|
-
&::before {
|
|
71
|
-
content: '\e8a9';
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
69
|
& .e-close {
|
|
76
70
|
&::before {
|
|
77
71
|
content: '\e7e7';
|
|
@@ -105,159 +99,10 @@
|
|
|
105
99
|
}
|
|
106
100
|
}
|
|
107
101
|
}
|
|
108
|
-
|
|
109
|
-
& .e-custom {
|
|
110
|
-
&::before {
|
|
111
|
-
content: '\e8a9';
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
& .e-circle {
|
|
116
|
-
&::before {
|
|
117
|
-
content: '\e7ca';
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
& .e-square{
|
|
122
|
-
&::before {
|
|
123
|
-
content: '\e8aa';
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
& .e-custom-a {
|
|
128
|
-
&::before {
|
|
129
|
-
content: '\e8ab';
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
& .e-custom-b {
|
|
134
|
-
&::before {
|
|
135
|
-
content: '\e8ac';
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
& .e-custom-c {
|
|
140
|
-
&::before {
|
|
141
|
-
content: '\e8ad';
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
& .e-custom-d {
|
|
146
|
-
&::before {
|
|
147
|
-
content: '\e8ae';
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
& .e-custom-e {
|
|
152
|
-
&::before {
|
|
153
|
-
content: '\e8af';
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
& .e-custom-f {
|
|
158
|
-
&::before {
|
|
159
|
-
content: '\e8dd';
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
& .e-custom-g {
|
|
164
|
-
&::before {
|
|
165
|
-
content: '\e8de';
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
& .e-custom-h {
|
|
170
|
-
&::before {
|
|
171
|
-
content: '\e8df';
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
& .e-custom-i {
|
|
176
|
-
&::before {
|
|
177
|
-
content: '\e8e0';
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
& .e-custom-j {
|
|
182
|
-
&::before {
|
|
183
|
-
content: '\e8e1';
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
& .e-horizontal-flip {
|
|
188
|
-
&::before {
|
|
189
|
-
content: '\e8a3';
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
& .e-vertical-flip {
|
|
194
|
-
&::before {
|
|
195
|
-
content: '\e8a4';
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
& .e-clock-wise {
|
|
200
|
-
&::before {
|
|
201
|
-
content: '\e8a6';
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
& .e-anti-clock-wise {
|
|
206
|
-
&::before {
|
|
207
|
-
content: '\e8a5';
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
& .e-rectangle {
|
|
212
|
-
&::before {
|
|
213
|
-
content: '\e723';
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
& .e-circle {
|
|
218
|
-
&::before {
|
|
219
|
-
content: '\e7ca';
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
& .e-triangle {
|
|
224
|
-
&::before {
|
|
225
|
-
content: '\e89c';
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
& .e-line {
|
|
230
|
-
&::before {
|
|
231
|
-
content: '\e819';
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
& .e-add-text {
|
|
236
|
-
&::before {
|
|
237
|
-
content: '\e82e';
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
& .e-free-pen {
|
|
242
|
-
&::before {
|
|
243
|
-
content: '\e7db';
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
& .e-arrow {
|
|
248
|
-
&::before {
|
|
249
|
-
content: '\e669';
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
& .e-path {
|
|
254
|
-
&::before {
|
|
255
|
-
content: '\e931';
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
102
|
}
|
|
259
103
|
}
|
|
260
104
|
|
|
105
|
+
.e-image-editor,
|
|
261
106
|
.e-dropdown-popup.e-image-popup {
|
|
262
107
|
& .e-custom {
|
|
263
108
|
&::before {
|
|
@@ -343,12 +188,6 @@
|
|
|
343
188
|
}
|
|
344
189
|
}
|
|
345
190
|
|
|
346
|
-
& .e-circle {
|
|
347
|
-
&::before {
|
|
348
|
-
content: '\e7ca';
|
|
349
|
-
}
|
|
350
|
-
}
|
|
351
|
-
|
|
352
191
|
& .e-triangle {
|
|
353
192
|
&::before {
|
|
354
193
|
content: '\e89c';
|
|
@@ -379,12 +218,6 @@
|
|
|
379
218
|
}
|
|
380
219
|
}
|
|
381
220
|
|
|
382
|
-
& .e-custom {
|
|
383
|
-
&::before {
|
|
384
|
-
content: '\e8a9';
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
|
-
|
|
388
221
|
& .e-clock-wise {
|
|
389
222
|
&::before {
|
|
390
223
|
content: '\e8a6';
|
|
@@ -66,12 +66,6 @@
|
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
& .e-custom {
|
|
70
|
-
&::before {
|
|
71
|
-
content: '\e959';
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
69
|
& .e-close {
|
|
76
70
|
&::before {
|
|
77
71
|
content: '\ebe8';
|
|
@@ -105,159 +99,10 @@
|
|
|
105
99
|
}
|
|
106
100
|
}
|
|
107
101
|
}
|
|
108
|
-
|
|
109
|
-
& .e-custom {
|
|
110
|
-
&::before {
|
|
111
|
-
content: '\e959';
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
& .e-circle {
|
|
116
|
-
&::before {
|
|
117
|
-
content: '\e671';
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
& .e-square{
|
|
122
|
-
&::before {
|
|
123
|
-
content: '\e95a';
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
& .e-custom-a {
|
|
128
|
-
&::before {
|
|
129
|
-
content: '\e95b';
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
& .e-custom-b {
|
|
134
|
-
&::before {
|
|
135
|
-
content: '\e95c';
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
& .e-custom-c {
|
|
140
|
-
&::before {
|
|
141
|
-
content: '\e95d';
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
& .e-custom-d {
|
|
146
|
-
&::before {
|
|
147
|
-
content: '\e95e';
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
& .e-custom-e {
|
|
152
|
-
&::before {
|
|
153
|
-
content: '\e960';
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
& .e-custom-f {
|
|
158
|
-
&::before {
|
|
159
|
-
content: '\e9a3';
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
& .e-custom-g {
|
|
164
|
-
&::before {
|
|
165
|
-
content: '\e9a4';
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
& .e-custom-h {
|
|
170
|
-
&::before {
|
|
171
|
-
content: '\e9a5';
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
& .e-custom-i {
|
|
176
|
-
&::before {
|
|
177
|
-
content: '\e9a6';
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
& .e-custom-j {
|
|
182
|
-
&::before {
|
|
183
|
-
content: '\e9a7';
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
& .e-horizontal-flip {
|
|
188
|
-
&::before {
|
|
189
|
-
content: '\e951';
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
& .e-vertical-flip {
|
|
194
|
-
&::before {
|
|
195
|
-
content: '\e952';
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
& .e-clock-wise {
|
|
200
|
-
&::before {
|
|
201
|
-
content: '\e956';
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
& .e-anti-clock-wise {
|
|
206
|
-
&::before {
|
|
207
|
-
content: '\e955';
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
& .e-rectangle {
|
|
212
|
-
&::before {
|
|
213
|
-
content: '\e670';
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
& .e-circle {
|
|
218
|
-
&::before {
|
|
219
|
-
content: '\e671';
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
& .e-triangle {
|
|
224
|
-
&::before {
|
|
225
|
-
content: '\e949';
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
& .e-line {
|
|
230
|
-
&::before {
|
|
231
|
-
content: '\e668';
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
& .e-add-text {
|
|
236
|
-
&::before {
|
|
237
|
-
content: '\e35b';
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
& .e-free-pen {
|
|
242
|
-
&::before {
|
|
243
|
-
content: '\e739';
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
& .e-arrow {
|
|
248
|
-
&::before {
|
|
249
|
-
content: '\e669';
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
& .e-path {
|
|
254
|
-
&::before {
|
|
255
|
-
content: '\e931';
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
102
|
}
|
|
259
103
|
}
|
|
260
104
|
|
|
105
|
+
.e-image-editor,
|
|
261
106
|
.e-dropdown-popup.e-image-popup {
|
|
262
107
|
& .e-custom {
|
|
263
108
|
&::before {
|
|
@@ -343,12 +188,6 @@
|
|
|
343
188
|
}
|
|
344
189
|
}
|
|
345
190
|
|
|
346
|
-
& .e-circle {
|
|
347
|
-
&::before {
|
|
348
|
-
content: '\e671';
|
|
349
|
-
}
|
|
350
|
-
}
|
|
351
|
-
|
|
352
191
|
& .e-triangle {
|
|
353
192
|
&::before {
|
|
354
193
|
content: '\e949';
|