@syncfusion/ej2-image-editor 25.2.4 → 26.1.35
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 +2679 -830
- package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-image-editor.es5.js +2762 -873
- 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 +190 -81
- 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 +378 -52
- 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 +1851 -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 +352 -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 +1851 -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
|
@@ -1,18 +1,42 @@
|
|
|
1
1
|
/* stylelint-disable-line no-empty-source */
|
|
2
2
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
+
@-webkit-keyframes material-spinner-rotate {
|
|
4
|
+
0% {
|
|
5
|
+
-webkit-transform: rotate(0);
|
|
6
|
+
transform: rotate(0);
|
|
7
|
+
}
|
|
8
|
+
100% {
|
|
9
|
+
-webkit-transform: rotate(360deg);
|
|
10
|
+
transform: rotate(360deg);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
3
13
|
@keyframes material-spinner-rotate {
|
|
4
14
|
0% {
|
|
15
|
+
-webkit-transform: rotate(0);
|
|
16
|
+
transform: rotate(0);
|
|
17
|
+
}
|
|
18
|
+
100% {
|
|
19
|
+
-webkit-transform: rotate(360deg);
|
|
20
|
+
transform: rotate(360deg);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
@-webkit-keyframes fabric-spinner-rotate {
|
|
24
|
+
0% {
|
|
25
|
+
-webkit-transform: rotate(0);
|
|
5
26
|
transform: rotate(0);
|
|
6
27
|
}
|
|
7
28
|
100% {
|
|
29
|
+
-webkit-transform: rotate(360deg);
|
|
8
30
|
transform: rotate(360deg);
|
|
9
31
|
}
|
|
10
32
|
}
|
|
11
33
|
@keyframes fabric-spinner-rotate {
|
|
12
34
|
0% {
|
|
35
|
+
-webkit-transform: rotate(0);
|
|
13
36
|
transform: rotate(0);
|
|
14
37
|
}
|
|
15
38
|
100% {
|
|
39
|
+
-webkit-transform: rotate(360deg);
|
|
16
40
|
transform: rotate(360deg);
|
|
17
41
|
}
|
|
18
42
|
}
|
|
@@ -49,9 +73,6 @@
|
|
|
49
73
|
.e-image-editor .e-btn-save::before {
|
|
50
74
|
content: "\e954";
|
|
51
75
|
}
|
|
52
|
-
.e-image-editor .e-custom::before {
|
|
53
|
-
content: "\e959";
|
|
54
|
-
}
|
|
55
76
|
.e-image-editor .e-close::before {
|
|
56
77
|
content: "\ebe8";
|
|
57
78
|
}
|
|
@@ -67,160 +88,108 @@
|
|
|
67
88
|
.e-image-editor .e-fill.e-template .e-caret::before {
|
|
68
89
|
content: "\e35c";
|
|
69
90
|
}
|
|
70
|
-
.e-image-editor .e-custom::before {
|
|
71
|
-
content: "\e959";
|
|
72
|
-
}
|
|
73
|
-
.e-image-editor .e-circle::before {
|
|
74
|
-
content: "\e671";
|
|
75
|
-
}
|
|
76
|
-
.e-image-editor .e-square::before {
|
|
77
|
-
content: "\e95a";
|
|
78
|
-
}
|
|
79
|
-
.e-image-editor .e-custom-a::before {
|
|
80
|
-
content: "\e95b";
|
|
81
|
-
}
|
|
82
|
-
.e-image-editor .e-custom-b::before {
|
|
83
|
-
content: "\e95c";
|
|
84
|
-
}
|
|
85
|
-
.e-image-editor .e-custom-c::before {
|
|
86
|
-
content: "\e95d";
|
|
87
|
-
}
|
|
88
|
-
.e-image-editor .e-custom-d::before {
|
|
89
|
-
content: "\e95e";
|
|
90
|
-
}
|
|
91
|
-
.e-image-editor .e-custom-e::before {
|
|
92
|
-
content: "\e960";
|
|
93
|
-
}
|
|
94
|
-
.e-image-editor .e-custom-f::before {
|
|
95
|
-
content: "\e9a3";
|
|
96
|
-
}
|
|
97
|
-
.e-image-editor .e-custom-g::before {
|
|
98
|
-
content: "\e9a4";
|
|
99
|
-
}
|
|
100
|
-
.e-image-editor .e-custom-h::before {
|
|
101
|
-
content: "\e9a5";
|
|
102
|
-
}
|
|
103
|
-
.e-image-editor .e-custom-i::before {
|
|
104
|
-
content: "\e9a6";
|
|
105
|
-
}
|
|
106
|
-
.e-image-editor .e-custom-j::before {
|
|
107
|
-
content: "\e9a7";
|
|
108
|
-
}
|
|
109
|
-
.e-image-editor .e-horizontal-flip::before {
|
|
110
|
-
content: "\e951";
|
|
111
|
-
}
|
|
112
|
-
.e-image-editor .e-vertical-flip::before {
|
|
113
|
-
content: "\e952";
|
|
114
|
-
}
|
|
115
|
-
.e-image-editor .e-clock-wise::before {
|
|
116
|
-
content: "\e956";
|
|
117
|
-
}
|
|
118
|
-
.e-image-editor .e-anti-clock-wise::before {
|
|
119
|
-
content: "\e955";
|
|
120
|
-
}
|
|
121
|
-
.e-image-editor .e-rectangle::before {
|
|
122
|
-
content: "\e670";
|
|
123
|
-
}
|
|
124
|
-
.e-image-editor .e-circle::before {
|
|
125
|
-
content: "\e671";
|
|
126
|
-
}
|
|
127
|
-
.e-image-editor .e-triangle::before {
|
|
128
|
-
content: "\e949";
|
|
129
|
-
}
|
|
130
|
-
.e-image-editor .e-line::before {
|
|
131
|
-
content: "\e668";
|
|
132
|
-
}
|
|
133
|
-
.e-image-editor .e-add-text::before {
|
|
134
|
-
content: "\e35b";
|
|
135
|
-
}
|
|
136
|
-
.e-image-editor .e-free-pen::before {
|
|
137
|
-
content: "\e739";
|
|
138
|
-
}
|
|
139
|
-
.e-image-editor .e-arrow::before {
|
|
140
|
-
content: "\e669";
|
|
141
|
-
}
|
|
142
|
-
.e-image-editor .e-path::before {
|
|
143
|
-
content: "\e931";
|
|
144
|
-
}
|
|
145
91
|
|
|
92
|
+
.e-image-editor .e-custom::before,
|
|
146
93
|
.e-dropdown-popup.e-image-popup .e-custom::before {
|
|
147
94
|
content: "\e959";
|
|
148
95
|
}
|
|
96
|
+
.e-image-editor .e-circle::before,
|
|
149
97
|
.e-dropdown-popup.e-image-popup .e-circle::before {
|
|
150
98
|
content: "\e671";
|
|
151
99
|
}
|
|
100
|
+
.e-image-editor .e-square::before,
|
|
152
101
|
.e-dropdown-popup.e-image-popup .e-square::before {
|
|
153
102
|
content: "\e95a";
|
|
154
103
|
}
|
|
104
|
+
.e-image-editor .e-custom-a::before,
|
|
155
105
|
.e-dropdown-popup.e-image-popup .e-custom-a::before {
|
|
156
106
|
content: "\e95b";
|
|
157
107
|
}
|
|
108
|
+
.e-image-editor .e-custom-b::before,
|
|
158
109
|
.e-dropdown-popup.e-image-popup .e-custom-b::before {
|
|
159
110
|
content: "\e95c";
|
|
160
111
|
}
|
|
112
|
+
.e-image-editor .e-custom-c::before,
|
|
161
113
|
.e-dropdown-popup.e-image-popup .e-custom-c::before {
|
|
162
114
|
content: "\e95d";
|
|
163
115
|
}
|
|
116
|
+
.e-image-editor .e-custom-d::before,
|
|
164
117
|
.e-dropdown-popup.e-image-popup .e-custom-d::before {
|
|
165
118
|
content: "\e95e";
|
|
166
119
|
}
|
|
120
|
+
.e-image-editor .e-custom-e::before,
|
|
167
121
|
.e-dropdown-popup.e-image-popup .e-custom-e::before {
|
|
168
122
|
content: "\e960";
|
|
169
123
|
}
|
|
124
|
+
.e-image-editor .e-custom-f::before,
|
|
170
125
|
.e-dropdown-popup.e-image-popup .e-custom-f::before {
|
|
171
126
|
content: "\e9a3";
|
|
172
127
|
}
|
|
128
|
+
.e-image-editor .e-custom-g::before,
|
|
173
129
|
.e-dropdown-popup.e-image-popup .e-custom-g::before {
|
|
174
130
|
content: "\e9a4";
|
|
175
131
|
}
|
|
132
|
+
.e-image-editor .e-custom-h::before,
|
|
176
133
|
.e-dropdown-popup.e-image-popup .e-custom-h::before {
|
|
177
134
|
content: "\e9a5";
|
|
178
135
|
}
|
|
136
|
+
.e-image-editor .e-custom-i::before,
|
|
179
137
|
.e-dropdown-popup.e-image-popup .e-custom-i::before {
|
|
180
138
|
content: "\e9a6";
|
|
181
139
|
}
|
|
140
|
+
.e-image-editor .e-custom-j::before,
|
|
182
141
|
.e-dropdown-popup.e-image-popup .e-custom-j::before {
|
|
183
142
|
content: "\e9a7";
|
|
184
143
|
}
|
|
144
|
+
.e-image-editor .e-rectangle::before,
|
|
185
145
|
.e-dropdown-popup.e-image-popup .e-rectangle::before {
|
|
186
146
|
content: "\e670";
|
|
187
147
|
}
|
|
188
|
-
.e-
|
|
189
|
-
content: "\e671";
|
|
190
|
-
}
|
|
148
|
+
.e-image-editor .e-triangle::before,
|
|
191
149
|
.e-dropdown-popup.e-image-popup .e-triangle::before {
|
|
192
150
|
content: "\e949";
|
|
193
151
|
}
|
|
152
|
+
.e-image-editor .e-line::before,
|
|
194
153
|
.e-dropdown-popup.e-image-popup .e-line::before {
|
|
195
154
|
content: "\e668";
|
|
196
155
|
}
|
|
156
|
+
.e-image-editor .e-clock-wise::before,
|
|
197
157
|
.e-dropdown-popup.e-image-popup .e-clock-wise::before {
|
|
198
158
|
content: "\e956";
|
|
199
159
|
}
|
|
160
|
+
.e-image-editor .e-anti-clock-wise::before,
|
|
200
161
|
.e-dropdown-popup.e-image-popup .e-anti-clock-wise::before {
|
|
201
162
|
content: "\e955";
|
|
202
163
|
}
|
|
164
|
+
.e-image-editor .e-add-text::before,
|
|
203
165
|
.e-dropdown-popup.e-image-popup .e-add-text::before {
|
|
204
166
|
content: "\e35b";
|
|
205
167
|
}
|
|
168
|
+
.e-image-editor .e-free-pen::before,
|
|
206
169
|
.e-dropdown-popup.e-image-popup .e-free-pen::before {
|
|
207
170
|
content: "\e739";
|
|
208
171
|
}
|
|
172
|
+
.e-image-editor .e-horizontal-flip::before,
|
|
209
173
|
.e-dropdown-popup.e-image-popup .e-horizontal-flip::before {
|
|
210
174
|
content: "\e951";
|
|
211
175
|
}
|
|
176
|
+
.e-image-editor .e-vertical-flip::before,
|
|
212
177
|
.e-dropdown-popup.e-image-popup .e-vertical-flip::before {
|
|
213
178
|
content: "\e952";
|
|
214
179
|
}
|
|
180
|
+
.e-image-editor .e-arrow::before,
|
|
215
181
|
.e-dropdown-popup.e-image-popup .e-arrow::before {
|
|
216
182
|
content: "\e669";
|
|
217
183
|
}
|
|
184
|
+
.e-image-editor .e-path::before,
|
|
218
185
|
.e-dropdown-popup.e-image-popup .e-path::before {
|
|
219
186
|
content: "\e931";
|
|
220
187
|
}
|
|
221
188
|
|
|
222
189
|
.e-ie-toolbar-upload-div.e-hide,
|
|
223
|
-
.e-ie-toolbar-upload-btn.e-hide
|
|
190
|
+
.e-ie-toolbar-upload-btn.e-hide,
|
|
191
|
+
.e-ie-img-quality-slider,
|
|
192
|
+
.e-ie-img-quality-name .e-hide {
|
|
224
193
|
display: none;
|
|
225
194
|
}
|
|
226
195
|
|
|
@@ -237,15 +206,12 @@
|
|
|
237
206
|
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
238
207
|
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
239
208
|
}
|
|
240
|
-
.e-device.e-image-editor .e-hscroll .e-scroll-nav.e-scroll-right-nav {
|
|
209
|
+
.e-device.e-image-editor .e-hscroll .e-scroll-nav.e-scroll-right-nav, .e-device.e-image-editor .e-scroll-right-overlay {
|
|
241
210
|
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
242
211
|
}
|
|
243
212
|
.e-device.e-image-editor .e-hscroll.e-scroll-device {
|
|
244
213
|
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
245
214
|
}
|
|
246
|
-
.e-device.e-image-editor .e-scroll-right-overlay {
|
|
247
|
-
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
248
|
-
}
|
|
249
215
|
.e-device.e-image-editor .e-contextual-toolbar-wrapper {
|
|
250
216
|
border-top: 1px solid #414040;
|
|
251
217
|
border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -259,6 +225,16 @@
|
|
|
259
225
|
.e-device.e-image-editor .e-bottom-toolbar .e-toolbar, .e-device.e-image-editor .e-bottom-toolbar-area .e-toolbar {
|
|
260
226
|
border-bottom: none;
|
|
261
227
|
}
|
|
228
|
+
.e-device.e-image-editor .e-ie-img-save-name {
|
|
229
|
+
width: calc(65% - 13px) !important; /* stylelint-disable-line declaration-no-important */
|
|
230
|
+
}
|
|
231
|
+
.e-device.e-image-editor .e-ie-img-size-value-span {
|
|
232
|
+
margin-left: calc(100% - 145px) !important; /* stylelint-disable-line declaration-no-important */
|
|
233
|
+
}
|
|
234
|
+
.e-device.e-image-editor .e-ie-quality-option-container .e-slider-container {
|
|
235
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
236
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
237
|
+
}
|
|
262
238
|
|
|
263
239
|
.e-bigger .e-image-editor .e-contextual-toolbar-wrapper .e-slider-container .e-slider .e-handle,
|
|
264
240
|
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-slider-container .e-slider .e-handle {
|
|
@@ -269,11 +245,8 @@
|
|
|
269
245
|
height: 50px !important; /* stylelint-disable-line declaration-no-important */
|
|
270
246
|
min-height: 50px !important; /* stylelint-disable-line declaration-no-important */
|
|
271
247
|
}
|
|
272
|
-
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span,
|
|
273
|
-
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span
|
|
274
|
-
font-size: 16px;
|
|
275
|
-
}
|
|
276
|
-
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span,
|
|
248
|
+
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span,
|
|
249
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span,
|
|
277
250
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span {
|
|
278
251
|
font-size: 16px;
|
|
279
252
|
}
|
|
@@ -328,7 +301,6 @@
|
|
|
328
301
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
329
302
|
line-height: 1;
|
|
330
303
|
}
|
|
331
|
-
|
|
332
304
|
.e-image-editor {
|
|
333
305
|
border: 1px solid #414040;
|
|
334
306
|
position: relative;
|
|
@@ -450,7 +422,6 @@
|
|
|
450
422
|
height: inherit !important; /* stylelint-disable-line declaration-no-important */
|
|
451
423
|
}
|
|
452
424
|
.e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar-item {
|
|
453
|
-
display: -ms-inline-grid;
|
|
454
425
|
display: inline-grid;
|
|
455
426
|
}
|
|
456
427
|
.e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar-item > span {
|
|
@@ -460,13 +431,14 @@
|
|
|
460
431
|
}
|
|
461
432
|
.e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-dropdown-btn {
|
|
462
433
|
margin: 0 auto;
|
|
434
|
+
width: -webkit-max-content;
|
|
435
|
+
width: -moz-max-content;
|
|
463
436
|
width: max-content;
|
|
464
437
|
}
|
|
465
438
|
.e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar {
|
|
466
439
|
height: inherit !important; /* stylelint-disable-line declaration-no-important */
|
|
467
440
|
}
|
|
468
441
|
.e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar-item:not(.e-hidden) {
|
|
469
|
-
display: -ms-inline-grid;
|
|
470
442
|
display: inline-grid;
|
|
471
443
|
}
|
|
472
444
|
.e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar-item > span {
|
|
@@ -476,6 +448,8 @@
|
|
|
476
448
|
}
|
|
477
449
|
.e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-dropdown-btn {
|
|
478
450
|
margin: 0 auto;
|
|
451
|
+
width: -webkit-max-content;
|
|
452
|
+
width: -moz-max-content;
|
|
479
453
|
width: max-content;
|
|
480
454
|
}
|
|
481
455
|
.e-image-editor .e-contextual-toolbar-wrapper.e-hide {
|
|
@@ -559,6 +533,213 @@
|
|
|
559
533
|
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
560
534
|
}
|
|
561
535
|
|
|
536
|
+
.e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal,
|
|
537
|
+
.e-ie-quality-option-container .e-slider-container.e-horizontal {
|
|
538
|
+
height: 28px;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
542
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
.e-ie-quality-slider.e-slider-container + .e-ie-img-icon-button,
|
|
546
|
+
.e-ie-quality-option-container .e-slider-container.e-horizontal + .e-ie-img-icon-button {
|
|
547
|
+
margin-left: 20px !important; /* stylelint-disable-line declaration-no-important */
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
.e-ie-img-size {
|
|
551
|
+
margin: 10px 10px 0;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.e-ie-dlg-img-content {
|
|
555
|
+
width: 40%;
|
|
556
|
+
height: 100%;
|
|
557
|
+
margin-right: 5%;
|
|
558
|
+
display: -webkit-box;
|
|
559
|
+
display: -ms-flexbox;
|
|
560
|
+
display: flex;
|
|
561
|
+
-webkit-box-orient: vertical;
|
|
562
|
+
-webkit-box-direction: normal;
|
|
563
|
+
-ms-flex-direction: column;
|
|
564
|
+
flex-direction: column;
|
|
565
|
+
-webkit-box-pack: center;
|
|
566
|
+
-ms-flex-pack: center;
|
|
567
|
+
justify-content: center;
|
|
568
|
+
-webkit-box-align: center;
|
|
569
|
+
-ms-flex-align: center;
|
|
570
|
+
align-items: center;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.e-ie-img-input {
|
|
574
|
+
width: 90% !important; /* stylelint-disable-line declaration-no-important */
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
.e-ie-img-dlg-canvas {
|
|
578
|
+
width: 100%;
|
|
579
|
+
height: 100%;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
.e-ie-img-size {
|
|
583
|
+
font-size: 14px;
|
|
584
|
+
display: -webkit-box;
|
|
585
|
+
display: -ms-flexbox;
|
|
586
|
+
display: flex;
|
|
587
|
+
-webkit-box-orient: vertical;
|
|
588
|
+
-webkit-box-direction: normal;
|
|
589
|
+
-ms-flex-direction: column;
|
|
590
|
+
flex-direction: column;
|
|
591
|
+
-webkit-box-pack: start;
|
|
592
|
+
-ms-flex-pack: start;
|
|
593
|
+
justify-content: flex-start;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
.e-ie-dlg-right-content {
|
|
597
|
+
width: 60%;
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
.e-ie-img-save-name {
|
|
601
|
+
display: inline-block;
|
|
602
|
+
margin-right: 10px;
|
|
603
|
+
width: calc(71% - 13px);
|
|
604
|
+
margin-right: 8px !important; /* stylelint-disable-line declaration-no-important */
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
.e-ie-img-save-dlg {
|
|
608
|
+
display: inline-block;
|
|
609
|
+
width: 90px;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
.e-ie-img-save-dlg .e-btn {
|
|
613
|
+
width: 100%;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
.e-ie-img-label-name {
|
|
617
|
+
margin-bottom: 5px;
|
|
618
|
+
display: block;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
.e-ie-img-quality-name {
|
|
622
|
+
position: relative;
|
|
623
|
+
width: 100% !important; /* stylelint-disable-line declaration-no-important */
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.e-ie-quality-info {
|
|
627
|
+
margin-bottom: 0;
|
|
628
|
+
margin-top: 0;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
.e-ie-quality-span {
|
|
632
|
+
margin-left: 5px;
|
|
633
|
+
display: -webkit-inline-box;
|
|
634
|
+
display: -ms-inline-flexbox;
|
|
635
|
+
display: inline-flex;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
.e-ie-img-quality-label {
|
|
639
|
+
margin-bottom: 3%;
|
|
640
|
+
margin-top: 5%;
|
|
641
|
+
display: -webkit-inline-box;
|
|
642
|
+
display: -ms-inline-flexbox;
|
|
643
|
+
display: inline-flex;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
.e-ie-img-quality-size {
|
|
647
|
+
margin-top: 5%;
|
|
648
|
+
display: block;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
.e-ie-img-size-value-span {
|
|
652
|
+
width: 8%;
|
|
653
|
+
text-transform: capitalize;
|
|
654
|
+
margin-left: calc(100% - 194px);
|
|
655
|
+
margin-top: 4px;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
.e-device.e-ie-save-dialog .e-ie-img-size-value-span {
|
|
659
|
+
margin-left: calc(100% - 145px) !important; /* stylelint-disable-line declaration-no-important */
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
.e-bigger .e-ie-save-dialog .e-ie-img-save-name {
|
|
663
|
+
width: calc(71% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
.e-device.e-ie-save-dialog .e-ie-img-save-name {
|
|
667
|
+
width: calc(71% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
668
|
+
width: calc(71% - 33px) !important; /* stylelint-disable-line declaration-no-important */
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
.e-ie-img-icon-button {
|
|
672
|
+
margin-left: 10px;
|
|
673
|
+
width: -webkit-max-content;
|
|
674
|
+
width: -moz-max-content;
|
|
675
|
+
width: max-content;
|
|
676
|
+
margin-bottom: 4px;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
.e-bigger .e-image-editor .e-dlg-container .e-dialog,
|
|
680
|
+
.e-bigger.e-image-editor .e-dlg-container .e-dialog {
|
|
681
|
+
width: 656px;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
.e-bigger .e-ie-img-save-dlg {
|
|
685
|
+
width: 106px;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
.e-bigger .e-image-editor .e-control-wrapper.e-slider-container.e-horizontal,
|
|
689
|
+
.e-bigger.e-image-editor .e-control-wrapper.e-slider-container.e-horizontal {
|
|
690
|
+
width: 217px;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
.e-ie-quality-option-container .e-btn-group .e-btn {
|
|
694
|
+
padding-left: 13px;
|
|
695
|
+
padding-right: 13px;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
.e-bigger .e-dialog.e-blr-ie-save-dialog:not(.e-device) {
|
|
699
|
+
width: 635px !important; /* stylelint-disable-line declaration-no-important */
|
|
700
|
+
}
|
|
701
|
+
.e-bigger .e-dialog.e-blr-ie-save-dialog:not(.e-device) .e-ie-img-icon-button {
|
|
702
|
+
padding: 2px 11px;
|
|
703
|
+
}
|
|
704
|
+
.e-blr-ie-save-dialog .e-ie-img-save-name {
|
|
705
|
+
width: calc(67% - 13px);
|
|
706
|
+
}
|
|
707
|
+
.e-blr-ie-save-dialog .e-ie-quality-custom {
|
|
708
|
+
width: calc(65% - 13px);
|
|
709
|
+
}
|
|
710
|
+
.e-blr-ie-save-dialog .e-ie-quality-option-container .e-ie-img-icon-button {
|
|
711
|
+
margin-left: 20px;
|
|
712
|
+
}
|
|
713
|
+
.e-blr-ie-save-dialog .e-ie-img-size-value-span {
|
|
714
|
+
vertical-align: middle;
|
|
715
|
+
margin-left: calc(50% - 55px);
|
|
716
|
+
}
|
|
717
|
+
.e-blr-ie-save-dialog .e-btn-group .e-btn {
|
|
718
|
+
padding: 2px 10px;
|
|
719
|
+
}
|
|
720
|
+
.e-blr-ie-save-dialog.e-device .e-ie-img-save-name {
|
|
721
|
+
width: calc(63% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
722
|
+
}
|
|
723
|
+
.e-blr-ie-save-dialog.e-device .e-ie-quality-custom {
|
|
724
|
+
width: 75% !important; /* stylelint-disable-line declaration-no-important */
|
|
725
|
+
}
|
|
726
|
+
.e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
|
|
727
|
+
margin-left: 0;
|
|
728
|
+
}
|
|
729
|
+
.e-blr-ie-save-dialog.e-device .e-slider-container {
|
|
730
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
731
|
+
height: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
732
|
+
}
|
|
733
|
+
.e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
|
|
734
|
+
margin-left: calc(75% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
735
|
+
}
|
|
736
|
+
.e-blr-ie-save-dialog.e-device .e-btn-group .e-btn {
|
|
737
|
+
padding: 2px 8px;
|
|
738
|
+
}
|
|
739
|
+
.e-bigger .e-ie-save-dialog .e-ie-img-save-name {
|
|
740
|
+
width: calc(71% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
741
|
+
}
|
|
742
|
+
|
|
562
743
|
.e-image-editor {
|
|
563
744
|
background: #201f1f;
|
|
564
745
|
}
|
|
@@ -586,17 +767,20 @@
|
|
|
586
767
|
}
|
|
587
768
|
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:hover {
|
|
588
769
|
background: #414040;
|
|
589
|
-
box-shadow: none;
|
|
770
|
+
-webkit-box-shadow: none;
|
|
771
|
+
box-shadow: none;
|
|
590
772
|
color: #dadada;
|
|
591
773
|
}
|
|
592
774
|
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:focus {
|
|
593
775
|
background: #414040;
|
|
594
|
-
box-shadow: none;
|
|
776
|
+
-webkit-box-shadow: none;
|
|
777
|
+
box-shadow: none;
|
|
595
778
|
color: #fff;
|
|
596
779
|
}
|
|
597
780
|
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:active {
|
|
598
781
|
background: #6f6c6c;
|
|
599
|
-
box-shadow: none;
|
|
782
|
+
-webkit-box-shadow: none;
|
|
783
|
+
box-shadow: none;
|
|
600
784
|
color: #fff;
|
|
601
785
|
}
|
|
602
786
|
.e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-shape-fill-color .e-split-btn-wrapper .e-split-btn .e-selected-color, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-shape-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-text-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-pen-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color {
|