@syncfusion/ej2-react-documenteditor 23.2.7 → 24.1.43

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 (61) hide show
  1. package/CHANGELOG.md +210 -394
  2. package/README.md +1 -1
  3. package/diConfig.json +2 -1
  4. package/dist/ej2-react-documenteditor.min.js +9 -0
  5. package/dist/ej2-react-documenteditor.umd.min.js +9 -0
  6. package/package.json +58 -58
  7. package/styles/bootstrap-dark.css +1 -5835
  8. package/styles/bootstrap.css +1 -5863
  9. package/styles/bootstrap4.css +1 -6221
  10. package/styles/bootstrap5-dark.css +1 -6181
  11. package/styles/bootstrap5.css +1 -6181
  12. package/styles/document-editor/bootstrap-dark.css +1 -3844
  13. package/styles/document-editor/bootstrap.css +1 -3845
  14. package/styles/document-editor/bootstrap4.css +1 -4000
  15. package/styles/document-editor/bootstrap5-dark.css +1 -3942
  16. package/styles/document-editor/bootstrap5.css +1 -3942
  17. package/styles/document-editor/fabric-dark.css +1 -3844
  18. package/styles/document-editor/fabric.css +1 -3848
  19. package/styles/document-editor/fluent-dark.css +1 -3886
  20. package/styles/document-editor/fluent.css +1 -3886
  21. package/styles/document-editor/highcontrast-light.css +1 -2794
  22. package/styles/document-editor/highcontrast.css +1 -3844
  23. package/styles/document-editor/material-dark.css +1 -3838
  24. package/styles/document-editor/material.css +1 -3838
  25. package/styles/document-editor/material3-dark.css +1 -3996
  26. package/styles/document-editor/material3-dark.scss +1 -1
  27. package/styles/document-editor/material3.css +1 -4052
  28. package/styles/document-editor/material3.scss +1 -1
  29. package/styles/document-editor/tailwind-dark.css +1 -4152
  30. package/styles/document-editor/tailwind.css +1 -4155
  31. package/styles/document-editor-container/bootstrap-dark.css +1 -1990
  32. package/styles/document-editor-container/bootstrap.css +1 -2017
  33. package/styles/document-editor-container/bootstrap4.css +1 -2220
  34. package/styles/document-editor-container/bootstrap5-dark.css +1 -2238
  35. package/styles/document-editor-container/bootstrap5.css +1 -2238
  36. package/styles/document-editor-container/fabric-dark.css +1 -1976
  37. package/styles/document-editor-container/fabric.css +1 -2012
  38. package/styles/document-editor-container/fluent-dark.css +1 -2127
  39. package/styles/document-editor-container/fluent.css +1 -2127
  40. package/styles/document-editor-container/highcontrast-light.css +1 -4011
  41. package/styles/document-editor-container/highcontrast.css +1 -2019
  42. package/styles/document-editor-container/material-dark.css +1 -1971
  43. package/styles/document-editor-container/material.css +1 -1990
  44. package/styles/document-editor-container/material3-dark.css +1 -2251
  45. package/styles/document-editor-container/material3-dark.scss +1 -1
  46. package/styles/document-editor-container/material3.css +1 -2307
  47. package/styles/document-editor-container/material3.scss +1 -1
  48. package/styles/document-editor-container/tailwind-dark.css +1 -2074
  49. package/styles/document-editor-container/tailwind.css +1 -2074
  50. package/styles/fabric-dark.css +1 -5821
  51. package/styles/fabric.css +1 -5861
  52. package/styles/fluent-dark.css +1 -6014
  53. package/styles/fluent.css +1 -6014
  54. package/styles/highcontrast-light.css +1 -4768
  55. package/styles/highcontrast.css +1 -5864
  56. package/styles/material-dark.css +1 -5810
  57. package/styles/material.css +1 -5829
  58. package/styles/material3-dark.css +1 -6248
  59. package/styles/material3.css +1 -6360
  60. package/styles/tailwind-dark.css +1 -6227
  61. package/styles/tailwind.css +1 -6230
package/README.md CHANGED
@@ -131,4 +131,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
131
131
 
132
132
  See [LICENSE FILE](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=react-word-processor-npm) for more info.
133
133
 
