devexpress-richedit 24.1.8 → 24.1.9-build-25002-0102
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/bin/gulpfile.js +2 -2
- package/bin/index-custom.js +2 -2
- package/bin/localization-builder.js +2 -2
- package/bin/nspell-index.js +2 -2
- package/bin/nspell.webpack.config.js +2 -2
- package/bin/webpack-externals.js +2 -2
- package/bin/webpack.config.js +2 -2
- package/dist/dx.richedit.d.ts +2 -2
- package/dist/dx.richedit.js +11 -2440
- package/dist/dx.richedit.min.js +3 -3
- package/index.d.ts +2 -2
- package/index.js +2 -2
- package/lib/common/layout-formatter/formatter/utils/restart-preparer.js +2 -2
- package/lib/common/model/caches/images.d.ts +1 -0
- package/lib/common/model/caches/images.js +5 -2
- package/package.json +3 -3
package/bin/gulpfile.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
2
|
* DevExpress WebRichEdit (gulpfile.js)
|
3
|
-
* Version: 24.1.
|
4
|
-
* Copyright (c) 2012 -
|
3
|
+
* Version: 24.1.9
|
4
|
+
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
6
6
|
*/
|
7
7
|
const path = require('path');
|
package/bin/index-custom.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
2
|
* DevExpress WebRichEdit (index-custom.js)
|
3
|
-
* Version: 24.1.
|
4
|
-
* Copyright (c) 2012 -
|
3
|
+
* Version: 24.1.9
|
4
|
+
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
6
6
|
*/
|
7
7
|
export * as RichEdit from '../index';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
2
|
* DevExpress WebRichEdit (localization-builder.js)
|
3
|
-
* Version: 24.1.
|
4
|
-
* Copyright (c) 2012 -
|
3
|
+
* Version: 24.1.9
|
4
|
+
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
6
6
|
*/
|
7
7
|
const jsHeader =
|
package/bin/nspell-index.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
2
|
* DevExpress WebRichEdit (nspell-index.js)
|
3
|
-
* Version: 24.1.
|
4
|
-
* Copyright (c) 2012 -
|
3
|
+
* Version: 24.1.9
|
4
|
+
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
6
6
|
*/
|
7
7
|
import * as nspellImport from 'nspell';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
2
|
* DevExpress WebRichEdit (nspell.webpack.config.js)
|
3
|
-
* Version: 24.1.
|
4
|
-
* Copyright (c) 2012 -
|
3
|
+
* Version: 24.1.9
|
4
|
+
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
6
6
|
*/
|
7
7
|
const path = require('path');
|
package/bin/webpack-externals.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
2
|
* DevExpress WebRichEdit (webpack-externals.js)
|
3
|
-
* Version: 24.1.
|
4
|
-
* Copyright (c) 2012 -
|
3
|
+
* Version: 24.1.9
|
4
|
+
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
6
6
|
*/
|
7
7
|
const jsZipExternals = {
|
package/bin/webpack.config.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
2
|
* DevExpress WebRichEdit (webpack.config.js)
|
3
|
-
* Version: 24.1.
|
4
|
-
* Copyright (c) 2012 -
|
3
|
+
* Version: 24.1.9
|
4
|
+
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
6
6
|
*/
|
7
7
|
const path = require('path');
|
package/dist/dx.richedit.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
2
|
* DevExpress WebRichEdit (dx.richedit.d.ts)
|
3
|
-
* Version: 24.1.
|
4
|
-
* Copyright (c) 2012 -
|
3
|
+
* Version: 24.1.9
|
4
|
+
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
6
6
|
*/
|
7
7
|
declare module DevExpress.RichEdit {
|