@syncfusion/ej2-image-editor 22.2.11 → 23.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.
Files changed (119) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/ej2-image-editor.umd.min.js +3 -3
  3. package/dist/ej2-image-editor.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-image-editor.es2015.js +4446 -678
  5. package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
  6. package/dist/es6/ej2-image-editor.es5.js +4409 -632
  7. package/dist/es6/ej2-image-editor.es5.js.map +1 -1
  8. package/dist/global/ej2-image-editor.min.js +3 -3
  9. package/dist/global/ej2-image-editor.min.js.map +1 -1
  10. package/dist/global/index.d.ts +2 -2
  11. package/package.json +12 -12
  12. package/src/image-editor/action/crop.js +47 -30
  13. package/src/image-editor/action/draw.d.ts +16 -0
  14. package/src/image-editor/action/draw.js +827 -81
  15. package/src/image-editor/action/export.d.ts +3 -0
  16. package/src/image-editor/action/export.js +84 -20
  17. package/src/image-editor/action/filter.d.ts +0 -1
  18. package/src/image-editor/action/filter.js +28 -41
  19. package/src/image-editor/action/freehand-draw.d.ts +1 -0
  20. package/src/image-editor/action/freehand-draw.js +92 -56
  21. package/src/image-editor/action/selection.d.ts +6 -0
  22. package/src/image-editor/action/selection.js +417 -68
  23. package/src/image-editor/action/shape.d.ts +8 -0
  24. package/src/image-editor/action/shape.js +303 -91
  25. package/src/image-editor/action/transform.d.ts +9 -0
  26. package/src/image-editor/action/transform.js +402 -52
  27. package/src/image-editor/action/undo-redo.d.ts +1 -0
  28. package/src/image-editor/action/undo-redo.js +138 -10
  29. package/src/image-editor/base/enum.d.ts +38 -1
  30. package/src/image-editor/base/enum.js +39 -0
  31. package/src/image-editor/base/image-editor-model.d.ts +16 -2
  32. package/src/image-editor/base/image-editor.d.ts +142 -7
  33. package/src/image-editor/base/image-editor.js +719 -70
  34. package/src/image-editor/base/interface.d.ts +233 -2
  35. package/src/image-editor/renderer/toolbar.d.ts +25 -0
  36. package/src/image-editor/renderer/toolbar.js +1274 -72
  37. package/styles/bootstrap-dark.css +73 -1
  38. package/styles/bootstrap.css +73 -1
  39. package/styles/bootstrap4.css +73 -1
  40. package/styles/bootstrap5-dark.css +73 -1
  41. package/styles/bootstrap5.css +73 -1
  42. package/styles/fabric-dark.css +73 -1
  43. package/styles/fabric.css +73 -1
  44. package/styles/fluent-dark.css +73 -1
  45. package/styles/fluent.css +73 -1
  46. package/styles/highcontrast-light.css +75 -3
  47. package/styles/highcontrast.css +74 -7
  48. package/styles/image-editor/_bootstrap-dark-definition.scss +1 -0
  49. package/styles/image-editor/_bootstrap-definition.scss +1 -0
  50. package/styles/image-editor/_bootstrap4-definition.scss +1 -0
  51. package/styles/image-editor/_bootstrap5-definition.scss +1 -0
  52. package/styles/image-editor/_fabric-dark-definition.scss +1 -0
  53. package/styles/image-editor/_fabric-definition.scss +1 -0
  54. package/styles/image-editor/_fluent-definition.scss +1 -0
  55. package/styles/image-editor/_fusionnew-definition.scss +1 -0
  56. package/styles/image-editor/_highcontrast-definition.scss +2 -1
  57. package/styles/image-editor/_highcontrast-light-definition.scss +2 -1
  58. package/styles/image-editor/_layout.scss +98 -0
  59. package/styles/image-editor/_material-dark-definition.scss +1 -0
  60. package/styles/image-editor/_material-definition.scss +1 -0
  61. package/styles/image-editor/_material3-definition.scss +2 -1
  62. package/styles/image-editor/_tailwind-definition.scss +1 -0
  63. package/styles/image-editor/_theme.scss +4 -2
  64. package/styles/image-editor/bootstrap-dark.css +73 -1
  65. package/styles/image-editor/bootstrap-dark.scss +1 -1
  66. package/styles/image-editor/bootstrap.css +73 -1
  67. package/styles/image-editor/bootstrap.scss +1 -1
  68. package/styles/image-editor/bootstrap4.css +73 -1
  69. package/styles/image-editor/bootstrap4.scss +1 -1
  70. package/styles/image-editor/bootstrap5-dark.css +73 -1
  71. package/styles/image-editor/bootstrap5-dark.scss +1 -1
  72. package/styles/image-editor/bootstrap5.css +73 -1
  73. package/styles/image-editor/bootstrap5.scss +1 -1
  74. package/styles/image-editor/fabric-dark.css +73 -1
  75. package/styles/image-editor/fabric-dark.scss +1 -1
  76. package/styles/image-editor/fabric.css +73 -1
  77. package/styles/image-editor/fabric.scss +1 -1
  78. package/styles/image-editor/fluent-dark.css +73 -1
  79. package/styles/image-editor/fluent-dark.scss +1 -1
  80. package/styles/image-editor/fluent.css +73 -1
  81. package/styles/image-editor/fluent.scss +1 -1
  82. package/styles/image-editor/highcontrast-light.css +75 -3
  83. package/styles/image-editor/highcontrast-light.scss +1 -1
  84. package/styles/image-editor/highcontrast.css +74 -7
  85. package/styles/image-editor/highcontrast.scss +1 -1
  86. package/styles/image-editor/icons/_bootstrap-dark.scss +1 -0
  87. package/styles/image-editor/icons/_bootstrap.scss +1 -0
  88. package/styles/image-editor/icons/_bootstrap4.scss +1 -0
  89. package/styles/image-editor/icons/_bootstrap5.scss +1 -0
  90. package/styles/image-editor/icons/_fabric-dark.scss +1 -0
  91. package/styles/image-editor/icons/_fabric.scss +1 -0
  92. package/styles/image-editor/icons/_fluent.scss +1 -0
  93. package/styles/image-editor/icons/_fusionnew.scss +1 -0
  94. package/styles/image-editor/icons/_highcontrast-light.scss +1 -0
  95. package/styles/image-editor/icons/_highcontrast.scss +1 -0
  96. package/styles/image-editor/icons/_material-dark.scss +1 -0
  97. package/styles/image-editor/icons/_material.scss +1 -0
  98. package/styles/image-editor/icons/_material3.scss +1 -0
  99. package/styles/image-editor/icons/_tailwind.scss +1 -0
  100. package/styles/image-editor/material-dark.css +73 -2
  101. package/styles/image-editor/material-dark.scss +1 -1
  102. package/styles/image-editor/material.css +73 -2
  103. package/styles/image-editor/material.scss +1 -1
  104. package/styles/image-editor/material3-dark.css +78 -4
  105. package/styles/image-editor/material3-dark.scss +1 -1
  106. package/styles/image-editor/material3.css +78 -4
  107. package/styles/image-editor/material3.scss +1 -1
  108. package/styles/image-editor/tailwind-dark.css +73 -2
  109. package/styles/image-editor/tailwind-dark.scss +1 -1
  110. package/styles/image-editor/tailwind.css +73 -2
  111. package/styles/image-editor/tailwind.scss +1 -1
  112. package/styles/material-dark.css +73 -2
  113. package/styles/material.css +73 -2
  114. package/styles/material3-dark.css +78 -4
  115. package/styles/material3-dark.scss +1 -1
  116. package/styles/material3.css +78 -4
  117. package/styles/material3.scss +1 -1
  118. package/styles/tailwind-dark.css +73 -2
  119. package/styles/tailwind.css +73 -2
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/highcontrast-light-definition.scss';
1
+ @import 'ej2-base/styles/definition/highcontrast-light.scss';
2
2
  @import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
