devexpress-richedit 23.2.12 → 23.2.13
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 +1 -1
- package/bin/index-custom.js +1 -1
- package/bin/localization-builder.js +1 -1
- package/bin/nspell-index.js +1 -1
- package/bin/nspell.webpack.config.js +1 -1
- package/bin/webpack-externals.js +1 -1
- package/bin/webpack.config.js +1 -1
- package/dist/dx.richedit.d.ts +1 -1
- package/dist/dx.richedit.js +2 -4
- package/dist/dx.richedit.min.js +2 -2
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client/client-rich-edit.js +2 -2
- package/lib/core/model/fields/field.js +0 -2
- package/package.json +3 -3
package/bin/gulpfile.js
CHANGED
package/bin/index-custom.js
CHANGED
package/bin/nspell-index.js
CHANGED
package/bin/webpack-externals.js
CHANGED
package/bin/webpack.config.js
CHANGED
package/dist/dx.richedit.d.ts
CHANGED
package/dist/dx.richedit.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/**
|
2
2
|
* DevExpress WebRichEdit (dx.richedit.js)
|
3
|
-
* Version: 23.2.
|
3
|
+
* Version: 23.2.13
|
4
4
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
6
6
|
*/
|
@@ -25016,8 +25016,6 @@ class HyperlinkInfo {
|
|
25016
25016
|
return false;
|
25017
25017
|
if (this.uri.startsWith("#"))
|
25018
25018
|
return false;
|
25019
|
-
if (this.isMail())
|
25020
|
-
return false;
|
25021
25019
|
return utils/* UrlUtils */.jE.isValid(this.uri);
|
25022
25020
|
}
|
25023
25021
|
isMail() {
|
@@ -142604,7 +142602,7 @@ class ClientRichEdit {
|
|
142604
142602
|
this.contextMenuSettings = settings.contextMenuSettings;
|
142605
142603
|
this.fullScreenHelper = new FullScreenHelper(element);
|
142606
142604
|
if (true)
|
142607
|
-
external_DevExpress_config_default()(JSON.parse(atob('
|
142605
|
+
external_DevExpress_config_default()(JSON.parse(atob('eyJsaWNlbnNlS2V5IjoiZXdvZ0lDSm1iM0p0WVhRaU9pQXhMQW9nSUNKcGJuUmxjbTVoYkZWellXZGxTV1FpT2lBaVIwaDVTak5RVUVwRGJqVXlZVFJ1WWxOb1lraGhVU0lLZlE9PS5TV1o5SjNoSUxuQkowSmVaNnFXdWRnR3hIRTAxQkRRNitUUjJOQk55QStxcTc1dDRnYWt5VGJXdDhkTUlLNHBnVTM2dWNXOW53S0lIYUFVL1JyR1NqcWFtOGVZbEdYQXBKSGNoV2dMUTFVZU05NndtTGRSemJYbHcxZDNRS2RNUFNDZ0tWZz09In0=')));
|
142608
142606
|
this.prepareElement(element, settings);
|
142609
142607
|
this.initDefaultFontsAndStyles();
|
142610
142608
|
this.initBars(settings.ribbon, settings.fonts);
|