devexpress-aspnetcore-spreadsheet 24.2.2-beta → 24.2.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: 24.2.
|
|
3
|
+
* Version: 24.2.3
|
|
4
4
|
* Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
|
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
|
6
6
|
*/
|
|
@@ -20731,6 +20731,7 @@ window.DevExpress = window.DevExpress || {};
|
|
|
20731
20731
|
return AnimationHelper.createAnimationTransition(animationContainer.firstChild, {
|
|
20732
20732
|
unit: "px",
|
|
20733
20733
|
property: AnimationHelper.getModifyProperty(direction, rtl),
|
|
20734
|
+
needForceTransitionEndByTimerFlag: true, //T1255423
|
|
20734
20735
|
onComplete: complete,
|
|
20735
20736
|
animationEngineType: animationEngineType
|
|
20736
20737
|
});
|
|
@@ -62325,8 +62326,8 @@ var DevExpress;!function(){"use strict";var t={279:function(t,e){Object.definePr
|
|
|
62325
62326
|
(function() {
|
|
62326
62327
|
window.DevExpress = window.DevExpress || {};
|
|
62327
62328
|
if(!!window.DevExpress.config) {
|
|
62328
|
-
window.DevExpress.config(JSON.parse(atob("
|
|
62329
|
+
window.DevExpress.config(JSON.parse(atob("eyJsaWNlbnNlS2V5IjoiZXdvZ0lDSm1iM0p0WVhRaU9pQXhMQW9nSUNKcGJuUmxjbTVoYkZWellXZGxTV1FpT2lBaWFIaHFVV1ZWV0RGWFJVZFJTM1ZrTFU1bVQxbE5aeUlLZlE9PS5VMEV0VjZRMUNKaDR1WDIzbXZzcEl1d1prYVhDbzZKQittWFJqQTNZZ3pHOWxIL3dCQ2hNeDJ3RFdxdG1BQnpzYXdJc3hqME0yN2FDaFRCMTlJamR2L2ozRzE2Rk9zQTdJampEOTZjcGpWS29VZnkvS1I4K2dVcDFHSTEybnF3czZDWGNFdz09In0=")));
|
|
62329
62330
|
} else {
|
|
62330
|
-
window.DevExpress.config = JSON.parse(atob("
|
|
62331
|
+
window.DevExpress.config = JSON.parse(atob("eyJsaWNlbnNlS2V5IjoiZXdvZ0lDSm1iM0p0WVhRaU9pQXhMQW9nSUNKcGJuUmxjbTVoYkZWellXZGxTV1FpT2lBaWFIaHFVV1ZWV0RGWFJVZFJTM1ZrTFU1bVQxbE5aeUlLZlE9PS5VMEV0VjZRMUNKaDR1WDIzbXZzcEl1d1prYVhDbzZKQittWFJqQTNZZ3pHOWxIL3dCQ2hNeDJ3RFdxdG1BQnpzYXdJc3hqME0yN2FDaFRCMTlJamR2L2ozRzE2Rk9zQTdJampEOTZjcGpWS29VZnkvS1I4K2dVcDFHSTEybnF3czZDWGNFdz09In0="));
|
|
62331
62332
|
}
|
|
62332
62333
|
})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devexpress-aspnetcore-spreadsheet",
|
|
3
|
-
"version": "24.2.
|
|
3
|
+
"version": "24.2.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": "24.2.
|
|
14
|
+
"devextreme": "24.2.3"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"spreadsheet",
|