3
3
  @import 'ej2-splitbuttons/styles/drop-down-button/highcontrast-light-definition.scss';
4
4
  @import 'ej2-inputs/styles/numerictextbox/highcontrast-light-definition.scss';
@@ -61,7 +61,7 @@
61
61
  .e-image-editor .e-text-font-color.e-template .e-caret::before {
62
62
  content: "\e35f";
63
63
  }
64
- .e-image-editor .e-stroke.e-template .e-caret::before, .e-image-editor .e-pen-stroke-color.e-template .e-caret::before {
64
+ .e-image-editor .e-stroke.e-template .e-caret::before, .e-image-editor .e-frame-stroke.e-template .e-caret::before, .e-image-editor .e-pen-stroke-color.e-template .e-caret::before {
65
65
  content: "\eb6e";
66
66
  }
67
67
  .e-image-editor .e-fill.e-template .e-caret::before {
@@ -207,6 +207,14 @@
207
207
  height: 48px !important; /* stylelint-disable-line declaration-no-important */
208
208
  min-height: 48px !important; /* stylelint-disable-line declaration-no-important */
209
209
  }
210
+ .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span,
211
+ .e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span {
212
+ font-size: 16px;
213
+ }
214
+ .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span,
215
+ .e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span {
216
+ font-size: 16px;
217
+ }
210
218
  .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,
211
219
  .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 {
212
220
  font-size: 18px;
@@ -257,11 +265,51 @@
257
265
  position: relative;
258
266
  display: block;
259
267
  }
268
+ .e-image-editor .e-ie-drop-area {
269
+ height: calc(100% - 18px);
270
+ width: calc(100% - 20px);
271
+ border: 2px dashed #fff;
272
+ border-radius: 10px;
273
+ margin: 10px;
274
+ }
275
+ .e-image-editor .e-ie-drop-area .e-upload {
276
+ display: none;
277
+ }
278
+ .e-image-editor .e-ie-drop-area .e-image::before {
279
+ font-size: 50px;
280
+ }
281
+ .e-image-editor .e-ie-drop-area .e-ie-drop-icon {
282
+ top: calc(50% - 60px);
283
+ left: calc(50% - 25px);
284
+ }
285
+ .e-image-editor .e-ie-drop-area .e-ie-drop-content {
286
+ top: 50%;
287
+ left: calc(50% - 160px);
288
+ font-size: 14px;
289
+ }
290
+ .e-image-editor .e-ie-drop-area .e-ie-drop-info {
291
+ top: calc(50% + 40px);
292
+ left: calc(50% - 100px);
293
+ position: absolute;
294
+ font-size: 14px;
295
+ }
296
+ .e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
297
+ left: calc(50% - 120px);
298
+ top: 50%;
299
+ font-size: 14px;
300
+ }
260
301
  .e-image-editor .e-toolbar {
261
302
  border: none;
262
303
  height: 38px !important; /* stylelint-disable-line declaration-no-important */
263
304
  min-height: 38px !important; /* stylelint-disable-line declaration-no-important */
264
305
  }
