devexpress-aspnetcore-spreadsheet 23.1.12 → 23.1.14
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 (dx-localization-builder.js)
|
|
3
|
-
* Version: 23.1.
|
|
4
|
-
* Copyright (c) 2012 -
|
|
3
|
+
* Version: 23.1.14
|
|
4
|
+
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
|
6
6
|
*/
|
|
7
7
|
const jsHeader =
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress AspNetCore Spreadsheet (dx-aspnetcore-spreadsheet.js)
|
|
3
|
-
* Version: 23.1.
|
|
4
|
-
* Copyright (c) 2012 -
|
|
3
|
+
* Version: 23.1.14
|
|
4
|
+
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
|
6
6
|
*/
|
|
7
7
|
/*# namespace DevExpress.Web.Scripts #*/
|
|
@@ -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
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devexpress-aspnetcore-spreadsheet",
|
|
3
|
-
"version": "23.1.
|
|
3
|
+
"version": "23.1.14",
|
|
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": "23.1.
|
|
14
|
+
"devextreme": "23.1.14"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"spreadsheet",
|