@syncfusion/ej2-image-editor 30.2.4 → 31.1.17

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 (48) hide show
  1. package/dist/ej2-image-editor.umd.min.js +2 -2
  2. package/dist/ej2-image-editor.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-image-editor.es2015.js +3 -3
  4. package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
  5. package/dist/es6/ej2-image-editor.es5.js +3 -3
  6. package/dist/es6/ej2-image-editor.es5.js.map +1 -1
  7. package/dist/global/ej2-image-editor.min.js +2 -2
  8. package/dist/global/ej2-image-editor.min.js.map +1 -1
  9. package/dist/global/index.d.ts +1 -1
  10. package/dist/ts/image-editor/action/crop.d.ts +44 -0
  11. package/dist/ts/image-editor/action/crop.ts +867 -0
  12. package/dist/ts/image-editor/action/draw.d.ts +187 -0
  13. package/dist/ts/image-editor/action/draw.ts +4924 -0
  14. package/dist/ts/image-editor/action/export.d.ts +29 -0
  15. package/dist/ts/image-editor/action/export.ts +509 -0
  16. package/dist/ts/image-editor/action/filter.d.ts +48 -0
  17. package/dist/ts/image-editor/action/filter.ts +872 -0
  18. package/dist/ts/image-editor/action/freehand-draw.d.ts +68 -0
  19. package/dist/ts/image-editor/action/freehand-draw.ts +1135 -0
  20. package/dist/ts/image-editor/action/index.d.ts +9 -0
  21. package/dist/ts/image-editor/action/index.ts +9 -0
  22. package/dist/ts/image-editor/action/selection.d.ts +178 -0
  23. package/dist/ts/image-editor/action/selection.ts +5241 -0
  24. package/dist/ts/image-editor/action/shape.d.ts +130 -0
  25. package/dist/ts/image-editor/action/shape.ts +3917 -0
  26. package/dist/ts/image-editor/action/transform.d.ts +77 -0
  27. package/dist/ts/image-editor/action/transform.ts +2008 -0
  28. package/dist/ts/image-editor/action/undo-redo.d.ts +52 -0
  29. package/dist/ts/image-editor/action/undo-redo.ts +1169 -0
  30. package/dist/ts/image-editor/base/enum.d.ts +277 -0
  31. package/dist/ts/image-editor/base/enum.ts +288 -0
  32. package/dist/ts/image-editor/base/image-editor-model.d.ts +770 -0
  33. package/dist/ts/image-editor/base/image-editor.d.ts +1928 -0
  34. package/dist/ts/image-editor/base/image-editor.ts +5496 -0
  35. package/dist/ts/image-editor/base/index.d.ts +4 -0
  36. package/dist/ts/image-editor/base/index.ts +4 -0
  37. package/dist/ts/image-editor/base/interface.d.ts +1637 -0
  38. package/dist/ts/image-editor/base/interface.ts +1709 -0
  39. package/dist/ts/image-editor/index.d.ts +3 -0
  40. package/dist/ts/image-editor/index.ts +3 -0
  41. package/dist/ts/image-editor/renderer/index.d.ts +1 -0
  42. package/dist/ts/image-editor/renderer/index.ts +1 -0
  43. package/dist/ts/image-editor/renderer/toolbar.d.ts +171 -0
  44. package/dist/ts/image-editor/renderer/toolbar.ts +6356 -0
  45. package/dist/ts/index.d.ts +4 -0
  46. package/dist/ts/index.ts +4 -0
  47. package/package.json +47 -15
  48. package/src/image-editor/action/undo-redo.js +3 -3