306
+ .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
307
+ margin-left: 20px;
308
+ min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
309
+ }
310
+ .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
311
+ min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
312
+ }
265
313
  .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
266
314
  font-size: 16px;
267
315
  }
@@ -322,6 +370,30 @@
322
370
  .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
323
371
  height: 130px !important; /* stylelint-disable-line declaration-no-important */
324
372
  }
373
+ .e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar {
374
+ height: inherit !important; /* stylelint-disable-line declaration-no-important */
375
+ }
376
+ .e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar-item {
377
+ display: -ms-inline-grid;
378
+ display: inline-grid;
379
+ }
380
+ .e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar-item > span {
381
+ font-weight: 500;
382
+ margin: 4px;
383
+ text-align: center;
384
+ }
385
+ .e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar {
386
+ height: inherit !important; /* stylelint-disable-line declaration-no-important */
387
+ }
388
+ .e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar-item:not(.e-hidden) {
389
+ display: -ms-inline-grid;
390
+ display: inline-grid;
391
+ }
392
+ .e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar-item > span {
393
+ font-weight: 500;
394
+ margin: 4px;
395
+ text-align: center;
396
+ }
325
397
  .e-image-editor .e-contextual-toolbar-wrapper.e-hide {
326
398
  display: none;
327
399
  }
