@syncfusion/ej2-documenteditor 33.2.14 → 33.2.15
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/README.md +1 -1
- package/dist/ej2-documenteditor.min.js +9 -0
- package/dist/ej2-documenteditor.umd.min.js +9 -0
- package/dist/global/ej2-documenteditor.min.js +9 -0
- package/dist/global/index.d.ts +9 -0
- package/package.json +6 -6
- package/src/document-editor/base/events-helper.d.ts +11 -11
- package/src/document-editor/implementation/editor/editor.d.ts +1 -1
- package/src/document-editor/implementation/editor/editor.js +1 -1
- package/src/document-editor/implementation/ruler/ruler.d.ts +1 -1
- package/src/document-editor/implementation/ruler/ruler.js +1 -1
package/README.md
CHANGED
|
@@ -138,4 +138,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-contr
|
|
|
138
138
|
|
|
139
139
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=javascript-word-processor-npm) for more info.
|
|
140
140
|
|
|
141
|
-
|
|
141
|
+
© Copyright 2026 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
|