devexpress-richedit 24.1.15 → 24.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.
- 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 +3 -3
- package/dist/dx.richedit.min.js +3 -3
- package/index.d.ts +2 -2
- package/index.js +2 -2
- package/lib/client/client-rich-edit.js +2 -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.17
|
|
4
|
+
* Copyright (c) 2012 - 2026 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.17
|
|
4
|
+
* Copyright (c) 2012 - 2026 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.17
|
|
4
|
+
* Copyright (c) 2012 - 2026 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.17
|
|
4
|
+
* Copyright (c) 2012 - 2026 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.17
|
|
4
|
+
* Copyright (c) 2012 - 2026 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.17
|
|
4
|
+
* Copyright (c) 2012 - 2026 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.17
|
|
4
|
+
* Copyright (c) 2012 - 2026 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.17
|
|
4
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
|
6
6
|
*/
|
|
7
7
|
declare module DevExpress.RichEdit {
|
package/dist/dx.richedit.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress WebRichEdit (dx.richedit.js)
|
|
3
|
-
* Version: 24.1.
|
|
4
|
-
* Copyright (c) 2012 -
|
|
3
|
+
* Version: 24.1.17
|
|
4
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
|
6
6
|
*/
|
|
7
7
|
/******/ (function() { // webpackBootstrap
|
|
@@ -141839,7 +141839,7 @@ class ClientRichEdit {
|
|
|
141839
141839
|
this.contextMenuSettings = settings.contextMenuSettings;
|
|
141840
141840
|
this.fullScreenHelper = new FullScreenHelper(element);
|
|
141841
141841
|
if (true)
|
|
141842
|
-
external_DevExpress_config_default()(JSON.parse(atob('
|
|
141842
|
+
external_DevExpress_config_default()(JSON.parse(atob('eyJsaWNlbnNlS2V5IjoiZXdvZ0lDSm1iM0p0WVhRaU9pQXhMQW9nSUNKcGJuUmxjbTVoYkZWellXZGxTV1FpT2lBaVMxTkhWSEZUVlVsVU5WWlFNall3TlZaSFdEZHFZaUlLZlE9PS5SNlR4Zk84NlVDNjh3VVJZdU90RXpIbVhQS3lJRkNsWWlURm0wbEJvT2FBS2VIQTByMFN1NzBrT2lRcVlYOUhYTVVHMFJVdGFEYjU0RFdFOGFDY2o4d0hTVzAwR3o3U3BPMkNmSnV4ZWNQN1BURDJ1LzZ5cVRHcElHMmZ0V0tkb1JsMEhJQT09In0=')));
|
|
141843
141843
|
this.prepareElement(element, settings);
|
|
141844
141844
|
this.initDefaultFontsAndStyles();
|
|
141845
141845
|
this.initBars(settings.ribbon, settings.fonts);
|