@@ -0,0 +1,4 @@
1
+ /**
2
+ * ImageEditor all modules
3
+ */
4
+ export * from './image-editor/index';
@@ -0,0 +1,4 @@
1
+ /**
2
+ * ImageEditor all modules
3
+ */
4
+ export * from './image-editor/index';
package/package.json CHANGED
@@ -1,22 +1,49 @@
1
1
  {
2
- "name": "@syncfusion/ej2-image-editor",
3
- "version": "30.2.4",
4
- "description": "Essential JS 2 ImageEditor",
5
- "author": "Syncfusion Inc.",
6
- "license": "SEE LICENSE IN license",
7
- "main": "./dist/ej2-image-editor.umd.min.js",
8
- "module": "./index.js",
9
- "es2015": "./dist/es6/ej2-image-editor.es5.js",
2
+ "_from": "@syncfusion/ej2-image-editor@*",
3
+ "_id": "@syncfusion/ej2-image-editor@28.2.0",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-ZRXJy4ABn0/rhrAz6BSWecD3KqFtdXN6HpMbzT1Nwd+EpL4R8sKC7vJF4xo/km1ZTWgDjgFdImviKKV0Ze/GOQ==",
6
+ "_location": "/@syncfusion/ej2-image-editor",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "@syncfusion/ej2-image-editor@*",
12
+ "name": "@syncfusion/ej2-image-editor",
13
+ "escapedName": "@syncfusion%2fej2-image-editor",
14
+ "scope": "@syncfusion",
15
+ "rawSpec": "*",
16
+ "saveSpec": null,
17
+ "fetchSpec": "*"
18
+ },
19
+ "_requiredBy": [
20
+ "/",
21
+ "/@syncfusion/ej2",
22
+ "/@syncfusion/ej2-angular-image-editor",
23
+ "/@syncfusion/ej2-react-image-editor",
24
+ "/@syncfusion/ej2-vue-image-editor"
25
+ ],
26
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-development/@syncfusion/ej2-image-editor/-/ej2-image-editor-28.2.0.tgz",
27
+ "_shasum": "db58ce2ba449bdc03efaac0d29a3129ed74204ec",
28
+ "_spec": "@syncfusion/ej2-image-editor@*",
29
+ "_where": "D:\\SF3992\\WFH\\Nexus\\release",
30
+ "author": {
31
+ "name": "Syncfusion Inc."
32
+ },
33
+ "bundleDependencies": false,
10
34
  "dependencies": {
11
- "@syncfusion/ej2-base": "~30.2.4",
12
- "@syncfusion/ej2-buttons": "~30.2.4",
13
- "@syncfusion/ej2-dropdowns": "~30.2.4",
14
- "@syncfusion/ej2-inputs": "~30.2.4",
15
- "@syncfusion/ej2-navigations": "~30.2.4",
16
- "@syncfusion/ej2-popups": "~30.2.4",
17
- "@syncfusion/ej2-splitbuttons": "~30.2.4"
35
+ "@syncfusion/ej2-base": "~31.1.17",
36
+ "@syncfusion/ej2-buttons": "~31.1.17",
37
+ "@syncfusion/ej2-dropdowns": "~31.1.17",
38
+ "@syncfusion/ej2-inputs": "~31.1.17",
39
+ "@syncfusion/ej2-navigations": "~31.1.17",
40
+ "@syncfusion/ej2-popups": "~31.1.17",
41
+ "@syncfusion/ej2-splitbuttons": "~31.1.17"
18
42
  },
43
+ "deprecated": false,
44
+ "description": "Essential JS 2 ImageEditor",
19
45
  "devDependencies": {},
46
+ "es2015": "./dist/es6/ej2-image-editor.es5.js",
20
47
  "keywords": [
21
48
  "ej2",
22
49
  "syncfusion",
@@ -32,11 +59,16 @@
32
59
  "web image editor",
33
60
  "image editing software"
34
61
  ],
62
+ "license": "SEE LICENSE IN license",
63
+ "main": "./dist/ej2-image-editor.umd.min.js",
64
+ "module": "./index.js",
65
+ "name": "@syncfusion/ej2-image-editor",
35
66
  "repository": {
36
67
  "type": "git",
37
68
  "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/imageeditor"
38
69
  },
39
70
  "typings": "index.d.ts",
71
+ "version": "31.1.17",
40
72
  "sideEffects": false,
41
73
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
42
74
  }
@@ -87,15 +87,15 @@ var UndoRedo = /** @class */ (function () {
87
87
  this.updateUndoRedoStack();
88
88
  }
89
89
  break;
90
- case 'reset':
91
- this.reset();
92
- break;
93
90
  case 'preventEditComplete':
94
91
  args.value['obj']['bool'] = this.preventEditComplete;
95
92
  break;
96
93
  case 'preventApplyEditComplete':
97
94
  this.preventApplyEditComplete = args.value['bool'];
98
95
  break;
96
+ case 'reset':
97
+ this.reset();
98
+ break;
99
99
  }
100
100
  };
101
101
  UndoRedo.prototype.getModuleName = function () {