devexpress-richedit 18.2.12 → 18.2.16
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/dist/dx.richedit.d.ts +2 -2
- package/dist/dx.richedit.js +2 -2
- package/dist/dx.richedit.min.js +2 -2
- package/package.json +2 -2
package/dist/dx.richedit.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress WebRichEdit (dx.richedit.d.ts)
|
|
3
|
-
* Version: 18.2.
|
|
4
|
-
* Copyright (c) 2012 -
|
|
3
|
+
* Version: 18.2.16
|
|
4
|
+
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
|
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
|
6
6
|
*/
|
|
7
7
|
declare namespace DevExpress.RichEdit {
|
package/dist/dx.richedit.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress WebRichEdit (dx.richedit.js)
|
|
3
|
-
* Version: 18.2.
|
|
4
|
-
* Copyright (c) 2012 -
|
|
3
|
+
* Version: 18.2.16
|
|
4
|
+
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
|
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
|
6
6
|
*/
|
|
7
7
|
var DevExpress = typeof DevExpress === "object" ? DevExpress : {}; DevExpress["RichEdit"] =
|