@@ -355,7 +427,7 @@
355
427
  color: #fff;
356
428
  }
357
429
  .e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-selected-btn {
358
- background: #ffd939 !important; /* stylelint-disable-line declaration-no-important */
430
+ background: #fff !important; /* stylelint-disable-line declaration-no-important */
359
431
  }
360
432
  .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn {
361
433
  background: inherit;
@@ -396,9 +468,4 @@
396
468
  .e-image-editor .e-toolbar .e-toolbar-items .e-nocolor-item {
397
469
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") !important; /* stylelint-disable-line declaration-no-important */
398
470
  background-size: 8px !important; /* stylelint-disable-line declaration-no-important */
399
- }
400
-
401
- .e-dropdown-popup .e-selected-btn {
402
- background: #ffd939 !important; /* stylelint-disable-line declaration-no-important */
403
- color: #000 !important; /* stylelint-disable-line declaration-no-important */
404
471
  }
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/highcontrast-definition.scss';
1
+ @import 'ej2-base/styles/definition/highcontrast.scss';
2
2
  @import 'ej2-buttons/styles/button/highcontrast-definition.scss';
3
3
  @import 'ej2-splitbuttons/styles/drop-down-button/highcontrast-definition.scss';
4
4
  @import 'ej2-inputs/styles/numerictextbox/highcontrast-definition.scss';
@@ -91,6 +91,7 @@
91
91
  }
92
92
 
93
93
  & .e-stroke.e-template,
