@syncfusion/ej2-image-editor 26.1.38 → 26.1.40
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/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 +14 -2
- package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-image-editor.es5.js +14 -2
- 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 +9 -9
- package/src/image-editor/action/selection.js +1 -1
- package/src/image-editor/action/shape.js +11 -1
- package/src/image-editor/action/undo-redo.js +2 -0
- package/styles/bootstrap-dark.css +7 -0
- package/styles/bootstrap.css +7 -0
- package/styles/bootstrap4.css +7 -0
- package/styles/bootstrap5-dark.css +7 -0
- package/styles/bootstrap5.css +7 -0
- package/styles/fabric-dark.css +7 -0
- package/styles/fabric.css +7 -0
- package/styles/fluent-dark.css +7 -0
- package/styles/fluent.css +7 -0
- package/styles/fluent2.css +12 -5
- package/styles/highcontrast-light.css +7 -0
- package/styles/highcontrast.css +7 -0
- package/styles/image-editor/_bds-definition.scss +1 -0
- package/styles/image-editor/_bootstrap-dark-definition.scss +1 -0
- package/styles/image-editor/_bootstrap-definition.scss +1 -0
- package/styles/image-editor/_bootstrap4-definition.scss +1 -0
- package/styles/image-editor/_bootstrap5-definition.scss +1 -0
- package/styles/image-editor/_bootstrap5.3-definition.scss +1 -0
- package/styles/image-editor/_fabric-dark-definition.scss +1 -0
- package/styles/image-editor/_fabric-definition.scss +1 -0
- package/styles/image-editor/_fluent-definition.scss +1 -0
- package/styles/image-editor/_fluent2-definition.scss +1 -0
- package/styles/image-editor/_fusionnew-definition.scss +1 -0
- package/styles/image-editor/_highcontrast-definition.scss +1 -0
- package/styles/image-editor/_highcontrast-light-definition.scss +1 -0
- package/styles/image-editor/_layout.scss +29 -4
- package/styles/image-editor/_material-dark-definition.scss +1 -0
- package/styles/image-editor/_material-definition.scss +1 -0
- package/styles/image-editor/_material3-definition.scss +1 -0
- package/styles/image-editor/_tailwind-definition.scss +1 -0
- package/styles/image-editor/_theme.scss +7 -0
- package/styles/image-editor/bootstrap-dark.css +7 -0
- package/styles/image-editor/bootstrap.css +7 -0
- package/styles/image-editor/bootstrap4.css +7 -0
- package/styles/image-editor/bootstrap5-dark.css +7 -0
- package/styles/image-editor/bootstrap5.css +7 -0
- package/styles/image-editor/fabric-dark.css +7 -0
- package/styles/image-editor/fabric.css +7 -0
- package/styles/image-editor/fluent-dark.css +7 -0
- package/styles/image-editor/fluent.css +7 -0
- package/styles/image-editor/fluent2.css +12 -5
- package/styles/image-editor/highcontrast-light.css +7 -0
- package/styles/image-editor/highcontrast.css +7 -0
- package/styles/image-editor/material-dark.css +7 -0
- package/styles/image-editor/material.css +7 -0
- package/styles/image-editor/material3-dark.css +20 -3
- package/styles/image-editor/material3.css +20 -3
- package/styles/image-editor/tailwind-dark.css +7 -0
- package/styles/image-editor/tailwind.css +7 -0
- package/styles/material-dark.css +7 -0
- package/styles/material.css +7 -0
- package/styles/material3-dark.css +20 -3
- package/styles/material3.css +20 -3
- package/styles/tailwind-dark.css +7 -0
- package/styles/tailwind.css +7 -0
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 26.1.
|
|
3
|
+
* version : 26.1.40
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-image-editor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-image-editor@26.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-image-editor@26.1.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-LBGZGIcFpc8FnUEl2kJHr+/ye2QZphVy7q9pekYj+wdy87Fu+zf9TIV1ltUxxojuRxYZHJRrPYAvZ8DtL40NNg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-image-editor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"/@syncfusion/ej2-react-image-editor",
|
|
24
24
|
"/@syncfusion/ej2-vue-image-editor"
|
|
25
25
|
],
|
|
26
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-image-editor/-/ej2-image-editor-26.1.
|
|
27
|
-
"_shasum": "
|
|
26
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-image-editor/-/ej2-image-editor-26.1.38.tgz",
|
|
27
|
+
"_shasum": "30a86889517ad9fffa74727f93f6f5c2d6c00ac8",
|
|
28
28
|
"_spec": "@syncfusion/ej2-image-editor@*",
|
|
29
29
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
|
|
30
30
|
"author": {
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"bundleDependencies": false,
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@syncfusion/ej2-base": "~26.1.37",
|
|
36
|
-
"@syncfusion/ej2-buttons": "~26.1.
|
|
37
|
-
"@syncfusion/ej2-dropdowns": "~26.1.
|
|
38
|
-
"@syncfusion/ej2-inputs": "~26.1.
|
|
39
|
-
"@syncfusion/ej2-navigations": "~26.1.
|
|
36
|
+
"@syncfusion/ej2-buttons": "~26.1.40",
|
|
37
|
+
"@syncfusion/ej2-dropdowns": "~26.1.40",
|
|
38
|
+
"@syncfusion/ej2-inputs": "~26.1.40",
|
|
39
|
+
"@syncfusion/ej2-navigations": "~26.1.40",
|
|
40
40
|
"@syncfusion/ej2-popups": "~26.1.38",
|
|
41
41
|
"@syncfusion/ej2-splitbuttons": "~26.1.35"
|
|
42
42
|
},
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/imageeditor"
|
|
69
69
|
},
|
|
70
70
|
"typings": "index.d.ts",
|
|
71
|
-
"version": "26.1.
|
|
71
|
+
"version": "26.1.40",
|
|
72
72
|
"sideEffects": false,
|
|
73
73
|
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
|
74
74
|
}
|
|
@@ -1244,7 +1244,7 @@ var Selection = /** @class */ (function () {
|
|
|
1244
1244
|
}
|
|
1245
1245
|
else {
|
|
1246
1246
|
parent.trigger('shapeChanging', shapeMovingArgs);
|
|
1247
|
-
this.isPreventShaping =
|
|
1247
|
+
this.isPreventShaping = shapeMovingArgs.cancel;
|
|
1248
1248
|
parent.notify('shape', { prop: 'updateShapeChangeEventArgs', onPropertyChange: false,
|
|
1249
1249
|
value: { shapeSettings: shapeMovingArgs.currentShapeSettings } });
|
|
1250
1250
|
}
|
|
@@ -561,6 +561,14 @@ var Shape = /** @class */ (function () {
|
|
|
561
561
|
parent.notify('toolbar', { prop: 'destroy-qa-toolbar', onPropertyChange: false });
|
|
562
562
|
parent.notify('toolbar', { prop: 'renderQAT', onPropertyChange: false, value: { isPenEdit: null } });
|
|
563
563
|
}
|
|
564
|
+
if (text && text.indexOf('\n') > -1 && parent.isPublicMethod) {
|
|
565
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
566
|
+
var fontSizeInd = String(parent.fontSizeColl.findIndex(function (item) { return item.text === String(parent.activeObj.textSettings.fontSize); }) + 1);
|
|
567
|
+
parent.noPushUndo = true;
|
|
568
|
+
parent.updateFontSize('5');
|
|
569
|
+
parent.updateFontSize(fontSizeInd);
|
|
570
|
+
parent.noPushUndo = false;
|
|
571
|
+
}
|
|
564
572
|
if (parent.isPublicMethod && !isSelected) {
|
|
565
573
|
parent.notify('undo-redo', { prop: 'updateUndoRedo', value: { operation: 'shapeInsert' }, onPropertyChange: false });
|
|
566
574
|
}
|
|
@@ -2654,7 +2662,9 @@ var Shape = /** @class */ (function () {
|
|
|
2654
2662
|
Shape.prototype.pushActItemIntoObj = function () {
|
|
2655
2663
|
var parent = this.parent;
|
|
2656
2664
|
if (parent.textArea.style.display === 'none') {
|
|
2657
|
-
parent.
|
|
2665
|
+
if (parent.activeObj.activePoint.width !== 0 || parent.activeObj.activePoint.height !== 0) {
|
|
2666
|
+
parent.objColl.push(parent.activeObj);
|
|
2667
|
+
}
|
|
2658
2668
|
}
|
|
2659
2669
|
else {
|
|
2660
2670
|
var temp = extend({}, parent.activeObj, {}, true);
|
|
@@ -327,6 +327,7 @@ var UndoRedo = /** @class */ (function () {
|
|
|
327
327
|
case 'freehanddraw':
|
|
328
328
|
case 'freehand-draw':
|
|
329
329
|
this.updateFreehandDraw(obj.previousPointColl, obj.previousSelPointColl);
|
|
330
|
+
parent.notify('freehand-draw', { prop: 'setCurrentFreehandDrawIndex', value: { value: parent.pointColl.length } });
|
|
330
331
|
break;
|
|
331
332
|
case 'freehanddrawCustomized':
|
|
332
333
|
this.updateFreehandDrawCustomized(obj.previousObjColl, obj.previousPointColl);
|
|
@@ -457,6 +458,7 @@ var UndoRedo = /** @class */ (function () {
|
|
|
457
458
|
case 'freehanddraw':
|
|
458
459
|
case 'freehand-draw':
|
|
459
460
|
this.updateFreehandDraw(obj.currentPointColl, obj.currentSelPointColl);
|
|
461
|
+
parent.notify('freehand-draw', { prop: 'setCurrentFreehandDrawIndex', value: { value: parent.pointColl.length } });
|
|
460
462
|
break;
|
|
461
463
|
case 'freehanddrawCustomized':
|
|
462
464
|
this.updateFreehandDrawCustomized(obj.currentObjColl, obj.currentPointColl);
|
|
@@ -799,4 +799,11 @@
|
|
|
799
799
|
|
|
800
800
|
.e-dropdown-popup .e-selected-btn {
|
|
801
801
|
background: #959595 !important; /* stylelint-disable-line declaration-no-important */
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
.e-ie-filter-canvas:focus,
|
|
805
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
806
|
+
.filter-wrapper:focus canvas,
|
|
807
|
+
.filter-wrapper canvas:focus {
|
|
808
|
+
border: 1px solid #f0f0f0;
|
|
802
809
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -801,4 +801,11 @@
|
|
|
801
801
|
|
|
802
802
|
.e-dropdown-popup .e-selected-btn {
|
|
803
803
|
background: #e6e6e6 !important; /* stylelint-disable-line declaration-no-important */
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
.e-ie-filter-canvas:focus,
|
|
807
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
808
|
+
.filter-wrapper:focus canvas,
|
|
809
|
+
.filter-wrapper canvas:focus {
|
|
810
|
+
border: 1px solid #333;
|
|
804
811
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -796,4 +796,11 @@
|
|
|
796
796
|
.e-dropdown-popup .e-selected-btn {
|
|
797
797
|
background: #495057 !important; /* stylelint-disable-line declaration-no-important */
|
|
798
798
|
color: #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.e-ie-filter-canvas:focus,
|
|
802
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
803
|
+
.filter-wrapper:focus canvas,
|
|
804
|
+
.filter-wrapper canvas:focus {
|
|
805
|
+
border: 1px solid #000;
|
|
799
806
|
}
|
|
@@ -813,4 +813,11 @@
|
|
|
813
813
|
.e-dropdown-popup .e-selected-btn {
|
|
814
814
|
background: #5c636a !important; /* stylelint-disable-line declaration-no-important */
|
|
815
815
|
color: #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
.e-ie-filter-canvas:focus,
|
|
819
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
820
|
+
.filter-wrapper:focus canvas,
|
|
821
|
+
.filter-wrapper canvas:focus {
|
|
822
|
+
border: 2px solid #adb5bd;
|
|
816
823
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -813,4 +813,11 @@
|
|
|
813
813
|
.e-dropdown-popup .e-selected-btn {
|
|
814
814
|
background: #5c636a !important; /* stylelint-disable-line declaration-no-important */
|
|
815
815
|
color: #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
.e-ie-filter-canvas:focus,
|
|
819
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
820
|
+
.filter-wrapper:focus canvas,
|
|
821
|
+
.filter-wrapper canvas:focus {
|
|
822
|
+
border: 2px solid #6c757d;
|
|
816
823
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -801,4 +801,11 @@
|
|
|
801
801
|
|
|
802
802
|
.e-dropdown-popup .e-selected-btn {
|
|
803
803
|
background: #4a4848 !important; /* stylelint-disable-line declaration-no-important */
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
.e-ie-filter-canvas:focus,
|
|
807
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
808
|
+
.filter-wrapper:focus canvas,
|
|
809
|
+
.filter-wrapper canvas:focus {
|
|
810
|
+
border: 1px solid #fff;
|
|
804
811
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -804,4 +804,11 @@
|
|
|
804
804
|
|
|
805
805
|
.e-dropdown-popup .e-selected-btn {
|
|
806
806
|
background: #dadada !important; /* stylelint-disable-line declaration-no-important */
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.e-ie-filter-canvas:focus,
|
|
810
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
811
|
+
.filter-wrapper:focus canvas,
|
|
812
|
+
.filter-wrapper canvas:focus {
|
|
813
|
+
border: 1px solid #000;
|
|
807
814
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -814,4 +814,11 @@
|
|
|
814
814
|
|
|
815
815
|
.e-dropdown-popup .e-selected-btn {
|
|
816
816
|
background: #323130 !important; /* stylelint-disable-line declaration-no-important */
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.e-ie-filter-canvas:focus,
|
|
820
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
821
|
+
.filter-wrapper:focus canvas,
|
|
822
|
+
.filter-wrapper canvas:focus {
|
|
823
|
+
border: 1px solid #fff;
|
|
817
824
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -814,4 +814,11 @@
|
|
|
814
814
|
|
|
815
815
|
.e-dropdown-popup .e-selected-btn {
|
|
816
816
|
background: #e1dfdd !important; /* stylelint-disable-line declaration-no-important */
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.e-ie-filter-canvas:focus,
|
|
820
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
821
|
+
.filter-wrapper:focus canvas,
|
|
822
|
+
.filter-wrapper canvas:focus {
|
|
823
|
+
border: 1px solid #323130;
|
|
817
824
|
}
|
package/styles/fluent2.css
CHANGED
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
--color-sf-info-outline: var(--color-sf-info-border-color);
|
|
208
208
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
209
209
|
--color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
|
|
210
|
-
--color-sf-
|
|
210
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
211
211
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
212
212
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
213
213
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
--color-sf-success-bg-color: #218c21;
|
|
479
479
|
--color-sf-success-border-color: var(--color-sf-success-bg-color);
|
|
480
480
|
--color-sf-success-text: var(--color-sf-primary-text-color);
|
|
481
|
-
--color-sf-success-bg-color-hover:
|
|
481
|
+
--color-sf-success-bg-color-hover: #0e700e;
|
|
482
482
|
--color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
|
|
483
483
|
--color-sf-success-text-hover: var(--color-sf-primary-text-color);
|
|
484
484
|
--color-sf-success-bg-color-pressed: #052505;
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
--color-sf-warning-bg-color: #f87528;
|
|
497
497
|
--color-sf-warning-border-color: var(--color-sf-warning-bg-color);
|
|
498
498
|
--color-sf-warning-text: #242424;
|
|
499
|
-
--color-sf-warning-bg-color-hover:
|
|
499
|
+
--color-sf-warning-bg-color-hover: #de590b;
|
|
500
500
|
--color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
|
|
501
501
|
--color-sf-warning-text-hover: var(--color-sf-primary-text-color);
|
|
502
502
|
--color-sf-warning-bg-color-pressed: #4a1e04;
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
--color-sf-info-outline: #0099bc;
|
|
556
556
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
557
557
|
--color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
|
|
558
|
-
--color-sf-
|
|
558
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
559
559
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
560
560
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
561
561
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
--color-sf-info-outline: #0099bc;
|
|
898
898
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
899
899
|
--color-sf-tooltip-border: var(--color-sf-border-light);
|
|
900
|
-
--color-sf-
|
|
900
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
901
901
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
902
902
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
|
|
903
903
|
--color-sf-appbar-bg-color-alt1: #fff;
|
|
@@ -1849,4 +1849,11 @@
|
|
|
1849
1849
|
|
|
1850
1850
|
.e-dropdown-popup .e-selected-btn {
|
|
1851
1851
|
background: var(--color-sf-content-bg-color-selected) !important; /* stylelint-disable-line declaration-no-important */
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
.e-ie-filter-canvas:focus,
|
|
1855
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
1856
|
+
.filter-wrapper:focus canvas,
|
|
1857
|
+
.filter-wrapper canvas:focus {
|
|
1858
|
+
border: 1px solid var(--color-sf-secondary-text-color);
|
|
1852
1859
|
}
|
|
@@ -797,4 +797,11 @@
|
|
|
797
797
|
|
|
798
798
|
.e-dropdown-popup .e-selected-btn {
|
|
799
799
|
background: #000 !important; /* stylelint-disable-line declaration-no-important */
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
.e-ie-filter-canvas:focus,
|
|
803
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
804
|
+
.filter-wrapper:focus canvas,
|
|
805
|
+
.filter-wrapper canvas:focus {
|
|
806
|
+
border: 1px solid #000;
|
|
800
807
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -802,4 +802,11 @@
|
|
|
802
802
|
.e-image-editor .e-toolbar .e-toolbar-items .e-nocolor-item {
|
|
803
803
|
background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") !important; /* stylelint-disable-line declaration-no-important */
|
|
804
804
|
background-size: 8px !important; /* stylelint-disable-line declaration-no-important */
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
.e-ie-filter-canvas:focus,
|
|
808
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
809
|
+
.filter-wrapper:focus canvas,
|
|
810
|
+
.filter-wrapper canvas:focus {
|
|
811
|
+
border: 1px solid #fff;
|
|
805
812
|
}
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 0 10px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 0 12px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 0 15px !default;
|
|
26
26
|
$image-editor-icon-button: 3px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $gray-25 !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-grp-btn-padding: 0 12px !default;
|
|
|
24
24
|
$image-editor-save-dlg-dev-grp-btn-padding: 0 12px !default;
|
|
25
25
|
$image-editor-button-label: 14.2px !default;
|
|
26
26
|
$image-editor-icon-button: 3px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $grey-dark-font !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 0 10px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 0 12px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 0 12px !default;
|
|
26
26
|
$image-editor-icon-button: 2px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $grey-light-font !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 4px 9px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 4px 12px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 4px 12px !default;
|
|
26
26
|
$image-editor-icon-button: 2px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $black !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-grp-btn-padding: 4px 12px !default;
|
|
|
24
24
|
$image-editor-save-dlg-dev-grp-btn-padding: 6px 13px !default;
|
|
25
25
|
$image-editor-button-label: 15px !default;
|
|
26
26
|
$image-editor-icon-button: 4px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 2px solid $icon-color !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 4px 15px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 4px 12px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 6px 13px !default;
|
|
26
26
|
$image-editor-icon-button: 4px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 2px solid $icon-color !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 2px 11px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 2px 10px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 2px 8px !default;
|
|
26
26
|
$image-editor-icon-button: 4px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $neutral-light-fontalt !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 2px 11px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 2px 10px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 2px 8px !default;
|
|
26
26
|
$image-editor-icon-button: 4px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $neutral-light-fontalt !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 4px 15px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 4px 11px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 7px 10px !default;
|
|
26
26
|
$image-editor-icon-button: 5px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 8px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 5.2px 10.5px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 5.2px 10.5px !default;
|
|
26
26
|
$image-editor-icon-button: 5px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
@@ -22,3 +22,4 @@ $image-editor-save-dlg-big-btn-pad: 8px !default;
|
|
|
22
22
|
$image-editor-save-dlg-grp-btn-padding: 0 !default;
|
|
23
23
|
$image-editor-save-dlg-dev-grp-btn-padding: 4px 13px !default;
|
|
24
24
|
$image-editor-icon-button: 5px !default;
|
|
25
|
+
$image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 2px 11px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 2px 10px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 3px 9px !default;
|
|
26
26
|
$image-editor-icon-button: 5px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $content-font !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 2px 11px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 2px 10px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 3px 9px !default;
|
|
26
26
|
$image-editor-icon-button: 5px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $content-font !default;
|
|
@@ -483,6 +483,14 @@
|
|
|
483
483
|
}
|
|
484
484
|
}
|
|
485
485
|
}
|
|
486
|
+
& .e-ie-save-dialog .e-slider-container .e-slider .e-handle,
|
|
487
|
+
& .e-blr-ie-save-dialog .e-slider-container .e-slider .e-handle {
|
|
488
|
+
@if $skin-name == 'Material3' {
|
|
489
|
+
height: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
490
|
+
top: calc(50% - 10px) !important; /* stylelint-disable-line declaration-no-important */
|
|
491
|
+
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
492
|
+
}
|
|
493
|
+
}
|
|
486
494
|
}
|
|
487
495
|
|
|
488
496
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -688,7 +696,7 @@
|
|
|
688
696
|
@if $skin-name == 'highcontrast' {
|
|
689
697
|
margin-left: calc(100% - 175px);
|
|
690
698
|
}
|
|
691
|
-
@if $skin-name == 'FluentUI' or $skin-name == 'material'
|
|
699
|
+
@if $skin-name == 'FluentUI' or $skin-name == 'material' {
|
|
692
700
|
margin-left: calc(100% - 185px);
|
|
693
701
|
}
|
|
694
702
|
@if $skin-name == 'fabric' {
|
|
@@ -697,6 +705,9 @@
|
|
|
697
705
|
@if $skin-name == 'fluent2' {
|
|
698
706
|
margin-left: calc(100% - 188px);
|
|
699
707
|
}
|
|
708
|
+
@if $skin-name == 'Material3' {
|
|
709
|
+
margin-left: calc(100% - 190px);
|
|
710
|
+
}
|
|
700
711
|
}
|
|
701
712
|
|
|
702
713
|
.e-device.e-ie-save-dialog .e-ie-img-size-value-span {
|
|
@@ -719,6 +730,9 @@
|
|
|
719
730
|
@if $skin-name == 'bootstrap5' {
|
|
720
731
|
margin-left: calc(100% - 156px) !important; /* stylelint-disable-line declaration-no-important */
|
|
721
732
|
}
|
|
733
|
+
@if $skin-name == 'Material3' {
|
|
734
|
+
margin-left: calc(100% - 140px) !important; /* stylelint-disable-line declaration-no-important */
|
|
735
|
+
}
|
|
722
736
|
}
|
|
723
737
|
|
|
724
738
|
.e-bigger .e-ie-save-dialog .e-ie-img-save-name {
|
|
@@ -816,7 +830,12 @@
|
|
|
816
830
|
|
|
817
831
|
& .e-ie-img-size-value-span {
|
|
818
832
|
vertical-align: middle;
|
|
819
|
-
|
|
833
|
+
@if $skin-name == 'Material3' {
|
|
834
|
+
margin-left: calc(50% - 52px);
|
|
835
|
+
}
|
|
836
|
+
@else {
|
|
837
|
+
margin-left: calc(50% - 55px);
|
|
838
|
+
}
|
|
820
839
|
}
|
|
821
840
|
|
|
822
841
|
& .e-btn-group .e-btn {
|
|
@@ -847,10 +866,10 @@
|
|
|
847
866
|
}
|
|
848
867
|
|
|
849
868
|
& .e-ie-img-size-value-span {
|
|
850
|
-
@if $skin-name == '
|
|
869
|
+
@if $skin-name == 'material' or $skin-name == 'material-dark' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'highcontrast' {
|
|
851
870
|
margin-left: calc(75% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
852
871
|
}
|
|
853
|
-
@else if $skin-name == 'bootstrap' {
|
|
872
|
+
@else if $skin-name == 'Material3' or $skin-name == 'bootstrap' {
|
|
854
873
|
margin-left: calc(73% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
855
874
|
}
|
|
856
875
|
@else if $skin-name == 'tailwind' {
|
|
@@ -873,6 +892,12 @@
|
|
|
873
892
|
}
|
|
874
893
|
}
|
|
875
894
|
|
|
895
|
+
.e-bigger .e-blr-ie-save-dialog .e-slider-container .e-slider .e-handle {
|
|
896
|
+
@if $skin-name == 'Material3' {
|
|
897
|
+
top: calc(50% - 8px) !important; /* stylelint-disable-line declaration-no-important */
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
|
|
876
901
|
.e-bigger .e-ie-save-dialog .e-ie-img-save-name {
|
|
877
902
|
width: calc(71% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
878
903
|
@if $skin-name == 'tailwind' or $skin-name == 'material' or $skin-name == 'bootstrap4' {
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 4px 11px 2px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 6px 7.5px 4px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 2px 9.5px !default;
|
|
26
26
|
$image-editor-icon-button: 5px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $grey-white !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 4px 11px 2px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 6px 7.5px 4px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 2px 9.5px !default;
|
|
26
26
|
$image-editor-icon-button: 5px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $grey-light-font !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 8px 11px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 8px 10.5px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 11px 12px !default;
|
|
26
26
|
$image-editor-icon-button: 3px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $icon-color !default;
|
|
@@ -24,3 +24,4 @@ $image-editor-save-dlg-big-btn-pad: 4px 15px !default;
|
|
|
24
24
|
$image-editor-save-dlg-grp-btn-padding: 4px 10px !default;
|
|
25
25
|
$image-editor-save-dlg-dev-grp-btn-padding: 4px 9px !default;
|
|
26
26
|
$image-editor-icon-button: 2.9px !default;
|
|
27
|
+
$image-editor-filter-canvas-focus: 1px solid $secondary-text-color !default;
|
|
@@ -799,4 +799,11 @@
|
|
|
799
799
|
|
|
800
800
|
.e-dropdown-popup .e-selected-btn {
|
|
801
801
|
background: #959595 !important; /* stylelint-disable-line declaration-no-important */
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
.e-ie-filter-canvas:focus,
|
|
805
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
806
|
+
.filter-wrapper:focus canvas,
|
|
807
|
+
.filter-wrapper canvas:focus {
|
|
808
|
+
border: 1px solid #f0f0f0;
|
|
802
809
|
}
|
|
@@ -801,4 +801,11 @@
|
|
|
801
801
|
|
|
802
802
|
.e-dropdown-popup .e-selected-btn {
|
|
803
803
|
background: #e6e6e6 !important; /* stylelint-disable-line declaration-no-important */
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
.e-ie-filter-canvas:focus,
|
|
807
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
808
|
+
.filter-wrapper:focus canvas,
|
|
809
|
+
.filter-wrapper canvas:focus {
|
|
810
|
+
border: 1px solid #333;
|
|
804
811
|
}
|
|
@@ -796,4 +796,11 @@
|
|
|
796
796
|
.e-dropdown-popup .e-selected-btn {
|
|
797
797
|
background: #495057 !important; /* stylelint-disable-line declaration-no-important */
|
|
798
798
|
color: #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.e-ie-filter-canvas:focus,
|
|
802
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
803
|
+
.filter-wrapper:focus canvas,
|
|
804
|
+
.filter-wrapper canvas:focus {
|
|
805
|
+
border: 1px solid #000;
|
|
799
806
|
}
|
|
@@ -813,4 +813,11 @@
|
|
|
813
813
|
.e-dropdown-popup .e-selected-btn {
|
|
814
814
|
background: #5c636a !important; /* stylelint-disable-line declaration-no-important */
|
|
815
815
|
color: #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
.e-ie-filter-canvas:focus,
|
|
819
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
820
|
+
.filter-wrapper:focus canvas,
|
|
821
|
+
.filter-wrapper canvas:focus {
|
|
822
|
+
border: 2px solid #adb5bd;
|
|
816
823
|
}
|
|
@@ -813,4 +813,11 @@
|
|
|
813
813
|
.e-dropdown-popup .e-selected-btn {
|
|
814
814
|
background: #5c636a !important; /* stylelint-disable-line declaration-no-important */
|
|
815
815
|
color: #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
.e-ie-filter-canvas:focus,
|
|
819
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
820
|
+
.filter-wrapper:focus canvas,
|
|
821
|
+
.filter-wrapper canvas:focus {
|
|
822
|
+
border: 2px solid #6c757d;
|
|
816
823
|
}
|
|
@@ -801,4 +801,11 @@
|
|
|
801
801
|
|
|
802
802
|
.e-dropdown-popup .e-selected-btn {
|
|
803
803
|
background: #4a4848 !important; /* stylelint-disable-line declaration-no-important */
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
.e-ie-filter-canvas:focus,
|
|
807
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
808
|
+
.filter-wrapper:focus canvas,
|
|
809
|
+
.filter-wrapper canvas:focus {
|
|
810
|
+
border: 1px solid #fff;
|
|
804
811
|
}
|
|
@@ -804,4 +804,11 @@
|
|
|
804
804
|
|
|
805
805
|
.e-dropdown-popup .e-selected-btn {
|
|
806
806
|
background: #dadada !important; /* stylelint-disable-line declaration-no-important */
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.e-ie-filter-canvas:focus,
|
|
810
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
811
|
+
.filter-wrapper:focus canvas,
|
|
812
|
+
.filter-wrapper canvas:focus {
|
|
813
|
+
border: 1px solid #000;
|
|
807
814
|
}
|
|
@@ -814,4 +814,11 @@
|
|
|
814
814
|
|
|
815
815
|
.e-dropdown-popup .e-selected-btn {
|
|
816
816
|
background: #323130 !important; /* stylelint-disable-line declaration-no-important */
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.e-ie-filter-canvas:focus,
|
|
820
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
821
|
+
.filter-wrapper:focus canvas,
|
|
822
|
+
.filter-wrapper canvas:focus {
|
|
823
|
+
border: 1px solid #fff;
|
|
817
824
|
}
|
|
@@ -814,4 +814,11 @@
|
|
|
814
814
|
|
|
815
815
|
.e-dropdown-popup .e-selected-btn {
|
|
816
816
|
background: #e1dfdd !important; /* stylelint-disable-line declaration-no-important */
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.e-ie-filter-canvas:focus,
|
|
820
|
+
.filter-wrapper:focus .e-ie-filter-canvas,
|
|
821
|
+
.filter-wrapper:focus canvas,
|
|
822
|
+
.filter-wrapper canvas:focus {
|
|
823
|
+
border: 1px solid #323130;
|
|
817
824
|
}
|