devexpress-aspnetcore-spreadsheet 25.1.9 → 25.1.10
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,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress AspNetCore Spreadsheet (dx-localization-builder.js)
|
|
3
|
-
* Version: 25.1.
|
|
3
|
+
* Version: 25.1.10
|
|
4
4
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
|
6
6
|
*/
|
|
7
7
|
/**
|
|
8
8
|
* DevExpress ASPxSpreadsheet (dx-localization-builder.js)
|
|
9
|
-
* Version: 25.1.10
|
|
9
|
+
* Version: 25.1.10
|
|
10
10
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
11
11
|
* License: https://www.devexpress.com/Support/EULAs",
|
|
12
12
|
*/
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
border: 1px solid black;
|
|
393
393
|
max-height: 152px;
|
|
394
394
|
overflow: auto;
|
|
395
|
-
z-index:
|
|
395
|
+
z-index: 10;
|
|
396
396
|
cursor: default;
|
|
397
397
|
}
|
|
398
398
|
.dxss-ddp table
|
|
@@ -1377,6 +1377,14 @@
|
|
|
1377
1377
|
{
|
|
1378
1378
|
background-color: #363640;
|
|
1379
1379
|
}
|
|
1380
|
+
.dxssControl[class*='fluent-']
|
|
1381
|
+
{
|
|
1382
|
+
background-color: var(--dx-component-color-bg);
|
|
1383
|
+
}
|
|
1384
|
+
.dxssControl[class*='-dark']
|
|
1385
|
+
{
|
|
1386
|
+
color: #000;
|
|
1387
|
+
}
|
|
1380
1388
|
.dxssControl .dxss-md
|
|
1381
1389
|
{
|
|
1382
1390
|
background-color: #FFFFFF;
|
|
@@ -1509,6 +1517,14 @@ div[class*='material-'] .dxss-tabs-wrapper .dx-tab-text {
|
|
|
1509
1517
|
height: 24px;
|
|
1510
1518
|
}
|
|
1511
1519
|
|
|
1520
|
+
div[class*='fluent-'] .dxss-tabs-wrapper .dx-tab-text {
|
|
1521
|
+
height: 20px;
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
div[class*='fluent-'][class*='-compact'] .dxss-tabs-wrapper .dx-tab-text {
|
|
1525
|
+
height: 16px;
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1512
1528
|
div[class*='generic-'][class*='-compact'] .dxss-tabs-wrapper
|
|
1513
1529
|
{
|
|
1514
1530
|
max-width: calc(100% - 44px);
|
|
@@ -1863,7 +1879,7 @@ div[class*='material-'] .dxss-insertHyperlinkDialog.dxss-mv
|
|
|
1863
1879
|
font-size: 18px;
|
|
1864
1880
|
}
|
|
1865
1881
|
|
|
1866
|
-
.dx-ribbon .dx-menu-base.dx-ribbon-item.dx-showTextInMenu :not(.dx-submenu) .dx-menu-item .dx-menu-item-content .dx-menu-item-text, .dx-ribbon .dx-menu-base.dx-ribbon-item.dx-showTextInMenu :not(.dx-submenu) .dx-menu-item .dx-menu-item-content .dx-menu-item-popout
|
|
1882
|
+
.dx-ribbon .dx-menu-base.dx-ribbon-item.dx-showTextInMenu :not(.dx-submenu) .dx-menu-item .dx-menu-item-content .dx-menu-item-text, .dx-ribbon .dx-menu-base.dx-ribbon-item.dx-showTextInMenu :not(.dx-submenu) .dx-menu-item .dx-menu-item-content .dx-menu-item-popout-container {
|
|
1867
1883
|
display: none;
|
|
1868
1884
|
}
|
|
1869
1885
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* DevExpress AspNetCore Spreadsheet (dx-aspnetcore-spreadsheet.js)
|
|
3
|
-
* Version: 25.1.
|
|
3
|
+
* Version: 25.1.10
|
|
4
4
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
5
5
|
* License: https://www.devexpress.com/Support/EULAs
|
|
6
6
|
*/
|
|
@@ -154,10 +154,6 @@ DateUtils.GetTimeZoneOffsetDifference = function(firstDate, secondDate) {
|
|
|
154
154
|
};
|
|
155
155
|
|
|
156
156
|
DateUtils.GetTimeZoneOffset = function(date) {
|
|
157
|
-
var isECMA262Support = (ASPx.Browser.Chrome && ASPx.Browser.Version >= 67) || ASPx.Browser.EdgeWebKit;
|
|
158
|
-
if(!isECMA262Support)
|
|
159
|
-
return date.getTimezoneOffset() * 60000;
|
|
160
|
-
|
|
161
157
|
var utcDate = DateUtils.GetUtcDate(date);
|
|
162
158
|
var utcTimezoneOffsetDifference = DateUtils.GetTimeZoneOffsetDifference(date);
|
|
163
159
|
|
|
@@ -62434,7 +62430,7 @@ Object.defineProperty(ASPxClientSpreadsheet, 'Functions', {
|
|
|
62434
62430
|
|
|
62435
62431
|
/**
|
|
62436
62432
|
* DevExpress ASPxSpreadsheet (dx-aspnetcore-ribbon.js)
|
|
62437
|
-
* Version: 25.1.10
|
|
62433
|
+
* Version: 25.1.10
|
|
62438
62434
|
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
|
|
62439
62435
|
* License: https://www.devexpress.com/Support/EULAs",
|
|
62440
62436
|
*/
|
|
@@ -66975,8 +66971,8 @@ class Ribbon {
|
|
|
66975
66971
|
(function() {
|
|
66976
66972
|
window.DevExpress = window.DevExpress || {};
|
|
66977
66973
|
if(!!window.DevExpress.config) {
|
|
66978
|
-
window.DevExpress.config(JSON.parse(atob("
|
|
66974
|
+
window.DevExpress.config(JSON.parse(atob("eyJsaWNlbnNlS2V5IjoiZXdvZ0lDSm1iM0p0WVhRaU9pQXhMQW9nSUNKcGJuUmxjbTVoYkZWellXZGxTV1FpT2lBaVNHcFJObGhsZVZOU1pIcG9SRmQxVlVoWWVFVkdXU0lLZlE9PS5QQ1ZWelhjUjkwSnZOYTdacE42c2J6dndVZ05mWldMZGRmQU5yR2NVU09lMWtyNDA0YkZ0c0YvTHZqVk1LNTRmcHZseUJpejQvYWJwcmFYK3NHVTg0b3U0M0g2MStPMlRpdmFYRUduZ3RZdTNZckt2YW8xRzRRQ0R1ajFFYmhMSG1kcnBWdz09In0=")));
|
|
66979
66975
|
} else {
|
|
66980
|
-
window.DevExpress.config = JSON.parse(atob("
|
|
66976
|
+
window.DevExpress.config = JSON.parse(atob("eyJsaWNlbnNlS2V5IjoiZXdvZ0lDSm1iM0p0WVhRaU9pQXhMQW9nSUNKcGJuUmxjbTVoYkZWellXZGxTV1FpT2lBaVNHcFJObGhsZVZOU1pIcG9SRmQxVlVoWWVFVkdXU0lLZlE9PS5QQ1ZWelhjUjkwSnZOYTdacE42c2J6dndVZ05mWldMZGRmQU5yR2NVU09lMWtyNDA0YkZ0c0YvTHZqVk1LNTRmcHZseUJpejQvYWJwcmFYK3NHVTg0b3U0M0g2MStPMlRpdmFYRUduZ3RZdTNZckt2YW8xRzRRQ0R1ajFFYmhMSG1kcnBWdz09In0="));
|
|
66981
66977
|
}
|
|
66982
66978
|
})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devexpress-aspnetcore-spreadsheet",
|
|
3
|
-
"version": "25.1.
|
|
3
|
+
"version": "25.1.10",
|
|
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.10"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"spreadsheet",
|