devexpress-aspnetcore-spreadsheet 25.2.3 → 25.2.4
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,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress AspNetCore Spreadsheet (localization-builder.js)
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Copyright (c) 2012 -
|
|
3
|
+
* Version: 25.2.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
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress AspNetCore Spreadsheet (dx-aspnetcore-spreadsheet.css)
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Copyright (c) 2012 -
|
|
3
|
+
* Version: 25.2.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
|
@charset "UTF-8";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress AspNetCore Spreadsheet (dx-aspnetcore-spreadsheet.js)
|
|
3
|
-
* Version: 25.2.
|
|
4
|
-
* Copyright (c) 2012 -
|
|
3
|
+
* Version: 25.2.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
|
/*# namespace DevExpress.Web.Scripts #*/
|
|
@@ -62429,8 +62429,8 @@ Object.defineProperty(ASPxClientSpreadsheet, 'Functions', {
|
|
|
62429
62429
|
|
|
62430
62430
|
/**
|
|
62431
62431
|
* DevExpress ASPxSpreadsheet (dx-aspnetcore-ribbon.js)
|
|
62432
|
-
* Version: 25.2.
|
|
62433
|
-
* Copyright (c) 2012 -
|
|
62432
|
+
* Version: 25.2.4
|
|
62433
|
+
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
62434
62434
|
* License: https://www.devexpress.com/Support/EULAs",
|
|
62435
62435
|
*/
|
|
62436
62436
|
var DevExpress;
|
|
@@ -66454,8 +66454,8 @@ class Ribbon {
|
|
|
66454
66454
|
(function() {
|
|
66455
66455
|
window.DevExpress = window.DevExpress || {};
|
|
66456
66456
|
if(!!window.DevExpress.config) {
|
|
66457
|
-
window.DevExpress.config(JSON.parse(atob("
|
|
66457
|
+
window.DevExpress.config(JSON.parse(atob("eyJsaWNlbnNlS2V5IjoiZXdvZ0lDSm1iM0p0WVhRaU9pQXhMQW9nSUNKcGJuUmxjbTVoYkZWellXZGxTV1FpT2lBaU1saDJiRWxOYkZFd1NWSnJWMWwwVVZBM1MwUnVkQ0lLZlE9PS5lTElCclp2dGFXNlh2dXR2d2RHT0U2cVQzREVjakhXZ08wcS9VZjI1bTE2dXhiRDhNSTZsQXl6Titza255R25HbmVUUlQrSitGZlFBYmpIVU9VZHUzeU1JTWF4MTRRdVVyRXdPcHBLWVVKUmdoUFZjYzhQblJRYmxqWjJvRTNTek1PUHlYQT09In0=")));
|
|
66458
66458
|
} else {
|
|
66459
|
-
window.DevExpress.config = JSON.parse(atob("
|
|
66459
|
+
window.DevExpress.config = JSON.parse(atob("eyJsaWNlbnNlS2V5IjoiZXdvZ0lDSm1iM0p0WVhRaU9pQXhMQW9nSUNKcGJuUmxjbTVoYkZWellXZGxTV1FpT2lBaU1saDJiRWxOYkZFd1NWSnJWMWwwVVZBM1MwUnVkQ0lLZlE9PS5lTElCclp2dGFXNlh2dXR2d2RHT0U2cVQzREVjakhXZ08wcS9VZjI1bTE2dXhiRDhNSTZsQXl6Titza255R25HbmVUUlQrSitGZlFBYmpIVU9VZHUzeU1JTWF4MTRRdVVyRXdPcHBLWVVKUmdoUFZjYzhQblJRYmxqWjJvRTNTek1PUHlYQT09In0="));
|
|
66460
66460
|
}
|
|
66461
66461
|
})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devexpress-aspnetcore-spreadsheet",
|
|
3
|
-
"version": "25.2.
|
|
3
|
+
"version": "25.2.4",
|
|
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.2.
|
|
14
|
+
"devextreme": "25.2.4"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"spreadsheet",
|