@syncfusion/ej2-image-editor 31.2.12 → 32.1.19
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/README.md +2 -12
- package/aceconfig.js +17 -0
- package/dist/ej2-image-editor.umd.min.js +1 -10
- package/dist/ej2-image-editor.umd.min.js.map +1 -1
- package/dist/es6/ej2-image-editor.es2015.js +67 -123
- package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-image-editor.es5.js +67 -123
- package/dist/es6/ej2-image-editor.es5.js.map +1 -1
- package/dist/global/ej2-image-editor.min.js +1 -10
- package/dist/global/ej2-image-editor.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +8 -8
- package/src/image-editor/action/draw.js +1 -1
- package/src/image-editor/action/export.js +1 -5
- package/src/image-editor/action/freehand-draw.js +0 -5
- package/src/image-editor/action/selection.js +6 -14
- package/src/image-editor/action/shape.d.ts +0 -1
- package/src/image-editor/action/shape.js +2 -20
- package/src/image-editor/base/image-editor.js +3 -11
- package/src/image-editor/renderer/toolbar.js +54 -67
- package/styles/bds-lite.css +58 -57
- package/styles/bds-lite.scss +12 -13
- package/styles/bds.css +82 -60
- package/styles/bds.scss +13 -14
- package/styles/bootstrap-dark-lite.css +58 -57
- package/styles/bootstrap-dark-lite.scss +12 -13
- package/styles/bootstrap-dark.css +82 -60
- package/styles/bootstrap-dark.scss +13 -14
- package/styles/bootstrap-lite.css +58 -57
- package/styles/bootstrap-lite.scss +12 -13
- package/styles/bootstrap.css +82 -60
- package/styles/bootstrap.scss +13 -14
- package/styles/bootstrap4-lite.css +58 -57
- package/styles/bootstrap4-lite.scss +12 -13
- package/styles/bootstrap4.css +82 -60
- package/styles/bootstrap4.scss +13 -14
- package/styles/bootstrap5-dark-lite.css +58 -57
- package/styles/bootstrap5-dark-lite.scss +12 -13
- package/styles/bootstrap5-dark.css +82 -60
- package/styles/bootstrap5-dark.scss +13 -14
- package/styles/bootstrap5-lite.css +58 -57
- package/styles/bootstrap5-lite.scss +13 -13
- package/styles/bootstrap5.3-lite.css +138 -57
- package/styles/bootstrap5.3-lite.scss +13 -13
- package/styles/bootstrap5.3.css +162 -60
- package/styles/bootstrap5.3.scss +14 -14
- package/styles/bootstrap5.css +82 -60
- package/styles/bootstrap5.scss +14 -14
- package/styles/fabric-dark-lite.css +58 -57
- package/styles/fabric-dark-lite.scss +13 -13
- package/styles/fabric-dark.css +82 -60
- package/styles/fabric-dark.scss +14 -14
- package/styles/fabric-lite.css +58 -57
- package/styles/fabric-lite.scss +13 -13
- package/styles/fabric.css +82 -60
- package/styles/fabric.scss +14 -14
- package/styles/fluent-dark-lite.css +58 -57
- package/styles/fluent-dark-lite.scss +13 -13
- package/styles/fluent-dark.css +82 -60
- package/styles/fluent-dark.scss +14 -14
- package/styles/fluent-lite.css +58 -57
- package/styles/fluent-lite.scss +13 -13
- package/styles/fluent.css +82 -60
- package/styles/fluent.scss +14 -14
- package/styles/fluent2-lite.css +139 -60
- package/styles/fluent2-lite.scss +13 -13
- package/styles/fluent2.css +163 -63
- package/styles/fluent2.scss +14 -14
- package/styles/highcontrast-light-lite.css +58 -57
- package/styles/highcontrast-light-lite.scss +13 -13
- package/styles/highcontrast-light.css +82 -60
- package/styles/highcontrast-light.scss +14 -14
- package/styles/highcontrast-lite.css +57 -57
- package/styles/highcontrast-lite.scss +13 -13
- package/styles/highcontrast.css +81 -60
- package/styles/highcontrast.scss +14 -14
- package/styles/image-editor/_all.scss +2 -2
- package/styles/image-editor/_bds-definition.scss +51 -0
- package/styles/image-editor/_bigger.scss +61 -9
- package/styles/image-editor/_bootstrap-dark-definition.scss +51 -0
- package/styles/image-editor/_bootstrap-definition.scss +51 -0
- package/styles/image-editor/_bootstrap4-definition.scss +55 -0
- package/styles/image-editor/_bootstrap5-dark-definition.scss +81 -1
- package/styles/image-editor/_bootstrap5-definition.scss +52 -0
- package/styles/image-editor/_bootstrap5.3-definition.scss +51 -0
- package/styles/image-editor/_fabric-dark-definition.scss +51 -0
- package/styles/image-editor/_fabric-definition.scss +51 -0
- package/styles/image-editor/_fluent-dark-definition.scss +81 -1
- package/styles/image-editor/_fluent-definition.scss +52 -0
- package/styles/image-editor/_fluent2-definition.scss +51 -0
- package/styles/image-editor/_fusionnew-definition.scss +51 -0
- package/styles/image-editor/_highcontrast-definition.scss +51 -0
- package/styles/image-editor/_highcontrast-light-definition.scss +51 -0
- package/styles/image-editor/_layout.scss +198 -115
- package/styles/image-editor/_material-dark-definition.scss +51 -0
- package/styles/image-editor/_material-definition.scss +51 -0
- package/styles/image-editor/_material3-dark-definition.scss +82 -1
- package/styles/image-editor/_material3-definition.scss +53 -0
- package/styles/image-editor/_tailwind-dark-definition.scss +81 -1
- package/styles/image-editor/_tailwind-definition.scss +52 -0
- package/styles/image-editor/_tailwind3-definition.scss +75 -1
- package/styles/image-editor/_theme-variables.scss +1 -0
- package/styles/image-editor/_theme.scss +59 -11
- package/styles/image-editor/bds.css +82 -60
- package/styles/image-editor/bds.scss +14 -14
- package/styles/image-editor/bootstrap-dark.css +82 -60
- package/styles/image-editor/bootstrap-dark.scss +14 -14
- package/styles/image-editor/bootstrap.css +82 -60
- package/styles/image-editor/bootstrap.scss +14 -14
- package/styles/image-editor/bootstrap4.css +82 -60
- package/styles/image-editor/bootstrap4.scss +14 -14
- package/styles/image-editor/bootstrap5-dark.css +82 -60
- package/styles/image-editor/bootstrap5-dark.scss +14 -14
- package/styles/image-editor/bootstrap5.3.css +162 -60
- package/styles/image-editor/bootstrap5.3.scss +14 -14
- package/styles/image-editor/bootstrap5.css +82 -60
- package/styles/image-editor/bootstrap5.scss +14 -14
- package/styles/image-editor/fabric-dark.css +82 -60
- package/styles/image-editor/fabric-dark.scss +14 -14
- package/styles/image-editor/fabric.css +82 -60
- package/styles/image-editor/fabric.scss +14 -14
- package/styles/image-editor/fluent-dark.css +82 -60
- package/styles/image-editor/fluent-dark.scss +14 -14
- package/styles/image-editor/fluent.css +82 -60
- package/styles/image-editor/fluent.scss +14 -14
- package/styles/image-editor/fluent2.css +163 -63
- package/styles/image-editor/fluent2.scss +14 -14
- package/styles/image-editor/highcontrast-light.css +82 -60
- package/styles/image-editor/highcontrast-light.scss +14 -14
- package/styles/image-editor/highcontrast.css +81 -60
- package/styles/image-editor/highcontrast.scss +14 -14
- package/styles/image-editor/icons/_bds.scss +1 -0
- package/styles/image-editor/icons/_bootstrap-dark.scss +1 -0
- package/styles/image-editor/icons/_bootstrap.scss +1 -0
- package/styles/image-editor/icons/_bootstrap4.scss +1 -0
- package/styles/image-editor/icons/_bootstrap5-dark.scss +1 -1
- package/styles/image-editor/icons/_bootstrap5.3.scss +1 -0
- package/styles/image-editor/icons/_bootstrap5.scss +1 -0
- package/styles/image-editor/icons/_fabric-dark.scss +1 -0
- package/styles/image-editor/icons/_fabric.scss +1 -0
- package/styles/image-editor/icons/_fluent-dark.scss +1 -1
- package/styles/image-editor/icons/_fluent.scss +1 -0
- package/styles/image-editor/icons/_fluent2.scss +1 -0
- package/styles/image-editor/icons/_fusionnew.scss +1 -0
- package/styles/image-editor/icons/_highcontrast-light.scss +1 -0
- package/styles/image-editor/icons/_highcontrast.scss +1 -0
- package/styles/image-editor/icons/_material-dark.scss +1 -0
- package/styles/image-editor/icons/_material.scss +1 -0
- package/styles/image-editor/icons/_material3-dark.scss +1 -1
- package/styles/image-editor/icons/_material3.scss +1 -0
- package/styles/image-editor/icons/_tailwind-dark.scss +1 -1
- package/styles/image-editor/icons/_tailwind.scss +1 -0
- package/styles/image-editor/icons/_tailwind3.scss +1 -0
- package/styles/image-editor/material-dark.css +82 -60
- package/styles/image-editor/material-dark.scss +14 -14
- package/styles/image-editor/material.css +82 -60
- package/styles/image-editor/material.scss +14 -14
- package/styles/image-editor/material3-dark.css +161 -60
- package/styles/image-editor/material3-dark.scss +14 -15
- package/styles/image-editor/material3.css +161 -60
- package/styles/image-editor/material3.scss +14 -15
- package/styles/image-editor/tailwind-dark.css +82 -60
- package/styles/image-editor/tailwind-dark.scss +14 -14
- package/styles/image-editor/tailwind.css +82 -60
- package/styles/image-editor/tailwind.scss +14 -14
- package/styles/image-editor/tailwind3.css +235 -84
- package/styles/image-editor/tailwind3.scss +14 -14
- package/styles/material-dark-lite.css +58 -57
- package/styles/material-dark-lite.scss +13 -13
- package/styles/material-dark.css +82 -60
- package/styles/material-dark.scss +14 -14
- package/styles/material-lite.css +58 -57
- package/styles/material-lite.scss +12 -13
- package/styles/material.css +82 -60
- package/styles/material.scss +13 -14
- package/styles/material3-dark-lite.css +137 -57
- package/styles/material3-dark-lite.scss +13 -13
- package/styles/material3-dark.css +161 -60
- package/styles/material3-dark.scss +14 -16
- package/styles/material3-lite.css +137 -57
- package/styles/material3-lite.scss +13 -13
- package/styles/material3.css +161 -60
- package/styles/material3.scss +14 -16
- package/styles/tailwind-dark-lite.css +58 -57
- package/styles/tailwind-dark-lite.scss +13 -13
- package/styles/tailwind-dark.css +82 -60
- package/styles/tailwind-dark.scss +14 -14
- package/styles/tailwind-lite.css +58 -57
- package/styles/tailwind-lite.scss +13 -13
- package/styles/tailwind.css +82 -60
- package/styles/tailwind.scss +14 -14
- package/styles/tailwind3-lite.css +195 -72
- package/styles/tailwind3-lite.scss +13 -13
- package/styles/tailwind3.css +235 -84
- package/styles/tailwind3.scss +14 -14
|
@@ -1,5 +1,85 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* Font Sizes */
|
|
11
|
+
/* Radius */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 2px */
|
|
14
|
+
/* 3px */
|
|
15
|
+
/* 4px */
|
|
16
|
+
/* 5px */
|
|
17
|
+
/* 6px */
|
|
18
|
+
/* 7px */
|
|
19
|
+
/* 8px */
|
|
20
|
+
/* 9px */
|
|
21
|
+
/* 10px */
|
|
22
|
+
/* 11px */
|
|
23
|
+
/* 12px */
|
|
24
|
+
/* 13px */
|
|
25
|
+
/* 14px */
|
|
26
|
+
/* 15px */
|
|
27
|
+
/* 16px */
|
|
28
|
+
/* 17px */
|
|
29
|
+
/* 18px */
|
|
30
|
+
/* 19px */
|
|
31
|
+
/* 20px */
|
|
32
|
+
/* 21px */
|
|
33
|
+
/* 22px */
|
|
34
|
+
/* 23px */
|
|
35
|
+
/* 24px */
|
|
36
|
+
/* 25px */
|
|
37
|
+
/* 26px */
|
|
38
|
+
/* 27px */
|
|
39
|
+
/* 28px */
|
|
40
|
+
/* 29px */
|
|
41
|
+
/* 30px */
|
|
42
|
+
/* 31px */
|
|
43
|
+
/* 32px */
|
|
44
|
+
/* 33px */
|
|
45
|
+
/* 34px */
|
|
46
|
+
/* 35px */
|
|
47
|
+
/* 36px */
|
|
48
|
+
/* 37px */
|
|
49
|
+
/* 38px */
|
|
50
|
+
/* 39px */
|
|
51
|
+
/* 40px */
|
|
52
|
+
/* 41px */
|
|
53
|
+
/* 42px */
|
|
54
|
+
/* 43px */
|
|
55
|
+
/* 44px */
|
|
56
|
+
/* 45px */
|
|
57
|
+
/* 46px */
|
|
58
|
+
/* 47px */
|
|
59
|
+
/* 48px */
|
|
60
|
+
/* 49px */
|
|
61
|
+
/* 50px */
|
|
62
|
+
/* 5em */
|
|
63
|
+
/* 65% */
|
|
64
|
+
/* border */
|
|
65
|
+
/* 0px */
|
|
66
|
+
/* 1px */
|
|
67
|
+
/* 1.5px */
|
|
68
|
+
/* 2px */
|
|
69
|
+
/* 3px */
|
|
70
|
+
/* 4px */
|
|
71
|
+
/* 5px */
|
|
72
|
+
/* 6px */
|
|
73
|
+
/* 7px */
|
|
74
|
+
/* 8px */
|
|
75
|
+
/* 9px */
|
|
76
|
+
/* 10px */
|
|
77
|
+
/* 11px */
|
|
78
|
+
/* 12px */
|
|
79
|
+
/* 13px */
|
|
80
|
+
/* 14px */
|
|
81
|
+
/* 15px */
|
|
82
|
+
/* 16px */
|
|
3
83
|
/* stylelint-disable-line no-empty-source */
|
|
4
84
|
/* stylelint-disable */
|
|
5
85
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -205,16 +285,6 @@
|
|
|
205
285
|
.e-device.e-image-editor .e-img-font-style.e-template {
|
|
206
286
|
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
207
287
|
}
|
|
208
|
-
.e-device.e-image-editor .e-slider-container {
|
|
209
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
210
|
-
height: 54px !important; /* stylelint-disable-line declaration-no-important */
|
|
211
|
-
}
|
|
212
|
-
.e-device.e-image-editor .e-straighten-slider {
|
|
213
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
214
|
-
}
|
|
215
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
216
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
217
|
-
}
|
|
218
288
|
.e-device.e-image-editor .e-hscroll .e-scroll-nav.e-scroll-right-nav, .e-device.e-image-editor .e-scroll-right-overlay {
|
|
219
289
|
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
220
290
|
}
|
|
@@ -262,8 +332,8 @@
|
|
|
262
332
|
height: calc(100% - 18px);
|
|
263
333
|
width: calc(100% - 20px);
|
|
264
334
|
border: 2px dashed rgba(var(--color-sf-on-surface-variant));
|
|
265
|
-
border-radius: 10px;
|
|
266
335
|
margin: 10px;
|
|
336
|
+
border-radius: 10px;
|
|
267
337
|
}
|
|
268
338
|
.e-image-editor .e-ie-drop-area .e-upload {
|
|
269
339
|
display: none;
|
|
@@ -274,24 +344,30 @@
|
|
|
274
344
|
.e-image-editor .e-ie-drop-area .e-ie-drop-icon {
|
|
275
345
|
top: calc(50% - 60px);
|
|
276
346
|
left: calc(50% - 25px);
|
|
347
|
+
position: absolute;
|
|
277
348
|
}
|
|
278
349
|
.e-image-editor .e-ie-drop-area .e-ie-drop-content {
|
|
279
350
|
top: 50%;
|
|
280
351
|
left: calc(50% - 160px);
|
|
281
352
|
font-size: 14px;
|
|
353
|
+
position: absolute;
|
|
354
|
+
}
|
|
355
|
+
.e-image-editor .e-ie-drop-area .e-ie-drop-browse {
|
|
356
|
+
text-decoration: none;
|
|
282
357
|
}
|
|
283
358
|
.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
284
359
|
top: calc(50% + 40px);
|
|
285
360
|
left: 50%;
|
|
361
|
+
font-size: 14px;
|
|
362
|
+
position: absolute;
|
|
286
363
|
-webkit-transform: translate(-50%, -50%);
|
|
287
364
|
transform: translate(-50%, -50%);
|
|
288
|
-
position: absolute;
|
|
289
|
-
font-size: 14px;
|
|
290
365
|
}
|
|
291
366
|
.e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
|
|
292
367
|
left: calc(50% - 120px);
|
|
293
368
|
top: 50%;
|
|
294
369
|
font-size: 14px;
|
|
370
|
+
position: absolute;
|
|
295
371
|
}
|
|
296
372
|
.e-image-editor .e-toolbar {
|
|
297
373
|
border: none;
|
|
@@ -300,9 +376,14 @@
|
|
|
300
376
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
|
|
301
377
|
margin-left: 20px;
|
|
302
378
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
379
|
+
font-size: 12px;
|
|
303
380
|
}
|
|
304
381
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
|
|
305
382
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
383
|
+
font-size: 12px;
|
|
384
|
+
}
|
|
385
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-stroke, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-frame-stroke, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-size {
|
|
386
|
+
font-size: 12px;
|
|
306
387
|
}
|
|
307
388
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
308
389
|
font-size: 16px;
|
|
@@ -363,6 +444,13 @@
|
|
|
363
444
|
width: 100%;
|
|
364
445
|
z-index: 1;
|
|
365
446
|
}
|
|
447
|
+
.e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
|
|
448
|
+
-ms-flex-line-pack: center;
|
|
449
|
+
align-content: center;
|
|
450
|
+
text-align: center;
|
|
451
|
+
height: auto;
|
|
452
|
+
min-height: 58px;
|
|
453
|
+
}
|
|
366
454
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
|
|
367
455
|
border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
|
|
368
456
|
height: 140px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -410,6 +498,7 @@
|
|
|
410
498
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper {
|
|
411
499
|
-webkit-box-sizing: content-box;
|
|
412
500
|
box-sizing: content-box;
|
|
501
|
+
font-size: 12px;
|
|
413
502
|
}
|
|
414
503
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper div {
|
|
415
504
|
text-align: center;
|
|
@@ -419,8 +508,8 @@
|
|
|
419
508
|
height: 100px;
|
|
420
509
|
}
|
|
421
510
|
.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
|
|
422
|
-
margin
|
|
423
|
-
height:
|
|
511
|
+
margin: 0 16px 1px 16px;
|
|
512
|
+
height: auto;
|
|
424
513
|
}
|
|
425
514
|
.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container .e-slider .e-handle {
|
|
426
515
|
height: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -435,6 +524,15 @@
|
|
|
435
524
|
.e-image-editor .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-dropdown-btn, .e-image-editor .e-blr-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-dropdown-btn {
|
|
436
525
|
padding: 8px 13px;
|
|
437
526
|
}
|
|
527
|
+
.e-image-editor .e-ie-finetune-slider-wrap {
|
|
528
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
529
|
+
}
|
|
530
|
+
.e-image-editor .e-ie-finetune-slider-label, .e-image-editor .e-ie-finetune-value-span, .e-image-editor .e-ie-redact-value-span {
|
|
531
|
+
font-size: 14px;
|
|
532
|
+
line-height: 20px;
|
|
533
|
+
letter-spacing: normal;
|
|
534
|
+
font-weight: 400;
|
|
535
|
+
}
|
|
438
536
|
|
|
439
537
|
.e-ie-img-save-dlg .e-btn {
|
|
440
538
|
background: transparent;
|
|
@@ -454,10 +552,18 @@
|
|
|
454
552
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
455
553
|
}
|
|
456
554
|
|
|
555
|
+
.e-device.e-image-editor .e-ie-straighten-value-span,
|
|
556
|
+
.e-device.e-image-editor .e-ie-straighten-span,
|
|
557
|
+
.e-device.e-image-editor .e-ie-toolbar-straighten {
|
|
558
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
559
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
560
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
561
|
+
}
|
|
562
|
+
|
|
457
563
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
458
564
|
height: auto;
|
|
459
|
-
margin-left: 8px;
|
|
460
565
|
padding-right: 2px;
|
|
566
|
+
margin-left: 8px;
|
|
461
567
|
}
|
|
462
568
|
|
|
463
569
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -475,14 +581,6 @@
|
|
|
475
581
|
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
476
582
|
}
|
|
477
583
|
|
|
478
|
-
.e-ie-finetune-value-span {
|
|
479
|
-
top: 33% !important; /* stylelint-disable-line declaration-no-important */
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
.e-ie-finetune-slider-label {
|
|
483
|
-
top: 33% !important; /* stylelint-disable-line declaration-no-important */
|
|
484
|
-
}
|
|
485
|
-
|
|
486
584
|
.e-ie-finetune-slider-wrap {
|
|
487
585
|
top: calc(50% - 11px) !important; /* stylelint-disable-line declaration-no-important */
|
|
488
586
|
}
|
|
@@ -496,7 +594,8 @@
|
|
|
496
594
|
}
|
|
497
595
|
|
|
498
596
|
.e-ie-slider-wrap {
|
|
499
|
-
|
|
597
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
598
|
+
top: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
500
599
|
}
|
|
501
600
|
|
|
502
601
|
.e-dropdown-popup.e-ie-crop-ddb-popup ul {
|
|
@@ -508,10 +607,6 @@
|
|
|
508
607
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
509
608
|
}
|
|
510
609
|
|
|
511
|
-
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
512
|
-
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
513
|
-
}
|
|
514
|
-
|
|
515
610
|
.e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal,
|
|
516
611
|
.e-ie-quality-option-container .e-slider-container.e-horizontal {
|
|
517
612
|
height: 28px;
|
|
@@ -570,6 +665,7 @@
|
|
|
570
665
|
-webkit-box-pack: start;
|
|
571
666
|
-ms-flex-pack: start;
|
|
572
667
|
justify-content: flex-start;
|
|
668
|
+
text-align: center;
|
|
573
669
|
}
|
|
574
670
|
|
|
575
671
|
.e-ie-dlg-right-content {
|
|
@@ -578,13 +674,14 @@
|
|
|
578
674
|
|
|
579
675
|
.e-ie-img-save-name {
|
|
580
676
|
display: inline-block;
|
|
581
|
-
margin-right: 10px;
|
|
582
677
|
width: calc(69% - 13px);
|
|
678
|
+
margin-right: 10px;
|
|
583
679
|
}
|
|
584
680
|
|
|
585
681
|
.e-ie-img-save-dlg {
|
|
586
682
|
display: inline-block;
|
|
587
|
-
width:
|
|
683
|
+
width: auto;
|
|
684
|
+
min-width: 92px;
|
|
588
685
|
}
|
|
589
686
|
|
|
590
687
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -592,8 +689,8 @@
|
|
|
592
689
|
}
|
|
593
690
|
|
|
594
691
|
.e-ie-img-label-name {
|
|
595
|
-
margin-bottom: 5px;
|
|
596
692
|
display: block;
|
|
693
|
+
margin-bottom: 5px;
|
|
597
694
|
}
|
|
598
695
|
|
|
599
696
|
.e-ie-img-quality-name {
|
|
@@ -644,11 +741,11 @@
|
|
|
644
741
|
}
|
|
645
742
|
|
|
646
743
|
.e-ie-img-icon-button {
|
|
647
|
-
margin-left: 10px;
|
|
648
744
|
width: -webkit-max-content;
|
|
649
745
|
width: -moz-max-content;
|
|
650
746
|
width: max-content;
|
|
651
747
|
margin-bottom: 3px;
|
|
748
|
+
margin-left: 10px;
|
|
652
749
|
}
|
|
653
750
|
|
|
654
751
|
.e-ie-quality-option-container .e-btn-group .e-btn {
|
|
@@ -684,10 +781,6 @@
|
|
|
684
781
|
.e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
|
|
685
782
|
margin-left: 0;
|
|
686
783
|
}
|
|
687
|
-
.e-blr-ie-save-dialog.e-device .e-slider-container {
|
|
688
|
-
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
689
|
-
height: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
690
|
-
}
|
|
691
784
|
.e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
|
|
692
785
|
margin-left: calc(73% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
693
786
|
}
|
|
@@ -699,14 +792,6 @@
|
|
|
699
792
|
margin-left: 30px !important; /* stylelint-disable-line declaration-no-important */
|
|
700
793
|
}
|
|
701
794
|
|
|
702
|
-
.e-ie-straighten-value-span {
|
|
703
|
-
margin-left: 7px !important; /* stylelint-disable-line declaration-no-important */
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
707
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
708
|
-
}
|
|
709
|
-
|
|
710
795
|
@media only screen and (max-width: 390px) {
|
|
711
796
|
.e-device.e-image-editor .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-ie-img-quality-name .e-btn-group .e-btn {
|
|
712
797
|
padding-left: 12px;
|
|
@@ -716,17 +801,13 @@
|
|
|
716
801
|
width: calc(65% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
717
802
|
}
|
|
718
803
|
}
|
|
719
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span {
|
|
729
|
-
margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
804
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label,
|
|
805
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span,
|
|
806
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-redact-value-span {
|
|
807
|
+
font-size: 16px;
|
|
808
|
+
line-height: 24px;
|
|
809
|
+
letter-spacing: normal;
|
|
810
|
+
font-weight: normal;
|
|
730
811
|
}
|
|
731
812
|
|
|
732
813
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
@@ -818,7 +899,6 @@
|
|
|
818
899
|
-webkit-box-shadow: none !important;
|
|
819
900
|
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
820
901
|
}
|
|
821
|
-
|
|
822
902
|
.e-dropdown-popup .e-selected-btn {
|
|
823
903
|
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.16)), to(rgba(var(--color-sf-primary), 0.16))), rgba(var(--color-sf-surface)) !important;
|
|
824
904
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.16), rgba(var(--color-sf-primary), 0.16)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -834,6 +914,14 @@
|
|
|
834
914
|
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-slider-container .e-slider .e-handle {
|
|
835
915
|
top: calc(50% - 8px) !important; /* stylelint-disable-line declaration-no-important */
|
|
836
916
|
}
|
|
917
|
+
.e-bigger .e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper,
|
|
918
|
+
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
|
|
919
|
+
-ms-flex-line-pack: center;
|
|
920
|
+
align-content: center;
|
|
921
|
+
text-align: center;
|
|
922
|
+
height: auto;
|
|
923
|
+
min-height: 58px;
|
|
924
|
+
}
|
|
837
925
|
.e-bigger .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar,
|
|
838
926
|
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-toolbar {
|
|
839
927
|
height: 140px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -848,10 +936,14 @@
|
|
|
848
936
|
height: 56px !important; /* stylelint-disable-line declaration-no-important */
|
|
849
937
|
min-height: 56px !important; /* stylelint-disable-line declaration-no-important */
|
|
850
938
|
}
|
|
851
|
-
.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,
|
|
939
|
+
.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, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .filter-wrapper, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-stroke, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-frame-stroke, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-size,
|
|
852
940
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span,
|
|
853
|
-
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span
|
|
854
|
-
|
|
941
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span,
|
|
942
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .filter-wrapper,
|
|
943
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-stroke,
|
|
944
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-frame-stroke,
|
|
945
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-size {
|
|
946
|
+
font-size: 14px;
|
|
855
947
|
}
|
|
856
948
|
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
857
949
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
@@ -911,6 +1003,15 @@
|
|
|
911
1003
|
.e-image-editor.e-bigger .e-ie-save-dialog .e-ie-img-save-dlg .e-btn {
|
|
912
1004
|
margin-top: 5px !important; /* stylelint-disable-line declaration-no-important */
|
|
913
1005
|
}
|
|
1006
|
+
.e-bigger .e-image-editor .e-ie-finetune-slider-label, .e-bigger .e-image-editor .e-ie-finetune-value-span, .e-bigger .e-image-editor .e-ie-redact-value-span,
|
|
1007
|
+
.e-image-editor.e-bigger .e-ie-finetune-slider-label,
|
|
1008
|
+
.e-image-editor.e-bigger .e-ie-finetune-value-span,
|
|
1009
|
+
.e-image-editor.e-bigger .e-ie-redact-value-span {
|
|
1010
|
+
font-size: 16px;
|
|
1011
|
+
line-height: 24px;
|
|
1012
|
+
letter-spacing: normal;
|
|
1013
|
+
font-weight: normal;
|
|
1014
|
+
}
|
|
914
1015
|
.e-bigger .e-image-editor .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-dropdown-btn, .e-bigger .e-image-editor .e-blr-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-dropdown-btn,
|
|
915
1016
|
.e-image-editor.e-bigger .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-dropdown-btn,
|
|
916
1017
|
.e-image-editor.e-bigger .e-blr-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-dropdown-btn {
|
|
@@ -1,16 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@import 'image-editor/all.scss';
|
|
16
|
-
@import 'image-editor/bigger.scss';
|
|
1
|
+
@use 'ej2-base/styles/definition/material3-dark' as *;
|
|
2
|
+
@use 'ej2-buttons/styles/button/material3-dark-definition' as *;
|
|
3
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/material3-dark-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/numerictextbox/material3-dark-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/textbox/material3-dark-definition' as *;
|
|
6
|
+
@use 'ej2-inputs/styles/uploader/material3-dark-definition' as *;
|
|
7
|
+
@use 'ej2-popups/styles/tooltip/material3-dark-definition' as *;
|
|
8
|
+
@use 'ej2-inputs/styles/color-picker/material3-dark-definition' as *;
|
|
9
|
+
@use 'ej2-navigations/styles/toolbar/material3-dark-definition' as *;
|
|
10
|
+
@use 'ej2-popups/styles/spinner/material3-dark-definition' as *;
|
|
11
|
+
@use 'image-editor/material3-dark-definition' as *;
|
|
12
|
+
@use 'image-editor/icons/material3-dark' as *;
|
|
13
|
+
@use 'image-editor/all' as *;
|
|
14
|
+
@use 'image-editor/bigger' as *;
|