devexpress-aspnetcore-spreadsheet 25.1.11 → 25.1.12
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.
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress AspNetCore Spreadsheet (dx-localization-builder.js)
|
|
3
|
-
* Version: 25.1.
|
|
3
|
+
* Version: 25.1.12
|
|
4
4
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
|
6
6
|
*/
|
|
7
7
|
/**
|
|
8
8
|
* DevExpress ASPxSpreadsheet (dx-localization-builder.js)
|
|
9
|
-
* Version: 25.1.
|
|
9
|
+
* Version: 25.1.13-build-26152-0115
|
|
10
10
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
11
11
|
* License: https://www.devexpress.com/Support/EULAs",
|
|
12
12
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress AspNetCore Spreadsheet (dx-aspnetcore-spreadsheet.js)
|
|
3
|
-
* Version: 25.1.
|
|
3
|
+
* Version: 25.1.12
|
|
4
4
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
|
6
6
|
*/
|
|
@@ -62430,7 +62430,7 @@ Object.defineProperty(ASPxClientSpreadsheet, 'Functions', {
|
|
|
62430
62430
|
|
|
62431
62431
|
/**
|
|
62432
62432
|
* DevExpress ASPxSpreadsheet (dx-aspnetcore-ribbon.js)
|
|
62433
|
-
* Version: 25.1.
|
|
62433
|
+
* Version: 25.1.13-build-26152-0115
|
|
62434
62434
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
62435
62435
|
* License: https://www.devexpress.com/Support/EULAs",
|
|
62436
62436
|
*/
|
|
@@ -66672,7 +66672,11 @@ class Utils {
|
|
|
66672
66672
|
static getTrimmedMessage(id) {
|
|
66673
66673
|
const message = (0,external_DevExpress_localization_namespaceObject.formatMessage)(id);
|
|
66674
66674
|
const trimmedFromEnd = string.StringUtils.trimEnd(message, ['\\.']);
|
|
66675
|
-
return trimmedFromEnd
|
|
66675
|
+
return trimmedFromEnd
|
|
66676
|
+
.replace(/&&/g, '\u0000')
|
|
66677
|
+
.replace(/(\S)&/g, "$1")
|
|
66678
|
+
.replace(/&(\S)/g, "$1")
|
|
66679
|
+
.replace(/\u0000/g, '&');
|
|
66676
66680
|
}
|
|
66677
66681
|
}
|
|
66678
66682
|
class TypeConverterFactory {
|
|
@@ -66971,8 +66975,8 @@ class Ribbon {
|
|
|
66971
66975
|
(function() {
|
|
66972
66976
|
window.DevExpress = window.DevExpress || {};
|
|
66973
66977
|
if(!!window.DevExpress.config) {
|
|
66974
|
-
window.DevExpress.config(JSON.parse(atob("
|
|
66978
|
+
window.DevExpress.config(JSON.parse(atob("eyJsaWNlbnNlS2V5IjoiZXdvZ0lDSm1iM0p0WVhRaU9pQXhMQW9nSUNKcGJuUmxjbTVoYkZWellXZGxTV1FpT2lBaWFFVTFORFkxU3pSUlpYaFNVWGxFWjIxTldtaHRVeUlLZlE9PS5hc1crYVJtdENhb2ZiRVJBTERDVkNmVTlCOGgxS3Y5SHBRRFhCQWphWUIxNHRmUEx6a09xdkhRbnlieFNVdEdKbmZ0dnkxNDQ5UE9QL1pmd1pzRThBTG4zWnpIaWEvWlVmTWNNUytOL2liNEM3VEhOS2tZYnZyL3AxaEVzTnVnRDgzZnhxdz09In0=")));
|
|
66975
66979
|
} else {
|
|
66976
|
-
window.DevExpress.config = JSON.parse(atob("
|
|
66980
|
+
window.DevExpress.config = JSON.parse(atob("eyJsaWNlbnNlS2V5IjoiZXdvZ0lDSm1iM0p0WVhRaU9pQXhMQW9nSUNKcGJuUmxjbTVoYkZWellXZGxTV1FpT2lBaWFFVTFORFkxU3pSUlpYaFNVWGxFWjIxTldtaHRVeUlLZlE9PS5hc1crYVJtdENhb2ZiRVJBTERDVkNmVTlCOGgxS3Y5SHBRRFhCQWphWUIxNHRmUEx6a09xdkhRbnlieFNVdEdKbmZ0dnkxNDQ5UE9QL1pmd1pzRThBTG4zWnpIaWEvWlVmTWNNUytOL2liNEM3VEhOS2tZYnZyL3AxaEVzTnVnRDgzZnhxdz09In0="));
|
|
66977
66981
|
}
|
|
66978
66982
|
})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devexpress-aspnetcore-spreadsheet",
|
|
3
|
-
"version": "25.1.
|
|
3
|
+
"version": "25.1.12",
|
|
4
4
|
"homepage": "https://www.devexpress.com/",
|
|
5
5
|
"bugs": "https://www.devexpress.com/support/",
|
|
6
6
|
"author": "Developer Express Inc.",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"localization": "node bin/localization-builder.js localization-source localization"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"devextreme": "25.1.
|
|
14
|
+
"devextreme": "25.1.12"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"spreadsheet",
|