@syncfusion/ej2-image-editor 24.1.45 → 24.2.3
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/CHANGELOG.md +16 -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 +75 -18
- package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-image-editor.es5.js +75 -18
- 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 +11 -11
- package/src/image-editor/action/draw.js +3 -0
- package/src/image-editor/action/selection.js +7 -5
- package/src/image-editor/action/shape.d.ts +1 -0
- package/src/image-editor/action/shape.js +23 -7
- package/src/image-editor/action/undo-redo.d.ts +1 -0
- package/src/image-editor/action/undo-redo.js +41 -6
- package/src/image-editor/base/image-editor.js +1 -0
- package/styles/bootstrap-dark.css +12 -0
- package/styles/bootstrap.css +12 -0
- package/styles/bootstrap4.css +13 -1
- package/styles/bootstrap5-dark.css +12 -0
- package/styles/bootstrap5.css +12 -0
- package/styles/fabric-dark.css +12 -0
- package/styles/fabric.css +12 -0
- package/styles/fluent-dark.css +12 -0
- package/styles/fluent.css +12 -0
- package/styles/highcontrast-light.css +12 -0
- package/styles/highcontrast.css +12 -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/_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/_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 +32 -2
- 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 +3 -2
- package/styles/image-editor/_tailwind-definition.scss +1 -0
- package/styles/image-editor/bootstrap-dark.css +12 -0
- package/styles/image-editor/bootstrap.css +12 -0
- package/styles/image-editor/bootstrap4.css +13 -1
- package/styles/image-editor/bootstrap5-dark.css +12 -0
- package/styles/image-editor/bootstrap5.css +12 -0
- package/styles/image-editor/fabric-dark.css +12 -0
- package/styles/image-editor/fabric.css +12 -0
- package/styles/image-editor/fluent-dark.css +12 -0
- package/styles/image-editor/fluent.css +12 -0
- package/styles/image-editor/highcontrast-light.css +12 -0
- package/styles/image-editor/highcontrast.css +12 -0
- package/styles/image-editor/material-dark.css +12 -0
- package/styles/image-editor/material.css +12 -0
- package/styles/image-editor/material3-dark.css +25 -4
- package/styles/image-editor/material3.css +25 -4
- package/styles/image-editor/tailwind-dark.css +15 -2
- package/styles/image-editor/tailwind.css +15 -2
- package/styles/material-dark.css +12 -0
- package/styles/material.css +12 -0
- package/styles/material3-dark.css +25 -4
- package/styles/material3.css +25 -4
- package/styles/tailwind-dark.css +15 -2
- package/styles/tailwind.css +15 -2
package/styles/material3.css
CHANGED
|
@@ -652,23 +652,24 @@
|
|
|
652
652
|
}
|
|
653
653
|
|
|
654
654
|
.e-ie-finetune-value-span {
|
|
655
|
-
top:
|
|
655
|
+
top: 30% !important; /* stylelint-disable-line declaration-no-important */
|
|
656
656
|
}
|
|
657
657
|
|
|
658
658
|
.e-ie-finetune-slider-label {
|
|
659
|
-
top:
|
|
659
|
+
top: 30% !important; /* stylelint-disable-line declaration-no-important */
|
|
660
660
|
}
|
|
661
661
|
|
|
662
662
|
.e-ie-finetune-slider-wrap {
|
|
663
|
-
top: calc(50% -
|
|
663
|
+
top: calc(50% - 12px) !important; /* stylelint-disable-line declaration-no-important */
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
.e-transparency-slider-wrap {
|
|
667
|
-
top: calc(50% -
|
|
667
|
+
top: calc(50% - 12px) !important; /* stylelint-disable-line declaration-no-important */
|
|
668
668
|
}
|
|
669
669
|
|
|
670
670
|
.e-ie-slider-wrap {
|
|
671
671
|
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
672
|
+
top: calc(50% - 12px) !important; /* stylelint-disable-line declaration-no-important */
|
|
672
673
|
}
|
|
673
674
|
|
|
674
675
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
@@ -690,6 +691,26 @@
|
|
|
690
691
|
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
691
692
|
}
|
|
692
693
|
|
|
694
|
+
.e-device .e-transparency-slider-wrap {
|
|
695
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
.e-device .e-ie-finetune-slider-wrap {
|
|
699
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
.e-device .e-ie-finetune-value-span {
|
|
703
|
+
top: 29% !important; /* stylelint-disable-line declaration-no-important */
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.e-device .e-ie-finetune-slider-label {
|
|
707
|
+
top: 28% !important; /* stylelint-disable-line declaration-no-important */
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
.e-device .e-ie-slider-wrap {
|
|
711
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
712
|
+
}
|
|
713
|
+
|
|
693
714
|
.e-image-editor {
|
|
694
715
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
|
|
695
716
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -535,15 +535,16 @@
|
|
|
535
535
|
}
|
|
536
536
|
|
|
537
537
|
.e-ie-finetune-slider-wrap {
|
|
538
|
-
top: calc(50% -
|
|
538
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
539
539
|
}
|
|
540
540
|
|
|
541
541
|
.e-transparency-slider-wrap {
|
|
542
|
-
top: calc(50% -
|
|
542
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
543
543
|
}
|
|
544
544
|
|
|
545
545
|
.e-ie-slider-wrap {
|
|
546
546
|
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
547
|
+
top: calc(50% - 13px) !important; /* stylelint-disable-line declaration-no-important */
|
|
547
548
|
}
|
|
548
549
|
|
|
549
550
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
@@ -563,6 +564,18 @@
|
|
|
563
564
|
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
564
565
|
}
|
|
565
566
|
|
|
567
|
+
.e-device .e-transparency-slider-wrap {
|
|
568
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
.e-device .e-ie-finetune-slider-wrap {
|
|
572
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
.e-device .e-ie-slider-wrap {
|
|
576
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
577
|
+
}
|
|
578
|
+
|
|
566
579
|
.e-image-editor {
|
|
567
580
|
background: #4b5563;
|
|
568
581
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -535,15 +535,16 @@
|
|
|
535
535
|
}
|
|
536
536
|
|
|
537
537
|
.e-ie-finetune-slider-wrap {
|
|
538
|
-
top: calc(50% -
|
|
538
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
539
539
|
}
|
|
540
540
|
|
|
541
541
|
.e-transparency-slider-wrap {
|
|
542
|
-
top: calc(50% -
|
|
542
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
543
543
|
}
|
|
544
544
|
|
|
545
545
|
.e-ie-slider-wrap {
|
|
546
546
|
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
547
|
+
top: calc(50% - 13px) !important; /* stylelint-disable-line declaration-no-important */
|
|
547
548
|
}
|
|
548
549
|
|
|
549
550
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
@@ -563,6 +564,18 @@
|
|
|
563
564
|
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
564
565
|
}
|
|
565
566
|
|
|
567
|
+
.e-device .e-transparency-slider-wrap {
|
|
568
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
.e-device .e-ie-finetune-slider-wrap {
|
|
572
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
.e-device .e-ie-slider-wrap {
|
|
576
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
577
|
+
}
|
|
578
|
+
|
|
566
579
|
.e-image-editor {
|
|
567
580
|
background: #e5e7eb;
|
|
568
581
|
}
|