devexpress-aspnetcore-spreadsheet 25.1.6 → 25.1.7
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,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress AspNetCore Spreadsheet (dx-aspnetcore-spreadsheet.js)
|
|
3
|
-
* Version: 25.1.
|
|
3
|
+
* Version: 25.1.7
|
|
4
4
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
|
6
6
|
*/
|
|
@@ -21986,7 +21986,7 @@ var ASPxClientSpreadsheetBeforeSendEventArgs = ASPx.CreateClass(ASPxClientEventA
|
|
|
21986
21986
|
/*# public ASPxClientSpreadsheetBeforeSendEventArgs(XMLHttpRequest request) : base() {} #*/
|
|
21987
21987
|
constructor: function(request) {
|
|
21988
21988
|
this.constructor.prototype.constructor.call(this);
|
|
21989
|
-
/*# public
|
|
21989
|
+
/*# public XMLHttpRequest request { get { return null; } } #*/
|
|
21990
21990
|
this.request = request;
|
|
21991
21991
|
}
|
|
21992
21992
|
});
|
|
@@ -66407,8 +66407,8 @@ class Ribbon {
|
|
|
66407
66407
|
(function() {
|
|
66408
66408
|
window.DevExpress = window.DevExpress || {};
|
|
66409
66409
|
if(!!window.DevExpress.config) {
|
|
66410
|
-
window.DevExpress.config(JSON.parse(atob("
|
|
66410
|
+
window.DevExpress.config(JSON.parse(atob("eyJsaWNlbnNlS2V5IjoiZXdvZ0lDSm1iM0p0WVhRaU9pQXhMQW9nSUNKcGJuUmxjbTVoYkZWellXZGxTV1FpT2lBaWJtRjZUREkwYlc5TVRrNW9aM0pPVFVocVdETlhlU0lLZlE9PS5kaVQyYjBLalpZMm9KWlo0QXhVTXRYRlQxc3ZFaG45OW5PMWZrSHQxS09TKzgzMnFzODREbENreWJub3pNVER1clB6UFpiWjRHbCtMQnBzcnhhUXd5NzB6dHY2blVNd21MeExKVjJHdFhKV2lVWWl3R2R6bEg0UkxrcGZreERGK0FYdEVUZz09In0=")));
|
|
66411
66411
|
} else {
|
|
66412
|
-
window.DevExpress.config = JSON.parse(atob("
|
|
66412
|
+
window.DevExpress.config = JSON.parse(atob("eyJsaWNlbnNlS2V5IjoiZXdvZ0lDSm1iM0p0WVhRaU9pQXhMQW9nSUNKcGJuUmxjbTVoYkZWellXZGxTV1FpT2lBaWJtRjZUREkwYlc5TVRrNW9aM0pPVFVocVdETlhlU0lLZlE9PS5kaVQyYjBLalpZMm9KWlo0QXhVTXRYRlQxc3ZFaG45OW5PMWZrSHQxS09TKzgzMnFzODREbENreWJub3pNVER1clB6UFpiWjRHbCtMQnBzcnhhUXd5NzB6dHY2blVNd21MeExKVjJHdFhKV2lVWWl3R2R6bEg0UkxrcGZreERGK0FYdEVUZz09In0="));
|
|
66413
66413
|
}
|
|
66414
66414
|
})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devexpress-aspnetcore-spreadsheet",
|
|
3
|
-
"version": "25.1.
|
|
3
|
+
"version": "25.1.7",
|
|
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.7"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"spreadsheet",
|