134
- © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
134
+ © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
package/diConfig.json CHANGED
@@ -77,7 +77,8 @@
77
77
  "SpellChecker",
78
78
  "SpellCheckDialog",
79
79
  "CollaborativeEditing",
80
- "ColumnsDialog"
80
+ "ColumnsDialog",
81
+ "CollaborativeEditingHandler"
81
82
  ],
82
83
  "modules":[
83
84
  { "className": "Selection", "propertyName": "selection"},
@@ -1 +1,10 @@
1
+ /*!
2
+ * filename: ej2-react-documenteditor.min.js
3
+ * version : 24.1.43
4
+ * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
1
10
  !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("SyncfusionDocumenteditor"),require("SyncfusionReactBase"),require("React")):"function"==typeof define&&define.amd?define(["SyncfusionDocumenteditor","SyncfusionReactBase","React"],e):"object"==typeof exports?exports.SyncfusionReactDocumenteditor=e(require("SyncfusionDocumenteditor"),require("SyncfusionReactBase"),require("React")):t.SyncfusionReactDocumenteditor=e(t.SyncfusionDocumenteditor,t.SyncfusionReactBase,t.React)}(this,function(t,e,n){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=7)}([function(e,n){e.exports=t},function(t,n){t.exports=e},function(t,e){t.exports=n},function(t,e,n){"use strict";var r=n(5);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";var r=n(6);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";n.d(e,"a",function(){return u});var r=n(2),o=(n.n(r),n(0)),i=(n.n(o),n(1)),c=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),u=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.statelessTemplateProps=null,n.templateProps=null,n.immediateRender=!0,n.portals=[],n}return c(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.DocumentEditorContainer);n.i(i.applyMixins)(u,[i.ComponentBase,r.Component])},function(t,e,n){"use strict";n.d(e,"a",function(){return u});var r=n(2),o=(n.n(r),n(0)),i=(n.n(o),n(1)),c=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),u=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.statelessTemplateProps=null,n.templateProps=null,n.immediateRender=!0,n.portals=[],n}return c(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.DocumentEditor);n.i(i.applyMixins)(u,[i.ComponentBase,r.Component])},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(4);n.d(e,"DocumentEditorComponent",function(){return r.a});var o=n(3);n.d(e,"DocumentEditorContainerComponent",function(){return o.a});var i=n(1);n.n(i);n.o(i,"Inject")&&n.d(e,"Inject",function(){return i.Inject});var c=n(0);n.n(c);for(var u in c)["DocumentEditorComponent","DocumentEditorContainerComponent","Inject","default"].indexOf(u)<0&&function(t){n.d(e,t,function(){return c[t]})}(u)}])});
@@ -1,2 +1,11 @@
1
+ /*!
2
+ * filename: ej2-react-documenteditor.umd.min.js
3
+ * version : 24.1.43
4
+ * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
1
10
  !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react"),require("@syncfusion/ej2-documenteditor"),require("@syncfusion/ej2-react-base")):"function"==typeof define&&define.amd?define(["exports","react","@syncfusion/ej2-documenteditor","@syncfusion/ej2-react-base"],t):t(e.ej={},e.React,e.ej2Documenteditor,e.ej2ReactBase)}(this,function(e,t,n,r){"use strict";var o=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),i=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.statelessTemplateProps=null,n.templateProps=null,n.immediateRender=!0,n.portals=[],n}return o(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.DocumentEditor);r.applyMixins(i,[r.ComponentBase,t.Component]);var c=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),s=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.statelessTemplateProps=null,n.templateProps=null,n.immediateRender=!0,n.portals=[],n}return c(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.DocumentEditorContainer);r.applyMixins(s,[r.ComponentBase,t.Component]),e.Inject=r.Inject,e.DocumentEditorComponent=i,e.DocumentEditorContainerComponent=s,Object.keys(n).forEach(function(t){e[t]=n[t]}),Object.defineProperty(e,"__esModule",{value:!0})});
2
11
  //# sourceMappingURL=ej2-react-documenteditor.umd.min.js.map
package/package.json CHANGED
@@ -1,58 +1,58 @@
1
- {
2
- "_from": "@syncfusion/ej2-react-documenteditor@*",
3
- "_id": "@syncfusion/ej2-react-documenteditor@23.2.5",
4
- "_inBundle": false,
5
- "_integrity": "sha512-yIjdwL1sNEv3qgWXfqD5A1fzY2+xvhLM0YVMVjNc+RnZcbg5zOeiP1KvJpRyMQfYOsdcvvx0Dvn6Mo0ofS5QvA==",
6
- "_location": "/@syncfusion/ej2-react-documenteditor",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-react-documenteditor@*",
12
- "name": "@syncfusion/ej2-react-documenteditor",
13
- "escapedName": "@syncfusion%2fej2-react-documenteditor",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/"
21
- ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-23.2.5.tgz",
23
- "_shasum": "246e87523972c4c310bda5bcc8e97bc5b6b486ed",
24
- "_spec": "@syncfusion/ej2-react-documenteditor@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
- "author": {
27
- "name": "Syncfusion Inc."
28
- },
29
- "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-react-ui-components/issues"
31
- },
32
- "bundleDependencies": false,
33
- "dependencies": {
34
- "@syncfusion/ej2-base": "~23.2.6",
35
- "@syncfusion/ej2-documenteditor": "23.2.7",
36
- "@syncfusion/ej2-react-base": "~23.2.5"
37
- },
38
- "deprecated": false,
39
- "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
40
- "devDependencies": {},
41
- "es2015": "dist/es6/ej2-react-documenteditor.es2015.js",
42
- "homepage": "https://www.syncfusion.com/react-components",
43
- "keywords": [
44
- "react",
45
- "react-documenteditor",
46
- "ej2-react-documenteditor"
47
- ],
48
- "license": "SEE LICENSE IN license",
49
- "main": "./dist/ej2-react-documenteditor.umd.min.js",
50
- "module": "./index.js",
51
- "name": "@syncfusion/ej2-react-documenteditor",
52
- "repository": {
53
- "type": "git",
54
- "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
55
- },
56
- "version": "23.2.7",
57
- "sideEffects": false
58
- }
1
+ {
2
+ "_from": "@syncfusion/ej2-react-documenteditor@*",
3
+ "_id": "@syncfusion/ej2-react-documenteditor@24.1.41",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-c1nSHTGK1klbqhXtKNrZHi3JS8EjII5GMpB2sC8oDWmEaWB0Yc6sNqfUPOrqkOpPgVd0oaMoTiRQQgqqXk+ZXg==",
6
+ "_location": "/@syncfusion/ej2-react-documenteditor",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "@syncfusion/ej2-react-documenteditor@*",
12
+ "name": "@syncfusion/ej2-react-documenteditor",
13
+ "escapedName": "@syncfusion%2fej2-react-documenteditor",
14
+ "scope": "@syncfusion",
15
+ "rawSpec": "*",
16
+ "saveSpec": null,
17
+ "fetchSpec": "*"
18
+ },
19
+ "_requiredBy": [
20
+ "/"
21
+ ],
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-24.1.41.tgz",
23
+ "_shasum": "ff76324c5da73ee578b19b1dac7622fe1c0ddeb8",
24
+ "_spec": "@syncfusion/ej2-react-documenteditor@*",
25
+ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
+ "author": {
27
+ "name": "Syncfusion Inc."
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/syncfusion/ej2-react-ui-components/issues"
31
+ },
32
+ "bundleDependencies": false,
33
+ "dependencies": {
34
+ "@syncfusion/ej2-base": "~24.1.42",
35
+ "@syncfusion/ej2-documenteditor": "24.1.43",
36
+ "@syncfusion/ej2-react-base": "~24.1.41"
37
+ },
38
+ "deprecated": false,
39
+ "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
40
+ "devDependencies": {},
41
+ "es2015": "dist/es6/ej2-react-documenteditor.es2015.js",
42
+ "homepage": "https://www.syncfusion.com/react-components",
43
+ "keywords": [
44
+ "react",
45
+ "react-documenteditor",
46
+ "ej2-react-documenteditor"
47
+ ],
48
+ "license": "SEE LICENSE IN license",
49
+ "main": "./dist/ej2-react-documenteditor.umd.min.js",
50
+ "module": "./index.js",
51
+ "name": "@syncfusion/ej2-react-documenteditor",
52
+ "repository": {
53
+ "type": "git",
54
+ "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
55
+ },
56
+ "version": "24.1.43",
57
+ "sideEffects": false
58
+ }