devexpress-aspnetcore-spreadsheet 24.1.16 → 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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress AspNetCore Spreadsheet (dx-aspnetcore-spreadsheet.js)
|
|
3
|
-
* Version: 24.1.
|
|
3
|
+
* Version: 24.1.17
|
|
4
4
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
|
6
6
|
*/
|
|
@@ -62416,8 +62416,8 @@ var DevExpress;!function(){"use strict";var t={279:function(t,e){Object.definePr
|
|
|
62416
62416
|
(function() {
|
|
62417
62417
|
window.DevExpress = window.DevExpress || {};
|
|
62418
62418
|
if(!!window.DevExpress.config) {
|
|
62419
|
-
window.DevExpress.config(JSON.parse(atob("
|
|
62419
|
+
window.DevExpress.config(JSON.parse(atob("eyJsaWNlbnNlS2V5IjoiZXdvZ0lDSm1iM0p0WVhRaU9pQXhMQW9nSUNKcGJuUmxjbTVoYkZWellXZGxTV1FpT2lBaVMxTkhWSEZUVlVsVU5WWlFNall3TlZaSFdEZHFZaUlLZlE9PS5SNlR4Zk84NlVDNjh3VVJZdU90RXpIbVhQS3lJRkNsWWlURm0wbEJvT2FBS2VIQTByMFN1NzBrT2lRcVlYOUhYTVVHMFJVdGFEYjU0RFdFOGFDY2o4d0hTVzAwR3o3U3BPMkNmSnV4ZWNQN1BURDJ1LzZ5cVRHcElHMmZ0V0tkb1JsMEhJQT09In0=")));
|
|
62420
62420
|
} else {
|
|
62421
|
-
window.DevExpress.config = JSON.parse(atob("
|
|
62421
|
+
window.DevExpress.config = JSON.parse(atob("eyJsaWNlbnNlS2V5IjoiZXdvZ0lDSm1iM0p0WVhRaU9pQXhMQW9nSUNKcGJuUmxjbTVoYkZWellXZGxTV1FpT2lBaVMxTkhWSEZUVlVsVU5WWlFNall3TlZaSFdEZHFZaUlLZlE9PS5SNlR4Zk84NlVDNjh3VVJZdU90RXpIbVhQS3lJRkNsWWlURm0wbEJvT2FBS2VIQTByMFN1NzBrT2lRcVlYOUhYTVVHMFJVdGFEYjU0RFdFOGFDY2o4d0hTVzAwR3o3U3BPMkNmSnV4ZWNQN1BURDJ1LzZ5cVRHcElHMmZ0V0tkb1JsMEhJQT09In0="));
|
|
62422
62422
|
}
|
|
62423
62423
|
})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devexpress-aspnetcore-spreadsheet",
|
|
3
|
-
"version": "24.1.
|
|
3
|
+
"version": "24.1.17",
|
|
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": "24.1.
|
|
14
|
+
"devextreme": "24.1.17"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"spreadsheet",
|