@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
package/styles/material-dark.css
CHANGED
|
@@ -1,27 +1,64 @@
|
|
|
1
1
|
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
@-webkit-keyframes tbar-popup-shadow {
|
|
3
|
+
0% {
|
|
4
|
+
border-color: rgba(255, 255, 255, 0.5);
|
|
5
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
6
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
7
|
+
}
|
|
8
|
+
100% {
|
|
9
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
10
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
2
13
|
@keyframes tbar-popup-shadow {
|
|
3
14
|
0% {
|
|
4
15
|
border-color: rgba(255, 255, 255, 0.5);
|
|
5
|
-
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
16
|
+
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
17
|
+
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
|
|
6
18
|
}
|
|
7
19
|
100% {
|
|
8
|
-
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
20
|
+
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
21
|
+
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
9
22
|
}
|
|
10
23
|
}
|
|
11
24
|
/* stylelint-disable property-no-vendor-prefix */
|
|
25
|
+
@-webkit-keyframes material-spinner-rotate {
|
|
26
|
+
0% {
|
|
27
|
+
-webkit-transform: rotate(0deg);
|
|
28
|
+
transform: rotate(0deg);
|
|
29
|
+
}
|
|
30
|
+
100% {
|
|
31
|
+
-webkit-transform: rotate(360deg);
|
|
32
|
+
transform: rotate(360deg);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
12
35
|
@keyframes material-spinner-rotate {
|
|
13
36
|
0% {
|
|
37
|
+
-webkit-transform: rotate(0deg);
|
|
38
|
+
transform: rotate(0deg);
|
|
39
|
+
}
|
|
40
|
+
100% {
|
|
41
|
+
-webkit-transform: rotate(360deg);
|
|
42
|
+
transform: rotate(360deg);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
@-webkit-keyframes fabric-spinner-rotate {
|
|
46
|
+
0% {
|
|
47
|
+
-webkit-transform: rotate(0deg);
|
|
14
48
|
transform: rotate(0deg);
|
|
15
49
|
}
|
|
16
50
|
100% {
|
|
51
|
+
-webkit-transform: rotate(360deg);
|
|
17
52
|
transform: rotate(360deg);
|
|
18
53
|
}
|
|
19
54
|
}
|
|
20
55
|
@keyframes fabric-spinner-rotate {
|
|
21
56
|
0% {
|
|
57
|
+
-webkit-transform: rotate(0deg);
|
|
22
58
|
transform: rotate(0deg);
|
|
23
59
|
}
|
|
24
60
|
100% {
|
|
61
|
+
-webkit-transform: rotate(360deg);
|
|
25
62
|
transform: rotate(360deg);
|
|
26
63
|
}
|
|
27
64
|
}
|
|
@@ -58,11 +95,8 @@
|
|
|
58
95
|
.e-image-editor .e-btn-save::before {
|
|
59
96
|
content: "\e98e";
|
|
60
97
|
}
|
|
61
|
-
.e-image-editor .e-custom::before {
|
|
62
|
-
content: "\e964";
|
|
63
|
-
}
|
|
64
98
|
.e-image-editor .e-close::before {
|
|
65
|
-
content: "\
|
|
99
|
+
content: "\e7fc";
|
|
66
100
|
}
|
|
67
101
|
.e-image-editor .e-check::before {
|
|
68
102
|
content: "\e96d";
|
|
@@ -76,160 +110,108 @@
|
|
|
76
110
|
.e-image-editor .e-fill.e-template .e-caret::before {
|
|
77
111
|
content: "\e35c";
|
|
78
112
|
}
|
|
79
|
-
.e-image-editor .e-custom::before {
|
|
80
|
-
content: "\e964";
|
|
81
|
-
}
|
|
82
|
-
.e-image-editor .e-circle::before {
|
|
83
|
-
content: "\e671";
|
|
84
|
-
}
|
|
85
|
-
.e-image-editor .e-square::before {
|
|
86
|
-
content: "\e965";
|
|
87
|
-
}
|
|
88
|
-
.e-image-editor .e-custom-a::before {
|
|
89
|
-
content: "\e966";
|
|
90
|
-
}
|
|
91
|
-
.e-image-editor .e-custom-b::before {
|
|
92
|
-
content: "\e967";
|
|
93
|
-
}
|
|
94
|
-
.e-image-editor .e-custom-c::before {
|
|
95
|
-
content: "\e968";
|
|
96
|
-
}
|
|
97
|
-
.e-image-editor .e-custom-d::before {
|
|
98
|
-
content: "\e96a";
|
|
99
|
-
}
|
|
100
|
-
.e-image-editor .e-custom-e::before {
|
|
101
|
-
content: "\e96b";
|
|
102
|
-
}
|
|
103
|
-
.e-image-editor .e-custom-f::before {
|
|
104
|
-
content: "\e9a1";
|
|
105
|
-
}
|
|
106
|
-
.e-image-editor .e-custom-g::before {
|
|
107
|
-
content: "\e9a2";
|
|
108
|
-
}
|
|
109
|
-
.e-image-editor .e-custom-h::before {
|
|
110
|
-
content: "\e9a3";
|
|
111
|
-
}
|
|
112
|
-
.e-image-editor .e-custom-i::before {
|
|
113
|
-
content: "\e9a4";
|
|
114
|
-
}
|
|
115
|
-
.e-image-editor .e-custom-j::before {
|
|
116
|
-
content: "\e9a5";
|
|
117
|
-
}
|
|
118
|
-
.e-image-editor .e-horizontal-flip::before {
|
|
119
|
-
content: "\e95c";
|
|
120
|
-
}
|
|
121
|
-
.e-image-editor .e-vertical-flip::before {
|
|
122
|
-
content: "\e95d";
|
|
123
|
-
}
|
|
124
|
-
.e-image-editor .e-clock-wise::before {
|
|
125
|
-
content: "\e960";
|
|
126
|
-
}
|
|
127
|
-
.e-image-editor .e-anti-clock-wise::before {
|
|
128
|
-
content: "\e95f";
|
|
129
|
-
}
|
|
130
|
-
.e-image-editor .e-rectangle::before {
|
|
131
|
-
content: "\e670";
|
|
132
|
-
}
|
|
133
|
-
.e-image-editor .e-circle::before {
|
|
134
|
-
content: "\e671";
|
|
135
|
-
}
|
|
136
|
-
.e-image-editor .e-triangle::before {
|
|
137
|
-
content: "\e954";
|
|
138
|
-
}
|
|
139
|
-
.e-image-editor .e-line::before {
|
|
140
|
-
content: "\e668";
|
|
141
|
-
}
|
|
142
|
-
.e-image-editor .e-add-text::before {
|
|
143
|
-
content: "\e35b";
|
|
144
|
-
}
|
|
145
|
-
.e-image-editor .e-free-pen::before {
|
|
146
|
-
content: "\e737";
|
|
147
|
-
}
|
|
148
|
-
.e-image-editor .e-arrow::before {
|
|
149
|
-
content: "\e669";
|
|
150
|
-
}
|
|
151
|
-
.e-image-editor .e-path::before {
|
|
152
|
-
content: "\e931";
|
|
153
|
-
}
|
|
154
113
|
|
|
114
|
+
.e-image-editor .e-custom::before,
|
|
155
115
|
.e-dropdown-popup.e-image-popup .e-custom::before {
|
|
156
116
|
content: "\e964";
|
|
157
117
|
}
|
|
118
|
+
.e-image-editor .e-circle::before,
|
|
158
119
|
.e-dropdown-popup.e-image-popup .e-circle::before {
|
|
159
120
|
content: "\e671";
|
|
160
121
|
}
|
|
122
|
+
.e-image-editor .e-square::before,
|
|
161
123
|
.e-dropdown-popup.e-image-popup .e-square::before {
|
|
162
124
|
content: "\e965";
|
|
163
125
|
}
|
|
126
|
+
.e-image-editor .e-custom-a::before,
|
|
164
127
|
.e-dropdown-popup.e-image-popup .e-custom-a::before {
|
|
165
128
|
content: "\e966";
|
|
166
129
|
}
|
|
130
|
+
.e-image-editor .e-custom-b::before,
|
|
167
131
|
.e-dropdown-popup.e-image-popup .e-custom-b::before {
|
|
168
132
|
content: "\e967";
|
|
169
133
|
}
|
|
134
|
+
.e-image-editor .e-custom-c::before,
|
|
170
135
|
.e-dropdown-popup.e-image-popup .e-custom-c::before {
|
|
171
136
|
content: "\e968";
|
|
172
137
|
}
|
|
138
|
+
.e-image-editor .e-custom-d::before,
|
|
173
139
|
.e-dropdown-popup.e-image-popup .e-custom-d::before {
|
|
174
140
|
content: "\e96a";
|
|
175
141
|
}
|
|
142
|
+
.e-image-editor .e-custom-e::before,
|
|
176
143
|
.e-dropdown-popup.e-image-popup .e-custom-e::before {
|
|
177
144
|
content: "\e96b";
|
|
178
145
|
}
|
|
146
|
+
.e-image-editor .e-custom-f::before,
|
|
179
147
|
.e-dropdown-popup.e-image-popup .e-custom-f::before {
|
|
180
148
|
content: "\e9a1";
|
|
181
149
|
}
|
|
150
|
+
.e-image-editor .e-custom-g::before,
|
|
182
151
|
.e-dropdown-popup.e-image-popup .e-custom-g::before {
|
|
183
152
|
content: "\e9a2";
|
|
184
153
|
}
|
|
154
|
+
.e-image-editor .e-custom-h::before,
|
|
185
155
|
.e-dropdown-popup.e-image-popup .e-custom-h::before {
|
|
186
156
|
content: "\e9a3";
|
|
187
157
|
}
|
|
158
|
+
.e-image-editor .e-custom-i::before,
|
|
188
159
|
.e-dropdown-popup.e-image-popup .e-custom-i::before {
|
|
189
160
|
content: "\e9a4";
|
|
190
161
|
}
|
|
162
|
+
.e-image-editor .e-custom-j::before,
|
|
191
163
|
.e-dropdown-popup.e-image-popup .e-custom-j::before {
|
|
192
164
|
content: "\e9a5";
|
|
193
165
|
}
|
|
166
|
+
.e-image-editor .e-rectangle::before,
|
|
194
167
|
.e-dropdown-popup.e-image-popup .e-rectangle::before {
|
|
195
168
|
content: "\e670";
|
|
196
169
|
}
|
|
197
|
-
.e-
|
|
198
|
-
content: "\e671";
|
|
199
|
-
}
|
|
170
|
+
.e-image-editor .e-triangle::before,
|
|
200
171
|
.e-dropdown-popup.e-image-popup .e-triangle::before {
|
|
201
172
|
content: "\e954";
|
|
202
173
|
}
|
|
174
|
+
.e-image-editor .e-line::before,
|
|
203
175
|
.e-dropdown-popup.e-image-popup .e-line::before {
|
|
204
176
|
content: "\e668";
|
|
205
177
|
}
|
|
178
|
+
.e-image-editor .e-clock-wise::before,
|
|
206
179
|
.e-dropdown-popup.e-image-popup .e-clock-wise::before {
|
|
207
180
|
content: "\e960";
|
|
208
181
|
}
|
|
182
|
+
.e-image-editor .e-anti-clock-wise::before,
|
|
209
183
|
.e-dropdown-popup.e-image-popup .e-anti-clock-wise::before {
|
|
210
184
|
content: "\e95f";
|
|
211
185
|
}
|
|
186
|
+
.e-image-editor .e-add-text::before,
|
|
212
187
|
.e-dropdown-popup.e-image-popup .e-add-text::before {
|
|
213
188
|
content: "\e35b";
|
|
214
189
|
}
|
|
190
|
+
.e-image-editor .e-free-pen::before,
|
|
215
191
|
.e-dropdown-popup.e-image-popup .e-free-pen::before {
|
|
216
192
|
content: "\e737";
|
|
217
193
|
}
|
|
194
|
+
.e-image-editor .e-horizontal-flip::before,
|
|
218
195
|
.e-dropdown-popup.e-image-popup .e-horizontal-flip::before {
|
|
219
196
|
content: "\e95c";
|
|
220
197
|
}
|
|
198
|
+
.e-image-editor .e-vertical-flip::before,
|
|
221
199
|
.e-dropdown-popup.e-image-popup .e-vertical-flip::before {
|
|
222
200
|
content: "\e95d";
|
|
223
201
|
}
|
|
202
|
+
.e-image-editor .e-arrow::before,
|
|
224
203
|
.e-dropdown-popup.e-image-popup .e-arrow::before {
|
|
225
204
|
content: "\e669";
|
|
226
205
|
}
|
|
206
|
+
.e-image-editor .e-path::before,
|
|
227
207
|
.e-dropdown-popup.e-image-popup .e-path::before {
|
|
228
208
|
content: "\e931";
|
|
229
209
|
}
|
|
230
210
|
|
|
231
211
|
.e-ie-toolbar-upload-div.e-hide,
|
|
232
|
-
.e-ie-toolbar-upload-btn.e-hide
|
|
212
|
+
.e-ie-toolbar-upload-btn.e-hide,
|
|
213
|
+
.e-ie-img-quality-slider,
|
|
214
|
+
.e-ie-img-quality-name .e-hide {
|
|
233
215
|
display: none;
|
|
234
216
|
}
|
|
235
217
|
|
|
@@ -246,15 +228,12 @@
|
|
|
246
228
|
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
247
229
|
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
248
230
|
}
|
|
249
|
-
.e-device.e-image-editor .e-hscroll .e-scroll-nav.e-scroll-right-nav {
|
|
231
|
+
.e-device.e-image-editor .e-hscroll .e-scroll-nav.e-scroll-right-nav, .e-device.e-image-editor .e-scroll-right-overlay {
|
|
250
232
|
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
251
233
|
}
|
|
252
234
|
.e-device.e-image-editor .e-hscroll.e-scroll-device {
|
|
253
235
|
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
254
236
|
}
|
|
255
|
-
.e-device.e-image-editor .e-scroll-right-overlay {
|
|
256
|
-
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
257
|
-
}
|
|
258
237
|
.e-device.e-image-editor .e-contextual-toolbar-wrapper {
|
|
259
238
|
border-top: 1px solid #757575;
|
|
260
239
|
border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -268,6 +247,16 @@
|
|
|
268
247
|
.e-device.e-image-editor .e-bottom-toolbar .e-toolbar, .e-device.e-image-editor .e-bottom-toolbar-area .e-toolbar {
|
|
269
248
|
border-bottom: none;
|
|
270
249
|
}
|
|
250
|
+
.e-device.e-image-editor .e-ie-img-save-name {
|
|
251
|
+
width: calc(65% - 13px) !important; /* stylelint-disable-line declaration-no-important */
|
|
252
|
+
}
|
|
253
|
+
.e-device.e-image-editor .e-ie-img-size-value-span {
|
|
254
|
+
margin-left: calc(100% - 145px) !important; /* stylelint-disable-line declaration-no-important */
|
|
255
|
+
}
|
|
256
|
+
.e-device.e-image-editor .e-ie-quality-option-container .e-slider-container {
|
|
257
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
258
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
259
|
+
}
|
|
271
260
|
|
|
272
261
|
.e-bigger .e-image-editor .e-contextual-toolbar-wrapper .e-slider-container .e-slider .e-handle,
|
|
273
262
|
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-slider-container .e-slider .e-handle {
|
|
@@ -278,11 +267,8 @@
|
|
|
278
267
|
height: 48px !important; /* stylelint-disable-line declaration-no-important */
|
|
279
268
|
min-height: 48px !important; /* stylelint-disable-line declaration-no-important */
|
|
280
269
|
}
|
|
281
|
-
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span,
|
|
282
|
-
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span
|
|
283
|
-
font-size: 16px;
|
|
284
|
-
}
|
|
285
|
-
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span,
|
|
270
|
+
.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,
|
|
271
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span,
|
|
286
272
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span {
|
|
287
273
|
font-size: 16px;
|
|
288
274
|
}
|
|
@@ -336,7 +322,6 @@
|
|
|
336
322
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
337
323
|
line-height: 1;
|
|
338
324
|
}
|
|
339
|
-
|
|
340
325
|
.e-image-editor {
|
|
341
326
|
border: 1px solid #757575;
|
|
342
327
|
position: relative;
|
|
@@ -457,7 +442,6 @@
|
|
|
457
442
|
height: inherit !important; /* stylelint-disable-line declaration-no-important */
|
|
458
443
|
}
|
|
459
444
|
.e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar-item {
|
|
460
|
-
display: -ms-inline-grid;
|
|
461
445
|
display: inline-grid;
|
|
462
446
|
}
|
|
463
447
|
.e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar-item > span {
|
|
@@ -467,13 +451,14 @@
|
|
|
467
451
|
}
|
|
468
452
|
.e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-dropdown-btn {
|
|
469
453
|
margin: 0 auto;
|
|
454
|
+
width: -webkit-max-content;
|
|
455
|
+
width: -moz-max-content;
|
|
470
456
|
width: max-content;
|
|
471
457
|
}
|
|
472
458
|
.e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar {
|
|
473
459
|
height: inherit !important; /* stylelint-disable-line declaration-no-important */
|
|
474
460
|
}
|
|
475
461
|
.e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar-item:not(.e-hidden) {
|
|
476
|
-
display: -ms-inline-grid;
|
|
477
462
|
display: inline-grid;
|
|
478
463
|
}
|
|
479
464
|
.e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar-item > span {
|
|
@@ -483,6 +468,8 @@
|
|
|
483
468
|
}
|
|
484
469
|
.e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-dropdown-btn {
|
|
485
470
|
margin: 0 auto;
|
|
471
|
+
width: -webkit-max-content;
|
|
472
|
+
width: -moz-max-content;
|
|
486
473
|
width: max-content;
|
|
487
474
|
}
|
|
488
475
|
.e-image-editor .e-contextual-toolbar-wrapper.e-hide {
|
|
@@ -566,6 +553,215 @@
|
|
|
566
553
|
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
567
554
|
}
|
|
568
555
|
|
|
556
|
+
.e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal,
|
|
557
|
+
.e-ie-quality-option-container .e-slider-container.e-horizontal {
|
|
558
|
+
height: 28px;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
.e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
562
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
.e-ie-quality-slider.e-slider-container + .e-ie-img-icon-button,
|
|
566
|
+
.e-ie-quality-option-container .e-slider-container.e-horizontal + .e-ie-img-icon-button {
|
|
567
|
+
margin-left: 20px !important; /* stylelint-disable-line declaration-no-important */
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
.e-ie-img-size {
|
|
571
|
+
margin: 10px 10px 0;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.e-ie-dlg-img-content {
|
|
575
|
+
width: 40%;
|
|
576
|
+
height: 100%;
|
|
577
|
+
margin-right: 5%;
|
|
578
|
+
display: -webkit-box;
|
|
579
|
+
display: -ms-flexbox;
|
|
580
|
+
display: flex;
|
|
581
|
+
-webkit-box-orient: vertical;
|
|
582
|
+
-webkit-box-direction: normal;
|
|
583
|
+
-ms-flex-direction: column;
|
|
584
|
+
flex-direction: column;
|
|
585
|
+
-webkit-box-pack: center;
|
|
586
|
+
-ms-flex-pack: center;
|
|
587
|
+
justify-content: center;
|
|
588
|
+
-webkit-box-align: center;
|
|
589
|
+
-ms-flex-align: center;
|
|
590
|
+
align-items: center;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
.e-ie-img-input {
|
|
594
|
+
width: 90% !important; /* stylelint-disable-line declaration-no-important */
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.e-ie-img-dlg-canvas {
|
|
598
|
+
width: 100%;
|
|
599
|
+
height: 100%;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.e-ie-img-size {
|
|
603
|
+
font-size: 14px;
|
|
604
|
+
display: -webkit-box;
|
|
605
|
+
display: -ms-flexbox;
|
|
606
|
+
display: flex;
|
|
607
|
+
-webkit-box-orient: vertical;
|
|
608
|
+
-webkit-box-direction: normal;
|
|
609
|
+
-ms-flex-direction: column;
|
|
610
|
+
flex-direction: column;
|
|
611
|
+
-webkit-box-pack: start;
|
|
612
|
+
-ms-flex-pack: start;
|
|
613
|
+
justify-content: flex-start;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
.e-ie-dlg-right-content {
|
|
617
|
+
width: 60%;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
.e-ie-img-save-name {
|
|
621
|
+
display: inline-block;
|
|
622
|
+
margin-right: 10px;
|
|
623
|
+
width: calc(71% - 13px);
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.e-ie-img-save-dlg {
|
|
627
|
+
display: inline-block;
|
|
628
|
+
width: 90px;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
.e-ie-img-save-dlg .e-btn {
|
|
632
|
+
width: 100%;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.e-ie-img-label-name {
|
|
636
|
+
margin-bottom: 5px;
|
|
637
|
+
display: block;
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
.e-ie-img-quality-name {
|
|
641
|
+
position: relative;
|
|
642
|
+
width: 100% !important; /* stylelint-disable-line declaration-no-important */
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
.e-ie-quality-info {
|
|
646
|
+
margin-bottom: 0;
|
|
647
|
+
margin-top: 0;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
.e-ie-quality-span {
|
|
651
|
+
margin-left: 5px;
|
|
652
|
+
display: -webkit-inline-box;
|
|
653
|
+
display: -ms-inline-flexbox;
|
|
654
|
+
display: inline-flex;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
.e-ie-img-quality-label {
|
|
658
|
+
margin-bottom: 3%;
|
|
659
|
+
margin-top: 5%;
|
|
660
|
+
display: -webkit-inline-box;
|
|
661
|
+
display: -ms-inline-flexbox;
|
|
662
|
+
display: inline-flex;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
.e-ie-img-quality-size {
|
|
666
|
+
margin-top: 5%;
|
|
667
|
+
display: block;
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
.e-ie-img-size-value-span {
|
|
671
|
+
width: 8%;
|
|
672
|
+
text-transform: capitalize;
|
|
673
|
+
margin-left: calc(100% - 194px);
|
|
674
|
+
margin-top: 4px;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
.e-device.e-ie-save-dialog .e-ie-img-size-value-span {
|
|
678
|
+
margin-left: calc(100% - 145px) !important; /* stylelint-disable-line declaration-no-important */
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
.e-bigger .e-ie-save-dialog .e-ie-img-save-name {
|
|
682
|
+
width: calc(71% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
.e-device.e-ie-save-dialog .e-ie-img-save-name {
|
|
686
|
+
width: calc(71% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
.e-ie-img-icon-button {
|
|
690
|
+
margin-left: 10px;
|
|
691
|
+
width: -webkit-max-content;
|
|
692
|
+
width: -moz-max-content;
|
|
693
|
+
width: max-content;
|
|
694
|
+
margin-bottom: 5px;
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
.e-bigger .e-image-editor .e-dlg-container .e-dialog,
|
|
698
|
+
.e-bigger.e-image-editor .e-dlg-container .e-dialog {
|
|
699
|
+
width: 656px;
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
.e-bigger .e-ie-img-save-dlg {
|
|
703
|
+
width: 106px;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.e-bigger .e-image-editor .e-control-wrapper.e-slider-container.e-horizontal,
|
|
707
|
+
.e-bigger.e-image-editor .e-control-wrapper.e-slider-container.e-horizontal {
|
|
708
|
+
width: 217px;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
.e-ie-quality-option-container .e-btn-group .e-btn {
|
|
712
|
+
padding-left: 10px;
|
|
713
|
+
padding-right: 10px;
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
.e-bigger .e-dialog.e-blr-ie-save-dialog:not(.e-device) {
|
|
717
|
+
width: 620px !important; /* stylelint-disable-line declaration-no-important */
|
|
718
|
+
}
|
|
719
|
+
.e-bigger .e-dialog.e-blr-ie-save-dialog:not(.e-device) .e-ie-img-icon-button {
|
|
720
|
+
padding: 4px 11px 2px;
|
|
721
|
+
}
|
|
722
|
+
.e-bigger .e-dialog.e-blr-ie-save-dialog:not(.e-device) .e-btn-group .e-btn {
|
|
723
|
+
padding: 4px 10px 2px;
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
.e-blr-ie-save-dialog .e-ie-img-save-name {
|
|
727
|
+
width: calc(67% - 13px);
|
|
728
|
+
}
|
|
729
|
+
.e-blr-ie-save-dialog .e-ie-quality-custom {
|
|
730
|
+
width: calc(65% - 13px);
|
|
731
|
+
}
|
|
732
|
+
.e-blr-ie-save-dialog .e-ie-quality-option-container .e-ie-img-icon-button {
|
|
733
|
+
margin-left: 20px;
|
|
734
|
+
}
|
|
735
|
+
.e-blr-ie-save-dialog .e-ie-img-size-value-span {
|
|
736
|
+
vertical-align: middle;
|
|
737
|
+
margin-left: calc(50% - 55px);
|
|
738
|
+
}
|
|
739
|
+
.e-blr-ie-save-dialog .e-btn-group .e-btn {
|
|
740
|
+
padding: 6px 7.5px 4px;
|
|
741
|
+
}
|
|
742
|
+
.e-blr-ie-save-dialog.e-device .e-ie-img-save-name {
|
|
743
|
+
width: calc(64% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
744
|
+
}
|
|
745
|
+
.e-blr-ie-save-dialog.e-device .e-ie-quality-custom {
|
|
746
|
+
width: 75% !important; /* stylelint-disable-line declaration-no-important */
|
|
747
|
+
}
|
|
748
|
+
.e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
|
|
749
|
+
margin-left: 0;
|
|
750
|
+
}
|
|
751
|
+
.e-blr-ie-save-dialog.e-device .e-slider-container {
|
|
752
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
753
|
+
height: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
754
|
+
}
|
|
755
|
+
.e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
|
|
756
|
+
margin-left: calc(75% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
757
|
+
}
|
|
758
|
+
.e-blr-ie-save-dialog.e-device .e-btn-group .e-btn {
|
|
759
|
+
padding: 2px 9.5px;
|
|
760
|
+
}
|
|
761
|
+
.e-bigger .e-ie-save-dialog .e-ie-img-save-name {
|
|
762
|
+
width: calc(71% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
763
|
+
}
|
|
764
|
+
|
|
569
765
|
.e-image-editor {
|
|
570
766
|
background: #292929;
|
|
571
767
|
}
|
|
@@ -593,17 +789,20 @@
|
|
|
593
789
|
}
|
|
594
790
|
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:hover {
|
|
595
791
|
background: rgba(255, 255, 255, 0.1);
|
|
596
|
-
box-shadow: none;
|
|
792
|
+
-webkit-box-shadow: none;
|
|
793
|
+
box-shadow: none;
|
|
597
794
|
color: #fff;
|
|
598
795
|
}
|
|
599
796
|
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:focus {
|
|
600
797
|
background: #878787;
|
|
601
|
-
box-shadow: none;
|
|
798
|
+
-webkit-box-shadow: none;
|
|
799
|
+
box-shadow: none;
|
|
602
800
|
color: #fff;
|
|
603
801
|
}
|
|
604
802
|
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:active {
|
|
605
803
|
background: #7d7d7d;
|
|
606
|
-
box-shadow: none;
|
|
804
|
+
-webkit-box-shadow: none;
|
|
805
|
+
box-shadow: none;
|
|
607
806
|
color: #fff;
|
|
608
807
|
}
|
|
609
808
|
.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 {
|
|
@@ -1 +1,13 @@
|
|
|
1
|
-
@import '
|
|
1
|
+
@import 'ej2-base/styles/definition/material-dark.scss';
|
|
2
|
+
@import 'ej2-buttons/styles/button/material-dark-definition.scss';
|
|
3
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/material-dark-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/numerictextbox/material-dark-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/textbox/material-dark-definition.scss';
|
|
6
|
+
@import 'ej2-inputs/styles/uploader/material-dark-definition.scss';
|
|
7
|
+
@import 'ej2-popups/styles/tooltip/material-dark-definition.scss';
|
|
8
|
+
@import 'ej2-inputs/styles/color-picker/material-dark-definition.scss';
|
|
9
|
+
@import 'ej2-navigations/styles/toolbar/material-dark-definition.scss';
|
|
10
|
+
@import 'ej2-popups/styles/spinner/material-dark-definition.scss';
|
|
11
|
+
@import 'image-editor/material-dark-definition.scss';
|
|
12
|
+
@import 'image-editor/icons/material-dark.scss';
|
|
13
|
+
@import 'image-editor/all.scss';
|