devexpress-aspnetcore-spreadsheet 25.1.2-beta → 25.1.3
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.3
|
|
4
4
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
|
6
6
|
*/
|
|
@@ -9609,7 +9609,7 @@ ControlUpdateWatcher.getInstance = function () {
|
|
|
9609
9609
|
ASPx.Evt.AttachEventToElement(window, "beforeunload", function(e) {
|
|
9610
9610
|
return ControlUpdateWatcher.Instance.OnWindowBeforeUnload(e);
|
|
9611
9611
|
});
|
|
9612
|
-
ASPx.Evt.AttachEventToElement(window, "
|
|
9612
|
+
ASPx.Evt.AttachEventToElement(window, "pagehide", function(e) {
|
|
9613
9613
|
ControlUpdateWatcher.Instance.OnWindowUnload(e);
|
|
9614
9614
|
});
|
|
9615
9615
|
ASPx.Evt.AttachEventToDocument("mousedown", function(e) {
|
|
@@ -13622,7 +13622,7 @@ function aspxGlobalWindowResize(evt){
|
|
|
13622
13622
|
aspxGetControlCollection().OnBrowserWindowResize(evt);
|
|
13623
13623
|
}
|
|
13624
13624
|
|
|
13625
|
-
ASPx.Evt.AttachEventToElement(window, "
|
|
13625
|
+
ASPx.Evt.AttachEventToElement(window, "pagehide", aspxClassesUnload);
|
|
13626
13626
|
function aspxClassesUnload(evt) {
|
|
13627
13627
|
aspxGetControlCollection().OnDocumentUnload();
|
|
13628
13628
|
}
|
|
@@ -62340,8 +62340,8 @@ var DevExpress;!function(){"use strict";var t={279:function(t,e){Object.definePr
|
|
|
62340
62340
|
(function() {
|
|
62341
62341
|
window.DevExpress = window.DevExpress || {};
|
|
62342
62342
|
if(!!window.DevExpress.config) {
|
|
62343
|
-
window.DevExpress.config(JSON.parse(atob("
|
|
62343
|
+
window.DevExpress.config(JSON.parse(atob("eyJsaWNlbnNlS2V5IjoiZXdvZ0lDSm1iM0p0WVhRaU9pQXhMQW9nSUNKcGJuUmxjbTVoYkZWellXZGxTV1FpT2lBaVZqSlJjRkZ0U2xaWVYzazJUbVY0YTNFNVdHczVieUlLZlE9PS5EMTNKeDFkWmJlWFE0bGVWQ05XZnk5U2FLeWFHbmxMOE1xYkF2YzloQ3FVZTlBajJWYzJUS2RaU01RR05xVkVkSjMrTWZQKzQrQTBqMFhCSGxEczdEV2xpWFlNK01EMEVCaEJVQ0JTVzVmeWRGSzhyOGpEMDRzV2ZKYS9CTDRFTGdLOWZpZz09In0=")));
|
|
62344
62344
|
} else {
|
|
62345
|
-
window.DevExpress.config = JSON.parse(atob("
|
|
62345
|
+
window.DevExpress.config = JSON.parse(atob("eyJsaWNlbnNlS2V5IjoiZXdvZ0lDSm1iM0p0WVhRaU9pQXhMQW9nSUNKcGJuUmxjbTVoYkZWellXZGxTV1FpT2lBaVZqSlJjRkZ0U2xaWVYzazJUbVY0YTNFNVdHczVieUlLZlE9PS5EMTNKeDFkWmJlWFE0bGVWQ05XZnk5U2FLeWFHbmxMOE1xYkF2YzloQ3FVZTlBajJWYzJUS2RaU01RR05xVkVkSjMrTWZQKzQrQTBqMFhCSGxEczdEV2xpWFlNK01EMEVCaEJVQ0JTVzVmeWRGSzhyOGpEMDRzV2ZKYS9CTDRFTGdLOWZpZz09In0="));
|
|
62346
62346
|
}
|
|
62347
62347
|
})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devexpress-aspnetcore-spreadsheet",
|
|
3
|
-
"version": "25.1.
|
|
3
|
+
"version": "25.1.3",
|
|
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.3"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"spreadsheet",
|