94
+ & .e-frame-stroke.e-template,
94
95
  & .e-pen-stroke-color.e-template {
95
96
  & .e-caret::before {
96
97
  content: '\ebc6';
@@ -91,6 +91,7 @@
91
91
  }
92
92
 
93
93
  & .e-stroke.e-template,
94
+ & .e-frame-stroke.e-template,
94
95
  & .e-pen-stroke-color.e-template {
95
96
  & .e-caret::before {
96
97
  content: '\ebc6';
@@ -91,6 +91,7 @@
91
91
  }
92
92
 
93
93
  & .e-stroke.e-template,
94
+ & .e-frame-stroke.e-template,
94
95
  & .e-pen-stroke-color.e-template {
95
96
  & .e-caret::before {
96
97
  content: '\e770';
@@ -91,6 +91,7 @@
91
91
  }
92
92
 
93
93
  & .e-stroke.e-template,
94
+ & .e-frame-stroke.e-template,
94
95
  & .e-pen-stroke-color.e-template {
95
96
  & .e-caret::before {
96
97
  content: '\e739';
@@ -91,6 +91,7 @@
91
91
  }
92
92
 
93
93
  & .e-stroke.e-template,
94
+ & .e-frame-stroke.e-template,
94
95
  & .e-pen-stroke-color.e-template {
95
96
  & .e-caret::before {
96
97
  content: '\eb6e';
@@ -91,6 +91,7 @@
91
91
  }
92
92
 
93
93
  & .e-stroke.e-template,
94
+ & .e-frame-stroke.e-template,
94
95
  & .e-pen-stroke-color.e-template {
95
96
  & .e-caret::before {
96
97
  content: '\eb6e';
@@ -91,6 +91,7 @@
91
91
  }
92
92
 
93
93
  & .e-stroke.e-template,
94
+ & .e-frame-stroke.e-template,
94
95
  & .e-pen-stroke-color.e-template {
95
96
  & .e-caret::before {
96
97
  content: '\e739';
@@ -91,6 +91,7 @@
91
91
  }
92
92
 
93
93
  & .e-stroke.e-template,
94
+ & .e-frame-stroke.e-template,
94
95
  & .e-pen-stroke-color.e-template {
95
96
  & .e-caret::before {
96
97
  content: '\e739';
@@ -91,6 +91,7 @@
91
91
  }
92
92
 
93
93
  & .e-stroke.e-template,
94
+ & .e-frame-stroke.e-template,
94
95
  & .e-pen-stroke-color.e-template {
95
96
  & .e-caret::before {
96
97
  content: '\eb6e';
@@ -91,6 +91,7 @@
91
91
  }
92
92
 
93
93
  & .e-stroke.e-template,
94
+ & .e-frame-stroke.e-template,
94
95
  & .e-pen-stroke-color.e-template {
95
96
  & .e-caret::before {
96
97
  content: '\eb6e';
@@ -91,6 +91,7 @@
91
91
  }
92
92
 
93
93
  & .e-stroke.e-template,
94
+ & .e-frame-stroke.e-template,
94
95
  & .e-pen-stroke-color.e-template {
95
96
  & .e-caret::before {
96
97
  content: '\ec15';
@@ -91,6 +91,7 @@
91
91
  }
92
92
 
93
93
  & .e-stroke.e-template,
94
+ & .e-frame-stroke.e-template,
94
95
  & .e-pen-stroke-color.e-template {
95
96
  & .e-caret::before {
96
97
  content: '\ec15';
@@ -97,6 +97,7 @@
97
97
  }
98
98
 
99
99
  & .e-stroke.e-template,
100
+ & .e-frame-stroke.e-template,
100
101
  & .e-pen-stroke-color.e-template {
101
102
  & .e-caret::before {
102
103
  content: '\e739';
@@ -85,6 +85,7 @@
85
85
  }
86
86
 
87
87
  & .e-stroke.e-template,
88
+ & .e-frame-stroke.e-template,
88
89
  & .e-pen-stroke-color.e-template {
89
90
  & .e-caret::before {
90
91
  content: '\e739';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
1
  /* stylelint-disable-line no-empty-source */
3
2
  @keyframes tbar-popup-shadow {
4
3
  0% {
@@ -71,7 +70,7 @@
71
70
  .e-image-editor .e-text-font-color.e-template .e-caret::before {
72
71
  content: "\e35f";
73
72
  }
74
- .e-image-editor .e-stroke.e-template .e-caret::before, .e-image-editor .e-pen-stroke-color.e-template .e-caret::before {
73
+ .e-image-editor .e-stroke.e-template .e-caret::before, .e-image-editor .e-frame-stroke.e-template .e-caret::before, .e-image-editor .e-pen-stroke-color.e-template .e-caret::before {
75
74
  content: "\ec15";
76
75
  }
77
76
  .e-image-editor .e-fill.e-template .e-caret::before {
@@ -217,6 +216,14 @@
217
216
  height: 48px !important; /* stylelint-disable-line declaration-no-important */
218
217
  min-height: 48px !important; /* stylelint-disable-line declaration-no-important */
219
218
  }
219
+ .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span,
220
+ .e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span {
221
+ font-size: 16px;
222
+ }
223
+ .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span,
224
+ .e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span {
225
+ font-size: 16px;
226
+ }
220
227
  .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,
221
228
  .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 {
222
229
  font-size: 18px;
@@ -267,11 +274,51 @@
267
274
  position: relative;
268
275
  display: block;
269
276
  }
277
+ .e-image-editor .e-ie-drop-area {
278
+ height: calc(100% - 18px);
279
+ width: calc(100% - 20px);
280
+ border: 2px dashed #fff;
281
+ border-radius: 10px;
282
+ margin: 10px;
283
+ }
284
+ .e-image-editor .e-ie-drop-area .e-upload {
285
+ display: none;
286
+ }
287
+ .e-image-editor .e-ie-drop-area .e-image::before {
288
+ font-size: 50px;
289
+ }
290
+ .e-image-editor .e-ie-drop-area .e-ie-drop-icon {
291
+ top: calc(50% - 60px);
292
+ left: calc(50% - 25px);
293
+ }
294
+ .e-image-editor .e-ie-drop-area .e-ie-drop-content {
295
+ top: 50%;
296
+ left: calc(50% - 160px);
297
+ font-size: 14px;
298
+ }
299
+ .e-image-editor .e-ie-drop-area .e-ie-drop-info {
300
+ top: calc(50% + 40px);
301
+ left: calc(50% - 100px);
302
+ position: absolute;
303
+ font-size: 14px;
304
+ }
305
+ .e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
306
+ left: calc(50% - 120px);
307
+ top: 50%;
308
+ font-size: 14px;
309
+ }
270
310
  .e-image-editor .e-toolbar {
271
311
  border: none;
272
312
  height: 40px !important; /* stylelint-disable-line declaration-no-important */
273
313
  min-height: 40px !important; /* stylelint-disable-line declaration-no-important */
274
314
  }
315
+ .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
316
+ margin-left: 20px;
317
+ min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
318
+ }
319
+ .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
320
+ min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
321
+ }
275
322
  .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
276
323
  font-size: 16px;
277
324
  }
@@ -332,6 +379,30 @@
332
379
  .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
333
380
  height: 130px !important; /* stylelint-disable-line declaration-no-important */
334
381
  }
382
+ .e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar {
383
+ height: inherit !important; /* stylelint-disable-line declaration-no-important */
384
+ }
385
+ .e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar-item {
386
+ display: -ms-inline-grid;
387
+ display: inline-grid;
388
+ }
389
+ .e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar-item > span {
390
+ font-weight: 500;
391
+ margin: 4px;
392
+ text-align: center;
393
+ }
394
+ .e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar {
395
+ height: inherit !important; /* stylelint-disable-line declaration-no-important */
396
+ }
397
+ .e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar-item:not(.e-hidden) {
398
+ display: -ms-inline-grid;
399
+ display: inline-grid;
400
+ }
401
+ .e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar-item > span {
402
+ font-weight: 500;
403
+ margin: 4px;
404
+ text-align: center;
405
+ }
335
406
  .e-image-editor .e-contextual-toolbar-wrapper.e-hide {
336
407
  display: none;
337
408
  }
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/material-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/material-dark.scss';
2
2
  @import 'ej2-buttons/styles/button/material-dark-definition.scss';
3
3
  @import 'ej2-splitbuttons/styles/drop-down-button/material-dark-definition.scss';
4
4
  @import 'ej2-inputs/styles/numerictextbox/material-dark-definition.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  /* stylelint-disable-line no-empty-source */ /*! component's theme wise override definitions and variables */
3
2
  @keyframes tbar-popup-shadow {
4
3
  0% {
@@ -71,7 +70,7 @@
71
70
  .e-image-editor .e-text-font-color.e-template .e-caret::before {
72
71
  content: "\e35f";
73
72
  }
74
- .e-image-editor .e-stroke.e-template .e-caret::before, .e-image-editor .e-pen-stroke-color.e-template .e-caret::before {
73
+ .e-image-editor .e-stroke.e-template .e-caret::before, .e-image-editor .e-frame-stroke.e-template .e-caret::before, .e-image-editor .e-pen-stroke-color.e-template .e-caret::before {
75
74
  content: "\ec15";
76
75
  }
77
76
  .e-image-editor .e-fill.e-template .e-caret::before {
@@ -222,6 +221,14 @@
222
221
  height: 48px !important; /* stylelint-disable-line declaration-no-important */
223
222
  min-height: 48px !important; /* stylelint-disable-line declaration-no-important */
224
223
  }
224
+ .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span,
225
+ .e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span {
226
+ font-size: 16px;
227
+ }
228
+ .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span,
229
+ .e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span {
230
+ font-size: 16px;
231
+ }
225
232
  .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,
226
233
  .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 {
227
234
  font-size: 18px;
@@ -272,11 +279,51 @@
272
279
  position: relative;
273
280
  display: block;
274
281
  }
282
+ .e-image-editor .e-ie-drop-area {
283
+ height: calc(100% - 18px);
284
+ width: calc(100% - 20px);
285
+ border: 2px dashed #757575;
286
+ border-radius: 10px;
287
+ margin: 10px;
288
+ }
289
+ .e-image-editor .e-ie-drop-area .e-upload {
290
+ display: none;
291
+ }
292
+ .e-image-editor .e-ie-drop-area .e-image::before {
293
+ font-size: 50px;
294
+ }
295
+ .e-image-editor .e-ie-drop-area .e-ie-drop-icon {
296
+ top: calc(50% - 60px);
297
+ left: calc(50% - 25px);
298
+ }
299
+ .e-image-editor .e-ie-drop-area .e-ie-drop-content {
300
+ top: 50%;
301
+ left: calc(50% - 160px);
302
+ font-size: 14px;
303
+ }
304
+ .e-image-editor .e-ie-drop-area .e-ie-drop-info {
305
+ top: calc(50% + 40px);
306
+ left: calc(50% - 100px);
307
+ position: absolute;
308
+ font-size: 14px;
309
+ }
310
+ .e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
311
+ left: calc(50% - 120px);
312
+ top: 50%;
313
+ font-size: 14px;
314
+ }
275
315
  .e-image-editor .e-toolbar {
276
316
  border: none;
277
317
  height: 40px !important; /* stylelint-disable-line declaration-no-important */
278
318
  min-height: 40px !important; /* stylelint-disable-line declaration-no-important */
279
319
  }
320
+ .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
321
+ margin-left: 20px;
322
+ min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
323
+ }
324
+ .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
325
+ min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
326
+ }
280
327
  .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
281
328
  font-size: 16px;
282
329
  }
@@ -337,6 +384,30 @@
337
384
  .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
338
385
  height: 130px !important; /* stylelint-disable-line declaration-no-important */
339
386
  }
387
+ .e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar {
388
+ height: inherit !important; /* stylelint-disable-line declaration-no-important */
389
+ }
390
+ .e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar-item {
391
+ display: -ms-inline-grid;
392
+ display: inline-grid;
393
+ }
394
+ .e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar-item > span {
395
+ font-weight: 500;
396
+ margin: 4px;
397
+ text-align: center;
398
+ }
399
+ .e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar {
400
+ height: inherit !important; /* stylelint-disable-line declaration-no-important */
401
+ }
402
+ .e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar-item:not(.e-hidden) {
403
+ display: -ms-inline-grid;
404
+ display: inline-grid;
405
+ }
406
+ .e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar-item > span {
407
+ font-weight: 500;
408
+ margin: 4px;
409
+ text-align: center;
410
+ }
340
411
  .e-image-editor .e-contextual-toolbar-wrapper.e-hide {
341
412
  display: none;
342
413
  }
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/material-definition.scss';
1
+ @import 'ej2-base/styles/definition/material.scss';
2
2
  @import 'ej2-buttons/styles/button/material-definition.scss';
3
3
  @import 'ej2-splitbuttons/styles/drop-down-button/material-definition.scss';
4
4
  @import 'ej2-inputs/styles/numerictextbox/material-definition.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -121,7 +120,7 @@
121
120
  .e-image-editor .e-text-font-color.e-template .e-caret::before {
122
121
  content: "\e76f";
123
122
  }
124
- .e-image-editor .e-stroke.e-template .e-caret::before, .e-image-editor .e-pen-stroke-color.e-template .e-caret::before {
123
+ .e-image-editor .e-stroke.e-template .e-caret::before, .e-image-editor .e-frame-stroke.e-template .e-caret::before, .e-image-editor .e-pen-stroke-color.e-template .e-caret::before {
125
124
  content: "\e739";
126
125
  }
127
126
  .e-image-editor .e-fill.e-template .e-caret::before {
@@ -270,6 +269,14 @@
270
269
  height: 56px !important; /* stylelint-disable-line declaration-no-important */
271
270
  min-height: 56px !important; /* stylelint-disable-line declaration-no-important */
272
271
  }
272
+ .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span,
273
+ .e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span {
274
+ font-size: 16px;
275
+ }
276
+ .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span,
277
+ .e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span {
278
+ font-size: 16px;
279
+ }
273
280
  .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,
274
281
  .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 {
275
282
  font-size: 18px;
@@ -320,9 +327,52 @@
320
327
  position: relative;
321
328
  display: block;
322
329
  }
330
+ .e-image-editor .e-quick-access-toolbar-area .e-toolbar {
331
+ border-radius: 4px;
332
+ }
333
+ .e-image-editor .e-ie-drop-area {
334
+ height: calc(100% - 18px);
335
+ width: calc(100% - 20px);
336
+ border: 2px dashed rgba(var(--color-sf-on-surface-variant));
337
+ border-radius: 10px;
338
+ margin: 10px;
339
+ }
340
+ .e-image-editor .e-ie-drop-area .e-upload {
341
+ display: none;
342
+ }
343
+ .e-image-editor .e-ie-drop-area .e-image::before {
344
+ font-size: 50px;
345
+ }
346
+ .e-image-editor .e-ie-drop-area .e-ie-drop-icon {
347
+ top: calc(50% - 60px);
348
+ left: calc(50% - 25px);
349
+ }
350
+ .e-image-editor .e-ie-drop-area .e-ie-drop-content {
351
+ top: 50%;
352
+ left: calc(50% - 160px);
353
+ font-size: 14px;
354
+ }
355
+ .e-image-editor .e-ie-drop-area .e-ie-drop-info {
356
+ top: calc(50% + 40px);
357
+ left: calc(50% - 100px);
358
+ position: absolute;
359
+ font-size: 14px;
360
+ }
361
+ .e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
362
+ left: calc(50% - 120px);
363
+ top: 50%;
364
+ font-size: 14px;
365
+ }
323
366
  .e-image-editor .e-toolbar {
324
367
  border: none;
325
368
  }
369
+ .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
370
+ margin-left: 20px;
371
+ min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
372
+ }
373
+ .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
374
+ min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
375
+ }
326
376
  .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
327
377
  font-size: 16px;
328
378
  }
@@ -383,6 +433,30 @@
383
433
  .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
384
434
  height: 140px !important; /* stylelint-disable-line declaration-no-important */
385
435
  }
436
+ .e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar {
437
+ height: inherit !important; /* stylelint-disable-line declaration-no-important */
438
+ }
439
+ .e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar-item {
440
+ display: -ms-inline-grid;
441
+ display: inline-grid;
442
+ }
443
+ .e-image-editor .e-contextual-toolbar-wrapper .e-frame-wrapper .e-toolbar-item > span {
444
+ font-weight: 500;
445
+ margin: 4px;
446
+ text-align: center;
447
+ }
448
+ .e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar {
449
+ height: inherit !important; /* stylelint-disable-line declaration-no-important */
450
+ }
451
+ .e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar-item:not(.e-hidden) {
452
+ display: -ms-inline-grid;
453
+ display: inline-grid;
454
+ }
455
+ .e-image-editor .e-contextual-toolbar-wrapper.e-frame-wrapper .e-toolbar-item > span {
456
+ font-weight: 500;
457
+ margin: 4px;
458
+ text-align: center;
459
+ }
386
460
  .e-image-editor .e-contextual-toolbar-wrapper.e-hide {
387
461
  display: none;
388
462
  }
@@ -416,7 +490,7 @@
416
490
  color: rgba(var(--color-sf-on-surface-variant));
417
491
  }
418
492
  .e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-selected-btn {
419
- background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
493
+ 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 */
420
494
  }
421
495
  .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn {
422
496
  background: inherit;
@@ -461,5 +535,5 @@
461
535
  }
462
536
 
463
537
  .e-dropdown-popup .e-selected-btn {
464
- background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
538
+ 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 */
465
539
  }
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/material3-dark-definition.scss';
1
+
2
2
 
3
3
  @import 'ej2-buttons/styles/button/material3-dark-definition.scss';
4
4
  @import 'ej2-splitbuttons/styles/drop-down-button/material3-dark-definition.scss';